update metrixhd - thx@saman

This commit is contained in:
louis 2016-06-19 06:39:50 +02:00
parent f3a27ba22d
commit 0e04d4eaea
421 changed files with 15408 additions and 1414 deletions

View File

@ -304,7 +304,7 @@ void cVeDmScrollbar::SetList(int numDisplayed, int offset, int numMax) {
tokenContainer->AddIntToken((int)eDMScrollbarIT::height, barHeight);
tokenContainer->AddIntToken((int)eDMScrollbarIT::offset, barOffset);
tokenContainer->AddIntToken((int)eDMScrollbarIT::hasprev, (offset == 0) ? 0 : 1);
tokenContainer->AddIntToken((int)eDMScrollbarIT::hasnext, (offset + numMax == numDisplayed) ? 0 : 1);
tokenContainer->AddIntToken((int)eDMScrollbarIT::hasnext, (offset + numMax >= numDisplayed) ? 0 : 1);
SetDirty();
}

View File

@ -3,6 +3,39 @@
<globals>
<colors>
<!-- general colors -->
<color name="clrRed">FFFF0000</color>
<color name="clrRedTrans">55FF0000</color>
<color name="clrGreen">FF5FE200</color>
<color name="clrYellow">FFE2DA00</color>
<color name="clrBlue">FF007FE2</color>
<color name="clrBlack">FF000000</color>
<color name="clrBlackTrans">77000000</color>
<color name="clrWhite">FFFFFFFF</color>
<color name="clrWhiteTrans">C0FFFFFF</color>
<color name="clrTransparent">00000000</color>
<!-- theme colors -->
<color name="menuback">C0000000</color>
<color name="menubackline">C0FFFFFF</color>
<color name="menualternate">FF14141E</color>
<color name="menuactive">C01E8BD7</color>
<color name="menuheader">E01E8BD7</color>
<color name="menuseparator">D0000000</color>
<color name="listback">00000000</color>
<color name="fontdefault">FFFFFFFF</color>
<color name="fontactive">FFFFFFFF</color>
<color name="fontmenuactive">FFFFFFFF</color>
<color name="fontseparator">FF1E8BD7</color>
<color name="icontextalert">FFFF0000</color>
<color name="icontextactive">FFFFFFFF</color>
<color name="icontextinactive">FF333333</color>
<color name="scrollbar">FFFFFFFF</color>
<!-- colors svg templates -->
<color name="icon">FFFFFFFF</color>
<color name="iconactive">FFFFFFFF</color>
<color name="iconselected">FF800000</color>
<color name="iconrecactive">FFFFFFFF</color>
<color name="iconrecinactive">FF111111</color>
</colors>
<variables>
@ -32,7 +65,7 @@
</token>
<token name="tr(disc)">
<trans lang="en_EN">Disc</trans>
<trans lang="de_DE">Disk</trans>
<trans lang="de_DE">HDD</trans>
<trans lang="fi_FI">Levy</trans>
<trans lang="hu_HU">Lemez</trans>
<trans lang="it_IT">Disco</trans>
@ -429,8 +462,27 @@
<trans lang="hu_HU">lejár: </trans>
<trans lang="it_IT">finisce alle</trans>
</token>
<token name="tr(lastrecs)">
<trans lang="en_EN">last recordings</trans>
<trans lang="de_DE">Neueste Aufnahmen</trans>
</token>
<token name="tr(sysinfo)">
<trans lang="en_EN">system information</trans>
<trans lang="de_DE">System Informationen</trans>
</token>
<token name="tr(load)">
<trans lang="en_EN">System load:</trans>
<trans lang="de_DE">Systemlast:</trans>
</token>
<token name="tr(vdrcpu)">
<trans lang="en_EN">VDR CPU</trans>
<trans lang="de_DE">VDR CPU</trans>
</token>
</translations>
<fonts>
<font name="light">VDROpen Sans:Light</font>
<font name="semibold">VDROpen Sans:Semibold</font>
<font name="regular">Lato:Regular</font>
<font name="bold">Lato:Bold</font>
</fonts>
</globals>

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 958 B

After

Width:  |  Height:  |  Size: 958 B

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -3,17 +3,137 @@
<setup>
<menu>
<parameter type="separator" name="sep" displaytext="---------------- MetrixHD ----------------"/>
<parameter type="int" name="fadetime" min="0" max="1000" displaytext="{tr(fadetext)}" helptext="{tr(helpfade)}">0</parameter>
<parameter type="int" name="fadetimecurrent" min="0" max="1000" displaytext="{tr(fadecurrenttext)}" helptext="{tr(helpfadecurrent)}">50</parameter>
<parameter type="int" name="shifttimechannel" min="0" max="1000" displaytext="{tr(shifttimechanneltext)}" helptext="{tr(helpshifttimechannel)}">0</parameter>
<parameter type="int" name="shifttimedatetime" min="0" max="1000" displaytext="{tr(shifttimedatetimetext)}" helptext="{tr(helpshifttimedatetime)}">0</parameter>
<parameter type="int" name="shifttimetimers" min="0" max="1000" displaytext="{tr(shifttimetimerstext)}" helptext="{tr(helpshifttimetimers)}">0</parameter>
<parameter type="bool" name="showdevices" displaytext="{tr(showdevices)}" helptext="{tr(helpshowdevices)}">0</parameter>
<parameter type="string" name="mainmenuorientation" displaytext="{tr(mainmenuorientation)}" helptext="{tr(helpmainmenuorientation)}" options="horizontal,vertical">1</parameter>
<parameter type="int" name="shifttimedatetime" min="0" max="1000" displaytext="{tr(shifttimedatetimetext)}" helptext="{tr(helpshifttimedatetime)}">200</parameter>
<parameter type="string" name="showdevices" displaytext="{tr(showdevices)}" helptext="{tr(helpshowdevices)}" options="no,menu,yes">0</parameter>
<parameter type="string" name="showweather" displaytext="{tr(showweather)}" helptext="{tr(helpshowweather)}" options="no,menu,yes">1</parameter>
<parameter type="string" name="recmenuorientation" displaytext="{tr(recmenuorientation)}" options="horizontal,vertical">1</parameter>
<parameter type="string" name="weathermenuorientation" displaytext="{tr(weathermenuorientation)}" options="horizontal,vertical">1</parameter>
<!-- mainmenu -->
<parameter type="separator" name="sepmainmenu" displaytext="---------------- {tr(sepmainmenu)} ----------------"/>
<parameter type="string" name="mainmenuorientation" displaytext="{tr(mainmenuorientation)}" helptext="{tr(helpmainmenuorientation)}" options="horizontal,vertical">1</parameter>
<parameter type="bool" name="mainmenusmall" displaytext="{tr(mainmenusmall)}">0</parameter>
<parameter type="int" name="menuitemsmax" min="1" max="16" displaytext="{tr(menuitemsmaxtext)}">9</parameter>
<parameter type="string" name="showscrollbar" displaytext="{tr(showscrollbar)}" helptext="{tr(helpshowscrollbar)}" options="no,auto,yes">1</parameter>
<parameter type="string" name="showinformation" displaytext="{tr(showinformation)}" helptext="{tr(helpshowinformation)}" options="no,oldstyle,yes">2</parameter>
<parameter type="int" name="shifttimetimers" min="0" max="1000" displaytext="{tr(shifttimetimerstext)}" helptext="{tr(helpshifttimetimers)}">0</parameter>
<!-- zapcockpit -->
<parameter type="separator" name="sepzapcockpit" displaytext="---------------- {tr(sepzapcockpit)} ----------------"/>
<parameter type="int" name="fadetimezapcockpit" displaytext="{tr(fadetimezapcockpit)}">0</parameter>
<parameter type="int" name="shifttimezapcockpit" displaytext="{tr(shifttimezapcockpit)}">200</parameter>
<parameter type="separator" name="sepzapcockpitchannelhint" displaytext="---------------- {tr(sepzapcockpitchannelhint)} ----------------"/>
<parameter type="int" name="zapchannelhintsheight" min="0" max="100" displaytext="{tr(zapchannelhintsheight)}">30</parameter>
<parameter type="int" name="zapchannelhintswidth" min="0" max="100" displaytext="{tr(zapchannelhintswidth)}">30</parameter>
</menu>
<translations>
<token name="tr(sepmainmenu)">
<trans lang="en_EN">Main Menu</trans>
<trans lang="de_DE">Hauptmenü</trans>
</token>
<token name="tr(mainmenusmall)">
<trans lang="en_EN">Small Main Menu</trans>
<trans lang="de_DE">Schmales Hauptmenü</trans>
</token>
<token name="tr(fadecurrenttext)">
<trans lang="en_EN">Fade time of current element [ms]</trans>
<trans lang="de_DE">Einblendzeit des aktiven Elements [ms]</trans>
</token>
<token name="tr(helpfadecurrent)">
<trans lang="en_EN">Fade time in ms. If this is set to a value larger 0 the current OSD element fade in and out.</trans>
<trans lang="de_DE">Einblendzeit in ms. Ist dieser Wert auf einen Wert > 0 gesetzt, wird das aktive OSD Element ein- und ausgeblendet</trans>
</token>
<token name="tr(helpshowinformation)">
<trans lang="en_EN">Show information about timers, newest recordings, system load... 'oldstyle' showes the wide timer element but lacks some other infos.</trans>
<trans lang="de_DE">Zeige Informationen über Timer, neuste Aufnahmen, Systemlast... 'oldstyle' zeigt dabei des breite Timer-Element, nutzt dafür aber nicht alle Infos.</trans>
</token>
<token name="tr(helpshowscrollbar)">
<trans lang="en_EN">Show Scrollbar in Main Menu. Auto hides the scrollbar if its not needed.</trans>
<trans lang="de_DE">Zeige die Scroll-Leiste im Hauptmenü. Auto versteckt die Leiste, wenn sie nicht benötigt wird.</trans>
</token>
<token name="tr(helpshowweather)">
<trans lang="en_EN">Off, main menu only or main menu and channelinfo</trans>
<trans lang="de_DE">Aus, nur Hauptmenü oder Haputmenü und Kanalinformationen</trans>
</token>
<token name="tr(menuitemsmaxtext)">
<trans lang="en_EN">Number of Main Menu items (max)</trans>
<trans lang="de_DE">Elemente im Hauptmenü (max)</trans>
</token>
<token name="tr(menu)">
<trans lang="en_EN">main menu</trans>
<trans lang="de_DE">im Hauptmenü</trans>
</token>
<token name="tr(no)">
<trans lang="en_EN">no</trans>
<trans lang="de_DE">nein</trans>
</token>
<token name="tr(yes)">
<trans lang="en_EN">yes</trans>
<trans lang="de_DE">ja</trans>
</token>
<token name="tr(auto)">
<trans lang="en_EN">automatic</trans>
<trans lang="de_DE">automatisch</trans>
</token>
<token name="tr(oldstyle)">
<trans lang="en_EN">oldsytle</trans>
<trans lang="de_DE">oldstyle</trans>
</token>
<token name="tr(showscrollbar)">
<trans lang="en_EN">Show Scrollbar in main menu</trans>
<trans lang="de_DE">Zeige Scrollbar im Hauptmenü</trans>
</token>
<token name="tr(showweather)">
<trans lang="en_EN">Show Weather info</trans>
<trans lang="de_DE">Wetter Info anzeigen</trans>
</token>
<token name="tr(showinformation)">
<trans lang="en_EN">Show Information in main menu</trans>
<trans lang="de_DE">Zeige Informationen im Hauptmenü</trans>
</token>
<!-- displaychannel / zapcockpit -->
<token name="tr(sepzapcockpit)">
<trans lang="en_EN">Zapcockpit</trans>
<trans lang="de_DE">Zapcockpit</trans>
<trans lang="fi_FI">Zapcockpit</trans>
<trans lang="it_IT">Zapcockpit</trans>
</token>
<token name="tr(sepzapcockpitchannelhint)">
<trans lang="en_EN">Zapcockpit channel hints</trans>
<trans lang="de_DE">Zapcockpit Kanal Hinweise</trans>
<trans lang="fi_FI">Zapcockpit kanavavihjeille</trans>
<trans lang="it_IT">Zapcockpit suggerimenti canale</trans>
</token>
<token name="tr(fadetimezapcockpit)">
<trans lang="en_EN">Fade time for zapcockpit elements [ms]</trans>
<trans lang="de_DE">Einblendzeit für Zapcockpit Elemente [ms]</trans>
<trans lang="fi_FI">Häivytyksen kesto elementeille [ms]</trans>
<trans lang="it_IT">Tempo di dissolvenza degli elementi Zapcockpit</trans>
</token>
<token name="tr(shifttimezapcockpit)">
<trans lang="en_EN">Shift time for zapcockpit elements [ms]</trans>
<trans lang="de_DE">Einfahrzeit für Zapcockpit Elemente [ms]</trans>
<trans lang="fi_FI">Liukuman kesto elementeille [ms]</trans>
<trans lang="it_IT">Tempo di cambio degli elementi Zapcockpit [ms]</trans>
</token>
<token name="tr(zapchannelhintsheight)">
<trans lang="en_EN">Height channel hints (% of screen height)</trans>
<trans lang="de_DE">Höhe Kanal Hinweise (% der Bildschirmhöhe)</trans>
<trans lang="fi_FI">Korkeus (% näytön korkeudesta)</trans>
<trans lang="it_IT">Altezza suggerimenti canale (% della altezza del video)</trans>
</token>
<token name="tr(zapchannelhintswidth)">
<trans lang="en_EN">Width channel hints (% of screen width)</trans>
<trans lang="de_DE">Breite Kanal Hinweise (% der Bildschirmbreite)</trans>
<trans lang="fi_FI">Leveys (% näytön leveydestä)</trans>
<trans lang="it_IT">Larghezza suggerimenti canale (% della larghezza del video)</trans>
</token>
<!-- metrixhd -->
<token name="tr(fadetext)">
<trans lang="en_EN">Fade time [ms]</trans>
<trans lang="de_DE">Einblendzeit [ms]</trans>

View File

@ -9,13 +9,13 @@
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="45"
height="23"
width="200"
height="200"
viewBox="0 0 200 200"
id="svg2"
version="1.1"
inkscape:version="0.91pre2 r13516"
viewBox="0 0 45 23"
sodipodi:docname="ico_switchtimer.svg">
inkscape:version="0.91 r13725"
sodipodi:docname="arrow-left.svg">
<defs
id="defs4" />
<sodipodi:namedview
@ -25,15 +25,16 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="13.069196"
inkscape:cy="16.082332"
inkscape:zoom="2.2201493"
inkscape:cx="30.951262"
inkscape:cy="76.268908"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1846"
inkscape:window-height="1058"
inkscape:window-x="66"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
@ -44,33 +45,20 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1029.3622)">
<rect
style="fill:#ff7f2a;fill-opacity:1;stroke:#ececec;stroke-width:0;stroke-miterlimit:5.69999981;stroke-dasharray:none;stroke-opacity:1"
id="rect4148"
width="45"
height="23"
x="4.9999999e-006"
y="1029.3622"
ry="8.9285717" />
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:12.5px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
x="1.4285712"
y="1045.0408"
id="text4150"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4152"
x="1.4285712"
y="1045.0408">Switch</tspan></text>
transform="translate(0,-852.36216)">
<path
style="fill:#{sdcol(icon)};fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 180.61803,872.36216 0,160.00004 -159.999996,-80.00004 z"
id="path4136"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,64 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 200 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="arrow-right.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.2201493"
inkscape:cx="30.951262"
inkscape:cy="76.268908"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36216)">
<path
style="fill:#{sdcol(icon)};fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
d="m 20,872.36216 0,160.00004 160,-80.00004 z"
id="path4136"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -0,0 +1,92 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 611.998 611.998"
style="enable-background:new 0 0 611.998 611.998;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="clear-day.svg"><metadata
id="metadata61"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs59" /><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="1017"
id="namedview57"
showgrid="false"
inkscape:zoom="0.38562218"
inkscape:cx="-16.855877"
inkscape:cy="305.99899"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M425.373,314.142c0-65.924-53.455-119.373-119.379-119.373s-119.379,53.449-119.379,119.373 c0,65.935,53.455,119.379,119.379,119.379C371.918,433.521,425.373,380.075,425.373,314.142z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M409.268,191.07c7.454,6.255,16.531,9.31,25.556,9.31c11.356,0,22.633-4.836,30.502-14.215l44.901-53.512 c14.126-16.836,11.931-41.932-4.905-56.061c-16.836-14.12-41.938-11.931-56.061,4.905l-44.901,53.512 C390.236,151.844,392.431,176.941,409.268,191.07z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M611.386,260.293c-3.815-21.641-24.457-36.104-46.098-32.277l-68.792,12.132c-21.641,3.815-36.092,24.455-32.277,46.098 c3.403,19.305,20.191,32.89,39.142,32.89c2.293,0,4.62-0.199,6.957-0.613l68.792-12.132 C600.753,302.577,615.204,281.937,611.386,260.293z"
id="path11"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M559.985,414.837l-60.501-34.927c-19.029-10.984-43.368-4.468-54.358,14.566c-10.987,19.031-4.465,43.368,14.566,54.358 l60.501,34.927c6.266,3.619,13.108,5.337,19.857,5.337c13.752,0,27.13-7.138,34.498-19.906 C585.542,450.161,579.02,425.825,559.985,414.837z"
id="path13"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M411.949,488.897c-7.515-20.651-30.35-31.305-51.004-23.784c-20.654,7.518-31.302,30.35-23.787,51.004l23.891,65.642 c5.881,16.16,21.14,26.195,37.398,26.195c4.517,0,9.114-0.777,13.605-2.411c20.654-7.515,31.302-30.35,23.787-51.001 L411.949,488.897z"
id="path15"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M251.044,465.119c-20.651-7.515-43.486,3.133-51.004,23.784l-23.891,65.636c-7.518,20.651,3.13,43.486,23.784,51.001 c4.494,1.634,9.086,2.411,13.605,2.411c16.252,0,31.515-10.035,37.395-26.195l23.891-65.636 C282.346,495.471,271.698,472.634,251.044,465.119z"
id="path17"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M112.504,379.914l-60.498,34.924c-19.034,10.984-25.556,35.321-14.569,54.358c7.371,12.768,20.746,19.906,34.501,19.906 c6.749,0,13.594-1.72,19.857-5.337l60.498-34.924c19.034-10.984,25.556-35.321,14.569-54.355 C155.875,375.448,131.536,368.923,112.504,379.914z"
id="path19"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M101.672,318.524c2.339,0.414,4.664,0.613,6.957,0.613c18.945,0,35.735-13.585,39.142-32.89 c3.818-21.641-10.633-42.281-32.277-46.098l-68.786-12.132C25.06,224.175,4.427,238.65,0.612,260.293 c-3.818,21.641,10.633,42.281,32.277,46.098L101.672,318.524z"
id="path21"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M146.663,186.164c7.871,9.382,19.146,14.215,30.505,14.215c9.025,0,18.102-3.058,25.556-9.31 c16.836-14.126,19.031-39.225,4.905-56.061l-44.896-53.507c-14.126-16.833-39.225-19.031-56.061-4.905 c-16.833,14.126-19.031,39.228-4.905,56.061L146.663,186.164z"
id="path23"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M305.995,153.481c21.977,0,39.795-17.814,39.795-39.792V43.836c0-21.977-17.817-39.792-39.795-39.792 c-21.977,0-39.792,17.817-39.792,39.792v69.851C266.203,135.664,284.017,153.481,305.995,153.481z"
id="path25"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /><g
id="g45" /><g
id="g47" /><g
id="g49" /><g
id="g51" /><g
id="g53" /><g
id="g55" /></svg>

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="468.6px"
height="468.6px"
viewBox="0 0 468.6 468.6"
style="enable-background:new 0 0 468.6 468.6;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="clear-night.svg"><metadata
id="metadata49"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs47" /><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="1017"
id="namedview45"
showgrid="false"
inkscape:zoom="0.50362782"
inkscape:cx="-12.906356"
inkscape:cy="234.3"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M95.6,239.049c0-9.599,1.9-19.099,5.7-28.699c-7.6,0-13.4,1.9-21,3.8C34.4,225.65,0,265.75,0,315.549 c0,57.4,47.8,105.201,105.2,105.201c49.7,0,89.9-34.4,101.4-80.301c1.9-7.699,1.9-13.4,3.8-21c-9.6,3.801-19.1,5.701-28.7,5.701 C133.9,325.15,95.6,286.85,95.6,239.049z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /><polygon
points="315.6,124.35 271.6,109.05 248.6,47.85 225.7,109.05 181.7,124.35 225.7,139.65 248.6,200.85 271.6,139.65 "
id="polygon9"
style="fill:#{sdcol(icon)};fill-opacity:1" /><polygon
points="325.1,200.85 302.2,262.049 258.2,277.35 302.2,292.65 325.1,353.85 348.1,292.65 392.1,277.35 348.1,262.049 "
id="polygon11"
style="fill:#{sdcol(icon)};fill-opacity:1" /><polygon
points="438,151.05 420.7,105.15 403.5,151.05 372.9,162.55 403.5,174.05 420.7,219.95 438,174.05 468.6,162.55 "
id="polygon13"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="380px"
height="380px"
viewBox="0 0 380 380"
style="enable-background:new 0 0 380 380;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="clock.svg"><metadata
id="metadata47"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs45" /><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="1017"
id="namedview43"
showgrid="false"
inkscape:zoom="0.62105263"
inkscape:cx="-10.466102"
inkscape:cy="190"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g7"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M190,0C85.232,0,0,85.234,0,190c0,104.766,85.232,190,190,190c104.767,0,190-85.232,190-190C380,85.233,294.767,0,190,0z M269.9,316.893l-8.188-14.084c-0.945-1.625-2.703-2.635-4.587-2.635c-0.938,0-1.828,0.242-2.648,0.719 c-1.224,0.711-2.096,1.854-2.458,3.222c-0.358,1.367-0.169,2.793,0.542,4.017l8.199,14.102 c-18.317,9.843-38.906,15.982-60.76,17.43V319.77c0-5.521-4.479-10-10-10c-5.522,0-10,4.479-10,10v19.891 c-21.531-1.424-41.834-7.411-59.949-17.002l8.111-14.149c0.703-1.226,0.887-2.651,0.517-4.018 c-0.37-1.364-1.249-2.502-2.475-3.205c-0.814-0.467-1.697-0.704-2.624-0.704c-1.896,0-3.66,1.021-4.603,2.663l-8.102,14.133 c-18.069-11.266-33.583-26.26-45.447-43.908l17.188-9.923c4.782-2.761,6.421-8.877,3.659-13.66 c-2.761-4.781-8.877-6.421-13.659-3.658l-17.212,9.937c-9.056-18.349-14.466-38.8-15.284-60.41l16.33-0.05 c1.414-0.004,2.741-0.559,3.737-1.561c0.996-1.003,1.543-2.334,1.538-3.748c-0.009-2.91-2.384-5.277-5.293-5.277l-16.348,0.05 c0.699-21.949,6.136-42.72,15.319-61.327l17.212,9.937c1.574,0.909,3.293,1.341,4.989,1.341c3.456,0,6.818-1.793,8.67-5.001 c2.762-4.783,1.123-10.899-3.659-13.66l-17.188-9.923C77.12,89.141,92.36,74.323,110.098,63.114l8.188,14.084 c0.474,0.814,1.124,1.463,1.935,1.929c1.618,0.926,3.669,0.936,5.299-0.013c1.224-0.711,2.097-1.856,2.458-3.223 c0.362-1.366,0.169-2.791-0.541-4.013l-8.198-14.102c18.319-9.843,38.907-15.984,60.76-17.43v19.889c0,5.522,4.478,10,10,10 c5.521,0,10-4.478,10-10V40.346c21.53,1.424,41.832,7.41,59.947,17.001l-8.111,14.149c-1.451,2.532-0.572,5.773,1.959,7.224 c0.813,0.466,1.696,0.703,2.624,0.703c1.897,0,3.66-1.02,4.6-2.661l8.104-14.135c18.071,11.265,33.585,26.261,45.449,43.909 l-17.188,9.923c-4.783,2.761-6.421,8.877-3.659,13.66c1.854,3.208,5.214,5.001,8.67,5.001c1.696,0,3.416-0.432,4.989-1.341 l17.212-9.938c9.058,18.348,14.466,38.8,15.284,60.41l-16.33,0.05c-1.414,0.004-2.741,0.559-3.735,1.561 c-0.996,1.003-1.543,2.333-1.538,3.747c0.006,1.887,1.026,3.642,2.668,4.583c0.794,0.455,1.699,0.693,2.623,0.693h0.017 l16.333-0.05c-0.699,21.949-6.136,42.721-15.319,61.327l-17.212-9.938c-4.784-2.762-10.896-1.122-13.659,3.66 c-2.762,4.782-1.124,10.898,3.659,13.659l17.188,9.923C302.877,290.863,287.639,305.682,269.9,316.893z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M263.906,135.775l-64.142,35.588c-2.92-1.533-6.237-2.412-9.767-2.412c-3.528,0-6.846,0.878-9.766,2.412l-64.141-35.588 c-6.064-3.366-13.711-1.176-17.078,4.889c-3.364,6.065-1.176,13.711,4.891,17.077l65.443,36.311 c1.891,9.686,10.412,16.997,20.65,16.997s18.76-7.312,20.65-16.997l65.441-36.311c6.066-3.365,8.254-11.011,4.891-17.077 C277.618,134.598,269.973,132.409,263.906,135.775z"
id="path11"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g></g><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /></svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Layer_1"
x="0px"
y="0px"
viewBox="0 0 455 455"
style="enable-background:new 0 0 455 455;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="cloudy.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.51868132"
inkscape:cx="-12.53178"
inkscape:cy="227.5"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M350.359,236.02c-7.814-66.133-64.062-117.431-132.296-117.431S93.581,169.887,85.768,236.02 C38.402,236.02,0,274.417,0,321.783s38.397,85.763,85.763,85.763h264.601c47.366,0,85.763-38.397,85.763-85.763 S397.725,236.02,350.359,236.02z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M391.016,135.059c-5.829-49.336-47.791-87.605-98.694-87.605c-33.184,0-62.556,16.272-80.607,41.262 c2.108-0.081,4.224-0.127,6.349-0.127c74.519,0,138.462,50.218,157.487,120.164c21.304,4.704,40.867,15.374,56.667,31.173 c1.403,1.403,2.764,2.836,4.085,4.297C447.852,232.648,455,216.682,455,199.04C455,163.704,426.351,135.059,391.016,135.059z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="45.46px"
height="45.46px"
viewBox="0 0 45.46 45.46"
style="enable-background:new 0 0 45.46 45.46;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="cpu.svg"><metadata
id="metadata45"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs43" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1519"
inkscape:window-height="954"
id="namedview41"
showgrid="false"
inkscape:zoom="5.1913771"
inkscape:cx="-35.058135"
inkscape:cy="22.73"
inkscape:window-x="491"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M29.436,15.745H16.025c-0.155,0-0.28,0.126-0.28,0.28v13.412c0,0.153,0.125,0.278,0.28,0.278h13.411 c0.154,0,0.279-0.125,0.279-0.278V16.025C29.715,15.871,29.59,15.745,29.436,15.745z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M42.877,25.308c1.428,0,2.583-1.149,2.583-2.577s-1.155-2.577-2.583-2.577H38.83v-2.092h4.047 c1.428,0,2.583-1.15,2.583-2.577c0-1.427-1.155-2.578-2.583-2.578h-4.046c-0.247-3.354-2.925-6.029-6.276-6.276V2.584 c0-1.427-1.152-2.583-2.578-2.583S27.4,1.157,27.4,2.584v4.047h-2.092V2.584c0-1.427-1.152-2.583-2.579-2.583 c-1.427,0-2.578,1.156-2.578,2.583v4.047H18.06V2.584c0.001-1.427-1.15-2.583-2.577-2.583c-1.427,0-2.578,1.156-2.578,2.583V6.63 c-3.353,0.247-6.029,2.924-6.276,6.276H2.583C1.156,12.906,0,14.057,0,15.484c0,1.427,1.156,2.577,2.583,2.577H6.63v2.092H2.583 C1.156,20.153,0,21.303,0,22.73s1.156,2.578,2.583,2.578H6.63v2.092H2.583C1.156,27.399,0,28.55,0,29.978 c0,1.426,1.156,2.576,2.583,2.576h4.046c0.247,3.354,2.924,6.029,6.276,6.276v4.047c0,1.426,1.151,2.582,2.578,2.582 c1.427,0,2.577-1.156,2.577-2.582v-4.048h2.092v4.048c0,1.426,1.151,2.582,2.578,2.582c1.426,0,2.579-1.156,2.579-2.582v-4.048 H27.4v4.048c0,1.426,1.149,2.582,2.576,2.582c1.428,0,2.578-1.156,2.578-2.582v-4.046c3.354-0.247,6.029-2.924,6.276-6.275h4.046 c1.428,0,2.583-1.15,2.583-2.578c0-1.427-1.155-2.576-2.583-2.576H38.83v-2.094H42.877z M33.824,29.437 c0,2.434-1.956,4.39-4.389,4.39H16.025c-2.434,0-4.389-1.956-4.389-4.39V16.025c0-2.433,1.956-4.389,4.389-4.389h13.411 c2.434,0,4.389,1.956,4.389,4.389V29.437z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /></svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="612px"
height="612px"
viewBox="0 0 612 612"
style="enable-background:new 0 0 612 612;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="fog.svg"><metadata
id="metadata44"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs42" /><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="1017"
id="namedview40"
showgrid="false"
inkscape:zoom="0.38562092"
inkscape:cx="-16.855932"
inkscape:cy="306"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="Cloud_x5F_Fog"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g6"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M405,423H225c-14.904,0-27,12.078-27,27s12.096,27,27,27h180c14.904,0,27-12.078,27-27S419.904,423,405,423z M405,513 H225c-14.904,0-27,12.078-27,27s12.096,27,27,27h180c14.904,0,27-12.078,27-27S419.904,513,405,513z M405,333H225 c-14.904,0-27,12.078-27,27s12.096,27,27,27h180c14.904,0,27-12.078,27-27S419.904,333,405,333z M540,252 c0-73.08-58.086-132.426-130.572-134.766C374.814,73.296,321.282,45,261,45C160.542,45,78.624,123.426,72.576,222.372 C29.466,244.89,0,289.962,0,342c0,74.574,60.426,135,135,135c14.904,0,27-12.078,27-27s-12.096-27-27-27 c-44.658,0-81-36.342-81-81c0-30.222,16.704-57.726,43.596-71.766l27.018-14.13l1.854-30.438C130.824,154.638,189.918,99,261,99 c41.526,0,80.154,18.828,106.02,51.642l15.553,19.746l25.128,0.81c43.901,1.422,78.3,36.9,78.3,80.802v35.982l33.229,13.86 C542.771,311.67,558,334.494,558,360c0,34.74-28.26,63-63,63c-14.904,0-27,12.078-27,27s12.096,27,27,27 c64.62,0,117-52.38,117-117C612,311.328,582.282,269.622,540,252z"
id="path8"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g></g><g
id="g10" /><g
id="g12" /><g
id="g14" /><g
id="g16" /><g
id="g18" /><g
id="g20" /><g
id="g22" /><g
id="g24" /><g
id="g26" /><g
id="g28" /><g
id="g30" /><g
id="g32" /><g
id="g34" /><g
id="g36" /><g
id="g38" /></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="475.082px"
height="475.082px"
viewBox="0 0 475.082 475.082"
style="enable-background:new 0 0 475.082 475.082;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="folder.svg"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs39" /><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="1017"
id="namedview37"
showgrid="false"
inkscape:zoom="0.49675635"
inkscape:cx="-13.084886"
inkscape:cy="237.541"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M456.239,128.475c-12.56-12.562-27.597-18.842-45.11-18.842h-191.86v-9.136c0-17.511-6.283-32.548-18.843-45.107 c-12.562-12.562-27.6-18.846-45.111-18.846H63.953c-17.515,0-32.551,6.283-45.111,18.846C6.28,67.949,0,82.986,0,100.497v274.088 c0,17.508,6.28,32.545,18.842,45.104c12.562,12.565,27.6,18.849,45.111,18.849h347.175c17.514,0,32.551-6.283,45.11-18.849 c12.566-12.56,18.843-27.597,18.843-45.104V173.59C475.082,156.078,468.805,141.042,456.239,128.475z M438.536,374.585 c0,7.611-2.662,14.093-7.99,19.417c-5.328,5.325-11.8,7.987-19.417,7.987H63.953c-7.614,0-14.084-2.662-19.414-7.987 c-5.33-5.324-7.993-11.806-7.993-19.417V100.501c0-7.611,2.663-14.084,7.993-19.414c5.326-5.327,11.799-7.993,19.414-7.993h91.365 c7.614,0,14.087,2.663,19.417,7.993c5.327,5.33,7.993,11.803,7.993,19.414v18.274c0,7.616,2.664,14.083,7.994,19.414 c5.327,5.327,11.798,7.994,19.414,7.994h200.993c7.617,0,14.089,2.666,19.417,7.993c5.328,5.326,7.99,11.799,7.99,19.414V374.585 L438.536,374.585z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="475.082px"
height="475.082px"
viewBox="0 0 475.082 475.082"
style="enable-background:new 0 0 475.082 475.082;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="folder.svg"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs39" /><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="1017"
id="namedview37"
showgrid="false"
inkscape:zoom="0.49675635"
inkscape:cx="-13.084886"
inkscape:cy="237.541"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M456.239,128.475c-12.56-12.562-27.597-18.842-45.11-18.842h-191.86v-9.136c0-17.511-6.283-32.548-18.843-45.107 c-12.562-12.562-27.6-18.846-45.111-18.846H63.953c-17.515,0-32.551,6.283-45.111,18.846C6.28,67.949,0,82.986,0,100.497v274.088 c0,17.508,6.28,32.545,18.842,45.104c12.562,12.565,27.6,18.849,45.111,18.849h347.175c17.514,0,32.551-6.283,45.11-18.849 c12.566-12.56,18.843-27.597,18.843-45.104V173.59C475.082,156.078,468.805,141.042,456.239,128.475z M438.536,374.585 c0,7.611-2.662,14.093-7.99,19.417c-5.328,5.325-11.8,7.987-19.417,7.987H63.953c-7.614,0-14.084-2.662-19.414-7.987 c-5.33-5.324-7.993-11.806-7.993-19.417V100.501c0-7.611,2.663-14.084,7.993-19.414c5.326-5.327,11.799-7.993,19.414-7.993h91.365 c7.614,0,14.087,2.663,19.417,7.993c5.327,5.33,7.993,11.803,7.993,19.414v18.274c0,7.616,2.664,14.083,7.994,19.414 c5.327,5.327,11.798,7.994,19.414,7.994h200.993c7.617,0,14.089,2.666,19.417,7.993c5.328,5.326,7.99,11.799,7.99,19.414V374.585 L438.536,374.585z"
id="path5"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 293 293"
style="enable-background:new 0 0 293 293;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="harddisc.svg"><metadata
id="metadata43"><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="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.80546075"
inkscape:cx="-225.95763"
inkscape:cy="146.5"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M271.5,25c0-13.807-11.193-25-25-25h-200c-13.807,0-25,11.193-25,25v243c0,13.807,11.193,25,25,25h200 c13.807,0,25-11.193,25-25V25z M53.011,20.816c8.951,0,16.208,7.257,16.208,16.208s-7.257,16.208-16.208,16.208 c-8.952,0-16.208-7.257-16.208-16.208S44.059,20.816,53.011,20.816z M53.011,278.496c-8.952,0-16.208-7.257-16.208-16.208 c0-8.951,7.257-16.208,16.208-16.208c8.951,0,16.208,7.257,16.208,16.208C69.219,271.239,61.963,278.496,53.011,278.496z M163.624,193.807l3.574-30.99c0.266-2.298-0.328-4.393-1.672-5.899c-2.088-2.344-5.626-2.813-8.777-1.035l-49.005,27.652 c-22.588-13.885-37.656-38.818-37.656-67.276c0-43.587,35.334-78.922,78.922-78.922s78.922,35.335,78.922,78.922 C227.931,154.85,200.225,186.951,163.624,193.807z M240.655,278.496c-8.952,0-16.208-7.257-16.208-16.208 c0-8.951,7.257-16.208,16.208-16.208s16.208,7.257,16.208,16.208C256.864,271.239,249.607,278.496,240.655,278.496z M240.655,53.232c-8.952,0-16.208-7.257-16.208-16.208s7.257-16.208,16.208-16.208s16.208,7.257,16.208,16.208 S249.607,53.232,240.655,53.232z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><circle
cx="149.01"
cy="116.258"
r="28.452"
id="circle7"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="612px"
height="612px"
viewBox="0 0 612 612"
style="enable-background:new 0 0 612 612;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_arrow_left.svg"><metadata
id="metadata44"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs42" /><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="1017"
id="namedview40"
showgrid="false"
inkscape:zoom="0.38562092"
inkscape:cx="-471.9661"
inkscape:cy="306"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="Left"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g6"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M353.812,172.125c-7.478,0-14.21,2.926-19.335,7.612l-0.058-0.077L219.67,284.848c-5.91,5.451-9.295,13.101-9.295,21.152 s3.385,15.701,9.295,21.152L334.42,432.34l0.058-0.076c5.125,4.686,11.857,7.611,19.335,7.611 c15.836,0,28.688-12.852,28.688-28.688c0-8.357-3.634-15.836-9.353-21.076l0.058-0.076L281.52,306l91.685-84.054l-0.058-0.077 c5.719-5.221,9.353-12.68,9.353-21.057C382.5,184.977,369.648,172.125,353.812,172.125z M306,0C137.012,0,0,137.012,0,306 s137.012,306,306,306s306-137.012,306-306S474.988,0,306,0z M306,554.625C168.912,554.625,57.375,443.088,57.375,306 S168.912,57.375,306,57.375S554.625,168.912,554.625,306S443.088,554.625,306,554.625z"
id="path8"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g></g><g
id="g10" /><g
id="g12" /><g
id="g14" /><g
id="g16" /><g
id="g18" /><g
id="g20" /><g
id="g22" /><g
id="g24" /><g
id="g26" /><g
id="g28" /><g
id="g30" /><g
id="g32" /><g
id="g34" /><g
id="g36" /><g
id="g38" /></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="612px"
height="612px"
viewBox="0 0 612 612"
style="enable-background:new 0 0 612 612;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_arrow_left.svg"><metadata
id="metadata44"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs42" /><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="1017"
id="namedview40"
showgrid="false"
inkscape:zoom="0.38562092"
inkscape:cx="-471.9661"
inkscape:cy="306"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><g
id="Left"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><g
id="g6"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M353.812,172.125c-7.478,0-14.21,2.926-19.335,7.612l-0.058-0.077L219.67,284.848c-5.91,5.451-9.295,13.101-9.295,21.152 s3.385,15.701,9.295,21.152L334.42,432.34l0.058-0.076c5.125,4.686,11.857,7.611,19.335,7.611 c15.836,0,28.688-12.852,28.688-28.688c0-8.357-3.634-15.836-9.353-21.076l0.058-0.076L281.52,306l91.685-84.054l-0.058-0.077 c5.719-5.221,9.353-12.68,9.353-21.057C382.5,184.977,369.648,172.125,353.812,172.125z M306,0C137.012,0,0,137.012,0,306 s137.012,306,306,306s306-137.012,306-306S474.988,0,306,0z M306,554.625C168.912,554.625,57.375,443.088,57.375,306 S168.912,57.375,306,57.375S554.625,168.912,554.625,306S443.088,554.625,306,554.625z"
id="path8"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g></g></g><g
id="g10" /><g
id="g12" /><g
id="g14" /><g
id="g16" /><g
id="g18" /><g
id="g20" /><g
id="g22" /><g
id="g24" /><g
id="g26" /><g
id="g28" /><g
id="g30" /><g
id="g32" /><g
id="g34" /><g
id="g36" /><g
id="g38" /></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="612px"
height="612px"
viewBox="0 0 612 612"
style="enable-background:new 0 0 612 612;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_arrow_right.svg"><metadata
id="metadata44"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs42" /><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="1017"
id="namedview40"
showgrid="false"
inkscape:zoom="0.38562092"
inkscape:cx="-471.9661"
inkscape:cy="306"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="Right"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g6"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M277.58,179.679l-0.057,0.077c-5.125-4.705-11.857-7.631-19.335-7.631c-15.835,0-28.688,12.852-28.688,28.688 c0,8.377,3.634,15.835,9.352,21.076l-0.057,0.077L330.48,306l-91.686,84.055l0.057,0.076c-5.718,5.221-9.352,12.68-9.352,21.057 c0,15.836,12.852,28.688,28.688,28.688c7.478,0,14.21-2.926,19.335-7.611l0.057,0.076l114.75-105.188 c5.91-5.451,9.295-13.101,9.295-21.152s-3.385-15.702-9.295-21.152L277.58,179.679z M306,0C137.012,0,0,137.012,0,306 s137.012,306,306,306s306-137.012,306-306S474.988,0,306,0z M306,554.625C168.912,554.625,57.375,443.088,57.375,306 S168.912,57.375,306,57.375S554.625,168.912,554.625,306S443.088,554.625,306,554.625z"
id="path8"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g></g><g
id="g10" /><g
id="g12" /><g
id="g14" /><g
id="g16" /><g
id="g18" /><g
id="g20" /><g
id="g22" /><g
id="g24" /><g
id="g26" /><g
id="g28" /><g
id="g30" /><g
id="g32" /><g
id="g34" /><g
id="g36" /><g
id="g38" /></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="612px"
height="612px"
viewBox="0 0 612 612"
style="enable-background:new 0 0 612 612;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_arrow_right.svg"><metadata
id="metadata44"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs42" /><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="1017"
id="namedview40"
showgrid="false"
inkscape:zoom="0.38562092"
inkscape:cx="-471.9661"
inkscape:cy="306"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><g
id="Right"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><g
id="g6"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M277.58,179.679l-0.057,0.077c-5.125-4.705-11.857-7.631-19.335-7.631c-15.835,0-28.688,12.852-28.688,28.688 c0,8.377,3.634,15.835,9.352,21.076l-0.057,0.077L330.48,306l-91.686,84.055l0.057,0.076c-5.718,5.221-9.352,12.68-9.352,21.057 c0,15.836,12.852,28.688,28.688,28.688c7.478,0,14.21-2.926,19.335-7.611l0.057,0.076l114.75-105.188 c5.91-5.451,9.295-13.101,9.295-21.152s-3.385-15.702-9.295-21.152L277.58,179.679z M306,0C137.012,0,0,137.012,0,306 s137.012,306,306,306s306-137.012,306-306S474.988,0,306,0z M306,554.625C168.912,554.625,57.375,443.088,57.375,306 S168.912,57.375,306,57.375S554.625,168.912,554.625,306S443.088,554.625,306,554.625z"
id="path8"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g></g></g><g
id="g10" /><g
id="g12" /><g
id="g14" /><g
id="g16" /><g
id="g18" /><g
id="g20" /><g
id="g22" /><g
id="g24" /><g
id="g26" /><g
id="g28" /><g
id="g30" /><g
id="g32" /><g
id="g34" /><g
id="g36" /><g
id="g38" /></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="486.733px"
height="486.733px"
viewBox="0 0 486.733 486.733"
style="enable-background:new 0 0 486.733 486.733;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_crypt.svg"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs39" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1385"
inkscape:window-height="730"
id="namedview37"
showgrid="false"
inkscape:zoom="0.48486542"
inkscape:cx="90.275443"
inkscape:cy="243.3665"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M403.88,196.563h-9.484v-44.388c0-82.099-65.151-150.681-146.582-152.145c-2.225-0.04-6.671-0.04-8.895,0 C157.486,1.494,92.336,70.076,92.336,152.175v44.388h-9.485c-14.616,0-26.538,15.082-26.538,33.709v222.632 c0,18.606,11.922,33.829,26.539,33.829h321.028c14.616,0,26.539-15.223,26.539-33.829V230.272 C430.419,211.646,418.497,196.563,403.88,196.563z M273.442,341.362v67.271c0,7.703-6.449,14.222-14.158,14.222H227.45 c-7.71,0-14.159-6.519-14.159-14.222v-67.271c-7.477-7.36-11.83-17.537-11.83-28.795c0-21.334,16.491-39.666,37.459-40.513 c2.222-0.09,6.673-0.09,8.895,0c20.968,0.847,37.459,19.179,37.459,40.513C285.272,323.825,280.919,334.002,273.442,341.362z M331.886,196.563h-84.072h-8.895h-84.072v-44.388c0-48.905,39.744-89.342,88.519-89.342c48.775,0,88.521,40.437,88.521,89.342 V196.563z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="486.733px"
height="486.733px"
viewBox="0 0 486.733 486.733"
style="enable-background:new 0 0 486.733 486.733;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_crypt.svg"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs39" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1385"
inkscape:window-height="730"
id="namedview37"
showgrid="false"
inkscape:zoom="0.48486542"
inkscape:cx="90.275443"
inkscape:cy="243.3665"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M403.88,196.563h-9.484v-44.388c0-82.099-65.151-150.681-146.582-152.145c-2.225-0.04-6.671-0.04-8.895,0 C157.486,1.494,92.336,70.076,92.336,152.175v44.388h-9.485c-14.616,0-26.538,15.082-26.538,33.709v222.632 c0,18.606,11.922,33.829,26.539,33.829h321.028c14.616,0,26.539-15.223,26.539-33.829V230.272 C430.419,211.646,418.497,196.563,403.88,196.563z M273.442,341.362v67.271c0,7.703-6.449,14.222-14.158,14.222H227.45 c-7.71,0-14.159-6.519-14.159-14.222v-67.271c-7.477-7.36-11.83-17.537-11.83-28.795c0-21.334,16.491-39.666,37.459-40.513 c2.222-0.09,6.673-0.09,8.895,0c20.968,0.847,37.459,19.179,37.459,40.513C285.272,323.825,280.919,334.002,273.442,341.362z M331.886,196.563h-84.072h-8.895h-84.072v-44.388c0-48.905,39.744-89.342,88.519-89.342c48.775,0,88.521,40.437,88.521,89.342 V196.563z"
id="path5"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="387.363px"
height="387.363px"
viewBox="0 0 387.363 387.363"
style="enable-background:new 0 0 387.363 387.363;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_cutted.svg"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs39" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1408"
inkscape:window-height="792"
id="namedview37"
showgrid="false"
inkscape:zoom="0.60924765"
inkscape:cx="-298.7291"
inkscape:cy="193.6815"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M333.381,288.65c-10.341-18.002-26.8-31.189-45.187-36.209c-12.502-3.417-25.202-2.774-36.251,1.724l-32.414-56.704 c28.806-52.881,71.47-131.12,76.855-140.53c13.169-23.019-8.448-48.576-9.373-49.645L280.731,0l-87.042,152.248L106.64,0.012 l-6.278,7.287c-0.934,1.068-22.548,26.625-9.382,49.647c5.38,9.4,48.053,87.64,76.861,140.527l-32.417,56.703 c-11.058-4.497-23.749-5.14-36.26-1.724c-18.381,5.014-34.846,18.207-45.177,36.215c-19.413,33.934-11.586,75.061,17.438,91.664 c8.104,4.665,17.087,7.031,26.697,7.031c5.278,0,10.761-0.414,15.976-2.191c31.114-10.587,47.05-36.023,54.683-62.132 c0.327-1.123,15.678-63.327,24.25-76.88c0,0,0.265-0.486,0.658-1.213c0.39,0.727,0.661,1.213,0.661,1.213 c8.571,13.553,23.92,75.757,24.25,76.88c7.62,26.108,23.569,51.551,54.68,62.132c5.212,1.777,10.694,2.191,15.973,2.191 c9.614,0,18.591-2.366,26.704-7.031C344.964,363.71,352.783,322.59,333.381,288.65z M134.157,334.575 c-6.446,11.247-16.792,19.737-27.634,22.686c-2.853,0.769-5.663,1.159-8.355,1.159c-4.501,0-8.653-1.093-12.328-3.2 c-15.183-8.671-18.209-32.102-6.722-52.194c6.542-11.396,16.621-19.653,27.616-22.649c7.506-2.03,14.775-1.382,20.726,2.018 C142.63,291.094,145.635,314.507,134.157,334.575z M301.52,355.22c-3.682,2.113-7.824,3.206-12.328,3.206 c-2.69,0-5.507-0.396-8.353-1.165c-10.845-2.942-21.191-11.433-27.634-22.68c-11.481-20.074-8.474-43.48,6.688-52.164 c5.957-3.404,13.223-4.059,20.729-2.018c11.001,2.984,21.077,11.241,27.616,22.645C319.726,323.13,316.706,346.549,301.52,355.22z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="387.363px"
height="387.363px"
viewBox="0 0 387.363 387.363"
style="enable-background:new 0 0 387.363 387.363;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_cutted.svg"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs39" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1408"
inkscape:window-height="792"
id="namedview37"
showgrid="false"
inkscape:zoom="0.60924765"
inkscape:cx="-298.7291"
inkscape:cy="193.6815"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M333.381,288.65c-10.341-18.002-26.8-31.189-45.187-36.209c-12.502-3.417-25.202-2.774-36.251,1.724l-32.414-56.704 c28.806-52.881,71.47-131.12,76.855-140.53c13.169-23.019-8.448-48.576-9.373-49.645L280.731,0l-87.042,152.248L106.64,0.012 l-6.278,7.287c-0.934,1.068-22.548,26.625-9.382,49.647c5.38,9.4,48.053,87.64,76.861,140.527l-32.417,56.703 c-11.058-4.497-23.749-5.14-36.26-1.724c-18.381,5.014-34.846,18.207-45.177,36.215c-19.413,33.934-11.586,75.061,17.438,91.664 c8.104,4.665,17.087,7.031,26.697,7.031c5.278,0,10.761-0.414,15.976-2.191c31.114-10.587,47.05-36.023,54.683-62.132 c0.327-1.123,15.678-63.327,24.25-76.88c0,0,0.265-0.486,0.658-1.213c0.39,0.727,0.661,1.213,0.661,1.213 c8.571,13.553,23.92,75.757,24.25,76.88c7.62,26.108,23.569,51.551,54.68,62.132c5.212,1.777,10.694,2.191,15.973,2.191 c9.614,0,18.591-2.366,26.704-7.031C344.964,363.71,352.783,322.59,333.381,288.65z M134.157,334.575 c-6.446,11.247-16.792,19.737-27.634,22.686c-2.853,0.769-5.663,1.159-8.355,1.159c-4.501,0-8.653-1.093-12.328-3.2 c-15.183-8.671-18.209-32.102-6.722-52.194c6.542-11.396,16.621-19.653,27.616-22.649c7.506-2.03,14.775-1.382,20.726,2.018 C142.63,291.094,145.635,314.507,134.157,334.575z M301.52,355.22c-3.682,2.113-7.824,3.206-12.328,3.206 c-2.69,0-5.507-0.396-8.353-1.165c-10.845-2.942-21.191-11.433-27.634-22.68c-11.481-20.074-8.474-43.48,6.688-52.164 c5.957-3.404,13.223-4.059,20.729-2.018c11.001,2.984,21.077,11.241,27.616,22.645C319.726,323.13,316.706,346.549,301.52,355.22z"
id="path5"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 612 612"
style="enable-background:new 0 0 612 612;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_delete.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.38562092"
inkscape:cx="-471.9661"
inkscape:cy="306"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
style="fill:#{sdcol(icon)};fill-opacity:1"
d="M587.826,186.966c-16.116-37.332-37.944-69.768-65.484-97.308s-59.976-49.368-97.308-65.484 S348.024,0,306,0c-28.152,0-55.284,3.672-81.396,11.016s-50.49,17.646-73.134,30.906s-43.248,29.172-61.812,47.736 s-34.476,39.168-47.736,61.812c-13.26,22.646-23.562,47.022-30.906,73.134C3.672,250.716,0,277.848,0,306 s3.672,55.284,11.016,81.396c7.344,26.11,17.646,50.487,30.906,73.134c13.26,22.644,29.172,43.249,47.736,61.812 c18.564,18.564,39.168,34.478,61.812,47.736c22.644,13.26,47.022,23.561,73.134,30.906C250.716,608.328,277.848,612,306,612 s55.284-3.672,81.396-11.016c26.111-7.346,50.488-17.646,73.135-30.906c22.644-13.259,43.249-29.172,61.812-47.736 c18.564-18.563,34.478-39.168,47.736-61.812c13.26-22.646,23.561-47.023,30.906-73.135C608.328,361.284,612,334.152,612,306 C612,263.976,603.942,224.298,587.826,186.966z M468.18,391.68c2.04,2.04,3.063,4.284,3.063,6.732s-1.021,4.488-3.063,6.12 l-59.976,60.588c-1.631,1.632-3.876,2.448-6.732,2.448c-2.854,0-4.895-0.816-6.12-2.448l-86.292-86.292l-85.68,86.292 c-2.448,1.632-4.692,2.448-6.732,2.448c-1.632,0-3.672-0.816-6.12-2.448l-59.976-60.588c-2.04-1.226-3.06-3.267-3.06-6.12 c0-2.448,1.02-4.692,3.06-6.732l85.68-85.68l-85.68-85.68c-2.04-2.04-3.06-4.284-3.06-6.732c0-2.856,1.02-4.896,3.06-6.12 l59.976-60.588c1.632-1.632,3.672-2.448,6.12-2.448s4.692,0.816,6.732,2.448l85.68,86.292l86.292-86.292 c1.635-1.632,3.675-2.448,6.12-2.448c2.448,0,4.692,0.816,6.732,2.448l59.976,60.588c2.04,1.632,3.063,3.672,3.063,6.12 s-1.021,4.692-3.063,6.732L382.5,306L468.18,391.68z"
id="path7" /></g></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 612 612"
style="enable-background:new 0 0 612 612;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_delete.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.38562092"
inkscape:cx="-471.9661"
inkscape:cy="306"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
style="fill:#{sdcol(iconactive)};fill-opacity:1"
d="M587.826,186.966c-16.116-37.332-37.944-69.768-65.484-97.308s-59.976-49.368-97.308-65.484 S348.024,0,306,0c-28.152,0-55.284,3.672-81.396,11.016s-50.49,17.646-73.134,30.906s-43.248,29.172-61.812,47.736 s-34.476,39.168-47.736,61.812c-13.26,22.646-23.562,47.022-30.906,73.134C3.672,250.716,0,277.848,0,306 s3.672,55.284,11.016,81.396c7.344,26.11,17.646,50.487,30.906,73.134c13.26,22.644,29.172,43.249,47.736,61.812 c18.564,18.564,39.168,34.478,61.812,47.736c22.644,13.26,47.022,23.561,73.134,30.906C250.716,608.328,277.848,612,306,612 s55.284-3.672,81.396-11.016c26.111-7.346,50.488-17.646,73.135-30.906c22.644-13.259,43.249-29.172,61.812-47.736 c18.564-18.563,34.478-39.168,47.736-61.812c13.26-22.646,23.561-47.023,30.906-73.135C608.328,361.284,612,334.152,612,306 C612,263.976,603.942,224.298,587.826,186.966z M468.18,391.68c2.04,2.04,3.063,4.284,3.063,6.732s-1.021,4.488-3.063,6.12 l-59.976,60.588c-1.631,1.632-3.876,2.448-6.732,2.448c-2.854,0-4.895-0.816-6.12-2.448l-86.292-86.292l-85.68,86.292 c-2.448,1.632-4.692,2.448-6.732,2.448c-1.632,0-3.672-0.816-6.12-2.448l-59.976-60.588c-2.04-1.226-3.06-3.267-3.06-6.12 c0-2.448,1.02-4.692,3.06-6.732l85.68-85.68l-85.68-85.68c-2.04-2.04-3.06-4.284-3.06-6.732c0-2.856,1.02-4.896,3.06-6.12 l59.976-60.588c1.632-1.632,3.672-2.448,6.12-2.448s4.692,0.816,6.732,2.448l85.68,86.292l86.292-86.292 c1.635-1.632,3.675-2.448,6.12-2.448c2.448,0,4.692,0.816,6.732,2.448l59.976,60.588c2.04,1.632,3.063,3.672,3.063,6.12 s-1.021,4.692-3.063,6.732L382.5,306L468.18,391.68z"
id="path7" /></g></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 612 612"
style="enable-background:new 0 0 612 612;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_delete.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.38562092"
inkscape:cx="-471.9661"
inkscape:cy="306"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconselected)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(iconselected)};fill-opacity:1"><path
style="fill:#{sdcol(iconselected)};fill-opacity:1"
d="M587.826,186.966c-16.116-37.332-37.944-69.768-65.484-97.308s-59.976-49.368-97.308-65.484 S348.024,0,306,0c-28.152,0-55.284,3.672-81.396,11.016s-50.49,17.646-73.134,30.906s-43.248,29.172-61.812,47.736 s-34.476,39.168-47.736,61.812c-13.26,22.646-23.562,47.022-30.906,73.134C3.672,250.716,0,277.848,0,306 s3.672,55.284,11.016,81.396c7.344,26.11,17.646,50.487,30.906,73.134c13.26,22.644,29.172,43.249,47.736,61.812 c18.564,18.564,39.168,34.478,61.812,47.736c22.644,13.26,47.022,23.561,73.134,30.906C250.716,608.328,277.848,612,306,612 s55.284-3.672,81.396-11.016c26.111-7.346,50.488-17.646,73.135-30.906c22.644-13.259,43.249-29.172,61.812-47.736 c18.564-18.563,34.478-39.168,47.736-61.812c13.26-22.646,23.561-47.023,30.906-73.135C608.328,361.284,612,334.152,612,306 C612,263.976,603.942,224.298,587.826,186.966z M468.18,391.68c2.04,2.04,3.063,4.284,3.063,6.732s-1.021,4.488-3.063,6.12 l-59.976,60.588c-1.631,1.632-3.876,2.448-6.732,2.448c-2.854,0-4.895-0.816-6.12-2.448l-86.292-86.292l-85.68,86.292 c-2.448,1.632-4.692,2.448-6.732,2.448c-1.632,0-3.672-0.816-6.12-2.448l-59.976-60.588c-2.04-1.226-3.06-3.267-3.06-6.12 c0-2.448,1.02-4.692,3.06-6.732l85.68-85.68l-85.68-85.68c-2.04-2.04-3.06-4.284-3.06-6.732c0-2.856,1.02-4.896,3.06-6.12 l59.976-60.588c1.632-1.632,3.672-2.448,6.12-2.448s4.692,0.816,6.732,2.448l85.68,86.292l86.292-86.292 c1.635-1.632,3.675-2.448,6.12-2.448c2.448,0,4.692,0.816,6.732,2.448l59.976,60.588c2.04,1.632,3.063,3.672,3.063,6.12 s-1.021,4.692-3.063,6.732L382.5,306L468.18,391.68z"
id="path7" /></g></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="939.85px"
height="939.85px"
viewBox="0 0 939.85 939.85"
style="enable-background:new 0 0 939.85 939.85;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_edit.svg"><metadata
id="metadata49"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs47" /><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="1017"
id="namedview45"
showgrid="false"
inkscape:zoom="0.25110391"
inkscape:cx="-724.79956"
inkscape:cy="469.925"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M802.225,802.225c183.5-183.5,183.5-481.1,0-664.6s-481.1-183.5-664.6,0s-183.5,481.1,0,664.6 S618.725,985.725,802.225,802.225z M200.524,549.125c0.3-11.9,4.601-23.7,13.7-32.8l297.3-297.301l59.7-59.7 c13-13,31.9-18.699,50.5-15.3c13,2.4,25,8.7,34.7,18.4l121,121c9.7,9.7,16.1,21.7,18.4,34.7c3.399,18.699-2.301,37.6-15.301,50.5 l-59.699,59.8l-297.301,297.3c-9.1,9.101-21,13.5-32.899,13.8c-0.9,0-125.4,0-125.4,0c-16.4-0.1-32.8-7.5-45.1-19.8 c-12.2-12.2-19.5-28.7-19.601-45.1C200.524,674.625,200.425,550.024,200.524,549.125z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><g
id="g7"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M682.225,399.024l53.3-53.3c7-7,6.2-20.3-0.6-27.1l-115.7-115.7c-6.399-6.4-17.1-6.5-23.5-0.2l-54.899,54.9 L682.225,399.024L682.225,399.024z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M422.024,657.825c0.2,0.199,0.4,0.399,0.601,0.699l230-230l-141.3-141.5l-230,230c0.199,0.2,0.5,0.4,0.699,0.601 L422.024,657.825z"
id="path11"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M253.925,685.825c3.2,3.199,7.399,5.199,11.5,5.199h122.9l-139.601-139.5l-0.3,122.801 C248.425,678.325,250.824,682.725,253.925,685.825z"
id="path13"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="939.85px"
height="939.85px"
viewBox="0 0 939.85 939.85"
style="enable-background:new 0 0 939.85 939.85;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_edit.svg"><metadata
id="metadata49"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs47" /><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="1017"
id="namedview45"
showgrid="false"
inkscape:zoom="0.25110391"
inkscape:cx="-724.79956"
inkscape:cy="469.925"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M802.225,802.225c183.5-183.5,183.5-481.1,0-664.6s-481.1-183.5-664.6,0s-183.5,481.1,0,664.6 S618.725,985.725,802.225,802.225z M200.524,549.125c0.3-11.9,4.601-23.7,13.7-32.8l297.3-297.301l59.7-59.7 c13-13,31.9-18.699,50.5-15.3c13,2.4,25,8.7,34.7,18.4l121,121c9.7,9.7,16.1,21.7,18.4,34.7c3.399,18.699-2.301,37.6-15.301,50.5 l-59.699,59.8l-297.301,297.3c-9.1,9.101-21,13.5-32.899,13.8c-0.9,0-125.4,0-125.4,0c-16.4-0.1-32.8-7.5-45.1-19.8 c-12.2-12.2-19.5-28.7-19.601-45.1C200.524,674.625,200.425,550.024,200.524,549.125z"
id="path5"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><g
id="g7"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M682.225,399.024l53.3-53.3c7-7,6.2-20.3-0.6-27.1l-115.7-115.7c-6.399-6.4-17.1-6.5-23.5-0.2l-54.899,54.9 L682.225,399.024L682.225,399.024z"
id="path9"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M422.024,657.825c0.2,0.199,0.4,0.399,0.601,0.699l230-230l-141.3-141.5l-230,230c0.199,0.2,0.5,0.4,0.699,0.601 L422.024,657.825z"
id="path11"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M253.925,685.825c3.2,3.199,7.399,5.199,11.5,5.199h122.9l-139.601-139.5l-0.3,122.801 C248.425,678.325,250.824,682.725,253.925,685.825z"
id="path13"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g></g><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="939.85px"
height="939.85px"
viewBox="0 0 939.85 939.85"
style="enable-background:new 0 0 939.85 939.85;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_edit.svg"><metadata
id="metadata49"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs47" /><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="1017"
id="namedview45"
showgrid="false"
inkscape:zoom="0.25110391"
inkscape:cx="-724.79956"
inkscape:cy="469.925"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconselected)};fill-opacity:1"><path
d="M802.225,802.225c183.5-183.5,183.5-481.1,0-664.6s-481.1-183.5-664.6,0s-183.5,481.1,0,664.6 S618.725,985.725,802.225,802.225z M200.524,549.125c0.3-11.9,4.601-23.7,13.7-32.8l297.3-297.301l59.7-59.7 c13-13,31.9-18.699,50.5-15.3c13,2.4,25,8.7,34.7,18.4l121,121c9.7,9.7,16.1,21.7,18.4,34.7c3.399,18.699-2.301,37.6-15.301,50.5 l-59.699,59.8l-297.301,297.3c-9.1,9.101-21,13.5-32.899,13.8c-0.9,0-125.4,0-125.4,0c-16.4-0.1-32.8-7.5-45.1-19.8 c-12.2-12.2-19.5-28.7-19.601-45.1C200.524,674.625,200.425,550.024,200.524,549.125z"
id="path5"
style="fill:#{sdcol(iconselected)};fill-opacity:1" /><g
id="g7"
style="fill:#{sdcol(iconselected)};fill-opacity:1"><path
d="M682.225,399.024l53.3-53.3c7-7,6.2-20.3-0.6-27.1l-115.7-115.7c-6.399-6.4-17.1-6.5-23.5-0.2l-54.899,54.9 L682.225,399.024L682.225,399.024z"
id="path9"
style="fill:#{sdcol(iconselected)};fill-opacity:1" /><path
d="M422.024,657.825c0.2,0.199,0.4,0.399,0.601,0.699l230-230l-141.3-141.5l-230,230c0.199,0.2,0.5,0.4,0.699,0.601 L422.024,657.825z"
id="path11"
style="fill:#{sdcol(iconselected)};fill-opacity:1" /><path
d="M253.925,685.825c3.2,3.199,7.399,5.199,11.5,5.199h122.9l-139.601-139.5l-0.3,122.801 C248.425,678.325,250.824,682.725,253.925,685.825z"
id="path13"
style="fill:#{sdcol(iconselected)};fill-opacity:1" /></g></g><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 487.65 487.65"
style="enable-background:new 0 0 487.65 487.65;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_info.svg"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs39" /><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="1017"
id="namedview37"
showgrid="false"
inkscape:zoom="0.48395366"
inkscape:cx="-738.70708"
inkscape:cy="243.825"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M243.824,0C109.163,0,0,109.163,0,243.833C0,378.487,109.163,487.65,243.824,487.65 c134.662,0,243.826-109.163,243.826-243.817C487.65,109.163,378.486,0,243.824,0z M243.762,103.634 c20.416,0,36.977,16.555,36.977,36.977c0,20.425-16.561,36.978-36.977,36.978c-20.424,0-36.986-16.553-36.986-36.978 C206.775,120.189,223.338,103.634,243.762,103.634z M307.281,381.228c0,3.695-2.995,6.691-6.684,6.691h-21.509h-70.663h-21.492 c-3.689,0-6.683-2.996-6.683-6.691v-13.719c0-3.694,2.993-6.689,6.683-6.689h21.492V230.706h-22.153 c-3.689,0-6.685-2.996-6.685-6.692V210.28c0-3.695,2.996-6.69,6.685-6.69h22.153h63.981h0.216c3.686,0,6.683,2.995,6.683,6.69 v150.539h21.293c3.688,0,6.684,2.995,6.684,6.689V381.228z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 487.65 487.65"
style="enable-background:new 0 0 487.65 487.65;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_info.svg"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs39" /><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="1017"
id="namedview37"
showgrid="false"
inkscape:zoom="0.48395366"
inkscape:cx="-738.70708"
inkscape:cy="243.825"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M243.824,0C109.163,0,0,109.163,0,243.833C0,378.487,109.163,487.65,243.824,487.65 c134.662,0,243.826-109.163,243.826-243.817C487.65,109.163,378.486,0,243.824,0z M243.762,103.634 c20.416,0,36.977,16.555,36.977,36.977c0,20.425-16.561,36.978-36.977,36.978c-20.424,0-36.986-16.553-36.986-36.978 C206.775,120.189,223.338,103.634,243.762,103.634z M307.281,381.228c0,3.695-2.995,6.691-6.684,6.691h-21.509h-70.663h-21.492 c-3.689,0-6.683-2.996-6.683-6.691v-13.719c0-3.694,2.993-6.689,6.683-6.689h21.492V230.706h-22.153 c-3.689,0-6.685-2.996-6.685-6.692V210.28c0-3.695,2.996-6.69,6.685-6.69h22.153h63.981h0.216c3.686,0,6.683,2.995,6.683,6.69 v150.539h21.293c3.688,0,6.684,2.995,6.684,6.689V381.228z"
id="path5"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 487.65 487.65"
style="enable-background:new 0 0 487.65 487.65;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_info.svg"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs39" /><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="1017"
id="namedview37"
showgrid="false"
inkscape:zoom="0.48395366"
inkscape:cx="-738.70708"
inkscape:cy="243.825"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconselected)};fill-opacity:1"><path
d="M243.824,0C109.163,0,0,109.163,0,243.833C0,378.487,109.163,487.65,243.824,487.65 c134.662,0,243.826-109.163,243.826-243.817C487.65,109.163,378.486,0,243.824,0z M243.762,103.634 c20.416,0,36.977,16.555,36.977,36.977c0,20.425-16.561,36.978-36.977,36.978c-20.424,0-36.986-16.553-36.986-36.978 C206.775,120.189,223.338,103.634,243.762,103.634z M307.281,381.228c0,3.695-2.995,6.691-6.684,6.691h-21.509h-70.663h-21.492 c-3.689,0-6.683-2.996-6.683-6.691v-13.719c0-3.694,2.993-6.689,6.683-6.689h21.492V230.706h-22.153 c-3.689,0-6.685-2.996-6.685-6.692V210.28c0-3.695,2.996-6.69,6.685-6.69h22.153h63.981h0.216c3.686,0,6.683,2.995,6.683,6.69 v150.539h21.293c3.688,0,6.684,2.995,6.684,6.689V381.228z"
id="path5"
style="fill:#{sdcol(iconselected)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 612.003 612.003" style="enable-background:new 0 0 612.003 612.003;" xml:space="preserve">
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path d="M608.067,333.255l-44.973-71.364c-3.563-5.658-4.764-12.49-3.352-19.022l17.854-82.442
c2.784-12.848-4.649-25.708-17.164-29.724l-80.323-25.759c-6.366-2.043-11.679-6.5-14.795-12.413l-39.315-74.627
c-6.124-11.634-20.082-16.711-32.253-11.743l-78.094,31.902c-6.188,2.522-13.122,2.522-19.31,0L218.261,6.167
c-12.171-4.968-26.129,0.109-32.259,11.743l-39.315,74.62c-3.116,5.913-8.429,10.37-14.795,12.413l-80.322,25.759
c-12.522,4.016-19.948,16.877-17.164,29.724l17.847,82.442c1.418,6.532,0.211,13.365-3.352,19.022L3.934,333.255
c-7.011,11.123-4.425,25.746,5.964,33.805l66.664,51.677c5.287,4.099,8.754,10.102,9.661,16.73l11.424,83.573
c1.775,13.026,13.16,22.573,26.289,22.062l84.288-3.263c6.679-0.262,13.192,2.114,18.154,6.602l62.462,56.677
c9.738,8.831,24.597,8.831,34.328,0l62.469-56.677c4.949-4.495,11.468-6.864,18.154-6.602l84.281,3.263
c13.141,0.511,24.514-9.042,26.295-22.062l11.424-83.573c0.907-6.628,4.374-12.63,9.655-16.73l66.664-51.677
C612.498,359.001,615.078,344.378,608.067,333.255z M235.234,407.92l-74.435-51.99l30.593,70.904l-20.389,8.799l-46.92-108.719
l21.353-9.221l75.84,53.401l-31.34-72.602l20.389-8.806l46.933,108.725L235.234,407.92z M280.468,388.393l-46.92-108.719
l80.616-34.801l7.931,18.396l-58.669,25.318l10.402,24.099l54.589-23.562l7.905,18.32l-54.589,23.556l12.771,29.59l60.738-26.212
l7.905,18.32L280.468,388.393z M464.248,309.08l-56.735-71.945l13.492,90.597L397.2,338.006l-72.871-97.512l22.464-9.706
l48.625,67.609l-12.356-83.253l26.116-11.27l51.831,67.718l-16.091-83.145l22.1-9.54l20.516,120.123L464.248,309.08z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 612.003 612.003" style="enable-background:new 0 0 612.003 612.003;" xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M608.067,333.255l-44.973-71.364c-3.563-5.658-4.764-12.49-3.352-19.022l17.854-82.442
c2.784-12.848-4.649-25.708-17.164-29.724l-80.323-25.759c-6.366-2.043-11.679-6.5-14.795-12.413l-39.315-74.627
c-6.124-11.634-20.082-16.711-32.253-11.743l-78.094,31.902c-6.188,2.522-13.122,2.522-19.31,0L218.261,6.167
c-12.171-4.968-26.129,0.109-32.259,11.743l-39.315,74.62c-3.116,5.913-8.429,10.37-14.795,12.413l-80.322,25.759
c-12.522,4.016-19.948,16.877-17.164,29.724l17.847,82.442c1.418,6.532,0.211,13.365-3.352,19.022L3.934,333.255
c-7.011,11.123-4.425,25.746,5.964,33.805l66.664,51.677c5.287,4.099,8.754,10.102,9.661,16.73l11.424,83.573
c1.775,13.026,13.16,22.573,26.289,22.062l84.288-3.263c6.679-0.262,13.192,2.114,18.154,6.602l62.462,56.677
c9.738,8.831,24.597,8.831,34.328,0l62.469-56.677c4.949-4.495,11.468-6.864,18.154-6.602l84.281,3.263
c13.141,0.511,24.514-9.042,26.295-22.062l11.424-83.573c0.907-6.628,4.374-12.63,9.655-16.73l66.664-51.677
C612.498,359.001,615.078,344.378,608.067,333.255z M235.234,407.92l-74.435-51.99l30.593,70.904l-20.389,8.799l-46.92-108.719
l21.353-9.221l75.84,53.401l-31.34-72.602l20.389-8.806l46.933,108.725L235.234,407.92z M280.468,388.393l-46.92-108.719
l80.616-34.801l7.931,18.396l-58.669,25.318l10.402,24.099l54.589-23.562l7.905,18.32l-54.589,23.556l12.771,29.59l60.738-26.212
l7.905,18.32L280.468,388.393z M464.248,309.08l-56.735-71.945l13.492,90.597L397.2,338.006l-72.871-97.512l22.464-9.706
l48.625,67.609l-12.356-83.253l26.116-11.27l51.831,67.718l-16.091-83.145l22.1-9.54l20.516,120.123L464.248,309.08z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,78 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="300"
height="300"
viewBox="0 0 300 300"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_no.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.1715328"
inkscape:cx="9.7915919"
inkscape:cy="138.57143"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<rect
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4136"
width="320.55151"
height="80.137878"
x="-691.65991"
y="704.06348"
rx="40.068939"
ry="40.068939"
transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)" />
<rect
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)"
ry="40.068939"
rx="40.068939"
y="491.31522"
x="-904.40814"
height="80.137878"
width="320.55151"
id="rect4138"
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,78 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="300"
height="300"
viewBox="0 0 300 300"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_no.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.1715328"
inkscape:cx="9.7915919"
inkscape:cy="138.57143"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<rect
style="opacity:1;fill:#{sdcol(iconactive)};fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4136"
width="320.55151"
height="80.137878"
x="-691.65991"
y="704.06348"
rx="40.068939"
ry="40.068939"
transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)" />
<rect
transform="matrix(-0.70710678,-0.70710678,-0.70710678,0.70710678,0,0)"
ry="40.068939"
rx="40.068939"
y="491.31522"
x="-904.40814"
height="80.137878"
width="320.55151"
id="rect4138"
style="opacity:1;fill:#{sdcol(iconactive)};fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="512px"
height="512px"
viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_rec.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="-394.84746"
inkscape:cy="256"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M256,0C114.609,0,0,114.609,0,256c0,141.391,114.609,256,256,256c141.391,0,256-114.609,256-256 C512,114.609,397.391,0,256,0z M256,472c-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z "
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M336,256c0,44.188-35.812,80-80,80c-44.188,0-80-35.812-80-80c0-44.188,35.812-80,80-80C300.188,176,336,211.812,336,256z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="512px"
height="512px"
viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_rec.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="-394.84746"
inkscape:cy="256"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M256,0C114.609,0,0,114.609,0,256c0,141.391,114.609,256,256,256c141.391,0,256-114.609,256-256 C512,114.609,397.391,0,256,0z M256,472c-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z "
id="path5"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M336,256c0,44.188-35.812,80-80,80c-44.188,0-80-35.812-80-80c0-44.188,35.812-80,80-80C300.188,176,336,211.812,336,256z"
id="path7"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="512px"
height="512px"
viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_rec.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="-394.84746"
inkscape:cy="256"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconselected)};fill-opacity:1"><path
d="M256,0C114.609,0,0,114.609,0,256c0,141.391,114.609,256,256,256c141.391,0,256-114.609,256-256 C512,114.609,397.391,0,256,0z M256,472c-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z "
id="path5"
style="fill:#{sdcol(iconselected)};fill-opacity:1" /><path
d="M336,256c0,44.188-35.812,80-80,80c-44.188,0-80-35.812-80-80c0-44.188,35.812-80,80-80C300.188,176,336,211.812,336,256z"
id="path7"
style="fill:#{sdcol(iconselected)};fill-opacity:1" /></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 476.737 476.737" style="enable-background:new 0 0 476.737 476.737;" xml:space="preserve">
<g>
<g>
<g>
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path d="M238.369,0C106.726,0,0,106.726,0,238.369c0,131.675,106.726,238.369,238.369,238.369
c131.675,0,238.369-106.694,238.369-238.369C476.737,106.726,370.043,0,238.369,0z M238.369,444.955
c-113.908,0-206.586-92.678-206.586-206.586S124.46,31.782,238.369,31.782s206.586,92.678,206.586,206.586
S352.277,444.955,238.369,444.955z"/>
<path d="M343.759,227.976L221.206,130.88c-6.897-5.403-18.084-5.403-24.981,0l-0.159,0.159
c-3.305,2.511-5.371,6.007-5.371,9.916v194.191c0,3.973,2.193,7.501,5.594,9.98l-0.064,0.064c6.897,5.435,18.084,5.435,24.981,0
l123.221-97.318c6.929-5.403,6.929-14.207,0-19.61L343.759,227.976z"/>
</g>
</g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 476.737 476.737" style="enable-background:new 0 0 476.737 476.737;" xml:space="preserve">
<g>
<g>
<g>
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M238.369,0C106.726,0,0,106.726,0,238.369c0,131.675,106.726,238.369,238.369,238.369
c131.675,0,238.369-106.694,238.369-238.369C476.737,106.726,370.043,0,238.369,0z M238.369,444.955
c-113.908,0-206.586-92.678-206.586-206.586S124.46,31.782,238.369,31.782s206.586,92.678,206.586,206.586
S352.277,444.955,238.369,444.955z"/>
<path d="M343.759,227.976L221.206,130.88c-6.897-5.403-18.084-5.403-24.981,0l-0.159,0.159
c-3.305,2.511-5.371,6.007-5.371,9.916v194.191c0,3.973,2.193,7.501,5.594,9.98l-0.064,0.064c6.897,5.435,18.084,5.435,24.981,0
l123.221-97.318c6.929-5.403,6.929-14.207,0-19.61L343.759,227.976z"/>
</g>
</g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 258.37 258.37"
style="enable-background:new 0 0 258.37 258.37;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_recfolder.svg"><metadata
id="metadata45"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs43" /><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="1017"
id="namedview41"
showgrid="false"
inkscape:zoom="0.91341876"
inkscape:cx="-199.25144"
inkscape:cy="129.185"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
style="fill:#{sdcol(icon)};fill-opacity:1"
d="M221.869,0H36.501c-9.649,0-17.5,7.851-17.5,17.5v223.37c0,9.65,7.85,17.5,17.5,17.5h185.368 c9.649,0,17.499-7.85,17.499-17.5V17.5C239.368,7.851,231.518,0,221.869,0z M55.694,124.186H34.002V88.851h21.692V124.186z M34.002,134.186h21.692v35.335H34.002V134.186z M55.694,78.851H34.002V43.516h21.692V78.851z M34.002,179.52h21.692v35.335H34.002 V179.52z M70.694,43.516h117.673v171.34H70.694V43.516z M224.368,43.516v35.335h-21.001V43.516h10.501H224.368z M203.367,88.851 h21.001v35.335h-21.001V88.851z M203.367,134.186h21.001v35.335h-21.001V134.186z M188.367,33.516H70.694V15h117.673V33.516z M188.367,224.855v18.515H70.694v-18.515H188.367z M203.367,179.52h21.001v35.335h-21.001V179.52z M224.368,17.5v16.016h-10.5 h-10.501V15h18.501C223.224,15,224.368,16.145,224.368,17.5z M36.501,15h19.193v18.516H34.002V17.5 C34.002,16.145,35.146,15,36.501,15z M34.002,240.87v-16.015h21.692v18.515H36.501C35.146,243.37,34.002,242.225,34.002,240.87z M221.869,243.37h-18.501v-18.515h21.001v16.015C224.368,242.225,223.224,243.37,221.869,243.37z"
id="path5" /><path
style="fill:#{sdcol(icon)};fill-opacity:1"
d="M129.034,86.297c-23.648,0-42.888,19.24-42.888,42.889c0,23.649,19.24,42.889,42.888,42.889 c23.649,0,42.889-19.24,42.889-42.889C171.923,105.537,152.683,86.297,129.034,86.297z M129.034,162.074 c-18.135,0-32.888-14.754-32.888-32.889c0-18.135,14.754-32.889,32.888-32.889c18.135,0,32.889,14.754,32.889,32.889 C161.923,147.32,147.169,162.074,129.034,162.074z"
id="path7" /><path
style="fill:#{sdcol(icon)};fill-opacity:1"
d="M149.656,122.262l-24.676-16.156c-1.513-0.99-3.15-1.514-4.736-1.514 c-3.571,0-7.186,2.733-7.186,7.958v33.272c0,5.225,3.615,7.958,7.185,7.958c1.586,0,3.225-0.524,4.737-1.514l24.677-16.16 c2.533-1.658,3.986-4.182,3.986-6.922C153.642,126.444,152.189,123.921,149.656,122.262z M123.057,141.569l0.001-24.768 l18.914,12.383L123.057,141.569z"
id="path9" /></g><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /></svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 258.37 258.37"
style="enable-background:new 0 0 258.37 258.37;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_recfolder.svg"><metadata
id="metadata45"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs43" /><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="1017"
id="namedview41"
showgrid="false"
inkscape:zoom="0.91341876"
inkscape:cx="-199.25144"
inkscape:cy="129.185"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
style="fill:#{sdcol(iconactive)};fill-opacity:1"
d="M221.869,0H36.501c-9.649,0-17.5,7.851-17.5,17.5v223.37c0,9.65,7.85,17.5,17.5,17.5h185.368 c9.649,0,17.499-7.85,17.499-17.5V17.5C239.368,7.851,231.518,0,221.869,0z M55.694,124.186H34.002V88.851h21.692V124.186z M34.002,134.186h21.692v35.335H34.002V134.186z M55.694,78.851H34.002V43.516h21.692V78.851z M34.002,179.52h21.692v35.335H34.002 V179.52z M70.694,43.516h117.673v171.34H70.694V43.516z M224.368,43.516v35.335h-21.001V43.516h10.501H224.368z M203.367,88.851 h21.001v35.335h-21.001V88.851z M203.367,134.186h21.001v35.335h-21.001V134.186z M188.367,33.516H70.694V15h117.673V33.516z M188.367,224.855v18.515H70.694v-18.515H188.367z M203.367,179.52h21.001v35.335h-21.001V179.52z M224.368,17.5v16.016h-10.5 h-10.501V15h18.501C223.224,15,224.368,16.145,224.368,17.5z M36.501,15h19.193v18.516H34.002V17.5 C34.002,16.145,35.146,15,36.501,15z M34.002,240.87v-16.015h21.692v18.515H36.501C35.146,243.37,34.002,242.225,34.002,240.87z M221.869,243.37h-18.501v-18.515h21.001v16.015C224.368,242.225,223.224,243.37,221.869,243.37z"
id="path5" /><path
style="fill:#{sdcol(iconactive)};fill-opacity:1"
d="M129.034,86.297c-23.648,0-42.888,19.24-42.888,42.889c0,23.649,19.24,42.889,42.888,42.889 c23.649,0,42.889-19.24,42.889-42.889C171.923,105.537,152.683,86.297,129.034,86.297z M129.034,162.074 c-18.135,0-32.888-14.754-32.888-32.889c0-18.135,14.754-32.889,32.888-32.889c18.135,0,32.889,14.754,32.889,32.889 C161.923,147.32,147.169,162.074,129.034,162.074z"
id="path7" /><path
style="fill:#{sdcol(iconactive)};fill-opacity:1"
d="M149.656,122.262l-24.676-16.156c-1.513-0.99-3.15-1.514-4.736-1.514 c-3.571,0-7.186,2.733-7.186,7.958v33.272c0,5.225,3.615,7.958,7.185,7.958c1.586,0,3.225-0.524,4.737-1.514l24.677-16.16 c2.533-1.658,3.986-4.182,3.986-6.922C153.642,126.444,152.189,123.921,149.656,122.262z M123.057,141.569l0.001-24.768 l18.914,12.383L123.057,141.569z"
id="path9" /></g><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /></svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="512px"
height="512px"
viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_recording.svg"><metadata
id="metadata4192"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs4190" /><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="1017"
id="namedview4188"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="-394.84746"
inkscape:cy="256"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g4152"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M256,0C114.609,0,0,114.609,0,256c0,141.391,114.609,256,256,256c141.391,0,256-114.609,256-256 C512,114.609,397.391,0,256,0z M256,472c-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z "
id="path4154"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M336,256c0,44.188-35.812,80-80,80c-44.188,0-80-35.812-80-80c0-44.188,35.812-80,80-80C300.188,176,336,211.812,336,256z"
id="path4156"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g4158" /><g
id="g4160" /><g
id="g4162" /><g
id="g4164" /><g
id="g4166" /><g
id="g4168" /><g
id="g4170" /><g
id="g4172" /><g
id="g4174" /><g
id="g4176" /><g
id="g4178" /><g
id="g4180" /><g
id="g4182" /><g
id="g4184" /><g
id="g4186" /></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="512px"
height="512px"
viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_recording.svg"><metadata
id="metadata4192"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs4190" /><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="1017"
id="namedview4188"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="-394.84746"
inkscape:cy="256"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g4152"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M256,0C114.609,0,0,114.609,0,256c0,141.391,114.609,256,256,256c141.391,0,256-114.609,256-256 C512,114.609,397.391,0,256,0z M256,472c-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z "
id="path4154"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M336,256c0,44.188-35.812,80-80,80c-44.188,0-80-35.812-80-80c0-44.188,35.812-80,80-80C300.188,176,336,211.812,336,256z"
id="path4156"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g><g
id="g4158" /><g
id="g4160" /><g
id="g4162" /><g
id="g4164" /><g
id="g4166" /><g
id="g4168" /><g
id="g4170" /><g
id="g4172" /><g
id="g4174" /><g
id="g4176" /><g
id="g4178" /><g
id="g4180" /><g
id="g4182" /><g
id="g4184" /><g
id="g4186" /></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 484.6 484.6"
style="enable-background:new 0 0 484.6 484.6;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_remotetimer.svg"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs57" /><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="1017"
id="namedview55"
showgrid="false"
inkscape:zoom="0.48699958"
inkscape:cx="-13.347034"
inkscape:cy="242.3"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M297.2,396.6c-3.2,0-6.3,1.3-8.5,3.5s-3.5,5.3-3.5,8.5s1.3,6.3,3.5,8.5s5.3,3.5,8.5,3.5s6.3-1.3,8.5-3.5s3.5-5.3,3.5-8.5 s-1.3-6.3-3.5-8.5C303.5,397.9,300.4,396.6,297.2,396.6z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M242.3,396.6c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12C254.3,402,248.9,396.6,242.3,396.6z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M187.4,396.6c-3.2,0-6.3,1.3-8.5,3.5s-3.5,5.3-3.5,8.5c0,3.1,1.3,6.3,3.5,8.5s5.3,3.5,8.5,3.5s6.3-1.3,8.5-3.5 s3.5-5.3,3.5-8.5s-1.3-6.3-3.5-8.5C193.6,397.9,190.5,396.6,187.4,396.6z"
id="path11"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M187.4,341.7c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S194,341.7,187.4,341.7z"
id="path13"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M187.4,286.8c-3.2,0-6.3,1.3-8.5,3.5s-3.5,5.3-3.5,8.5s1.3,6.3,3.5,8.5s5.3,3.5,8.5,3.5s6.3-1.3,8.5-3.5s3.5-5.3,3.5-8.5 s-1.3-6.3-3.5-8.5C193.6,288.1,190.5,286.8,187.4,286.8z"
id="path15"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M242.3,286.8c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S248.9,286.8,242.3,286.8z"
id="path17"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M297.2,286.8c-3.2,0-6.3,1.3-8.5,3.5s-3.5,5.3-3.5,8.5s1.3,6.3,3.5,8.5s5.3,3.5,8.5,3.5s6.3-1.3,8.5-3.5s3.5-5.3,3.5-8.5 s-1.3-6.3-3.5-8.5C303.5,288.1,300.4,286.8,297.2,286.8z"
id="path19"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M297.2,341.7c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S303.8,341.7,297.2,341.7z"
id="path21"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M472.6,286.8h-42.9v-43.6c0-6.6-5.4-12-12-12H254.3v-33.4h42.9c6.6,0,12-5.4,12-12V76c0-6.6-5.4-12-12-12H187.4 c-6.6,0-12,5.4-12,12v109.8c0,6.6,5.4,12,12,12h42.9v33.4H66.9c-6.6,0-12,5.4-12,12v43.6H12c-6.6,0-12,5.4-12,12v109.8 c0,6.6,5.4,12,12,12h109.8c6.6,0,12-5.4,12-12V298.8c0-6.6-5.4-12-12-12H78.9v-31.6h326.8v31.6h-42.9c-6.6,0-12,5.4-12,12v109.8 c0,6.6,5.4,12,12,12h109.8c6.6,0,12-5.4,12-12V298.8C484.6,292.2,479.3,286.8,472.6,286.8z M109.8,310.8v85.8H24v-85.8H109.8z M199.4,173.8V88h85.8v85.8H199.4z M460.6,396.6h-85.8v-85.8h85.8V396.6z"
id="path23"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /><g
id="g45" /><g
id="g47" /><g
id="g49" /><g
id="g51" /><g
id="g53" /></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 484.6 484.6"
style="enable-background:new 0 0 484.6 484.6;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_remotetimer.svg"><metadata
id="metadata59"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs57" /><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="1017"
id="namedview55"
showgrid="false"
inkscape:zoom="0.48699958"
inkscape:cx="-13.347034"
inkscape:cy="242.3"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
d="M297.2,396.6c-3.2,0-6.3,1.3-8.5,3.5s-3.5,5.3-3.5,8.5s1.3,6.3,3.5,8.5s5.3,3.5,8.5,3.5s6.3-1.3,8.5-3.5s3.5-5.3,3.5-8.5 s-1.3-6.3-3.5-8.5C303.5,397.9,300.4,396.6,297.2,396.6z"
id="path7"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M242.3,396.6c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12C254.3,402,248.9,396.6,242.3,396.6z"
id="path9"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M187.4,396.6c-3.2,0-6.3,1.3-8.5,3.5s-3.5,5.3-3.5,8.5c0,3.1,1.3,6.3,3.5,8.5s5.3,3.5,8.5,3.5s6.3-1.3,8.5-3.5 s3.5-5.3,3.5-8.5s-1.3-6.3-3.5-8.5C193.6,397.9,190.5,396.6,187.4,396.6z"
id="path11"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M187.4,341.7c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S194,341.7,187.4,341.7z"
id="path13"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M187.4,286.8c-3.2,0-6.3,1.3-8.5,3.5s-3.5,5.3-3.5,8.5s1.3,6.3,3.5,8.5s5.3,3.5,8.5,3.5s6.3-1.3,8.5-3.5s3.5-5.3,3.5-8.5 s-1.3-6.3-3.5-8.5C193.6,288.1,190.5,286.8,187.4,286.8z"
id="path15"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M242.3,286.8c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S248.9,286.8,242.3,286.8z"
id="path17"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M297.2,286.8c-3.2,0-6.3,1.3-8.5,3.5s-3.5,5.3-3.5,8.5s1.3,6.3,3.5,8.5s5.3,3.5,8.5,3.5s6.3-1.3,8.5-3.5s3.5-5.3,3.5-8.5 s-1.3-6.3-3.5-8.5C303.5,288.1,300.4,286.8,297.2,286.8z"
id="path19"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M297.2,341.7c-6.6,0-12,5.4-12,12s5.4,12,12,12s12-5.4,12-12S303.8,341.7,297.2,341.7z"
id="path21"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /><path
d="M472.6,286.8h-42.9v-43.6c0-6.6-5.4-12-12-12H254.3v-33.4h42.9c6.6,0,12-5.4,12-12V76c0-6.6-5.4-12-12-12H187.4 c-6.6,0-12,5.4-12,12v109.8c0,6.6,5.4,12,12,12h42.9v33.4H66.9c-6.6,0-12,5.4-12,12v43.6H12c-6.6,0-12,5.4-12,12v109.8 c0,6.6,5.4,12,12,12h109.8c6.6,0,12-5.4,12-12V298.8c0-6.6-5.4-12-12-12H78.9v-31.6h326.8v31.6h-42.9c-6.6,0-12,5.4-12,12v109.8 c0,6.6,5.4,12,12,12h109.8c6.6,0,12-5.4,12-12V298.8C484.6,292.2,479.3,286.8,472.6,286.8z M109.8,310.8v85.8H24v-85.8H109.8z M199.4,173.8V88h85.8v85.8H199.4z M460.6,396.6h-85.8v-85.8h85.8V396.6z"
id="path23"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></g></g><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /><g
id="g45" /><g
id="g47" /><g
id="g49" /><g
id="g51" /><g
id="g53" /></svg>

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 612 612"
style="enable-background:new 0 0 612 612;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_search.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.38562092"
inkscape:cx="-471.9661"
inkscape:cy="306"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
style="fill:#{sdcol(icon)};fill-opacity:1"
d="M406.369,248.166c3.672,9.588,5.508,19.38,5.508,29.376s-1.836,19.788-5.508,29.376 s-9.384,18.258-17.136,26.01s-16.425,13.566-26.013,17.442s-19.479,5.812-29.682,5.812s-20.094-1.938-29.682-5.812 c-9.588-3.876-18.258-9.69-26.01-17.442c-7.752-7.752-13.566-16.422-17.442-26.01s-5.814-19.38-5.814-29.376 s1.938-19.788,5.814-29.376s9.69-18.258,17.442-26.01c7.752-7.752,16.422-13.464,26.01-17.136s19.482-5.508,29.682-5.508 s20.094,1.836,29.682,5.508s18.261,9.384,26.013,17.136C396.985,229.908,402.697,238.578,406.369,248.166z M612,306 c0,28.152-3.672,55.284-11.016,81.396c-7.347,26.109-17.646,50.487-30.906,73.134c-13.26,22.644-29.172,43.248-47.736,61.812 c-18.562,18.564-39.168,34.479-61.812,47.736c-22.646,13.26-47.022,23.562-73.136,30.906C361.284,608.328,334.152,612,306,612 s-55.284-3.672-81.396-11.016c-26.112-7.347-50.49-17.646-73.134-30.906s-43.248-29.172-61.812-47.736 c-18.564-18.562-34.476-39.168-47.736-61.812c-13.26-22.646-23.562-47.022-30.906-73.135C3.672,361.284,0,334.152,0,306 s3.672-55.284,11.016-81.396s17.646-50.49,30.906-73.134s29.172-43.248,47.736-61.812s39.168-34.476,61.812-47.736 s47.022-23.562,73.134-30.906S277.848,0,306,0c42.024,0,81.702,8.058,119.034,24.174s69.768,37.944,97.308,65.484 s49.368,59.976,65.484,97.308S612,263.976,612,306z M474.3,277.849c0-17.952-3.366-35.598-10.098-52.938 s-17.034-32.946-30.906-46.818c-13.872-13.872-29.478-24.174-46.818-30.906c-17.34-6.732-34.983-10.098-52.938-10.098 s-35.598,3.366-52.938,10.098s-32.946,17.034-46.818,30.906c-11.832,11.832-21.114,24.99-27.846,39.474 s-10.914,29.58-12.546,45.288s-0.714,31.314,2.754,46.818s9.486,29.988,18.054,43.452l-61.2,61.2 c-7.344,7.344-11.016,16.116-11.016,26.313c0,10.2,3.672,18.771,11.016,25.704c6.936,7.347,15.606,11.019,26.01,11.019 c10.404,0,19.074-3.672,26.01-11.019l63.648-63.646c13.464,6.936,27.438,11.628,41.922,14.076 c14.484,2.445,28.968,2.649,43.452,0.609s28.56-6.426,42.228-13.157s26.012-15.605,37.026-26.623 c13.872-13.869,24.174-29.478,30.906-46.815C470.933,313.447,474.3,295.801,474.3,277.849z"
id="path7" /></g></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 612 612"
style="enable-background:new 0 0 612 612;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_search.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.38562092"
inkscape:cx="-471.9661"
inkscape:cy="306"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(iconactive)};fill-opacity:1"><path
style="fill:#{sdcol(iconactive)};fill-opacity:1"
d="M406.369,248.166c3.672,9.588,5.508,19.38,5.508,29.376s-1.836,19.788-5.508,29.376 s-9.384,18.258-17.136,26.01s-16.425,13.566-26.013,17.442s-19.479,5.812-29.682,5.812s-20.094-1.938-29.682-5.812 c-9.588-3.876-18.258-9.69-26.01-17.442c-7.752-7.752-13.566-16.422-17.442-26.01s-5.814-19.38-5.814-29.376 s1.938-19.788,5.814-29.376s9.69-18.258,17.442-26.01c7.752-7.752,16.422-13.464,26.01-17.136s19.482-5.508,29.682-5.508 s20.094,1.836,29.682,5.508s18.261,9.384,26.013,17.136C396.985,229.908,402.697,238.578,406.369,248.166z M612,306 c0,28.152-3.672,55.284-11.016,81.396c-7.347,26.109-17.646,50.487-30.906,73.134c-13.26,22.644-29.172,43.248-47.736,61.812 c-18.562,18.564-39.168,34.479-61.812,47.736c-22.646,13.26-47.022,23.562-73.136,30.906C361.284,608.328,334.152,612,306,612 s-55.284-3.672-81.396-11.016c-26.112-7.347-50.49-17.646-73.134-30.906s-43.248-29.172-61.812-47.736 c-18.564-18.562-34.476-39.168-47.736-61.812c-13.26-22.646-23.562-47.022-30.906-73.135C3.672,361.284,0,334.152,0,306 s3.672-55.284,11.016-81.396s17.646-50.49,30.906-73.134s29.172-43.248,47.736-61.812s39.168-34.476,61.812-47.736 s47.022-23.562,73.134-30.906S277.848,0,306,0c42.024,0,81.702,8.058,119.034,24.174s69.768,37.944,97.308,65.484 s49.368,59.976,65.484,97.308S612,263.976,612,306z M474.3,277.849c0-17.952-3.366-35.598-10.098-52.938 s-17.034-32.946-30.906-46.818c-13.872-13.872-29.478-24.174-46.818-30.906c-17.34-6.732-34.983-10.098-52.938-10.098 s-35.598,3.366-52.938,10.098s-32.946,17.034-46.818,30.906c-11.832,11.832-21.114,24.99-27.846,39.474 s-10.914,29.58-12.546,45.288s-0.714,31.314,2.754,46.818s9.486,29.988,18.054,43.452l-61.2,61.2 c-7.344,7.344-11.016,16.116-11.016,26.313c0,10.2,3.672,18.771,11.016,25.704c6.936,7.347,15.606,11.019,26.01,11.019 c10.404,0,19.074-3.672,26.01-11.019l63.648-63.646c13.464,6.936,27.438,11.628,41.922,14.076 c14.484,2.445,28.968,2.649,43.452,0.609s28.56-6.426,42.228-13.157s26.012-15.605,37.026-26.623 c13.872-13.869,24.174-29.478,30.906-46.815C470.933,313.447,474.3,295.801,474.3,277.849z"
id="path7" /></g></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 612 612"
style="enable-background:new 0 0 612 612;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_search.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.38562092"
inkscape:cx="-471.9661"
inkscape:cy="306"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(iconselected)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(iconselected)};fill-opacity:1"><path
style="fill:#{sdcol(iconselected)};fill-opacity:1"
d="M406.369,248.166c3.672,9.588,5.508,19.38,5.508,29.376s-1.836,19.788-5.508,29.376 s-9.384,18.258-17.136,26.01s-16.425,13.566-26.013,17.442s-19.479,5.812-29.682,5.812s-20.094-1.938-29.682-5.812 c-9.588-3.876-18.258-9.69-26.01-17.442c-7.752-7.752-13.566-16.422-17.442-26.01s-5.814-19.38-5.814-29.376 s1.938-19.788,5.814-29.376s9.69-18.258,17.442-26.01c7.752-7.752,16.422-13.464,26.01-17.136s19.482-5.508,29.682-5.508 s20.094,1.836,29.682,5.508s18.261,9.384,26.013,17.136C396.985,229.908,402.697,238.578,406.369,248.166z M612,306 c0,28.152-3.672,55.284-11.016,81.396c-7.347,26.109-17.646,50.487-30.906,73.134c-13.26,22.644-29.172,43.248-47.736,61.812 c-18.562,18.564-39.168,34.479-61.812,47.736c-22.646,13.26-47.022,23.562-73.136,30.906C361.284,608.328,334.152,612,306,612 s-55.284-3.672-81.396-11.016c-26.112-7.347-50.49-17.646-73.134-30.906s-43.248-29.172-61.812-47.736 c-18.564-18.562-34.476-39.168-47.736-61.812c-13.26-22.646-23.562-47.022-30.906-73.135C3.672,361.284,0,334.152,0,306 s3.672-55.284,11.016-81.396s17.646-50.49,30.906-73.134s29.172-43.248,47.736-61.812s39.168-34.476,61.812-47.736 s47.022-23.562,73.134-30.906S277.848,0,306,0c42.024,0,81.702,8.058,119.034,24.174s69.768,37.944,97.308,65.484 s49.368,59.976,65.484,97.308S612,263.976,612,306z M474.3,277.849c0-17.952-3.366-35.598-10.098-52.938 s-17.034-32.946-30.906-46.818c-13.872-13.872-29.478-24.174-46.818-30.906c-17.34-6.732-34.983-10.098-52.938-10.098 s-35.598,3.366-52.938,10.098s-32.946,17.034-46.818,30.906c-11.832,11.832-21.114,24.99-27.846,39.474 s-10.914,29.58-12.546,45.288s-0.714,31.314,2.754,46.818s9.486,29.988,18.054,43.452l-61.2,61.2 c-7.344,7.344-11.016,16.116-11.016,26.313c0,10.2,3.672,18.771,11.016,25.704c6.936,7.347,15.606,11.019,26.01,11.019 c10.404,0,19.074-3.672,26.01-11.019l63.648-63.646c13.464,6.936,27.438,11.628,41.922,14.076 c14.484,2.445,28.968,2.649,43.452,0.609s28.56-6.426,42.228-13.157s26.012-15.605,37.026-26.623 c13.872-13.869,24.174-29.478,30.906-46.815C470.933,313.447,474.3,295.801,474.3,277.849z"
id="path7" /></g></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,100 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 512.00001 512.00001"
id="svg4150"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_sort_name.svg">
<defs
id="defs4152" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.0921209"
inkscape:cx="644.56867"
inkscape:cy="160.12472"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="379.07893,238.98454"
orientation="1,0"
id="guide4168" />
</sodipodi:namedview>
<metadata
id="metadata4155">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-540.36216)">
<g
transform="matrix(1.3414174,0,0,1.3414174,1.524888,482.17291)"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot4698">
<path
d="m 166.18555,215.95616 -30.9375,0 -8.96485,-28.03711 -44.824216,0 -8.876953,28.03711 -30.761719,0 45.878907,-126.035154 33.662111,0 44.82422,126.035154 z M 119.7793,166.12218 106.24414,123.7589 q -1.49414,-4.7461 -2.10937,-11.33789 l -0.70313,0 q -0.43945,5.53711 -2.19726,10.98632 l -13.710943,42.71485 32.255863,0 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:180px;font-family:'Leelawadee UI';-inkscape-font-specification:'Leelawadee UI Bold';fill:#{sdcol(icon)}"
id="path4739"
inkscape:connector-curvature="0" />
</g>
<g
transform="matrix(0.79535826,0,0,0.79535826,60.087586,824.29987)"
style="font-style:normal;font-weight:normal;font-size:70.46768951px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot4698-3">
<path
d="m 183.63529,222.03369 -178.835833,0 0,-28.79954 113.804623,-152.513679 -105.598303,0 0,-40.72192683 170.319843,0 0,28.02535583 -111.327242,153.4427 111.636912,0 0,40.56709 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:317.10458374px;font-family:'Leelawadee UI';-inkscape-font-specification:'Leelawadee UI Bold';fill:#{sdcol(icon)};fill-opacity:1"
id="path4742"
inkscape:connector-curvature="0" />
</g>
<path
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-y="31.930225"
d="m 473.05112,885.63534 -71.02268,123.01496 c -15.1909,26.9432 -27.82493,27.012 -44.15095,0 L 284.00802,880.70485 c -10.89066,-17.12199 -5.99226,-25.39733 10.04766,-25.39733 l 166.03382,0 c 21.43502,-0.25461 22.50281,13.8071 12.96124,30.33315 z"
id="path4153"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<rect
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4166"
width="83.18721"
height="277.97858"
x="337.64508"
y="603.1571"
ry="22.891239" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -0,0 +1,96 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 512.00001 512.00001"
id="svg4150"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_sort_number.svg">
<defs
id="defs4152" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.0921209"
inkscape:cx="644.56867"
inkscape:cy="160.12472"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="379.07893,238.98454"
orientation="1,0"
id="guide4168" />
</sodipodi:namedview>
<metadata
id="metadata4155">
<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="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-540.36216)">
<path
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-y="31.930225"
d="m 473.05112,885.63534 -71.02268,123.01496 c -15.1909,26.9432 -27.82493,27.012 -44.15095,0 L 284.00802,880.70485 c -10.89066,-17.12199 -5.99226,-25.39733 10.04766,-25.39733 l 166.03382,0 c 21.43502,-0.25461 22.50281,13.8071 12.96124,30.33315 z"
id="path4153"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<rect
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4166"
width="83.18721"
height="277.97858"
x="337.64508"
y="603.1571"
ry="22.891239" />
<g
style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:246.37945557px;line-height:125%;font-family:'Segoe UI';-inkscape-font-specification:'Segoe UI Heavy';letter-spacing:0px;word-spacing:0px;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4188">
<path
d="m 128.76845,778.58295 0,-124.15215 q -8.42118,4.9324 -17.44386,7.57905 -9.02269,2.52636 -20.451422,3.72938 l 0,-38.49679 q 16.240832,-2.76696 30.195922,-8.66178 14.07539,-6.01512 28.75229,-16.36113 l 30.19592,0 0,176.36342 -51.24885,0 z"
style=""
id="path4211" />
</g>
<g
style="font-style:normal;font-variant:normal;font-weight:900;font-stretch:normal;font-size:246.37945557px;line-height:125%;font-family:'Segoe UI';-inkscape-font-specification:'Segoe UI Heavy';letter-spacing:0px;word-spacing:0px;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4188-2">
<path
d="m 212.17544,901.60097 q 0,45.23373 -21.05293,70.85816 -21.05293,25.50412 -58.10609,25.50412 -22.73717,0 -39.579516,-6.73694 l 0,-39.57951 q 5.052704,3.60907 14.797206,6.25573 9.8648,2.52635 17.68446,2.52635 18.04537,0 27.54927,-9.9851 9.62419,-9.98511 9.8648,-29.35381 l -0.72182,0 q -11.30843,14.4363 -32.96287,14.4363 -12.87237,0 -23.69959,-6.61664 -10.706919,-6.73693 -16.842345,-18.64688 -6.015123,-12.03025 -6.015123,-27.42896 0,-19.00779 7.939963,-33.44409 8.060265,-14.43629 22.616865,-22.13565 14.6769,-7.69936 33.68469,-7.69936 19.7296,0 34.76741,10.22571 15.03781,10.22571 22.49657,28.39138 7.57905,18.16567 7.57905,43.42919 z M 161.4078,879.10441 q 0,-8.78208 -3.96998,-14.9175 -3.96998,-6.25573 -10.58662,-6.25573 -6.49633,0 -10.82722,5.29331 -4.21059,5.173 -4.21059,16.12053 0,10.22571 4.21059,15.51901 4.21058,5.29331 10.58662,5.29331 7.21814,0 10.94752,-5.77452 3.84968,-5.89482 3.84968,-15.27841 z"
style=""
id="path4214" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,90 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 512.00001 512.00001"
id="svg4150"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_sort_provider.svg">
<defs
id="defs4152" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.2187075"
inkscape:cx="17.284826"
inkscape:cy="310.74955"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="379.07893,238.98454"
orientation="1,0"
id="guide4168" />
</sodipodi:namedview>
<metadata
id="metadata4155">
<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="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-540.36216)">
<path
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-y="31.930225"
d="m 473.05112,885.63534 -71.02268,123.01496 c -15.1909,26.9432 -27.82493,27.012 -44.15095,0 L 284.00802,880.70485 c -10.89066,-17.12199 -5.99226,-25.39733 10.04766,-25.39733 l 166.03382,0 c 21.43502,-0.25461 22.50281,13.8071 12.96124,30.33315 z"
id="path4153"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<rect
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4166"
width="83.18721"
height="277.97858"
x="337.64508"
y="603.1571"
ry="22.891239" />
<g
transform="matrix(5.530816,0,0,5.530816,17.261765,655.43091)"
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="M 40.98,29.354 28.06,16.418 30.956,13.525 c 1.508,0.48 3.221,0.142 4.417,-1.054 1.71,-1.708 1.711,-4.478 0.004,-6.188 C 33.67,4.573 30.9,4.572 29.189,6.279 27.994,7.474 27.652,9.186 28.129,10.695 L 25.233,13.588 12.316,0.654 C 11.862,0.198 11.232,-0.038 10.589,0.005 9.947,0.048 9.356,0.367 8.965,0.879 2.173,9.774 2.88,22.537 11.007,30.673 c 0.519,0.52 1.658,1.465 1.658,1.465 l 0,6.862 -2.124,0 C 9.649,39 8.844,39.532 8.492,40.353 L 6.809,44.279 C 6.645,44.661 6.684,45.099 6.913,45.446 7.143,45.792 7.53,46 7.945,46 l 15.252,0 c 0.415,0 0.803,-0.208 1.032,-0.555 0.229,-0.347 0.268,-0.785 0.104,-1.167 L 22.65,40.352 C 22.299,39.532 21.493,39 20.602,39 l -1.937,0 0,-3.317 c 7,2.911 15.687,1.933 22.134,-2.979 0.512,-0.39 0.807,-0.98 0.852,-1.623 0.042,-0.642 -0.215,-1.272 -0.671,-1.727 z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -0,0 +1,119 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512"
height="512"
viewBox="0 0 512.00001 512.00001"
id="svg4150"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_sort_time.svg">
<defs
id="defs4152" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.0921209"
inkscape:cx="337.1778"
inkscape:cy="160.12472"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="379.07893,238.98454"
orientation="1,0"
id="guide4168" />
</sodipodi:namedview>
<metadata
id="metadata4155">
<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="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-540.36216)">
<path
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-y="31.930225"
d="m 473.05112,885.63534 -71.02268,123.01496 c -15.1909,26.9432 -27.82493,27.012 -44.15095,0 L 284.00802,880.70485 c -10.89066,-17.12199 -5.99226,-25.39733 10.04766,-25.39733 l 166.03382,0 c 21.43502,-0.25461 22.50281,13.8071 12.96124,30.33315 z"
id="path4153"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<rect
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4166"
width="83.18721"
height="277.97858"
x="337.64508"
y="603.1571"
ry="22.891239" />
<g
transform="matrix(5.4541096,0,0,5.4541096,8.6875343,674.64702)"
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1">
<g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1">
<path
style="fill:#{sdcol(icon)};fill-opacity:1"
d="m 11.275,24.635 3.583,-1.717 0.054,0 0,14.909 4.283,0 0,-18.793 -3.672,0 -4.97,2.32 z"
id="polygon7"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
d="m 33.013,26.854 c -1.326,-0.953 -3.146,-1.356 -4.938,-1.356 -0.463,0 -0.811,0.007 -1.215,0.064 l 0.404,-2.881 7.312,0 0,-3.646 -10.374,0 -1.24,9.86 c 0.781,-0.116 1.501,-0.168 2.541,-0.168 3.756,0 5.286,1.188 5.286,3.123 0,1.993 -1.937,2.86 -3.755,2.86 -1.704,0 -3.408,-0.52 -4.245,-0.923 l -0.781,3.293 c 1.041,0.548 2.948,1.068 5.229,1.068 5.055,0 8.06,-3.091 8.06,-6.585 -10e-4,-2.197 -0.867,-3.756 -2.284,-4.709 z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m 40.446,2.844 0,2.292 c 0,2.311 -1.896,4.223 -4.205,4.223 l -0.215,0 c -2.31,0 -4.225,-1.913 -4.225,-4.223 l 0,-2.596 -4.6,0 0,2.596 c 0,2.311 -1.914,4.223 -4.224,4.223 l -0.212,0 c -2.312,0 -4.208,-1.913 -4.208,-4.223 l 0,-2.596 -4.677,0 0,2.596 c 0,2.311 -1.853,4.223 -4.163,4.223 l -0.214,0 C 7.192,9.359 5.315,7.446 5.315,5.136 l 0,-2.257 C 2.619,3.764 0.716,6.286 0.716,9.258 l 0,29.886 c 0,3.711 2.997,6.691 6.708,6.691 l 30.997,0 c 3.711,0 6.699,-2.98 6.699,-6.691 l 0,-29.886 C 45.124,6.248 43.142,3.697 40.446,2.844 Z m 1.348,35.683 c 0,2.148 -1.727,3.898 -3.875,3.898 l -29.989,0 c -2.148,0 -3.881,-1.75 -3.881,-3.898 l 0,-21.232 c 0,-1.463 1.176,-2.624 2.64,-2.624 l 32.472,0 c 1.464,0 2.634,1.161 2.634,2.624 l -0.001,21.232 0,0 z"
id="path11"
style="fill:#{sdcol(icon)};fill-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m 9.506,7.296 0.213,0 c 0.664,0 1.254,-0.28 1.655,-0.747 0.331,-0.384 0.525,-0.867 0.525,-1.414 l 0,0 0,-2.971 0,0 c 0,-0.6 -0.235,-1.144 -0.626,-1.54 C 11.269,0.621 11.269,0.616 11.266,0.613 11.263,0.61 11.262,0.625 11.26,0.622 10.863,0.229 10.32,0.002 9.718,0.002 l -0.213,0 C 8.902,0.002 8.358,0.229 7.961,0.622 7.96,0.625 7.958,0.619 7.955,0.621 7.951,0.625 7.942,0.624 7.939,0.626 7.547,1.023 7.3,1.562 7.3,2.163 l 0,0 0,2.973 0,0 c 0,0.546 0.206,1.03 0.537,1.414 0.402,0.468 1.004,0.746 1.669,0.746 z"
id="path13"
style="fill:#{sdcol(icon)};fill-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m 21.515,6.947 c 0.004,0.002 0.015,0.005 0.018,0.007 0.006,0.004 0.018,-0.008 0.023,-0.004 0.347,0.229 0.764,0.347 1.211,0.347 l 0.001,0 0.212,0 0,0 c 0.376,0 0.729,-0.078 1.037,-0.245 0.004,-10e-4 0.006,0.006 0.01,0.004 0.006,-0.004 -0.002,-0.004 0.006,-0.009 0.672,-0.375 1.111,-1.088 1.111,-1.912 l 0,-2.972 C 25.144,1.45 24.818,0.816 24.29,0.415 24.285,0.412 24.289,0.408 24.285,0.405 l 0.004,0.017 C 23.924,0.148 23.474,0.003 22.981,0.003 l -0.213,0 c -0.567,0 -1.083,0.199 -1.472,0.552 -10e-4,0 -0.002,-0.007 -0.002,-0.007 -0.005,0.004 -0.024,0.004 -0.028,0.008 -0.435,0.401 -0.723,0.97 -0.723,1.608 l 0,2.974 c -10e-4,0.75 0.395,1.414 0.972,1.809 z"
id="path15"
style="fill:#{sdcol(icon)};fill-opacity:1" />
<path
inkscape:connector-curvature="0"
d="m 36.028,7.296 0.213,0 c 0.666,0 1.273,-0.28 1.678,-0.747 0.331,-0.384 0.547,-0.867 0.547,-1.414 l 0,0 0,-2.971 0,0 C 38.466,1.335 37.989,0.614 37.312,0.24 37.307,0.238 37.297,0.236 37.294,0.234 37.239,0.205 37.181,0.179 37.125,0.154 37.114,0.15 37.104,0.146 37.097,0.142 37.083,0.137 37.07,0.132 37.056,0.126 37.035,0.118 37.016,0.11 36.995,0.103 36.983,0.099 36.974,0.096 36.963,0.092 36.941,0.084 36.916,0.092 36.894,0.085 36.689,0.021 36.468,0.002 36.242,0.002 l -0.213,0 c -0.113,0 -0.209,-0.007 -0.318,0.009 -1.055,0.161 -1.846,1.055 -1.846,2.152 l 0,2.974 c -0.001,1.21 0.952,2.159 2.163,2.159 z"
id="path17"
style="fill:#{sdcol(icon)};fill-opacity:1" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Layer_1"
x="0px"
y="0px"
width="512px"
height="512px"
viewBox="0 0 512 512"
enable-background="new 0 0 512 512"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_timer.svg"><metadata
id="metadata9"><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="defs7" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="852"
inkscape:window-height="480"
id="namedview5"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="-124.74576"
inkscape:cy="256"
inkscape:window-x="555"
inkscape:window-y="210"
inkscape:window-maximized="0"
inkscape:current-layer="Layer_1" /><path
d="M64,80V16c0-8.844,7.156-16,16-16s16,7.156,16,16v64c0,8.844-7.156,16-16,16S64,88.844,64,80z M336,96 c8.844,0,16-7.156,16-16V16c0-8.844-7.156-16-16-16s-16,7.156-16,16v64C320,88.844,327.156,96,336,96z M512,384 c0,70.688-57.313,128-128,128s-128-57.313-128-128s57.313-128,128-128S512,313.313,512,384z M480,384c0-52.938-43.063-96-96-96 s-96,43.063-96,96s43.063,96,96,96S480,436.938,480,384z M128,192H64v64h64V192z M64,352h64v-64H64V352z M160,256h64v-64h-64V256z M160,352h64v-64h-64V352z M32,380.813V160h352v64h32V99.188C416,79.75,400.5,64,381.344,64H368v16c0,17.625-14.344,32-32,32 s-32-14.375-32-32V64H112v16c0,17.625-14.344,32-32,32S48,97.625,48,80V64H34.672C15.516,64,0,79.75,0,99.188v281.625 C0,400.188,15.516,416,34.672,416H224v-32H34.672C33.219,384,32,382.5,32,380.813z M320,256v-64h-64v64H320z M432,384h-48v-48 c0-8.844-7.156-16-16-16s-16,7.156-16,16v64c0,8.844,7.156,16,16,16h64c8.844,0,16-7.156,16-16S440.844,384,432,384z"
id="path3"
style="fill:#{sdcol(icon)};fill-opacity:1" /></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Layer_1"
x="0px"
y="0px"
width="512px"
height="512px"
viewBox="0 0 512 512"
enable-background="new 0 0 512 512"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_timer.svg"><metadata
id="metadata9"><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="defs7" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="852"
inkscape:window-height="480"
id="namedview5"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="-124.74576"
inkscape:cy="256"
inkscape:window-x="555"
inkscape:window-y="210"
inkscape:window-maximized="0"
inkscape:current-layer="Layer_1" /><path
d="M64,80V16c0-8.844,7.156-16,16-16s16,7.156,16,16v64c0,8.844-7.156,16-16,16S64,88.844,64,80z M336,96 c8.844,0,16-7.156,16-16V16c0-8.844-7.156-16-16-16s-16,7.156-16,16v64C320,88.844,327.156,96,336,96z M512,384 c0,70.688-57.313,128-128,128s-128-57.313-128-128s57.313-128,128-128S512,313.313,512,384z M480,384c0-52.938-43.063-96-96-96 s-96,43.063-96,96s43.063,96,96,96S480,436.938,480,384z M128,192H64v64h64V192z M64,352h64v-64H64V352z M160,256h64v-64h-64V256z M160,352h64v-64h-64V352z M32,380.813V160h352v64h32V99.188C416,79.75,400.5,64,381.344,64H368v16c0,17.625-14.344,32-32,32 s-32-14.375-32-32V64H112v16c0,17.625-14.344,32-32,32S48,97.625,48,80V64H34.672C15.516,64,0,79.75,0,99.188v281.625 C0,400.188,15.516,416,34.672,416H224v-32H34.672C33.219,384,32,382.5,32,380.813z M320,256v-64h-64v64H320z M432,384h-48v-48 c0-8.844-7.156-16-16-16s-16,7.156-16,16v64c0,8.844,7.156,16,16,16h64c8.844,0,16-7.156,16-16S440.844,384,432,384z"
id="path3"
style="fill:#{sdcol(iconactive)};fill-opacity:1" /></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,78 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="300"
height="300"
viewBox="0 0 300 300"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_yes.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.5355056"
inkscape:cx="-136.28762"
inkscape:cy="198.44931"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<rect
transform="matrix(-0.65120426,-0.75890251,-0.68493152,0.72860745,0,0)"
ry="40"
rx="40"
y="510.26926"
x="-837.86523"
height="80"
width="235.69453"
id="rect4138"
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#{sdcol(icon)};fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4140"
width="308.93185"
height="87.584869"
x="-710.79016"
y="585.94836"
rx="44.401775"
ry="44.401703"
transform="matrix(0.4917525,-0.87073502,0.74570331,0.66627815,0,0)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,78 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="300"
height="300"
viewBox="0 0 300 300"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="ico_yes.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.5355056"
inkscape:cx="-136.28762"
inkscape:cy="198.44931"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-752.36216)">
<rect
transform="matrix(-0.65120426,-0.75890251,-0.68493152,0.72860745,0,0)"
ry="40"
rx="40"
y="510.26926"
x="-837.86523"
height="80"
width="235.69453"
id="rect4138"
style="opacity:1;fill:#{sdcol(iconactive)};fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#{sdcol(iconactive)};fill-opacity:1;stroke:none;stroke-width:14;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect4140"
width="308.93185"
height="87.584869"
x="-710.79016"
y="585.94836"
rx="44.401775"
ry="44.401703"
transform="matrix(0.4917525,-0.87073502,0.74570331,0.66627815,0,0)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="mute.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="-14.101695"
inkscape:cy="256"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M461.253,256l25.375-25.375c12.496-12.492,12.496-32.758,0-45.25c-12.5-12.5-32.758-12.5-45.258,0l-25.371,25.371 l-25.371-25.371c-12.5-12.5-32.758-12.5-45.258,0c-12.496,12.492-12.496,32.758,0,45.25L370.745,256l-25.375,25.375 c-12.496,12.492-12.496,32.758,0,45.25c6.25,6.25,14.438,9.375,22.629,9.375s16.379-3.125,22.629-9.375l25.371-25.371 l25.371,25.371c6.25,6.25,14.438,9.375,22.629,9.375s16.379-3.125,22.629-9.375c12.496-12.492,12.496-32.758,0-45.25L461.253,256z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M287.999,0h-48l-144,160h-48C30.327,160,16,174.326,16,192v128c0,17.672,14.327,32,31.999,32h48l144,160h48 c8.836,0,16.001-7.164,16.001-16V16C304,7.164,296.835,0,287.999,0z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="45.846px"
height="45.846px"
viewBox="0 0 45.846 45.846"
style="enable-background:new 0 0 45.846 45.846;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="partly-cloudy-day.svg"><metadata
id="metadata53"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs51" /><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="1017"
id="namedview49"
showgrid="false"
inkscape:zoom="5.1476682"
inkscape:cx="-1.2627076"
inkscape:cy="22.923"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M16.047,22.231c0.338,0,0.675,0.018,1.01,0.053c1.081-2.263,3.016-4.02,5.338-4.896c-0.919-3.147-3.831-5.454-7.272-5.454 c-4.177,0-7.574,3.398-7.574,7.576c0,1.988,0.771,3.802,2.03,5.155C11.302,23.151,13.567,22.231,16.047,22.231z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M15.131,9.709c0.816,0,1.464-0.662,1.464-1.479V5.866c0-0.816-0.647-1.478-1.464-1.478c-0.817,0-1.465,0.661-1.465,1.478 V8.23C13.666,9.047,14.314,9.709,15.131,9.709z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M24.143,12.579l1.672-1.673c0.578-0.576,0.578-1.512,0-2.09c-0.576-0.576-1.512-0.576-2.09,0l-1.671,1.672 c-0.577,0.578-0.577,1.514,0,2.091C22.63,13.156,23.566,13.156,24.143,12.579z"
id="path11"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M3.843,18.026H1.478C0.661,18.026,0,18.673,0,19.49s0.66,1.465,1.478,1.465h2.365c0.816,0,1.478-0.648,1.478-1.465 S4.659,18.026,3.843,18.026z"
id="path13"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M8.191,10.488L6.519,8.817c-0.577-0.577-1.514-0.577-2.091,0c-0.577,0.577-0.577,1.513,0,2.089l1.673,1.673 c0.577,0.577,1.514,0.577,2.09,0C8.768,12.002,8.768,11.066,8.191,10.488z"
id="path15"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M37.415,23.931c-1.509,0-2.905,0.396-4.125,1.09c-0.128,0.072-0.271,0.109-0.415,0.109c-0.105,0-0.213-0.021-0.314-0.062 c-0.237-0.096-0.42-0.293-0.492-0.539c-0.812-2.727-3.326-4.712-6.315-4.712c-3.164,0-5.792,2.226-6.438,5.196 c-0.051,0.233-0.2,0.437-0.407,0.554c-0.129,0.072-0.273,0.109-0.417,0.109c-0.09,0-0.182-0.016-0.268-0.044 c-0.682-0.231-1.414-0.358-2.176-0.358c-3.715,0-6.725,2.975-6.725,6.641c0,7.363,5.188,9.545,9.396,9.545h18.09 c4.99,0,9.037-4.051,9.037-9.042C45.846,27.731,42.102,23.931,37.415,23.931z"
id="path17"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /><g
id="g45" /><g
id="g47" /></svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 460.411 460.411"
style="enable-background:new 0 0 460.411 460.411;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="partly-cloudy-night.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.51258548"
inkscape:cx="-12.680812"
inkscape:cy="230.20551"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
style="fill:#{sdcol(icon)};fill-opacity:1"
d="M250.173,223.142c28.653,0,55.104,15.607,69.028,40.724l1.479,2.65l2.951-0.65 c50.584-11.161,96.007,27.897,96.007,76.986c0,43.504-35.392,78.904-78.888,78.904H78.888C35.384,421.755,0,386.355,0,342.851 c0-40.529,30.352-74.255,70.613-78.457l3.617-0.845v-3.65c0-43.504,35.392-78.904,78.896-78.904 c29.816,0,56.754,16.574,70.312,43.244l1.528,2.999l3.227-0.935 M403.974,283.22c-19.281-20.468-48.227-31.661-79.156-25.881 c-15.704-26.19-44.032-42.334-74.645-42.334c-1.634,0-3.268,0.211-4.91,0.301c-8.137-16.997-12.811-35.945-12.811-56.022 c0-53.177,31.929-100.494,80.416-120.628c-14.794,22.321-22.549,48.129-22.549,75.197c0,75.409,61.338,136.747,136.747,136.747 c11.274,0,22.443-1.382,33.343-4.113C444.95,263.776,425.482,276.189,403.974,283.22z"
id="path7" /></g></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Layer_1"
x="0px"
y="0px"
viewBox="0 0 436.127 436.127"
style="enable-background:new 0 0 436.127 436.127;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="partly-more-cloudy-day.svg"><metadata
id="metadata39"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs37" /><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="1017"
id="namedview35"
showgrid="false"
inkscape:zoom="0.54112676"
inkscape:cx="-12.011973"
inkscape:cy="218.06351"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Layer_1" /><path
d="M350.359,191.016c-7.813-66.133-64.062-117.431-132.296-117.431S93.581,124.883,85.768,191.016 C38.402,191.016,0,229.414,0,276.779s38.397,85.763,85.763,85.763h264.601c47.366,0,85.763-38.397,85.763-85.763 S397.725,191.016,350.359,191.016z"
id="path3"
style="fill:#{sdcol(icon)};fill-opacity:1" /><g
id="g5" /><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="514.8px"
height="514.8px"
viewBox="0 0 514.8 514.8"
style="enable-background:new 0 0 514.8 514.8;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="rain.svg"><metadata
id="metadata51"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs49" /><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="1017"
id="namedview47"
showgrid="false"
inkscape:zoom="0.45843047"
inkscape:cx="-14.178813"
inkscape:cy="257.39999"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M405.962,47.612c-7.037,0-13.674,1.597-19.688,4.312c-12.021-23.963-36.749-40.459-65.389-40.459 c-18.628,0-35.582,7.019-48.501,18.484C250.658,11.398,221.961,0,190.396,0C123.573,0,69.344,50.614,67.967,113.517 c-25.054,11.628-42.458,36.93-42.458,66.354c0,34.004,23.228,62.52,54.669,70.724l338.579,2.324 c39.178-1.405,70.533-33.526,70.533-73.048c0-28.219-15.988-52.661-39.388-64.872c2.61-5.929,4.121-12.441,4.121-19.335 C454.024,69.127,432.508,47.612,405.962,47.612z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M141.818,372.364c8.501-16.438,9.524-91.36,9.524-91.36s-60.55,44.141-69.051,60.578 c-8.501,16.438-2.065,36.653,14.373,45.154C113.102,395.237,133.317,388.802,141.818,372.364z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M266.13,372.364c8.501-16.438,9.524-91.36,9.524-91.36s-60.55,44.141-69.051,60.578 c-8.501,16.438-2.065,36.653,14.372,45.154C237.414,395.237,257.629,388.802,266.13,372.364z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M354.861,386.736c16.438,8.501,36.653,2.065,45.154-14.372c8.501-16.438,9.524-91.36,9.524-91.36 s-60.55,44.141-69.051,60.578C331.988,358.021,338.423,378.235,354.861,386.736z"
id="path11"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M125.361,511.049c16.438,8.501,36.653,2.065,45.154-14.372c8.501-16.438,9.524-91.36,9.524-91.36 s-60.549,44.141-69.051,60.578C102.487,482.333,108.923,502.548,125.361,511.049z"
id="path13"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M249.673,511.049c16.438,8.501,36.653,2.065,45.154-14.372c8.501-16.438,9.524-91.36,9.524-91.36 s-60.55,44.141-69.051,60.578C226.8,482.333,233.235,502.548,249.673,511.049z"
id="path15"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /><g
id="g41" /><g
id="g43" /><g
id="g45" /></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,97 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="forward.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="81.971356"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path4140"
d="M 122.04262,116.80374 80.051444,141.46287 C 54.838813,156.62849 50.111076,164.76471 50.111076,129.75612 l 0,-59.187698 C 50.15615,34.309199 52.423577,42.296608 80.100325,58.549665 L 122.27663,83.31753 c 27.67449,16.619135 27.66605,16.619135 -0.23401,33.48621 z"
inkscape:transform-center-x="-16.759965"
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="-16.759965"
d="m 142.04262,116.80374 -41.99118,24.65913 C 74.838813,156.62849 70.111076,164.76471 70.111076,129.75612 l 0,-59.187698 C 70.15615,34.309199 72.423577,42.296608 100.10032,58.549665 l 42.17631,24.767865 c 27.67449,16.619135 27.66605,16.619135 -0.23401,33.48621 z"
id="path4139"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,97 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="forward.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="81.971356"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecinactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecinactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path4140"
d="M 122.04262,116.80374 80.051444,141.46287 C 54.838813,156.62849 50.111076,164.76471 50.111076,129.75612 l 0,-59.187698 C 50.15615,34.309199 52.423577,42.296608 80.100325,58.549665 L 122.27663,83.31753 c 27.67449,16.619135 27.66605,16.619135 -0.23401,33.48621 z"
inkscape:transform-center-x="-16.759965"
style="opacity:1;fill:#{sdcol(iconrecinactive)};fill-opacity:{sdopac(iconrecinactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="opacity:1;fill:#{sdcol(iconrecinactive)};fill-opacity:{sdopac(iconrecinactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="-16.759965"
d="m 142.04262,116.80374 -41.99118,24.65913 C 74.838813,156.62849 70.111076,164.76471 70.111076,129.75612 l 0,-59.187698 C 70.15615,34.309199 72.423577,42.296608 100.10032,58.549665 l 42.17631,24.767865 c 27.67449,16.619135 27.66605,16.619135 -0.23401,33.48621 z"
id="path4139"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,97 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="forward_1x.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9626168"
inkscape:cx="100.5"
inkscape:cy="101"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 55.541016 44.847656 C 50.786168 44.529951 50.135274 51.305647 50.111328 70.568359 L 50.111328 129.75586 C 50.111328 164.76445 54.83815 156.62851 80.050781 141.46289 L 122.04297 116.80469 C 149.94303 99.937611 149.95183 99.937494 122.27734 83.318359 L 80.099609 58.548828 C 67.126134 50.930208 59.73647 45.127985 55.541016 44.847656 z M 73.75 63.697266 L 135.99219 99.632812 L 121.38477 108.06641 L 121.38477 115.45898 L 108.58008 115.45898 L 73.75 135.56836 L 73.75 63.697266 z "
transform="translate(-7.6293945e-6,0)"
id="path4140" />
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 75.541016 44.847656 C 70.786168 44.529951 70.135274 51.305647 70.111328 70.568359 L 70.111328 129.75586 C 70.111328 164.76445 74.838155 156.62851 100.05078 141.46289 L 142.04297 116.80469 C 169.94303 99.937611 169.95183 99.937494 142.27734 83.318359 L 100.09961 58.548828 C 87.126135 50.930208 79.736469 45.127985 75.541016 44.847656 z M 88.169922 84.414062 L 93.072266 84.414062 L 93.072266 113.04688 L 84.751953 113.04688 L 84.751953 92.890625 C 83.8405 93.424479 82.896489 93.834635 81.919922 94.121094 C 80.943362 94.394531 79.836589 94.596354 78.599609 94.726562 L 78.599609 88.476562 C 80.357423 88.177083 81.99154 87.708333 83.501953 87.070312 C 85.025393 86.41927 86.581382 85.533854 88.169922 84.414062 z M 96.724609 93.046875 L 106.33398 93.046875 L 108.48242 97.695312 C 108.76888 98.229168 109.05534 98.958333 109.3418 99.882812 L 109.41992 99.882812 C 109.79753 98.75 110.06446 98.007813 110.2207 97.65625 L 112.25195 93.046875 L 121.33398 93.046875 L 114.84961 102.40234 L 121.29492 113.04688 L 111.72461 113.04688 L 109.57617 108.49609 C 109.32878 107.98828 109.04883 107.29167 108.73633 106.40625 L 108.6582 106.40625 C 108.38477 107.29167 108.20899 107.83853 108.13086 108.04688 C 108.05273 108.24218 107.29102 109.90884 105.8457 113.04688 L 96.333984 113.04688 L 102.97461 102.96875 L 96.724609 93.046875 z "
transform="translate(-7.6293945e-6,0)"
id="path4139" />
<g
transform="translate(309.03773,101.49528)"
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="flowRoot4145" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -0,0 +1,99 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="forward_2x.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="34.135622"
inkscape:cy="113.55464"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 55.541016 44.847656 C 50.786168 44.529951 50.135274 51.305647 50.111328 70.568359 L 50.111328 129.75586 C 50.111328 164.76445 54.83815 156.62851 80.050781 141.46289 L 122.04297 116.80469 C 133.98777 109.58342 140.8026 105.45484 142.53906 101.78906 L 71.251953 142.94727 L 71.251953 56.320312 L 141.99023 97.160156 C 139.62944 93.748354 133.06813 89.798464 122.27734 83.318359 L 80.099609 58.548828 C 67.126134 50.930208 59.73647 45.127985 55.541016 44.847656 z "
transform="translate(-7.6293945e-6,0)"
id="path4140" />
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 75.541016 44.847656 C 70.786168 44.529951 70.135274 51.305647 70.111328 70.568359 L 70.111328 129.75586 C 70.111328 164.76445 74.838155 156.62851 100.05078 141.46289 L 142.04297 116.80469 C 169.94303 99.937611 169.95183 99.937494 142.27734 83.318359 L 100.09961 58.548828 C 87.126135 50.930208 79.736469 45.127985 75.541016 44.847656 z M 86.789062 84.988281 C 89.835937 84.988281 92.192708 85.710937 93.859375 87.15625 C 95.526042 88.601562 96.359375 90.639323 96.359375 93.269531 C 96.359375 95.287761 95.923177 97 95.050781 98.40625 C 94.178385 99.812499 92.557292 101.27734 90.1875 102.80078 C 88.377605 103.97265 87.173177 104.83203 86.574219 105.37891 C 85.988281 105.91276 85.688802 106.36849 85.675781 106.74609 L 96.613281 106.74609 L 96.613281 113.42578 L 76.886719 113.42578 L 76.886719 111.17969 C 76.886719 109.59115 77.082031 108.21094 77.472656 107.03906 C 77.863281 105.86719 78.47526 104.76693 79.308594 103.73828 C 80.154948 102.70963 81.619792 101.38802 83.703125 99.773438 C 85.1875 98.601563 86.170573 97.761719 86.652344 97.253906 C 87.147136 96.733073 87.511719 96.231771 87.746094 95.75 C 87.99349 95.268229 88.117188 94.747395 88.117188 94.1875 C 88.117188 92.325521 86.997396 91.394531 84.757812 91.394531 C 82.479167 91.394531 80.324219 92.221354 78.292969 93.875 L 78.292969 87.058594 C 79.842448 86.277344 81.28776 85.736979 82.628906 85.4375 C 83.983073 85.138021 85.369792 84.988281 86.789062 84.988281 z M 99.212891 92.839844 L 108.82227 92.839844 L 110.9707 97.488281 C 111.25716 98.022136 111.54362 98.751303 111.83008 99.675781 L 111.9082 99.675781 C 112.2858 98.542969 112.55273 97.800781 112.70898 97.449219 L 114.74023 92.839844 L 123.82227 92.839844 L 117.33789 102.19531 L 123.7832 112.83984 L 114.21289 112.83984 L 112.06445 108.28906 C 111.81705 107.78125 111.53711 107.08464 111.22461 106.19922 L 111.14648 106.19922 C 110.87304 107.08464 110.69726 107.63151 110.61914 107.83984 C 110.54101 108.03516 109.7793 109.70182 108.33398 112.83984 L 98.822266 112.83984 L 105.46289 102.76172 L 99.212891 92.839844 z "
transform="translate(-7.6293945e-6,0)"
id="path4139" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4163" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4167" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -0,0 +1,99 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="forward_3x.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="71.934656"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 55.541016 44.847656 C 50.786168 44.529951 50.135274 51.305647 50.111328 70.568359 L 50.111328 129.75586 C 50.111328 164.76445 54.83815 156.62851 80.050781 141.46289 L 122.04297 116.80469 C 133.98777 109.58342 140.8026 105.45484 142.53906 101.78906 L 71.251953 142.94727 L 71.251953 56.320312 L 141.99023 97.160156 C 139.62944 93.748354 133.06813 89.798464 122.27734 83.318359 L 80.099609 58.548828 C 67.126134 50.930208 59.73647 45.127985 55.541016 44.847656 z "
transform="translate(-7.6293945e-6,0)"
id="path4140" />
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 75.541016 44.847656 C 70.786168 44.529951 70.135274 51.305647 70.111328 70.568359 L 70.111328 129.75586 C 70.111328 164.76445 74.838155 156.62851 100.05078 141.46289 L 142.04297 116.80469 C 169.94303 99.937611 169.95183 99.937494 142.27734 83.318359 L 100.09961 58.548828 C 87.126135 50.930208 79.736469 45.127985 75.541016 44.847656 z M 85.578125 85.242188 C 88.677084 85.242188 91.105469 85.873697 92.863281 87.136719 C 94.621093 88.399739 95.5 90.151042 95.5 92.390625 C 95.5 94.135416 95.024739 95.60026 94.074219 96.785156 C 93.136719 97.970052 91.815104 98.744792 90.109375 99.109375 L 90.109375 99.207031 C 91.997396 99.467448 93.488281 100.1901 94.582031 101.375 C 95.675781 102.54687 96.222656 103.99219 96.222656 105.71094 C 96.222656 108.40625 95.246094 110.49609 93.292969 111.98047 C 91.339844 113.46484 88.546875 114.20703 84.914062 114.20703 C 83.559896 114.20703 82.21875 114.08984 80.890625 113.85547 C 79.5625 113.63411 78.423177 113.33463 77.472656 112.95703 L 77.472656 106.43359 C 78.345052 106.95443 79.341145 107.36458 80.460938 107.66406 C 81.580729 107.96354 82.713542 108.11328 83.859375 108.11328 C 85.1875 108.11328 86.203125 107.87891 86.90625 107.41016 C 87.622396 106.92839 87.980469 106.2448 87.980469 105.35938 C 87.980469 104.46094 87.544271 103.75781 86.671875 103.25 C 85.79948 102.74219 84.582031 102.48828 83.019531 102.48828 L 80.324219 102.48828 L 80.324219 96.355469 L 82.707031 96.355469 C 84.282552 96.355469 85.441406 96.114584 86.183594 95.632812 C 86.938802 95.138021 87.316406 94.5 87.316406 93.71875 C 87.316406 92.976563 87.029948 92.390625 86.457031 91.960938 C 85.897135 91.53125 85.03125 91.316406 83.859375 91.316406 C 82.04948 91.316406 80.239584 91.83724 78.429688 92.878906 L 78.429688 86.648438 C 80.695312 85.710938 83.078125 85.242188 85.578125 85.242188 z M 99.505859 93.71875 L 109.11523 93.71875 L 111.26367 98.367188 C 111.55013 98.901042 111.83659 99.63021 112.12305 100.55469 L 112.20117 100.55469 C 112.57878 99.421876 112.84571 98.679688 113.00195 98.328125 L 115.0332 93.71875 L 124.11523 93.71875 L 117.63086 103.07422 L 124.07617 113.71875 L 114.50586 113.71875 L 112.35742 109.16797 C 112.11003 108.66016 111.83008 107.96355 111.51758 107.07812 L 111.43945 107.07812 C 111.16602 107.96354 110.99024 108.51042 110.91211 108.71875 C 110.83398 108.91406 110.07227 110.58073 108.62695 113.71875 L 99.115234 113.71875 L 105.75586 103.64062 L 99.505859 93.71875 z "
transform="translate(-7.6293945e-6,0)"
id="path4139" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4152" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4148" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -0,0 +1,99 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="pause.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="81.971356"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<rect
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#{sdcol(iconrecactive)};stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
id="rect4139"
width="35.803432"
height="106.82336"
x="55.411671"
y="46.753967"
ry="17.901716" />
<rect
ry="17.901716"
y="46.753967"
x="107.41167"
height="106.82336"
width="35.803432"
id="rect4141"
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#{sdcol(iconrecactive)};stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,99 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="pause.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="81.971356"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecinactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecinactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<rect
style="opacity:1;fill:#{sdcol(iconrecinactive)};fill-opacity:{sdopac(iconrecinactive)};stroke:#{sdcol(iconrecinactive)};stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecinactive)}"
id="rect4139"
width="35.803432"
height="106.82336"
x="55.411671"
y="46.753967"
ry="17.901716" />
<rect
ry="17.901716"
y="46.753967"
x="107.41167"
height="106.82336"
width="35.803432"
id="rect4141"
style="opacity:1;fill:#{sdcol(iconrecinactive)};fill-opacity:{sdopac(iconrecinactive)};stroke:#{sdcol(iconrecinactive)};stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecinactive)}" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,91 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="play.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="129.80709"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
transform="matrix(0.99986425,0,0,1.0170016,0.0127107,-2.8139758)"
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#{sdcol(iconrecactive)};stroke-width:1.08403575;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
inkscape:transform-center-x="-16.759965"
d="m 132.04783,117.61802 -41.996872,24.2469 C 64.834904,156.77701 60.106525,164.77721 60.106525,130.35387 l 0,-58.198233 c 0.04508,-35.653064 2.312815,-27.799184 29.99332,-11.817835 l 42.182035,24.353811 c 27.67824,16.341307 27.6698,16.341307 -0.23405,32.926407 z"
id="path4139"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,91 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="play.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="129.80709"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecinactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecinactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
transform="matrix(0.99986425,0,0,1.0170016,0.0127107,-2.8139758)"
style="opacity:1;fill:#{sdcol(iconrecinactive)};fill-opacity:{sdopac(iconrecinactive)};stroke:#{sdcol(iconrecinactive)};stroke-width:1.08403575;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecinactive)}"
inkscape:transform-center-x="-16.759965"
d="m 132.04783,117.61802 -41.996872,24.2469 C 64.834904,156.77701 60.106525,164.77721 60.106525,130.35387 l 0,-58.198233 c 0.04508,-35.653064 2.312815,-27.799184 29.99332,-11.817835 l 42.182035,24.353811 c 27.67824,16.341307 27.6698,16.341307 -0.23405,32.926407 z"
id="path4139"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,97 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="back.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="34.135622"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="16.759965"
d="m 77.068635,116.80374 41.991185,24.65913 c 25.21262,15.16562 29.94036,23.30184 29.94036,-11.70675 l 0,-59.187698 c -0.0451,-36.259223 -2.3125,-28.271814 -29.98924,-12.018757 L 76.834625,83.31753 c -27.67449,16.619135 -27.66605,16.619135 0.23401,33.48621 z"
id="path4139"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path4140"
d="m 57.068635,116.80374 41.991175,24.65913 c 25.21263,15.16562 29.94037,23.30184 29.94037,-11.70675 l 0,-59.187698 C 128.95508,34.309199 126.68768,42.296608 99.01093,58.549665 L 56.834625,83.31753 c -27.67449,16.619135 -27.66605,16.619135 0.23401,33.48621 z"
inkscape:transform-center-x="16.759965"
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,97 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="back.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="34.135622"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecinactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecinactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
style="opacity:1;fill:#{sdcol(iconrecinactive)};fill-opacity:{sdopac(iconrecinactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
inkscape:transform-center-x="16.759965"
d="m 77.068635,116.80374 41.991185,24.65913 c 25.21262,15.16562 29.94036,23.30184 29.94036,-11.70675 l 0,-59.187698 c -0.0451,-36.259223 -2.3125,-28.271814 -29.98924,-12.018757 L 76.834625,83.31753 c -27.67449,16.619135 -27.66605,16.619135 0.23401,33.48621 z"
id="path4139"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path4140"
d="m 57.068635,116.80374 41.991175,24.65913 c 25.21263,15.16562 29.94037,23.30184 29.94037,-11.70675 l 0,-59.187698 C 128.95508,34.309199 126.68768,42.296608 99.01093,58.549665 L 56.834625,83.31753 c -27.67449,16.619135 -27.66605,16.619135 0.23401,33.48621 z"
inkscape:transform-center-x="16.759965"
style="opacity:1;fill:#{sdcol(iconrecinactive)};fill-opacity:{sdopac(iconrecinactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,99 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="back_1x.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="55.171442"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 143.57031 44.847656 C 139.37486 45.127985 131.98519 50.930208 119.01172 58.548828 L 76.833984 83.318359 C 63.756102 91.171913 56.869632 95.312576 56.177734 99.277344 L 125.22461 59.414062 L 125.22461 140.43945 L 56.179688 100.57422 C 56.846445 104.5702 63.791232 108.77796 77.068359 116.80469 L 119.06055 141.46289 C 144.27317 156.62851 149 164.76445 149 129.75586 L 149 70.568359 C 148.97604 51.305647 148.32516 44.529951 143.57031 44.847656 z "
transform="translate(-7.6293945e-6,0)"
id="path4139" />
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 123.57031 44.847656 C 119.37486 45.127985 111.9852 50.930208 99.011719 58.548828 L 56.833984 83.318359 C 29.159494 99.937494 29.168299 99.937611 57.068359 116.80469 L 99.060547 141.46289 C 124.27318 156.62851 129 164.76445 129 129.75586 L 129 70.568359 C 128.97604 51.305647 128.32516 44.529951 123.57031 44.847656 z M 86.554688 85.673828 L 91.457031 85.673828 L 91.457031 114.30664 L 83.136719 114.30664 L 83.136719 94.150391 C 82.22526 94.684245 81.281249 95.094401 80.304688 95.380859 C 79.328125 95.654297 78.221354 95.856119 76.984375 95.986328 L 76.984375 89.736328 C 78.742188 89.436849 80.376302 88.968099 81.886719 88.330078 C 83.410156 87.679036 84.966145 86.793619 86.554688 85.673828 z M 94.810547 94.013672 L 104.41992 94.013672 L 106.56836 98.662109 C 106.85482 99.195964 107.14127 99.925132 107.42773 100.84961 L 107.50586 100.84961 C 107.88347 99.716799 108.15039 98.97461 108.30664 98.623047 L 110.33789 94.013672 L 119.41992 94.013672 L 112.93555 103.36914 L 119.38086 114.01367 L 109.81055 114.01367 L 107.66211 109.46289 C 107.41472 108.95508 107.13477 108.25847 106.82227 107.37305 L 106.74414 107.37305 C 106.47071 108.25847 106.29492 108.80534 106.2168 109.01367 C 106.13867 109.20899 105.37695 110.87565 103.93164 114.01367 L 94.419922 114.01367 L 101.06055 103.93555 L 94.810547 94.013672 z "
transform="translate(-7.6293945e-6,0)"
id="path4140" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4151" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4155" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -0,0 +1,99 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="back_2x.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="-13.700112"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 143.57031 44.847656 C 139.37486 45.127985 131.98519 50.930208 119.01172 58.548828 L 76.833984 83.318359 C 70.294759 87.245307 65.322166 90.237075 61.876953 92.75 L 126.35352 55.525391 L 126.35352 145.97656 C 145.17395 157.84229 149 161.05644 149 129.75586 L 149 70.568359 C 148.97604 51.305647 148.32516 44.529951 143.57031 44.847656 z "
transform="translate(-7.6293945e-6,0)"
id="path4139" />
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 123.57031 44.847656 C 119.37486 45.127985 111.9852 50.930208 99.011719 58.548828 L 56.833984 83.318359 C 29.159494 99.937494 29.168299 99.937611 57.068359 116.80469 L 99.060547 141.46289 C 124.27318 156.62851 129 164.76445 129 129.75586 L 129 70.568359 C 128.97604 51.305647 128.32516 44.529951 123.57031 44.847656 z M 81.082031 85.869141 C 84.128907 85.869141 86.485677 86.591797 88.152344 88.037109 C 89.81901 89.482422 90.652344 91.520183 90.652344 94.150391 C 90.652344 96.16862 90.216146 97.880859 89.34375 99.287109 C 88.471354 100.69336 86.85026 102.15821 84.480469 103.68164 C 82.670573 104.85351 81.466145 105.71289 80.867188 106.25977 C 80.28125 106.79362 79.981771 107.24935 79.96875 107.62695 L 90.90625 107.62695 L 90.90625 114.30664 L 71.179688 114.30664 L 71.179688 112.06055 C 71.179688 110.47201 71.375 109.0918 71.765625 107.91992 C 72.15625 106.74805 72.768229 105.64779 73.601562 104.61914 C 74.447917 103.59049 75.91276 102.26888 77.996094 100.6543 C 79.480468 99.48242 80.463541 98.642578 80.945312 98.134766 C 81.440104 97.613932 81.804687 97.11263 82.039062 96.630859 C 82.286458 96.149089 82.410156 95.628255 82.410156 95.068359 C 82.410156 93.20638 81.290365 92.275391 79.050781 92.275391 C 76.772136 92.275391 74.617188 93.102213 72.585938 94.755859 L 72.585938 87.939453 C 74.135416 87.158203 75.580729 86.617839 76.921875 86.318359 C 78.276042 86.01888 79.662761 85.869141 81.082031 85.869141 z M 94.810547 94.013672 L 104.41992 94.013672 L 106.56836 98.662109 C 106.85482 99.195964 107.14127 99.925132 107.42773 100.84961 L 107.50586 100.84961 C 107.88347 99.716799 108.15039 98.97461 108.30664 98.623047 L 110.33789 94.013672 L 119.41992 94.013672 L 112.93555 103.36914 L 119.38086 114.01367 L 109.81055 114.01367 L 107.66211 109.46289 C 107.41472 108.95508 107.13477 108.25847 106.82227 107.37305 L 106.74414 107.37305 C 106.47071 108.25847 106.29492 108.80534 106.2168 109.01367 C 106.13867 109.20899 105.37695 110.87565 103.93164 114.01367 L 94.419922 114.01367 L 101.06055 103.93555 L 94.810547 94.013672 z "
transform="translate(-7.6293945e-6,0)"
id="path4140" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4151" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4155" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -0,0 +1,99 @@
<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="200"
height="200"
viewBox="0 0 199.99999 200"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="back_3x.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.4074945"
inkscape:cx="34.135622"
inkscape:cy="90.076975"
inkscape:document-units="px"
inkscape:current-layer="layer2"
showgrid="false"
units="px"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1920"
inkscape:window-height="1017"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata7">
<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:groupmode="layer"
id="layer2"
inkscape:label="Back"
style="display:inline" />
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-852.36212)"
style="display:inline">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#{sdcol(iconrecactive)};stroke-width:13.55476284;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:{sdopac(iconrecactive)}"
id="path4684"
sodipodi:type="arc"
sodipodi:cx="100.01171"
sodipodi:cy="952.3623"
sodipodi:rx="90.867577"
sodipodi:ry="90.84462"
sodipodi:start="0.68837356"
sodipodi:end="0.68534999"
d="M 170.18695,1010.0743 A 90.867577,90.84462 0 0 1 42.338241,1022.5634 90.867577,90.84462 0 0 1 29.749283,894.75649 90.867577,90.84462 0 0 1 157.57896,882.0741 a 90.867577,90.84462 0 0 1 12.78221,127.7878"
sodipodi:open="true" />
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Ebene 2">
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 143.57031 44.847656 C 139.37486 45.127985 131.98519 50.930208 119.01172 58.548828 L 76.833984 83.318359 C 64.092463 90.969921 57.236965 95.096735 56.251953 98.970703 L 125.83594 57.751953 L 125.83594 145.25 L 63.642578 108.41211 C 66.998595 110.71157 71.459896 113.41407 77.068359 116.80469 L 119.06055 141.46289 C 144.27317 156.62851 149 164.76445 149 129.75586 L 149 70.568359 C 148.97604 51.305647 148.32516 44.529951 143.57031 44.847656 z "
transform="translate(-7.6293945e-6,0)"
id="path4139" />
<path
style="opacity:1;fill:#{sdcol(iconrecactive)};fill-opacity:{sdopac(iconrecactive)};stroke:#cccccc;stroke-width:1.09313786;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 123.57031 44.847656 C 119.37486 45.127985 111.9852 50.930208 99.011719 58.548828 L 56.833984 83.318359 C 29.159494 99.937494 29.168299 99.937611 57.068359 116.80469 L 99.060547 141.46289 C 124.27318 156.62851 129 164.76445 129 129.75586 L 129 70.568359 C 128.97604 51.305647 128.32516 44.529951 123.57031 44.847656 z M 81.871094 85.830078 C 84.970052 85.830078 87.398437 86.461589 89.15625 87.724609 C 90.914063 88.98763 91.792969 90.738932 91.792969 92.978516 C 91.792969 94.723308 91.317708 96.188151 90.367188 97.373047 C 89.429688 98.557942 88.108073 99.332682 86.402344 99.697266 L 86.402344 99.794922 C 88.290364 100.05534 89.78125 100.778 90.875 101.96289 C 91.96875 103.13476 92.515625 104.58007 92.515625 106.29883 C 92.515625 108.99414 91.539062 111.08399 89.585938 112.56836 C 87.632812 114.05273 84.839844 114.79492 81.207031 114.79492 C 79.852865 114.79492 78.511718 114.67773 77.183594 114.44336 C 75.855468 114.22201 74.716146 113.92253 73.765625 113.54492 L 73.765625 107.02148 C 74.638021 107.54232 75.634115 107.95248 76.753906 108.25195 C 77.873698 108.55143 79.00651 108.70117 80.152344 108.70117 C 81.480468 108.70117 82.496093 108.46679 83.199219 107.99805 C 83.915365 107.51627 84.273438 106.83268 84.273438 105.94727 C 84.273438 105.04883 83.83724 104.3457 82.964844 103.83789 C 82.092448 103.33008 80.875 103.07617 79.3125 103.07617 L 76.617188 103.07617 L 76.617188 96.943359 L 79 96.943359 C 80.575521 96.943359 81.734374 96.702474 82.476562 96.220703 C 83.23177 95.725911 83.609375 95.087891 83.609375 94.306641 C 83.609375 93.564453 83.322917 92.978515 82.75 92.548828 C 82.190104 92.119141 81.324218 91.904297 80.152344 91.904297 C 78.342448 91.904297 76.532552 92.42513 74.722656 93.466797 L 74.722656 87.236328 C 76.988282 86.298828 79.371094 85.830078 81.871094 85.830078 z M 94.810547 94.013672 L 104.41992 94.013672 L 106.56836 98.662109 C 106.85482 99.195964 107.14127 99.925132 107.42773 100.84961 L 107.50586 100.84961 C 107.88347 99.716799 108.15039 98.97461 108.30664 98.623047 L 110.33789 94.013672 L 119.41992 94.013672 L 112.93555 103.36914 L 119.38086 114.01367 L 109.81055 114.01367 L 107.66211 109.46289 C 107.41472 108.95508 107.13477 108.25847 106.82227 107.37305 L 106.74414 107.37305 C 106.47071 108.25847 106.29492 108.80534 106.2168 109.01367 C 106.13867 109.20899 105.37695 110.87565 103.93164 114.01367 L 94.419922 114.01367 L 101.06055 103.93555 L 94.810547 94.013672 z "
transform="translate(-7.6293945e-6,0)"
id="path4140" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4151" />
<g
style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="text4155" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="67.093px"
height="67.094px"
viewBox="0 0 67.093 67.094"
style="enable-background:new 0 0 67.093 67.094;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="sleet.svg"><metadata
id="metadata41"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs39" /><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="1017"
id="namedview37"
showgrid="false"
inkscape:zoom="3.517453"
inkscape:cx="-1.8484277"
inkscape:cy="33.547001"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M12.4,46.243c1.946,0,3.524,1.578,3.524,3.524c0,1.945-1.578,3.523-3.524,3.523s-3.524-1.578-3.524-3.523 C8.876,47.821,10.454,46.243,12.4,46.243z M19.448,60.046c1.946,0,3.524,1.578,3.524,3.524c0,1.945-1.578,3.523-3.524,3.523 c-1.946,0-3.524-1.578-3.524-3.523C15.924,61.624,17.502,60.046,19.448,60.046z M30.021,49.768c1.946,0,3.524,1.578,3.524,3.523 c0,1.946-1.578,3.523-3.524,3.523c-1.946,0-3.524-1.577-3.524-3.523C26.497,51.346,28.075,49.768,30.021,49.768z M47.837,46.243 c1.946,0,3.524,1.578,3.524,3.524c0,1.945-1.578,3.523-3.524,3.523c-1.945,0-3.523-1.578-3.523-3.523 C44.314,47.821,45.892,46.243,47.837,46.243z M40.791,60.046c1.945,0,3.523,1.578,3.523,3.524c0,1.945-1.578,3.523-3.523,3.523 c-1.947,0-3.524-1.578-3.524-3.523C37.266,61.624,38.843,60.046,40.791,60.046z M47.975,0c-3.334,0-6.58,0.894-9.441,2.592 C36.239,0.914,33.454,0,30.6,0c-5.886,0-10.961,3.73-12.763,9.215c-1.24-0.369-2.519-0.555-3.82-0.555 C6.6,8.66,0.566,14.694,0.566,22.112c0,7.417,6.034,13.45,13.451,13.45c2.045,0,4.053-0.469,5.885-1.363 c1.95,5.193,6.926,8.707,12.575,8.707c4.644,0,8.922-2.385,11.379-6.279c1.373,0.317,2.754,0.477,4.119,0.477 c10.229,0,18.553-8.321,18.553-18.551S58.205,0,47.975,0z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g7" /><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 349.027 349.027"
style="enable-background:new 0 0 349.027 349.027;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="snow.svg"><metadata
id="metadata45"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs43" /><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="1017"
id="namedview41"
showgrid="false"
inkscape:zoom="0.67616544"
inkscape:cx="-9.613032"
inkscape:cy="174.5135"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><polygon
points="155.314,285.028 143.907,277.953 132.471,296.473 121.014,277.953 109.606,285.028 120.438,302.513 99.867,302.513 99.867,315.926 120.438,315.926 109.606,333.406 121.014,340.475 132.471,321.941 143.907,340.475 155.314,333.406 144.484,315.926 165.064,315.926 165.064,302.513 144.484,302.513 "
id="polygon5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><polygon
points="230.363,253.771 218.977,246.717 207.523,265.244 196.066,246.717 184.672,253.771 195.489,271.254 174.93,271.254 174.93,284.658 195.489,284.658 184.672,302.165 196.066,309.219 207.523,290.709 218.977,309.219 230.363,302.165 219.556,284.658 240.116,284.658 240.116,271.254 219.556,271.254 "
id="polygon7"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M274.057,80.616c-10.97-28.288-38.415-48.313-70.557-48.313c-3.059,0-6.078,0.189-9.063,0.566 c-13.815-14.95-33.563-24.316-55.528-24.316c-40.891,0-74.202,32.471-75.585,73.041C27.408,87.49,0,118.65,0,156.268 c0,41.773,33.862,75.629,75.647,75.629h197.717c41.78,0,75.663-33.855,75.663-75.629 C349.027,114.711,315.526,80.994,274.057,80.616z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 250.189 250.189"
style="enable-background:new 0 0 250.189 250.189;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="temperature.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1100"
inkscape:window-height="815"
id="namedview39"
showgrid="false"
inkscape:zoom="0.94328689"
inkscape:cx="-192.94236"
inkscape:cy="125.0945"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M159.845,147.251V34.744C159.845,15.586,144.255,0,125.093,0c-19.159,0-34.746,15.586-34.746,34.744v112.506 c-14.234,10.843-22.617,27.59-22.617,45.575c0,31.631,25.732,57.364,57.363,57.364c31.633,0,57.367-25.733,57.367-57.364 C182.46,174.842,174.077,158.095,159.845,147.251z M125.093,235.189c-23.359,0-42.363-19.004-42.363-42.364 c0-14.294,7.188-27.537,19.228-35.425c2.115-1.386,3.39-3.745,3.39-6.273V34.744c0-10.887,8.858-19.744,19.746-19.744 c10.892,0,19.752,8.857,19.752,19.744v116.383c0,2.529,1.274,4.887,3.39,6.273c12.038,7.889,19.226,21.132,19.226,35.425 C167.46,216.185,148.454,235.189,125.093,235.189z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M132.595,169.042V69.924c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v99.118c-10.104,3.183-17.43,12.622-17.43,23.783 c0,13.767,11.16,24.931,24.93,24.931c13.773,0,24.932-11.164,24.932-24.931C150.026,181.663,142.7,172.223,132.595,169.042z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 339.716 339.716"
style="enable-background:new 0 0 339.716 339.716;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="thunder.svg"><metadata
id="metadata43"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs41" /><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="1017"
id="namedview39"
showgrid="false"
inkscape:zoom="0.69469792"
inkscape:cx="-9.3565848"
inkscape:cy="169.858"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M237.228,250.389L199.4,239.924l29.289-45.899c1.347-2.111,1.571-4.542,0.613-6.667c-0.958-2.125-2.926-3.568-5.399-3.958 l-54.941-8.66c-0.425-0.067-0.862-0.101-1.299-0.101c-3.471,0-6.785,2.063-8.247,5.132l-32.251,67.731 c-0.968,2.032-1.011,4.346-0.119,6.348c0.892,2.003,2.642,3.518,4.8,4.157l46.611,13.804l-28.489,59.403 c-1.11,2.315-1.123,4.364-0.036,6.089c0.951,1.51,2.589,2.413,4.382,2.413h0c2.06,0,3.539-1.161,4.472-2.034l81.225-75.974 c1.905-1.782,2.704-4.223,2.137-6.527C241.582,252.876,239.742,251.084,237.228,250.389z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M286.373,95.61c1.955-6.747,2.943-13.723,2.943-20.809C289.315,33.556,255.76,0,214.515,0 c-17.158,0-33.92,5.958-47.198,16.776c-11.879,9.679-20.542,22.856-24.724,37.474c-27.749-2.719-52.919,14.938-60.632,40.706 c-4.268-0.994-8.632-1.497-13.033-1.497c-31.703,0-57.495,25.809-57.495,57.531c0,31.723,25.792,57.531,57.495,57.531h42.065 c0.232,0.016,0.558,0.03,0.964,0.03c3.173,0,14.041-0.989,20.669-13.719c2.508-4.818,5.453-10.736,8.301-16.459 c3.519-7.072,6.843-13.753,9.199-18.09c3.19-5.873,7.639-6.507,9.403-6.507c0.08,0,0.145,0.001,0.157,0l93.782,13.237 c0.516,0.33,6.392,0.995,6.637,1.83c0.266,0.904-0.21,2.314-1.337,3.971c-2.138,3.139-5.459,8.382-8.671,13.453 c-1.809,2.856-3.592,5.671-5.118,8.038c-2.561,3.973-1.705,7.135-0.966,8.665c2.213,4.59,8.175,5.408,9.348,5.525l17.427,0.025 c31.703,0,57.495-25.809,57.495-57.531C328.282,124.926,310.97,102.482,286.373,95.61z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g9" /><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /></svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,114 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
width="45.896px"
height="45.896px"
viewBox="0 0 45.896 45.896"
style="enable-background:new 0 0 45.896 45.896;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="tvguideng.svg"><metadata
id="metadata81"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs79" /><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="1017"
id="namedview77"
showgrid="false"
inkscape:zoom="5.1420603"
inkscape:cx="-35.394373"
inkscape:cy="22.948"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g5"
style="fill:#{sdcol(icon)};fill-opacity:1"><g
id="g7"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M45.305,6.401c-0.803-1.219-2.162-1.869-3.574-1.735L24.385,6.318c-0.468,0.045-0.906,0.171-1.306,0.364 c-0.076,0.037-0.16,0.037-0.236,0c-0.4-0.193-0.839-0.319-1.308-0.364L4.186,4.665C2.756,4.53,1.371,5.197,0.577,6.446 C0.157,7.107,0,7.9,0,8.681v27.09c0,1.982,1.488,3.619,3.462,3.809l17.349,1.651c0.122,0.012,0.242,0.018,0.362,0.018 c0.585,0,1.153-0.134,1.669-0.385c0.077-0.037,0.164-0.037,0.241,0c0.515,0.25,1.084,0.384,1.668,0.384 c0.12,0,0.242-0.006,0.362-0.018l17.336-1.651c1.973-0.189,3.447-1.826,3.447-3.809V8.59C45.896,7.82,45.729,7.043,45.305,6.401z M4.074,35.276V9.071c0-0.175,0.151-0.313,0.326-0.296l16.271,1.55c0.153,0.014,0.27,0.143,0.27,0.296v26.203 c0,0.176-0.151,0.313-0.326,0.297l-16.272-1.55C4.19,35.557,4.074,35.429,4.074,35.276z M41.611,35.571l-16.271,1.55 c-0.175,0.017-0.326-0.121-0.326-0.297V10.622c0-0.153,0.117-0.282,0.27-0.296l16.271-1.551c0.176-0.017,0.326,0.121,0.326,0.296 v26.205C41.881,35.429,41.764,35.557,41.611,35.571z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g11"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M18.153,28.989c-0.053,0-0.106-0.002-0.16-0.008L6.607,27.773c-0.824-0.087-1.421-0.826-1.333-1.649 c0.088-0.824,0.835-1.423,1.65-1.333l11.385,1.208c0.824,0.087,1.421,0.825,1.333,1.649 C19.561,28.418,18.91,28.989,18.153,28.989z"
id="path13"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g15"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M18.153,22.128c-0.053,0-0.106-0.002-0.16-0.008l-2.608-0.277c-0.824-0.087-1.421-0.826-1.333-1.65 c0.088-0.824,0.833-1.419,1.65-1.333l2.608,0.277c0.824,0.087,1.421,0.826,1.333,1.65C19.561,21.556,18.91,22.128,18.153,22.128z "
id="path17"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g19"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M18.153,16.197c-0.053,0-0.106-0.002-0.16-0.008l-2.608-0.277c-0.824-0.087-1.421-0.826-1.333-1.65 c0.088-0.824,0.833-1.422,1.65-1.333l2.608,0.277c0.824,0.087,1.421,0.826,1.333,1.65C19.561,15.625,18.91,16.197,18.153,16.197z "
id="path21"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g23"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M18.153,34.92c-0.053,0-0.106-0.002-0.16-0.008L6.607,33.704c-0.824-0.088-1.421-0.826-1.333-1.65 c0.087-0.824,0.835-1.419,1.65-1.333l11.385,1.208c0.824,0.087,1.421,0.826,1.333,1.65C19.561,34.348,18.91,34.92,18.153,34.92z"
id="path25"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g27"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M27.613,28.989c-0.756,0-1.407-0.571-1.489-1.342c-0.087-0.824,0.51-1.562,1.333-1.649l11.385-1.208 c0.812-0.095,1.562,0.509,1.65,1.333c0.087,0.823-0.51,1.562-1.333,1.649L27.773,28.98 C27.721,28.987,27.667,28.989,27.613,28.989z"
id="path29"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g31"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M27.613,34.92c-0.756,0-1.407-0.572-1.489-1.342c-0.087-0.824,0.51-1.563,1.333-1.65l11.385-1.208 c0.812-0.091,1.562,0.509,1.65,1.333c0.087,0.824-0.51,1.562-1.333,1.65l-11.386,1.208C27.721,34.917,27.667,34.92,27.613,34.92z "
id="path33"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g35"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M27.613,17.267c-0.756,0-1.407-0.572-1.489-1.342c-0.087-0.824,0.51-1.563,1.333-1.65l11.385-1.208 c0.812-0.092,1.562,0.509,1.65,1.333c0.087,0.824-0.51,1.563-1.333,1.65l-11.386,1.208 C27.721,17.264,27.667,17.267,27.613,17.267z"
id="path37"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g39"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M27.613,23.197c-0.756,0-1.407-0.572-1.489-1.342c-0.087-0.824,0.51-1.563,1.333-1.65l11.385-1.208 c0.812-0.095,1.562,0.509,1.65,1.333c0.087,0.824-0.51,1.563-1.333,1.65l-11.386,1.208 C27.721,23.195,27.667,23.197,27.613,23.197z"
id="path41"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g43"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M10.946,22.342l-3.87-0.367c-0.858-0.081-1.515-0.802-1.515-1.665v-6.942c0-0.986,0.849-1.758,1.83-1.665l3.87,0.367 c0.859,0.081,1.515,0.802,1.515,1.665v6.942C12.775,21.663,11.927,22.435,10.946,22.342z"
id="path45"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g></g></g><g
id="g47" /><g
id="g49" /><g
id="g51" /><g
id="g53" /><g
id="g55" /><g
id="g57" /><g
id="g59" /><g
id="g61" /><g
id="g63" /><g
id="g65" /><g
id="g67" /><g
id="g69" /><g
id="g71" /><g
id="g73" /><g
id="g75" /></svg>

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Capa_1"
x="0px"
y="0px"
viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;"
xml:space="preserve"
inkscape:version="0.91 r13725"
sodipodi:docname="volume.svg"><metadata
id="metadata45"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
id="defs43" /><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="1017"
id="namedview41"
showgrid="false"
inkscape:zoom="0.4609375"
inkscape:cx="-14.101695"
inkscape:cy="256"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1"
inkscape:current-layer="Capa_1" /><g
id="g3"
style="fill:#{sdcol(icon)};fill-opacity:1"><path
d="M277.549,0h-48l-144,160h-48c-17.672,0-32.375,14.326-32.375,32v128c0,17.672,14.703,32,32.375,32h48l144,160h48 c8.836,0,15.625-7.164,15.625-16V16C293.174,7.164,286.385,0,277.549,0z"
id="path5"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M382.456,187.906c-11.109-13.727-31.297-15.891-44.961-4.844c-13.75,11.047-15.941,31.234-4.879,45 c11.77,14.625,11.77,41.25-0.008,55.883c-11.055,13.758-8.863,33.945,4.883,44.992c5.664,4.555,12.781,7.063,20.043,7.063 c9.762,0,18.859-4.352,24.953-11.938C413.182,285.898,413.182,226.102,382.456,187.906z"
id="path7"
style="fill:#{sdcol(icon)};fill-opacity:1" /><path
d="M459.936,138.578c-6.426-6.664-15.07-10.414-24.34-10.578c-9.477,0.141-18.035,3.297-24.684,9.727 c-13.738,13.266-14.133,35.25-0.867,49.023c36.879,38.18,36.879,100.313-0.016,138.508c-13.25,13.758-12.855,35.742,0.859,48.984 c6.484,6.297,15.043,9.758,24.098,9.758c9.352,0,18.441-3.852,24.949-10.578C522.456,308.672,522.456,203.32,459.936,138.578z"
id="path9"
style="fill:#{sdcol(icon)};fill-opacity:1" /></g><g
id="g11" /><g
id="g13" /><g
id="g15" /><g
id="g17" /><g
id="g19" /><g
id="g21" /><g
id="g23" /><g
id="g25" /><g
id="g27" /><g
id="g29" /><g
id="g31" /><g
id="g33" /><g
id="g35" /><g
id="g37" /><g
id="g39" /></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 495.61 495.61" style="enable-background:new 0 0 495.61 495.61;" xml:space="preserve">
<g>
<g>
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path d="M441.899,0H53.754C24.224,0,0.043,24.202,0.043,53.754v388.102c0,29.574,24.181,53.754,53.711,53.754h388.102
c29.574,0,53.711-24.224,53.711-53.754V53.754C495.632,24.202,471.429,0,441.899,0z M427.921,44.414
c13.978,0,25.367,11.346,25.367,25.367s-11.325,25.367-25.367,25.367c-14.043,0-25.367-11.346-25.367-25.367
S413.922,44.414,427.921,44.414z M348.778,44.393c13.999,0,25.389,11.346,25.389,25.389S362.799,95.17,348.778,95.17
s-25.389-11.346-25.389-25.389S334.778,44.393,348.778,44.393z M454.971,449.514H40.747V131.56h414.224V449.514z"/>
<rect x="128.13" y="317.047" width="79.229" height="79.208"/>
<rect x="291.551" y="317.047" width="79.251" height="79.208"/>
<rect x="128.13" y="188.291" width="79.229" height="79.186"/>
<rect x="291.551" y="188.291" width="79.251" height="79.186"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 495.61 495.61" style="enable-background:new 0 0 495.61 495.61;" xml:space="preserve">
<g>
<g>
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M441.899,0H53.754C24.224,0,0.043,24.202,0.043,53.754v388.102c0,29.574,24.181,53.754,53.711,53.754h388.102
c29.574,0,53.711-24.224,53.711-53.754V53.754C495.632,24.202,471.429,0,441.899,0z M427.921,44.414
c13.978,0,25.367,11.346,25.367,25.367s-11.325,25.367-25.367,25.367c-14.043,0-25.367-11.346-25.367-25.367
S413.922,44.414,427.921,44.414z M348.778,44.393c13.999,0,25.389,11.346,25.389,25.389S362.799,95.17,348.778,95.17
s-25.389-11.346-25.389-25.389S334.778,44.393,348.778,44.393z M454.971,449.514H40.747V131.56h414.224V449.514z"/>
<rect x="128.13" y="317.047" width="79.229" height="79.208"/>
<rect x="291.551" y="317.047" width="79.251" height="79.208"/>
<rect x="128.13" y="188.291" width="79.229" height="79.186"/>
<rect x="291.551" y="188.291" width="79.251" height="79.186"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="438.529px" height="438.528px" viewBox="0 0 438.529 438.528" style="enable-background:new 0 0 438.529 438.528;"
xml:space="preserve">
<g>
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path d="M433.109,23.694c-3.614-3.612-7.898-5.424-12.848-5.424c-4.948,0-9.226,1.812-12.847,5.424l-37.113,36.835
c-20.365-19.226-43.684-34.123-69.948-44.684C274.091,5.283,247.056,0.003,219.266,0.003c-52.344,0-98.022,15.843-137.042,47.536
C43.203,79.228,17.509,120.574,5.137,171.587v1.997c0,2.474,0.903,4.617,2.712,6.423c1.809,1.809,3.949,2.712,6.423,2.712h56.814
c4.189,0,7.042-2.19,8.566-6.565c7.993-19.032,13.035-30.166,15.131-33.403c13.322-21.698,31.023-38.734,53.103-51.106
c22.082-12.371,45.873-18.559,71.376-18.559c38.261,0,71.473,13.039,99.645,39.115l-39.406,39.397
c-3.607,3.617-5.421,7.902-5.421,12.851c0,4.948,1.813,9.231,5.421,12.847c3.621,3.617,7.905,5.424,12.854,5.424h127.906
c4.949,0,9.233-1.807,12.848-5.424c3.613-3.616,5.42-7.898,5.42-12.847V36.542C438.529,31.593,436.733,27.312,433.109,23.694z"/>
<path d="M422.253,255.813h-54.816c-4.188,0-7.043,2.187-8.562,6.566c-7.99,19.034-13.038,30.163-15.129,33.4
c-13.326,21.693-31.028,38.735-53.102,51.106c-22.083,12.375-45.874,18.556-71.378,18.556c-18.461,0-36.259-3.423-53.387-10.273
c-17.13-6.858-32.454-16.567-45.966-29.13l39.115-39.112c3.615-3.613,5.424-7.901,5.424-12.847c0-4.948-1.809-9.236-5.424-12.847
c-3.617-3.62-7.898-5.431-12.847-5.431H18.274c-4.952,0-9.235,1.811-12.851,5.431C1.807,264.844,0,269.132,0,274.08v127.907
c0,4.945,1.807,9.232,5.424,12.847c3.619,3.61,7.902,5.428,12.851,5.428c4.948,0,9.229-1.817,12.847-5.428l36.829-36.833
c20.367,19.41,43.542,34.355,69.523,44.823c25.981,10.472,52.866,15.701,80.653,15.701c52.155,0,97.643-15.845,136.471-47.534
c38.828-31.688,64.333-73.042,76.52-124.05c0.191-0.38,0.281-1.047,0.281-1.995c0-2.478-0.907-4.612-2.715-6.427
C426.874,256.72,424.731,255.813,422.253,255.813z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="438.529px" height="438.528px" viewBox="0 0 438.529 438.528" style="enable-background:new 0 0 438.529 438.528;"
xml:space="preserve">
<g>
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M433.109,23.694c-3.614-3.612-7.898-5.424-12.848-5.424c-4.948,0-9.226,1.812-12.847,5.424l-37.113,36.835
c-20.365-19.226-43.684-34.123-69.948-44.684C274.091,5.283,247.056,0.003,219.266,0.003c-52.344,0-98.022,15.843-137.042,47.536
C43.203,79.228,17.509,120.574,5.137,171.587v1.997c0,2.474,0.903,4.617,2.712,6.423c1.809,1.809,3.949,2.712,6.423,2.712h56.814
c4.189,0,7.042-2.19,8.566-6.565c7.993-19.032,13.035-30.166,15.131-33.403c13.322-21.698,31.023-38.734,53.103-51.106
c22.082-12.371,45.873-18.559,71.376-18.559c38.261,0,71.473,13.039,99.645,39.115l-39.406,39.397
c-3.607,3.617-5.421,7.902-5.421,12.851c0,4.948,1.813,9.231,5.421,12.847c3.621,3.617,7.905,5.424,12.854,5.424h127.906
c4.949,0,9.233-1.807,12.848-5.424c3.613-3.616,5.42-7.898,5.42-12.847V36.542C438.529,31.593,436.733,27.312,433.109,23.694z"/>
<path d="M422.253,255.813h-54.816c-4.188,0-7.043,2.187-8.562,6.566c-7.99,19.034-13.038,30.163-15.129,33.4
c-13.326,21.693-31.028,38.735-53.102,51.106c-22.083,12.375-45.874,18.556-71.378,18.556c-18.461,0-36.259-3.423-53.387-10.273
c-17.13-6.858-32.454-16.567-45.966-29.13l39.115-39.112c3.615-3.613,5.424-7.901,5.424-12.847c0-4.948-1.809-9.236-5.424-12.847
c-3.617-3.62-7.898-5.431-12.847-5.431H18.274c-4.952,0-9.235,1.811-12.851,5.431C1.807,264.844,0,269.132,0,274.08v127.907
c0,4.945,1.807,9.232,5.424,12.847c3.619,3.61,7.902,5.428,12.851,5.428c4.948,0,9.229-1.817,12.847-5.428l36.829-36.833
c20.367,19.41,43.542,34.355,69.523,44.823c25.981,10.472,52.866,15.701,80.653,15.701c52.155,0,97.643-15.845,136.471-47.534
c38.828-31.688,64.333-73.042,76.52-124.05c0.191-0.38,0.281-1.047,0.281-1.995c0-2.478-0.907-4.612-2.715-6.427
C426.874,256.72,424.731,255.813,422.253,255.813z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="438.277px" height="438.277px" viewBox="0 0 438.277 438.277" style="enable-background:new 0 0 438.277 438.277;"
xml:space="preserve">
<g fill="#{sdcol(icon)}" fill-opacity="1">
<path d="M428.756,300.104c-0.664-3.81-2.334-7.047-4.996-9.713c-5.9-5.903-12.752-7.142-20.554-3.716
c-20.937,9.708-42.641,14.558-65.097,14.558c-28.171,0-54.152-6.94-77.943-20.838c-23.791-13.894-42.631-32.736-56.525-56.53
c-13.899-23.793-20.844-49.773-20.844-77.945c0-21.888,4.333-42.683,12.991-62.384c8.66-19.7,21.176-36.973,37.543-51.82
c6.283-5.898,7.713-12.752,4.287-20.557c-3.236-7.801-9.041-11.511-17.415-11.132c-29.121,1.141-56.72,7.664-82.797,19.556
C111.33,31.478,88.917,47.13,70.168,66.548c-18.747,19.414-33.595,42.399-44.54,68.95c-10.942,26.553-16.416,54.39-16.416,83.511
c0,29.694,5.806,58.054,17.416,85.082c11.613,27.028,27.218,50.344,46.824,69.949c19.604,19.599,42.92,35.207,69.951,46.822
c27.028,11.607,55.384,17.415,85.075,17.415c42.64,0,81.987-11.563,118.054-34.69c36.069-23.124,63.05-54.006,80.944-92.645
C429,307.519,429.427,303.906,428.756,300.104z M306.565,384.168c-24.646,11.711-50.676,17.562-78.087,17.562
c-24.743,0-48.39-4.853-70.947-14.558c-22.554-9.705-41.971-22.695-58.246-38.972c-16.271-16.272-29.259-35.686-38.97-58.241
c-9.707-22.556-14.561-46.203-14.561-70.948c0-40.922,12.135-77.466,36.403-109.636c24.266-32.165,55.531-53.959,93.788-65.379
c-19.795,31.405-29.694,65.379-29.694,101.926c0,34.644,8.564,66.715,25.697,96.223c17.128,29.499,40.446,52.811,69.95,69.948
c29.499,17.129,61.565,25.694,96.211,25.694c10.656,0,21.129-0.855,31.408-2.57C352.199,356.155,331.21,372.472,306.565,384.168z"
/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="438.277px" height="438.277px" viewBox="0 0 438.277 438.277" style="enable-background:new 0 0 438.277 438.277;"
xml:space="preserve">
<g fill="#{sdcol(iconactive)}" fill-opacity="1">
<path d="M428.756,300.104c-0.664-3.81-2.334-7.047-4.996-9.713c-5.9-5.903-12.752-7.142-20.554-3.716
c-20.937,9.708-42.641,14.558-65.097,14.558c-28.171,0-54.152-6.94-77.943-20.838c-23.791-13.894-42.631-32.736-56.525-56.53
c-13.899-23.793-20.844-49.773-20.844-77.945c0-21.888,4.333-42.683,12.991-62.384c8.66-19.7,21.176-36.973,37.543-51.82
c6.283-5.898,7.713-12.752,4.287-20.557c-3.236-7.801-9.041-11.511-17.415-11.132c-29.121,1.141-56.72,7.664-82.797,19.556
C111.33,31.478,88.917,47.13,70.168,66.548c-18.747,19.414-33.595,42.399-44.54,68.95c-10.942,26.553-16.416,54.39-16.416,83.511
c0,29.694,5.806,58.054,17.416,85.082c11.613,27.028,27.218,50.344,46.824,69.949c19.604,19.599,42.92,35.207,69.951,46.822
c27.028,11.607,55.384,17.415,85.075,17.415c42.64,0,81.987-11.563,118.054-34.69c36.069-23.124,63.05-54.006,80.944-92.645
C429,307.519,429.427,303.906,428.756,300.104z M306.565,384.168c-24.646,11.711-50.676,17.562-78.087,17.562
c-24.743,0-48.39-4.853-70.947-14.558c-22.554-9.705-41.971-22.695-58.246-38.972c-16.271-16.272-29.259-35.686-38.97-58.241
c-9.707-22.556-14.561-46.203-14.561-70.948c0-40.922,12.135-77.466,36.403-109.636c24.266-32.165,55.531-53.959,93.788-65.379
c-19.795,31.405-29.694,65.379-29.694,101.926c0,34.644,8.564,66.715,25.697,96.223c17.128,29.499,40.446,52.811,69.95,69.948
c29.499,17.129,61.565,25.694,96.211,25.694c10.656,0,21.129-0.855,31.408-2.57C352.199,356.155,331.21,372.472,306.565,384.168z"
/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

Some files were not shown because too many files have changed in this diff Show More