Add (quite) all the status icons

This commit is contained in:
Davide Andreoli 2016-05-02 23:41:17 +02:00
parent 5feb9c6e52
commit 7ee36225e2
90 changed files with 6137 additions and 96 deletions

View File

@ -59,6 +59,17 @@
} } } }
// TODO (old icons provided by elm):
//
// IC("document-edit", "icon_edit.png")
//
// IC("dialog-info", "icon_info.png")
// IC("dialog-close", "icon_close.png")
//
// IC("application-chat", "icon_chat.png") /* */
// IC("application-clock", "icon_clock.png") /* */
//// places /////////////////////////////////////////////////////////////////
#define CTX "places"
ICO1(CTX, "user-home")
@ -111,6 +122,7 @@ ICO1(CTX, "document-properties")
ICO1(CTX, "document-save")
ICO1(CTX, "document-save-as")
ICO1(CTX, "document-send")
ICO1(CTX, "document-close") /* */
// TODO document-new
// TODO document-print
// TODO document-print-preview
@ -182,6 +194,7 @@ ICO1(CTX, "zoom-out")
ICO1(CTX, "view-fullscreen")
ICO1(CTX, "view-refresh")
ICO1(CTX, "view-restore")
ICO1(CTX, "view-close") /* */
// TODO view-sort-ascending
// TODO view-sort-descending
@ -221,65 +234,105 @@ ICO1(CTX, "system-shutdown")
//// status /////////////////////////////////////////////////////////////
#define CTX "status"
// TODO appointment-missed
// TODO appointment-soon
// TODO audio-volume-high
// TODO audio-volume-low
// TODO audio-volume-medium
// TODO audio-volume-muted
// TODO battery-caution
// TODO battery-low
// TODO dialog-error
// TODO dialog-information
// TODO dialog-password
// TODO dialog-question
// TODO dialog-warning
// TODO folder-drag-accept
// TODO folder-open
// TODO folder-visiting
// TODO image-loading
// TODO image-missing
// TODO mail-attachment
// TODO mail-unread
// TODO mail-read
ICO1(CTX, "audio-volume-high")
ICO1(CTX, "audio-volume-low")
ICO1(CTX, "audio-volume-medium")
ICO1(CTX, "audio-volume-muted")
ICO1(CTX, "audio-volume") /* */
ICO1(CTX, "battery-caution")
ICO1(CTX, "battery-empty") /* */
ICO1(CTX, "battery-low")
ICO1(CTX, "battery-good") /* */
ICO1(CTX, "battery-full") /* */
ICO1(CTX, "battery-caution-charging") /* */
ICO1(CTX, "battery-empty-charging") /* */
ICO1(CTX, "battery-low-charging") /* */
ICO1(CTX, "battery-good-charging") /* */
ICO1(CTX, "battery-full-charging") /* */
ICO1(CTX, "bluetooth-active") /* */
ICO1(CTX, "bluetooth-disabled") /* */
ICO1(CTX, "changes-allow") /* */
ICO1(CTX, "changes-prevent")/* */
ICO1(CTX, "dialog-error")
ICO1(CTX, "dialog-information")
ICO1(CTX, "dialog-password")
ICO1(CTX, "dialog-question")
ICO1(CTX, "dialog-warning")
ICO1(CTX, "media-playlist-repeat")
ICO1(CTX, "media-playlist-shuffle")
ICO1(CTX, "network-cellular-3g") /* */
ICO1(CTX, "network-cellular-4g") /* */
ICO1(CTX, "network-cellular-edge") /* */
ICO1(CTX, "network-cellular-gprs") /* */
ICO1(CTX, "network-cellular-umts") /* */
ICO1(CTX, "network-cellular-connected") /* */
ICO1(CTX, "network-cellular-signal-excellent") /* */
ICO1(CTX, "network-cellular-signal-good") /* */
ICO1(CTX, "network-cellular-signal-none") /* */
ICO1(CTX, "network-cellular-signal-ok") /* */
ICO1(CTX, "network-cellular-signal-weak") /* */
ICO1(CTX, "network-cellular-signal-acquiring") /* */
ICO1(CTX, "network-error")
ICO1(CTX, "network-offline")
ICO1(CTX, "network-receive")
ICO1(CTX, "network-transmit-receive")
ICO1(CTX, "network-transmit")
ICO1(CTX, "network-idle")
ICO1(CTX, "network-vpn") /* */
ICO1(CTX, "network-vpn-acquiring") /* */
ICO1(CTX, "network-wireless-acquiring") /* */
ICO1(CTX, "network-wireless-encrypted") /* */
ICO1(CTX, "network-wireless-signal-excellent") /* */
ICO1(CTX, "network-wireless-signal-good") /* */
ICO1(CTX, "network-wireless-signal-none") /* */
ICO1(CTX, "network-wireless-signal-ok") /* */
ICO1(CTX, "network-wireless-signal-weak") /* */
ICO1(CTX, "printer-error")
ICO1(CTX, "printer-printing")
ICO1(CTX, "printer-warning") /* */
ICO1(CTX, "security-high")
ICO1(CTX, "security-medium")
ICO1(CTX, "security-low")
ICO1(CTX, "software-update-available")
ICO1(CTX, "software-update-urgent")
ICO1(CTX, "user-available")
ICO1(CTX, "user-away")
ICO1(CTX, "user-busy") /* */
ICO1(CTX, "user-invisible") /* */
ICO1(CTX, "user-idle")
ICO1(CTX, "user-offline")
ICO1(CTX, "weather-clear-night")
ICO1(CTX, "weather-clear")
ICO1(CTX, "weather-clouds-night") /* */
ICO1(CTX, "weather-clouds") /* */
ICO1(CTX, "weather-few-clouds-night")
ICO1(CTX, "weather-few-clouds")
ICO1(CTX, "weather-fog")
ICO1(CTX, "weather-overcast")
ICO1(CTX, "weather-severe-alert")
ICO1(CTX, "weather-showers-scattered")
ICO1(CTX, "weather-showers")
ICO1(CTX, "weather-snow")
ICO1(CTX, "weather-storm")
ICO1(CTX, "mail-attachment")
ICO1(CTX, "mail-unread")
ICO1(CTX, "mail-read")
// TODO mail-replied
// TODO mail-signed
// TODO mail-signed-verified
// TODO media-playlist-repeat
// TODO media-playlist-shuffle
// TODO network-error
// TODO network-idle
// TODO network-offline
// TODO network-receive
// TODO network-transmit
// TODO network-transmit-receive
// TODO printer-error
// TODO printer-printing
// TODO security-high
// TODO security-medium
// TODO security-low
// TODO software-update-available
// TODO software-update-urgent
// TODO appointment-missed
// TODO appointment-soon
// TODO folder-drag-accept
// TODO folder-visiting
// TODO image-loading
// TODO image-missing
// TODO sync-error
// TODO sync-synchronizing
// TODO task-due
// TODO task-past-due
// TODO user-available
// TODO user-away
// TODO user-idle
// TODO user-offline
// TODO user-trash-full
// TODO weather-clear
// TODO weather-clear-night
// TODO weather-few-clouds
// TODO weather-few-clouds-night
// TODO weather-fog
// TODO weather-overcast
// TODO weather-severe-alert
// TODO weather-showers
// TODO weather-showers-scattered
// TODO weather-snow
// TODO weather-storm
ICO1(CTX, "starred") /* */
ICO1(CTX, "non-starred") /* */
#undef CTX
@ -410,46 +463,3 @@ ICO1(CTX, "system-shutdown")
#undef ICO1
#undef ICO2
// TODO:
// IC("view-close", "icon_close.png")
// IC("view-refresh", "icon_refresh.png")
//
// IC("window-close", "icon_close.png")
//
// IC("document-close", "icon_close.png")
// IC("document-edit", "icon_edit.png")
//
// IC("dialog-info", "icon_info.png")
// IC("dialog-close", "icon_close.png")
//
// IC("arrow-up", "icon_arrow_up.png")
// IC("arrow-down", "icon_arrow_down.png")
// IC("arrow-left", "icon_arrow_left.png")
// IC("arrow-right", "icon_arrow_right.png")
// IC("arrow-up-left", "icon_arrow_up_left.png") /* */
// IC("arrow-up-right", "icon_arrow_up_right.png") /* */
// IC("arrow-down-left", "icon_arrow_down_left.png") /* */
// IC("arrow-down-right", "icon_arrow_down_right.png") /* */
//
// IC("edit-delete", "icon_delete.png")
// IC("edit-find", "icon_search.png")
//
// IC("application-chat", "icon_chat.png") /* */
// IC("application-clock", "icon_clock.png") /* */
//
// IC("media-seek-forward", "icon_forward.png")
// IC("media-seek-backward", "icon_rewind.png")
// IC("media-skip-forward", "icon_next.png")
// IC("media-skip-backward", "icon_prev.png")
// IC("media-playback-pause", "icon_pause.png")
// IC("media-playback-start", "icon_play.png")
// IC("media-playback-stop", "icon_stop.png")
// IC("media-eject", "icon_eject.png")
//
// IC("audio-volume", "icon_volume.png") /* */
// IC("audio-volume-muted", "icon_mute.png")

View File

@ -0,0 +1 @@
window-close.svg

View File

@ -0,0 +1 @@
window-close.svg

View File

@ -2,9 +2,21 @@
Name=Bluish-X
Inherits=hicolor
Comment=The EFL Bluish-X Icon theme. Orig. Based on Rave-X and Mint-X Icon Themes.
Directories=places/scalable,places/16,emblems/scalable
Directories=actions/scalable,status/scalable,places/scalable,places/16,emblems/scalable
Example=directory-x-normal
[actions/scalable]
Size=128
Context=Actions
Type=Scalable
MinSize=16
[status/scalable]
Size=128
Context=Status
Type=Scalable
MinSize=16
[places/scalable]
Size=128
Context=Places

View File

@ -0,0 +1,80 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="system-shutdown.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="68.006648"
inkscape:cy="77.070011"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="506"
inkscape:window-y="20"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.4286317,0,0,7.4286317,4.4997039,4.6456242)"
style="fill:#3397ff"
id="g4">
<path
inkscape:connector-curvature="0"
d="M 12.492,0 11.138,1.3505 C 12.915,3.0454 14,5.4 14,7.985 c 0,2.6155 -1.1103,4.9943 -2.9231,6.6936 l 1.385,1.321 c 2.174,-2.045 3.538,-4.873 3.538,-8.015 0,-3.126 -1.351,-5.9422 -3.508,-7.985 z"
id="path6"
style="fill:#3397ff" />
<path
inkscape:connector-curvature="0"
d="M 10.375,1.9963 8.9375,3.3468 C 10.204,4.537 11,6.17 11,7.985 c 0,1.8296 -0.80872,3.4754 -2.0938,4.6679 l 1.4058,1.351 C 11.97,12.4699 13,10.3419 13,7.9847 13,5.6517 12.004,3.5264 10.375,1.996 z"
id="path8"
style="fill:#3397ff" />
<path
inkscape:connector-curvature="0"
d="m 5.25,12.991 c -0.054405,8e-6 -0.070953,-0.01227 -0.125,-0.03125 -0.070536,-0.02768 -0.15686,-0.06679 -0.21875,-0.125 l -1.9687,-1.835 h -1.9688 c -0.54264,0 -0.9687,-0.431 -0.9687,-1 v -3.969 c 0,-0.569 0.42617,-1.02 0.96875,-1.031 h 2 l 1.9375,-1.8525 c 0.22386,-0.19707 0.49462,-0.19639 0.71875,0 0.22413,0.19639 0.37645,0.57679 0.375,0.96875 v 7.75 c 0.00323,0.33586 -0.10849,0.66414 -0.28125,0.875 -0.12957,0.15814 -0.30553,0.24998 -0.46875,0.25 z"
id="path10"
style="fill:#3397ff" />
<path
inkscape:connector-curvature="0"
d="M 8.25,3.9927 6.8125,5.343 C 7.5365,6.023 8,6.948 8,7.985 8,9.038 7.524,9.974 6.7812,10.657 l 1.4375,1.3505 C 9.3231,10.9835 10,9.5545 10,7.9835 10,6.4285 9.336,5.0115 8.25,3.9912 z"
id="path12"
style="fill:#3397ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,80 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="audio-volume-high.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="68.006648"
inkscape:cy="77.070011"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="506"
inkscape:window-y="-3"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.5179183,0,0,7.5179183,3.7854138,3.9312807)"
style="fill:#3397ff"
id="g4-8">
<path
style="opacity:0.45000000000000001;fill:#3397ff"
inkscape:connector-curvature="0"
d="M 12.492,0 11.138,1.3505 C 12.915,3.0454 14,5.4 14,7.985 c 0,2.6155 -1.1103,4.9943 -2.9231,6.6936 l 1.385,1.321 c 2.174,-2.045 3.538,-4.873 3.538,-8.015 0,-3.126 -1.351,-5.9422 -3.508,-7.985 z"
id="path6-8" />
<path
style="opacity:0.45000000000000001;fill:#3397ff"
inkscape:connector-curvature="0"
d="M 10.375,1.9963 8.9375,3.3468 C 10.204,4.537 11,6.17 11,7.985 c 0,1.8296 -0.80872,3.4754 -2.0938,4.6679 l 1.4058,1.351 C 11.97,12.4699 13,10.3419 13,7.9847 13,5.6517 12.004,3.5264 10.375,1.996 z"
id="path8-8" />
<path
inkscape:connector-curvature="0"
d="m 5.25,12.991 c -0.054405,8e-6 -0.070953,-0.01227 -0.125,-0.03125 -0.070536,-0.02768 -0.15686,-0.06679 -0.21875,-0.125 l -1.9687,-1.835 h -1.9688 c -0.54264,0 -0.9687,-0.431 -0.9687,-1 v -3.969 c 0,-0.569 0.42617,-1.02 0.96875,-1.031 h 2 l 1.9375,-1.8525 c 0.22386,-0.19707 0.49462,-0.19639 0.71875,0 0.22413,0.19639 0.37645,0.57679 0.375,0.96875 v 7.75 c 0.00323,0.33586 -0.10849,0.66414 -0.28125,0.875 -0.12957,0.15814 -0.30553,0.24998 -0.46875,0.25 z"
id="path10-5"
style="fill:#3397ff" />
<path
inkscape:connector-curvature="0"
d="M 8.25,3.9927 6.8125,5.343 C 7.5365,6.023 8,6.948 8,7.985 8,9.038 7.524,9.974 6.7812,10.657 l 1.4375,1.3505 C 9.3231,10.9835 10,9.5545 10,7.9835 10,6.4285 9.336,5.0115 8.25,3.9912 z"
id="path12-5"
style="fill:#3397ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,80 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="audio-volume-low.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="68.006648"
inkscape:cy="77.070011"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="506"
inkscape:window-y="-3"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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
transform="matrix(7.4955702,0,0,7.4955702,3.785836,3.93157)"
style="fill:#3397ff"
id="g4">
<path
style="opacity:0.45000000000000001;fill:#3397ff"
inkscape:connector-curvature="0"
d="M 12.492,0 11.138,1.3505 C 12.915,3.0454 14,5.4 14,7.985 c 0,2.6155 -1.1103,4.9943 -2.9231,6.6936 l 1.385,1.321 c 2.174,-2.045 3.538,-4.873 3.538,-8.015 0,-3.126 -1.351,-5.9422 -3.508,-7.985 z"
id="path6" />
<path
inkscape:connector-curvature="0"
d="M 10.375,1.9963 8.9375,3.3468 C 10.204,4.537 11,6.17 11,7.985 c 0,1.8296 -0.80872,3.4754 -2.0938,4.6679 l 1.4058,1.351 C 11.97,12.4699 13,10.3419 13,7.9847 13,5.6517 12.004,3.5264 10.375,1.996 z"
id="path8"
style="fill:#3397ff" />
<path
inkscape:connector-curvature="0"
d="m 5.25,12.991 c -0.054405,8e-6 -0.070953,-0.01227 -0.125,-0.03125 -0.070536,-0.02768 -0.15686,-0.06679 -0.21875,-0.125 l -1.9687,-1.835 h -1.9688 c -0.54264,0 -0.9687,-0.431 -0.9687,-1 v -3.969 c 0,-0.569 0.42617,-1.02 0.96875,-1.031 h 2 l 1.9375,-1.8525 c 0.22386,-0.19707 0.49462,-0.19639 0.71875,0 0.22413,0.19639 0.37645,0.57679 0.375,0.96875 v 7.75 c 0.00323,0.33586 -0.10849,0.66414 -0.28125,0.875 -0.12957,0.15814 -0.30553,0.24998 -0.46875,0.25 z"
id="path10"
style="fill:#3397ff" />
<path
inkscape:connector-curvature="0"
d="M 8.25,3.9927 6.8125,5.343 C 7.5365,6.023 8,6.948 8,7.985 8,9.038 7.524,9.974 6.7812,10.657 l 1.4375,1.3505 C 9.3231,10.9835 10,9.5545 10,7.9835 10,6.4285 9.336,5.0115 8.25,3.9912 z"
id="path12"
style="fill:#3397ff" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="audio-volume-medium.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="68.006648"
inkscape:cy="77.070011"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="506"
inkscape:window-y="-3"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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>
<path
style="opacity:0.45000000000000001;fill:#3397ff"
inkscape:connector-curvature="0"
d="M 97.678,3.2180552 87.310536,13.350278 c 13.390994,12.778755 21.677424,30.68922 21.677424,50.187605 0,19.720813 -8.48096,37.610917 -22.148672,50.423607 l 10.608743,9.89245 c 16.399449,-15.41926 26.623659,-36.636755 26.623659,-60.319827 0,-23.569974 -10.12619,-44.91716 -26.38992,-60.3198278 z M 81.655556,18.298012 70.816843,28.430235 c 9.549377,8.974082 15.551197,21.422586 15.551197,35.107648 0,13.795145 -6.097729,26.116977 -15.787198,35.107647 l 10.599696,10.13374 C 93.681814,97.212934 101.44799,81.303579 101.44799,63.539391 c 0,-17.598312 -7.509816,-33.700688 -19.792434,-45.239872 z M 43.013185,25.83799 c -0.932694,-7.54e-4 -1.747765,0.435057 -2.592243,1.177745 L 25.812997,40.917946 H 10.733048 c -4.0914159,0.08294 -7.3047267,3.48347 -7.3047267,7.773718 v 29.926175 c 0,4.289795 3.2124813,7.539979 7.3043497,7.539979 h 14.844702 l 14.8447,13.902212 c 0.46665,0.4389 1.1175,0.73379 1.64937,0.9425 0.40565,0.14326 0.530815,0.23373 0.940989,0.23373 1.230523,0 2.557559,-0.69367 3.53474,-1.884988 1.302153,-1.590936 2.144368,-4.064049 2.12024,-6.597482 V 34.318957 c 0.0098,-2.957179 -1.138536,-5.825387 -2.828244,-7.306239 -0.845231,-0.739671 -1.894796,-1.17699 -2.82749,-1.177744 z m 22.619926,7.539978 -10.838716,10.132223 c 5.458945,5.127185 8.953722,12.207224 8.953722,20.026184 0,7.932057 -3.589028,14.883917 -9.189724,20.026182 l 10.83947,10.133731 c 8.326394,-7.705858 13.430202,-18.316115 13.430202,-30.161421 0,-11.732208 -5.006543,-22.469137 -13.194954,-30.159915 z"
id="path4" />
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1 @@
audio-volume-high.svg

View File

@ -0,0 +1,77 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="battery-low-charging.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="560"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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>
<rect
style="fill:#d40000"
height="23.220131"
width="54.180302"
y="84.088821"
x="19.664337"
id="rect4" />
<g
transform="matrix(7.259481,0,0,7.259481,6.5628738,5.0312917)"
style="fill:#3399ff"
id="g6">
<path
inkscape:connector-curvature="0"
d="M 0,14.75 C 0,15.442 0.5575,16 1.25,16 h 8.5 C 10.442,16 11,15.442 11,14.75 V 13.062 L 9,9.688 V 13.25 C 9,13.666 8.6655,14 8.25,14 H 2.75 C 2.3345,14 2,13.666 2,13.25 V 4.75 C 2,4.334 2.3345,4 2.75,4 h 5.5 C 8.6655,4 9,4.334 9,4.75 V 8 h 2 V 3.2498 c 0,-0.6925 -0.558,-1.25 -1.25,-1.25 H 8 v -1.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 h -4 c -0.277,0 -0.5,0.223 -0.5,0.5 v 1.5 H 1.25 C 0.5575,1.9998 0,2.5573 0,3.2498 v 11.5 z"
id="path8-7"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 14,16 10,9 h 2.458 L 12,4 l 4,7 h -2.5262 z"
id="path10"
style="fill:#3399ff" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,67 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="audio-volume-muted.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="68.843267"
inkscape:cy="77.767844"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="506"
inkscape:window-y="-3"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<rect
style="fill:#d40000"
height="21.549107"
width="50.28125"
y="84.727669"
x="39.580353"
id="rect4" />
<path
style="fill:#3397ff"
inkscape:connector-curvature="0"
d="m 25.214286,111.66405 c 0,4.97067 4.004543,8.97881 8.978794,8.97881 h 61.055804 c 4.970656,0 8.978796,-4.00814 8.978796,-8.97881 v -82.6049 c 0,-4.974251 -4.00814,-8.978794 -8.978796,-8.978794 H 82.678572 V 9.3058024 c 0,-1.9896999 -1.601817,-3.5915171 -3.591519,-3.5915171 H 50.354911 c -1.9897,0 -3.591518,1.6018172 -3.591518,3.5915171 V 20.080356 H 34.19308 c -4.974251,0 -8.978794,4.004543 -8.978794,8.978794 z M 39.580357,100.88951 V 39.833704 c 0,-2.988142 2.402726,-5.387277 5.387277,-5.387277 H 84.47433 c 2.984551,0 5.387277,2.402726 5.387277,5.387277 v 61.055806 c 0,2.98814 -2.399133,5.38727 -5.387277,5.38727 H 44.967634 c -2.984551,0 -5.387277,-2.39913 -5.387277,-5.38727 z"
id="path6" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="battery-caution-charging.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="560"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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
transform="matrix(7.259481,0,0,7.259481,6.5628738,5.0312917)"
style="fill:#3399ff"
id="g6">
<path
inkscape:connector-curvature="0"
d="M 0,14.75 C 0,15.442 0.5575,16 1.25,16 h 8.5 C 10.442,16 11,15.442 11,14.75 V 13.062 L 9,9.688 V 13.25 C 9,13.666 8.6655,14 8.25,14 H 2.75 C 2.3345,14 2,13.666 2,13.25 V 4.75 C 2,4.334 2.3345,4 2.75,4 h 5.5 C 8.6655,4 9,4.334 9,4.75 V 8 h 2 V 3.2498 c 0,-0.6925 -0.558,-1.25 -1.25,-1.25 H 8 v -1.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 h -4 c -0.277,0 -0.5,0.223 -0.5,0.5 v 1.5 H 1.25 C 0.5575,1.9998 0,2.5573 0,3.2498 v 11.5 z"
id="path8-7"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 14,16 10,9 h 2.458 L 12,4 l 4,7 h -2.5262 z"
id="path10"
style="fill:#3399ff" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="battery-caution.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="68.843267"
inkscape:cy="77.767844"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="506"
inkscape:window-y="-3"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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>
<path
style="fill:#d40000"
inkscape:connector-curvature="0"
d="m 25.214285,111.66406 c 0,4.97066 4.004542,8.9788 8.978795,8.9788 h 61.055803 c 4.970657,0 8.978797,-4.00814 8.978797,-8.9788 V 29.059151 c 0,-4.974252 -4.00814,-8.978794 -8.978797,-8.978794 H 82.67857 V 9.3058025 c 0,-1.9897001 -1.601817,-3.5915172 -3.591518,-3.5915172 H 50.35491 c -1.989702,0 -3.591518,1.6018171 -3.591518,3.5915172 V 20.080357 H 34.19308 c -4.974253,0 -8.978795,4.004542 -8.978795,8.978794 z M 39.580357,100.8895 V 39.833705 c 0,-2.988143 2.402725,-5.387278 5.387276,-5.387278 H 84.47433 c 2.98455,0 5.387276,2.402727 5.387276,5.387278 V 100.8895 c 0,2.98816 -2.399134,5.38728 -5.387276,5.38728 H 44.967633 c -2.984551,0 -5.387276,-2.39912 -5.387276,-5.38728 z"
id="path4" />
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,79 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="battery-full.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="560"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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
transform="matrix(7.2435114,0,0,7.2435114,6.702595,5.2867778)"
style="fill:#3399ff"
id="g4-7">
<path
inkscape:connector-curvature="0"
d="M 0,14.75 C 0,15.442 0.5575,16 1.25,16 h 8.5 C 10.442,16 11,15.442 11,14.75 V 13.062 L 9,9.688 V 13.25 C 9,13.666 8.6655,14 8.25,14 H 2.75 C 2.3345,14 2,13.666 2,13.25 V 4.75 C 2,4.334 2.3345,4 2.75,4 h 5.5 C 8.6655,4 9,4.334 9,4.75 V 8 h 2 V 3.2498 c 0,-0.6925 -0.558,-1.25 -1.25,-1.25 H 8 v -1.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 h -4 c -0.277,0 -0.5,0.223 -0.5,0.5 v 1.5 H 1.25 C 0.5575,1.9998 0,2.5573 0,3.2498 v 11.5 z"
id="path6-9"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 14,16 10,9 h 2.458 L 12,4 l 4,7 h -2.5262 z"
id="path8"
style="fill:#3399ff" />
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="0"
ry="0"
height="10"
width="7"
y="4"
x="2"
id="rect10" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,74 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="battery-good.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="63.872255"
inkscape:cy="68.087824"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="560"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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
transform="matrix(7.2318998,0,0,7.2318998,6.8234443,5.2854296)"
style="fill:#3399ff"
id="g4">
<path
inkscape:connector-curvature="0"
d="M 2.5,14.75 C 2.5,15.442 3.0575,16 3.75,16 h 8.5 c 0.692,0 1.25,-0.558 1.25,-1.25 V 3.25 C 13.5,2.5575 12.942,2 12.25,2 H 10.5 V 0.5 C 10.5,0.223 10.277,0 10,0 H 6 C 5.723,0 5.5,0.223 5.5,0.5 V 2 H 3.75 C 3.0575,2 2.5,2.5575 2.5,3.25 z m 2,-1.5 V 4.75 C 4.5,4.334 4.8345,4 5.25,4 h 5.5 c 0.4155,0 0.75,0.3345 0.75,0.75 v 8.5 C 11.5,13.666 11.166,14 10.75,14 H 5.25 C 4.8345,14 4.5,13.666 4.5,13.25 z"
id="path6"
style="fill:#3399ff" />
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="0"
ry="0"
height="10"
width="7"
y="4"
x="4.5"
id="rect8" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,77 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="battery-full-charging.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="560"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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
transform="matrix(7.2435125,0,0,7.2435125,6.8183632,5.2867779)"
style="fill:#3399ff"
id="g4">
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
height="6"
width="7"
y="8"
x="2"
id="rect6" />
<path
inkscape:connector-curvature="0"
d="M 0,14.75 C 0,15.442 0.5575,16 1.25,16 h 8.5 C 10.442,16 11,15.442 11,14.75 V 13.062 L 9,9.688 V 13.25 C 9,13.666 8.6655,14 8.25,14 H 2.75 C 2.3345,14 2,13.666 2,13.25 V 4.75 C 2,4.334 2.3345,4 2.75,4 h 5.5 C 8.6655,4 9,4.334 9,4.75 V 8 h 2 V 3.2498 c 0,-0.6925 -0.558,-1.25 -1.25,-1.25 H 8 v -1.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 h -4 c -0.277,0 -0.5,0.223 -0.5,0.5 v 1.5 H 1.25 C 0.5575,1.9998 0,2.5573 0,3.2498 v 11.5 z"
id="path8-8"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 14,16 10,9 h 2.458 L 12,4 l 4,7 h -2.5262 z"
id="path10"
style="fill:#3399ff" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,72 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="battery-low.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="63.872255"
inkscape:cy="68.087824"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="560"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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
transform="matrix(7.2086735,0,0,7.2086735,7.1369991,5.5409181)"
style="fill:#3399ff"
id="g4-6">
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
height="6"
width="7"
y="8"
x="4.5"
id="rect6-2" />
<path
inkscape:connector-curvature="0"
d="M 2.5,14.75 C 2.5,15.442 3.0575,16 3.75,16 h 8.5 c 0.692,0 1.25,-0.558 1.25,-1.25 V 3.25 C 13.5,2.5575 12.942,2 12.25,2 H 10.5 V 0.5 C 10.5,0.223 10.277,0 10,0 H 6 C 5.723,0 5.5,0.223 5.5,0.5 V 2 H 3.75 C 3.0575,2 2.5,2.5575 2.5,3.25 z m 2,-1.5 V 4.75 C 4.5,4.334 4.8345,4 5.25,4 h 5.5 c 0.4155,0 0.75,0.3345 0.75,0.75 v 8.5 C 11.5,13.666 11.166,14 10.75,14 H 5.25 C 4.8345,14 4.5,13.666 4.5,13.25 z"
id="path8-6"
style="fill:#3399ff" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,77 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="battery-good-charging.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="560"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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
transform="matrix(7.2434457,0,0,7.2434457,6.8183629,5.2867773)"
style="fill:#3399ff"
id="g4-6">
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
height="4"
width="7"
y="10"
x="2"
id="rect6-8" />
<path
inkscape:connector-curvature="0"
d="M 0,14.75 C 0,15.442 0.5575,16 1.25,16 h 8.5 C 10.442,16 11,15.442 11,14.75 V 13.062 L 9,9.688 V 13.25 C 9,13.666 8.6655,14 8.25,14 H 2.75 C 2.3345,14 2,13.666 2,13.25 V 4.75 C 2,4.334 2.3345,4 2.75,4 h 5.5 C 8.6655,4 9,4.334 9,4.75 V 8 h 2 V 3.2498 c 0,-0.6925 -0.558,-1.25 -1.25,-1.25 H 8 v -1.5 c 0,-0.277 -0.223,-0.5 -0.5,-0.5 h -4 c -0.277,0 -0.5,0.223 -0.5,0.5 v 1.5 H 1.25 C 0.5575,1.9998 0,2.5573 0,3.2498 v 11.5 z"
id="path8"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 14,16 10,9 h 2.458 L 12,4 l 4,7 h -2.5262 z"
id="path10-3"
style="fill:#3399ff" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,72 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="battery-empty.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="63.872255"
inkscape:cy="68.087824"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="560"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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
transform="matrix(7.1931818,0,0,7.1931818,7.2313309,5.714286)"
style="fill:#3399ff;fill-opacity:1"
id="g4">
<rect
style="opacity:0.45000000000000001;fill:#3399ff;fill-opacity:1"
height="4"
width="7"
y="10"
x="4.5"
id="rect6" />
<path
inkscape:connector-curvature="0"
d="M 2.5,14.75 C 2.5,15.442 3.0575,16 3.75,16 h 8.5 c 0.692,0 1.25,-0.558 1.25,-1.25 V 3.25 C 13.5,2.5575 12.942,2 12.25,2 H 10.5 V 0.5 C 10.5,0.223 10.277,0 10,0 H 6 C 5.723,0 5.5,0.223 5.5,0.5 V 2 H 3.75 C 3.0575,2 2.5,2.5575 2.5,3.25 z m 2,-1.5 V 4.75 C 4.5,4.334 4.8345,4 5.25,4 h 5.5 c 0.4155,0 0.75,0.3345 0.75,0.75 v 8.5 C 11.5,13.666 11.166,14 10.75,14 H 5.25 C 4.8345,14 4.5,13.666 4.5,13.25 z"
id="path8"
style="fill:#3399ff;fill-opacity:1" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="battery-empty-charging.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="560"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff;fill-rule:evenodd"
inkscape:connector-curvature="0"
d="M 58.295213,1.7085832 V 51.723398 L 35.926868,30.603861 27.91434,38.274102 55.290417,64.125509 27.691617,90.180101 35.815899,97.744836 58.295213,76.519805 V 126.74562 L 98.024952,89.234509 71.093536,63.805101 97.915542,38.586694 z m 10.349941,23.9563148 13.68843,13.132796 -13.68843,12.925704 z m 0,49.910096 13.68843,13.239077 -13.68843,12.925709 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="bluetooth-active.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="560"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="opacity:0.45000000000000001;fill:#3399ff;fill-rule:evenodd"
inkscape:connector-curvature="0"
d="M 58.434175,1.4530941 V 51.69501 L 35.964263,30.479576 27.91535,38.184644 55.415734,64.153436 27.691617,90.326333 35.852788,97.925427 58.434175,76.60401 v 50.45388 L 98.344311,89.37645 71.29061,63.831573 98.234408,38.498657 z M 68.831111,25.518187 82.581696,38.710615 68.831111,51.69501 z m 0,50.136722 13.750585,13.299194 -13.750585,12.984387 z"
id="path4-3" />
</svg>

After

Width:  |  Height:  |  Size: 2.1 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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="mail-unread.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 45.953325,10.617763 c -4.549809,0 -8.212652,3.662843 -8.212652,8.212652 V 35.255719 H 54.165977 V 27.043067 H 70.59128 V 51.681022 H 29.528022 c -4.549809,0 -8.212652,3.662843 -8.212652,8.212652 v 49.275916 c 0,4.54981 3.662843,8.21265 8.212652,8.21265 h 65.701213 c 4.549809,0 8.212655,-3.66284 8.212655,-8.21265 V 59.893674 c 0,-4.549809 -3.662846,-8.212652 -8.212655,-8.212652 H 87.016583 V 18.830415 c 0,-4.549809 -3.662842,-8.212652 -8.212651,-8.212652 H 45.953325 z"
id="path4-6" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="changes-allow.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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>
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 45.953326,10.617763 c -4.549809,0 -8.212653,3.662843 -8.212653,8.212652 v 32.850607 h -8.212651 c -4.549809,0 -8.212652,3.662842 -8.212652,8.212651 v 49.275907 c 0,4.54981 3.662843,8.21265 8.212652,8.21265 h 65.701213 c 4.549809,0 8.212655,-3.66284 8.212655,-8.21265 V 59.893673 c 0,-4.549809 -3.662846,-8.212651 -8.212655,-8.212651 H 87.016584 V 18.830415 c 0,-4.549809 -3.662843,-8.212652 -8.212652,-8.212652 H 45.953326 z m 8.212651,16.425303 H 70.59128 V 51.681022 H 54.165977 V 27.043066 z"
id="path4" />
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="bluetooth-disabled.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="560"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#d40000"
inkscape:connector-curvature="0"
d="m 64.357243,16.15897 c -29.097039,0 -52.684588,19.205509 -52.684588,43.0117 0,15.1646 9.609668,28.537267 24.078175,36.220653 -0.550225,4.005212 -3.161735,13.934427 -15.023012,17.287147 15.362826,1.66963 25.65937,-5.87125 31.076004,-11.52477 4.028791,0.80706 8.220773,1.2348 12.553421,1.2348 29.09704,0 52.684597,-19.410981 52.684597,-43.21783 0,-23.80685 -23.587557,-43.0117 -52.684597,-43.0117 z M 51.186095,32.622904 64.357243,45.794052 77.528391,32.622904 90.699539,45.794052 77.528391,58.9652 90.699539,72.136347 77.528391,85.307495 64.357243,72.136347 51.186095,85.307495 38.014948,72.136347 51.186095,58.9652 38.014948,45.794052 51.186095,32.622904 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="dialog-error.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="559"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 64.510978,15.903481 c -29.181945,0 -52.838323,19.261553 -52.838323,43.13721 0,15.20885 9.63771,28.620538 24.148434,36.326347 -0.55183,4.016903 -3.170959,13.975072 -15.066848,17.337562 15.407656,1.67452 25.734245,-5.88836 31.166686,-11.55837 4.040546,0.80942 8.244759,1.23839 12.590051,1.23839 29.181946,0 52.838332,-19.467612 52.838332,-43.343929 0,-23.876317 -23.656386,-43.13721 -52.838332,-43.13721 z m 1.031999,12.796784 c 2.030577,-0.174432 3.821135,0.420329 5.366393,1.651198 1.570288,1.228821 2.519463,2.842041 2.683195,4.747193 0.163733,1.905284 -0.519995,3.474978 -1.857597,4.953593 -1.31475,1.451469 -2.923016,2.302364 -4.953593,2.476796 -2.030313,0.174366 -3.798415,-0.241075 -5.366392,-1.445128 -1.57062,-1.228491 -2.519728,-2.842041 -2.683527,-4.746863 -0.163798,-1.905482 0.520458,-3.681511 1.857928,-5.160323 1.33747,-1.478813 2.92262,-2.302429 4.953593,-2.476796 z m -5.159993,20.63997 c 2.98312,-0.256332 5.494591,0.335128 7.22432,1.651198 1.752251,1.288925 2.690924,3.060131 2.889596,5.366392 0.04095,0.476338 0.02179,1.26277 0,2.476796 0.0032,1.211914 -0.19821,2.480232 -0.412799,3.508795 l -2.063997,11.145585 c -0.175027,0.898911 -0.309104,1.949733 -0.4128,3.098966 -0.103034,1.14263 -0.255605,1.895575 -0.20607,2.470192 0.124831,1.459659 0.541594,2.423958 1.238399,2.892899 0.696805,0.46894 1.904161,0.759551 3.508465,0.62085 0.752285,-0.06605 1.752251,-0.29061 2.683526,-0.62085 0.928633,-0.356659 1.44843,-0.587827 1.857266,-0.825599 l -0.412799,3.302395 c -2.397538,1.188862 -4.342649,2.054089 -5.779191,2.681545 -1.4339,0.653875 -3.204644,1.069976 -5.159663,1.241701 -3.008481,0.257586 -5.41923,-0.138701 -7.224319,-1.446449 -1.781972,-1.334168 -2.695415,-3.110857 -2.889596,-5.36309 -0.07596,-0.877381 -0.04755,-1.769952 0,-2.683197 0.04557,-0.938276 0.02972,-2.125553 0.2064,-3.302395 l 2.063997,-11.145584 c 0.185594,-1.081204 0.31703,-2.158445 0.4128,-3.100949 0.118885,-0.969583 0.273437,-1.699412 0.206729,-2.476796 -0.120868,-1.403517 -0.614245,-2.387632 -1.238398,-2.889596 -0.624152,-0.501964 -1.672994,-0.75889 -3.302395,-0.618868 -0.802482,0.06869 -1.645915,0.295233 -2.476797,0.618868 -0.805784,0.321654 -1.482114,0.548197 -2.063997,0.825599 l 0.619199,-3.302395 c 1.955678,-0.99204 3.76341,-1.937185 5.56916,-2.673619 1.803768,-0.760872 3.505823,-1.302465 5.160323,-1.444468 z"
id="path4-3" />
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="dialog-warning.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="572"
inkscape:window-y="47"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 64.511649,16.016218 c -14.132439,0 -25.589497,11.457058 -25.589497,25.589497 0,9.462996 5.157563,17.563351 12.794749,21.990974 v 41.979571 l 12.794748,12.79475 12.794747,-12.79475 v -6.397375 l -6.397372,-6.397375 6.397372,-6.397374 -6.397372,-6.397374 6.397372,-6.397374 V 63.59349 C 84.944861,59.16011 90.101144,51.061034 90.101144,41.599318 90.126734,27.48671 78.713818,16.027094 64.511649,16.016218 z m 0,12.794749 c 3.53327,0 6.397375,2.864104 6.397375,6.397374 0,3.53327 -2.864105,6.397374 -6.397375,6.397374 -3.533269,0 -6.397374,-2.864104 -6.397374,-6.397374 0,-3.53327 2.864105,-6.397374 6.397374,-6.397374 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="dialog-information.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="572"
inkscape:window-y="47"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 64.638724,15.647992 c -29.252499,0 -52.966069,19.308118 -52.966069,43.241499 0,15.245621 9.66101,28.689733 24.206817,36.414172 -0.553164,4.026613 -3.178627,14.008867 -15.103274,17.379487 15.444904,1.67857 25.796461,-5.9026 31.242036,-11.58632 4.050314,0.81137 8.264692,1.24139 12.62049,1.24139 29.252497,0 52.966066,-19.514686 52.966066,-43.448729 0,-23.934042 -23.713569,-43.241499 -52.966066,-43.241499 z m -1.44796,13.241517 c 2.862021,5.9e-5 5.630954,0.345538 8.069381,1.034494 2.438027,0.662605 4.431405,1.598119 6.20696,2.896581 1.77549,1.272113 3.13089,2.903667 4.137974,4.758671 1.007018,1.855071 1.655124,3.848449 1.65519,6.206961 -3.9e-5,2.173066 -0.345538,4.27754 -1.034493,6.000063 -0.662077,1.722721 -1.747881,3.328255 -3.098516,4.759001 -1.354607,1.431408 -3.134929,2.711862 -5.175446,3.931406 -2.014102,1.192532 -4.331499,2.197364 -7.034557,3.310379 l -1.655189,7.448354 H 60.296499 L 58.64131,59.304281 c 2.332029,-0.927502 4.30912,-2.064815 5.793163,-3.310379 1.484374,-1.27251 2.66949,-2.707228 3.517609,-4.137974 0.874602,-1.457891 1.543961,-2.962127 1.861758,-4.552434 0.318458,-1.589644 0.413797,-3.14155 0.413797,-4.758339 0,-1.29833 -0.174788,-2.456963 -0.413797,-3.517609 -0.238348,-1.089115 -0.504502,-1.92333 -1.034163,-2.692 -0.50384,-0.795153 -1.248013,-1.438029 -2.068988,-1.86242 -0.795152,-0.423728 -1.783632,-0.620365 -2.896581,-0.620365 -1.219081,5.2e-5 -2.281977,0.27112 -3.103481,0.827594 -0.821569,0.556542 -1.35858,1.141486 -1.862088,2.068988 -0.503509,0.927568 -1.002913,2.064882 -1.241392,3.310379 -0.211864,1.246027 -0.206568,2.553627 -0.206568,3.931406 -1.669755,0 -3.147509,-0.175449 -4.551772,-0.413797 -1.404262,-0.238347 -2.690675,-0.583951 -3.724176,-1.034163 -1.007018,-0.476959 -1.899761,-0.939617 -2.482785,-1.655189 -0.556521,-0.715439 -0.827594,-1.528733 -0.827594,-2.482784 -4e-6,-1.325013 0.345471,-2.584612 1.034493,-3.724177 0.689022,-1.165981 1.905852,-2.255427 3.310379,-3.103481 1.430084,-0.847457 3.205109,-1.385062 5.378704,-1.861758 2.172934,-0.503839 4.660353,-0.827594 7.654922,-0.827594 z m -0.413798,46.551878 c 0.901019,1.3e-5 1.687764,0.201801 2.482785,0.413798 0.821504,0.211997 1.666312,0.530985 2.275885,1.034493 0.609507,0.503508 0.896848,1.221001 1.241392,2.068987 0.370961,0.821504 0.620631,1.857983 0.620696,3.103481 -2.5e-5,1.219014 -0.249668,2.075078 -0.620696,2.896582 -0.344544,0.821504 -0.631885,1.565478 -1.241392,2.068987 -0.609507,0.503508 -1.454381,0.822496 -2.275885,1.034493 -0.795021,0.23848 -1.581766,0.413798 -2.482785,0.413798 -0.927569,0 -1.86818,-0.175252 -2.689684,-0.413798 -0.821635,-0.211864 -1.459876,-0.52966 -2.069648,-1.032838 -0.582627,-0.503177 -1.103681,-1.244703 -1.44796,-2.065676 -0.344942,-0.820975 -0.413797,-1.681673 -0.413797,-2.899892 0,-1.244703 0.06885,-2.277542 0.413797,-3.105137 0.344279,-0.847457 0.865333,-1.562499 1.44796,-2.065676 0.609772,-0.503178 1.248013,-0.820974 2.068987,-1.032839 0.821636,-0.211864 1.762445,-0.417107 2.690014,-0.417107 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="dialog-question.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="572"
inkscape:window-y="47"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#ff9000"
inkscape:connector-curvature="0"
d="m 64.42078,15.647992 c -29.273234,0 -53.003614,19.321805 -53.003614,43.272151 0,15.256428 9.667859,28.710075 24.223977,36.439989 -0.553557,4.029462 -3.18088,14.018788 -15.113981,17.391798 15.455854,1.67976 25.814748,-5.90678 31.264182,-11.59453 4.053186,0.81195 8.270551,1.24227 12.629436,1.24227 29.273237,0 53.00362,-19.528519 53.00362,-43.479527 0,-23.951008 -23.730383,-43.272151 -53.00362,-43.272151 z m 0,13.250904 c 3.6705,0 6.625451,2.954951 6.625451,6.625451 v 26.501807 c 0,3.670501 -2.954951,6.625452 -6.625451,6.625452 -3.6705,0 -6.625452,-2.954951 -6.625452,-6.625452 V 35.524347 c 0,-3.6705 2.954952,-6.625451 6.625452,-6.625451 z m 0,46.378162 c 3.659104,0 6.625451,2.966348 6.625451,6.625453 0,3.659103 -2.966347,6.625449 -6.625451,6.625449 -3.659104,0 -6.625452,-2.966346 -6.625452,-6.625449 0,-3.659105 2.966348,-6.625453 6.625452,-6.625453 z"
id="path4-1" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-storm.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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>
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 65.063227,10.88425 c -1.502023,0.02287 -3.041406,0.587085 -4.077574,1.668237 L 20.759638,52.592463 c -1.450177,1.40443 -1.999902,3.610193 -1.482962,5.561299 0.51694,1.951105 1.933569,3.377646 3.893061,3.892299 1.95873,0.515415 4.150769,-0.03812 5.560536,-1.482962 L 67.287289,22.191359 H 98.800041 V 54.445975 L 48.935157,104.12558 28.914786,84.105217 61.725228,51.480051 h 7.600162 v 7.970636 L 48.563921,80.212156 c -1.450406,1.404201 -2.000055,3.424613 -1.482962,5.375718 0.517107,1.951182 2.119149,3.377799 4.078184,3.892757 1.959034,0.515034 3.965875,-0.03812 5.375718,-1.482962 L 78.96838,65.567962 c 1.085726,-1.032202 1.830943,-2.396375 1.85374,-3.892756 V 45.918448 c 0.02364,-1.514985 -0.591355,-3.005495 -1.668313,-4.078184 -1.075052,-1.072002 -2.556489,-1.691111 -4.077574,-1.667475 H 59.506275 c -1.502786,0.02287 -3.041407,0.587086 -4.078337,1.668237 l -38.557015,38.37174 c -2.189828,2.181441 -2.194784,5.784543 0,7.970635 l 27.991006,27.805729 c 2.195241,2.18594 5.780655,2.18098 7.970635,0 L 108.44097,60.565234 c 1.08573,-1.032203 1.83102,-2.396376 1.85367,-3.892757 l -0.18536,-40.039976 c -0.008,-1.749057 -0.81581,-3.393658 -2.21872,-4.448886 -0.99118,-0.790659 -2.07386,-1.285488 -3.33952,-1.297688 H 65.066887 z"
id="path4" />
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
</svg>

After

Width:  |  Height:  |  Size: 3.0 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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="mail-attachment.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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>
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="m 16.377245,23.892214 c -3.73867,0 -6.7485023,3.009832 -6.7485023,6.748503 v 67.485029 c 0,3.738664 3.0098323,6.748494 6.7485023,6.748494 h 94.479045 c 3.73867,0 6.7485,-3.00983 6.7485,-6.748494 V 30.640717 c 0,-3.738671 -3.00983,-6.748503 -6.7485,-6.748503 H 16.377245 z m 0,6.748503 47.239524,47.23952 47.239521,-47.23952 V 37.38922 L 63.616769,84.62874 16.377245,37.38922 v -6.748503 z m 23.619764,37.116766 3.374251,3.374251 -26.783461,26.994012 -0.210554,-7.16691 23.619764,-23.201353 z m 47.23952,0 23.619761,23.201353 -0.20921,7.16691 -26.784802,-26.994012 3.374251,-3.374251 z"
id="path4-0" />
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
</svg>

After

Width:  |  Height:  |  Size: 2.4 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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="mail-read.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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>
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 16.153695,23.636725 c -3.756365,0 -6.7804413,3.024076 -6.7804413,6.780439 v 67.804391 c 0,3.756365 3.0240763,6.780435 6.7804413,6.780435 h 94.926145 c 3.75637,0 6.78044,-3.02407 6.78044,-6.780435 V 30.417164 c 0,-3.756363 -3.02407,-6.780439 -6.78044,-6.780439 H 16.153695 z m 0,6.780439 47.463073,47.463074 47.463072,-47.463074 v 6.780439 L 63.616768,84.660677 16.153695,37.197603 v -6.780439 z m 23.731537,37.292415 3.390219,3.39022 -26.910206,27.121756 -0.21155,-7.200826 23.731537,-23.31115 z m 47.463073,0 23.731535,23.31115 -0.21019,7.200826 -26.911564,-27.121756 3.390219,-3.39022 z"
id="path4" />
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="dialog-password.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="572"
inkscape:window-y="47"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 30.182636,20.315368 c -10.408235,0 -18.787426,8.379191 -18.787426,18.787426 v 37.574849 c 0,10.40823 8.379191,18.78743 18.787426,18.78743 h 11.506921 c -0.07815,-0.58617 -0.234467,-1.03707 -0.234467,-1.64578 V 80.435129 h -3.757484 c -6.244941,0 -11.272456,-5.027516 -11.272456,-11.272456 V 46.617764 c 0,-6.244941 5.027515,-11.272456 11.272456,-11.272456 h 52.60479 c 6.24494,0 11.272454,5.027515 11.272454,11.272456 v 22.544909 c 0,6.24494 -5.027514,11.272456 -11.272454,11.272456 H 86.544911 V 65.405188 L 56.48503,87.950103 86.544911,110.49501 V 95.465073 h 11.272454 c 10.408235,0 18.787425,-8.3792 18.787425,-18.78743 V 39.102794 c 0,-10.408235 -8.37919,-18.787426 -18.787425,-18.787426 z"
id="path4-0" />
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="media-playlist-repeat.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="572"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 86.392834,20.315369 v 14.999525 h -7.733756 c -26.8049,0 -31.032516,18.795155 -46.873515,32.342727 -3.828629,3.273645 -7.409765,5.156086 -13.124583,5.156086 h -7.26577 v 14.999525 h 7.26577 c 9.423451,0 17.246452,-3.787381 22.967272,-8.905968 C 55.073825,66.873145 60.91239,50.31442 78.659078,50.31442 h 7.733756 V 65.313944 L 116.39188,42.814657 86.392834,20.315369 z m 0,44.998575 v 14.999525 h -7.733756 c -8.428234,0 -14.071804,-3.929125 -19.218891,-9.14071 -2.872409,3.480638 -6.147555,7.129274 -10.077431,11.01565 6.763286,7.349767 14.581038,13.124586 29.296322,13.124586 h 7.733756 V 110.31252 L 116.39188,87.813232 86.392834,65.313944 z M 11.39521,42.814657 v 14.999524 h 7.26577 c 3.853977,0 6.73156,1.016743 9.374702,2.578044 3.606636,-3.353893 6.734036,-7.24477 10.07743,-11.249644 -5.279832,-3.695132 -11.782126,-6.3283 -19.452132,-6.3283 h -7.26577 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="media-playlist-shuffle.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="62.339321"
inkscape:cy="61.005059"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 13.934131,22.614771 c -3.9421351,0 -7.1157678,3.173633 -7.1157678,7.115768 v 71.157681 c 0,3.94214 3.1736327,7.11578 7.1157678,7.11578 H 113.5549 c 3.94213,0 7.11576,-3.17364 7.11576,-7.11578 V 29.730539 c 0,-3.942135 -3.17363,-7.115768 -7.11576,-7.115768 H 13.934131 z m 10.673653,14.231537 h 28.463074 c 1.971067,0 3.557884,1.586816 3.557884,3.557884 v 49.810379 c 0,1.971068 -1.586817,3.557884 -3.557884,3.557884 H 24.607784 c -1.971068,0 -3.557884,-1.586816 -3.557884,-3.557884 V 79.540918 H 42.397205 V 72.42515 H 28.165668 V 58.193613 H 42.397205 V 51.077845 H 21.0499 V 40.404192 c 0,-1.971068 1.586816,-3.557884 3.557884,-3.557884 z m 42.69461,0 h 35.578846 c 1.97107,0 3.55788,1.586816 3.55788,3.557884 V 51.077845 H 77.976047 V 79.540918 H 92.207584 V 72.42515 H 85.091816 V 58.193613 h 21.347304 v 32.020958 c 0,1.971068 -1.58681,3.557884 -3.55788,3.557884 H 67.302394 c -1.971067,0 -3.557884,-1.586816 -3.557884,-3.557884 V 40.404192 c 0,-1.971068 1.586817,-3.557884 3.557884,-3.557884 z"
id="path4-5" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-3g.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.7676601"
inkscape:cx="77.24482"
inkscape:cy="82.666717"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 13.950099,22.61477 c -3.9509812,0 -7.1317356,3.180754 -7.1317356,7.131736 v 71.317364 c 0,3.95099 3.1807544,7.13174 7.1317356,7.13174 h 99.844311 c 3.95099,0 7.13174,-3.18075 7.13174,-7.13174 V 29.746506 c 0,-3.950982 -3.18075,-7.131736 -7.13174,-7.131736 H 13.950099 z m 14.263474,14.263473 h 7.131737 v 21.39521 h 21.395208 v 28.526946 c 0,3.950982 -3.180754,7.131736 -7.131736,7.131736 H 42.477046 V 72.536925 H 21.081836 V 44.00998 c 0,-3.950982 3.180755,-7.131737 7.131737,-7.131737 z m 39.22455,0 h 35.658687 c 1.97549,0 3.56586,1.590377 3.56586,3.565868 V 51.141716 H 78.135728 V 79.668663 H 92.399201 V 72.536925 H 85.267465 V 58.273453 h 21.395205 v 32.092814 c 0,1.975491 -1.59037,3.565868 -3.56586,3.565868 H 67.438123 c -1.975491,0 -3.565867,-1.590377 -3.565867,-3.565868 V 40.444111 c 0,-1.975491 1.590376,-3.565868 3.565867,-3.565868 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-4g.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.7676601"
inkscape:cx="77.24482"
inkscape:cy="82.666717"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 33.682073,4.7401833 c 0,0 -3.634417,1.6209498 -3.634417,3.6344167 v 105.39808 c 0,4.02694 3.241899,7.26883 7.268834,7.26883 h 58.150666 c 4.026935,0 7.268834,-3.24189 7.268834,-7.26883 V 26.546685 c 0,-4.026934 -3.241899,-7.268834 -7.268834,-7.268834 H 44.585323 V 8.3746 c 0,-2.0134669 -3.634418,-3.6344167 -3.634418,-3.6344167 z m 7.268832,29.0753347 h 50.881833 c 2.013468,0 3.634418,1.62095 3.634418,3.634416 v 21.806499 c 0,2.013467 -1.62095,3.634416 -3.634418,3.634416 H 40.950905 c -2.013465,0 -3.634415,-1.620949 -3.634415,-3.634416 V 37.449934 c 0,-2.013466 1.62095,-3.634416 3.634415,-3.634416 z M 37.31649,70.159683 h 14.537667 v 7.268834 H 37.31649 z m 21.806499,0 h 14.537666 v 7.268834 H 59.122989 z m 21.8065,0 h 14.537667 v 7.268834 H 80.929489 z M 37.31649,84.69735 h 14.537667 v 7.268833 H 37.31649 z m 21.806499,0 h 14.537666 v 7.268833 H 59.122989 z m 21.8065,0 h 14.537667 v 7.268833 H 80.929489 z M 37.31649,99.235016 h 14.537667 v 7.268834 H 37.31649 z m 21.806499,0 h 14.537666 v 7.268834 H 59.122989 z m 21.8065,0 h 14.537667 v 7.268834 H 80.929489 z"
id="path4-4" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-edge.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.7676601"
inkscape:cx="77.24482"
inkscape:cy="82.666717"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 20.763195,22.276773 c -3.971172,0 -7.16818,3.197008 -7.16818,7.168181 v 71.681816 c 0,3.97117 3.197008,7.16818 7.16818,7.16818 h 86.018195 c 3.97117,0 7.16818,-3.19701 7.16818,-7.16818 V 29.444954 c 0,-3.971173 -3.19701,-7.168181 -7.16818,-7.168181 z m 25.088631,14.336363 h 35.840907 c 1.985586,0 2.482699,1.931967 3.58409,3.58409 V 50.949498 H 56.604099 v 7.16818 H 78.108642 V 72.454041 H 56.604099 v 7.168181 h 28.672724 v 10.752273 c 0,1.985586 -1.598504,3.58409 -3.58409,3.58409 H 45.851826 c -1.985586,0 -3.58409,-1.598504 -3.58409,-3.58409 V 40.197226 c 0,-1.985586 1.598504,-3.58409 3.58409,-3.58409 z"
id="path4-9" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-edge.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.7676601"
inkscape:cx="77.24482"
inkscape:cy="82.666717"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 20.427687,22.276773 c -3.98547,0 -7.193989,3.208519 -7.193989,7.193989 v 71.939898 c 0,3.98547 3.208519,7.19399 7.193989,7.19399 h 86.327873 c 3.98547,0 7.19399,-3.20852 7.19399,-7.19399 V 29.470762 c 0,-3.98547 -3.20852,-7.193989 -7.19399,-7.193989 H 20.427687 z M 45.60665,36.664751 h 35.969945 c 1.992735,0 3.596995,1.60426 3.596995,3.596995 V 51.052729 H 56.397633 V 79.828686 H 70.785612 V 72.634697 H 63.591623 V 58.246719 H 85.17359 V 90.61967 c 0,1.992735 -1.60426,3.596994 -3.596995,3.596994 H 45.60665 c -1.992735,0 -3.596995,-1.604259 -3.596995,-3.596994 V 40.261746 c 0,-1.992735 1.60426,-3.596995 3.596995,-3.596995 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,107 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-signal-weak.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="79.201688"
inkscape:cy="59.59538"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
style="fill:#3399ff"
id="g4-0"
transform="matrix(7.4670659,0,0,7.4670659,7.7814376,6.3073851)">
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="13"
width="3"
y="0"
x="12"
id="rect6-5" />
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="10"
width="3"
y="3"
x="8"
id="rect8-9" />
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="7"
width="3"
y="6"
x="4"
id="rect10-7" />
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="4"
width="3"
y="9"
x="0"
id="rect12-1" />
<path
inkscape:connector-curvature="0"
d="m 9,15 a 1,1 0 0 1 -2,0 1,1 0 1 1 2,0 z"
id="path14"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="m 12,15 a 1,1 0 0 1 -2,0 1,1 0 1 1 2,0 z"
id="path16"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="m 6,15 a 1,1 0 0 1 -2,0 1,1 0 1 1 2,0 z"
id="path18"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,92 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-gprs.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.7676601"
inkscape:cx="77.24482"
inkscape:cy="82.666717"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.5036888,0,0,7.5036888,7.3139576,9.2146598)"
style="fill:#3399ff"
id="g4">
<rect
rx="1"
height="13"
width="3"
y="1"
x="12"
id="rect6"
style="fill:#3399ff" />
<rect
rx="1"
height="10"
width="3"
y="4"
x="8"
id="rect8"
style="fill:#3399ff" />
<rect
rx="1"
height="7"
width="3"
y="7"
x="4"
id="rect10"
style="fill:#3399ff" />
<rect
rx="1"
height="4"
width="3"
y="10"
x="0"
id="rect12"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,92 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-signal-excellent.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="77.157776"
inkscape:cy="70.179879"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.5032937,0,0,7.5032937,7.3925701,9.1092267)"
style="fill:#3399ff"
id="g4-9">
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="13"
width="3"
y="1"
x="12"
id="rect6-0" />
<rect
rx="1"
height="10"
width="3"
y="4"
x="8"
id="rect8-0"
style="fill:#3399ff" />
<rect
rx="1"
height="7"
width="3"
y="7"
x="4"
id="rect10-2"
style="fill:#3399ff" />
<rect
rx="1"
height="4"
width="3"
y="10"
x="0"
id="rect12-1"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,92 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-signal-good.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="77.157776"
inkscape:cy="70.179879"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.4854906,0,0,7.4854906,7.3969753,9.2640107)"
style="fill:#3399ff"
id="g4">
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="13"
width="3"
y="1"
x="12"
id="rect6" />
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="10"
width="3"
y="4"
x="8"
id="rect8" />
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="7"
width="3"
y="7"
x="4"
id="rect10" />
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="4"
width="3"
y="10"
x="0"
id="rect12" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,92 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-signal-none.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="79.201688"
inkscape:cy="59.59538"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.4894211,0,0,7.4894211,7.318363,9.0045905)"
style="fill:#3399ff;fill-opacity:1"
id="g4-9">
<rect
style="opacity:0.45000000000000001;fill:#3399ff;fill-opacity:1"
rx="1"
height="13"
width="3"
y="1"
x="12"
id="rect6-3" />
<rect
style="opacity:0.45000000000000001;fill:#3399ff;fill-opacity:1"
rx="1"
height="10"
width="3"
y="4"
x="8"
id="rect8-2" />
<rect
rx="1"
height="7"
width="3"
y="7"
x="4"
id="rect10-9"
style="fill:#3399ff;fill-opacity:1" />
<rect
rx="1"
height="4"
width="3"
y="10"
x="0"
id="rect12-2"
style="fill:#3399ff;fill-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,92 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-signal-ok.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140625"
inkscape:cx="79.201688"
inkscape:cy="59.59538"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="46"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.4894212,0,0,7.4894212,7.3183635,9.0045907)"
style="fill:#3399ff"
id="g4">
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="13"
width="3"
y="1"
x="12"
id="rect6" />
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="10"
width="3"
y="4"
x="8"
id="rect8" />
<rect
style="opacity:0.45000000000000001;fill:#3399ff"
rx="1"
height="7"
width="3"
y="7"
x="4"
id="rect10" />
<rect
rx="1"
height="4"
width="3"
y="10"
x="0"
id="rect12"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-gprs.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="69.802609"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 20.468391,22.170944 c -3.983734,0 -7.190858,3.207123 -7.190858,7.190858 v 71.908588 c 0,3.98374 3.207124,7.19086 7.190858,7.19086 h 86.290299 c 3.98374,0 7.19086,-3.20712 7.19086,-7.19086 V 29.361802 c 0,-3.983735 -3.20712,-7.190858 -7.19086,-7.190858 H 20.468391 z M 45.636396,36.552661 H 56.422682 V 79.697809 H 70.804399 V 36.552661 h 10.786287 c 1.991867,0 3.595429,1.603561 3.595429,3.595428 v 50.336007 c 0,1.991868 -1.603562,3.59543 -3.595429,3.59543 h -35.95429 c -1.991868,0 -3.59543,-1.603562 -3.59543,-3.59543 V 40.148089 c 0,-1.991867 1.603562,-3.595428 3.59543,-3.595428 z"
id="path4-2" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,65 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-cellular-umts.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="69.802609"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="m 114.95155,9.6292673 c -1.42604,0 -2.85208,0.4323097 -3.95499,1.5366857 L 91.678232,30.48429 H 78.50664 a 4.4476431,4.4352794 0 0 0 -3.073371,1.31716 L 58.74925,48.485468 a 4.4476431,4.4352794 0 0 0 0,6.146744 l 16.684019,16.684015 a 4.4476431,4.4352794 0 0 0 4.171004,1.317159 4.4476431,4.4352794 0 0 0 1.975739,-1.317159 L 98.264029,54.632212 A 4.4476431,4.4352794 0 0 0 99.577676,51.55884 V 38.387246 L 118.89601,19.06891 c 2.20875,-2.208754 2.20875,-5.694204 0,-7.902957 -1.1029,-1.104728 -2.52895,-1.5370369 -3.94797,-1.5370369 z M 49.30996,58.803216 a 4.4476431,4.4352794 0 0 0 -1.97609,1.317159 L 30.649851,76.804391 a 4.4476431,4.4352794 0 0 0 -1.317159,3.073372 V 93.049356 L 10.014355,112.36769 c -2.2087532,2.20875 -2.2087532,5.6942 0,7.90295 2.208753,2.20876 5.694203,2.20876 7.902956,0 l 19.318337,-19.31833 h 13.171593 a 4.4476431,4.4352794 0 0 0 3.073372,-1.317157 L 70.164631,82.951134 a 4.4476431,4.4352794 0 0 0 0,-6.146743 L 53.480613,60.1274 A 4.4476431,4.4352794 0 0 0 49.30996,58.810241 z"
id="path4" />
<path
style="fill:#d40000"
inkscape:connector-curvature="0"
d="M 78.54879,90.450162 89.074823,79.924127 99.600858,90.450162 110.12689,79.924127 120.66416,90.447352 110.14094,100.97058 120.66416,111.50082 110.14094,122.02405 99.610693,111.50082 89.087468,122.02405 78.557219,111.50082 89.087468,100.97058 78.557219,90.447352 z"
id="path6" />
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,68 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-transmit.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
id="g3933">
<path
inkscape:connector-curvature="0"
d="m 49.21818,58.576944 a 4.4647911,4.4523797 0 0 0 -1.983709,1.322238 L 30.486127,76.647526 A 4.4647911,4.4523797 0 0 0 29.16389,79.732747 V 92.955124 L 9.7710705,112.34794 c -2.2172692,2.21727 -2.2172692,5.71616 0,7.93343 2.2172695,2.21727 5.7161565,2.21727 7.9334255,0 l 19.392819,-19.39282 h 13.222377 a 4.4647911,4.4523797 0 0 0 3.085221,-1.322238 L 70.153257,82.817968 a 4.4647911,4.4523797 0 0 0 0,-6.170442 L 53.404913,59.906234 A 4.4647911,4.4523797 0 0 0 49.21818,58.583996 z"
id="path6"
style="fill:#3399ff;opacity:0.45" />
<path
style="opacity:0.45;fill:#3399ff"
inkscape:connector-curvature="0"
d="m 79.655738,72.485474 a 4.4647911,4.4523797 0 0 0 1.983357,-1.322238 L 98.387439,54.414893 a 4.4647911,4.4523797 0 0 0 1.322237,-3.085221 V 38.107295 L 119.1025,18.714476 c 2.21726,-2.217269 2.21726,-5.716157 0,-7.933426 -2.21727,-2.2172693 -5.71616,-2.2172693 -7.93343,0 L 91.77625,30.173869 H 78.553874 a 4.4647911,4.4523797 0 0 0 -3.085222,1.322238 L 58.720309,48.24445 a 4.4647911,4.4523797 0 0 0 0,6.170443 l 16.748343,16.748343 a 4.4647911,4.4523797 0 0 0 4.185323,1.322238 z"
id="path8-1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-error.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="69.802609"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.0452303,0,0,7.0452303,8.008182,9.2133148)"
style="fill:#3399ff"
id="g4">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 4.8438,8 C 4.7353,8.0357 4.637,8.1012 4.5625,8.1875 L 2.1875,10.562 C 2.0716,10.677 2.0029,10.837 2,11 v 1.875 l -1.75,1.75 c -0.31442,0.31442 -0.31442,0.81058 0,1.125 0.31442,0.31442 0.81058,0.31442 1.125,0 L 3.125,14 H 5 c 0.1627,-0.0033 0.32313,-0.07206 0.4375,-0.1875 l 2.375,-2.375 c 0.22391,-0.23233 0.22391,-0.64267 0,-0.875 L 5.4375,8.1885 C 5.2896,8.0301 5.0561,7.9564 4.8438,8.001 z"
id="path6-5" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="m 11.16,7.9723 c 0.1084,-0.035684 0.20675,-0.10125 0.28125,-0.1875 l 2.375,-2.375 c 0.11586,-0.11443 0.18464,-0.27492 0.1875,-0.4375 v -1.875 l 1.75,-1.75 c 0.31442,-0.31442 0.31442,-0.81058 0,-1.125 -0.31442,-0.31442 -0.81058,-0.31442 -1.125,0 l -1.75,1.75 h -1.875 c -0.1627,0.0033 -0.32313,0.072059 -0.4375,0.1875 l -2.375,2.375 c -0.22391,0.23233 -0.22391,0.64267 0,0.875 l 2.375,2.375 c 0.14793,0.15838 0.38136,0.2321 0.59375,0.1875 z"
id="path8" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-offline.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.0453261,0,0,7.0453261,8.0066502,9.2133156)"
style="fill:#3399ff"
id="g4-4">
<path
inkscape:connector-curvature="0"
d="m 10.16,8.9723 a 0.63313,0.63137 0 0 0 0.28125,-0.1875 l 2.375,-2.375 a 0.63313,0.63137 0 0 0 0.1875,-0.4375 v -1.875 l 2.75,-2.75 c 0.31442,-0.31442 0.31442,-0.81058 0,-1.125 -0.31442,-0.31442 -0.81058,-0.31442 -1.125,0 l -2.75,2.75 h -1.875 a 0.63313,0.63137 0 0 0 -0.4375,0.1875 l -2.375,2.375 a 0.63313,0.63137 0 0 0 0,0.875 l 2.375,2.375 a 0.63313,0.63137 0 0 0 0.5935,0.1875 z"
id="path6"
style="fill:#3399ff" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 5.8437,7 A 0.63313,0.63137 0 0 0 5.5624,7.1875 l -2.375,2.375 A 0.63313,0.63137 0 0 0 3,10 v 1.875 l -2.75,2.75 c -0.31442,0.31442 -0.31442,0.81058 0,1.125 0.31442,0.31442 0.81058,0.31442 1.125,0 L 4.125,13 H 6 a 0.63313,0.63137 0 0 0 0.4375,-0.1875 l 2.375,-2.375 a 0.63313,0.63137 0 0 0 0,-0.875 L 6.4375,7.1875 A 0.63313,0.63137 0 0 0 5.8438,7.0005 z"
id="path8-2" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-receive.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.0452303,0,0,7.0452303,8.008182,9.2133136)"
style="fill:#3399ff"
id="g4">
<path
inkscape:connector-curvature="0"
d="M 5.8438,7 A 0.63313,0.63137 0 0 0 5.5625,7.1875 l -2.375,2.375 A 0.63313,0.63137 0 0 0 3,10 v 1.875 l -2.75,2.75 c -0.31442,0.31442 -0.31442,0.81058 0,1.125 0.31442,0.31442 0.81058,0.31442 1.125,0 L 4.125,13 H 6 a 0.63313,0.63137 0 0 0 0.4375,-0.1875 l 2.375,-2.375 a 0.63313,0.63137 0 0 0 0,-0.875 L 6.4375,7.1885 A 0.63313,0.63137 0 0 0 5.8438,7.001 z"
id="path6-8"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="m 10.16,8.9723 a 0.63313,0.63137 0 0 0 0.28125,-0.1875 l 2.375,-2.375 a 0.63313,0.63137 0 0 0 0.1875,-0.4375 v -1.875 l 2.75,-2.75 c 0.31442,-0.31442 0.31442,-0.81058 0,-1.125 -0.31442,-0.31442 -0.81058,-0.31442 -1.125,0 l -2.75,2.75 h -1.875 a 0.63313,0.63137 0 0 0 -0.4375,0.1875 l -2.375,2.375 a 0.63313,0.63137 0 0 0 0,0.875 l 2.375,2.375 a 0.63313,0.63137 0 0 0 0.5935,0.1875 z"
id="path8"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-transmit-receive.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.0519342,0,0,7.0519342,8.0080869,9.2134049)"
style="fill:#3399ff"
id="g4-1">
<path
inkscape:connector-curvature="0"
d="M 5.8438,7 A 0.63313,0.63137 0 0 0 5.5625,7.1875 l -2.375,2.375 A 0.63313,0.63137 0 0 0 3,10 v 1.875 l -2.75,2.75 c -0.31442,0.31442 -0.31442,0.81058 0,1.125 0.31442,0.31442 0.81058,0.31442 1.125,0 L 4.125,13 H 6 a 0.63313,0.63137 0 0 0 0.4375,-0.1875 l 2.375,-2.375 a 0.63313,0.63137 0 0 0 0,-0.875 L 6.4375,7.1885 A 0.63313,0.63137 0 0 0 5.8438,7.001 z"
id="path6"
style="fill:#3399ff" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="m 10.16,8.9723 a 0.63313,0.63137 0 0 0 0.28125,-0.1875 l 2.375,-2.375 a 0.63313,0.63137 0 0 0 0.1875,-0.4375 v -1.875 l 2.75,-2.75 c 0.31442,-0.31442 0.31442,-0.81058 0,-1.125 -0.31442,-0.31442 -0.81058,-0.31442 -1.125,0 l -2.75,2.75 h -1.875 a 0.63313,0.63137 0 0 0 -0.4375,0.1875 l -2.375,2.375 a 0.63313,0.63137 0 0 0 0,0.875 l 2.375,2.375 a 0.63313,0.63137 0 0 0 0.5935,0.1875 z"
id="path8-1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,80 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-vpn.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.0362363,0,0,7.0362363,8.2585812,9.3735782)"
style="fill:#3399ff"
id="g4-1">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="m 15.188,0 c -0.203,0 -0.406,0.06154 -0.563,0.21875 l -2.75,2.75 H 10 a 0.63313,0.63137 0 0 0 -0.4375,0.1875 l -2.375,2.375 a 0.63313,0.63137 0 0 0 0,0.875 l 2.375,2.375 a 0.63313,0.63137 0 0 0 0.59375,0.1875 0.63313,0.63137 0 0 0 0.28125,-0.1875 l 2.375,-2.375 a 0.63313,0.63137 0 0 0 0.187,-0.4375 v -1.875 l 2.75,-2.75 c 0.31442,-0.31442 0.31442,-0.81058 0,-1.125 -0.157,-0.15726 -0.36,-0.2188 -0.562,-0.2188 z M 5.8438,7 A 0.63313,0.63137 0 0 0 5.5625,7.1875 l -2.375,2.375 A 0.63313,0.63137 0 0 0 3,10 v 1.875 l -2.75,2.75 c -0.31442,0.31442 -0.31442,0.81058 0,1.125 0.31442,0.31442 0.81058,0.31442 1.125,0 L 4.125,13 H 6 a 0.63313,0.63137 0 0 0 0.4375,-0.1875 l 2.375,-2.375 a 0.63313,0.63137 0 0 0 0,-0.875 L 6.4375,7.1885 A 0.63313,0.63137 0 0 0 5.8438,7.001 z"
id="path6" />
<path
inkscape:connector-curvature="0"
d="M 11.625,9 C 11.279,9 11,9.2788 11,9.625 V 12 H 10.625 C 10.279,12 10,12.279 10,12.625 v 2.75 C 10,15.721 10.279,16 10.625,16 h 4.75 C 15.721,16 16,15.721 16,15.375 v -2.75 C 16,12.279 15.721,12 15.375,12 H 15 V 9.625 C 15,9.2788 14.721,9 14.375,9 z M 12,10 h 2 v 2 h -2 z"
id="path8-7"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="m 9,15 a 1,1 0 0 1 -2,0 1,1 0 1 1 2,0 z"
id="path10-9"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="m 6,15 a 1,1 0 0 1 -2,0 1,1 0 1 1 2,0 z"
id="path12"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -0,0 +1,75 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-idle.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.0477563,0,0,7.0477563,8.0038126,9.2062554)"
style="fill:#3399ff"
id="g4">
<path
inkscape:connector-curvature="0"
d="M 5.8438,7 A 0.63313,0.63137 0 0 0 5.5625,7.1875 l -2.375,2.375 A 0.63313,0.63137 0 0 0 3,10 v 1.875 l -2.75,2.75 c -0.31442,0.31442 -0.31442,0.81058 0,1.125 0.31442,0.31442 0.81058,0.31442 1.125,0 L 4.125,13 H 6 a 0.63313,0.63137 0 0 0 0.4375,-0.1875 l 2.375,-2.375 a 0.63313,0.63137 0 0 0 0,-0.875 L 6.4375,7.1885 A 0.63313,0.63137 0 0 0 5.8438,7.001 z"
id="path6-2"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="m 10.16,8.9723 a 0.63313,0.63137 0 0 0 0.28125,-0.1875 l 2.375,-2.375 a 0.63313,0.63137 0 0 0 0.1875,-0.4375 v -1.875 l 2.75,-2.75 c 0.31442,-0.31442 0.31442,-0.81058 0,-1.125 -0.31442,-0.31442 -0.81058,-0.31442 -1.125,0 l -2.75,2.75 h -1.875 a 0.63313,0.63137 0 0 0 -0.4375,0.1875 l -2.375,2.375 a 0.63313,0.63137 0 0 0 0,0.875 l 2.375,2.375 a 0.63313,0.63137 0 0 0 0.5935,0.1875 z"
id="path8"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 11.625,9 C 11.279,9 10.866,9.3059 11,9.625 V 12 H 10.625 C 10.279,12 10,12.279 10,12.625 v 2.75 C 10,15.721 10.279,16 10.625,16 h 4.75 C 15.721,16 16,15.721 16,15.375 v -2.75 C 16,12.279 15.721,12 15.375,12 H 15 V 9.625 C 15,9.2788 14.721,9 14.375,9 z M 12,10 h 2 v 2 h -2 z"
id="path10"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,80 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-vpn-acquiring.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.4191216,0,0,7.4191216,5.0298903,7.3084224)"
style="fill:#3399ff"
id="g4">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,1 C 4.8812,1 2.0438,2.3284 0,4.5 L 1.3529,5.9375 C 3.0561,4.1279 5.401,3 8,3 c 2.599,0 4.9439,1.1279 6.6471,2.9375 L 16.0001,4.5 C 13.9561,2.3284 11.1191,1 8.0002,1 z M 8,4 C 5.6609,4 3.5329,4.9963 2,6.625 L 3.3529,8.0625 C 4.5452,6.7957 6.1807,6 8,6 9.8193,6 11.455,6.7957 12.647,8.0625 L 14,6.625 C 12.467,4.9963 10.339,4 8,4 z M 8,7 C 6.4406,7 5.0219,7.6642 4,8.75 l 1.3235,1.4062 C 6.0048,9.4328 6.9604,9.0004 8,9.0004 c 1.0396,0 1.9952,0.4324 2.676,1.156 L 12,8.7506 C 10.978,7.6648 9.5594,7.0006 8,7.0006 z m 0,3 C 7.2203,10 6.511,10.332 6,10.875 L 8,13 10,10.875 C 9.489,10.332 8.7797,10 8,10 z"
id="path6-1" />
<path
inkscape:connector-curvature="0"
d="m 12.009,15 a 1,1 0 0 1 -2,0 1,1 0 1 1 2,0 z"
id="path8"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="m 9.009,15 a 1,1 0 0 1 -2,0 1,1 0 1 1 2,0 z"
id="path10"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="m 6.009,15 a 1,1 0 0 1 -2,0 1,1 0 1 1 2,0 z"
id="path12-0"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-wireless-acquiring.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
style="fill:#3399ff"
id="g4-3"
transform="matrix(7.3871486,0,0,7.3871486,6.0517956,9.1177634)">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,0 C 4.8812,0 2.0438,1.3284 0,3.5 L 1.3438,4.9375 C 3.0469,3.1279 5.401,2 8,2 c 2.599,0 4.9531,1.1279 6.6562,2.9375 L 16.0002,3.5 C 13.9562,1.3284 11.1192,0 8.0004,0 z M 8,3 C 5.6609,3 3.5329,3.9963 2,5.625 L 3.3438,7.0625 C 3.8141,6.5628 4.3765,6.1457 4.9688,5.8125 V 5.5 c 0,-0.82604 0.67396,-1.5 1.5,-1.5 H 9.5 C 10.326,4 11,4.674 11,5.5 v 0.28125 c 0.60708,0.33618 1.176,0.77103 1.6562,1.2812 l 1.344,-1.4374 c -1.533,-1.6287 -3.661,-2.625 -6,-2.625 z M 7.5,6.5 V 8.0625 C 7.6677,8.0391 7.8267,8 8,8 8.1733,8 8.3323,8.0391 8.5,8.0625 V 6.5 h -1 z M 4.9688,6.9375 C 4.6195,7.1726 4.2909,7.441 4,7.75 L 4.7188,8.5312 C 4.8046,8.514 4.8784,8.5019 4.9688,8.5 V 6.9375 z m 6.0312,0 V 8.5 c 0.09303,0 0.19282,0.014898 0.28125,0.03125 l 0.719,-0.7812 c -0.297,-0.3153 -0.643,-0.5742 -1,-0.8125 z"
id="path6" />
<path
inkscape:connector-curvature="0"
d="m 6.4652,4.4864 c -0.554,0 -1,0.446 -1,1 V 9 H 5 C 4.446,9 4,9.446 4,10 v 5 c 0,0.554 0.446,1 1,1 h 6 c 0.554,0 1,-0.446 1,-1 V 10 C 12,9.446 11.554,9 11,9 H 10.4925 V 5.4864 c 0,-0.554 -0.446,-1 -1,-1 z M 7,6 H 9 V 9 H 7 z"
id="path8-1"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-wireless-encrypted.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 64.467855,14.439121 c -23.172024,0 -44.253307,9.869731 -59.4383098,26.004259 L 15.081308,51.123702 C 27.735723,37.678758 45.157836,29.298699 64.467855,29.298699 c 19.310022,0 36.732135,8.380059 49.386555,21.825003 L 123.90692,40.44338 C 108.72042,24.308852 87.642111,14.439121 64.469342,14.439121 z m 0,22.289366 c -17.379018,0 -33.189608,7.402299 -44.578732,19.503196 l 10.051762,10.680322 c 8.858535,-9.412058 21.009956,-15.32394 34.52697,-15.32394 13.517015,0 25.66992,5.911882 34.526227,15.32394 L 109.04659,56.231683 C 97.656721,44.130786 81.846132,36.728487 64.467855,36.728487 z m 0,22.289366 c -11.586012,0 -22.126654,4.934866 -29.719155,13.002131 l 9.833326,10.447768 c 5.061915,-5.379167 12.161821,-8.588835 19.885829,-8.588835 7.72401,0 14.823915,3.212567 19.885829,8.590321 L 94.190725,72.022956 C 86.597481,63.955691 76.057583,59.020826 64.471571,59.020826 z m 0,22.289367 c -5.793005,0 -11.062954,2.466689 -14.859576,6.501066 L 64.467855,103.59658 79.327434,87.808286 C 75.530811,83.773909 70.260862,81.30722 64.467855,81.30722 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,80 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-wireless-signal-excellent.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.4404092,0,0,7.4404092,5.0298903,-0.4416978)"
style="fill:#3399ff"
id="g4">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,2 C 4.8812,2 2.0438,3.3284 0,5.5 L 1.3529,6.9375 C 3.0561,5.1279 5.401,4 8,4 c 2.599,0 4.9439,1.1279 6.6471,2.9375 L 16.0001,5.5 C 13.9561,3.3284 11.1191,2 8.0002,2 z"
id="path6" />
<path
inkscape:connector-curvature="0"
d="M 8,5 C 5.6609,5 3.5329,5.9963 2,7.625 L 3.3529,9.0625 C 4.5452,7.7957 6.1807,7 8,7 9.8193,7 11.455,7.7957 12.647,9.0625 L 14,7.625 C 12.467,5.9963 10.339,5 8,5 z"
id="path8"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 8,8 C 6.4406,8 5.0219,8.6642 4,9.75 l 1.3235,1.4062 c 0.6813,-0.724 1.6369,-1.156 2.6765,-1.156 1.0396,0 1.9952,0.43239 2.6765,1.1562 l 1.324,-1.406 c -1.022,-1.0858 -2.4406,-1.75 -4,-1.75 z"
id="path10"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 8,11 C 7.2203,11 6.511,11.332 6,11.875 L 8,14 10,11.875 C 9.489,11.332 8.7797,11 8,11 z"
id="path12"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,80 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-wireless-signal-good.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.4350896,0,0,7.4350896,5.02989,-0.431059)"
style="fill:#3399ff"
id="g4-2">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,2 C 4.8812,2 2.0438,3.3284 0,5.5 L 1.3529,6.9375 C 3.0561,5.1279 5.401,4 8,4 c 2.599,0 4.9439,1.1279 6.6471,2.9375 L 16.0001,5.5 C 13.9561,3.3284 11.1191,2 8.0002,2 z"
id="path6-0" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,5 C 5.6609,5 3.5329,5.9963 2,7.625 L 3.3529,9.0625 C 4.5452,7.7957 6.1807,7 8,7 9.8193,7 11.455,7.7957 12.647,9.0625 L 14,7.625 C 12.467,5.9963 10.339,5 8,5 z"
id="path8-3" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,8 C 6.4406,8 5.0219,8.6642 4,9.75 l 1.3235,1.4062 c 0.6813,-0.724 1.6369,-1.156 2.6765,-1.156 1.0396,0 1.9952,0.43239 2.6765,1.1562 l 1.324,-1.406 c -1.022,-1.0858 -2.4406,-1.75 -4,-1.75 z"
id="path10-3" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,11 C 7.2203,11 6.511,11.332 6,11.875 L 8,14 10,11.875 C 9.489,11.332 8.7797,11 8,11 z"
id="path12-5" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,80 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-wireless-signal-none.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.4297668,0,0,7.4297668,5.0298906,-0.16492431)"
style="fill:#3399ff"
id="g4">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,2 C 4.8812,2 2.0438,3.3284 0,5.5 L 1.3529,6.9375 C 3.0561,5.1279 5.401,4 8,4 c 2.599,0 4.9439,1.1279 6.6471,2.9375 L 16.0001,5.5 C 13.9561,3.3284 11.1191,2 8.0002,2 z"
id="path6" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,5 C 5.6609,5 3.5329,5.9963 2,7.625 L 3.3529,9.0625 C 4.5452,7.7957 6.1807,7 8,7 9.8193,7 11.455,7.7957 12.647,9.0625 L 14,7.625 C 12.467,5.9963 10.339,5 8,5 z"
id="path8" />
<path
inkscape:connector-curvature="0"
d="M 8,8 C 6.4406,8 5.0219,8.6642 4,9.75 l 1.3235,1.4062 c 0.6813,-0.724 1.6369,-1.156 2.6765,-1.156 1.0396,0 1.9952,0.43239 2.6765,1.1562 l 1.324,-1.406 c -1.022,-1.0858 -2.4406,-1.75 -4,-1.75 z"
id="path10"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 8,11 C 7.2203,11 6.511,11.332 6,11.875 L 8,14 10,11.875 C 9.489,11.332 8.7797,11 8,11 z"
id="path12"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,80 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-wireless-signal-ok.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.4457347,0,0,7.4457347,5.0298907,-0.45234874)"
style="fill:#3399ff"
id="g4-8">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,2 C 4.8812,2 2.0438,3.3284 0,5.5 L 1.3529,6.9375 C 3.0561,5.1279 5.401,4 8,4 c 2.599,0 4.9439,1.1279 6.6471,2.9375 L 16.0001,5.5 C 13.9561,3.3284 11.1191,2 8.0002,2 z"
id="path6-6" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,5 C 5.6609,5 3.5329,5.9963 2,7.625 L 3.3529,9.0625 C 4.5452,7.7957 6.1807,7 8,7 9.8193,7 11.455,7.7957 12.647,9.0625 L 14,7.625 C 12.467,5.9963 10.339,5 8,5 z"
id="path8-9" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,8 C 6.4406,8 5.0219,8.6642 4,9.75 l 1.3235,1.4062 c 0.6813,-0.724 1.6369,-1.156 2.6765,-1.156 1.0396,0 1.9952,0.43239 2.6765,1.1562 l 1.324,-1.406 c -1.022,-1.0858 -2.4406,-1.75 -4,-1.75 z"
id="path10-7" />
<path
inkscape:connector-curvature="0"
d="M 8,11 C 7.2203,11 6.511,11.332 6,11.875 L 8,14 10,11.875 C 9.489,11.332 8.7797,11 8,11 z"
id="path12-6"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="starred.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="84.253062"
inkscape:cy="75.189"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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>
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="M 63.701737,9.950685 46.41582,45.024372 7.8339638,50.786077 35.642787,78.093847 29.129101,116.67249 63.701737,98.386075 98.270363,116.67249 91.760687,78.093847 119.81964,50.786077 80.98605,45.024372 63.701737,9.950685 z m 0.250125,16.784865 10.271981,21.545265 a 7.4812376,7.4812376 0 0 0 5.762106,4.008421 l 23.802001,3.507369 -17.284308,16.784861 a 7.4812376,7.4812376 0 0 0 -2.252734,6.51609 L 88.507852,102.89154 67.211109,91.619864 a 7.4812376,7.4812376 0 0 0 -7.014737,0 L 38.902034,102.89315 42.910456,79.092747 A 7.4812376,7.4812376 0 0 0 40.906245,72.579862 L 23.619526,56.05154 47.670054,52.54337 a 7.4812376,7.4812376 0 0 0 5.51158,-4.008422 l 10.772232,-21.79539 z"
id="path4-3" />
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -0,0 +1,65 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="network-wireless-signal-weak.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895307"
inkscape:cy="51.106043"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 35.283335,13.462547 c -5.30269,0 -9.571643,4.268952 -9.571643,9.571643 v 28.714931 h -3.190549 c -5.30269,0 -9.571643,4.268953 -9.571643,9.571643 v 25.524382 c 0,5.302687 4.268953,9.571639 9.571643,9.571639 h 3.190549 v 9.571645 c 0,5.30269 4.268953,9.57164 9.571643,9.57164 h 41.87594 l -4.985231,-4.98523 c -2.003409,-1.9796 -2.436238,-5.35775 -0.996727,-7.77855 H 41.66475 c -1.767564,0 -3.190548,-1.42299 -3.190548,-3.190549 v -9.571642 h 32.703115 c -1.438299,-2.424816 -1.00566,-5.800415 0.997366,-7.778556 L 81.746326,72.6839 c 1.014913,-0.999279 2.374087,-1.642238 3.79037,-1.793088 0.06649,-0.001 0.132919,-0.001 0.19941,0 0.397606,-0.03765 0.798786,-0.03765 1.196455,0 1.484244,0.107144 2.923627,0.75482 3.988185,1.794683 l 4.983635,4.98236 1.199647,-1.193265 c -0.695539,-0.585147 -1.199647,-1.415965 -1.199647,-2.392911 0,-1.761182 1.429367,-3.190548 3.190549,-3.190548 1.03093,0 1.80949,0.636451 2.39291,1.395865 2.41442,-2.008322 6.35736,-1.82493 8.57492,0.398818 l 4.98363,4.981721 V 61.319168 c 0,-5.30269 -4.26895,-9.571643 -9.57164,-9.571643 H 102.2842 V 23.032594 c 0,-5.30269 -4.268951,-9.571643 -9.571642,-9.571643 -19.143287,7.21e-4 -38.291041,-3.82e-4 -57.429861,6.38e-4 z m 6.381096,12.76219 H 86.3321 c 1.767564,0 3.190548,1.422984 3.190548,3.190549 V 58.130217 H 38.473882 V 29.415286 c 0,-1.767565 1.422985,-3.190549 3.190549,-3.190549 z m 3.190547,6.381096 v 6.381096 H 83.340643 V 32.605833 H 44.856255 z m 0,12.762192 v 6.381096 h 25.524383 v -6.381096 z"
id="path4" />
<path
style="fill:#d40000"
inkscape:connector-curvature="0"
d="m 76.798743,86.877052 9.561434,-9.561434 9.561434,9.561434 9.561439,-9.561434 9.57164,9.558882 -9.55888,9.558877 9.55888,9.565263 -9.55888,9.55888 -9.565265,-9.55888 -9.558881,9.55888 L 76.8064,105.99864 86.371664,96.433377 76.8064,86.8745 z"
id="path6" />
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="printer-error.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 35.08483,13.461077 c -5.316077,0 -9.595808,4.27973 -9.595808,9.595808 v 28.787426 h -3.198603 c -5.316078,0 -9.595808,4.279731 -9.595808,9.595808 v 25.588823 c 0,5.316078 4.27973,9.59581 9.595808,9.59581 h 3.198603 v 9.595808 c 0,5.31608 4.279731,9.59581 9.595808,9.59581 h 57.574852 c 5.31608,0 9.595808,-4.27973 9.595808,-9.59581 v -9.595808 h 3.1986 c 5.31608,0 9.59581,-4.279732 9.59581,-9.59581 V 61.440119 c 0,-5.316077 -4.27973,-9.595808 -9.59581,-9.595808 h -3.1986 V 23.056885 c 0,-5.316078 -4.279728,-9.595808 -9.595808,-9.595808 z m 6.397206,12.794411 h 44.78044 c 1.772026,0 3.198602,1.426577 3.198602,3.198603 V 58.241517 H 38.283434 V 29.454091 c 0,-1.772026 1.426576,-3.198603 3.198602,-3.198603 z m 3.198604,6.397206 V 39.0499 h 38.582826 v -6.397206 z m 0,12.794412 v 6.397205 h 25.588822 v -6.397205 z m 41.581836,25.588821 c 1.765628,0 3.198602,1.432974 3.198602,3.198604 0,1.765628 -1.432974,3.198602 -3.198602,3.198602 -1.765629,0 -3.198603,-1.432974 -3.198603,-3.198602 0,-1.76563 1.432974,-3.198604 3.198603,-3.198604 z m 12.794414,0 c 1.76563,0 3.1986,1.432974 3.1986,3.198604 0,1.765628 -1.43297,3.198602 -3.1986,3.198602 -1.765636,0 -3.198606,-1.432974 -3.198606,-3.198602 0,-1.76563 1.43297,-3.198604 3.198606,-3.198604 z M 38.283434,90.227544 h 51.177644 v 9.595808 c 0,1.772028 -1.426576,3.198608 -3.198602,3.198608 h -44.78044 c -1.772026,0 -3.198602,-1.42658 -3.198602,-3.198608 v -9.595808 z"
id="path4-4" />
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,65 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="printer-printing.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 35.08463,13.461076 c -5.316077,0 -9.595808,4.27973 -9.595808,9.595808 V 51.84431 h -3.198603 c -5.316078,0 -9.595808,4.279731 -9.595808,9.595808 v 25.588821 c 0,5.316079 4.27973,9.595815 9.595808,9.595815 h 3.198603 v 9.595796 c 0,5.31608 4.279731,9.59581 9.595808,9.59581 h 48.178636 v -12.7944 h -41.78015 c -1.772026,0 -3.198603,-1.42659 -3.198603,-3.198608 V 90.227548 H 83.264545 V 75.434006 c -0.15993,-0.382554 -0.198313,-0.758069 -0.198313,-1.199476 0,-0.441407 0.03774,-0.81686 0.199912,-1.199476 v -1.999127 c -0.03902,-2.877975 2.176908,-5.625767 4.997819,-6.197293 4.574642,-0.02367 9.338642,0 13.993887,0 3.23986,0.01983 6.17855,2.957748 6.19889,6.197613 V 96.02501 c 3.84473,-1.247458 6.59553,-4.721139 6.59553,-8.994473 V 61.441718 c 0,-5.316078 -4.27973,-9.595808 -9.59581,-9.595808 h -3.19861 V 23.058484 c 0,-5.316078 -4.27973,-9.595809 -9.595808,-9.595809 -19.189699,-3.96e-4 -38.383235,0.0051 -57.574853,0 z m 6.397207,12.794411 h 44.780441 c 1.772026,0 3.198603,1.426577 3.198603,3.198603 V 58.241516 H 38.283234 V 29.45409 c 0,-1.772026 1.426576,-3.198603 3.198603,-3.198603 z m 3.198602,6.397206 v 6.397206 H 83.263266 V 32.652693 H 44.681718 z m 0,12.794412 v 6.397205 h 25.588822 v -6.397205 z"
id="path4" />
<path
style="fill:#ff9000"
inkscape:connector-curvature="0"
d="M 89.460881,71.035927 V 96.624754 H 102.2553 V 71.035927 z m 0,31.986033 v 12.7944 H 102.2553 v -12.7944 z"
id="path6" />
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="printer-warning.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.5202928,0,0,7.5202928,4.2528281,4.518961)"
style="fill:#3399ff"
id="g4">
<path
inkscape:connector-curvature="0"
d="M 8,0 C 8,0 6,3 2,3 2,14 8,16 8,16 8,16 14,14 14,3 10,3 8,0 8,0 z m 0,3 c 0.90021,0.74015 2.0821,1.3257 3.6875,1.75 -0.27972,3.9231 -1.3831,6.221 -2.4062,7.5 C 8.7464,12.919 8.3414,13.288 8,13.531 7.6586,13.288 7.2536,12.919 6.7188,12.25 5.6956,10.971 4.5922,8.6731 4.3125,4.75 5.9179,4.3257 7.0998,3.7402 8,3 z"
id="path6-5"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 8,4 C 7.2481,4.5264 6.3474,4.9648 5.2812,5.3125 5.6295,8.6229 6.5397,10.675 7.375,11.719 7.6523,12.065 7.8056,12.159 8,12.344 8.1944,12.159 8.3477,12.065 8.625,11.719 9.4603,10.675 10.371,8.6229 10.719,5.3125 9.6526,4.9648 8.7519,4.5264 8,4 z"
id="path8"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="security-high.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 64.415171,4.5189604 c 0,0 -15.040585,22.5608766 -45.121757,22.5608766 0,82.723223 45.121757,97.763803 45.121757,97.763803 0,0 45.121759,-15.04058 45.121759,-97.763803 -30.081173,0 -45.121759,-22.5608766 -45.121759,-22.5608766 z m 0,22.5608766 c 6.769843,5.566147 15.658002,9.969652 27.731081,13.160514 -2.103575,29.502861 -10.401319,46.783742 -18.095329,56.402194 -4.022605,5.031085 -7.068324,7.806065 -9.635752,9.633495 -2.567428,-1.82743 -5.613146,-4.60241 -9.634999,-9.633495 C 47.085407,87.024093 38.787517,69.743212 36.684092,40.240351 48.75717,37.049489 57.645404,32.646359 64.415171,27.079837 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="security-low.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.5415836,0,0,7.5415836,3.9547576,4.518961)"
style="fill:#3399ff"
id="g4">
<path
inkscape:connector-curvature="0"
d="M 8,0 C 8,0 6,3 2,3 2,14 8,16 8,16 8,16 14,14 14,3 10,3 8,0 8,0 z m 0,3 c 0.90021,0.74015 2.0821,1.3257 3.6875,1.75 -0.27972,3.9231 -1.3831,6.221 -2.4062,7.5 C 8.7464,12.919 8.3414,13.288 8,13.531 7.6586,13.288 7.2536,12.919 6.7188,12.25 5.6956,10.971 4.5922,8.6731 4.3125,4.75 5.9179,4.3257 7.0998,3.7402 8,3 z"
id="path6"
style="fill:#3399ff" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,4 C 7.2481,4.5264 6.3474,4.9648 5.2812,5.3125 5.6295,8.6229 6.5397,10.675 7.375,11.719 7.6523,12.065 7.8056,12.159 8,12.344 8.1944,12.159 8.3477,12.065 8.625,11.719 9.4603,10.675 10.371,8.6229 10.719,5.3125 9.6526,4.9648 8.7519,4.5264 8,4 z"
id="path8" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="security-medium.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="M 114.50844,94.991075 91.422908,98.429198 84.02379,120.57642 64.120661,108.37109 44.220399,120.57642 36.817698,98.43636 13.730015,94.991075 22.289499,73.272192 6.8179635,55.792222 27.33494,44.658446 26.718943,21.32293 l 22.8728,4.659367 14.531784,-18.2764677 14.528202,18.2721697 22.870651,-4.658651 -0.61599,23.334801 20.52127,11.134492 -15.47154,17.479254 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="software-update-available.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#ff9000"
inkscape:connector-curvature="0"
d="M 114.45947,95.110048 91.274894,98.562918 83.844033,120.80515 63.855519,108.54747 43.869882,120.80515 36.435424,98.570108 13.248691,95.110048 21.844895,73.297988 6.3069854,55.743027 26.91198,44.561487 26.293341,21.125859 49.264271,25.805215 63.858396,7.4503403 78.448925,25.800899 101.4177,21.122262 l -0.61864,23.434909 20.60931,11.18226 -15.53791,17.554241 z"
id="path4-3" />
</svg>

After

Width:  |  Height:  |  Size: 2.0 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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="changes-prevent.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="84.253062"
inkscape:cy="75.189"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="M 98.275965,116.59038 63.720922,98.410247 29.160272,116.5584 35.775664,78.080179 7.827213,50.817181 46.466989,45.217574 63.760108,10.212224 81.026033,45.23117 119.6618,50.860213 91.692566,78.102414 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="software-update-urgent.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 63.873037,14.961076 c -30.111523,0 -54.5216394,18.7718 -54.5216394,46.732834 0,27.961033 24.4101164,46.73284 54.5216394,46.73284 8.295078,0 16.084662,-1.79112 23.123406,-4.86801 l 31.396677,12.65681 -11.20031,-27.743727 c 7.04109,-8.528742 11.20031,-15.206864 11.20031,-26.777913 0,-27.961034 -24.410118,-46.732834 -54.521641,-46.732834 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="user-available.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 64.128138,14.961077 c -30.252439,0 -54.7767904,18.859649 -54.7767904,46.951534 0,28.091887 24.5243514,46.951539 54.7767904,46.951539 8.333897,0 16.159936,-1.7995 23.230836,-4.89078 l 31.545166,12.71604 -11.2488,-27.877482 c 7.06753,-8.566307 11.2488,-15.274117 11.2488,-26.899317 0,-28.091885 -24.524346,-46.951534 -54.776785,-46.951534 z m 0,15.650512 c 21.608661,0 39.126282,14.01425 39.126282,31.301022 0,17.286773 -17.517621,31.301024 -39.126282,31.301024 -21.608661,0 -39.126279,-14.014251 -39.126279,-31.301024 0,-17.286772 17.517618,-31.301022 39.126279,-31.301022 z"
id="path4-4" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="user-away.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 64.187474,14.961076 c -30.285182,0 -54.8360764,18.880061 -54.8360764,47.002351 0,28.122291 24.5508944,47.002363 54.8360764,47.002363 8.342918,0 16.177427,-1.80145 23.256764,-4.89608 l 31.577752,12.72979 -11.2649,-27.903725 c 7.08169,-8.577929 11.2649,-15.294565 11.2649,-26.932348 0,-28.12229 -24.5509,-47.002351 -54.836083,-47.002351 z M 32.852573,54.129702 H 95.522375 V 69.797153 H 32.852573 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="user-busy.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.8392447,0,0,7.8392447,1.5121529,-0.71741248)"
style="fill:#3399ff"
id="g4">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 13,8 A 5,4 0 1 1 8,4 v 4 z"
id="path6" />
<path
inkscape:connector-curvature="0"
d="M 8,2 C 4.134,2 1,4.4101 1,8 c 0,3.5899 3.134,6 7,6 1.065,0 2.0651,-0.22996 2.9688,-0.625 l 4.031,1.625 -1.438,-3.562 c 0.904,-1.095 1.438,-1.9524 1.438,-3.438 0,-3.5899 -3.134,-6 -7,-6 z m 0,2 c 2.7614,0 5,1.7909 5,4 0,2.2091 -2.2386,4 -5,4 C 5.2386,12 3,10.209 3,8 3,5.7909 5.2386,4 8,4 z"
id="path8"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="user-idle.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="m 64.108092,15.216565 c -30.382498,0 -55.0122834,18.940729 -55.0122834,47.153386 0,28.212657 24.6297854,47.153379 55.0122834,47.153379 8.369726,0 16.22941,-1.80722 23.331498,-4.9118 l 31.68079,12.77071 -11.29717,-27.997328 c 7.09791,-8.603136 11.29717,-15.339782 11.29717,-27.014961 0,-28.212657 -24.629786,-47.153386 -55.012288,-47.153386 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="user-invisible.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="m 64.108215,15.472054 c -30.241408,0 -54.7568174,18.852772 -54.7568174,46.934414 0,28.081643 24.5154094,46.934402 54.7568174,46.934402 8.330858,0 16.154043,-1.79884 23.223148,-4.889 l 31.532107,12.71141 -11.24861,-27.863392 c 7.07145,-8.565531 11.24861,-15.272459 11.24861,-26.89342 0,-28.081642 -24.515412,-46.934414 -54.75682,-46.934414 z M 48.46341,31.116858 64.108215,46.761664 79.753019,31.116858 95.397824,46.761664 79.753019,62.406468 95.397824,78.051273 79.753019,93.696081 64.108215,78.051273 48.46341,93.696081 32.818605,78.051273 48.46341,62.406468 32.818605,46.761664 48.46341,31.116858 z"
id="path4-1" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="user-offline.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(8.9201597,0,0,8.9201597,-7.2335333,-8.5109794)"
style="fill:#3399ff"
id="g4">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 14,8 A 6,6 0 0 1 2,8 6,6 0 1 1 14,8 z"
id="path6" />
<path
inkscape:connector-curvature="0"
d="M 8,2 C 4.6863,2 2,4.6863 2,8 c 0,3.3137 2.6863,6 6,6 2.6924,0 4.9725,-1.7629 5.7321,-4.2054 -0.86458,1.0062 -2.1586,1.6339 -3.5893,1.6339 -2.6036,0 -4.7143,-2.1107 -4.7143,-4.7143 0,-2.2579 1.6036,-4.119 3.7232,-4.5804 C 8.7774,2.0607 8.3962,2 8.0002,2 z"
id="path8"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -0,0 +1,60 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-clear-night.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="M 99.314276,106.47588 78.989238,97.012925 73.019233,118.62679 60.146021,100.27292 44.173397,116.00776 42.204301,93.670217 20.503587,99.314915 29.96586,78.982984 8.3512976,73.019871 26.710683,60.146659 10.973772,44.173345 33.309945,42.204939 27.668007,20.503536 47.995799,29.966497 53.960291,8.3512456 66.833502,26.711321 82.807507,10.974409 l 1.971164,22.335484 21.696579,-5.641937 -9.462962,20.328481 21.613872,5.964492 -18.35387,12.873211 15.73691,15.973314 -22.335483,1.96882 z"
id="path4" />
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -0,0 +1,75 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-clear.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.1477047,0,0,7.1477047,6.0359281,6.8183614)"
style="fill:#3399ff"
id="g4">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 8,0 C 4.6863,0 2,2.6863 2,6 2,7.1439 2.3195,8.2153 2.875,9.125 3.7806,7.7973 5.2817,6.9062 7,6.9062 c 1.2134,0 2.277,0.53255 3.1562,1.25 0.27979,-0.094142 0.51314,-0.25 0.84375,-0.25 0.9059,0 1.6673,0.4368 2.1875,1.0938 0.51,-0.8825 0.812,-1.9071 0.812,-3 0,-3.3137 -2.686,-6 -6,-6 z"
id="path6" />
<path
inkscape:connector-curvature="0"
d="M 8,0 C 4.6863,0 2,2.6863 2,6 2,7.1757 2.3531,8.2617 2.9375,9.1875 3.6647,8.1155 4.7811,7.3411 6.0938,7.0938 5.6801,6.3925 5.4375,5.5918 5.4375,4.7188 5.4375,2.4608 7.0366,0.5864 9.1562,0.125 8.7817,0.051792 8.396,0 8,0 z m 5.7188,7.7812 c -0.29007,0.33756 -0.62431,0.63203 -1,0.875 0.1433,0.12616 0.28809,0.28429 0.40625,0.4375 0.2473,-0.40837 0.44908,-0.84736 0.59375,-1.3125 z"
id="path8"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 7,8 C 5.1231,8 3.5563,9.2876 3.125,11.031 1.924,11.214 1,12.248 1,13.5 1,14.881 2.1193,16 3.5,16 h 9 C 13.881,16 15,14.881 15,13.5 15,12.292 14.139,11.296 13,11.062 13.001,11.042 13,11.021 13,11 13,9.8954 12.105,9 11,9 10.62,9 10.271,9.1286 9.9688,9.3125 9.2368,8.5026 8.1776,8 7,8 z"
id="path10"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-clouds-night.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
style="fill:#3399ff"
id="g4-7"
transform="matrix(7.1796402,0,0,7.1796402,5.7965574,6.3073936)">
<path
inkscape:connector-curvature="0"
d="M 7,8 C 5.1231,8 3.5563,9.2876 3.125,11.031 1.924,11.214 1,12.248 1,13.5 1,14.881 2.1193,16 3.5,16 h 9 C 13.881,16 15,14.881 15,13.5 15,12.292 14.139,11.296 13,11.062 13.001,11.042 13,11.021 13,11 13,9.8954 12.105,9 11,9 10.62,9 10.271,9.1286 9.9688,9.3125 9.2368,8.5026 8.1776,8 7,8 z"
id="path6-8"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 6.625,0 5.75,3.125 2.8125,1.75 3.625,4.9062 0.375,5.1875 2.6562,7.5 0,9.375 2.4375,10.062 C 3.193,8.265 4.9378,7 7,7 8.2154,7 9.2849,7.5214 10.156,8.25 10.433,8.1554 10.673,8 11,8 c 1.4289,0 2.4882,1.0907 2.7812,2.4375 0.29036,0.12476 0.56051,0.28597 0.8125,0.46875 l 1.031,-0.094 -2.281,-2.312 2.656,-1.875 -3.125,-0.875 1.375,-2.9375 -3.156,0.8125 -0.282,-3.25 -2.312,2.2812 -1.875,-2.6562 z"
id="path8-6"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,75 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-clouds.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.4794346,0,0,7.4794346,0.0944175,1.3446999)"
style="fill:#3399ff"
id="g4">
<path
style="opacity:0.45000000000000001;fill:#3399ff"
inkscape:connector-curvature="0"
d="M 10,1 C 6.6863,1 4,3.6863 4,7 4,7.7939 4.1574,8.5564 4.4375,9.25 4.9078,9.0262 5.437,8.9062 6,8.9062 c 1.9124,0 3.4723,1.3706 3.9062,3.1562 0.5695,0.10406 1.0776,0.39006 1.4688,0.78125 2.655,-0.619 4.625,-3.0009 4.625,-5.844 0,-3.3137 -2.686,-6 -6,-6 z"
id="path6" />
<path
inkscape:connector-curvature="0"
d="M 10,1 C 6.6863,1 4,3.6863 4,7 4,7.8284 4.1651,8.6259 4.4688,9.3438 4.9314,9.1237 5.4456,9 6,9 c 1.8839,0 3.4039,1.3594 3.8125,3.125 0.56707,0.08288 1.0777,0.33734 1.4688,0.71875 2.1185,-0.4557 3.8012,-2.0168 4.4375,-4.0625 -0.86458,1.0062 -2.1319,1.6562 -3.5625,1.6562 -2.6034,0 -4.7185,-2.1156 -4.7185,-4.7192 0,-2.258 1.5991,-4.1324 3.7185,-4.5938 -0.374,-0.0732 -0.76,-0.125 -1.156,-0.125 z"
id="path8"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 6,10 C 4.6987,10 3.603,10.842 3.1875,12 3.1348,11.996 3.085,12 3.0312,12 1.9069,12 1,12.907 1,14.031 c 0,1.125 0.9069,2.031 2.0312,2.031 L 9.5,16 C 10.328,16 11,15.328 11,14.5 11,13.672 10.328,13 9.5,13 9.3274,13 9.1543,13.04 9,13.094 9.001,13.062 9,13.032 9,13 9,11.343 7.6569,10 6,10 z"
id="path10"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-few-clouds-night.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.3146549,0,0,7.3146549,4.0078342,4.235879)"
style="fill:#3399ff"
id="g4-3">
<path
inkscape:connector-curvature="0"
d="M 6.625,0 5.75,3.125 2.8125,1.75 3.625,4.9062 0.375,5.1875 2.6562,7.5 0,9.375 3.125,10.25 2.7812,11.031 c 0.68551,-1.134 1.8003,-2 3.2188,-2 1.8758,0 3.4128,1.3644 3.8125,3.125 0.86162,0.1278 1.6251,0.6802 1.9688,1.4375 l 1.407,0.656 -0.813,-3.156 3.25,-0.282 -2.281,-2.312 2.656,-1.875 -3.125,-0.875 1.375,-2.9375 -3.156,0.8125 -0.282,-3.25 -2.312,2.2812 -1.875,-2.6562 z"
id="path6-1"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 6,10 C 4.6987,10 3.603,10.842 3.1875,12 3.1348,11.996 3.085,12 3.0312,12 1.9069,12 1,12.907 1,14.031 c 0,1.125 0.9069,2.031 2.0312,2.031 L 9.5,16 C 10.328,16 11,15.328 11,14.5 11,13.672 10.328,13 9.5,13 9.3274,13 9.1543,13.04 9,13.094 9.001,13.062 9,13.032 9,13 9,11.343 7.6569,10 6,10 z"
id="path8-4"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,75 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-few-clouds.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(7.1499179,0,0,7.1499179,6.0333121,6.0154689)"
style="fill:#3399ff"
id="g4">
<path
inkscape:connector-curvature="0"
d="M 10.396,10.06 C 9.5628,10.188 8.6512,10.515 7.7077,11.22 4.4632,13.645 2.163,11.293 2.163,11.293 a 0.67215,0.87021 0 1 0 -0.7841,1.3777 c 0,0 3.1613,2.9425 7.0009,0.07251 3.1669,-2.3672 5.5447,-0.03626 5.5447,-0.03626 a 0.68365004,0.88510005 0 1 0 0.7841,-1.4502 c 0,0 -1.8131,-1.5803 -4.3125,-1.1964 z"
id="path6"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 10.396,6.0601 C 9.5627,6.1881 8.651,6.515 7.7075,7.2203 4.463,9.6454 2.1628,7.2928 2.1628,7.2928 A 0.67215,0.87021 0 1 0 1.3787,8.6705 c 0,0 3.1613,2.9425 7.0009,0.07251 3.1664,-2.3672 5.5444,-0.0363 5.5444,-0.0363 a 0.68365004,0.88510005 0 1 0 0.7841,-1.4502 c 0,0 -1.8131,-1.5803 -4.3125,-1.1964 z"
id="path8"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 10.396,2.0601 C 9.5627,2.1881 8.651,2.515 7.7075,3.2203 4.463,5.6454 2.1628,3.2928 2.1628,3.2928 A 0.67215,0.87021 0 1 0 1.3787,4.6705 c 0,0 3.1613,2.9425 7.0009,0.07251 3.1664,-2.3672 5.5444,-0.0363 5.5444,-0.0363 a 0.68365004,0.88510005 0 1 0 0.7841,-1.4502 c 0,0 -1.8131,-1.5803 -4.3125,-1.1964 z"
id="path10"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,70 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-fog.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5">
<path
inkscape:connector-curvature="0"
d="M 8,1 C 6.1231,1 4.5563,2.2876 4.125,4.0312 2.924,4.2138 2,5.2481 2,6.5 2,6.9315 2.1201,7.3333 2.3125,7.6875 3.2184,6.6564 4.52,6 6,6 7.2301,6 8.3113,6.5061 9.1875,7.25 9.4567,7.1608 9.6839,7 10,7 c 1.273,0 2.2199,0.8595 2.625,2 H 13.5 C 14.881,9 16,7.8807 16,6.5 16,5.2919 15.139,4.2956 14,4.0625 14.001,4.0415 14,4.0211 14,4 14,2.8954 13.105,2 12,2 11.62,2 11.271,2.1286 10.969,2.3125 10.237,1.5026 9.1776,1 8,1 z"
id="path6-4"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 6,7 C 4.1231,7 2.5563,8.2876 2.125,10.031 0.924,10.214 0,11.248 0,12.5 0,13.881 1.1193,15 2.5,15 h 9 C 12.881,15 14,13.881 14,12.5 14,11.292 13.139,10.296 12,10.062 12.001,10.042 12,10.021 12,10 12,8.8954 11.105,8 10,8 9.6201,8 9.2713,8.1286 8.9688,8.3125 8.2368,7.5026 7.1776,7 6,7 z"
id="path8-8"
style="fill:#3399ff" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,69 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-overcast.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<path
style="fill:#3399ff"
inkscape:connector-curvature="0"
d="m 56.274466,12.917164 c -14.998033,0 -27.518103,10.289023 -30.964558,24.221875 -9.597015,1.45913 -16.9805665,9.72407 -16.9805665,19.727819 0,11.032972 8.9441655,19.977134 19.9771365,19.977134 H 64.265319 V 60.862285 c -0.05433,-3.954673 3.301021,-7.656836 7.241312,-7.990854 5.509693,-0.0048 11.169614,0 16.731248,0 4.195519,-0.04315 8.034005,3.795336 7.990854,7.990854 v 15.981707 h 3.995427 c 11.03537,0 19.97714,-8.944162 19.97714,-19.977134 0,-9.65375 -6.88013,-17.615037 -15.98171,-19.477705 0.008,-0.167808 0,-0.330821 0,-0.499428 0,-8.826697 -7.151817,-15.981707 -15.981711,-15.981707 -3.036523,0 -5.825332,1.027623 -8.240167,2.497142 C 74.148407,16.933367 65.684495,12.917164 56.274466,12.917164 z"
id="path4" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
<path
style="fill:#ff9000"
inkscape:connector-curvature="0"
d="M 72.256173,60.862285 V 92.8257 H 88.237879 V 60.862285 z m 0,39.954265 v 15.98171 h 15.981706 v -15.98171 z"
id="path6" />
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,132 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-severe-alert.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(8.007699,0,0,8.007699,-0.18933552,0.06615164)"
style="fill:#3399ff"
id="g4">
<path
inkscape:connector-curvature="0"
d="M 7,1 C 5.1231,1 3.5563,2.2876 3.125,4.0312 1.924,4.2138 1,5.2481 1,6.5 1,7.8807 2.1193,9 3.5,9 h 9 C 13.881,9 15,7.8807 15,6.5 15,5.2919 14.139,4.2956 13,4.0625 13.001,4.0415 13,4.0211 13,4 13,2.8954 12.105,2 11,2 10.62,2 10.271,2.1286 9.9688,2.3125 9.2368,1.5026 8.1776,1 7,1 z"
id="path6-8"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="14"
x="2"
id="rect8"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="12"
x="3"
id="rect10"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="10"
x="4"
id="rect12"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="14"
x="5"
id="rect14"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="12"
x="6"
id="rect16"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="10"
x="7"
id="rect18"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="14"
x="8"
id="rect20"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="12"
x="9"
id="rect22"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="10"
x="10"
id="rect24"
style="fill:#3399ff" />
</g>
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,174 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-showers-scattered.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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
transform="matrix(8.007699,0,0,8.007699,-0.18933506,0.06615181)"
style="fill:#3399ff"
id="g4-2">
<path
inkscape:connector-curvature="0"
d="M 7,1 C 5.1231,1 3.5563,2.2876 3.125,4.0312 1.924,4.2138 1,5.2481 1,6.5 1,7.8807 2.1193,9 3.5,9 h 9 C 13.881,9 15,7.8807 15,6.5 15,5.2919 14.139,4.2956 13,4.0625 13.001,4.0415 13,4.0211 13,4 13,2.8954 12.105,2 11,2 10.62,2 10.271,2.1286 9.9688,2.3125 9.2368,1.5026 8.1776,1 7,1 z"
id="path6"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="14"
x="1"
id="rect8-9"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="12"
x="2"
id="rect10-1"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="10"
x="3"
id="rect12-2"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="14"
x="3"
id="rect14-2"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="12"
x="4"
id="rect16-3"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="10"
x="5"
id="rect18-6"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="14"
x="5"
id="rect20-4"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="12"
x="6"
id="rect22-6"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="10"
x="7"
id="rect24-9"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="14"
x="7"
id="rect26"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="12"
x="8"
id="rect28"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="10"
x="9"
id="rect30"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="14"
x="9"
id="rect32"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="12"
x="10"
id="rect34"
style="fill:#3399ff" />
<rect
height="1"
width="1"
y="10"
x="11"
id="rect36"
style="fill:#3399ff" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,84 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-showers.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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
transform="matrix(8.0396364,0,0,8.0396364,-0.47676191,-0.15178526)"
style="fill:#3399ff"
id="g4">
<path
inkscape:connector-curvature="0"
d="M 7,1 C 5.1231,1 3.5563,2.2876 3.125,4.0312 1.924,4.2138 1,5.2481 1,6.5 1,7.8807 2.1193,9 3.5,9 H 5.2812 C 5.6273,8.4031 6.2604,8 7,8 7.7396,8 8.3727,8.4031 8.7188,9 H 12.5 C 13.881,9 15,7.8807 15,6.5 15,5.2919 14.139,4.2956 13,4.0625 13.001,4.0415 13,4.0211 13,4 13,2.8954 12.105,2 11,2 10.62,2 10.271,2.1286 9.9688,2.3125 9.2368,1.5026 8.1776,1 7,1 z"
id="path6-9"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="m 7.3722,14 a 1.372,1.372 0 0 1 -2.744,0 1.372,1.372 0 1 1 2.744,0 z"
id="path8"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="m 11.372,12 a 1.372,1.372 0 0 1 -2.744,0 1.372,1.372 0 1 1 2.744,0 z"
id="path10"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="m 8.3722,10 a 1.372,1.372 0 0 1 -2.744,0 1.372,1.372 0 1 1 2.744,0 z"
id="path12"
style="fill:#3399ff" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,74 @@
<?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="128"
height="128"
id="svg3027"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="weather-snow.svg">
<defs
id="defs3029" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.9140624"
inkscape:cx="90.895777"
inkscape:cy="51.036686"
inkscape:document-units="px"
inkscape:current-layer="svg3027"
showgrid="false"
inkscape:window-width="1013"
inkscape:window-height="847"
inkscape:window-x="573"
inkscape:window-y="23"
inkscape:window-maximized="0" />
<metadata
id="metadata3032">
<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
transform="matrix(8.0685297,0,0,8.0685297,-0.69301377,-0.23918983)"
style="fill:#3399ff"
id="g4-7">
<path
inkscape:connector-curvature="0"
d="M 7,1 C 5.1231,1 3.5563,2.2876 3.125,4.0312 1.924,4.2138 1,5.2481 1,6.5 1,7.8807 2.1193,9 3.5,9 H 4.8438 L 7.1875,5.4688 C 7.3258,5.247 7.5569,5.0853 7.8125,5.0312 8.4616,4.9043 9.1159,5.6131 8.9375,6.25 L 8.25,9 H 12.5 C 13.881,9 15,7.8807 15,6.5 15,5.2919 14.139,4.2956 13,4.0625 13.001,4.0415 13,4.0211 13,4 13,2.8954 12.105,2 11,2 10.62,2 10.271,2.1286 9.9688,2.3125 9.2368,1.5026 8.1776,1 7,1 z"
id="path6"
style="fill:#3399ff" />
<path
inkscape:connector-curvature="0"
d="M 6,16 7,12 H 4 L 8,6 7,10 h 3 l -4,6 z"
id="path8-7"
style="fill:#3399ff" />
</g>
<g
inkscape:label="Livello 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-924.36218)" />
<g
transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)"
style="fill:#3399ff"
id="g4-5" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -166,7 +166,7 @@ _standard_list_populate(Evas_Object *list, int size)
// quick hack to show only standard-compliant icons
// apart from the "folder" one, all the others have "-" in the name
// ...also do not show deprecated arrow-* icons
if (((strrchr(name, '-') != NULL) || !strcmp(name, "folder"))
if (((strrchr(name, '-') != NULL) || !strcmp(name, "folder")|| !strcmp(name, "starred"))
&& (strncmp(name, "arrow-", 6)))
{
ic = elm_icon_add(list);