Merge branch '1.10.x' of https://github.com/chamilo/chamilo-lms into 1.10.x

1.10.x
Angel Fernando Quiroz Campos 10 years ago
commit 8fc09be9de
  1. 7
      app/Migrations/Schema/V110/Version20151214170800.php
  2. 2
      app/Resources/public/css/frames.css
  3. 2
      main/admin/user_list.php
  4. 4
      main/exercice/exercise.class.php
  5. BIN
      main/img/blackboard.png
  6. BIN
      main/img/blackboard_blue.png
  7. BIN
      main/img/icons/128/statistics.png
  8. BIN
      main/img/icons/32/new-message.png
  9. BIN
      main/img/icons/32/stats.png
  10. BIN
      main/img/icons/48/statistics.png
  11. BIN
      main/img/icons/64/statistics.png
  12. 324
      main/img/icons/svg/add_user_fields.svg
  13. 539
      main/img/icons/svg/admin_star_na.svg
  14. 137
      main/img/icons/svg/compose_message.svg
  15. 8
      main/img/icons/svg/folder_chat.svg
  16. 877
      main/img/icons/svg/folder_learningpath.svg
  17. 333
      main/img/icons/svg/mail_send.svg
  18. 296
      main/img/icons/svg/menu.svg
  19. 360
      main/img/icons/svg/message_reply.svg
  20. 1094
      main/img/icons/svg/new_thread.svg
  21. 814
      main/img/icons/svg/new_user.svg
  22. 115
      main/img/icons/svg/outbox.svg
  23. 1145
      main/img/icons/svg/reply_thread.svg
  24. 1890
      main/img/icons/svg/statistics.svg
  25. 2346
      main/img/icons/svg/statistics_na.svg
  26. 2
      main/inc/lib/database.constants.inc.php
  27. 5
      main/inc/lib/events.lib.php
  28. 2
      main/inc/lib/group_portal_manager.lib.php
  29. 2
      main/inc/lib/javascript/ckeditor/plugins/asciimath/plugin.js
  30. 2
      main/inc/lib/social.lib.php
  31. 2
      main/inc/lib/usergroup.lib.php
  32. 2
      main/messages/inbox.php
  33. 12
      main/tracking/exams.php
  34. 63
      main/webservices/client_soap.php
  35. 69
      main/webservices/registration.soap.php

@ -9,6 +9,12 @@ use Doctrine\DBAL\Types\Type;
/**
* Fix track_e_hotspot table and migrate hotspot/values
* In the wake of an issue with the hotspot code not being possible to update without moving from AS2 to AS3 (Flash), we
* have decided to rewrite the hotspot tool in JS.
* Little did we know that we would find out that the coordinates system in use by the Flash version of hotspot was in
* fact a projection into a square form of 360x360, not depending on the original size of the image, and that a square
* was defined by its center's coordinates and its width, with an initial not-null margin on the left and top borders.
* The migration below fixes those parallax issues.
*/
class Version20151214170800 extends AbstractMigrationChamilo
{
@ -32,6 +38,7 @@ class Version20151214170800 extends AbstractMigrationChamilo
");
foreach ($answers as $answer) {
// Recover the real image size to recalculate coordinates
$imagePath = api_get_path(SYS_PATH) . "courses/{$answer['directory']}/document/images/{$answer['picture']}";
$imageSize = getimagesize($imagePath);
$widthRatio = $imageSize[0] / 360;

@ -6,7 +6,7 @@
alex.aragon@beeznest.com
Version: 1.0
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic,400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic,400italic);
body{
color: #666;
font-family: 'Open Sans', sans-serif;

@ -573,7 +573,7 @@ function modify_filter($user_id, $url_params, $row) {
if (api_is_platform_admin()) {
$result .= ' <a href="'.api_get_path(WEB_AJAX_PATH).'agenda.ajax.php?a=get_user_agenda&user_id='.$user_id.'&modal_size=lg" class="agenda_opener ajax">'.
Display::return_icon('month.png', get_lang('FreeBusyCalendar'), array(), ICON_SIZE_SMALL).'</a>';
Display::return_icon('calendar.png', get_lang('FreeBusyCalendar'), array(), ICON_SIZE_SMALL).'</a>';
$deleteAllowed = !api_get_configuration_value('deny_delete_users');
if ($deleteAllowed) {
if ($user_id != api_get_user_id() &&

@ -434,12 +434,12 @@ class Exercise
FROM $TBL_EXERCISE_QUESTION e
INNER JOIN $TBL_QUESTIONS q
ON (e.question_id = q.id AND e.c_id = ".$this->course_id." AND q.c_id = ".$this->course_id.")
WHERE e.exercice_id = ".intval($this->id)."";
WHERE e.exercice_id = ".intval($this->id);
$result = Database::query($sql);
$count_question_orders = Database::num_rows($result);
$sql = "SELECT e.question_id, e.question_order
$sql = "SELECT DISTINCT e.question_id, e.question_order
FROM $TBL_EXERCISE_QUESTION e
INNER JOIN $TBL_QUESTIONS q
ON (e.question_id= q.id AND e.c_id = ".$this->course_id." AND q.c_id = ".$this->course_id.")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

@ -0,0 +1,324 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
viewBox="0 0 128 128"
id="svg4277"
version="1.1"
inkscape:version="0.91 r"
sodipodi:docname="add_user_fields.svg">
<defs
id="defs4279">
<linearGradient
id="linearGradient5074"
inkscape:collect="always">
<stop
id="stop5076"
offset="0"
style="stop-color:#f2f2f2;stop-opacity:1" />
<stop
id="stop5078"
offset="1"
style="stop-color:#5d5d6f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5068"
inkscape:collect="always">
<stop
id="stop5070"
offset="0"
style="stop-color:#f2f2f2;stop-opacity:1" />
<stop
id="stop5072"
offset="1"
style="stop-color:#5d5d6f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5062"
inkscape:collect="always">
<stop
id="stop5064"
offset="0"
style="stop-color:#f2f2f2;stop-opacity:1" />
<stop
id="stop5066"
offset="1"
style="stop-color:#5d5d6f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5056"
inkscape:collect="always">
<stop
id="stop5058"
offset="0"
style="stop-color:#f2f2f2;stop-opacity:1" />
<stop
id="stop5060"
offset="1"
style="stop-color:#5d5d6f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5050"
inkscape:collect="always">
<stop
id="stop5052"
offset="0"
style="stop-color:#f2f2f2;stop-opacity:1" />
<stop
id="stop5054"
offset="1"
style="stop-color:#5d5d6f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5000"
inkscape:collect="always">
<stop
id="stop5002"
offset="0"
style="stop-color:#ff6600;stop-opacity:1" />
<stop
id="stop5004"
offset="1"
style="stop-color:#ffcc00;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4986">
<stop
style="stop-color:#f2f2f2;stop-opacity:1"
offset="0"
id="stop4988" />
<stop
style="stop-color:#5d5d6f;stop-opacity:1"
offset="1"
id="stop4990" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5050"
id="linearGradient4992"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99940284,0,0,1.0696034,-0.09775366,-67.554001)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5000"
id="linearGradient4998"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99940284,0,0,1.0696034,-0.09775366,-62.187307)"
x1="46.076931"
y1="970.17084"
x2="46.133747"
y2="975.53778" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5056"
id="linearGradient5008"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99940284,0,0,1.0696034,-0.09775336,-56.820583)"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5062"
id="linearGradient5012"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99940284,0,0,1.0696034,-0.09775423,-51.453893)"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5068"
id="linearGradient5016"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99940284,0,0,1.0696034,-0.09775599,-46.087179)"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5074"
id="linearGradient5024"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.56973315,0,0,1.0776574,38.759026,-77.24918)"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5000"
id="linearGradient5026"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.56973315,0,0,1.0776574,38.759026,-71.842076)"
x1="46.076931"
y1="970.17084"
x2="46.133747"
y2="975.53778" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4986"
id="linearGradient5028"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.56973315,0,0,1.0776574,38.759026,-66.434941)"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347" />
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter5121"
x="-0.021613405"
width="1.0432268"
y="-0.026979084"
height="1.0539582">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.33074997"
id="feGaussianBlur5123" />
</filter>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4799"
id="radialGradient5866"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.2560776,0,0,2.3092986,-86.107762,-45.308612)"
cx="55.21796"
cy="458.46527"
fx="55.21796"
fy="458.46527"
r="15.213428" />
<linearGradient
id="linearGradient4799">
<stop
style="stop-color:#ffde00;stop-opacity:1;"
offset="0"
id="stop4801" />
<stop
style="stop-color:#ffa700;stop-opacity:1;"
offset="1"
id="stop4803" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.1132813"
inkscape:cx="117.16245"
inkscape:cy="82.942007"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
showguides="false"
inkscape:window-width="1920"
inkscape:window-height="1051"
inkscape:window-x="1366"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata4282">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36216)">
<g
id="g5125"
transform="matrix(3.3178823,0,0,3.3178823,-272.51333,-2214.5003)">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="rect4994"
d="m 83.883156,952.46796 22.691624,0 13.29742,-1.55682 -0.023,17.10442 -13.27439,-0.29079 0,12.43882 -22.691624,0 z"
style="opacity:1;fill:#3a3a48;fill-opacity:0.53735633;stroke:none;stroke-width:2.06731558;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter5121)" />
<g
transform="translate(48.377815,-18.170071)"
id="g5038">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient4992);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 34.688503,970.6604 22.699026,0 0,5.34456 -22.699026,0 z"
id="rect4984" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient4998);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 34.688503,976.0271 22.699026,0 0,5.34456 -22.699026,0 z"
id="rect4996" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5008);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 34.688503,981.3938 22.699026,0 0,5.34456 -22.699026,0 z"
id="rect5006" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5012);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 34.688503,986.7605 22.699026,0 0,5.34456 -22.699026,0 z"
id="rect5010" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5016);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 34.688503,992.1272 22.699026,0 0,5.34456 -22.699026,0 z"
id="rect5014" />
</g>
<g
transform="translate(47.753219,-17.886164)"
id="g5045">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5024);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 58.589752,968.78284 12.940115,0 0,5.3848 -12.940115,0 z"
id="rect5018" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5026);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 58.589752,974.18994 12.940115,0 0,5.38481 -12.940115,0 z"
id="rect5020" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5028);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 58.589752,979.59705 12.940115,0 0,5.3848 -12.940115,0 z"
id="rect5022" />
</g>
</g>
<path
sodipodi:nodetypes="ccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
id="path4797"
d="m 35.153281,1003.2551 -0.1148,-20.53528 c 0.131612,-4.50915 8.281582,-4.25039 8.833596,-0.1148 l 0,20.30598 13.651907,-13.76678 c 3.34999,-3.14272 8.22305,2.37344 5.27719,5.50695 l -12.73412,14.34003 17.89662,0.115 c 5.22055,0.678 4.56253,9.3024 0.22933,9.6371 l -17.323,-0.1155 13.07828,12.6199 c 3.08774,3.4568 -1.03152,9.4457 -5.62135,6.4241 l -14.684397,-14.1109 -0.1148,20.3061 c 0.519161,4.3122 -8.318172,5.1267 -9.177752,0.115 l 0.114785,-19.2732 -12.963582,12.9639 c -4.563643,1.1229 -8.309974,-2.1216 -6.539126,-6.0807 l 13.766616,-13.1931 -19.8468772,0.2301 c -4.888885,-0.9494 -4.770263,-9.0006 0.114806,-9.6369 l 20.3057212,-0.115 -14.225508,-13.99605 c -2.767711,-4.40501 1.981229,-8.86418 5.736092,-6.19507 z"
style="overflow:visible;fill:url(#radialGradient5866);fill-opacity:1;stroke:#ff4100;stroke-width:3.38411641;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

@ -0,0 +1,539 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"
xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/"
xmlns:xap="http://ns.adobe.com/xap/1.0/"
xmlns:x="adobe:ns:meta/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
viewBox="0 0 102.4 102.4"
style="overflow:visible"
xml:space="preserve"
id="svg548"
sodipodi:version="0.32"
sodipodi:docname="star_na.svg"
version="1.1"
inkscape:version="0.91 r"><defs
id="defs617" /><sodipodi:namedview
id="base"
showgrid="false"
units="px"
inkscape:zoom="3.4839193"
inkscape:cx="62.281595"
inkscape:cy="27.915621"
inkscape:window-width="1920"
inkscape:window-height="1051"
inkscape:window-x="1366"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" /><metadata
id="metadata549"><xpacket>begin='' id='W5M0MpCehiHzreSzNTczkc9d' </xpacket><x:xmpmeta
x:xmptk="XMP toolkit 3.0-29, framework 1.6"><metadata><rdf:RDF><rdf:Description
rdf:about="uuid:36736415-db9c-437e-90df-f432a0f5520e" /><rdf:Description
rdf:about="uuid:36736415-db9c-437e-90df-f432a0f5520e" /><rdf:Description
rdf:about="uuid:36736415-db9c-437e-90df-f432a0f5520e"><xap:CreateDate>
2004-01-30T13:59:54Z</xap:CreateDate><xap:ModifyDate>
2004-03-29T09:24:18Z</xap:ModifyDate><xap:CreatorTool>
Adobe Illustrator 10.0</xap:CreatorTool><xap:MetadataDate>
2004-02-16T22:08:55+01:00</xap:MetadataDate><xap:Thumbnails><rdf:Alt><rdf:li
rdf:parseType="Resource"><xapGImg:format>
JPEG</xapGImg:format><xapGImg:width>
256</xapGImg:width><xapGImg:height>
256</xapGImg:height><xapGImg:image>
/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7
FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7F
XYq7FXYq7FXYq7FXYq7FXYqkGoefvJun3BtrvV7dJ1bi8YbmVbwbhy4/TmNPWYomjIW7LD2Pqsse
KOORHy+9NdO1TTdTthc6fdRXdudvUhcOtfA06H2y6GSMxcTYcPPp8mKXDOJjLzRWTaXYq7FXYq7F
XYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXmv51+brzStMttH0
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</xapGImg:image></rdf:li></rdf:Alt></xap:Thumbnails></rdf:Description><rdf:Description
rdf:about="uuid:36736415-db9c-437e-90df-f432a0f5520e"><xapMM:DocumentID>
uuid:2d31fc08-1097-4e9b-9a77-fe0be499111f</xapMM:DocumentID></rdf:Description><rdf:Description
rdf:about="uuid:36736415-db9c-437e-90df-f432a0f5520e"><dc:format>
image/svg+xml</dc:format></rdf:Description><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata></x:xmpmeta><xpacket>end='w' </xpacket></metadata><g
id="Layer_1"
transform="translate(0,54.4)"><linearGradient
id="XMLID_8_"
gradientUnits="userSpaceOnUse"
x1="23.6064"
y1="42.4268"
x2="23.6064"
y2="4.5922999"
gradientTransform="matrix(2.2179326,0,0,2.2179326,-2.3996682,-56.169914)"><stop
offset="0"
style="stop-color:#FFFF00"
id="stop552" /><stop
offset="1"
style="stop-color:#FFA700"
id="stop553" /><a:midPointStop
offset="0"
style="stop-color:#FFFF00"
id="midPointStop554" /><a:midPointStop
offset="0.5"
style="stop-color:#FFFF00"
id="midPointStop555" /><a:midPointStop
offset="1"
style="stop-color:#FFA700"
id="midPointStop556" /></linearGradient><linearGradient
id="XMLID_9_"
gradientUnits="userSpaceOnUse"
x1="23.604"
y1="4.5889001"
x2="23.604"
y2="42.422298"
gradientTransform="matrix(2.2179326,0,0,2.2179326,-2.3996682,-56.169914)"><stop
offset="0"
style="stop-color:#F8310E"
id="stop561" /><stop
offset="1"
style="stop-color:#CF0000"
id="stop562" /><a:midPointStop
offset="0"
style="stop-color:#F8310E"
id="midPointStop563" /><a:midPointStop
offset="0.5"
style="stop-color:#F8310E"
id="midPointStop564" /><a:midPointStop
offset="1"
style="stop-color:#CF0000"
id="midPointStop565" /></linearGradient><linearGradient
id="XMLID_10_"
gradientUnits="userSpaceOnUse"
x1="2.5346999"
y1="20.5308"
x2="2.5346999"
y2="20.5028"
gradientTransform="matrix(2.2179326,0,0,2.2179326,-2.3996682,-56.169914)"><stop
offset="0"
style="stop-color:#990000"
id="stop568" /><stop
offset="1"
style="stop-color:#7C0000"
id="stop569" /><a:midPointStop
offset="0"
style="stop-color:#990000"
id="midPointStop570" /><a:midPointStop
offset="0.5"
style="stop-color:#990000"
id="midPointStop571" /><a:midPointStop
offset="1"
style="stop-color:#7C0000"
id="midPointStop572" /></linearGradient><linearGradient
id="XMLID_11_"
gradientUnits="userSpaceOnUse"
x1="3.0137"
y1="6.3344998"
x2="44.386902"
y2="47.707699"
gradientTransform="matrix(2.2179326,0,0,2.2179326,-2.3996682,-56.169914)"><stop
offset="0.0056"
style="stop-color:#ffffff;stop-opacity:1"
id="stop575" /><stop
offset="0.3034"
style="stop-color:#e6e6e6;stop-opacity:1"
id="stop576" /><stop
offset="1"
style="stop-color:#808080;stop-opacity:1"
id="stop577" /><a:midPointStop
offset="0.0056"
style="stop-color:#FFFF00"
id="midPointStop578" /><a:midPointStop
offset="0.5"
style="stop-color:#FFFF00"
id="midPointStop579" /><a:midPointStop
offset="0.3034"
style="stop-color:#FFD700"
id="midPointStop580" /><a:midPointStop
offset="0.5"
style="stop-color:#FFD700"
id="midPointStop581" /><a:midPointStop
offset="1"
style="stop-color:#FF6D00"
id="midPointStop582" /></linearGradient><linearGradient
id="XMLID_12_"
gradientUnits="userSpaceOnUse"
x1="3.1489"
y1="21.0093"
x2="3.1489"
y2="19.970501"
gradientTransform="matrix(2.2179326,0,0,2.2179326,-2.3996682,-56.169914)"><stop
offset="0"
style="stop-color:#990000"
id="stop585" /><stop
offset="1"
style="stop-color:#7C0000"
id="stop586" /><a:midPointStop
offset="0"
style="stop-color:#990000"
id="midPointStop587" /><a:midPointStop
offset="0.5"
style="stop-color:#990000"
id="midPointStop588" /><a:midPointStop
offset="1"
style="stop-color:#7C0000"
id="midPointStop589" /></linearGradient><path
style="fill:url(#XMLID_8_)"
d="m 47.900825,-46.579573 c 0,0 -9.725634,29.933218 -9.909723,30.496573 -0.592188,0 -32.0668692,0 -32.0668692,0 -0.9381854,0 -1.7654743,0.60106 -2.0560235,1.494886 0,0 -0.1064607,0.667598 -0.1064607,0.667598 0,0.689777 0.3326899,1.344067 0.8916089,1.749949 0,0 23.3526125,16.9649664 25.9431575,18.8479912 C 30.412427,7.240779 20.68901,37.176215 20.68901,37.176215 l -0.106461,0.667598 c 0,0.689777 0.33269,1.341849 0.891609,1.749949 0.760751,0.552265 1.781,0.552265 2.541751,0 0,0 23.35483,-16.967185 25.943158,-18.847991 0.479073,0.348215 25.940939,18.847991 25.940939,18.847991 0.762969,0.552265 1.783218,0.552265 2.541751,0 0.558919,-0.405882 0.891609,-1.06239 0.891609,-1.749949 l -0.106461,-0.667598 c 0,0 -8.920525,-27.4535694 -9.909723,-30.4987908 0.479074,-0.3482155 25.943158,-18.8479912 25.943158,-18.8479912 0.556701,-0.405882 0.889391,-1.060172 0.889391,-1.749949 l -0.104243,-0.667598 C 95.752721,-15.48194 94.925432,-16.083 93.987247,-16.083 c 0,0 -31.474682,0 -32.069088,0 -0.18187,-0.563355 -9.907505,-30.496573 -9.907505,-30.496573 -0.290549,-0.893827 -1.117838,-1.492669 -2.056023,-1.492669 -0.935968,0 -1.763257,0.598842 -2.053806,1.492669 z"
id="path557"
inkscape:connector-curvature="0" /><path
style="opacity:0.2"
d="m 48.417604,-45.557107 c 0,0 -8.594489,26.453283 -9.44174,29.061571 -2.743582,0 -30.556457,0 -30.556457,0 -1.843102,0 -3.4644107,1.177723 -4.0344194,2.929889 l 0,0 c 0,0.0089 -0.1818704,0.98698 -0.1818704,0.98698 l -0.035487,0.188525 0.00887,0.135293 c 0,1.310799 0.623239,2.5461871 1.6567956,3.3468608 C 6.4521008,-8.4400044 9.8499735,-5.9714455 30.64531,9.1371114 29.798059,11.7454 21.152558,38.353938 21.152558,38.353938 l -0.157473,0.989197 0,0.164127 c 0,1.352939 0.652072,2.634904 1.747731,3.431142 1.49045,1.082351 3.493244,1.082351 4.985912,0.0022 0.0044,-0.0022 22.773732,-16.545777 24.723295,-17.963036 2.22015,1.614655 24.721077,17.960818 24.721077,17.960818 1.492668,1.082351 3.495461,1.082351 4.985912,0.0022 1.095659,-0.796238 1.749949,-2.080421 1.749949,-3.43336 l 0,-0.164127 -0.157473,-0.989197 c 0,0 -8.643284,-26.608538 -9.492752,-29.2168266 2.220151,-1.6146549 24.721077,-17.9608182 24.721077,-17.9608182 1.095657,-0.7962378 1.747727,-2.0804212 1.747727,-3.4311422 l 0,-0.161909 -0.15525,-0.991415 -0.051,-0.157474 c -0.570013,-1.752166 -2.191321,-2.929889 -4.032205,-2.929889 0,0 -27.815093,0 -30.556458,0 -0.851686,-2.612724 -9.446175,-29.061571 -9.446175,-29.061571 -0.570008,-1.754384 -2.189099,-2.929888 -4.032201,-2.929888 -1.843102,0 -3.466629,1.175504 -4.036637,2.929888 z M 5.7578879,-8.9678724 c -0.035487,-0.028833 -0.079846,-0.068756 -0.079846,-0.068756 0.013308,0.015526 0.026615,0.028833 0.079846,0.068756 z"
id="path558"
inkscape:connector-curvature="0" /><path
style="fill:#b3b3b3"
d="m 45.922429,-47.220556 c 0,0 -8.594488,26.453282 -9.441739,29.061571 -2.743582,0 -30.5564572,0 -30.5564572,0 -1.8431019,0 -3.4644107,1.177722 -4.0344194,2.929889 l 0,0 c 0,0.0089 -0.1818704,0.98698 -0.1818704,0.98698 l -0.035487,0.188524 0.00887,0.135294 c 0,1.310798 0.623239,2.546187 1.6567956,3.34686 0.6188032,0.467984 4.016676,2.9365431 24.8120116,18.0451 -0.84725,2.608289 -9.492751,29.216826 -9.492751,29.216826 l -0.157473,0.989198 0,0.164127 c 0,1.352939 0.652072,2.634904 1.747731,3.431142 1.49045,1.082351 3.493243,1.082351 4.985912,0.0022 0.0044,-0.0022 22.773732,-16.545777 24.723295,-17.963036 2.217932,1.614655 24.721077,17.960818 24.721077,17.960818 1.492668,1.082351 3.495461,1.082351 4.985912,0.0022 1.095659,-0.796238 1.749949,-2.080421 1.749949,-3.43336 l 0,-0.164127 -0.157473,-0.989198 c 0,0 -8.643284,-26.608537 -9.492752,-29.216826 2.220151,-1.614655 24.721077,-17.960818 24.721077,-17.960818 1.095659,-0.796238 1.747731,-2.080421 1.747731,-3.431142 l 0,-0.161909 -0.155256,-0.991416 -0.05101,-0.157473 c -0.570009,-1.752167 -2.191317,-2.929889 -4.032201,-2.929889 0,0 -27.815093,0 -30.556458,0 -0.851686,-2.612725 -9.446175,-29.061571 -9.446175,-29.061571 -0.570009,-1.754385 -2.189099,-2.929889 -4.032201,-2.929889 -1.843102,0 -3.466629,1.175504 -4.036638,2.929889 z"
id="path566"
inkscape:connector-curvature="0" /><path
style="fill:url(#XMLID_10_)"
d="m 3.2627137,-10.631322 c -0.035487,-0.02883 -0.079845,-0.06876 -0.079845,-0.06876 0.013307,0.01553 0.026615,0.02883 0.079845,0.06876 z"
id="path573"
inkscape:connector-curvature="0" /><path
style="fill:url(#XMLID_11_)"
d="m 47.503815,-46.705996 -9.441739,29.061571 c -0.224011,0.685341 -0.860558,1.148889 -1.581386,1.148889 l -30.5564572,0 c -1.1023125,0 -2.0693311,0.698649 -2.4286361,1.736642 -0.031051,0.172998 -0.077628,0.421407 -0.1508195,0.813981 0,0.0089 0,0.02883 0,0.02883 0,0.78293 0.3770486,1.541463 1.0113773,2.031626 0.6010597,0.454676 4.2916996,3.1361569 24.7720895,18.0140488 0.43915,0.3216002 0.685341,0.8250709 0.685341,1.3462851 0,0.1707808 -0.02661,0.3437795 -0.08206,0.5123424 0,0 -9.372983,28.8464317 -9.452828,29.0926217 -0.02662,0.164127 -0.09094,0.563355 -0.115333,0.7297 0,0.01109 0,0.03549 0,0.03549 0,0.822853 0.39701,1.603565 1.06239,2.084857 0.907134,0.658726 2.124779,0.658726 3.031914,0 L 48.97874,21.970069 c 0.583317,-0.421407 1.372901,-0.421407 1.953999,0 l 24.721077,17.960819 c 0.904916,0.658726 2.122561,0.658726 3.029696,0 0.66538,-0.48351 1.06239,-1.262004 1.06239,-2.084857 0,0 0,-0.0244 0,-0.03549 -0.02662,-0.164127 -0.09094,-0.565573 -0.117551,-0.7297 -0.07984,-0.24619 -9.452829,-29.0926217 -9.452829,-29.0926217 -0.05545,-0.1685629 -0.08206,-0.3415616 -0.08206,-0.5123424 0,-0.5212142 0.24619,-1.0269028 0.687559,-1.3462851 L 95.502095,-11.831223 c 0.667597,-0.48351 1.062389,-1.264222 1.062389,-2.084857 0,0 0,-0.02218 0,-0.03327 -0.02661,-0.166345 -0.08872,-0.565573 -0.115332,-0.731918 -0.0044,-0.01109 -0.01109,-0.03327 -0.01109,-0.03327 -0.345997,-1.064607 -1.332977,-1.781 -2.450815,-1.781 l -30.552022,0 c -0.720828,0 -1.359593,-0.463548 -1.583604,-1.148889 l -9.441739,-29.061571 c -0.345997,-1.064607 -1.332977,-1.780999 -2.450815,-1.780999 -1.122274,-0.0022 -2.107036,0.714174 -2.455252,1.780999 z"
id="path583"
inkscape:connector-curvature="0" /><path
style="fill:url(#XMLID_12_)"
d="m 4.8529714,-10.642412 c 0,0.383703 -0.1286401,0.7651872 -0.394792,1.0668261 -0.026615,0.031051 -0.06432,0.042141 -0.093153,0.068756 0.026615,-0.026615 0.066538,-0.037705 0.093153,-0.066538 0.2838954,-0.3238182 0.428061,-0.720828 0.428061,-1.113402 0,-0.436933 -0.1752167,-0.867212 -0.527868,-1.188812 l -0.077628,-0.07097 c 0.3726127,0.341562 0.5722266,0.825071 0.5722266,1.304144 z"
id="path590"
inkscape:connector-curvature="0" /><radialGradient
id="XMLID_13_"
cx="21.8999"
cy="-65.741203"
r="155.7337"
fx="21.8999"
fy="-65.741203"
gradientTransform="matrix(0.1875,0,0,0.1875,19.5,19.5)"
gradientUnits="userSpaceOnUse"><stop
offset="0"
style="stop-color:#FF6666"
id="stop592" /><stop
offset="0.6854"
style="stop-color:#F8310E"
id="stop593" /><stop
offset="1"
style="stop-color:#CF0000"
id="stop594" /><a:midPointStop
offset="0"
style="stop-color:#FF6666"
id="midPointStop595" /><a:midPointStop
offset="0.5"
style="stop-color:#FF6666"
id="midPointStop596" /><a:midPointStop
offset="0.6854"
style="stop-color:#F8310E"
id="midPointStop597" /><a:midPointStop
offset="0.5"
style="stop-color:#F8310E"
id="midPointStop598" /><a:midPointStop
offset="1"
style="stop-color:#CF0000"
id="midPointStop599" /></radialGradient><linearGradient
id="XMLID_14_"
gradientUnits="userSpaceOnUse"
x1="19.329599"
y1="16.675301"
x2="34.494099"
y2="31.8398"><stop
offset="0"
style="stop-color:#FFFFFF"
id="stop602" /><stop
offset="0.0513"
style="stop-color:#FFE9E9"
id="stop603" /><stop
offset="0.2024"
style="stop-color:#FFACAC"
id="stop604" /><stop
offset="0.3526"
style="stop-color:#FF7777"
id="stop605" /><stop
offset="0.4982"
style="stop-color:#FF4D4D"
id="stop606" /><stop
offset="0.6384"
style="stop-color:#FF2B2B"
id="stop607" /><stop
offset="0.7718"
style="stop-color:#FF1313"
id="stop608" /><stop
offset="0.8954"
style="stop-color:#FF0505"
id="stop609" /><stop
offset="1"
style="stop-color:#FF0000"
id="stop610" /><a:midPointStop
offset="0"
style="stop-color:#FFFFFF"
id="midPointStop611" /><a:midPointStop
offset="0.3277"
style="stop-color:#FFFFFF"
id="midPointStop612" /><a:midPointStop
offset="1"
style="stop-color:#FF0000"
id="midPointStop613" /></linearGradient><polyline
id="_x3C_Slice_x3E_"
style="fill:none"
points="0,48 0,0 48,0 48,48 " /></g></svg>

After

Width:  |  Height:  |  Size: 35 KiB

@ -0,0 +1,137 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
height="128"
version="1.1"
width="128"
id="svg2"
inkscape:version="0.91 r"
sodipodi:docname="compose_message.svg">
<metadata
id="metadata18">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs16">
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4799"
id="radialGradient5866"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.45603813,0,0,0.46679611,166.84249,131.61818)"
cx="55.21796"
cy="458.46527"
fx="55.21796"
fy="458.46527"
r="15.213428" />
<linearGradient
id="linearGradient4799">
<stop
style="stop-color:#ffde00;stop-opacity:1;"
offset="0"
id="stop4801" />
<stop
style="stop-color:#ffa700;stop-opacity:1;"
offset="1"
id="stop4803" />
</linearGradient>
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1051"
id="namedview14"
showgrid="false"
inkscape:zoom="2.4583333"
inkscape:cx="15.69202"
inkscape:cy="74.127087"
inkscape:window-x="1366"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="g12247" />
<g
id="g12247"
transform="matrix(4.2666667,0,0,4.2666667,-787.79818,-1378.2702)">
<rect
style="opacity:1;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.234375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect19872"
width="26.494032"
height="18.673912"
x="187.03583"
y="330.02795"
ry="1.4157116" />
<rect
ry="1.4157116"
y="329.67044"
x="186.58296"
height="18.673912"
width="26.494032"
id="rect19874"
style="opacity:1;fill:#b4b4b4;fill-opacity:1;stroke:none;stroke-width:0.234375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<g
id="g17415"
transform="matrix(1.4267221,0,0,1.4267221,-84.555543,-145.78115)">
<path
inkscape:connector-curvature="0"
d="m 207.60058,332.90019 -8.50107,6.51823 8.50107,6.51801 c 0.39455,0 0.71852,-0.3236 0.71852,-0.71853 l 0,-11.59903 c 0,-0.39524 -0.32397,-0.71868 -0.71852,-0.71868 z"
style="fill:#e6e6e6;stroke:#b2b3b5;stroke-width:0.234375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path17276" />
<path
inkscape:connector-curvature="0"
d="m 190.59776,332.90019 c -0.39494,0 -0.71861,0.32344 -0.71861,0.71875 l 0,11.59903 c 0,0.39494 0.32367,0.71853 0.71861,0.71853 l 8.50182,-6.518 -8.50182,-6.51831 z"
style="fill:#fcfcfc;stroke:#b2b3b5;stroke-width:0.234375;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path17278" />
<polygon
transform="matrix(0.07572998,0,0,0.07572998,181.29145,319.15891)"
points="120.521,353.592 349.779,353.592 235.153,251.338 "
style="fill:#cdcdcd"
id="polygon17280" />
<polygon
transform="matrix(0.07572998,0,0,0.07572998,181.29145,319.15891)"
points="122.888,353.592 347.407,353.592 235.153,256.085 "
style="fill:#f0f0f0;stroke:#b2b3b5;stroke-width:3.09487724;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="polygon17282" />
<polygon
transform="matrix(0.07572998,0,0,0.07572998,181.29145,319.15891)"
points="347.407,183.832 122.888,183.832 237.515,300.308 "
style="fill:#ccd1d9"
id="polygon17284" />
<polygon
transform="matrix(0.07572998,0,0,0.07572998,181.29145,319.15891)"
points="347.407,181.451 122.888,181.451 235.143,278.959 "
style="fill:#ffffff;stroke:#b2b3b5;stroke-width:3.09487724;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="polygon17286" />
</g>
<g
id="Layer_1"
transform="matrix(0.07572998,0,0,0.07572998,189.58594,316.48942)" />
<path
sodipodi:nodetypes="ccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
id="path4797"
d="m 191.35389,343.57234 -0.0231,-4.15097 c 0.0269,-0.91149 1.67399,-0.85918 1.78557,-0.0235 l 0,4.10457 2.75957,-2.78274 c 0.67715,-0.63528 1.66219,0.47976 1.06673,1.11314 l -2.57405,2.89867 3.61754,0.0236 c 1.05529,0.13702 0.9223,1.88031 0.0463,1.94798 l -3.50165,-0.0236 2.64363,2.55088 c 0.62412,0.69873 -0.20856,1.9093 -1.13631,1.29862 l -2.96824,-2.85235 -0.0234,4.10456 c 0.10492,0.87164 -1.68142,1.0363 -1.85517,0.0236 l 0.0235,-3.89583 -2.62039,2.62043 c -0.92252,0.22704 -1.67977,-0.42879 -1.32184,-1.22907 l 2.78277,-2.66681 -4.01181,0.0464 c -0.98823,-0.19189 -0.96425,-1.81931 0.0235,-1.94793 l 4.10454,-0.0236 -2.8755,-2.82915 c -0.55944,-0.89038 0.40049,-1.79176 1.15948,-1.25224 z"
style="overflow:visible;fill:url(#radialGradient5866);fill-opacity:1;stroke:#ff4100;stroke-width:0.68405712;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.1 KiB

@ -860,7 +860,7 @@ image/svg+xml</dc:format><dc:title><rdf:Alt><rdf:li
xml:lang="x-default">
folder-1.ai</rdf:li></rdf:Alt></dc:title></rdf:Description><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata></x:xmpmeta><xpacket
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata></x:xmpmeta><xpacket
id="xpacket8">
end='w'</xpacket></metadata><rect
style="opacity:0;fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.88;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
@ -871,7 +871,7 @@ end='w'</xpacket></metadata><rect
y="0.18958557"
ry="0" /><g
id="g6129"
transform="matrix(1.034257,0,0,1.034257,-4.885253,-7.1059213)"><path
transform="matrix(1.068514,0,0,1.068514,-7.0306255,-8.3444915)"><path
style="opacity:0.4"
d="m 101.14847,40.979967 c -0.32906,-0.384903 -0.83163,-0.580346 -1.336187,-0.512539 L 86.934994,42.184533 84.037256,21.130558 c -0.06781,-0.492596 -0.329062,-0.935334 -0.723936,-1.234481 -0.394875,-0.299147 -0.891459,-0.430772 -1.38206,-0.362965 0,0 -44.764377,6.164425 -48.20058,6.637078 -0.01795,-0.127636 -0.05783,-0.420801 -0.05783,-0.420801 -0.502567,-3.655578 -3.737345,-6.238214 -7.209446,-5.761573 l -11.130268,1.533627 c -1.621377,0.223363 -3.073238,1.080919 -4.086349,2.417109 -0.885476,1.168668 -1.3621168,2.634489 -1.3621168,4.126236 0,0.317096 0.02194,0.634192 0.06382,0.951288 l 0.6481518,4.700599 c 0,0 0.01595,0.09573 0.02593,0.14359 0.008,0.06382 5.610006,40.769765 5.610006,40.769765 0.03789,0.271227 0.131625,0.528494 0.279204,0.755845 2.201723,3.428227 4.830229,6.503459 7.811729,9.139942 0.408834,0.360971 0.955276,0.526499 1.493741,0.45271 l 63.907799,-8.800909 c 0.490601,-0.06781 0.935333,-0.327067 1.232486,-0.721942 0.02992,-0.03789 0.04587,-0.07778 0.07179,-0.117664 0.374931,-0.177494 0.678067,-0.496584 0.801715,-0.911402 l 9.608598,-32.042646 c 0.14957,-0.490601 0.0379,-1.0171 -0.29117,-1.403997 z"
id="path551"
@ -914,7 +914,7 @@ end='w'</xpacket></metadata><rect
inkscape:connector-curvature="0" /><polygon
transform="matrix(1.9943142,0,0,1.9943142,6.689435,-6.9704859)"
style="fill:#ff3600;fill-opacity:1"
points="41.232,40.73 39.817,30.447 38.722,32.001 31.627,42.053 "
points="31.627,42.053 41.232,40.73 39.817,30.447 38.722,32.001 "
id="polygon653" /><polygon
transform="matrix(1.9943142,0,0,1.9943142,6.689435,-6.9704859)"
style="fill:url(#XMLID_28_)"
@ -925,7 +925,7 @@ end='w'</xpacket></metadata><rect
id="path661"
inkscape:connector-curvature="0" /></g><g
id="g7358"
transform="matrix(0.51786039,0,0,0.51786039,-51.33551,35.755293)"><path
transform="matrix(0.61504071,0,0,0.61504071,-66.358754,38.336202)"><path
style="opacity:0.28999999"
d="m 112.10046,63.368639 c 0,10.659886 6.86176,20.702364 18.4946,27.263931 -2.66976,3.389363 -5.24372,5.810032 -7.05337,7.315233 l -5.25862,4.364447 6.82344,-0.37897 c 9.24836,-0.51095 16.92552,-2.21841 22.87181,-5.052104 4.18347,0.815406 8.49044,1.241205 12.82294,1.241205 26.85517,0 48.7008,-15.588514 48.7008,-34.751613 0,-19.160971 -21.84776,-34.751613 -48.7008,-34.751613 -26.85516,-0.0043 -48.7008,15.586384 -48.7008,34.749484 z"
id="path551-9"

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

@ -0,0 +1,877 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
<svg
xmlns:xapMM="http://ns.adobe.com/xap/1.0/mm/"
xmlns:xapGImg="http://ns.adobe.com/xap/1.0/g/img/"
xmlns:xap="http://ns.adobe.com/xap/1.0/"
xmlns:pdf="http://ns.adobe.com/pdf/1.3/"
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
xmlns:x="adobe:ns:meta/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
viewBox="0 0 102.4 102.4"
style="overflow:visible"
xml:space="preserve"
id="svg548"
sodipodi:version="0.32"
sodipodi:docname="folder_learningpath.svg"
version="1.1"
inkscape:version="0.91 r"><defs
id="defs664"><radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.3749,0,0,0.375,14.9959,15)"
fy="47.091801"
fx="49.904301"
r="30.083599"
cy="47.091801"
cx="49.904301"
id="XMLID_15_"><stop
id="stop555"
style="stop-color:#fbfd4a;stop-opacity:1;"
offset="0" /><stop
id="stop556"
style="stop-color:#ff3600;stop-opacity:1;"
offset="1" /><a:midPointStop
id="midPointStop557"
style="stop-color:#85CAFF"
offset="0" /><a:midPointStop
id="midPointStop558"
style="stop-color:#85CAFF"
offset="0.5" /><a:midPointStop
id="midPointStop559"
style="stop-color:#003DA9"
offset="1" /></radialGradient><linearGradient
y2="40.926601"
x2="33.705101"
y1="29.922899"
x1="33.705101"
gradientUnits="userSpaceOnUse"
id="XMLID_16_"><stop
id="stop562"
style="stop-color:#ffc842;stop-opacity:1;"
offset="0" /><stop
id="stop563"
style="stop-color:#ffc842;stop-opacity:1;"
offset="1" /><a:midPointStop
id="midPointStop564"
style="stop-color:#3399FF"
offset="0" /><a:midPointStop
id="midPointStop565"
style="stop-color:#3399FF"
offset="0.5" /><a:midPointStop
id="midPointStop566"
style="stop-color:#3399FF"
offset="1" /></linearGradient><linearGradient
y2="29.578199"
x2="36.868999"
y1="24.517099"
x1="43.617199"
gradientUnits="userSpaceOnUse"
id="XMLID_17_"><stop
id="stop569"
style="stop-color:#ffc842;stop-opacity:1;"
offset="0" /><stop
id="stop570"
style="stop-color:#000000"
offset="1" /><a:midPointStop
id="midPointStop571"
style="stop-color:#3399FF"
offset="0" /><a:midPointStop
id="midPointStop572"
style="stop-color:#3399FF"
offset="0.5" /><a:midPointStop
id="midPointStop573"
style="stop-color:#000000"
offset="1" /></linearGradient><radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.3749,0,0,0.375,14.9959,15)"
fy="37.996101"
fx="16.351601"
r="49.414799"
cy="37.996101"
cx="16.351601"
id="XMLID_20_"><stop
id="stop594"
style="stop-color:#fbfd4a;stop-opacity:1;"
offset="0" /><stop
id="stop595"
style="stop-color:#ff3600;stop-opacity:1;"
offset="1" /><a:midPointStop
id="midPointStop596"
style="stop-color:#85CAFF"
offset="0" /><a:midPointStop
id="midPointStop597"
style="stop-color:#85CAFF"
offset="0.5" /><a:midPointStop
id="midPointStop598"
style="stop-color:#003DA9"
offset="1" /></radialGradient><radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.3714,-0.0512,0.0511,0.3715,13.2666,17.0873)"
fy="18.062"
fx="38.167999"
r="90.268204"
cy="18.062"
cx="38.167999"
id="XMLID_21_"><stop
id="stop602"
style="stop-color:#fbf885;stop-opacity:1;"
offset="0" /><stop
id="stop603"
style="stop-color:#ffc842;stop-opacity:1;"
offset="0.5" /><stop
id="stop604"
style="stop-color:#ff8119;stop-opacity:1;"
offset="1" /><a:midPointStop
id="midPointStop605"
style="stop-color:#99CCFF"
offset="0" /><a:midPointStop
id="midPointStop606"
style="stop-color:#99CCFF"
offset="0.5" /><a:midPointStop
id="midPointStop607"
style="stop-color:#3399FF"
offset="0.5" /><a:midPointStop
id="midPointStop608"
style="stop-color:#3399FF"
offset="0.5" /><a:midPointStop
id="midPointStop609"
style="stop-color:#3366FF"
offset="1" /></radialGradient><linearGradient
gradientTransform="matrix(0.9907,-0.1364,0.1364,0.9907,-4.6134,5.5667)"
y2="11.9287"
x2="9.6625996"
y1="14.9292"
x1="9.6625996"
gradientUnits="userSpaceOnUse"
id="XMLID_22_"><stop
id="stop612"
style="stop-color:#ffc842;stop-opacity:1;"
offset="0" /><stop
id="stop613"
style="stop-color:#ffdd57;stop-opacity:1;"
offset="0.0546" /><stop
id="stop614"
style="stop-color:#fde059;stop-opacity:1;"
offset="0.34369999" /><stop
id="stop615"
style="stop-color:#fbe865;stop-opacity:1;"
offset="0.60750002" /><stop
id="stop616"
style="stop-color:#faea66;stop-opacity:1;"
offset="0.83499998" /><stop
id="stop617"
style="stop-color:#fbf885;stop-opacity:1;"
offset="1" /><a:midPointStop
id="midPointStop618"
style="stop-color:#3399FF"
offset="0" /><a:midPointStop
id="midPointStop619"
style="stop-color:#3399FF"
offset="0.3616" /><a:midPointStop
id="midPointStop620"
style="stop-color:#99CCFF"
offset="1" /></linearGradient><linearGradient
gradientTransform="matrix(0.9907,-0.1364,0.1364,0.9907,-4.6134,5.5667)"
y2="34.062"
x2="29.0541"
y1="13.7358"
x1="13.4614"
gradientUnits="userSpaceOnUse"
id="XMLID_23_"><stop
id="stop623"
style="stop-color:#FFFFFF"
offset="0" /><stop
id="stop624"
style="stop-color:#f8ff51;stop-opacity:1;"
offset="1" /><a:midPointStop
id="midPointStop625"
style="stop-color:#FFFFFF"
offset="0" /><a:midPointStop
id="midPointStop626"
style="stop-color:#FFFFFF"
offset="0.5" /><a:midPointStop
id="midPointStop627"
style="stop-color:#66B3FF"
offset="1" /></linearGradient><linearGradient
y2="36.6497"
x2="36.143501"
y1="40.627899"
x1="41.544899"
gradientUnits="userSpaceOnUse"
id="XMLID_28_"><stop
id="stop655"
style="stop-color:#ffff7e;stop-opacity:1;"
offset="0" /><stop
id="stop656"
style="stop-color:#ff9e00;stop-opacity:1;"
offset="1" /><a:midPointStop
id="midPointStop657"
style="stop-color:#C5F0FF"
offset="0" /><a:midPointStop
id="midPointStop658"
style="stop-color:#C5F0FF"
offset="0.5" /><a:midPointStop
id="midPointStop659"
style="stop-color:#1D74D9"
offset="1" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#XMLID_23_"
id="linearGradient2957"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.9757671,-0.27202446,0.27202446,1.9757671,-2.5111341,4.131263)"
x1="13.4614"
y1="13.7358"
x2="29.0541"
y2="34.062" /><linearGradient
inkscape:collect="always"
xlink:href="#XMLID_22_"
id="linearGradient2960"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.9757671,-0.27202446,0.27202446,1.9757671,-2.5111341,4.131263)"
x1="9.6625996"
y1="14.9292"
x2="9.6625996"
y2="11.9287" /><radialGradient
inkscape:collect="always"
xlink:href="#XMLID_21_"
id="radialGradient2963"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.74068829,-0.10210889,0.10190946,0.74088773,33.147204,27.106959)"
cx="38.167999"
cy="18.062"
fx="38.167999"
fy="18.062"
r="90.268204" /><radialGradient
inkscape:collect="always"
xlink:href="#XMLID_20_"
id="radialGradient2967"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.74766839,0,0,0.74786783,36.595971,22.944227)"
cx="16.351601"
cy="37.996101"
fx="16.351601"
fy="37.996101"
r="49.414799" /><linearGradient
inkscape:collect="always"
xlink:href="#XMLID_17_"
id="linearGradient2980"
gradientUnits="userSpaceOnUse"
x1="43.617199"
y1="24.517099"
x2="36.868999"
y2="29.578199"
gradientTransform="matrix(1.9943142,0,0,1.9943142,6.689435,-6.9704859)" /><linearGradient
inkscape:collect="always"
xlink:href="#XMLID_16_"
id="linearGradient2983"
gradientUnits="userSpaceOnUse"
x1="33.705101"
y1="29.922899"
x2="33.705101"
y2="40.926601"
gradientTransform="matrix(1.9943142,0,0,1.9943142,6.689435,-6.9704859)" /><radialGradient
inkscape:collect="always"
xlink:href="#XMLID_15_"
id="radialGradient2986"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.74766839,0,0,0.74786783,36.595971,22.944227)"
cx="49.904301"
cy="47.091801"
fx="49.904301"
fy="47.091801"
r="30.083599" /><linearGradient
id="linearGradient4069"><stop
id="stop4071"
offset="0"
style="stop-color:#f32401;stop-opacity:1;" /><stop
id="stop4073"
offset="1"
style="stop-color:#af1a01;stop-opacity:1" /></linearGradient><linearGradient
id="linearGradient3976"><stop
id="stop3978"
offset="0"
style="stop-color:#d2d1cf;stop-opacity:1;" /><stop
id="stop3980"
offset="1"
style="stop-color:#d2d1cf;stop-opacity:0.3539823;" /></linearGradient><linearGradient
inkscape:collect="always"
id="linearGradient3889"><stop
style="stop-color:#0c5fbd;stop-opacity:1"
offset="0"
id="stop3891" /><stop
style="stop-color:#124aab;stop-opacity:1"
offset="1"
id="stop3893" /></linearGradient><linearGradient
id="linearGradient3883"
inkscape:collect="always"><stop
id="stop3885"
offset="0"
style="stop-color:#bce6fd;stop-opacity:1" /><stop
id="stop3887"
offset="1"
style="stop-color:#abe0fb;stop-opacity:1" /></linearGradient><linearGradient
inkscape:collect="always"
id="linearGradient3835"><stop
style="stop-color:#6db0ee;stop-opacity:1"
offset="0"
id="stop3837" /><stop
style="stop-color:#3a9bed;stop-opacity:1"
offset="1"
id="stop3839" /></linearGradient><linearGradient
inkscape:collect="always"
id="linearGradient3825"><stop
style="stop-color:#fdfdff;stop-opacity:1;"
offset="0"
id="stop3827" /><stop
style="stop-color:#fdfdff;stop-opacity:0;"
offset="1"
id="stop3829" /></linearGradient><linearGradient
id="linearGradient3767"><stop
style="stop-color:#34aeff;stop-opacity:1"
offset="0"
id="stop3769" /><stop
style="stop-color:#b2e2ff;stop-opacity:1"
offset="1"
id="stop3771" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3767"
id="linearGradient3773"
x1="82.516716"
y1="94.351578"
x2="30.027773"
y2="31.181379"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0.56942624,-0.09588402)" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3825"
id="linearGradient3831"
x1="150.67105"
y1="8.64153"
x2="123.44025"
y2="25.327995"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-75.306512,-2.0205668)" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3835"
id="linearGradient3847-8"
gradientUnits="userSpaceOnUse"
x1="105.2769"
y1="37.416328"
x2="117.40797"
y2="104.36085" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3889"
id="linearGradient3895"
x1="100.85692"
y1="19.202675"
x2="167.99423"
y2="102.9202"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-75.679709,-0.99324207)" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3883"
id="linearGradient3903"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-1.5786031,0.84279384)"
x1="105.2769"
y1="37.416328"
x2="117.40797"
y2="104.36085" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3889"
id="linearGradient3995"
x1="85.36998"
y1="19.298557"
x2="98.90274"
y2="102.0528"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99517934,0,0,1.0030062,0.15365893,-0.33879519)" /><linearGradient
id="linearGradient3889-1"><stop
style="stop-color:#1f81f0;stop-opacity:1;"
offset="0"
id="stop3891-6" /><stop
style="stop-color:#3375ea;stop-opacity:1;"
offset="1"
id="stop3893-7" /></linearGradient><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3889-1"
id="linearGradient4033"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99371873,0,0,1.0020862,0.19289863,-0.22134891)"
x1="85.36998"
y1="19.298557"
x2="98.90274"
y2="102.0528" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4069"
id="linearGradient4051"
x1="53.540596"
y1="109.00861"
x2="65.951248"
y2="111.02946"
gradientUnits="userSpaceOnUse" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4069"
id="linearGradient4067"
x1="66.400566"
y1="104.23206"
x2="53.826134"
y2="105.2731"
gradientUnits="userSpaceOnUse" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3976"
id="linearGradient4089"
gradientUnits="userSpaceOnUse"
x1="91.364532"
y1="88.093132"
x2="82.663292"
y2="25.585924" /><linearGradient
id="linearGradient3976-7"><stop
id="stop3978-0"
offset="0"
style="stop-color:#85817c;stop-opacity:1;" /><stop
id="stop3980-1"
offset="1"
style="stop-color:#7e7b76;stop-opacity:1;" /></linearGradient><linearGradient
gradientTransform="translate(0.8660352,-0.34641108)"
y2="25.585924"
x2="82.663292"
y1="88.093132"
x1="91.364532"
gradientUnits="userSpaceOnUse"
id="linearGradient4130"
xlink:href="#linearGradient3976-7"
inkscape:collect="always" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3976"
id="linearGradient4928"
gradientUnits="userSpaceOnUse"
x1="91.364532"
y1="88.093132"
x2="82.663292"
y2="25.585924" /><linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3976"
id="linearGradient4930"
gradientUnits="userSpaceOnUse"
x1="91.364532"
y1="88.093132"
x2="82.663292"
y2="25.585924" /></defs><sodipodi:namedview
id="base"
showgrid="false"
inkscape:zoom="2.9837863"
inkscape:cx="40.958906"
inkscape:cy="36.357604"
inkscape:window-width="1920"
inkscape:window-height="1051"
inkscape:window-x="1366"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg548"
units="px" /><metadata
id="metadata549"><xpacket
id="xpacket6">
begin='' id='W5M0MpCehiHzreSzNTczkc9d'</xpacket><x:xmpmeta
x:xmptk="XMP toolkit 3.0-29, framework 1.6"><metadata
id="metadata82"><rdf:RDF><rdf:Description
rdf:about="uuid:1d5424af-bcf6-4c39-808f-267922041dc2"><pdf:Producer>
Adobe PDF library 5.00</pdf:Producer></rdf:Description><rdf:Description
rdf:about="uuid:1d5424af-bcf6-4c39-808f-267922041dc2" /><rdf:Description
rdf:about="uuid:1d5424af-bcf6-4c39-808f-267922041dc2" /><rdf:Description
rdf:about="uuid:1d5424af-bcf6-4c39-808f-267922041dc2"><xap:CreateDate>
2003-03-10T02:02:16+02:00</xap:CreateDate><xap:ModifyDate>
2004-03-29T08:59:47Z</xap:ModifyDate><xap:CreatorTool>
Adobe Illustrator 10.0</xap:CreatorTool><xap:MetadataDate>
2004-01-18T18:44:12+01:00</xap:MetadataDate><xap:Thumbnails><rdf:Alt><rdf:li
rdf:parseType="Resource"><xapGImg:format>
JPEG</xapGImg:format><xapGImg:width>
256</xapGImg:width><xapGImg:height>
256</xapGImg:height><xapGImg:image>
/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAAEAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q7FXYq7FXYq7FXYq7
FXYq7FXYq7FXYqsmmhgieaZ1jijBaSRyFVVG5JJ6YqwPUvzf0yO5MGl2MuoldvUr6StTuo4uxHzU
YQLUlqw/OPR3k9LU7KewcGhI/eqP9bZH/wCFwUrLdL8zaBqoH6Pv4Z2P+6w1JPpjajj7sVTPFXYq
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq87/ADX1O5lk
0/y7avxa9YSXAHdeXGMH/J5BiflhiLNIkaFpx5Z8q2VtZCOEenEuxcAc5G7sxzMnkGPYBxYQOTco
vUfKFneJxkSO4XssyAkfJt8iNQD9QZeAR9JYfqv5VWJJe3WWzcbhoz6qV8aGp/4YY+HjlyNI48ke
YtARQfmVof8AxztS+v2ybCCUh/hHbjL9n/YtkJaaQ5bs46iJ5o+0/OHULF1h8x6NJC3QywVWvyjk
6/8AB5TKJHNuEgeTLdI/MXyfqnFYdRjhmP8Aum4/ctU9vjop/wBiTkUsjVlZQykFSKgjcEHFW8Vd
irsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdiryb1v01+Y1/e/at9PrHE
eoqg9IfeeTZkaaNyvuaNRKo09TsofRtYo+4X4vmdzlWSVyJbMcaiArZBm7FVGaztZv7yNWJ/a6H7
xvk45JDkWEoA8wl135ctJkZAao3WOQB1P35fHUnqGo6cdCxHWPyq0i5qy2nosf8Adlo3H/hD8P8A
wuH91LyY/vI+bHV8m+cNDct5f1qSNVNfq0pZB9KnnG30qMB03cUjUd4RUP5nefNEovmDRxdwJ9u5
jHpmncl4+cX4DKJY5DmG6OSJ5Fkuj/nH5L1Dik80mnTHbjcp8Nf+Mic1p/rUyDNmNnf2N7CJ7O4j
uYT0khdXU/SpIxVXxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kpf5g1MaXol7
fk0NvCzJXu9KIPpYgYq8/wDyw0xjai4kFXvJi7MepSPbf6eWZeP04ye9xcnqmA9QzEcp2KuxV2Ku
xV2KrZIYpRxkQOPBhXCJEckGIPNAzaJZvulYj7Go+45fHUyHPdplgiWM6z+Wuj3/ACaayhlc/wC7
Yx6MlfEleNfpOT8THLmGHhzjyLDLv8qr3TZzc6Hqdzp1wPs8yy/QJI+Bp9Bx/LxP0lPjkfUF8Xmn
83/L9BdQJrVqn7fH1Gp7NHwk+llOVSwSHRsjmiU50n8+PL0z+jrFncaZODR2A9aNT3rQLIP+Aylt
Z1o/mjy7rKg6XqMF0SK+mjj1AOu8Zo4+kYqmeKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV
2KsB/N/Umj0e00uLeW/mqVHUpFQ0+l2XFU88n6atnZpGOlvGsIPiafEcy9RtERcbBuTJkWYjkuxV
2KuxV2KuxV2KuxV2KuIBFCKg9QcVQc2lWMu/p8D4pt+HTLo55Dq1SwxKSav5I03UU43MEN2B0EyA
sP8AVbqMt8eJ+oNXgkfSWCax+S2m8jLYvcadKu6Mh9aNT1rueX/D4+FjlyK+JOPMIGKL84fLn/HO
1IavaJ0gmYSniO1JqOPkj5CWmkOW7OOoieaY2P583VjKtv5p0KazlPWWAFa+JEU3E0/2ZygxI5tw
kDyZxof5meR9a4pZ6rEk7bC3uCYJK+AEnHkf9UnAlk4IIBBqD0OKuxV2KuxV2KuxV2KuxV2KuxV2
KuxV2KuxV5V5im/TP5lRwD4rfSkUHw5J8ZP/ACMcL9GXYI3JqzSqL0rSofSsYwer/Gfp6fhjnlci
uGNRReUtrsVdirsVdirsVdirsVdXFWsKuxQ1XFWsKFCaztZv7yME/wAw2P3jJxySHIsZQB5hLL7y
3ZXMTROFkib7UUyiRD9By4ajvDScHcWEa5+THly85Olo1pIf92WbUH/ItuS/cuGscvJbyR82KT+X
vzA8iRtqHl7VpLywtqvPYSA8Qg3NYWLIwA6laN4ZXPTkCxuzhnBNHZ635B862Pm/QU1GBfRuEPpX
ltWpjlAqaHupG6nMdvZJirsVdirsVdirsVdirsVdirsVdiqje3UVnZz3cxpFbxtLIf8AJRSx/Vir
yz8vbaa/ur3VJ95r6fjy+Z5yH72/DMvB6YmTjZt5CL1kAAADYDYDMRyXYq7FXYq7FXYq7FXVxVqu
FXYoarirWFXVxQ0TirVcKtYoariqW63HG0CswBavH5gg1GZOnJumjONni/5Oan+i/PGs2luaabLO
0RQbqFV5PTYfID7sxZ8y5EeQfQORZOxV2KuxV2KuxV2KuxV2KuxV2KsP/NTVPqXlSSFTSS+dYB48
ftv+C0+nFXeQNK+qafbRstGhiDv/AMZJdz+s5l5fTjAcXH6pkswzEcp2KuxV2KuxV2KtVxV2FDVc
Vawq6uKGicVarhVrFWq4odXCrWKGJfmHrg0rQ768DcWtYGMR/wCLZPhjH/BFcycfpgZNGT1SAeWf
lFpLfVjdcayTsSp7mp4KP+JZhOW+iMVdirsVczKqlmICgVJOwAGKpNqHnXydp1Rf65YWzDqstzCr
eH2S1e2Xw0uWXKMj8C1yzQHMhjV/+e/5V2Wza4kz9lt4p5a/7JUK/jmVDsnUS/h+5olrcQ6oC1/5
yM/K2eYRvfT24P8Au2W2l4g+/AOfwyyXYuoA5A/FiO0MR6vQtK1jStXskvtLu4r2zk+xPA4dCR1F
V7juM1uTHKBqQouXGYkLBtF5Bk7FXYq8v/MKb9LedNM0ZfiitFDzj3f43H/ItF+/LMUbkAwySqJL
0DRIfTs+Z6ykt9A2GWamVyrua8EaimGY7e7FXYq7FWq4q7CrVcUNYqhrvU9Os/8Aeu6ht+/72RU2
/wBkRk4wlLkLYmQHNJrz8w/JVoSJdYt2p/vpjN/yaD5fHR5T/CWs54Dqkt3+c/kuAkRPc3QHeKGl
f+Rpjy+PZmU9wajq4BKW/PfSROqrpdwbevxSF0DgeITcH/gsu/kqVfULYfnR3PQ9J1Wz1XToNQs3
9S2uF5RN02BI3B6EEb5rsmMwkYnmHKhMSFhF1yDJrFDVcVaJwq8V/PPV3eys9LhJMuoXBcqO6RUC
qfmzj7svz+mIi04d5Esq/LPRkt4rWICqQryr7RgKp/4LfMNynpTMqqWYgKBUk7AAYq+f/wAxP+cl
ngu5dM8mQxzem3B9XmBdWYGh9CPYEf5TbHw750ei7DscWX5frdTqO0aNQ+bzW6/MD85dVq0msagn
Pf8AdOLP7vS9KmbzH2VhjygPjv8Ae66WtyHnIoVfJP5k68QZkvL6u4MjT3H6hJ4Zb+6xczCPxAa7
nPpKXzTrT/8AnHvz5dEc7ZogevIIn/Jx4z+GY8+0tNHnMfCy2R0uY8oH7mTaf/zi9rUlDd3ccXiD
Jv8Ackb/APEsxZ9u6ccuI/Buj2dnP80IrVv+cYLiKzeSxulnmUE+mrFWPy5jifvGRxdvYZGpAx8+
a5Ozc0RYIk878v655u/LLzKJrZ29Itxu7R6rFOiGjJIh+y6+PVfl1ztXpMeeFH4Fx9NqZQlY+IfX
PlfzLpfmXQ7bWNNfnbXK14n7SP8AtRuOzKdjnDZsUsczGXMPTY5icRIcimuVM2mZVUsxooFST2Ax
V5J5VZ9Z8z6rrRBIlkMdvXwdvhH+xRVGZWmHOTjag8g9aijEcSRr0QBR9GY0jZtyAKFLsCUFc63o
1qStzf28BHUSSoh/4YjLI4pnkCWBnEcylNz+Ynk2CobUkYjtGsklfpRSMvjosp/hazqcY6pPc/nD
5XiqIorqcjoVRVU/Szg/hl0ezMh50Gs6yHmk91+dtARa6Tv2eWb/AI1VP45fHsrvl9jUdd3BJ7n8
4vNk9Utre2hJ6FY3d/8AhmI/DL49mYxzJazrJ+SXz+cfzNv1otxcIh6elCkQ/wCCVFP45dHR4Y9G
o6mZ6oKTSfzC1Q8bi4upgeiy3DOP+BDN+rLQMUOQAazklLqSq235TeaZzWRQvLqeLn8WCD8cEtZi
HUJGKZ6FN7X8kdSahnnK/wDAL+oyZTLtPGGwaXIeibQfkppkNDd3Qp/lOT+oRZUe1AfpiSz/ACUu
sgGOfmB5Q0fRNOb9HmOYqI3aZdyKvwK/af2zL02olkFkU42XHwSAu2R/lDq1x/hRoVYUt7mRQpHZ
gr/rbNV2kP3l94djpD6Pi9Jt5xNCsgFK9R7jNe5K+uFXYqh76X07WQ9yOI+nbLMUbkGvIaD598yT
trv5omJPig0tViX/AFo9z9PrSU+jI6iVyZYI1F7p5OsVgsmkp1pGh9kHX6ScobmCf85Jeb7jRPJc
WlWkhiutdkaB2Bofq0agzAf6xZFPsTm57E0wyZeI8off0cDtDLwwofxPNPyM/LWy1y6k1PVRSxtU
Esxrx2avBAe3IKSxHbbaudF2nrTpsY4f7yfLy83VaTTjLI8X0R5ve4NV8raWBDpmnIix7K0UaRg+
9ftH5nOZlgz5d5y+Zt2Y1GKG0Yul86yn+6tVXwLMW/UFxj2cOpQdeegQkvm7Vn+yY4/9Va/8SLZb
HQYx3lqOtme5By+YNXk+1duP9Wif8Rpl0dLjH8LUdTM9VKHWtRhkEiXUnIdmYsD8wajJS08JCqDG
OeYN2Xnn53WlnqUKarFGI55o+U6j/f0BAZh/rRsM2nZYlHHLGd+E7e4/guHrZA5IzH8XP3j8BJfy
a/Mi08oyTQalK40+diXiRWc1psygbVBzX9qdn5MuQSgOm7sdFq4wgRI9Xpl5/wA5H+To6i0sb65Y
dGKRRofpLs3/AAuYcew8p5mIciXacOgLG9Y/5yHvNSsrixsdFW1FxG8RuJLgyMA60JCqiUO/jlx7
EERZl9jWO0iTQiknlTzr5mtyttYLHEis0zMsXNi3QE8uQ8O2ZY7NxQxb2bcQ62csnTZks3mXz/e7
veXK1/32BB/xAJlMdJiH8IbZaqZ6qH6D82amazPPcE9TJI8v6ueTvHDuDDilLvKNtvyx8wTU5RlK
+Kkf8TKZXLWYh1ZjBkP8JTW2/KC8anrzcfmyj/iIkymXaWMct20aPIe4JnB+U+jxb3Nwu3iWP/Gy
ZSe0ieUSzGj75BMIPIvk63+3xcjuEU/rVz+OQOszHkGQ02Mcyjo9P8rWwpHbM9PmB91VH4ZA5M56
0y4MI6WrC70uL+50+MEdGIWv6jkfDmecinjgOUQ02vXIHGOONF7UB/riNLHqSp1B6IaTWdRb/dvE
eCgD+GWDTw7ms5596Elvbt/tzOw8Cxpl0ccR0azkkeqFZqmp65YA1ljfnOL1tJukAqRAzU/1fiH6
sysPJomfUEu/Jq5Bi1S3J3VopFX5hgT+AzB7Tj9J97sNGeYeu6W9bcg9mP6hmqc1F8l8RhpFtc18
RjS2knmnVILDT5rmVv3drE9xIO9EUn+BzIwigZNGU2QHif5W2ct5e3erXHxTXErSMx7kHkT9Lv8A
hmETblgU+i9Ntvq1jDDShVRy/wBY7n8TgS+ff+cskcXvlpyDwMd2FPaoaGv6xnTez3Kfw/S6ftTn
H4oz8qtUSLyhPZoaNI9vJIR3T0jxH3rmy7Tw3khL+i4ODLUJR82Sm7XxzD8NeNTa9XxyQxsTkU2v
x45IYmJyKTagPHJDExOVVii1S4/3ntJ5a/yRu36hkZShHnID4swJy5An4IbXPIfmzWrVYI7B1UrI
pMjJHQSKATR2U9sOHtHT47uXP3lGTQ551UeSUWH/ADjjqxo11dRRAdQZCT9yof8AiWQn23gHISLk
R7NznnwhP7P8gNAgobzUUJHVVUn8Wk/41zGl25f04/t/Y2jss/xZPkETeflz5I0vgsJeWTiWc0RR
7U4oD+OY0+0s+QgVEfj3t0dDigCTKRT3yroXluCKWYWXOpCKXJPTc9T7+GOs1GY1HiY6XBiFypka
S2EP9xYwx06EKo/UMwDGZ5yLnAxHKIXtqtyegVfkP65EYIpOYqL3923WQj5UH6smMUe5icku9Qea
VvtOzfMk5YIgMDIlSJyTFaThQsJwoWE5JipsckEKbHJBiVNjkgxUmOSDEpPqSi49aM/ZdTH9BFDm
VjFBx5ndhv5T3Ho+YbmBjxMtuwA8WR1NPurmN2hG4A+bnaU+r4PaNKf+8X5H9eacOcUeThQ0ThV5
B+c+tcNLmgRvivJlgX/jHF8TEfSo+/MnOeDCB3uNhHHlJ7k4/KvQvQs7OBl3+EyD/V+N/vYkZq3Z
PXcVeIf85V6f6nlbRtQpX6tetAT4CeJm/wCZOb/sCdZJR7x939rrO04+kHzY3+R+iXOu2ciQXCQ+
jCvPmCSQHZRQDwpm97V1ccWOJIu3VabTHLIgGqeuRflrEByudSZh34RhKfSzNnPS7YP8MftdiOyh
1kiI/JflWH+8ee4Pfk9P+IBMrPaOc8qDMaDCOdlFxaL5Vgp6Wmo9P9+Vf/iZfKpajPLnP8fBsGDC
OUUZFPa2/wDvNZww06cFA/4iBlMoyl9UiW4SjHkAG31O5PQhfkP64BhipylDyX103WVh8jT9WWDH
HuYHIe9DvK7faYn5muWAMCVMnJMWOapP6ly5rtWg+S7Zbpo3O+5r1EqhXeyPToPQsYY6UbjVvm25
yrLLikS2Yo8MQEQTlbNaThQtJwoWk4VWk4ULScKFhOSQsY4QxUmOSDFTY5IMVNjkghQlk4oW8OmT
iLLCRSx8yg45YH5WcWX5hrGdkM88Q+TqwX8aZVqxeIuXpz6g9r0x6XBH8ynNEHZlNCcLFQvLj0LW
WXuikj59vxyzHHikAwnKgS8C86TfpXzzY6YDyislDSjr8TfvX+9Qowa+dzruTooVC+97j5F0/wBG
3MhFCiCMf6zfE+YLmMqxV5r/AM5E6f8AW/ys1GUCrWU1vcKO/wDfLET0/lkObTsadaged/c4Wvje
I+Tzb/nGG/4azNbMdpYZo1HuDHKP1NnQduw4tKD/ADZOs7NlWau+L3/UbhnlMQPwJ1Hic5XFGhbt
8srNIPLWp2KtFqYaVTZskAhTZskAxWFsNMbUbmb04HfuBt8+2EqGP2kX1jUIouq8hy+Q3OZGH04z
Joy+rIAy4nMJy1pOFDROFC0nCq0nChaThQsJwoWE5JisY4QhTY5IMSpMckGKmxyYQg7mSp4joOvz
y6AaplCNloai891JxY+fYbjoguLeU/I8eX8ccguBHk34jVPa7J+N1H7mn3imc8HapwThQk3mW7SG
zCs3FSS7k9AqCprmXpY7k9zjamWwHe8V8gxPrHme+1eUVEsp417AnmR9CqozV5J8Uie92MI8MQH0
boVt6GmQgijSD1G/2W4/CmQZo/FWM/mbYfX/AMvfMVsByZtPuHRfF4ozIo/4JRmVoZ8OeB/pBp1M
bxyHk+bv+ce7/wCred7VSaBpQlPH1o3j/WRnadpQ4tLkHlfyLz+klWaJfTd6Ct3KPev375x+PeId
5MbqNTk2LROKFhbJUxKmWw0xJWFslTErC2GkJdq84WFU/mNT8hgl3Jip+W4eUstwR9kcR823OZOo
9MRFx8HqkZJ+TmG5S0nCq0nChaTihaThRa0nJItYThQtJwoU2bJAIU2OSDEqTHJBioSyUHv2ycQw
kUI+XBqKi2TDEvPPzAjMerwTLtzhG/8AlKx/qMsizhyewafdCaK2uhssqpKPkwDZzko0SHcA2LZC
ThQ84/NrWvqmiXvE0eRRaRfOT7f/AAvLMiZ4MJ/pNERx5h5ID8pNDK6dbgij3BBY/wDGQ8ifoTjm
pdm9yAAAAFANgMVdiqld2yXNrNbSf3c6NG/ycFT+vDGVG0EWKfFn5b3Mmk+drf1vhe1nRnHSjQTK
T1+R7Z6NKPiY5AfxRP2h5QHhmD3SD7A1VaXVf5lB/h/DOEwH0vSZOaDJy5rWFsNMSsLZKmJUy2Gm
BWFslTErC2GkWkWrz8pmFdloo/WclijxZB5IyyqCd6LD6OnR12aT4z9PT8MGolcyuCNRRpOUty0n
ChaThQtJwoWlsNIWFsNIWFslSLWlsNIU2bJAMSVNmyQDFRd6ZIBiShnau5y0BrKixyYYlSc5IMSw
r8xIaxWU38rOhP8ArAEf8RyyLLGzzyhdfWfLGmydxAsZ/wCef7v/AI1zRamNZD73a4jcQzIzKsHq
t9kLyPypXIRFmmRNB4L+b+s27ahZWd1N6VvHW5vJKE8RI3EGigmoAbYDvk9bcpRxxYaPYGZTnyz+
ef5daKiMTd3fpKeK20H7TbCnrNF0XJYux88+4e8/qZz1+OPemif85VeV2vY4zo94lmzASXDNHzVT
T4vTBNab/tZlHsDJX1C2n+U43yNPabK9tb6zgvbSQTWtyiywSr0ZHFVI+YOaKUTEkHmHZA2LCtkU
vizzDaDS/wA2NYtAOMa6jdBFH8kjM0Y29mGeh9nZOLHA/wBEfc8tq41OQ831q919c0vTr7r9at0l
r/rorf8AG2cWIcE5R/myId+ZcUYy7whS2WU1lYWyVMSsLZKmJUy2GmJWFslTEqckgRGY9FBJ+jCh
jpVri7SP9qRgCfdjvlumFRMmrUGyIswACqFGwUUA9hmI5TROFC0nFC0thpVhOSQtLYaYrC2GkWsL
ZKkWsLYaRaxmyQDFReTwyYDElRZsmAwKkxyQYlRY5MMSpMckGJYz57i9TROf++pUb7wV/wCNsmE4
zunX5aXJl8rRxk1+ryyRj6T6n/G+ajXRrJ73Z6c+lml9c8dJRQd5KJ9A6/qyOmjcvcjUSqL5n85X
MOu+Yb1pavbyzcEAJFY4iFXp7LXJaKPiZzLoEaqRxYREcyj9I8s6HFbB/qUbFjUcxz26D7Vc6/DE
CLzObNInmkvnZIPrNjpdnEkbOeZVFC1LngnQfPDlmIxJPIC27SRMj79n0R+UGr3kVtDpEnxWaRhb
fr8HpqFUfIhc85yTM5GR5k29nGPCAB0eoZBk+RvzztBp35yXc4HFLg2lyB7GJEfr4sjZ2/Ys7wR8
ifved7QjWQ+b6F8p3Ju/y/0WetSkfo/REWi/40zQ66HDq8g87+e/6XZaeXFgifx3IgtldJKwtkqY
lYWyVMCplsNMSsLZKmJQWpTcbcr3c0+jrkZ8kw5oTy/F6t+0x+zECR8zsPwzIyenGB3tGP1ZCe5k
ZOYbltE4ULS2FFrC2FFrS2SpFrC2GmKxmwgItSaeMftfdkxEsTIKTXAPTJCLHiUmkJ65IBjawtkq
RamzZIBBKmzZIBiVJjkgxKkxyYYlJ/M8Xq6FeJ4Jz/4Ahv4ZIIid1L8p7kmx1C2rtHKkgHvIpX/m
Xmt7QjuC7PTHmGQec9a+oeXrudTR7eJljP8AxbLRU/FhlETwYjJMhx5BF8/WQL3e37Ow+bZl9k4q
hfe4vaeS5V3M2taKioOiin3Z1EHnZMP08HV/PEs4+KK2J4eHwfu0p82+LNR21n4MBHWWzveysNyH
lu+mPyw0wRxvcEbIvFD/AMKP+Ns4t6R6Bir5i/5yosPS84aRfqKfWbH0iR3aCZzX50lGdX2BO8Uh
3S/Q6TtOPrB8nqP5S3v138uD/wAu9wwA9mCS/wDMw5j9tRrVg/zoj9I/Q29nm8BHcU8LZh02lYWy
VMSsLZKmJUy2GmJWFslTEpRq83xcf5R+LYBHimAplwxJTHy9D6diZCPilYn6BsP45PVSuVdzDTxq
N96ZE5jt6nLPFGKyOqD3IGSjEnkxMgOaEk1azXo/I+Cg5aMEms5ood9ZQ/YjJ+Zp/XLBpz1LA51J
tUmboFX8ckMIY+KVhu526ufo2/VkvDDHjK31Cepr88NItsNgpNu5Y0tuL4aW1pbGkWsZskAi1Nmy
QDElTZskAxUmbJBiUJfR+taTw9fUjZP+CUjJBF7sc/Ku4KatewVosluJCO1Y3AH/ABPMLXx9IPm7
LTncqX5r6rx0+2tAaG6le5kH+RGOKA/Ov4ZrtXtGMB1cjS7ylM9HnmgLylEh7kuf1DN/o4cIA7nS
audknvZJeXv1PSLq8rRo0PD/AFjsv/DEZt4crdbw3IBBflZphZXu2WrSv8Pusew/4ds5Pt7NeQQ/
mj73rOzMdQMu99U+UrAWejRLT4n3J+W38K5oXZJzirwb/nK+w56T5f1AD+4uJ7ct/wAZkVwP+SJz
ofZ+fqnHyH4+11fakdolH/8AOO14bnynqdoT9iOF1HuVeM/8mxmT7QRqWKXvHypp7MO04s2LZrqc
grC2SpgVMtkqYlYWw0xKwtkqYlI9bdImaWRgiEAgsaDbamHHYyBGSjAqNl560+O2W2A/eR/CJGqq
EdjmdPs2RPF0LhQ18QK6qr65d3Q5LMAh6CI0H3jf8cA00Y9EnUSl1UOZJqTU9ycnTG14bI0leGwU
m14bBSbXhsjSbbDY0m2+WCk23yxpba540i1pbDSLWlsNItTZskAhTZskAxJU2bJAMSpMckEFg3li
Y2XnD6uDxMrT2wH+xY/8aZTnhxR9zmQnXxY/+Z2qfWvMFzGjVS342cX+w+3/AMOWzSj16jyj+Pvc
8+jB/W/H3IHRgEhJ8aAfIZ0mDYOgzblf54uTDpVrYr9udubgeCDp/wAE2bLkHH04uRL0f8stCaOO
ztgvxLxB/wBYbn73bPPdXm8TLKfef7HtMGPggI9z6GhiWKJIl+zGoUfICmY7avxV5X/zkpp5uvyy
lnpX6jeW9wT4ci0Ff+S2bfsSdaiu8H9f6HB7RjeL3Fhf/OMV8Prt1Zsfhe3kAH+UkiNT7pDm67fh
enjL+bL7wXX9mSrKR3xeoygo7Ieqkg/RmpjuHLKkWyVMCsLZKmJWFsNMSxnXPONraFoLOlxcjZm/
3Wp9yPtH5ZstN2fKe8th9rgZ9YI7R3LDLzULy9mMt1KZH7V6D2A6DNt+WgI8IFOsOeRlZKiADlHh
ZIciz8SEua+N5Ym5ROUbxBI/VkTnPKQZDCOcSmFvruoRUD0lX/KG/wB4yPDily2ZcWSPmmdv5jtX
oJVaI+P2h+G/4ZCWmPTdnHUDrsmdveW04rFKr+wO/wB2Y8oEcw3RmDyRAbIUztsNgpNrg2Ck23yx
pbdyxpbaLY0ttFsNItYWw0i1hbDSLWM2SAY2ps2SAQVNmyQDEvItT8zQ23n9Li2Ilt7K5Dsw6M3R
wPlUjLMkOHFKR7m6HqlEebHNRuXn1EFzycVkkPizmuc52fHnI9Xa66XKPcyPR4ucsEPYULfRuc6T
BGyA6DMdiUPqK/pPzlDD9qG1IDeFI/jav+y2w9qZ/DwyPlXzcjszDxSiPi+hfyu0qk6ysu0K1Pz6
n/hmGcG9W9PxV2KsP/N/T/r/AOWXmOCleFm9x/0jET/8y8zezp8OogfP79nH1cbxS9zwP/nHTUPQ
85W8RNFkZ0b/AJ6QuF/4ZBnXdqw4tJPyo/a6PRSrNH4vedUX09QuF/yyfv3/AI5zuE3AOyy7SKCL
ZdTSVjNkgGJYH5p82tOz2OnvSAVWader+Kqf5ffv8s3ui0HD6p8+51Wq1V+mPJiwObR15Xg5FiV4
OBiqK2QItINKgCnMeeniW+OeQb9KvvlBwSj9JbhmjL6g1wZTUVBHQ4PFnH6gnwoS5FFQatqUFAsh
dR+y3xfr3yPFjlz2Tw5I8t0xt/M69LiKniyH+B/rgOnB+kpGeuYTK31axnpwmAb+VvhP45TLDIdG
2OWJ6ovnldNlu5Y0tuLYaRa0tjS2tLZKkWsLYaRawthpjamzZIBFsK/Mfzd+ibD6haPTUbxaAjrH
Edi/zPRfv7ZkYcdm1DyMwTWt0I5RxcAEj5gNlupjcCG3DL1Aoizf1715ezvUf6q9M57SY+EAObqp
8RJZp5fKxx3N6/2IUP6uR/Vm+0g5l0uo6R73eQ7JrrVJ72QVZ348vp5v/DNH29m+mHx/V+l6DsvF
Vy+D6g8h6f8AVtHEjCjyn9W/6znNu3ZLirsVQmsWI1DSL6wPS7t5YD/z0Qp/HJ458Mge4sZxsEPj
n8ob82XnSwdvhCXEDOO9FlUMPuY56Fnhx4Zx74H7nl8UuHJE/wBIPqPzInDU3P8AOqt+FP4ZyGkN
wd1qBUkpZsy6cYsQ87+YDbxfo22ak0orcMDuqH9n5t+r55t+zdLxHjlyHJwNZmocIYKDm8dWV4OR
YleDgYrwcDFcDkUKitkSEgqqtkSGQKor5EhNrqIeoymWGJ6Nscsh1WtAD0P0HKDpq5FuGovmFNrd
h2P0b4OLJHzTw45eS6G8vbf+6lYAfs12+47Y+NCX1BfCkPpKPg8zXCUE8YceI+E/xGHwoS+kr4so
8wmEGvafLQFzEx7OKfj0yEsEgyGaJRqzI68kYMp6EGoyumy3F8aW1hfDSLWFslTG0s1/XLTRtMmv
7k/DGKInd3P2UHzycI2aRzeaeSfLeteevNqzSfHNcSci5B4RovVz4JGuw96Drl2ozxwYzI9GyGM5
JCEUn896e+n680DfaQFGPT4o3ZD+rLcchON97GA4bHclemALU+Gw/Wc0xjwzl73LkbAZjdsbPytH
H0kuyCfkfi/4iAM3GEcOMebrfqynyZh+W2kUgt1K7yUZv9n8bf8AC0GcT2lm8TPI9Bt8nrdHj4cY
D6TsLf6tZQwd0UBv9Y7n8cwXJV8VdirsVfE9zbnSPzL1WxT4Bb393Ch9kkfge38oz0bQz44RPfEf
c8rqI8MiO4vqvzFKtwljer9m5gDL8jRv+N84/SR4eKPcXdak3R7wxzUL6Kys5rqU/BCpYjxPYfSd
s2OLGZyER1cKc+EW8jurua7upbmY1llYsx+fYewzrIYxCIiOQdJORJsrAckwK8HIsV4OBiuBwIXg
4GK4HIoVFbAQtr1fIkMrVA+RpNrw+CmVrg+Ck248W6gHISgDzZCZHJTaBD0NPxymWmHRtjqD1UHt
WHTf5ZHgyR5G2XFjlzUle4gasbsjexKnHx+kgjwesSjIfMN/FtJSVf8AKFD94yQGOXI0gmceYtHQ
+ZLN6CVWiPj9ofhv+GJ056KM46oxL21kQukqMqirGo2A8fDIGBHNmJA8nknmfWbjzbr6WloWOm2z
FYqftb0MlPFui+305lY48I3Zk0PN7vpNhb/ll5JUhFHmbVlCxpQEwqB0+Udanxb2znckzrc9f5KH
2/2/c7SI/K4rP95P8fZ97wv8x7eQ/UrtyWdzKsjtuSx4tUn783+E9HWRY7pEDXE8FuvWVwtR7nr9
2YGaF5q728yqF9zLPMAF1q9pp0f93GFUqO3Lc/cgGZ2szDHjMv5ocbQYuMj+kXtX5YaSJLuFivwp
Rz4b/F+pQM8+exewYq7FXYq7FXx9+cFp+jfzn1OgpHLcW84PiJ4o2c9/2mbO67GyXggfh9rzmvjW
WT6Ds7j635C8v3RNSkCQlupqicD/AMm80eSPBq8sfO/0/pc+7wwLA/zD1Epa29ip3mYySD/JTYD6
Sfwze9lYrkZdzrNZPYBgoObx1y8HAxXg4ELgcixXg4GK4HAhcDgRS4HAxpeGwUq4PkaTa8PgpNrg
+Ck2u54KW3c8aTbueNLbRYEUO4xMbUSpReGI9Nj7ZVLTRLYM8gh5LU9iD+ByvwJx+ks/GjL6gw/z
fqskbDSrUkzy0E/HqA3RNv5u/tl2Mz/ibIY4/UHqH5JeRLHStPl84a4oWysQZLfkK+pMu3MA9eB+
FPFvlmm7V1RJGDH9Uuf4/Gzs9DhG+af0x5fj8bqOu61eeYdam1K52DnjBFWojiX7KD9Z98vwYI4Y
CI/BcTPmOWZkWJ/mVYk+W4pwN4bhCT/ksrL+sjMjTy9bEBi3kK2EuoPO32LVS1T2ZhxH4Vy4Y7zc
XcGvUTqFd5Tny3G2peYZ7o/ZrRfbmaD7lBzUdu5qxiP84/YPwHa9lYfVf80Ppb8uNOENg9yRQvsv
07/qC5yjvWZYq7FXYq7FXy1/zlBZG2/MCxvUFBdWETFvGSKWRT/wvHOu7BneEjul+p0faUf3gPeH
qvkC6F5+VUVDUWc7qPk0nP8AVNmP2nHh11/zoj7v2NunN6b3H8fe8z86XZuPME61qsAWJfoFT/wz
HOm7Ox8OEee7p9QbmkoOZjjrwcCFwOBivByLFcDgQuBwIXA4GNLgcCKXA4EUuBxRTYbBSth8FKu5
40tu54KW3c8NLbueNLa0vjSpX5h1uPSrBpzQzv8ADBGe7ePyHfE7NmPHxFBflN5BvvNnmFZbgt6b
EzXNweqRV+Jt/wBp+i/0zX6/WDBjMuvT3u00+A5ZiA+kc3qn5heYra6mh8uaOBHoul0j4x/ZeRBx
691ToPE1Phmq7P05iDln9cvx9rk67OCRjh9EUgsrXptmbOThRCh57071vJWpADeNFlH/ADzkVj+A
OQwT/eBtrZ5P5a1EWmn6qlaPNHGE8a1Kmn0Nm3vZx8kLkGf/AJa6YzQpJT45m5D/AGR4L+AJzi+2
c3HnI6R2ek7Px8OO+99O6DaC10q3iApVQxH+tuPwzVOcj8VdirsVdir58/5yxsKp5c1BR0N1byH5
+m6fqbOk9n5/XH3fpdT2pH6T704/Ie9W88gatZcgXiCT8a71MXEn74cyO3I1mxT7xX2/ta9Cbxzj
8fx8nnOqTGbU7uU/tzSN97HOqwxqER5B089yVAHJsFwOBivBwIXA4GK4HAheDgY02DgRS4HAilwO
BFNg4EU3XFabrgRTfLFadyxWncsVp3LFaU57iKCF5pWCRxgs7HoAMUgWwSCK+83eYkWONnh5rFbw
DqeRoqD/ACnPXKMmQRBJ5Bz4Q4QIj6i+hLt7PyB5Pj0LTZEfX9RXlfXERB9MUoaEfy/ZT6WzmYA6
vN4kh+7jyH4+35O2nIabFwR+uXP8fcwmytem2bacnVxCaJd6ZZit3dwW4HUyyIn/ABIjMYgnkG0B
Ca/5x8kPoeoWMmrQO9zbTQoIuUvxOhUbxhx1ODHgycQNdWyxTwexWSS4SGPd5SEUe7GgzcZJiMTI
8g1xjZAHV9H/AJZ6KrT2sKj4FoB/qj4B+FTnnmSZnIyPMm3qYREQAOj3QAAUGwHTIMnYq7FXYq7F
WIfmp5Ei86+ULjSgQl9ERc6dK3RbiMEKGP8AK4YqfCte2Zug1fgZRLpyPucfU4PEhXV8veQfNuse
SvMklrOrQujvbXVrLsK14yRP8yPoO+dxPFj1GPhPI7xPce95+E5YpX801d+UjN05En782wFBxS4H
AxXg4GK4HAhcDgQvBwMaXA4EU2DgRS4HAilwOKKbrgRTdcC03XFFO5YrTfLGlpTkureP+8lRP9Zg
P14CQkRJQkuu6TF9q5U/6tW/4iDkeMMxil3MR82eZVvgtlZk/VweUzUpyYdB8hkZStyMWLh3KWWe
u39nbiG3jjjUbluJLEnuammVkW2GAJte3mfzFIeK3bjwEYVT/wAKAciYxHNkIdzRi803oo4vJ1Pd
zIV+9tsolqsEOcoj4hujp5nlEqkPk7zBLT/RuAPd3QfgCTmNPtjTx/iv4Fvjocp6Jnb/AJba5LTm
yKD/ACh2/wCNVH45iz7fxDlGR+TdHsyfUhk3lv8ALr6jcrPcEyzfsOQAF/1Vq2/uc1Wu7XnmHCBw
x+9zdPoY4zZ3L3z8uNEe1DzyJx4KFWvbagHzpX781DnM7xV2KuxV2KuxV2KvDv8AnIT8pW1S3k83
6JFXUbZK6pbIN5oUH98tOrxr9rxX3G+/7H7R4D4U/pPLydZr9LxeuPPq8U8u639YQWlw3+kKPgY/
tgfxGdthy3seboiE/By9iuByLFeDgQuBwMVwOBC4HAim+WKKWNd2yfblRfYsMgZAdV4SpNq9gv8A
u0E+wJ/hkDlj3p8KSk2v2g+yrt9AA/XkDnDLwCoP5j/kh+kt/ZkDn8mQ0/monXr+Q0iRa/5Kkn+O
Vy1NcyAzjpgeVlaZvMM32VlAPT4eH8BmJPtLEOcx+Pc5EdDI8olr9DeYLg0eu/8APJy/UWzFn2zg
HUn4frcmPZuTuAV4vI2rS/bYKPEKx/XxzFl29AfTEn7P1uRHsyXUhGw/ltI1PWmffw4r/wA15jT7
en/DED7f1N0ezI9SUztfyrtTTlC8v/Bkf8LwzGn2zqDyIHw/W3R7PxDpacWn5W2akUskPuypX/h+
RzFnr88uc5fOm6OmxjlEMgsfyyn4gRWtF8FDf8aqBmNKZlzNtwiByTm1/K65NCYQPmF/42Yn8Mil
N7b8sgoHN1Udxy/gqj9eKplB+XemJTm4bxHEn/iTH9WKplb+T9GhIIQkj/VX/iIGKpxDDFBEsUSh
I12VRiq/FXYq7FXYq7FXYq7FXzV+ef5LyaTPN5s8swkae7GXUbKIb27k1MsQH+6yeoH2O3w/Z6js
rtW6x5Dv0P6HT63RV648uoecaR5lglh4XriOZB/eHZWHj8863HmBG7pzFFSeZ9HTpKXPgqt/EDJH
NFHCUO/nGyH93DI3+txX+Jys5wvApN5wlP8Ad26r/rMW/UFyB1B7l8Nya7rVx/cx9f8AfcZb9fLM
fJrBHmQGyOAnkCUQkXmif9iYV8aR/r45hZO1sI5zHw/Y3x0OQ/woiLy1r1xTnT/ZMW/4iGzCydt4
R/OP482+PZuTyCPg8jam9Ob8fYL/AM1FcxZ9vR/hh9rfHss9ZJhb/l87EB3YnwqB+oNmLPtzKeQi
G6PZkOpKbW35boaEwu3uQ5H4lRmNPtXUH+KvgG+OhxDom9p+W61AW2Ffklfw5HMaeryy5yl826OC
A5RCeWn5Z3bAf6OadjRyP+NRlBNtoCcWv5WzinKNV96ID+tjgVNbf8tIlA9SRaeFWP6gmKplB+X+
kx05nn/sR/xsXxVMYPKmjQ9Iy3zNP+IhcVRcej6ZH9m2Q/6w5f8AEq4qio4Yo/7tFT/VAH6sVXYq
7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq06JIjI6hkYEMpFQQeoIxV89/mZ/wA4+WUd9Jq+gloLGZuU
9kgBETHrwr0Un7s3Wn7bywjwyHF5uvy9nQkbBphlp+UtqSObSynuOX8EX+OM+3c55CI/HvWPZuMc
7Kd2f5S2C0P1Ik/5YY/8Tan4Ziz7V1Ev4vlQbo6LEOifWH5YRrQQ2aKf8lVH/EFJzFnqMkvqlI/F
ujigOQCf2v5Y3bUrbkfNWP8AxMrlLYm9r+V0gpyCx/8AAD/iIfFU0g/La1WnqyD/AIZv4piqYweR
NGjpyHIjuFUfrDYqmEPlrSIhQQlvmx/hTFUXHpmnR/YtowfEqCfvOKohUVRRQFHgBTFW8VdirsVd
irsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVcVDAqwqDsQemKoEaFpIYt9XFT7tT7q0x
VXjsbKP+7t41PiFFf1YqrgACg2GKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV
2KuxV2KuxV//2Q==</xapGImg:image></rdf:li></rdf:Alt></xap:Thumbnails></rdf:Description><rdf:Description
rdf:about="uuid:1d5424af-bcf6-4c39-808f-267922041dc2"><xapMM:DocumentID>
uuid:c0ca0d88-d3d0-4de4-88fb-576c6d69015f</xapMM:DocumentID></rdf:Description><rdf:Description
rdf:about="uuid:1d5424af-bcf6-4c39-808f-267922041dc2"><dc:format>
image/svg+xml</dc:format><dc:title><rdf:Alt><rdf:li
xml:lang="x-default">
folder-1.ai</rdf:li></rdf:Alt></dc:title></rdf:Description><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata></x:xmpmeta><xpacket
id="xpacket8">
end='w'</xpacket></metadata><rect
style="opacity:0;fill:#ff9955;fill-opacity:1;stroke:none;stroke-width:0.88;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect6163"
width="102.4"
height="102.4"
x="0"
y="0.18958557"
ry="0" /><g
id="g6129"
transform="matrix(1.068514,0,0,1.068514,-7.0306255,-3.5444915)"><path
style="opacity:0.4"
d="m 101.14847,40.979967 c -0.32906,-0.384903 -0.83163,-0.580346 -1.336187,-0.512539 L 86.934994,42.184533 84.037256,21.130558 c -0.06781,-0.492596 -0.329062,-0.935334 -0.723936,-1.234481 -0.394875,-0.299147 -0.891459,-0.430772 -1.38206,-0.362965 0,0 -44.764377,6.164425 -48.20058,6.637078 -0.01795,-0.127636 -0.05783,-0.420801 -0.05783,-0.420801 -0.502567,-3.655578 -3.737345,-6.238214 -7.209446,-5.761573 l -11.130268,1.533627 c -1.621377,0.223363 -3.073238,1.080919 -4.086349,2.417109 -0.885476,1.168668 -1.3621168,2.634489 -1.3621168,4.126236 0,0.317096 0.02194,0.634192 0.06382,0.951288 l 0.6481518,4.700599 c 0,0 0.01595,0.09573 0.02593,0.14359 0.008,0.06382 5.610006,40.769765 5.610006,40.769765 0.03789,0.271227 0.131625,0.528494 0.279204,0.755845 2.201723,3.428227 4.830229,6.503459 7.811729,9.139942 0.408834,0.360971 0.955276,0.526499 1.493741,0.45271 l 63.907799,-8.800909 c 0.490601,-0.06781 0.935333,-0.327067 1.232486,-0.721942 0.02992,-0.03789 0.04587,-0.07778 0.07179,-0.117664 0.374931,-0.177494 0.678067,-0.496584 0.801715,-0.911402 l 9.608598,-32.042646 c 0.14957,-0.490601 0.0379,-1.0171 -0.29117,-1.403997 z"
id="path551"
inkscape:connector-curvature="0" /><path
style="fill:url(#radialGradient2986)"
d="m 98.023042,39.572819 -48.625368,6.48551 c -0.783766,0.103704 -1.348157,0.797725 -1.292316,1.587474 l 1.954428,27.72695 c 0.05783,0.815675 0.761828,1.435906 1.579497,1.388043 l 37.058346,-2.169814 c 0.626215,-0.03989 1.16468,-0.460687 1.346162,-1.06297 l 9.608606,-32.04464 c 0.145585,-0.486613 0.03789,-1.013112 -0.293164,-1.400009 -0.331056,-0.384902 -0.833623,-0.576356 -1.336191,-0.510544 z"
id="path560"
inkscape:connector-curvature="0" /><path
style="fill:url(#linearGradient2983)"
d="m 49.597105,47.542098 c 0.09174,1.300293 1.858701,26.36284 1.954428,27.726951 1.400008,-0.08177 36.063184,-2.111979 37.058346,-2.169814 0.283193,-0.941316 9.00034,-30.002463 9.610601,-32.042646 -2.161837,0.289175 -47.301145,6.308015 -48.623375,6.485509 z"
id="path567"
inkscape:connector-curvature="0" /><path
style="opacity:0.5;fill:url(#linearGradient2980)"
d="m 48.801374,48.766607 c 0.131624,1.87665 1.764968,25.040609 1.90457,27.010992 2.042177,-0.121653 34.970299,-2.048161 36.430137,-2.133916 0.40684,-1.364111 8.487801,-28.301313 9.367294,-31.236944 -3.145033,0.418806 -45.769511,6.100608 -47.702001,6.359868 z"
id="path574"
inkscape:connector-curvature="0" /><path
style="fill:url(#radialGradient2967)"
d="m 80.138033,18.638503 c 0,0 -44.764377,6.166419 -48.198586,6.639072 -0.01795,-0.127636 -0.05784,-0.420801 -0.05784,-0.420801 -0.502567,-3.655578 -3.737345,-6.240209 -7.207452,-5.761573 l -11.130267,1.533627 c -1.623372,0.221369 -3.073238,1.078924 -4.0863499,2.415115 -0.8854755,1.168668 -1.3641109,2.632495 -1.3641109,4.126236 0,0.317096 0.021937,0.634192 0.065812,0.951288 l 0.6481521,4.700598 c 0,0 0.015954,0.09573 0.023932,0.141597 0.00798,0.06382 5.6120007,40.769765 5.6120007,40.769765 0.03789,0.269232 0.131624,0.528493 0.279204,0.757839 2.203717,3.424238 4.832223,6.49947 7.811728,9.137948 0.408835,0.362965 0.953283,0.526499 1.493742,0.452709 L 87.933807,75.27902 c 0.490601,-0.06581 0.935333,-0.327067 1.23448,-0.719947 0.299147,-0.394874 0.430772,-0.893453 0.362966,-1.384054 L 82.244028,20.237943 c -0.06581,-0.492596 -0.327067,-0.935334 -0.719947,-1.236475 -0.396868,-0.299147 -0.895447,-0.430772 -1.386048,-0.362965 z"
id="path599"
inkscape:connector-curvature="0" /><path
style="fill:url(#radialGradient2963)"
d="m 80.393305,20.491221 -50.051304,6.89235 -0.313107,-2.273519 c -0.362965,-2.638477 -2.648449,-4.503161 -5.101456,-4.164128 l -11.130267,1.533628 c -2.453007,0.337039 -4.150168,2.750159 -3.785209,5.388637 l 0.646158,4.700598 c 0.004,0.03789 0.01396,0.07379 0.01994,0.111682 l 5.615989,40.79968 c 2.084059,3.242755 4.60886,6.210294 7.478678,8.751051 l 63.905805,-8.800909 -7.28523,-52.93907 z"
id="path610"
inkscape:connector-curvature="0" /><path
style="fill:url(#linearGradient2960)"
d="m 13.950733,23.590385 c -1.836763,0.253278 -3.107142,2.104001 -2.827938,4.124242 l 0.648153,4.700598 c 0.277209,2.020241 1.998302,3.458141 3.83706,3.204863 l 11.130268,-1.533627 c 1.838757,-0.251284 3.107141,-2.102008 2.827937,-4.124242 L 28.920055,25.26162 c -0.279204,-2.02024 -2.000297,-3.458141 -3.83706,-3.206857 l -11.132262,1.535622 z"
id="path621"
inkscape:connector-curvature="0" /><path
style="opacity:0.8;fill:url(#linearGradient2957)"
d="m 11.591459,31.096984 c 0.219375,1.591462 4.138202,30.068275 5.897187,42.837869 0.382909,0.510544 0.777783,1.009123 1.182629,1.499724 0.107693,-7.801757 3.306573,-15.836849 9.728264,-20.258244 9.953623,-7.191497 22.148854,-6.325964 33.753768,-9.742225 9.522851,-3.003437 16.219758,-11.730556 17.635721,-21.105827 -0.195443,-1.40998 -0.319091,-2.323376 -0.354988,-2.572665 -2.115968,0.29117 -65.722625,9.050198 -67.842581,9.341368 z"
id="path628"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
d="m 25.029148,21.685815 -11.130267,1.533627 c -1.838758,0.253278 -3.107142,2.104002 -2.827938,4.124242 l 0.205415,1.481776 c -0.279204,-2.020241 0.991174,-3.870964 2.827937,-4.124242 L 25.234563,23.16759 c 1.836763,-0.253278 3.559851,1.184623 3.83706,3.204863 l -0.205414,-1.481775 c -0.27721,-2.020241 -1.998303,-3.458141 -3.837061,-3.204863 z"
id="path629"
inkscape:connector-curvature="0" /><path
style="fill:#ffffff"
d="m 11.308267,30.769916 5.861289,42.592568 c 0.434761,0.592312 0.88747,1.168669 1.356134,1.737048 L 13.129076,35.879349 c -0.321085,-2.327365 1.362116,-4.483218 3.759282,-4.81228 L 78.95341,22.519438 c 0.233335,-0.03191 0.464675,-0.03989 0.696016,-0.03789 L 79.497858,21.37869 11.308267,30.769916 Z"
id="path630"
inkscape:connector-curvature="0" /><polygon
transform="matrix(1.9943142,0,0,1.9943142,6.689435,-6.9704859)"
style="fill:#ff3600;fill-opacity:1"
points="38.722,32.001 31.627,42.053 41.232,40.73 39.817,30.447 "
id="polygon653" /><polygon
transform="matrix(1.9943142,0,0,1.9943142,6.689435,-6.9704859)"
style="fill:url(#XMLID_28_)"
points="40.388,40.089 39.334,32.434 33.236,41.074 "
id="polygon660" /><path
style="fill:#ffffff"
d="m 84.705012,61.907144 c -0.07977,-0.58234 -0.153562,-1.128782 -0.221369,-1.619384 -2.203717,3.149023 -7.416854,10.593798 -9.445072,13.495525 0.450715,-0.06182 0.957271,-0.131625 1.499725,-0.207409 2.092035,-2.991471 5.957016,-8.509739 8.166716,-11.668732 z"
id="path661"
inkscape:connector-curvature="0" /></g><g
style="display:inline"
inkscape:label="Layer"
id="layer2"
transform="matrix(0.57253807,0,0,0.57253807,-13.324838,30.490979)"><path
sodipodi:nodetypes="cccccc"
inkscape:connector-curvature="0"
id="path3982"
d="m 40.700448,111.41824 6.28236,3.10252 L 103.59715,100.1502 87.661263,18.294319 33.003957,37.595964 Z"
style="fill:none;stroke:url(#linearGradient3995);stroke-width:2.0168519;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path
sodipodi:nodetypes="cccccc"
inkscape:connector-curvature="0"
id="path3982-6"
d="m 35.167085,39.035517 7.382442,71.115773 4.507652,2.78888 L 101.13784,98.703386 86.027397,21.091003 Z"
style="fill:none;stroke:url(#linearGradient4033);stroke-width:3.02166986;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><path
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4130);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 48.127078,110.96066 100.58754,98.882438 85.426353,21.742496 32.892204,41.407686 Z"
id="path3912-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" /><path
inkscape:connector-curvature="0"
id="path4087"
d="m 42.496959,109.52811 c 4.034498,2.21582 4.034498,2.21582 4.034498,2.21582"
style="opacity:0.78475336;fill:none;stroke:#525252;stroke-width:2.77605724;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /><g
id="g3984"><path
style="fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4928);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 47.26104,111.30708 99.721503,98.00409 84.560315,22.088907 32.026166,41.754097 Z"
id="path3912"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" /><path
style="fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4930);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 46.665697,111.20337 98.1429,96.846887 83.824506,21.914963 30.026166,39.7541 45.614542,110.50325 Z"
id="path3912-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" /><path
style="fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4089);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 44.909876,110.07965 96.597778,95.723159 82.700781,21.774494 30.026166,39.754097 43.701367,109.21221 Z"
id="path3912-3-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" /></g><path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path4035"
d="m 55.303776,123.47741 -1.263181,-31.331267 8.140731,-3.117726 3.637348,32.043303 z"
style="fill:url(#linearGradient4051);fill-opacity:1;stroke:url(#linearGradient4067);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" /><g
id="g3905"><path
style="fill:url(#linearGradient3773);fill-opacity:1;stroke:url(#linearGradient3895);stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 39.887421,110.92982 24.991621,32.467039 75.914491,5.2735341 93.061981,92.050259 Z"
id="path3765"
inkscape:connector-curvature="0" /><path
style="fill:none;stroke:url(#linearGradient3831);stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 27.599731,32.510684 c 4.72917,24.916667 9.45833,49.833333 14.1875,74.749996 16.44792,-5.84375 32.89583,-11.687496 49.34375,-17.531246 -5.42708,-27.479167 -10.85417,-54.958333 -16.28125,-82.4375008 -15.75,8.4062508 -31.5,16.8125008 -47.25,25.2187508 z"
id="path3765-9"
inkscape:connector-curvature="0" /><g
id="g3897"
transform="translate(-75.679709,-0.99324207)"><path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path3833"
d="m 104.73518,31.284755 -1.56548,0.925546 15.13014,78.238409 1.83789,-0.73482 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3847-8);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /><path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path3833-7"
d="m 103.1697,32.210301 -1.56547,0.855314 14.85773,78.117905 1.83788,-0.73481 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3903);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /></g></g></g></svg>

After

Width:  |  Height:  |  Size: 49 KiB

@ -0,0 +1,333 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
height="128"
version="1.1"
width="128"
id="svg2"
inkscape:version="0.91 r"
sodipodi:docname="mail_send.svg">
<metadata
id="metadata18">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs16">
<linearGradient
id="linearGradient2573">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2575" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2577" />
</linearGradient>
<linearGradient
id="linearGradient9749">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop9751" />
<stop
style="stop-color:#ededed;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop9753" />
</linearGradient>
<linearGradient
id="linearGradient15107">
<stop
style="stop-color:#ffffff;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop15109" />
<stop
style="stop-color:#e2e2e2;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop15111" />
</linearGradient>
<linearGradient
y2="26.022910"
y1="4.7461626"
xlink:href="#linearGradient15107"
x2="18.475286"
x1="11.572842"
id="linearGradient1483"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.3864156,0,0,4.9227863,-7.2583544,-54.447237)" />
<linearGradient
y2="-7.5274644"
y1="20.219761"
xlink:href="#linearGradient15107"
x2="17.178024"
x1="10.027"
id="linearGradient1501"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(5.1279965,0,0,-4.0259532,-6.9516914,61.936155)" />
<linearGradient
y2="7.4121075"
y1="4.2507305"
xlink:href="#linearGradient9749"
x2="40.024059"
x1="11.841544"
id="linearGradient1503"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.4760491,0,0,-4.7878176,-8.4156387,63.171358)" />
<linearGradient
y2="31.026741"
y1="33.357376"
xlink:href="#linearGradient2573"
x2="22.17771"
x1="17.397203"
id="linearGradient1505"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.2649775,0,0,3.2691167,-16.659893,-47.03936)" />
<linearGradient
gradientUnits="userSpaceOnUse"
id="linearGradient4619"
y2="61.276535"
x2="62.342281"
y1="8.8261719"
x1="62.342285">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop4621" />
<stop
offset="1"
style="stop-color:#74aeff;stop-opacity:1"
id="stop4623" />
<midPointStop
id="midPointStop157"
style="stop-color:#FFFFFF"
offset="0" />
<midPointStop
id="midPointStop159"
style="stop-color:#FFFFFF"
offset="0.5" />
<midPointStop
id="midPointStop161"
style="stop-color:#74AEFF"
offset="1" />
</linearGradient>
<radialGradient
gradientTransform="matrix(1,0,0,1.0565,0,-0.544571)"
gradientUnits="userSpaceOnUse"
id="radialGradient4602"
fy="107.81738"
fx="27.575684"
r="115.48331"
cy="107.81738"
cx="27.575684">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop4604" />
<stop
offset="0.0571753"
style="stop-color:#ddeeff;stop-opacity:1"
id="stop4606" />
<stop
offset="0.13292681"
style="stop-color:#b5daff;stop-opacity:1"
id="stop4608" />
<stop
offset="0.1933101"
style="stop-color:#9dceff;stop-opacity:1"
id="stop4610" />
<stop
offset="0.23033699"
style="stop-color:#94caff;stop-opacity:1"
id="stop4612" />
<stop
offset="0.59550601"
style="stop-color:#0b74ff;stop-opacity:1"
id="stop4614" />
<stop
offset="0.81460702"
style="stop-color:#0035ed;stop-opacity:1"
id="stop4616" />
<midPointStop
id="midPointStop134"
style="stop-color:#FFFFFF"
offset="0" />
<midPointStop
id="midPointStop136"
style="stop-color:#FFFFFF"
offset="0.4" />
<midPointStop
id="midPointStop138"
style="stop-color:#94CAFF"
offset="0.230337" />
<midPointStop
id="midPointStop140"
style="stop-color:#94CAFF"
offset="0.5" />
<midPointStop
id="midPointStop142"
style="stop-color:#0B74FF"
offset="0.595506" />
<midPointStop
id="midPointStop144"
style="stop-color:#0B74FF"
offset="0.5" />
<midPointStop
id="midPointStop146"
style="stop-color:#0035ED"
offset="0.814607" />
</radialGradient>
<linearGradient
gradientTransform="matrix(-1,0,0,-1,128,128)"
gradientUnits="userSpaceOnUse"
id="XMLID_4_"
y2="99.457672"
x2="63.999996"
y1="-1.1782227"
x1="64">
<stop
offset="0"
style="stop-color:#0053bd;stop-opacity:1"
id="stop105" />
<stop
offset="1"
style="stop-color:#00008d;stop-opacity:1"
id="stop107" />
<midPointStop
id="midPointStop109"
style="stop-color:#00008D"
offset="0" />
<midPointStop
id="midPointStop111"
style="stop-color:#00008D"
offset="0.5" />
<midPointStop
id="midPointStop113"
style="stop-color:#0053BD"
offset="1" />
</linearGradient>
<linearGradient
gradientTransform="matrix(0.67884381,0,0,-0.67884381,51.388654,178.81449)"
gradientUnits="userSpaceOnUse"
xlink:href="#linearGradient4619"
id="linearGradient5598"
y2="63.596096"
x2="62.342285"
y1="16.278811"
x1="62.342285" />
<linearGradient
gradientTransform="matrix(0.67884381,0,0,0.67884381,49.137994,91.922468)"
gradientUnits="userSpaceOnUse"
xlink:href="#XMLID_4_"
id="linearGradient5604"
y2="99.457672"
x2="63.999996"
y1="-1.1782227"
x1="64" />
<radialGradient
gradientTransform="matrix(-1.4242589,0.93150743,-0.72110744,-1.1025615,816.51303,233.85718)"
gradientUnits="userSpaceOnUse"
xlink:href="#radialGradient4602"
id="radialGradient5615"
fy="388.16513"
fx="323.32462"
r="49.621826"
cy="388.16513"
cx="323.32462" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1051"
id="namedview14"
showgrid="false"
inkscape:zoom="2.2014223"
inkscape:cx="162.91825"
inkscape:cy="14.367823"
inkscape:window-x="1366"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2"
showguides="false" />
<path
style="fill:url(#linearGradient1483);fill-opacity:1;fill-rule:evenodd;stroke:#618ecd;stroke-width:4.45;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path12723"
d="m 4.052308,3.484443 0,84.955454 120.702132,0 -0.20406,-84.6299546 c -4e-5,-0.018634 10e-4,-0.08856 0,-0.1085019 -0.002,-0.021249 0.004,-0.086076 0,-0.108502 -0.005,-0.023538 -0.0962,-0.083624 -0.10203,-0.108502 l -120.396042,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:#608dcc;fill-opacity:0.99215686;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
id="path1634"
d="M 50.241697,47.956961 6.5041755,83.82567 51.916232,52.428073 l 29.444083,0 40.547905,30.998395 -38.733812,-35.469507 -32.932711,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.24961615;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path15103"
d="m 7.3172855,7.6655877 c -0.021875,0.04361 0.017598,0.064205 0,0.1032714 -0.00774,0.018307 -0.095383,0.086043 -0.1020305,0.1032714 -0.00555,0.016019 0.00447,0.088397 0,0.1032714 -0.00336,0.01373 0.00224,0.090783 0,0.1032714 l 0.1020305,76.7373427 114.0701545,0 -0.20406,-76.3242211 c -0.002,-0.012096 0.003,-0.089933 0,-0.1032714 -0.0479,-0.1571792 -0.13658,-0.4320334 -0.3061,-0.7229619 l -113.5599945,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:#70abf5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.85660434;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
id="path2563"
d="M 52.468837,58.218824 C 44.658655,56.759667 9.1346934,14.325638 4.8778768,6.4826905 4.8290445,6.3892788 4.7452032,6.2100004 4.7083713,6.1282464 l 112.6845387,0 C 116.48825,14.310205 89.802996,56.987995 78.253698,58.132816 Z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#6c96d0;fill-opacity:1;fill-rule:evenodd;stroke:#618ecd;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path1613"
d="M 51.169198,54.582421 C 43.439557,53.303748 9.2812315,13.829746 6.5821239,6.9569315 6.5518997,6.8750761 6.5040678,6.7179721 6.4836976,6.6463327 l 116.0445024,0 C 119.83912,13.816225 85.639019,53.931049 78.630114,54.582421 c -0.02775,0.0013 -0.07154,0 -0.09844,0 l -26.968782,0 c -0.113067,0 -0.265933,0.02125 -0.393704,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:url(#linearGradient1501);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path18153"
d="M 50.680836,52.637574 C 43.804914,51.033906 8.5538314,11.764566 6.2975491,6.791148 c -0.00829,-0.019615 0.00712,-0.087253 0,-0.1056251 -0.017794,-0.051521 -0.094998,-0.1709748 -0.1020305,-0.211283 9.37e-5,-0.010788 -0.00133,-0.096047 0,-0.1056252 0.00382,-0.00687 0.096954,0.00556 0.1020305,0 l 0.3060917,-0.3169082 115.8046692,0 c -0.009,0.079538 -0.074,0.2186059 -0.10203,0.3169082 -0.0245,0.077151 -0.0672,0.2295901 -0.10203,0.3169082 -3.01063,7.1297371 -37.573322,45.0041281 -43.567044,45.9520641 -0.04875,0.0052 -0.159494,0 -0.204061,0 l -27.344187,0 c -0.0989,-0.0056 -0.293031,0.02681 -0.408122,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient1503);stroke-width:2.78363371;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
id="path1616"
d="M 51.49708,51.201327 C 43.504549,49.405045 11.758472,13.223204 7.9300379,6.7432489 l 112.9478121,0 C 116.01242,14.370657 84.810717,50.587959 77.922992,51.201327 c -0.0284,0.0013 -0.07438,0 -0.10203,0 l -25.813729,0 c -0.08616,0 -0.211832,0.01177 -0.306091,0 -0.06461,-0.01013 -0.135987,0.01537 -0.204062,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:url(#linearGradient1505);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
id="path1636"
d="m 51.772439,52.495806 -38.988726,27.038393 7.246399,0.01994 32.643653,-22.455367 28.803331,-4.651423 -29.704657,0.04845 z"
inkscape:connector-curvature="0" />
<g
id="g4253"
transform="matrix(0.91773219,0,0,0.91773219,-0.6987093,-31.161768)">
<path
d="m 53.584944,134.13608 c 0.45809,1.35173 1.66927,2.25398 3.0263,2.25398 l 11.31693,0 0,28.47498 c 0,4.19239 3.21126,7.59125 7.17361,7.59125 l 37.215756,0 c 3.96235,0 7.1736,-3.39886 7.1736,-7.59125 l 0,-28.47498 9.06429,0 c 1.35768,0 2.56952,-0.90225 3.02761,-2.25398 0.45808,-1.35239 0.0643,-2.86453 -0.98446,-3.7754 L 94.627824,99.055641 c -1.18731,-1.033513 -2.89901,-1.032193 -4.08632,0 l -35.97209,31.305039 c -1.04877,0.91219 -1.44255,2.42301 -0.98447,3.7754 z"
id="path116"
style="fill:url(#linearGradient5604)"
inkscape:connector-curvature="0" />
<path
d="m 71.143404,132.98788 c 0,10.73057 0,31.87716 0,31.87716 0,2.30967 1.77666,4.18874 3.95838,4.18874 l 37.215756,0 c 2.18303,0 3.95836,-1.87907 3.95836,-4.18874 0,0 0,-22.49301 0,-31.87716 l 12.27953,0 -35.970766,-31.30503 -35.97342,31.30503 14.53216,0 z"
id="path149"
style="fill:url(#radialGradient5615);fill-opacity:1"
inkscape:connector-curvature="0" />
<path
d="m 86.287454,137.16701 c 9.77429,5.14868 18.580036,10.86881 28.767326,12.76546 l 0,15.38568 c 0,1.34841 -1.22841,2.44557 -2.73791,2.44557 l -37.215756,0 c -1.5095,0 -2.73725,-1.09716 -2.73725,-2.44557 l 0,-27.80309 c 4.49734,-2.05543 9.38316,-2.66068 13.92359,-0.34805 z"
id="path164"
style="fill:url(#linearGradient5598);fill-opacity:1"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

@ -0,0 +1,296 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
viewBox="0 0 128 128"
id="svg4277"
version="1.1"
inkscape:version="0.91 r"
sodipodi:docname="menu.svg">
<defs
id="defs4279">
<linearGradient
id="linearGradient5074"
inkscape:collect="always">
<stop
id="stop5076"
offset="0"
style="stop-color:#f2f2f2;stop-opacity:1" />
<stop
id="stop5078"
offset="1"
style="stop-color:#5d5d6f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5068"
inkscape:collect="always">
<stop
id="stop5070"
offset="0"
style="stop-color:#f2f2f2;stop-opacity:1" />
<stop
id="stop5072"
offset="1"
style="stop-color:#5d5d6f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5062"
inkscape:collect="always">
<stop
id="stop5064"
offset="0"
style="stop-color:#f2f2f2;stop-opacity:1" />
<stop
id="stop5066"
offset="1"
style="stop-color:#5d5d6f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5056"
inkscape:collect="always">
<stop
id="stop5058"
offset="0"
style="stop-color:#f2f2f2;stop-opacity:1" />
<stop
id="stop5060"
offset="1"
style="stop-color:#5d5d6f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5050"
inkscape:collect="always">
<stop
id="stop5052"
offset="0"
style="stop-color:#f2f2f2;stop-opacity:1" />
<stop
id="stop5054"
offset="1"
style="stop-color:#5d5d6f;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5000"
inkscape:collect="always">
<stop
id="stop5002"
offset="0"
style="stop-color:#ff6600;stop-opacity:1" />
<stop
id="stop5004"
offset="1"
style="stop-color:#ffcc00;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient4986">
<stop
style="stop-color:#f2f2f2;stop-opacity:1"
offset="0"
id="stop4988" />
<stop
style="stop-color:#5d5d6f;stop-opacity:1"
offset="1"
id="stop4990" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5050"
id="linearGradient4992"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99940284,0,0,1.0696034,-0.09775366,-67.554001)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5000"
id="linearGradient4998"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99940284,0,0,1.0696034,-0.09775366,-62.187307)"
x1="46.076931"
y1="970.17084"
x2="46.133747"
y2="975.53778" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5056"
id="linearGradient5008"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99940284,0,0,1.0696034,-0.09775336,-56.820583)"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5062"
id="linearGradient5012"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99940284,0,0,1.0696034,-0.09775423,-51.453893)"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5068"
id="linearGradient5016"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.99940284,0,0,1.0696034,-0.09775599,-46.087179)"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5074"
id="linearGradient5024"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.56973315,0,0,1.0776574,38.759026,-77.24918)"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5000"
id="linearGradient5026"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.56973315,0,0,1.0776574,38.759026,-71.842076)"
x1="46.076931"
y1="970.17084"
x2="46.133747"
y2="975.53778" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4986"
id="linearGradient5028"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.56973315,0,0,1.0776574,38.759026,-66.434941)"
x1="46.020115"
y1="971.39185"
x2="46.020115"
y2="977.18347" />
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter5121"
x="-0.021613405"
width="1.0432268"
y="-0.026979084"
height="1.0539582">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.33074997"
id="feGaussianBlur5123" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.1132813"
inkscape:cx="117.16245"
inkscape:cy="82.942007"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
showguides="false"
inkscape:window-width="1920"
inkscape:window-height="1051"
inkscape:window-x="1366"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata4282">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Capa 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36216)">
<g
id="g5125"
transform="matrix(3.3178823,0,0,3.3178823,-272.51333,-2214.5003)">
<path
sodipodi:nodetypes="cccccccc"
inkscape:connector-curvature="0"
id="rect4994"
d="m 83.883156,952.46796 22.691624,0 13.29742,-1.55682 -0.023,17.10442 -13.27439,-0.29079 0,12.43882 -22.691624,0 z"
style="opacity:1;fill:#3a3a48;fill-opacity:0.53735633;stroke:none;stroke-width:2.06731558;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter5121)" />
<g
transform="translate(48.377815,-18.170071)"
id="g5038">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient4992);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 34.688503,970.6604 22.699026,0 0,5.34456 -22.699026,0 z"
id="rect4984" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient4998);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 34.688503,976.0271 22.699026,0 0,5.34456 -22.699026,0 z"
id="rect4996" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5008);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 34.688503,981.3938 22.699026,0 0,5.34456 -22.699026,0 z"
id="rect5006" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5012);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 34.688503,986.7605 22.699026,0 0,5.34456 -22.699026,0 z"
id="rect5010" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5016);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 34.688503,992.1272 22.699026,0 0,5.34456 -22.699026,0 z"
id="rect5014" />
</g>
<g
transform="translate(47.753219,-17.886164)"
id="g5045">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5024);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 58.589752,968.78284 12.940115,0 0,5.3848 -12.940115,0 z"
id="rect5018" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5026);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 58.589752,974.18994 12.940115,0 0,5.38481 -12.940115,0 z"
id="rect5020" />
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:url(#linearGradient5028);fill-opacity:1;stroke:#3a3a48;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 58.589752,979.59705 12.940115,0 0,5.3848 -12.940115,0 z"
id="rect5022" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

@ -0,0 +1,360 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
height="128"
version="1.1"
width="128"
id="svg2"
inkscape:version="0.91 r"
sodipodi:docname="message_reply.svg">
<metadata
id="metadata18">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs16">
<radialGradient
xlink:href="#linearGradient5060"
r="117.14286"
id="radialGradient5031"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
fy="486.64789"
fx="605.71429"
cy="486.64789"
cx="605.71429" />
<linearGradient
id="linearGradient5060">
<stop
style="stop-color:black;stop-opacity:1;"
offset="0"
id="stop5062" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop5064" />
</linearGradient>
<radialGradient
xlink:href="#linearGradient5060"
r="117.14286"
id="radialGradient5029"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
fy="486.64789"
fx="605.71429"
cy="486.64789"
cx="605.71429" />
<linearGradient
id="linearGradient5048">
<stop
style="stop-color:black;stop-opacity:0;"
offset="0"
id="stop5050" />
<stop
style="stop-color:black;stop-opacity:1;"
offset="0.5"
id="stop5056" />
<stop
style="stop-color:black;stop-opacity:0;"
offset="1"
id="stop5052" />
</linearGradient>
<linearGradient
y2="609.50507"
y1="366.64789"
xlink:href="#linearGradient5048"
x2="302.85715"
x1="302.85715"
id="linearGradient5027"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" />
<linearGradient
id="linearGradient2624">
<stop
style="stop-color:#dfe0df;stop-opacity:1;"
offset="0"
id="stop2626" />
<stop
style="stop-color:#a6b0a6;stop-opacity:1;"
offset="0.23809524"
id="stop2630" />
<stop
style="stop-color:#b5beb5;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop2628" />
</linearGradient>
<linearGradient
id="linearGradient2573">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2575" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2577" />
</linearGradient>
<linearGradient
id="linearGradient9749">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop9751" />
<stop
style="stop-color:#ededed;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop9753" />
</linearGradient>
<linearGradient
id="linearGradient15107">
<stop
style="stop-color:#ffffff;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop15109" />
<stop
style="stop-color:#e2e2e2;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop15111" />
</linearGradient>
<linearGradient
id="linearGradient6901">
<stop
style="stop-color:#3465a4;stop-opacity:1;"
offset="0"
id="stop6903" />
<stop
style="stop-color:#3465a4;stop-opacity:0;"
offset="1"
id="stop6905" />
</linearGradient>
<linearGradient
id="linearGradient6925">
<stop
style="stop-color:#225500;stop-opacity:1"
offset="0"
id="stop6927" />
<stop
style="stop-color:#edffcb;stop-opacity:0"
offset="1"
id="stop6929" />
</linearGradient>
<linearGradient
y2="30.55784"
y1="15.868432"
xlink:href="#linearGradient6901"
x2="12.252101"
x1="14.751649"
id="linearGradient2562"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,-1,-28.589928,85.584197)" />
<linearGradient
y2="27.057337"
y1="18.25"
xlink:href="#linearGradient6925"
x2="9.5821323"
x1="12.25"
id="linearGradient2564"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.2496156,0,0,-3.2496156,146.14407,127.78789)" />
<linearGradient
y2="12.583769"
y1="27.394117"
xlink:href="#linearGradient2573"
x2="12.624337"
x1="33.059906"
id="linearGradient2566"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-2.9705189,0,0,-2.9705189,158.71586,136.58426)" />
<linearGradient
y2="18.068739"
y1="8.6689339"
xlink:href="#linearGradient2573"
x2="27.90929"
x1="32.058014"
id="linearGradient2365"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,3.2496161,-3.2496161,0,103.64401,-36.511219)" />
<radialGradient
xlink:href="#linearGradient5060"
r="7.2284161"
id="radialGradient1481"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(6.1364554,0,0,2.6070253,32.030942,-94.39681)"
fy="73.615714"
fx="6.7027131"
cy="73.615714"
cx="6.7027131" />
<linearGradient
y2="26.022910"
y1="4.7461626"
xlink:href="#linearGradient15107"
x2="18.475286"
x1="11.572842"
id="linearGradient1483"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.3864156,0,0,4.9227863,-7.2583544,-54.447237)" />
<linearGradient
y2="52.090679"
y1="38.070892"
xlink:href="#linearGradient2624"
x2="9.8855038"
x1="9.1643066"
id="linearGradient1487"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(8.0148047,0,0,2.49108,-7.2510441,-45.936406)" />
<radialGradient
xlink:href="#linearGradient5060"
r="17.977943"
id="radialGradient1491"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.056704,1.5017439,-0.48215555,0.81241473,37.268524,-17.441637)"
fy="38.711506"
fx="27.741131"
cy="38.711506"
cx="27.741131" />
<linearGradient
y2="11.981981"
y1="11.48487"
xlink:href="#linearGradient15107"
x2="13.846983"
x1="11.74217"
id="linearGradient1493"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.276531,0,0,-1.406115,24.24763,33.3374)" />
<linearGradient
y2="11.981981"
y1="11.48487"
xlink:href="#linearGradient15107"
x2="13.846983"
x1="11.74217"
id="linearGradient1497"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.2314598,0,0,-4.6974592,-4.4274067,61.512183)" />
<linearGradient
y2="-7.5274644"
y1="20.219761"
xlink:href="#linearGradient15107"
x2="17.178024"
x1="10.027"
id="linearGradient1501"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(5.1279965,0,0,-4.0259532,-6.9516914,61.936155)" />
<linearGradient
y2="7.4121075"
y1="4.2507305"
xlink:href="#linearGradient9749"
x2="40.024059"
x1="11.841544"
id="linearGradient1503"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.4760491,0,0,-4.7878176,-8.4156387,63.171358)" />
<linearGradient
y2="31.026741"
y1="33.357376"
xlink:href="#linearGradient2573"
x2="22.17771"
x1="17.397203"
id="linearGradient1505"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.2649775,0,0,3.2691167,-16.659893,-47.03936)" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1366"
inkscape:window-height="712"
id="namedview14"
showgrid="false"
inkscape:zoom="1.7383042"
inkscape:cx="67.816516"
inkscape:cy="37.007068"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="svg2"
showguides="false" />
<path
style="fill:url(#linearGradient1483);fill-opacity:1;fill-rule:evenodd;stroke:#618ecd;stroke-width:4.45;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path12723"
d="m 4.052308,3.484443 0,84.955454 120.702132,0 -0.20406,-84.6299546 c -4e-5,-0.018634 10e-4,-0.08856 0,-0.1085019 -0.002,-0.021249 0.004,-0.086076 0,-0.108502 -0.005,-0.023538 -0.0962,-0.083624 -0.10203,-0.108502 l -120.396042,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:#608dcc;fill-opacity:0.99215686;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
id="path1634"
d="M 50.241697,47.956961 6.5041755,83.82567 51.916232,52.428073 l 29.444083,0 40.547905,30.998395 -38.733812,-35.469507 -32.932711,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.24961615;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path15103"
d="m 7.3172855,7.6655877 c -0.021875,0.04361 0.017598,0.064205 0,0.1032714 -0.00774,0.018307 -0.095383,0.086043 -0.1020305,0.1032714 -0.00555,0.016019 0.00447,0.088397 0,0.1032714 -0.00336,0.01373 0.00224,0.090783 0,0.1032714 l 0.1020305,76.7373427 114.0701545,0 -0.20406,-76.3242211 c -0.002,-0.012096 0.003,-0.089933 0,-0.1032714 -0.0479,-0.1571792 -0.13658,-0.4320334 -0.3061,-0.7229619 l -113.5599945,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:#ddebfd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.85660434;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
id="path2563"
d="M 59.50974,60.830772 C 51.699558,59.371615 9.1346934,14.325638 4.8778768,6.4826905 4.8290445,6.3892788 4.7452032,6.2100004 4.7083713,6.1282464 l 112.6845387,0 C 116.48825,14.310205 92.826478,60.087456 86.175549,60.830772 c -0.02677,0.0015 -0.06948,0 -0.09557,0 l -26.187924,0 c -0.109801,0 -0.253199,0.02419 -0.382309,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:#6c96d0;fill-opacity:1;fill-rule:evenodd;stroke:#618ecd;stroke-width:5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="path1613"
d="M 51.169198,54.582421 C 43.439557,53.303748 9.2812315,13.829746 6.5821239,6.9569315 6.5518997,6.8750761 6.5040678,6.7179721 6.4836976,6.6463327 l 116.0445024,0 C 119.83912,13.816225 85.639019,53.931049 78.630114,54.582421 c -0.02775,0.0013 -0.07154,0 -0.09844,0 l -26.968782,0 c -0.113067,0 -0.265933,0.02125 -0.393704,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:url(#linearGradient1501);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path18153"
d="M 50.680836,52.637574 C 43.804914,51.033906 8.5538314,11.764566 6.2975491,6.791148 c -0.00829,-0.019615 0.00712,-0.087253 0,-0.1056251 -0.017794,-0.051521 -0.094998,-0.1709748 -0.1020305,-0.211283 9.37e-5,-0.010788 -0.00133,-0.096047 0,-0.1056252 0.00382,-0.00687 0.096954,0.00556 0.1020305,0 l 0.3060917,-0.3169082 115.8046692,0 c -0.009,0.079538 -0.074,0.2186059 -0.10203,0.3169082 -0.0245,0.077151 -0.0672,0.2295901 -0.10203,0.3169082 -3.01063,7.1297371 -37.573322,45.0041281 -43.567044,45.9520641 -0.04875,0.0052 -0.159494,0 -0.204061,0 l -27.344187,0 c -0.0989,-0.0056 -0.293031,0.02681 -0.408122,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient1503);stroke-width:2.78363371;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
id="path1616"
d="M 51.49708,51.201327 C 43.504549,49.405045 11.758472,13.223204 7.9300379,6.7432489 l 112.9478121,0 C 116.01242,14.370657 84.810717,50.587959 77.922992,51.201327 c -0.0284,0.0013 -0.07438,0 -0.10203,0 l -25.813729,0 c -0.08616,0 -0.211832,0.01177 -0.306091,0 -0.06461,-0.01013 -0.135987,0.01537 -0.204062,0 z"
inkscape:connector-curvature="0" />
<path
style="fill:url(#linearGradient1505);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
id="path1636"
d="m 51.772439,52.495806 -38.988726,27.038393 7.246399,0.01994 32.643653,-22.455367 28.803331,-4.651423 -29.704657,0.04845 z"
inkscape:connector-curvature="0" />
<g
id="g8485">
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.3;fill:url(#radialGradient1481);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path10699"
d="m 117.51867,97.521223 a 44.356844,18.844662 0 0 1 -88.713683,0 44.356844,18.844662 0 1 1 88.713683,0 z"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
d="M 43.084022,17.716635 C 144.53876,14.367897 128.50449,100.70588 75.731309,100.18854 l 0,23.76417 L 33.531854,86.979611 75.731309,48.204457 c 0,0 0,24.506761 0,24.506761 35.646211,1.485273 46.075231,-54.325867 -32.647287,-54.994583 z"
id="path1432"
style="color:#000000;display:block;overflow:visible;visibility:visible;fill:#aad400;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2564);stroke-width:3.24961638;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
<path
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.47159089;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2566);stroke-width:3.24961495;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
id="path2177"
d="m 97.453643,32.212392 c 29.714967,15.410235 20.753847,66.481053 -24.291817,65.30882 l 0,20.529048 c 0,0 -35.607267,-31.085278 -35.607267,-31.085278 L 73.161826,54.155326 c 0,0 0,20.981603 0,20.981603 37.615024,0.882772 35.891624,-32.33711 24.291817,-42.924537 z"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
d="m 45.413251,17.629314 c -0.178635,0.004 -0.328375,0.09745 -0.507751,0.101587 76.72919,1.511547 66.23914,56.412492 30.87135,54.938819 0,0 -0.04548,-24.465235 -0.04548,-24.465235 l -42.199485,38.78386 0.406203,0.406202 C 61.411614,79.807856 95.569246,88.314715 117.00638,66.779765 120.54545,43.419839 101.45171,16.527853 45.413251,17.629314 Z"
id="path2362"
style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5;fill:url(#linearGradient2365);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 57 KiB

@ -14,7 +14,7 @@
width="128"
height="128"
id="svg43586"
inkscape:version="0.91 r13725"
inkscape:version="0.91 r"
sodipodi:docname="new_user.svg">
<metadata
id="metadata170">
@ -36,15 +36,15 @@
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1680"
inkscape:window-height="1026"
inkscape:window-width="1920"
inkscape:window-height="1051"
id="namedview168"
showgrid="false"
inkscape:zoom="3.9559791"
inkscape:cx="75.017905"
inkscape:cx="11.443252"
inkscape:cy="60.111259"
inkscape:window-x="1920"
inkscape:window-y="24"
inkscape:window-x="1366"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
@ -167,298 +167,6 @@
stdDeviation="0.355"
id="feGaussianBlur3295" />
</filter>
<linearGradient
x1="41.945538"
y1="46.665127"
x2="41.945538"
y2="82.333244"
id="linearGradient3277"
xlink:href="#linearGradient3319"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.4960409,0,0,1.4960409,402.17032,589.33425)" />
<radialGradient
cx="479.68311"
cy="709.6579"
r="5.0058851"
fx="479.68311"
fy="709.6579"
id="radialGradient3267"
xlink:href="#linearGradient3261"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2339764,-0.1516032,0.1907967,1.5529925,-247.63486,-320.15198)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient3243"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-0.1200468,0)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient3240"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,983.32613,0)" />
<radialGradient
cx="491.52231"
cy="670.92523"
r="36.426601"
fx="491.52231"
fy="670.92523"
id="radialGradient3211"
xlink:href="#linearGradient3205"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,2.0237831,-1.9580539,0,1805.2301,-312.49477)" />
<linearGradient
x1="83.28125"
y1="123.09795"
x2="83.28125"
y2="66.310989"
id="linearGradient3203"
xlink:href="#linearGradient3197"
gradientUnits="userSpaceOnUse" />
<filter
id="filter3385">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.14607691"
id="feGaussianBlur3387" />
</filter>
<linearGradient
x1="28.429483"
y1="61.798298"
x2="58.95916"
y2="61.798298"
id="linearGradient3345"
xlink:href="#linearGradient3339"
gradientUnits="userSpaceOnUse" />
<radialGradient
cx="53.60223"
cy="59.728882"
r="17.834057"
fx="53.60223"
fy="59.728882"
id="radialGradient3333"
xlink:href="#linearGradient3327"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,1.655849,-1.6391884,0,152.15006,-32.923726)" />
<linearGradient
x1="41.945538"
y1="46.665127"
x2="41.945538"
y2="82.333244"
id="linearGradient3325"
xlink:href="#linearGradient3319"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="96.381813"
y1="30.666691"
x2="96.381813"
y2="13.187494"
id="linearGradient3302"
xlink:href="#linearGradient3282"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9348508,0,0,0.9348508,453.69103,638.99314)" />
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient3296"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(447.42856,636.93359)" />
<radialGradient
cx="546.31165"
cy="705.48486"
r="25.28125"
fx="546.31165"
fy="705.48486"
id="radialGradient3288"
xlink:href="#linearGradient3282"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.0328206,0,-3.2890618e-8,1.7173381,-565.71835,-518.49911)" />
<filter
id="filter14850">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.23870038"
id="feGaussianBlur14852" />
</filter>
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient14842"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(458.16198,644.6232)" />
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient14833"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(458.16198,644.6232)" />
<filter
id="filter14824">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.37332047"
id="feGaussianBlur14826" />
</filter>
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient14723"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(447.42856,636.93359)" />
<radialGradient
cx="546.31165"
cy="705.48486"
r="25.28125"
fx="546.31165"
fy="705.48486"
id="radialGradient14715"
xlink:href="#linearGradient14709"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.0328206,0,-3.2890618e-8,1.7173381,-565.71835,-518.49911)" />
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient14699"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(447.42856,636.93359)" />
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient14691"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient14685">
<stop
id="stop14687"
style="stop-color:#0917a0;stop-opacity:1"
offset="0" />
<stop
id="stop14689"
style="stop-color:#0345f4;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient14709">
<stop
id="stop14711"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop14713"
style="stop-color:#5eb2ff;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient3282">
<stop
id="stop3284"
style="stop-color:#ffffff;stop-opacity:0"
offset="0" />
<stop
id="stop3286"
style="stop-color:#ffffff;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient3319">
<stop
id="stop3321"
style="stop-color:#7d491f;stop-opacity:1"
offset="0" />
<stop
id="stop44679"
style="stop-color:#87570f;stop-opacity:1"
offset="0.5" />
<stop
id="stop3323"
style="stop-color:#926600;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient3327">
<stop
id="stop3329"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3335"
style="stop-color:#fdd99a;stop-opacity:1"
offset="0.5" />
<stop
id="stop3331"
style="stop-color:#c39539;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient3339">
<stop
id="stop3341"
style="stop-color:#e8e8e8;stop-opacity:1"
offset="0" />
<stop
id="stop3347"
style="stop-color:#ffffff;stop-opacity:1"
offset="0.5" />
<stop
id="stop3343"
style="stop-color:#e8e8e8;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient3197">
<stop
id="stop3199"
style="stop-color:#002f32;stop-opacity:1"
offset="0" />
<stop
id="stop3201"
style="stop-color:#045b04;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient3205">
<stop
id="stop3207"
style="stop-color:#2c8300;stop-opacity:1"
offset="0" />
<stop
id="stop3215"
style="stop-color:#3db800;stop-opacity:1"
offset="0.25" />
<stop
id="stop3213"
style="stop-color:#ffffff;stop-opacity:1"
offset="0.5" />
<stop
id="stop3209"
style="stop-color:#69cf35;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient3219">
<stop
@ -470,226 +178,6 @@
style="stop-color:#70d13e;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient3261">
<stop
id="stop3263"
style="stop-color:#ffffff;stop-opacity:0"
offset="0" />
<stop
id="stop3269"
style="stop-color:#ffffff;stop-opacity:0"
offset="0.5" />
<stop
id="stop3265"
style="stop-color:#ffffff;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="28.429483"
y1="61.798298"
x2="58.95916"
y2="61.798298"
id="linearGradient43942"
xlink:href="#linearGradient3339"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-342.04097,860.45213)" />
<linearGradient
x1="96.381813"
y1="30.666691"
x2="96.381813"
y2="13.187494"
id="linearGradient43945"
xlink:href="#linearGradient3282"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9348508,0,0,0.9348508,-335.7785,862.51168)" />
<linearGradient
x1="96.125"
y1="11.1875"
x2="96.125"
y2="52.101334"
id="linearGradient43948"
xlink:href="#linearGradient14685"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-342.04097,860.45213)" />
<radialGradient
cx="546.31165"
cy="705.48486"
r="25.28125"
fx="546.31165"
fy="705.48486"
id="radialGradient43952"
xlink:href="#linearGradient14709"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.0328206,0,-3.2890618e-8,1.7173381,-1355.1879,-294.98057)" />
<radialGradient
cx="479.68311"
cy="709.6579"
r="5.0058851"
fx="479.68311"
fy="709.6579"
id="radialGradient43957"
xlink:href="#linearGradient3261"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2339764,-0.1516032,0.1907967,1.5529925,-1037.1044,-96.63344)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient43963"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,193.8566,223.51854)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient43966"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-789.58958,223.51854)" />
<radialGradient
cx="491.52231"
cy="670.92523"
r="36.426601"
fx="491.52231"
fy="670.92523"
id="radialGradient43969"
xlink:href="#linearGradient3205"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,2.0237831,-1.9580539,0,1015.7606,-88.97623)" />
<linearGradient
x1="83.28125"
y1="123.09795"
x2="83.28125"
y2="66.310989"
id="linearGradient43972"
xlink:href="#linearGradient3197"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-342.04097,860.45213)" />
<linearGradient
x1="83.28125"
y1="123.09795"
x2="83.28125"
y2="66.310989"
id="linearGradient43992"
xlink:href="#linearGradient3197"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-342.04097,860.45213)" />
<radialGradient
cx="491.52231"
cy="670.92523"
r="36.426601"
fx="491.52231"
fy="670.92523"
id="radialGradient43994"
xlink:href="#linearGradient3205"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,2.0237831,-1.9580539,0,1015.7606,-88.97623)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient43996"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-789.58958,223.51854)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient43998"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,193.8566,223.51854)" />
<radialGradient
cx="479.68311"
cy="709.6579"
r="5.0058851"
fx="479.68311"
fy="709.6579"
id="radialGradient44000"
xlink:href="#linearGradient3261"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2339764,-0.1516032,0.1907967,1.5529925,-1037.1044,-96.63344)" />
<radialGradient
cx="53.60223"
cy="59.728882"
r="17.834057"
fx="53.60223"
fy="59.728882"
id="radialGradient44002"
xlink:href="#linearGradient3327"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,1.655849,-1.6391884,0,152.15006,-32.923726)" />
<linearGradient
x1="41.945538"
y1="46.665127"
x2="41.945538"
y2="82.333244"
id="linearGradient44004"
xlink:href="#linearGradient3319"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="28.429483"
y1="61.798298"
x2="58.95916"
y2="61.798298"
id="linearGradient44006"
xlink:href="#linearGradient3339"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-342.04097,860.45213)" />
<linearGradient
x1="83.28125"
y1="123.09795"
x2="83.28125"
y2="66.310989"
id="linearGradient44038"
xlink:href="#linearGradient3197"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-342.04097,860.45213)" />
<radialGradient
cx="491.52231"
cy="670.92523"
r="36.426601"
fx="491.52231"
fy="670.92523"
id="radialGradient44040"
xlink:href="#linearGradient3205"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,2.0237831,-1.9580539,0,1015.7606,-88.97623)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient44042"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-789.58958,223.51854)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient44044"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,193.8566,223.51854)" />
<radialGradient
cx="479.68311"
cy="709.6579"
r="5.0058851"
fx="479.68311"
fy="709.6579"
id="radialGradient44046"
xlink:href="#linearGradient3261"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2339764,-0.1516032,0.1907967,1.5529925,-1037.1044,-96.63344)" />
<radialGradient
cx="53.60223"
cy="59.728882"
@ -700,32 +188,6 @@
xlink:href="#linearGradient44627"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,1.655849,-1.6391884,0,152.15006,-32.923726)" />
<linearGradient
x1="41.945538"
y1="46.665127"
x2="41.945538"
y2="82.333244"
id="linearGradient44050"
xlink:href="#linearGradient3319"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="28.429483"
y1="61.798298"
x2="58.95916"
y2="61.798298"
id="linearGradient44052"
xlink:href="#linearGradient3339"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-342.04097,860.45213)" />
<linearGradient
x1="28.429483"
y1="61.798298"
x2="58.95916"
y2="61.798298"
id="linearGradient44057"
xlink:href="#linearGradient3339"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-282.47353,882.69271)" />
<radialGradient
cx="479.68311"
cy="709.6579"
@ -790,108 +252,6 @@
xlink:href="#linearGradient44615"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,-476.93424,0)" />
<linearGradient
x1="83.28125"
y1="123.09795"
x2="83.28125"
y2="66.310989"
id="linearGradient44635"
xlink:href="#linearGradient3197"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-342.04097,860.45213)" />
<radialGradient
cx="491.52231"
cy="670.92523"
r="36.426601"
fx="491.52231"
fy="670.92523"
id="radialGradient44637"
xlink:href="#linearGradient3205"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,2.0237831,-1.9580539,0,1015.7606,-88.97623)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient44639"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-789.58958,223.51854)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient44641"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,193.8566,223.51854)" />
<radialGradient
cx="479.68311"
cy="709.6579"
r="5.0058851"
fx="479.68311"
fy="709.6579"
id="radialGradient44643"
xlink:href="#linearGradient3261"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2339764,-0.1516032,0.1907967,1.5529925,-1037.1044,-96.63344)" />
<radialGradient
cx="53.60223"
cy="59.728882"
r="17.834057"
fx="53.60223"
fy="59.728882"
id="radialGradient44645"
xlink:href="#linearGradient3327"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,1.655849,-1.6391884,0,152.15006,-32.923726)" />
<linearGradient
x1="41.945538"
y1="46.665127"
x2="41.945538"
y2="82.333244"
id="linearGradient44647"
xlink:href="#linearGradient3319"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="28.429483"
y1="61.798298"
x2="58.95916"
y2="61.798298"
id="linearGradient44649"
xlink:href="#linearGradient3339"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-342.04097,860.45213)" />
<linearGradient
x1="28.429483"
y1="61.798298"
x2="58.95916"
y2="61.798298"
id="linearGradient44654"
xlink:href="#linearGradient3339"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-324.93283,864.80693)" />
<radialGradient
cx="479.68311"
cy="709.6579"
r="5.0058851"
fx="479.68311"
fy="709.6579"
id="radialGradient44658"
xlink:href="#linearGradient3261"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2339764,-0.1516032,0.1907967,1.5529925,-1019.9963,-92.27864)" />
<linearGradient
x1="517.02167"
y1="705.48438"
x2="517.02167"
y2="745.30084"
id="linearGradient44664"
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,210.96474,227.87334)" />
<linearGradient
x1="517.02167"
y1="705.48438"
@ -901,25 +261,6 @@
xlink:href="#linearGradient3219"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-772.48144,227.87334)" />
<radialGradient
cx="491.52231"
cy="670.92523"
r="36.426601"
fx="491.52231"
fy="670.92523"
id="radialGradient44670"
xlink:href="#linearGradient3205"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0,2.0237831,-1.9580539,0,1032.8687,-84.621431)" />
<linearGradient
x1="83.28125"
y1="123.09795"
x2="83.28125"
y2="66.310989"
id="linearGradient44673"
xlink:href="#linearGradient3197"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-324.93283,864.80693)" />
<linearGradient
x1="60.126968"
y1="81.913818"
@ -941,7 +282,7 @@
xlink:href="#linearGradient4799"
id="radialGradient5866"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0803234,0,0,1.1058083,-357.11069,477.63644)"
gradientTransform="matrix(2.0915466,0,0,2.1408864,-406.88132,-5.2525936)"
cx="55.21796"
cy="458.46527"
fx="55.21796"
@ -963,79 +304,76 @@
transform="translate(324,-882.64789)"
id="layer1">
<g
id="g4301">
<g
transform="matrix(1.1454774,0,0,1.1454774,12.477895,-148.19204)"
id="g3498">
<path
inkscape:connector-curvature="0"
d="m -263.35265,933.74757 c 8.46364,9.0621 14.91528,24.09751 16.80551,38.65267"
id="path3217"
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:url(#linearGradient44667);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m -237.54657,906.14303 c -14.71669,0 -26.69498,11.97829 -26.69498,26.69498 0,14.71669 11.97829,26.69498 26.69498,26.69498 14.71668,0 26.69497,-11.97829 26.69497,-26.69498 0,-14.71669 -11.97829,-26.69498 -26.69497,-26.69498 z"
id="path44010"
style="fill:#000000;fill-opacity:0.50196078;stroke:none;stroke-width:1.33686185;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter3297)" />
<path
inkscape:connector-curvature="0"
d="m -237.62978,943.41146 c -21.63445,0 -39.1875,17.34747 -39.1875,38.75 l 0,6.125 c 0,6.05287 6.27536,18.75004 28.90625,18.75004 l 20.53125,0 c 22.63038,0 28.9375,-12.07968 28.9375,-18.75004 l 0,-6.125 c 0,-21.40254 -17.55305,-38.75 -39.1875,-38.75 z"
id="path44012"
style="fill:#000000;fill-opacity:0.50196078;stroke:none;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter3293)" />
<path
inkscape:connector-curvature="0"
d="m -238.37978,942.16146 c -21.63445,0 -39.1875,17.34747 -39.1875,38.75 l 0,6.125 c 0,6.05287 6.27536,18.75004 28.90625,18.75004 l 20.53125,0 c 22.63038,0 28.9375,-12.07968 28.9375,-18.75004 l 0,-6.125 c 0,-21.40254 -17.55305,-38.75 -39.1875,-38.75 z"
id="path44014"
style="fill:url(#linearGradient44076);fill-opacity:1;stroke:none;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m -238.37978,944.32217 c -20.11022,0 -36.4266,15.9074 -36.4266,35.53322 l 0,5.61655 c 0,5.55039 5.83324,17.19346 26.8697,17.19346 l 19.08475,0 c 21.03599,0 26.89875,-11.07683 26.89875,-17.19346 l 0,-5.61655 c 0,-19.62582 -16.31638,-35.53322 -36.4266,-35.53322 z"
id="path44016"
style="fill:url(#radialGradient44073);fill-opacity:1;stroke:none;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m -220.89335,951.63335 c 8.46364,9.0621 14.91528,24.09751 16.80551,38.65267"
id="path44018"
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:url(#linearGradient44070);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m -255.70476,951.63335 c -8.46364,9.0621 -14.91528,24.09751 -16.80551,38.65267"
id="path44020"
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:url(#linearGradient44067);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m -245.07157,955.83473 c -2.3027,1.97418 -4.96223,3.5307 -3.72122,8.28271 -5.66073,-1.14662 -9.94971,-8.89011 -6.36208,-14.40472 l 10.0833,6.12201 z"
id="path44022"
style="fill:#c5ffbd;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient44613);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m -36.972118,84.910487 -5.409768,-9.369991 10.819535,-10e-7 -5.409767,9.369992 z"
transform="matrix(1.1784451,0,0,0.9316118,-194.72944,886.86434)"
id="path44024"
style="fill:url(#linearGradient44691);fill-opacity:1;stroke:none;stroke-width:0.85552669;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m -254.93334,950.41537 9,5.46875 c -0.98816,0.81483 -2.01362,1.64574 -2.75,2.78125 -0.74928,1.1554 -0.98341,2.74156 -0.65625,4.71875 -2.36917,-0.72853 -4.49352,-2.64468 -5.65625,-5.0625 -1.20326,-2.5021 -1.34831,-5.40312 0.0625,-7.90625 z"
id="path44028"
style="fill:url(#radialGradient44061);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m -231.86267,955.83473 c 2.3027,1.97418 4.96223,3.5307 3.72122,8.28271 5.66073,-1.14662 9.94971,-8.89011 6.36208,-14.40472 l -10.0833,6.12201 z"
id="path44621"
style="fill:#9dcfff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient44625);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m 76.945221,64.499184 a 17.165627,17.165627 0 1 1 -34.331253,0 17.165627,17.165627 0 1 1 34.331253,0 z"
transform="matrix(1.4960409,0,0,1.4960409,-327.73177,835.09337)"
id="path44030"
style="fill:url(#radialGradient44048);fill-opacity:1;stroke:url(#linearGradient44677);stroke-width:1.33686185;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
</g>
id="g3498"
transform="matrix(1.1454774,0,0,1.1454774,12.477895,-148.19204)">
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:url(#linearGradient44667);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3217"
d="m -263.35265,933.74757 c 8.46364,9.0621 14.91528,24.09751 16.80551,38.65267"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:0.50196078;stroke:none;stroke-width:1.33686185;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter3297)"
id="path44010"
d="m -237.54657,906.14303 c -14.71669,0 -26.69498,11.97829 -26.69498,26.69498 0,14.71669 11.97829,26.69498 26.69498,26.69498 14.71668,0 26.69497,-11.97829 26.69497,-26.69498 0,-14.71669 -11.97829,-26.69498 -26.69497,-26.69498 z"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:0.50196078;stroke:none;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter3293)"
id="path44012"
d="m -237.62978,943.41146 c -21.63445,0 -39.1875,17.34747 -39.1875,38.75 l 0,6.125 c 0,6.05287 6.27536,18.75004 28.90625,18.75004 l 20.53125,0 c 22.63038,0 28.9375,-12.07968 28.9375,-18.75004 l 0,-6.125 c 0,-21.40254 -17.55305,-38.75 -39.1875,-38.75 z"
inkscape:connector-curvature="0" />
<path
style="fill:url(#linearGradient44076);fill-opacity:1;stroke:none;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
id="path44014"
d="m -238.37978,942.16146 c -21.63445,0 -39.1875,17.34747 -39.1875,38.75 l 0,6.125 c 0,6.05287 6.27536,18.75004 28.90625,18.75004 l 20.53125,0 c 22.63038,0 28.9375,-12.07968 28.9375,-18.75004 l 0,-6.125 c 0,-21.40254 -17.55305,-38.75 -39.1875,-38.75 z"
inkscape:connector-curvature="0" />
<path
style="fill:url(#radialGradient44073);fill-opacity:1;stroke:none;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
id="path44016"
d="m -238.37978,944.32217 c -20.11022,0 -36.4266,15.9074 -36.4266,35.53322 l 0,5.61655 c 0,5.55039 5.83324,17.19346 26.8697,17.19346 l 19.08475,0 c 21.03599,0 26.89875,-11.07683 26.89875,-17.19346 l 0,-5.61655 c 0,-19.62582 -16.31638,-35.53322 -36.4266,-35.53322 z"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:url(#linearGradient44070);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path44018"
d="m -220.89335,951.63335 c 8.46364,9.0621 14.91528,24.09751 16.80551,38.65267"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:0;fill-rule:evenodd;stroke:url(#linearGradient44067);stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path44020"
d="m -255.70476,951.63335 c -8.46364,9.0621 -14.91528,24.09751 -16.80551,38.65267"
inkscape:connector-curvature="0" />
<path
style="fill:#c5ffbd;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient44613);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path44022"
d="m -245.07157,955.83473 c -2.3027,1.97418 -4.96223,3.5307 -3.72122,8.28271 -5.66073,-1.14662 -9.94971,-8.89011 -6.36208,-14.40472 l 10.0833,6.12201 z"
inkscape:connector-curvature="0" />
<path
style="fill:url(#linearGradient44691);fill-opacity:1;stroke:none;stroke-width:0.85552669;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path44024"
transform="matrix(1.1784451,0,0,0.9316118,-194.72944,886.86434)"
d="m -36.972118,84.910487 -5.409768,-9.369991 10.819535,-10e-7 -5.409767,9.369992 z"
inkscape:connector-curvature="0" />
<path
style="fill:url(#radialGradient44061);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path44028"
d="m -254.93334,950.41537 9,5.46875 c -0.98816,0.81483 -2.01362,1.64574 -2.75,2.78125 -0.74928,1.1554 -0.98341,2.74156 -0.65625,4.71875 -2.36917,-0.72853 -4.49352,-2.64468 -5.65625,-5.0625 -1.20326,-2.5021 -1.34831,-5.40312 0.0625,-7.90625 z"
inkscape:connector-curvature="0" />
<path
style="fill:#9dcfff;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient44625);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path44621"
d="m -231.86267,955.83473 c 2.3027,1.97418 4.96223,3.5307 3.72122,8.28271 5.66073,-1.14662 9.94971,-8.89011 6.36208,-14.40472 l -10.0833,6.12201 z"
inkscape:connector-curvature="0" />
<path
style="fill:url(#radialGradient5866);fill-opacity:1;stroke:#ff4100;stroke-width:1.62048495;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m -299.04481,979.74141 -0.055,-9.8333 c 0.063,-2.1592 3.96563,-2.0353 4.22996,-0.055 l 0,9.7234 6.53722,-6.5921 c 1.60415,-1.5049 3.93762,1.1365 2.52699,2.6369 l -6.09774,6.8668 8.5698,0.055 c 2.49986,0.3246 2.18478,4.4544 0.10984,4.6146 l -8.29513,-0.055 6.26254,6.0428 c 1.47856,1.6554 -0.49396,4.5231 -2.69179,3.0764 l -7.03163,-6.757 -0.055,9.7234 c 0.2486,2.06489 -3.98316,2.45499 -4.39477,0.055 l 0.055,-9.229 -6.20761,6.2076 c -2.18531,0.5379 -3.97924,-1.0157 -3.13127,-2.9115 l 6.59215,-6.3175 -9.50369,0.11 c -2.34104,-0.4546 -2.28424,-4.3097 0.055,-4.6145 l 9.72343,-0.055 -6.81189,-6.702 c -1.32532,-2.1093 0.9487,-4.2446 2.74673,-2.9665 z"
id="path4797"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccccccccccccc" />
style="fill:url(#radialGradient44048);fill-opacity:1;stroke:url(#linearGradient44677);stroke-width:1.33686185;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path44030"
transform="matrix(1.4960409,0,0,1.4960409,-327.73177,835.09337)"
d="m 76.945221,64.499184 a 17.165627,17.165627 0 1 1 -34.331253,0 17.165627,17.165627 0 1 1 34.331253,0 z"
inkscape:connector-curvature="0" />
</g>
<path
sodipodi:nodetypes="ccccccccccccccccccccccccc"
inkscape:connector-curvature="0"
id="path4797"
d="m -294.46358,966.8412 -0.10622,-19.03762 c 0.12214,-4.18032 7.67763,-3.94042 8.18948,-0.10622 l 0,18.82484 12.65626,-12.76255 c 3.10559,-2.91354 7.62338,2.20031 4.89227,5.10513 l -11.80542,13.2944 16.59142,0.10622 c 4.83984,0.62844 4.22988,8.62386 0.2127,8.93398 l -16.05961,-0.10622 12.12446,11.69909 c 2.86256,3.20478 -0.95636,8.75695 -5.21147,5.95638 l -13.61339,-13.08217 -0.10622,18.82484 c 0.48129,3.9977 -7.71155,4.7526 -8.50844,0.1032 l 0.10622,-17.86742 -12.01801,12.01825 c -4.23091,1.04172 -7.70404,-1.96634 -6.06231,-5.63686 l 12.76255,-12.23092 -18.39937,0.21295 c -4.5324,-0.88011 -4.42241,-8.34371 0.10622,-8.93385 l 18.82496,-0.10622 -13.18811,-12.97532 c -2.56586,-4.08368 1.83672,-8.21771 5.31776,-5.74326 z"
style="fill:url(#radialGradient5866);fill-opacity:1;stroke:#ff4100;stroke-width:3.13731933;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 15 KiB

@ -0,0 +1,115 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
height="128"
version="1.1"
width="128"
id="svg2"
inkscape:version="0.91 r"
sodipodi:docname="outbox.svg">
<metadata
id="metadata18">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs16">
<linearGradient
inkscape:collect="always"
id="linearGradient21211">
<stop
style="stop-color:#aad400;stop-opacity:1"
offset="0"
id="stop21213" />
<stop
style="stop-color:#008000;stop-opacity:1"
offset="1"
id="stop21215" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient21211"
id="linearGradient21217"
x1="61.276546"
y1="123.42146"
x2="62.319435"
y2="33.966454"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-6)" />
</defs>
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1051"
id="namedview14"
showgrid="false"
inkscape:zoom="1.7383042"
inkscape:cx="42.662409"
inkscape:cy="25.439635"
inkscape:window-x="1366"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<rect
y="4.7115331"
x="4.1345963"
height="118.86627"
width="118.86627"
id="rect14306"
style="opacity:0;fill:#ffffff;fill-opacity:0.99215686;stroke:none" />
<path
style="fill:#93a7ac;fill-opacity:1;stroke:none"
d="m 22.690507,45.908695 80.198793,0 18.09727,44.344488 -25.154834,21.790127 -62.10933,0.83722 L 7.1618176,90.047941 Z"
id="rect14227"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
style="fill:#afdde9;stroke:none"
d="M 30.128405,51.100892 97.733596,51.34853 115.06826,92.951725 94.656862,109.1637 36.813524,106.0561 13.041379,92.456449 Z"
id="path14236"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
style="fill:#004455;fill-opacity:1;stroke:none"
d="m 10.812637,72.150128 26.497272,0 c -3.043412,32.624552 49.198749,46.184262 52.746908,0 l 27.735463,0 0,43.584302 -106.979643,0 z"
id="rect14233"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
inkscape:connector-curvature="0"
style="fill:#006680;fill-opacity:1"
d="m 104.42799,38.53023 -8.306894,0 18.572854,37.145709 -21.409676,0 c 0,16.410955 -13.305693,29.716531 -29.716568,29.716531 -16.410836,0 -29.716567,-13.305695 -29.716567,-29.716531 l -21.409638,0 18.572854,-37.145709 -8.306929,0 -18.572855,37.145709 0,44.574851 118.866269,0 0,-44.574851 -18.57285,-37.145709 z"
id="path14221" />
<path
style="fill:#004455;fill-opacity:1;stroke:none"
d="m 22.624853,38.554122 81.665327,-0.17513 -4.1369,8.054894 -73.697961,0.08756 z"
id="rect14230"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:url(#linearGradient21217);fill-opacity:1"
d="m 62.517087,2.0385748 -29.716568,29.7165682 14.858284,0 0,44.574851 29.716567,0 0,-44.574851 14.858284,0 L 62.517087,2.0385748 Z"
id="path14225"
inkscape:connector-curvature="0" />
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 53 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 72 KiB

@ -129,12 +129,14 @@ define('TABLE_MAIN_BLOCK', 'block');
// Statistic database tables
define('TABLE_STATISTIC_TRACK_E_LASTACCESS', 'track_e_lastaccess');
// Access to specific tools inside a course
define('TABLE_STATISTIC_TRACK_E_ACCESS', 'track_e_access');
define('TABLE_STATISTIC_TRACK_E_LOGIN', 'track_e_login');
define('TABLE_STATISTIC_TRACK_E_DOWNLOADS', 'track_e_downloads');
define('TABLE_STATISTIC_TRACK_E_LINKS', 'track_e_links');
define('TABLE_STATISTIC_TRACK_E_ONLINE', 'track_e_online');
define('TABLE_STATISTIC_TRACK_E_HOTPOTATOES', 'track_e_hotpotatoes');
// Access date data (in and out dates in course)
define('TABLE_STATISTIC_TRACK_E_COURSE_ACCESS', 'track_e_course_access');
define('TABLE_STATISTIC_TRACK_E_EXERCISES', 'track_e_exercises');
define('TABLE_STATISTIC_TRACK_E_ATTEMPT', 'track_e_attempt');

@ -115,6 +115,7 @@ class Event
}
$sql = "INSERT INTO ".$TABLETRACK_ACCESS." (access_user_id, c_id, access_date, access_session_id) VALUES
(".$user_id.", '".$courseId."', '".$now."','".$id_session."')";
Database::query($sql);
// added for "what's new" notification
@ -1739,7 +1740,7 @@ class Event
public static function event_course_login($courseId, $user_id, $session_id)
{
$course_tracking_table = Database::get_main_table(TABLE_STATISTIC_TRACK_E_COURSE_ACCESS);
$time = api_get_datetime();
$time = api_get_utc_datetime();
$courseId = intval($courseId);
$user_id = intval($user_id);
@ -1749,7 +1750,7 @@ class Event
VALUES('".$courseId."', '".$user_id."', '$time', '$time', '1', '".$session_id."')";
Database::query($sql);
//Course catalog stats modifications see #4191
// Course catalog stats modifications see #4191
CourseManager::update_course_ranking(null, null, null, null, true, false);
}

@ -1256,7 +1256,7 @@ class GroupPortalManager
break;
case GROUP_USER_PERMISSION_HRM:
$relation_group_title = get_lang('IAmAHRM');
$links .= '<li><a href="'.api_get_path(WEB_CODE_PATH).'social/message_for_group_form.inc.php?view_panel=1&height=400&width=610&&user_friend='.api_get_user_id().'&group_id='.$group_id.'&action=add_message_group" class="ajax" data-size="lg" data-title="'.get_lang('ComposeMessage').' title="'.get_lang('ComposeMessage').'">'.Display::return_icon('compose_message.png', get_lang('NewTopic'), array('hspace' => '6')).'<span class="social-menu-text4" >'.get_lang('NewTopic').'</span></a></li>';
$links .= '<li><a href="'.api_get_path(WEB_CODE_PATH).'social/message_for_group_form.inc.php?view_panel=1&height=400&width=610&&user_friend='.api_get_user_id().'&group_id='.$group_id.'&action=add_message_group" class="ajax" data-size="lg" data-title="'.get_lang('ComposeMessage').' title="'.get_lang('ComposeMessage').'">'.Display::return_icon('new-message.png', get_lang('NewTopic'), array('hspace' => '6')).'<span class="social-menu-text4" >'.get_lang('NewTopic').'</span></a></li>';
$links .= '<li><a href="group_view.php?id='.$group_id.'">'.Display::return_icon('message_list.png', get_lang('MessageList'), array('hspace' => '6')).'<span class="'.($show == 'messages_list' ? 'social-menu-text-active' : 'social-menu-text4').'" >'.get_lang('MessageList').'</span></a></li>';
$links .= '<li><a href="group_invitation.php?id='.$group_id.'">'.Display::return_icon('invitation_friend.png', get_lang('InviteFriends'), array('hspace' => '6')).'<span class="'.($show == 'invite_friends' ? 'social-menu-text-active' : 'social-menu-text4').'" >'.get_lang('InviteFriends').'</span></a></li>';
$links .= '<li><a href="group_members.php?id='.$group_id.'">'.Display::return_icon('member_list.png', get_lang('MemberList'), array('hspace' => '6')).'<span class="'.($show == 'member_list' ? 'social-menu-text-active' : 'social-menu-text4').'" >'.get_lang('MemberList').'</span></a></li>';

@ -11,7 +11,7 @@
( function() {
var cdn = 'http:\/\/cdn.mathjax.org\/mathjax\/2.4-latest\/MathJax.js?config=TeX-MML-AM_HTMLorMML-full';
var cdn = '\/\/cdn.mathjax.org\/mathjax\/2.4-latest\/MathJax.js?config=TeX-MML-AM_HTMLorMML-full';
CKEDITOR.plugins.add( 'asciimath', {
lang: 'ar,ca,cs,cy,de,el,en,en-gb,eo,es,fa,fi,fr,gl,he,hr,hu,it,ja,km,nb,nl,no,pl,pt,pt-br,ro,ru,sk,sl,sv,tr,tt,uk,vi,zh,zh-cn', // %REMOVE_LINE_CORE%

@ -873,7 +873,7 @@ class SocialManager extends UserManager
if ($user_id != api_get_user_id()) {
$sendMessageText = get_lang('SendMessage');
$sendMessageIcon = Display::return_icon(
'compose_message.png',
'new-message.png',
$sendMessageText
);
$sendMesssageUrl = api_get_path(WEB_AJAX_PATH)

@ -2021,7 +2021,7 @@ class UserGroup extends Model
case GROUP_USER_PERMISSION_HRM:
$relation_group_title = get_lang('IAmAHRM');
$links .= '<li><a href="'.api_get_path(WEB_CODE_PATH).'social/message_for_group_form.inc.php?view_panel=1&height=400&width=610&&user_friend='.api_get_user_id().'&group_id='.$group_id.'&action=add_message_group" class="ajax" title="'.get_lang('ComposeMessage').'" data-size="lg" data-title="'.get_lang('ComposeMessage').'">'.
Display::return_icon('compose_message.png', get_lang('NewTopic'), array('hspace'=>'6')).'<span class="social-menu-text4" >'.get_lang('NewTopic').'</span></a></li>';
Display::return_icon('new-message.png', get_lang('NewTopic'), array('hspace'=>'6')).'<span class="social-menu-text4" >'.get_lang('NewTopic').'</span></a></li>';
$links .= '<li><a href="group_view.php?id='.$group_id.'">'.
Display::return_icon('message_list.png', get_lang('MessageList'), array('hspace'=>'6')).'<span class="'.($show=='messages_list'?'social-menu-text-active':'social-menu-text4').'" >'.get_lang('MessageList').'</span></a></li>';
$links .= '<li><a href="group_invitation.php?id='.$group_id.'">'.

@ -142,7 +142,7 @@ if (api_get_setting('allow_social_tool') == 'true') {
$social_right_content .= '<div class="col-md-12">';
$social_right_content .= '<div class="actions">';
$social_right_content .= '<a href="'.api_get_path(WEB_PATH).'main/messages/new_message.php?f=social">'.
Display::return_icon('compose_message.png', get_lang('ComposeMessage'), array(), 32).'</a>';
Display::return_icon('new-message.png', get_lang('ComposeMessage'), array(), 32).'</a>';
$social_right_content .= '<a href="'.api_get_path(WEB_PATH).'main/messages/outbox.php?f=social">'.
Display::return_icon('outbox.png', get_lang('Outbox'), array(), 32).'</a>';
$social_right_content .= '</div>';

@ -59,7 +59,7 @@ if ($global) {
$sql = "SELECT quiz.title, id FROM $quizTable AS quiz
WHERE
c_id = $courseId AND
active='1'
active = 1
$sessionCondition
ORDER BY quiz.title ASC";
$result = Database::query($sql);
@ -195,14 +195,14 @@ if (!empty($courseList) && is_array($courseList)) {
if ($global) {
$sql = "SELECT count(id) as count
FROM $quizTable AS quiz
WHERE active='1' AND c_id = $courseId AND (session_id = 0 OR session_id IS NULL)";
WHERE c_id = $courseId AND active = 1 AND (session_id = 0 OR session_id IS NULL)";
$result = Database::query($sql);
$countExercises = Database::store_result($result);
$exerciseCount = $countExercises[0]['count'];
$sql = "SELECT count(id) as count
FROM $quizTable AS quiz
WHERE active='1' AND c_id = $courseId AND session_id <> 0";
WHERE c_id = $courseId AND active = 1 AND session_id <> 0";
$result = Database::query($sql);
$countExercises = Database::store_result($result);
$exerciseSessionCount = $countExercises[0]['count'];
@ -229,7 +229,7 @@ if (!empty($courseList) && is_array($courseList)) {
if ($global) {
$sql = "SELECT quiz.title, id, session_id
FROM $quizTable AS quiz
WHERE c_id = $courseId AND active='1'
WHERE c_id = $courseId AND active = 1
ORDER BY session_id, quiz.title ASC";
} else {
//$sessionCondition = api_get_session_condition($sessionId, true, false);
@ -238,7 +238,7 @@ if (!empty($courseList) && is_array($courseList)) {
FROM $quizTable AS quiz
WHERE
c_id = $courseId AND
active = '1' AND
active = 1 AND
id = $exerciseId
$sessionCondition
@ -248,7 +248,7 @@ if (!empty($courseList) && is_array($courseList)) {
FROM $quizTable AS quiz
WHERE
c_id = $courseId AND
active='1'
active = 1
$sessionCondition
ORDER BY session_id, quiz.title ASC";
}

@ -197,17 +197,21 @@ if (!empty($user_id) && is_numeric($user_id)) {
//4. Adding course Test to the Session Session1
$course_id_list = array (
array('course_code' => 'TEST1'),
array('course_code' => 'TEST2')
);
$params = array('coursessessions' => array(
array('original_course_id_values' => $course_id_list,
'original_course_id_name' => 'course_id_name',
'original_session_id_value' => '1',
'original_session_id_name' => 'session_id_value')
),
'secret_key' => $secret_key);
$course_id_list = array(
array('course_code' => 'TEST1'),
array('course_code' => 'TEST2'),
);
$params = array(
'coursessessions' => array(
array(
'original_course_id_values' => $course_id_list,
'original_course_id_name' => 'course_id_name',
'original_session_id_value' => '1',
'original_session_id_name' => 'session_id_value',
),
),
'secret_key' => $secret_key,
);
//$result = $client->call('WSSuscribeCoursesToSession', array('subscribeCoursesToSession' => $params));
@ -215,28 +219,31 @@ if (!empty($user_id) && is_numeric($user_id)) {
// ------------------------
//Calling the WSSubscribeUserToCourse
/*
$course_array = array( 'original_course_id_name' => 'TEST',
'original_course_id_value' => 'TEST'
);
$user_array = array('original_user_id_value' => $user_id,
'original_user_id_name' => 'name');
$user_courses = array();
$user_courses[] = array ( 'course_id' => $course_array,
'user_id' => $user_array,
'status' => '1'
);
$course_array = array(
'original_course_id_name' => 'TEST',
'original_course_id_value' => 'TEST',
);
$params = array (
'userscourses' => $user_courses,
'secret_key' => $secret_key);
$user_array = array(
'original_user_id_value' => $user_id,
'original_user_id_name' => 'name',
);
$user_courses = array();
$result = $client->call('WSSubscribeUserToCourse', array('subscribeUserToCourse' => $params));
var_dump($result);*/
$user_courses[] = array(
'course_id' => $course_array,
'user_id' => $user_array,
'status' => '1',
);
$params = array(
'userscourses' => $user_courses,
'secret_key' => $secret_key,
);
$result = $client->call('WSSubscribeUserToCourse', array('subscribeUserToCourse' => $params));
var_dump($result);
} else {
echo 'User was not created, activate the debug=true in the registration.soap.php file and see the error logs';
}

@ -970,7 +970,7 @@ function WSCreateUsersPasswordCrypted($params)
return $output;
}
// Subscribe / Unsubscribe Teacher to Session Course
//
//
// Prepare Input params for Subscribe Teacher to SC
$server->wsdl->addComplexType(
'SubscribeTeacherToSessionCourse',
@ -1032,18 +1032,18 @@ $server->register(
function WSSubscribeTeacherToSessionCourse($params)
{
global $debug;
if ($debug) error_log('WSSubscribeTeacherToSessionCourse');
if ($debug) error_log('Params '. print_r($params, 1));
if (!WSHelperVerifyKey($params)) {
return return_error(WS_ERROR_SECRET_KEY);
}
$userId = $params['userId']; // Chamilo user Id
$sessionId = $params['sessionId']; // Current Session course ID
$courseId = $params['courseId']; // Course Real Id
return (SessionManager::set_coach_to_course_session($userId, $sessionId, $courseId));
}
@ -1056,20 +1056,20 @@ $server->register(
function WSUnsubscribeTeacherFromSessionCourse($params)
{
global $debug;
if ($debug) error_log('WSSubscribeTeacherToSessionCourse');
if ($debug) error_log('Params '. print_r($params, 1));
if (!WSHelperVerifyKey($params)) {
return return_error(WS_ERROR_SECRET_KEY);
}
$userId = $params['userId']; // Chamilo user Id
$sessionId = $params['sessionId']; // Current Session course ID
$courseId = $params['courseId']; // Course Real Id
return (SessionManager::removeUsersFromCourseSession($userId, $sessionId, $courseId));
}
@ -4296,25 +4296,22 @@ $server->wsdl->addComplexType(
'tns:user_course_status'
);
// Prepare output params, in this case will return an array
$server->wsdl->addComplexType(
'subscribeUserToCourse_return',
'subscribeUserToCourse_return_global',
'complexType',
'struct',
'all',
'array',
'',
array (
'original_user_id_value' => array('name' => 'original_user_id_value', 'type' => 'xsd:string'),
'original_course_id_value' => array('name' => 'original_course_id_value', 'type' => 'xsd:string'),
'result' => array('name' => 'result', 'type' => 'xsd:int')
)
'SOAP-ENC:Array',
array(),
array(array('ref' => 'SOAP-ENC:arrayType', 'wsdl:arrayType' => 'tns:subscribeUserToCourse_return[]')),
'tns:subscribeUserToCourse_return'
);
// Register the method to expose
$server->register('WSSubscribeUserToCourse', // method name
array('subscribeUserToCourse' => 'tns:subscribeUserToCourse_arg'), // input parameters
array('return' => 'tns:subscribeUserToCourse_return'), // output parameters
array('return' => 'tns:subscribeUserToCourse_return_global'),
'urn:WSRegistration', // namespace
'urn:WSRegistration#WSSubscribeUserToCourse', // soapaction
'rpc', // style
@ -4329,6 +4326,7 @@ function WSSubscribeUserToCourse($params) {
return return_error(WS_ERROR_SECRET_KEY);
}
if ($debug) error_log('WSSubscribeUserToCourse params: '.print_r($params,1));
$results = array();
$userscourses = $params['userscourses'];
foreach ($userscourses as $usercourse) {
@ -4339,10 +4337,7 @@ function WSSubscribeUserToCourse($params) {
$status = $usercourse['status'];
}
$result = array(
'original_user_id_value' => $original_user_id['original_user_id_value'],
'original_course_id_value' => $original_course_id['original_course_id_value'],
'result' => 1);
$resultValue = 1;
// Get user id
$user_id = UserManager::get_user_id_from_original_id(
@ -4353,28 +4348,32 @@ function WSSubscribeUserToCourse($params) {
if ($user_id == 0) {
// If user was not found, there was a problem
$result['result'] = 0;
$resultValue = 0;
} else {
// User was found
$courseInfo = CourseManager::getCourseInfoFromOriginalId(
$courseCode = CourseManager::get_course_id_from_original_id(
$original_course_id['original_course_id_value'],
$original_course_id['original_course_id_name']
);
if (empty($courseInfo)) {
if (empty($courseCode)) {
// Course was not found
$result['result'] = 0;
$resultValue = 0;
} else {
$course_code = $courseInfo['code'];
if ($debug) error_log('WSSubscribeUserToCourse course_code: '.$course_code);
if (!CourseManager::add_user_to_course($user_id, $course_code, $status)) {
$result['result'] = 0;
if ($debug) error_log('WSSubscribeUserToCourse courseCode: '.$courseCode);
if (!CourseManager::add_user_to_course($user_id, $courseCode, $status)) {
$resultValue = 0;
}
}
}
$results[] = $result;
$results[] = array(
'original_user_id_value' => $original_user_id['original_user_id_value'],
'original_course_id_value' => $original_course_id['original_course_id_value'],
'result' => $resultValue
);
}
return $results;
}

Loading…
Cancel
Save