Initial structure for a proper FDO compliant icon theme.

The idea here is to provide a "real" fdo icon theme along the icons in the elm edje theme.

To minimize file redundancy the icons are profided directly in a fdo structure and picked
in icon_fdo.edc. Also I'm using all the icons in svg format so that we don't need to provide
all the creazy sizes as per fdo spec.

More icons will comes in the next commits
This commit is contained in:
Davide Andreoli 2016-05-01 16:52:45 +02:00
parent 537b138a23
commit 3c8597d3fc
43 changed files with 8693 additions and 74 deletions

View File

@ -3,3 +3,7 @@ Gesture Layer 2:
Creative Commons Attribution Sharealike license v 3.0.
http://gestureworks.com/icons-fonts
http://creativecommons.org/licenses/by-sa/3.0/us/
EFL Bluish-X icons theme (all the icons in data/elementary/themes/fdo):
GNU General Public License v3
see the README in data/elementary/themes/fdo for more info

View File

@ -1,4 +1,12 @@
EDJE_CC_ELM_FLAGS = -id $(top_srcdir)/data/elementary/themes/img -fd $(top_srcdir)/data/elementary/themes/fnt -sd $(top_srcdir)/data/elementary/themes/snd -l $(top_srcdir)/COPYING -a $(top_srcdir)/AUTHORS -fastdecomp
EDJE_CC_ELM_FLAGS = \
-id $(top_srcdir)/data/elementary/themes/img \
-id $(top_srcdir)/data/elementary/themes/fdo \
-fd $(top_srcdir)/data/elementary/themes/fnt \
-sd $(top_srcdir)/data/elementary/themes/snd \
-l $(top_srcdir)/COPYING \
-a $(top_srcdir)/AUTHORS \
-fastdecomp
elementary_themes_files = \
elementary/themes/default.edc \
@ -104,6 +112,7 @@ elementary/themes/edc/elm/gengrid.edc \
elementary/themes/edc/elm/genlist.edc \
elementary/themes/edc/elm/hover.edc \
elementary/themes/edc/elm/icon.edc \
elementary/themes/edc/elm/icon_fdo.edc \
elementary/themes/edc/elm/index.edc \
elementary/themes/edc/elm/inwin.edc \
elementary/themes/edc/elm/label.edc \

View File

@ -31,6 +31,7 @@ collections {
#include "edc/elm/list.edc"
#include "edc/elm/conform.edc"
#include "edc/elm/icon.edc"
#include "edc/elm/icon_fdo.edc"
#include "edc/elm/video.edc"
#include "edc/elm/access.edc"
#include "edc/elm/photo.edc"

View File

@ -1,67 +1,11 @@
/*
* Standard FreeDesktop icons:
*
* WARNING: When you add new icons you MUST ensure to use standard names as per:
* http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
* If you can't find the name in the spec then you MUST search in the Tango
* and/or the Oxigen theme to find a suitable name. IF you really cannot find
* anything try at least to be consistent with other existing names.
* NOTE: icons marked with an empty comment are names that I cannot
* find anywhere else, so they are not really standard.
*/
#define IC(Name, File, Min, Max) \
group { name: "elm/icon/"##Name##"/default"; min: Min Min; max: Max Max; \
images.image: File COMP; parts { part { name: "base"; \
description { aspect: 1.0 1.0; aspect_preference: BOTH; \
image.normal: File; } } } }
IC("folder", "icon_folder.png", 16, 0);
IC("user-home", "icon_home.png", 16, 0);
IC("user-trash", "icon_delete.png", 16, 0);
IC("view-close", "icon_close.png", 16, 0);
IC("view-refresh", "icon_refresh.png", 16, 0);
IC("window-close", "icon_close.png", 16, 0);
IC("document-close", "icon_close.png", 16, 0);
IC("document-edit", "icon_edit.png", 16, 0);
IC("dialog-info", "icon_info.png", 16, 0);
IC("dialog-close", "icon_close.png", 16, 0);
IC("go-home", "icon_home.png", 16, 0);
IC("go-up", "icon_arrow_up.png", 16, 0);
IC("go-down", "icon_arrow_down.png", 16, 0);
IC("go-previous", "icon_arrow_left.png", 16, 0);
IC("go-next", "icon_arrow_right.png", 16, 0);
IC("edit-delete", "icon_delete.png", 16, 0);
IC("edit-find", "icon_search.png", 16, 0);
IC("application-chat", "icon_chat.png", 16, 0); /* */
IC("application-clock", "icon_clock.png", 16, 0); /* */
IC("media-seek-forward", "icon_forward.png", 16, 0);
IC("media-seek-backward", "icon_rewind.png", 16, 0);
IC("media-skip-forward", "icon_next.png", 16, 0);
IC("media-skip-backward", "icon_prev.png", 16, 0);
IC("media-playback-pause", "icon_pause.png", 16, 0);
IC("media-playback-start", "icon_play.png", 16, 0);
IC("media-playback-stop", "icon_stop.png", 16, 0);
IC("media-eject", "icon_eject.png", 16, 0);
IC("audio-volume", "icon_volume.png", 16, 0); /* */
IC("audio-volume-muted", "icon_mute.png", 16, 0);
/// TODO emoticons, file, no_photo
#undef IC
/*
* All the icons below this point are not standard and are to be considered
* All the icons below are not standard and are to be considered
* deprecated or at least just for internal usage only.
*
* We suggest to instead use the icons in icon_fdo.edc (at least if you
* want your app to be user customizable wrt icons)
*
*/
#define IC(Name, Alias, File, Min, Max) \

View File

@ -0,0 +1,148 @@
/*
* Standard FreeDesktop icons:
*
* WARNING: When you add new icons you MUST ensure to use standard names as per:
* http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
*
* If you can't find the name in the spec then you MUST search in the Tango,
* Oxigen, Faenza (now Rave-X) icone themes to find a suitable name.
*
* IF you really cannot find anything try at least to be consistent with other
* existing names.
*
* NOTE: icons marked with an empty comment are names that are not in the
* FDO spec, so they are not really standard, but seems widly used.
*
* NOTE: if you add an new icon you must add it to:
* - this file (of course)
* - data/elementary/themes/Makefile.am
* - elm_icon documentation ????? really? #################################
* - check they appear in: elementary_test -to "Icon Standard"
*
*/
// Single FDO icon
#define ICO1(Cat, Name) \
group { name: "elm/icon/"##Name##"/default"; \
min: 16 16; \
images.image: ##Cat##"/scalable/"##Name##".svg" COMP; \
parts { \
part { name: "base"; \
desc { \
image.normal: ##Cat##"/scalable/"##Name##".svg"; \
aspect: 1.0 1.0; aspect_preference: BOTH; \
} } } }
// FDO icon with small and normal source
#define ICO2(Cat, Name) \
group { name: "elm/icon/"##Name##"/default"; \
min: 16 16; \
images { \
set { name: ##Name##; \
image { \
image: ##Cat##"/16/"##Name##".svg" COMP; \
size: 0 0 22 22; \
} \
image { \
image: ##Cat##"/scalable/"##Name##".svg" COMP; \
size: 23 23 999 999; \
} \
} \
} \
parts { \
part { name: "base"; \
desc { \
image.normal: ##Name##; \
aspect: 1.0 1.0; aspect_preference: BOTH; \
} } } }
#define CTX "places"
ICO1(CTX, "user-home")
ICO1(CTX, "user-bookmarks")
ICO1(CTX, "user-trash")
ICO2(CTX, "folder")
ICO2(CTX, "folder-remote")
ICO2(CTX, "folder-open") /* */
ICO2(CTX, "folder-home") /* */
ICO2(CTX, "folder-downloads") /* */
ICO1(CTX, "folder-recent") /* */
ICO1(CTX, "folder-documents") /* */
ICO1(CTX, "folder-images") /* */
ICO1(CTX, "folder-music") /* */
ICO1(CTX, "folder-videos") /* */
ICO2(CTX, "network-server")
ICO2(CTX, "network-workgroup")
ICO2(CTX, "start-here")
// TODO user-desktop
#undef CTX
#define CTX "emblems"
ICO1(CTX, "emblem-default")
ICO1(CTX, "emblem-downloads")
ICO1(CTX, "emblem-favorite")
ICO1(CTX, "emblem-important")
ICO1(CTX, "emblem-readonly")
ICO1(CTX, "emblem-shared")
ICO1(CTX, "emblem-symbolic-link")
ICO1(CTX, "emblem-unreadable")
ICO1(CTX, "emblem-system")
ICO1(CTX, "emblem-synchronized")
ICO1(CTX, "emblem-synchronizing") /* */
// TODO emblem-documents
// TODO emblem-mail
// TODO emblem-photos
#undef CTX
#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,39 @@
The EFL Bluish-X Icon theme. Orig. Based on Rave-X and Mint-X Icon Themes.
Install
=======
To install this FDO theme just copy this folder in /usr/share/icons, maybe
renaming it to something more usefull than "fdo"
You can than configure your system to use the EFL Bluish icon theme in
non-efl apps.
Copyrights & Credits
====================
This icons set (as the ones it is base on) is licensed under
the GNU General Public License v3.
(C) 2016 Davide Andreoli <dave@gurumeditation.it>
"The EFL Bluish-X Icon theme"
(C) 2014 New Colors And Theme Built By RAVEfinity, Jared sot <ravefinity@gmail.com>
"RAVE X Colors" Was Designed By RAVEfinity In California.
Faenza Icons.
(C) Tiheum
http://tiheum.deviantart.com/art/Faenza-Icons-173323228
Elementary Icons, Folders & Theme.
Daniel Foré <Daniel.p.ForeATgmailDoTcom> , http://elementaryos.org/
(C) Johnathan Linux Mint Theme Devloper & Clem.
www.linuxmint.com

View File

@ -0,0 +1,300 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="96"
height="96"
id="svg2">
<defs
id="defs4">
<linearGradient
id="linearGradient3625">
<stop
id="stop3627"
style="stop-color:#787878;stop-opacity:1"
offset="0" />
<stop
id="stop3629"
style="stop-color:#323232;stop-opacity:1"
offset="1" />
</linearGradient>
<radialGradient
cx="64"
cy="120.20078"
r="56"
fx="64"
fy="120.20078"
id="radialGradient2872"
xlink:href="#linearGradient3625"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.900984,0,0,1.1428576,-9.6629932,-131.37237)" />
<clipPath
id="clipPath2883">
<path
d="m -100,-74 0,96 96,0 0,-96 -96,0 z m 48,16 c 17.664,0 32,14.335995 32,32 4e-6,17.664008 -14.336,32 -32,32 -17.664002,0 -32,-14.335996 -32,-32 0,-17.664005 14.335998,-32 32,-32 z m 12.125,16.125 -16.25,18.875 -8,-7.25 -7.75,8.375 15.75,15.625 24,-27.25 -7.75,-8.375 z"
inkscape:connector-curvature="0"
id="path2885"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<filter
color-interpolation-filters="sRGB"
id="filter3663">
<feGaussianBlur
id="feGaussianBlur3665"
stdDeviation="0.96" />
</filter>
<clipPath
id="clipPath3266">
<path
d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
inkscape:connector-curvature="0"
id="path3268"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3101"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="45.447727"
y1="92.539597"
x2="45.447727"
y2="7.0165396"
id="ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
<stop
id="stop3750-8"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3752-5"
style="stop-color:#000000;stop-opacity:0.58823532"
offset="1" />
</linearGradient>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3780"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3772"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3725"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="48"
y1="90"
x2="48"
y2="5.9877172"
id="linearGradient3052"
xlink:href="#ButtonColor-6"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="10.31979"
y1="21"
x2="10.31979"
y2="0.99929649"
id="ButtonColor-6"
gradientUnits="userSpaceOnUse">
<stop
id="stop3189-4"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="0" />
<stop
id="stop3191-0"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="36.357143"
y1="6"
x2="36.357143"
y2="63.893143"
id="linearGradient3188"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3737">
<stop
id="stop3739"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3741"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="48"
cy="90.171875"
r="42"
fx="48"
fy="90.171875"
id="radialGradient3619"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient4256"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-97)" />
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1">
<g
clip-path="url(#clipPath3266)"
id="g3202"
style="display:inline">
<path
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3786"
style="opacity:0.07999998;fill:url(#linearGradient3101);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3778"
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
transform="scale(1,-1)"
id="path3770"
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="86"
height="85"
rx="7"
ry="7"
x="5"
y="-92"
transform="scale(1,-1)"
id="rect3723"
style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="-91"
transform="scale(1,-1)"
id="rect3716"
style="opacity:0.45;fill:url(#linearGradient4256);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="6"
id="rect2419"
style="opacity:0.75;fill:url(#linearGradient3052);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.188418,86.268382 7.148361,86.171969 7.125,86.0625 7.052121,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
inkscape:connector-curvature="0"
id="rect3728"
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.188418,9.731618 7.148361,9.828031 7.125,9.9375 7.052121,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
inkscape:connector-curvature="0"
id="path3615"
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<g
transform="translate(0,74)"
id="layer3"
style="display:inline">
<path
d="m -52,-58 c -17.664002,0 -32,14.335995 -32,32 0,17.664004 14.335998,32 32,32 17.664,0 32.000004,-14.335992 32,-32 0,-17.664005 -14.336,-32 -32,-32 z m 12.125,16.125 7.75,8.375 -24,27.25 -15.75,-15.625 7.75,-8.375 8,7.25 16.25,-18.875 z"
inkscape:connector-curvature="0"
transform="translate(100,0)"
clip-path="url(#clipPath2883)"
id="path2874"
style="opacity:0.2;fill:none;stroke:#ffffff;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter3663)" />
<path
d="M 48,-58 C 30.335998,-58 16,-43.664005 16,-26 16,-8.335996 30.335998,6 48,6 65.664,6 80.000004,-8.335992 80,-26 80,-43.664005 65.664,-58 48,-58 z m 12.125,16.125 7.75,8.375 -24,27.25 -15.75,-15.625 7.75,-8.375 8,7.25 16.25,-18.875 z"
inkscape:connector-curvature="0"
id="path2505"
style="fill:url(#radialGradient2872);fill-opacity:1;stroke:none" />
<rect
width="96"
height="96"
x="-100"
y="-74"
id="rect2854"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="M 48,16 C 30.335998,16 16,30.335995 16,48 16,65.664004 30.335998,80 48,80 65.664,80 80.000004,65.664008 80,48 80,30.335995 65.664,16 48,16 z m 0,2.03125 C 64.572405,18.03125 77.96875,31.42759 77.96875,48 77.968754,64.572413 64.572406,77.96875 48,77.96875 31.427593,77.96875 18.03125,64.572409 18.03125,48 18.03125,31.427589 31.427592,18.03125 48,18.03125 z m 12,12.0625 A 2.0177031,2.0177031 0 0 0 58.59375,30.8125 L 43.6875,48.125 37.21875,42.25 a 2.0177031,2.0177031 0 0 0 -2.8125,0.125 l -7.75,8.375 a 2.0177031,2.0177031 0 0 0 0.0625,2.8125 l 15.75,15.625 A 2.0177031,2.0177031 0 0 0 45.375,69.09375 l 24,-27.25 A 2.0177031,2.0177031 0 0 0 69.34375,39.125 l -7.75,-8.375 a 2.0177031,2.0177031 0 0 0 -1.375,-0.65625 2.0177031,2.0177031 0 0 0 -0.21875,0 z m 0.125,2.03125 7.75,8.375 -24,27.25 -15.75,-15.625 7.75,-8.375 8,7.25 16.25,-18.875 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3891"
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" />
<path
d="M 48,16 C 30.335998,16 16,30.335995 16,48 16,65.664004 30.335998,80 48,80 65.664,80 80.000004,65.664008 80,48 80,30.335995 65.664,16 48,16 z m 0,1.03125 C 65.108769,17.03125 78.96875,30.891226 78.96875,48 78.968754,65.108777 65.108769,78.96875 48,78.96875 30.891229,78.96875 17.03125,65.108773 17.03125,48 17.03125,30.891226 30.891229,17.03125 48,17.03125 z m 11.9375,14.0625 a 1.0262885,1.0262885 0 0 0 -0.59375,0.375 L 43.78125,49.53125 36.5625,43 a 1.0262885,1.0262885 0 0 0 -1.4375,0.0625 l -7.75,8.375 a 1.0262885,1.0262885 0 0 0 0.03125,1.40625 l 15.75,15.625 a 1.0262885,1.0262885 0 0 0 1.5,-0.03125 l 24,-27.25 A 1.0262885,1.0262885 0 0 0 68.625,39.8125 l -7.75,-8.375 a 1.0262885,1.0262885 0 0 0 -0.8125,-0.34375 1.0262885,1.0262885 0 0 0 -0.125,0 z m 0.1875,1.03125 7.75,8.375 -24,27.25 -15.75,-15.625 7.75,-8.375 8,7.25 16.25,-18.875 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3119"
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none" />
<path
d="m 48,16 c -17.664002,0 -32,14.335995 -32,32 0,0.166582 -0.0025,0.334019 0,0.5 C 16.266875,31.065725 30.50258,17 48,17 65.497418,17 79.733125,31.065725 80,48.5 80.002541,48.334019 80,48.166582 80,48 80,30.335995 65.664,16 48,16 z M 67.4375,41 43.875,67.75 28.59375,52.59375 28.125,53.125 43.875,68.75 67.875,41.5 67.4375,41 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3901"
style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none" />
<path
d="M 60.125,32.125 43.875,51 l -8,-7.25 -7.75,8.375 0.46875,0.46875 L 35.875,44.75 43.875,52 60.125,33.125 67.4375,41 67.875,40.5 60.125,32.125 z M 16,48.5 c -0.0025,0.165981 0,0.333418 0,0.5 0,17.664004 14.335998,32 32,32 17.664,0 32.000004,-14.335992 32,-32 0,-0.166582 0.0025,-0.334019 0,-0.5 C 79.733129,65.934277 65.497418,80 48,80 30.50258,80 16.266875,65.934274 16,48.5 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3910"
style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,296 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="96"
height="96"
id="svg2"
style="display:inline">
<defs
id="defs4">
<linearGradient
x1="11.998966"
y1="0.92195445"
x2="11.998966"
y2="19.387045"
id="linearGradient5520"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(0.9219544,1.0846523)">
<stop
id="stop5522"
style="stop-color:#323232;stop-opacity:1"
offset="0" />
<stop
id="stop5524"
style="stop-color:#787878;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="26.018665"
y1="6.9005618"
x2="26.018665"
y2="21.617134"
id="linearGradient2956"
xlink:href="#linearGradient5520"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.6988916,0,0,4.3488388,-48.240224,-88.009431)" />
<clipPath
id="clipPath3266">
<path
d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
inkscape:connector-curvature="0"
id="path3268"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3101"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="45.447727"
y1="92.539597"
x2="45.447727"
y2="7.0165396"
id="ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
<stop
id="stop3750-8"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3752-5"
style="stop-color:#000000;stop-opacity:0.58823532"
offset="1" />
</linearGradient>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3780"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3772"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3725"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="48"
y1="90"
x2="48"
y2="5.9877172"
id="linearGradient3052"
xlink:href="#ButtonColor-6"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="10.31979"
y1="21"
x2="10.31979"
y2="0.99929649"
id="ButtonColor-6"
gradientUnits="userSpaceOnUse">
<stop
id="stop3189-4"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="0" />
<stop
id="stop3191-0"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="36.357143"
y1="6"
x2="36.357143"
y2="63.893143"
id="linearGradient3188"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3737">
<stop
id="stop3739"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3741"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="48"
cy="90.171875"
r="42"
fx="48"
fy="90.171875"
id="radialGradient3619"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient4256"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-97)" />
<filter
color-interpolation-filters="sRGB"
id="filter3983">
<feGaussianBlur
id="feGaussianBlur3985"
stdDeviation="0.8690625" />
</filter>
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer2">
<g
clip-path="url(#clipPath3266)"
id="g3202"
style="display:inline">
<path
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3786"
style="opacity:0.07999998;fill:url(#linearGradient3101);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3778"
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
transform="scale(1,-1)"
id="path3770"
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="86"
height="85"
rx="7"
ry="7"
x="5"
y="-92"
transform="scale(1,-1)"
id="rect3723"
style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="-91"
transform="scale(1,-1)"
id="rect3716"
style="opacity:0.45;fill:url(#linearGradient4256);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="6"
id="rect2419"
style="opacity:0.75;fill:url(#linearGradient3052);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.188418,86.268382 7.148361,86.171969 7.125,86.0625 7.052121,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
inkscape:connector-curvature="0"
id="rect3728"
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.188418,9.731618 7.148361,9.828031 7.125,9.9375 7.052121,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
inkscape:connector-curvature="0"
id="path3615"
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<g
transform="translate(0,74)"
id="layer1"
style="display:inline">
<path
d="m 36,-57.875 0,6 24,0 0,-6 z m 0,10 0,10 24,0 0,-10 z m 0,14 0,13.875 -14,0 26,26 26,-26 -14,0 0,-13.875 z"
inkscape:connector-curvature="0"
id="path3981"
style="opacity:0.2;fill:none;stroke:#ffffff;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;display:inline;filter:url(#filter3983)" />
<path
d="m 36,-57.875 0,6 24,0 0,-6 z m 0,10 0,10 24,0 0,-10 z m 0,14 0,13.875 -14,0 26,26 26,-26 -14,0 0,-13.875 z"
inkscape:connector-curvature="0"
id="Symbol"
style="fill:url(#linearGradient2956);fill-opacity:1;stroke:none;display:inline" />
<rect
width="96"
height="96"
x="-100"
y="-74"
id="rect2942"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 36,16.125 0,6 24,0 0,-6 -24,0 z m 1.9375,1.9375 20.125,0 0,2.125 -20.125,0 0,-2.125 z M 36,26.125 l 0,10 24,0 0,-10 -24,0 z m 1.9375,1.9375 20.125,0 0,6.125 -20.125,0 0,-6.125 z M 36,40.125 36,54 22,54 48,80 74,54 l -14,0 0,-13.875 -24,0 z m 1.9375,1.9375 20.125,0 0,11.9375 A 1.9249095,1.9249095 0 0 0 60,55.9375 l 9.3125,0 L 48,77.25 26.6875,55.9375 36,55.9375 A 1.9249095,1.9249095 0 0 0 37.9375,54 l 0,-11.9375 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3953"
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
<path
d="m 36,16.125 0,6 24,0 0,-6 -24,0 z m 0.96875,0.96875 22.0625,0 0,4.0625 -22.0625,0 0,-4.0625 z M 36,26.125 l 0,10 24,0 0,-10 -24,0 z m 0.96875,0.96875 22.0625,0 0,8.0625 -22.0625,0 0,-8.0625 z M 36,40.125 36,54 22,54 48,80 74,54 l -14,0 0,-13.875 -24,0 z m 0.96875,0.96875 22.0625,0 0,12.90625 A 0.96245477,0.96245477 0 0 0 60,54.96875 l 11.65625,0 L 48,78.625 24.34375,54.96875 36,54.96875 A 0.96245477,0.96245477 0 0 0 36.96875,54 l 0,-12.90625 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3181"
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
<path
d="m 36,16.125 0,1 24,0 0,-1 -24,0 z m 0,10 0,1 24,0 0,-1 -24,0 z m 0,14 0,1 24,0 0,-1 -24,0 z M 22,54 l 1,1 13,0 0,-1 -14,0 z m 38,0 0,1 13,0 1,-1 -14,0 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3963"
style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
<path
d="m 36,22.125 0,1 24,0 0,-1 -24,0 z m 0,14 0,1 24,0 0,-1 -24,0 z M 22,55 48,81 74,55 73,55 48,80 23,55 22,55 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3972"
style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,294 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="96"
height="96"
id="svg2"
style="display:inline">
<defs
id="defs4">
<linearGradient
id="linearGradient3651">
<stop
id="stop3653"
style="stop-color:#f3840c;stop-opacity:1"
offset="0" />
<stop
id="stop3655"
style="stop-color:#f9ba3f;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="10.735273"
y1="5.3143144"
x2="12.340249"
y2="15.422365"
id="linearGradient2902"
xlink:href="#linearGradient3651"
gradientUnits="userSpaceOnUse" />
<clipPath
id="clipPath3266">
<path
d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
inkscape:connector-curvature="0"
id="path3268"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3101"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="45.447727"
y1="92.539597"
x2="45.447727"
y2="7.0165396"
id="ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
<stop
id="stop3750-8"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3752-5"
style="stop-color:#000000;stop-opacity:0.58823532"
offset="1" />
</linearGradient>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3780"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3772"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3725-8"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="48"
y1="90"
x2="48"
y2="5.9877172"
id="linearGradient3052"
xlink:href="#ButtonColor-6"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="10.31979"
y1="21"
x2="10.31979"
y2="0.99929649"
id="ButtonColor-6"
gradientUnits="userSpaceOnUse">
<stop
id="stop3189-4"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="0" />
<stop
id="stop3191-0"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="36.357143"
y1="6"
x2="36.357143"
y2="63.893143"
id="linearGradient3188"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3737">
<stop
id="stop3739"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3741"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="48"
cy="90.171875"
r="42"
fx="48"
fy="90.171875"
id="radialGradient3619"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient4186"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-97)" />
<filter
color-interpolation-filters="sRGB"
id="filter3851">
<feGaussianBlur
id="feGaussianBlur3853"
stdDeviation="0.15745957" />
</filter>
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer2">
<g
clip-path="url(#clipPath3266)"
id="g3202"
style="display:inline">
<path
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3786"
style="opacity:0.07999998;fill:url(#linearGradient3101);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3778"
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
transform="scale(1,-1)"
id="path3770"
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="86"
height="85"
rx="7"
ry="7"
x="5"
y="-92"
transform="scale(1,-1)"
id="rect3723"
style="opacity:0.3;fill:url(#linearGradient3725-8);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="-91"
transform="scale(1,-1)"
id="rect3716"
style="opacity:0.45;fill:url(#linearGradient4186);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="6"
id="rect2419"
style="opacity:0.75;fill:url(#linearGradient3052);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.188418,86.268382 7.148361,86.171969 7.125,86.0625 7.052121,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
inkscape:connector-curvature="0"
id="rect3728"
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.188418,9.731618 7.148361,9.828031 7.125,9.9375 7.052121,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
inkscape:connector-curvature="0"
id="path3615"
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<g
transform="translate(0,74)"
id="layer1"
style="display:inline">
<path
d="M 15,15 11.442463,13.793604 8.431842,16.040294 8.479853,12.284079 5.4127911,10.115073 9,9 l 1.115073,-3.5872089 2.169006,3.0670619 3.756215,-0.048011 -2.24669,3.0106211 z"
transform="matrix(5.7899147,0.91933388,-0.91933388,5.7899147,-5.5803626,-96.638728)"
id="path3081"
style="opacity:0.2;color:#000000;fill:none;stroke:#ffffff;stroke-width:0.68230891;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3851);enable-background:accumulate" />
<path
d="M 15,15 11.442463,13.793604 8.431842,16.040294 8.479853,12.284079 5.4127911,10.115073 9,9 l 1.115073,-3.5872089 2.169006,3.0670619 3.756215,-0.048011 -2.24669,3.0106211 z"
transform="matrix(5.7899147,0.91933388,-0.91933388,5.7899147,-5.5803626,-96.638728)"
id="path3649"
style="color:#000000;fill:url(#linearGradient2902);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 147.875,-62 -11.125,22.375 -24.625,3.625 3.625,3.5 21,-3.125 11.125,-22.375 11,22.375 21.125,3.125 3.625,-3.5 -24.75,-3.625 -11,-22.375 z m -18.5,46.75 -3.625,21.25 0.75,-0.375 3.5,-20.25 -0.625,-0.625 z m 36.875,0 -0.625,0.625 3.5,20.25 0.75,0.375 -3.625,-21.25 z"
inkscape:connector-curvature="0"
id="path3660"
style="opacity:0.5;color:#000000;fill:#d45500;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
width="96"
height="96"
x="-100"
y="-74"
id="rect2910"
style="opacity:0.3;color:#000000;fill:#ff00ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 48,18 -9.75,19.75 -21.78125,3.15625 15.75,15.375 L 28.5,78 48,67.75 67.46875,78 63.75,56.28125 79.53125,40.9375 57.75,37.75 48,18 z m -0.03125,4.03125 8.15625,16.5 A 1.7702708,1.7702708 0 0 0 57.46875,39.5 l 18.09375,2.6875 -13.125,12.75 a 1.7702708,1.7702708 0 0 0 -0.28125,0.5 1.7702708,1.7702708 0 0 0 -0.1875,1.09375 L 65.1875,74.84375 48.78125,66.125 A 1.7702708,1.7702708 0 0 0 47.125,66.0625 l -16.21875,8.53125 3.0625,-18.0625 a 1.7702708,1.7702708 0 0 0 -0.5,-1.5625 L 20.3125,42.125 38.53125,39.46875 a 1.7702708,1.7702708 0 0 0 1.03125,-0.59375 1.7702708,1.7702708 0 0 0 0.25,-0.34375 l 8.15625,-16.5 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3899"
style="opacity:0.1;color:#000000;fill:#d45500;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 48,18 -9.75,19.75 -21.78125,3.15625 15.75,15.375 L 28.5,78 48,67.75 67.46875,78 63.75,56.28125 79.53125,40.9375 57.75,37.75 48,18 z m -0.03125,1.8125 8.96875,18.3125 a 0.81395512,0.81395512 0 0 0 0.1875,0.03125 0.81395512,0.81395512 0 0 0 0.125,0.1875 0.81395512,0.81395512 0 0 0 0.1875,0.03125 0.81395512,0.81395512 0 0 0 0.1875,0.03125 l 20.125,3 -14.6875,14.1875 A 0.81395512,0.81395512 0 0 0 63.03125,55.78125 0.81395512,0.81395512 0 0 0 63,55.96875 0.81395512,0.81395512 0 0 0 62.96875,56.125 0.81395512,0.81395512 0 0 0 62.9375,56.3125 l 3.46875,20.21875 -18.125,-9.5625 a 0.81395512,0.81395512 0 0 0 -0.1875,-0.03125 0.81395512,0.81395512 0 0 0 -0.1875,-0.03125 0.81395512,0.81395512 0 0 0 -0.1875,-0.03125 0.81395512,0.81395512 0 0 0 -0.1875,-0.03125 l -18,9.59375 L 32.875,56.375 A 0.81395512,0.81395512 0 0 0 32.90625,56.1875 0.81395512,0.81395512 0 0 0 32.9375,56 0.81395512,0.81395512 0 0 0 32.78125,55.8125 0.81395512,0.81395512 0 0 0 32.8125,55.625 L 18.1875,41.4375 38.3125,38.5 a 0.81395512,0.81395512 0 0 0 0.1875,0.03125 0.81395512,0.81395512 0 0 0 0.21875,-0.15625 0.81395512,0.81395512 0 0 0 0.1875,-0.15625 0.81395512,0.81395512 0 0 0 0.03125,-0.1875 L 47.96875,19.8125 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3127"
style="opacity:0.2;color:#000000;fill:#d45500;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="M 48,18 38.25,37.75 16.46875,40.90625 17.375,41.78125 38.25,38.75 48,19 57.75,38.75 78.625,41.8125 79.53125,40.9375 57.75,37.75 48,18 z M 32.0625,57.125 28.5,78 28.6875,77.90625 32.21875,57.28125 32.0625,57.125 z m 31.84375,0 -0.15625,0.15625 3.53125,20.625 L 67.46875,78 63.90625,57.125 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3925"
style="opacity:0.5;color:#000000;fill:#d45500;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 17.375,41.78125 -0.90625,0.125 L 32.0625,57.125 32.21875,56.28125 17.375,41.78125 z M 78.625,41.8125 63.75,56.28125 63.90625,57.125 79.53125,41.9375 78.625,41.8125 z M 48,67.75 28.6875,77.90625 28.5,79 48,68.75 67.46875,79 67.28125,77.90625 48,67.75 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3934"
style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,290 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="96"
height="96"
id="svg2"
style="display:inline">
<defs
id="defs4">
<linearGradient
id="linearGradient3655">
<stop
id="stop3657"
style="stop-color:#ad0707;stop-opacity:1"
offset="0" />
<stop
id="stop3659"
style="stop-color:#f75535;stop-opacity:1"
offset="1" />
</linearGradient>
<clipPath
id="clipPath3266">
<path
d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
inkscape:connector-curvature="0"
id="path3268"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3101"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="45.447727"
y1="92.539597"
x2="45.447727"
y2="7.0165396"
id="ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
<stop
id="stop3750-8"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3752-5"
style="stop-color:#000000;stop-opacity:0.58823532"
offset="1" />
</linearGradient>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3780"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3772"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3725"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="48"
y1="90"
x2="48"
y2="5.9877172"
id="linearGradient3052"
xlink:href="#ButtonColor-6"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="10.31979"
y1="21"
x2="10.31979"
y2="0.99929649"
id="ButtonColor-6"
gradientUnits="userSpaceOnUse">
<stop
id="stop3189-4"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="0" />
<stop
id="stop3191-0"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="36.357143"
y1="6"
x2="36.357143"
y2="63.893143"
id="linearGradient3188"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3737">
<stop
id="stop3739"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3741"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="48"
cy="90.171875"
r="42"
fx="48"
fy="90.171875"
id="radialGradient3619"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient4186"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-97)" />
<linearGradient
x1="12"
y1="4.5"
x2="12"
y2="20.5"
id="linearGradient3182"
xlink:href="#linearGradient3655"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4,0,0,4,0,-82)" />
<filter
color-interpolation-filters="sRGB"
id="filter3899">
<feGaussianBlur
id="feGaussianBlur3901"
stdDeviation="0.57" />
</filter>
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1">
<g
clip-path="url(#clipPath3266)"
id="g3202"
style="display:inline">
<path
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3786"
style="opacity:0.07999998;fill:url(#linearGradient3101);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3778"
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
transform="scale(1,-1)"
id="path3770"
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="86"
height="85"
rx="7"
ry="7"
x="5"
y="-92"
transform="scale(1,-1)"
id="rect3723"
style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="-91"
transform="scale(1,-1)"
id="rect3716"
style="opacity:0.45;fill:url(#linearGradient4186);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="6"
id="rect2419"
style="opacity:0.75;fill:url(#linearGradient3052);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.188418,86.268382 7.148361,86.171969 7.125,86.0625 7.052121,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
inkscape:connector-curvature="0"
id="rect3728"
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.188418,9.731618 7.148361,9.828031 7.125,9.9375 7.052121,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
inkscape:connector-curvature="0"
id="path3615"
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<g
transform="translate(0,80)"
id="layer2"
style="display:inline">
<path
d="m 43,-62 c -1.662,0 -3,1.338 -3,3 l 0,3 0,24 0,3 c 0,1.662 1.338,3 3,3 l 3,0 4,0 3,0 c 1.662,0 3,-1.338 3,-3 l 0,-3 0,-24 0,-3 c 0,-1.662 -1.423288,-2.474429 -3,-3 l -3,0 -4,0 z m 0,44 c -1.662,0 -3,1.338 -3,3 l 0,3 0,4 0,3 c 0,1.662 1.423288,2.4744295 3,3 l 3,0 4,0 3,0 c 1.662,0 3,-1.338 3,-3 l 0,-3 0,-4 0,-3 c 0,-1.662 -1.338,-3 -3,-3 l -3,0 -4,0 z"
inkscape:connector-curvature="0"
id="path3129"
style="opacity:0.2;color:#000000;fill:none;stroke:#ffffff;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3899);enable-background:accumulate" />
<path
d="m 43,-62 c -1.662,0 -3,1.338 -3,3 l 0,3 0,24 0,3 c 0,1.662 1.338,3 3,3 l 3,0 4,0 3,0 c 1.662,0 3,-1.338 3,-3 l 0,-3 0,-24 0,-3 c 0,-1.662 -1.423288,-2.474429 -3,-3 l -3,0 -4,0 z m 0,44 c -1.662,0 -3,1.338 -3,3 l 0,3 0,4 0,3 c 0,1.662 1.423288,2.4744295 3,3 l 3,0 4,0 3,0 c 1.662,0 3,-1.338 3,-3 l 0,-3 0,-4 0,-3 c 0,-1.662 -1.338,-3 -3,-3 l -3,0 -4,0 z"
inkscape:connector-curvature="0"
id="rect3734"
style="color:#000000;fill:url(#linearGradient3182);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
width="96"
height="96"
x="-100"
y="-80"
id="rect3682"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 43,18 c -1.662,0 -3,1.338 -3,3 l 0,3 0,24 0,3 c 0,1.662 1.338,3 3,3 l 3,0 4,0 3,0 c 1.662,0 3,-1.338 3,-3 l 0,-3 0,-24 0,-3 c 0,-1.662 -1.423288,-2.474429 -3,-3 l -3,0 -4,0 -3,0 z m 0,2 3,0 4,0 2.5625,0 c 0.542298,0.202571 1.022365,0.424486 1.21875,0.59375 C 54.008001,20.789186 54,20.738595 54,21 l 0,3 0,24 0,3 c 0,0.591074 -0.408926,1 -1,1 l -3,0 -4,0 -3,0 c -0.591074,0 -1,-0.408926 -1,-1 l 0,-3 0,-24 0,-3 c 0,-0.591074 0.408926,-1 1,-1 z m 0,42 c -1.662,0 -3,1.338 -3,3 l 0,3 0,4 0,3 c 0,1.662 1.423288,2.474429 3,3 l 3,0 4,0 3,0 c 1.662,0 3,-1.338 3,-3 l 0,-3 0,-4 0,-3 c 0,-1.662 -1.338,-3 -3,-3 l -3,0 -4,0 -3,0 z m 0,2 3,0 4,0 3,0 c 0.591074,0 1,0.408926 1,1 l 0,3 0,4 0,3 c 0,0.591074 -0.408926,1 -1,1 l -3,0 -4,0 -2.5625,0 C 42.895202,75.797429 42.415135,75.575514 42.21875,75.40625 41.991999,75.210814 42,75.261405 42,75 l 0,-3 0,-4 0,-3 c 0,-0.591074 0.408926,-1 1,-1 z"
inkscape:connector-curvature="0"
transform="translate(0,-80)"
id="path3956"
style="opacity:0.1;color:#000000;fill:#550000;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 43,18 c -1.662,0 -3,1.338 -3,3 l 0,3 0,24 0,3 c 0,1.662 1.338,3 3,3 l 3,0 4,0 3,0 c 1.662,0 3,-1.338 3,-3 l 0,-3 0,-24 0,-3 c 0,-1.662 -1.423288,-2.474429 -3,-3 l -3,0 -4,0 -3,0 z m 0,0.96875 3,0 4,0 2.75,0 c 0.697125,0.238635 1.338807,0.516278 1.71875,0.84375 0.393808,0.339423 0.5625,0.634351 0.5625,1.1875 l 0,3 0,24 0,3 c 0,1.139597 -0.891653,2.03125 -2.03125,2.03125 l -3,0 -4,0 -3,0 c -1.139597,0 -2.03125,-0.891653 -2.03125,-2.03125 l 0,-3 0,-24 0,-3 c 0,-1.139597 0.891653,-2.03125 2.03125,-2.03125 z M 43,62 c -1.662,0 -3,1.338 -3,3 l 0,3 0,4 0,3 c 0,1.662 1.423288,2.474429 3,3 l 3,0 4,0 3,0 c 1.662,0 3,-1.338 3,-3 l 0,-3 0,-4 0,-3 c 0,-1.662 -1.338,-3 -3,-3 l -3,0 -4,0 -3,0 z m 0,0.96875 3,0 4,0 3,0 c 1.139597,0 2.03125,0.891653 2.03125,2.03125 l 0,3 0,4 0,3 c 0,1.139597 -0.891653,2.03125 -2.03125,2.03125 l -3,0 -4,0 -2.75,0 C 42.552875,76.792615 41.911193,76.514972 41.53125,76.1875 41.137442,75.848077 40.96875,75.553149 40.96875,75 l 0,-3 0,-4 0,-3 c 0,-1.139597 0.891653,-2.03125 2.03125,-2.03125 z"
inkscape:connector-curvature="0"
transform="translate(0,-80)"
id="path3184"
style="opacity:0.2;color:#000000;fill:#550000;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 43,18 c -1.662,0 -3,1.338 -3,3 l 0,1 c 0,-1.662 1.338,-3 3,-3 l 3,0 4,0 3,0 c 1.576712,0.525571 3,1.338 3,3 l 0,-1 c 0,-1.662 -1.423288,-2.474429 -3,-3 l -3,0 -4,0 -3,0 z m 0,44 c -1.662,0 -3,1.338 -3,3 l 0,1 c 0,-1.662 1.338,-3 3,-3 l 3,0 4,0 3,0 c 1.662,0 3,1.338 3,3 l 0,-1 c 0,-1.662 -1.338,-3 -3,-3 l -3,0 -4,0 -3,0 z"
inkscape:connector-curvature="0"
transform="translate(0,-80)"
id="path3966"
style="opacity:0.3;color:#000000;fill:#550000;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 40,51 0,1 c 0,1.662 1.338,3 3,3 l 3,0 4,0 3,0 c 1.662,0 3,-1.338 3,-3 l 0,-1 c 0,1.662 -1.338,3 -3,3 l -3,0 -4,0 -3,0 c -1.662,0 -3,-1.338 -3,-3 z m 0,24 0,1 c 0,1.662 1.423288,2.474429 3,3 l 3,0 4,0 3,0 c 1.662,0 3,-1.338 3,-3 l 0,-1 c 0,1.662 -1.338,3 -3,3 l -3,0 -4,0 -3,0 c -1.576712,-0.525571 -3,-1.338 -3,-3 z"
inkscape:connector-curvature="0"
transform="translate(0,-80)"
id="path3975"
style="opacity:0.8;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,305 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="96"
height="96"
id="svg2"
style="display:inline">
<defs
id="defs4">
<linearGradient
x1="7.1904788"
y1="6.9551144"
x2="7.1904788"
y2="18.319494"
id="linearGradient5560"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.1467263,0.8720476)">
<stop
id="stop5562"
style="stop-color:#323232;stop-opacity:1"
offset="0" />
<stop
id="stop5564"
style="stop-color:#787878;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="11"
y1="3"
x2="11"
y2="19"
id="linearGradient3729"
xlink:href="#linearGradient5560"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4,0,0,4,4,-70)" />
<clipPath
id="clipPath3732">
<path
d="m -100,-74 0,96 96,0 0,-96 -96,0 z m 40,16 16,0 c 4.432,0 8,3.568 8,8 l 0,16 c 4.432,0 8,3.568 8,8 l 0,24 c 0,4.432 -3.568,8 -8,8 l -32,0 c -4.432,0 -8,-3.568 -8,-8 l 0,-24 c 0,-4.432 3.568,-8 8,-8 l 0,-16 c 0,-4.432 3.568,-8 8,-8 z m 4,8 c -2.216,0 -4,1.784 -4,4 l 0,12 16,0 0,-12 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z"
inkscape:connector-curvature="0"
id="path3734"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<filter
color-interpolation-filters="sRGB"
id="filter3736">
<feGaussianBlur
id="feGaussianBlur3738"
stdDeviation="0.84" />
</filter>
<clipPath
id="clipPath3266">
<path
d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
inkscape:connector-curvature="0"
id="path3268"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3101"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="45.447727"
y1="92.539597"
x2="45.447727"
y2="7.0165396"
id="ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
<stop
id="stop3750-8"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3752-5"
style="stop-color:#000000;stop-opacity:0.58823532"
offset="1" />
</linearGradient>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3780"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3772"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3725-9"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="48"
y1="90"
x2="48"
y2="5.9877172"
id="linearGradient3052"
xlink:href="#ButtonColor-6"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="10.31979"
y1="21"
x2="10.31979"
y2="0.99929649"
id="ButtonColor-6"
gradientUnits="userSpaceOnUse">
<stop
id="stop3189-4"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="0" />
<stop
id="stop3191-0"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="36.357143"
y1="6"
x2="36.357143"
y2="63.893143"
id="linearGradient3188"
xlink:href="#linearGradient3737-1"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3737-1">
<stop
id="stop3739"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3741"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="48"
cy="90.171875"
r="42"
fx="48"
fy="90.171875"
id="radialGradient3619"
xlink:href="#linearGradient3737-1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient4256"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-97)" />
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer2">
<g
clip-path="url(#clipPath3266)"
id="g3202"
style="display:inline">
<path
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3786"
style="opacity:0.07999998;fill:url(#linearGradient3101);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3778"
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
transform="scale(1,-1)"
id="path3770"
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="86"
height="85"
rx="7"
ry="7"
x="5"
y="-92"
transform="scale(1,-1)"
id="rect3723"
style="opacity:0.3;fill:url(#linearGradient3725-9);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="-91"
transform="scale(1,-1)"
id="rect3716"
style="opacity:0.45;fill:url(#linearGradient4256);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="6"
id="rect2419"
style="opacity:0.75;fill:url(#linearGradient3052);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.188418,86.268382 7.148361,86.171969 7.125,86.0625 7.052121,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
inkscape:connector-curvature="0"
id="rect3728"
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.188418,9.731618 7.148361,9.828031 7.125,9.9375 7.052121,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
inkscape:connector-curvature="0"
id="path3615"
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<g
transform="translate(0,74)"
id="layer1">
<path
d="m -60,-58 c -4.432,0 -8,3.568 -8,8 l 0,16 c -4.432,0 -8,3.568 -8,8 l 0,24 c 0,4.432 3.568,8 8,8 l 32,0 c 4.432,0 8,-3.568 8,-8 l 0,-24 c 0,-4.432 -3.568,-8 -8,-8 l 0,-16 c 0,-4.432 -3.568,-8 -8,-8 l -16,0 z m 4,8 8,0 c 2.216,0 4,1.784 4,4 l 0,12 -16,0 0,-12 c 0,-2.216 1.784,-4 4,-4 z"
inkscape:connector-curvature="0"
transform="translate(100,0)"
clip-path="url(#clipPath3732)"
id="path3725"
style="opacity:0.2;color:#000000;fill:none;stroke:#ffffff;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter3736);enable-background:accumulate" />
<path
d="m 40,-58 c -4.432,0 -8,3.568 -8,8 l 0,16 c -4.432,0 -8,3.568 -8,8 l 0,24 c 0,4.432 3.568,8 8,8 l 32,0 c 4.432,0 8,-3.568 8,-8 l 0,-24 c 0,-4.432 -3.568,-8 -8,-8 l 0,-16 c 0,-4.432 -3.568,-8 -8,-8 l -16,0 z m 4,8 8,0 c 2.216,0 4,1.784 4,4 l 0,12 -16,0 0,-12 c 0,-2.216 1.784,-4 4,-4 z"
inkscape:connector-curvature="0"
id="rect2941"
style="color:#000000;fill:url(#linearGradient3729);fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 40,16 c -4.432,0 -8,3.568 -8,8 l 0,16 c -4.432,0 -8,3.568 -8,8 l 0,24 c 0,4.432 3.568,8 8,8 l 32,0 c 4.432,0 8,-3.568 8,-8 l 0,-24 c 0,-4.432 -3.568,-8 -8,-8 l 0,-16 c 0,-4.432 -3.568,-8 -8,-8 l -16,0 z m 0,2.0625 16,0 c 3.329948,0 5.9375,2.607552 5.9375,5.9375 l 0,16 A 2.0535799,2.0535799 0 0 0 64,42.0625 c 3.329948,0 5.9375,2.607552 5.9375,5.9375 l 0,24 c 0,3.329948 -2.607552,5.9375 -5.9375,5.9375 l -32,0 c -3.329948,0 -5.9375,-2.607552 -5.9375,-5.9375 l 0,-24 c 0,-3.329948 2.607552,-5.9375 5.9375,-5.9375 A 2.0535799,2.0535799 0 0 0 34.0625,40 l 0,-16 c 0,-3.329948 2.607552,-5.9375 5.9375,-5.9375 z m 4,3.875 c -3.318052,0 -6.0625,2.744448 -6.0625,6.0625 l 0,12 A 2.0535799,2.0535799 0 0 0 40,42.0625 l 16,0 A 2.0535799,2.0535799 0 0 0 58.0625,40 l 0,-12 c 0,-3.318052 -2.744448,-6.0625 -6.0625,-6.0625 l -8,0 z M 44,24 l 8,0 c 2.216,0 4,1.784 4,4 l 0,12 -16,0 0,-12 c 0,-2.216 1.784,-4 4,-4 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3741"
style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<rect
width="96"
height="96"
x="-100"
y="-74"
id="rect3721"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 40,16 c -4.432,0 -8,3.568 -8,8 l 0,16 c -4.432,0 -8,3.568 -8,8 l 0,24 c 0,4.432 3.568,8 8,8 l 32,0 c 4.432,0 8,-3.568 8,-8 l 0,-24 c 0,-4.432 -3.568,-8 -8,-8 l 0,-16 c 0,-4.432 -3.568,-8 -8,-8 l -16,0 z m 0,1 16,0 c 3.893843,0 7,3.106157 7,7 l 0,16 a 1.0028092,1.0028092 0 0 0 1,1 c 3.893843,0 7,3.106157 7,7 l 0,24 c 0,3.893843 -3.106157,7 -7,7 l -32,0 c -3.893843,0 -7,-3.106157 -7,-7 l 0,-24 c 0,-3.893843 3.106157,-7 7,-7 a 1.0028092,1.0028092 0 0 0 1,-1 l 0,-16 c 0,-3.893843 3.106157,-7 7,-7 z m 4,6 c -2.754157,0 -5,2.245843 -5,5 l 0,12 a 1.0028092,1.0028092 0 0 0 1,1 l 16,0 a 1.0028092,1.0028092 0 0 0 1,-1 l 0,-12 c 0,-2.754157 -2.245843,-5 -5,-5 l -8,0 z m 0,1 8,0 c 2.216,0 4,1.784 4,4 l 0,12 -16,0 0,-12 c 0,-2.216 1.784,-4 4,-4 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3956"
style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 40,16 c -4.432,0 -8,3.568 -8,8 l 0,1 c 0,-4.432 3.568,-8 8,-8 l 16,0 c 4.432,0 8,3.568 8,8 l 0,-1 c 0,-4.432 -3.568,-8 -8,-8 l -16,0 z m -8,24 c -4.432,0 -8,3.568 -8,8 l 0,1 c 0,-4.432 3.568,-8 8,-8 l 0,-1 z m 8,0 0,1 16,0 0,-1 -16,0 z m 24,0 0,1 c 4.432,0 8,3.568 8,8 l 0,-1 c 0,-4.432 -3.568,-8 -8,-8 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3963"
style="opacity:0.3;color:#000000;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 44,24 c -2.216,0 -4,1.784 -4,4 l 0,1 c 0,-2.216 1.784,-4 4,-4 l 8,0 c 2.216,0 4,1.784 4,4 l 0,-1 c 0,-2.216 -1.784,-4 -4,-4 l -8,0 z m -20,48 0,1 c 0,4.432 3.568,8 8,8 l 32,0 c 4.432,0 8,-3.568 8,-8 l 0,-1 c 0,4.432 -3.568,8 -8,8 l -32,0 c -4.432,0 -8,-3.568 -8,-8 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3972"
style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -0,0 +1,287 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="96"
height="96"
id="svg2"
style="display:inline">
<defs
id="defs4">
<linearGradient
x1="12.80275"
y1="3.7361259"
x2="12.80275"
y2="16.759111"
id="linearGradient5044"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.8458416,0,0,1.0765258,-1.4962477,-3.0220357)">
<stop
id="stop5046"
style="stop-color:#323232;stop-opacity:1"
offset="0" />
<stop
id="stop5048"
style="stop-color:#787878;stop-opacity:1"
offset="1" />
</linearGradient>
<radialGradient
cx="48"
cy="90.171875"
r="42"
fx="48"
fy="90.171875"
id="radialGradient3619"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
<linearGradient
id="linearGradient3737">
<stop
id="stop3739"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3741"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
x1="36.357143"
y1="6"
x2="36.357143"
y2="63.893143"
id="linearGradient3188"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="48"
y1="90"
x2="48"
y2="5.9877172"
id="linearGradient3052"
xlink:href="#ButtonColor-6"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="10.31979"
y1="21"
x2="10.31979"
y2="0.99929649"
id="ButtonColor-6"
gradientUnits="userSpaceOnUse">
<stop
id="stop3189-4"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="0" />
<stop
id="stop3191-0"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1" />
</linearGradient>
<clipPath
id="clipPath3266">
<path
d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
inkscape:connector-curvature="0"
id="path3268"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3101"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="45.447727"
y1="92.539597"
x2="45.447727"
y2="7.0165396"
id="ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
<stop
id="stop3750-8"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3752-5"
style="stop-color:#000000;stop-opacity:0.58823532"
offset="1" />
</linearGradient>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3780"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3772"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3725-9"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient4396"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-97)" />
<linearGradient
x1="127.99561"
y1="272.01312"
x2="127.99561"
y2="39.990356"
id="linearGradient3124"
xlink:href="#linearGradient5044"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.28151335,0,0,-0.275835,8.246504,17.030886)" />
<filter
color-interpolation-filters="sRGB"
id="filter4005">
<feGaussianBlur
id="feGaussianBlur4007"
stdDeviation="0.83447898" />
</filter>
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer2">
<g
clip-path="url(#clipPath3266)"
id="g3202"
style="display:inline">
<path
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3786"
style="opacity:0.07999998;fill:url(#linearGradient3101);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3778"
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
transform="scale(1,-1)"
id="path3770"
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="86"
height="85"
rx="7"
ry="7"
x="5"
y="-92"
transform="scale(1,-1)"
id="rect3723"
style="opacity:0.3;fill:url(#linearGradient3725-9);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="-91"
transform="scale(1,-1)"
id="rect3716"
style="opacity:0.45;fill:url(#linearGradient4396);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="6"
id="rect2419"
style="opacity:0.75;fill:url(#linearGradient3052);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.188418,86.268382 7.148361,86.171969 7.125,86.0625 7.052121,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
inkscape:connector-curvature="0"
id="rect3728"
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.188418,9.731618 7.148361,9.828031 7.125,9.9375 7.052121,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
inkscape:connector-curvature="0"
id="path3615"
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<g
transform="translate(0,74)"
id="layer1">
<path
d="m 59.79864,5.9974857 c -5.6742,0.00414 -10.933433,-4.8040888 -11.003651,-10.5715207 -0.09199,-3.2975323 -0.975179,-6.90651 -3.902173,-8.827802 -4.333422,-3.495849 -10.262945,-0.0088 -14.861385,-2.763148 -4.978974,-2.479804 -7.480273,-8.941045 -5.173463,-14.066915 1.842488,-4.488265 6.763455,-7.390008 11.598549,-6.76383 3.426934,0.420038 7.304309,0.03167 9.719042,-2.720878 3.848455,-3.686254 1.339407,-9.82422 4.733489,-13.763769 3.694832,-5.098588 11.700814,-6.05486 16.442351,-1.878229 4.836408,3.78184 5.285503,11.682747 0.882001,15.968468 -2.61078,2.899856 -6.679023,3.842686 -10.443476,3.338653 -3.820409,-0.570067 -8.006979,0.977426 -9.922896,4.458021 -1.807279,3.765186 -1.792007,8.665886 0.641449,12.155133 2.113192,2.867512 5.844675,3.960633 9.281447,3.490967 3.764453,-0.504035 7.832686,0.438802 10.443476,3.338643 4.285937,4.1819954 3.998136,11.8229478 -0.563592,15.6914036 C 65.54728,5.0185287 62.666277,6.067629 59.79864,5.9974857 z"
inkscape:connector-curvature="0"
id="path3998"
style="opacity:0.2;color:#000000;fill:none;stroke:#ffffff;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter4005);enable-background:accumulate" />
<path
d="m 59.79864,5.9974857 c -2.523146,-0.0537 -5.047828,-0.931008 -7.108212,-2.67215 -6.626141,-5.59948 -1.479549,-11.417204 -7.257767,-16.3001257 -5.778211,-4.882929 -10.898062,0.953379 -17.524207,-4.646097 l 0,-0.0086 c -1.471703,-1.243676 -2.533653,-2.783677 -3.175822,-4.447838 -0.0043,-0.01085 -0.0046,-0.02353 -0.0088,-0.03449 -0.129321,-0.338426 -0.239828,-0.678158 -0.334295,-1.02576 -0.04193,-0.154327 -0.08812,-0.309725 -0.123172,-0.465472 -0.0039,-0.01702 -0.0051,-0.03467 -0.0088,-0.05173 -0.07224,-0.328492 -0.125676,-0.658256 -0.167147,-0.991283 -3.64e-4,-0.0028 3.38e-4,-0.0057 0,-0.0086 -0.0022,-0.01735 -0.0067,-0.03437 -0.0088,-0.05172 -0.01845,-0.155118 -0.03226,-0.309754 -0.04399,-0.46547 -0.009,-0.117079 -0.02122,-0.236206 -0.02639,-0.353414 -0.0025,-0.05966 -0.0072,-0.121308 -0.0088,-0.181017 -5.65e-4,-0.01988 4.49e-4,-0.04044 0,-0.06034 -0.0032,-0.156237 -0.0033,-0.309149 0,-0.465472 0.0015,-0.07997 0.0054,-0.161458 0.0088,-0.241357 0.0053,-0.117203 0.01741,-0.236332 0.02639,-0.353413 0.01336,-0.173419 0.0311,-0.344308 0.0528,-0.51719 3.39e-4,-0.0028 -3.65e-4,-0.0057 0,-0.0086 0.04146,-0.333027 0.09492,-0.662789 0.167149,-0.991282 0.0038,-0.01718 0.005,-0.03456 0.0088,-0.05171 0.03556,-0.15669 0.08051,-0.310011 0.123172,-0.465472 0.09447,-0.3476 0.204972,-0.687333 0.334296,-1.02576 0.0043,-0.01099 0.0046,-0.02341 0.0088,-0.03449 0.642167,-1.664161 1.704119,-3.204163 3.175822,-4.44784 l 0,-0.0086 c 6.626144,-5.599476 11.745996,0.236832 17.524206,-4.646097 5.778218,-4.882923 0.631626,-10.700646 7.257768,-16.300126 4.709482,-3.979862 11.817455,-3.459503 15.879143,1.154956 4.061689,4.614456 3.539407,11.579055 -1.17004,15.558818 -6.626144,5.599473 -11.745991,-0.245448 -17.524206,4.637476 -2.918927,2.466666 -3.046801,5.178196 -3.31658,7.973356 0.269779,2.795159 0.397653,5.506689 3.31658,7.973355 5.778215,4.882926 10.898062,-0.961997 17.524206,4.637476 4.709447,3.9797067 5.231729,10.9443047 1.17004,15.5587627 -2.284697,2.595633 -5.526856,3.896254 -8.770901,3.82721 z"
inkscape:connector-curvature="0"
id="path3984-0-3-4-7"
style="color:#000000;fill:url(#linearGradient3124);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 59.78125,16 c -2.522624,0.05246 -5.033352,0.94631 -7.09375,2.6875 -6.626142,5.59948 -1.471782,11.398327 -7.25,16.28125 -5.77821,4.882929 -10.905106,-0.943226 -17.53125,4.65625 -1.471703,1.243677 -2.545333,2.804589 -3.1875,4.46875 -0.0042,0.01108 0.0043,0.02026 0,0.03125 -0.129324,0.338427 -0.24928,0.6524 -0.34375,1 -0.04266,0.155461 -0.05819,0.31206 -0.09375,0.46875 -0.0038,0.01715 -0.02745,0.04532 -0.03125,0.0625 -0.07223,0.328493 -0.11479,0.666973 -0.15625,1 -0.0217,0.172882 -0.04914,0.357831 -0.0625,0.53125 -0.009,0.117081 -0.02595,0.226547 -0.03125,0.34375 -0.0034,0.0799 0.0015,0.17003 0,0.25 -0.0033,0.156323 -0.0032,0.281263 0,0.4375 4.49e-4,0.0199 -5.65e-4,0.04262 0,0.0625 0.0016,0.05971 -0.0025,0.12784 0,0.1875 0.0052,0.117208 0.02225,0.257921 0.03125,0.375 0.01173,0.155716 0.04405,0.282382 0.0625,0.4375 0.0021,0.01735 -0.0022,0.04515 0,0.0625 0.04147,0.333027 0.08401,0.671508 0.15625,1 0.0037,0.01706 0.02735,0.04548 0.03125,0.0625 0.03505,0.155747 0.05182,0.314423 0.09375,0.46875 0.09447,0.347602 0.214429,0.661574 0.34375,1 0.0042,0.01096 -0.0043,0.05165 0,0.0625 0.642169,1.664161 1.715797,3.193824 3.1875,4.4375 6.626145,5.599476 11.753039,-0.226679 17.53125,4.65625 5.778218,4.882922 0.623859,10.68177 7.25,16.28125 2.060384,1.741142 4.601854,2.6338 7.125,2.6875 3.244045,0.06904 6.465303,-1.248117 8.75,-3.84375 C 72.624189,71.541792 72.115697,64.604707 67.40625,60.625 60.780106,55.025527 55.653215,60.851676 49.875,55.96875 46.956073,53.502084 46.832279,50.795159 46.5625,48 46.832279,45.20484 46.956073,42.497916 49.875,40.03125 55.653215,35.148326 60.780106,40.974473 67.40625,35.375 72.115697,31.395237 72.624189,24.458206 68.5625,19.84375 66.2778,17.248117 63.024624,15.932555 59.78125,16 z m 0.0625,2 c 0.296258,-0.0063 0.579045,0.0097 0.875,0.03125 2.366901,0.172501 4.668633,1.25316 6.34375,3.15625 3.345475,3.80077 2.914355,9.374795 -0.96875,12.65625 -2.854641,2.412336 -4.86884,2.268921 -7.65625,2.125 -2.78741,-0.143921 -6.460189,-0.354462 -9.875,2.53125 -3.452094,2.917224 -3.736504,6.582435 -4,9.3125 a 2.0133797,2.0133797 0 0 0 0,0.375 c 0.263496,2.730064 0.547906,6.395276 4,9.3125 3.414811,2.885713 7.08759,2.675171 9.875,2.53125 2.78741,-0.143921 4.801609,-0.287336 7.65625,2.125 3.883083,3.28139 4.31422,8.855484 0.96875,12.65625 C 65.174707,76.957213 62.514887,78.056851 59.84375,78 57.766355,77.955787 55.696105,77.214555 54,75.78125 c -2.854824,-2.412495 -2.992484,-4.349261 -3.25,-7.0625 -0.257516,-2.713239 -0.585398,-6.333218 -4,-9.21875 -3.41481,-2.885715 -7.087589,-2.675172 -9.875,-2.53125 -2.787411,0.143922 -4.801609,0.287337 -7.65625,-2.125 -1.199398,-1.013562 -2.071048,-2.239511 -2.59375,-3.5625 -0.0078,-0.02551 -0.02667,-0.04778 -0.03125,-0.0625 a 2.0133797,2.0133797 0 0 0 0,-0.03125 c -0.0011,-0.0035 2.2e-5,-0.03119 0,-0.03125 -0.129303,-0.338379 -0.219441,-0.585069 -0.28125,-0.8125 0.01401,0.05156 0.0067,-0.06768 -0.0625,-0.375 -0.01504,-0.06562 -0.01717,-0.01016 -0.03125,-0.0625 -0.0066,-0.03057 0.0064,-0.0037 0,-0.03125 -0.04329,-0.204392 -0.08527,-0.462209 -0.125,-0.78125 -0.0031,-0.03742 0.006,-0.01271 0,-0.0625 -0.03584,-0.301292 -0.06543,-0.382701 -0.0625,-0.34375 C 26.016779,48.499255 25.999694,48.368064 26,48.375 c 0.004,0.09639 0.0052,0.03651 0,-0.15625 0.0026,0.09203 0.0028,0.09153 0,-0.03125 -0.0028,-0.135127 -0.0028,-0.242164 0,-0.375 0.0036,-0.19052 0.0028,-0.253938 0,-0.1875 -9.05e-4,0.02002 0.0148,-0.06674 0.03125,-0.28125 0.0056,-0.07223 0.03678,-0.232576 0.0625,-0.4375 0.0397,-0.318914 0.08169,-0.576745 0.125,-0.78125 0.0017,-0.008 -0.0017,-0.02347 0,-0.03125 0.01395,-0.05315 0.01652,0.004 0.03125,-0.0625 0.07164,-0.315658 0.07815,-0.432037 0.0625,-0.375 0.06182,-0.227463 0.151955,-0.474148 0.28125,-0.8125 0.0063,-0.01616 -0.0058,-0.01517 0,-0.03125 0.523063,-1.355507 1.418904,-2.637027 2.625,-3.65625 2.854641,-2.412337 4.868839,-2.268922 7.65625,-2.125 2.787411,0.143922 6.460191,0.354466 9.875,-2.53125 3.414602,-2.885533 3.742484,-6.505511 4,-9.21875 0.257516,-2.713239 0.395175,-4.650005 3.25,-7.0625 C 55.699257,18.782752 57.769947,18.044444 59.84375,18 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3969"
style="opacity:0.1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 59.78125,-58 c -5.662928,0.01345 -10.914051,4.820467 -10.98567,10.578316 -0.0889,3.294597 -0.974011,6.898702 -3.897945,8.81751 -4.334974,3.49632 -10.268174,0.0172 -14.868174,2.772935 -4.868288,2.421988 -7.382017,8.642181 -5.310711,13.706239 1.68149,4.682529 6.794348,7.761291 11.738742,7.122525 3.428663,-0.416247 7.306808,-0.02666 9.722844,2.726309 3.846398,3.680402 1.334172,9.811908 4.726029,13.745641 3.654855,5.021904 11.523066,6.086214 16.278238,2.011269 4.77389,-3.616827 5.5272,-11.250021 1.435107,-15.662824 -2.483102,-2.990968 -6.496599,-4.274365 -10.297058,-3.78975 -3.383872,0.445882 -7.141753,-0.255149 -9.416972,-2.995385 -2.782005,-3.306958 -2.836969,-8.263969 -1.290374,-12.133194 1.6839,-3.577263 5.799993,-5.481792 9.649689,-4.981394 3.731801,0.465633 7.835151,-0.124496 10.570447,-2.924803 4.567149,-4.005152 4.580424,-11.800653 0.05976,-15.845829 C 65.749161,-56.925099 62.760941,-58.071689 59.78125,-58 z m 0.03125,1.09375 c 5.851014,-0.302207 11.190368,5.28018 10.315289,11.139206 -0.569304,5.318409 -5.932878,9.460027 -11.230387,8.668028 -3.736379,-0.441264 -7.945749,0.08687 -10.567951,3.063145 -3.304114,3.606153 -3.502658,9.272874 -1.681401,13.624316 1.824426,3.980956 6.396388,6.103068 10.655113,5.588976 3.269353,-0.374588 6.886575,-0.105495 9.384337,2.291329 4.37411,3.430019 4.6754,10.588743 0.634475,14.395244 C 63.422754,6.079146 56.112831,5.803655 52.385008,1.509272 48.507497,-2.162794 51.00991,-8.296087 47.654536,-12.253494 45.23238,-15.594578 40.862423,-16.645972 36.9375,-16.125 c -3.991221,0.616982 -8.183442,-1.163783 -10.319063,-4.62928 -2.864974,-4.304582 -1.492002,-10.627173 2.851957,-13.435829 3.257851,-2.659739 7.561012,-1.350918 11.356046,-1.697717 4.732978,-0.412559 8.62656,-4.621714 8.853001,-9.343535 0.187977,-3.250931 0.663109,-6.866095 3.448022,-8.995609 1.814651,-1.653343 4.227801,-2.633828 6.685037,-2.67928 z"
inkscape:connector-curvature="0"
id="path3965"
style="opacity:0.2;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 59.78125,16 c -2.522624,0.05246 -5.033352,0.94631 -7.09375,2.6875 -6.626142,5.59948 -1.471782,11.398327 -7.25,16.28125 -5.77821,4.882929 -10.905106,-0.943226 -17.53125,4.65625 -1.471703,1.243677 -2.545333,2.804589 -3.1875,4.46875 -0.0042,0.01108 0.0043,0.02026 0,0.03125 -0.129324,0.338427 -0.24928,0.6524 -0.34375,1 -0.04266,0.155461 -0.05819,0.31206 -0.09375,0.46875 -0.0038,0.01715 -0.02745,0.04532 -0.03125,0.0625 -0.07223,0.328493 -0.11479,0.666973 -0.15625,1 -0.0217,0.172882 -0.04914,0.357831 -0.0625,0.53125 -0.009,0.117081 -0.02595,0.226547 -0.03125,0.34375 -0.0034,0.0799 0.0015,0.17003 0,0.25 -0.0033,0.156323 -0.0032,0.281263 0,0.4375 4.49e-4,0.0199 -5.65e-4,0.04262 0,0.0625 0.0016,0.05971 -0.0025,0.12784 0,0.1875 0.0061,-0.09653 0.02389,-0.185282 0.03125,-0.28125 0.01336,-0.173419 0.0408,-0.358368 0.0625,-0.53125 0.04146,-0.333027 0.08402,-0.671507 0.15625,-1 0.0038,-0.01718 0.02745,-0.04535 0.03125,-0.0625 0.03556,-0.15669 0.05109,-0.313289 0.09375,-0.46875 0.09447,-0.3476 0.214426,-0.661573 0.34375,-1 0.0043,-0.01099 -0.0042,-0.02017 0,-0.03125 0.642167,-1.664161 1.715797,-3.225073 3.1875,-4.46875 6.626144,-5.599476 11.75304,0.226679 17.53125,-4.65625 5.778218,-4.882923 0.623858,-10.68177 7.25,-16.28125 4.709482,-3.979862 11.813312,-3.458209 15.875,1.15625 1.717066,1.950746 2.610152,4.299806 2.71875,6.6875 0.126117,-2.716756 -0.762504,-5.465023 -2.71875,-7.6875 C 66.2778,17.248117 63.024624,15.932555 59.78125,16 z M 46.625,48.5 c -0.01599,0.169087 -0.04612,0.33026 -0.0625,0.5 0.269779,2.795159 0.393573,5.502084 3.3125,7.96875 5.778215,4.882926 10.905106,-0.943223 17.53125,4.65625 2.441219,2.062946 3.739265,4.919801 3.875,7.84375 0.148288,-3.260348 -1.156457,-6.546451 -3.875,-8.84375 C 60.780106,55.025527 55.653215,60.851676 49.875,55.96875 47.130707,53.64966 46.872545,51.117979 46.625,48.5 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3980"
style="opacity:0.3;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 71.28125,27.53125 c -0.135735,2.923956 -1.433781,5.780774 -3.875,7.84375 C 60.780106,40.974473 55.653215,35.148326 49.875,40.03125 46.956073,42.497916 46.832279,45.20484 46.5625,48 c 0.01614,0.167229 0.04675,0.333404 0.0625,0.5 0.247367,-2.615321 0.508329,-5.151876 3.25,-7.46875 5.778215,-4.882924 10.905106,0.943223 17.53125,-4.65625 2.718543,-2.297331 4.023288,-5.583397 3.875,-8.84375 z M 24,48.53125 c -0.0034,0.0799 0.0015,0.17003 0,0.25 -0.0033,0.156323 -0.0032,0.281263 0,0.4375 4.49e-4,0.0199 -5.65e-4,0.04262 0,0.0625 0.0016,0.05971 -0.0025,0.12784 0,0.1875 0.0052,0.117208 0.02225,0.257921 0.03125,0.375 0.01173,0.155716 0.04405,0.282382 0.0625,0.4375 0.0021,0.01735 -0.0022,0.04515 0,0.0625 0.04147,0.333027 0.08401,0.671508 0.15625,1 0.0037,0.01706 0.02735,0.04548 0.03125,0.0625 0.03505,0.155747 0.05182,0.314423 0.09375,0.46875 0.09447,0.347602 0.214429,0.661574 0.34375,1 0.0042,0.01096 -0.0043,0.05165 0,0.0625 0.642169,1.664161 1.715797,3.193824 3.1875,4.4375 6.626145,5.599476 11.753039,-0.226679 17.53125,4.65625 5.778218,4.882922 0.623859,10.68177 7.25,16.28125 2.060384,1.741142 4.601854,2.6338 7.125,2.6875 3.244045,0.06904 6.465303,-1.248117 8.75,-3.84375 1.956246,-2.222478 2.844867,-4.97075 2.71875,-7.6875 -0.108598,2.387689 -1.001684,4.736753 -2.71875,6.6875 -2.284697,2.595633 -5.505955,3.912794 -8.75,3.84375 -2.523146,-0.0537 -5.064616,-0.946358 -7.125,-2.6875 -6.626141,-5.59948 -1.471782,-11.398328 -7.25,-16.28125 -5.778211,-4.882929 -10.905105,0.943226 -17.53125,-4.65625 -1.471703,-1.243676 -2.545331,-2.773339 -3.1875,-4.4375 -0.0043,-0.01085 0.0042,-0.05154 0,-0.0625 -0.129321,-0.338426 -0.249283,-0.652398 -0.34375,-1 -0.04193,-0.154327 -0.0587,-0.313003 -0.09375,-0.46875 -0.0039,-0.01702 -0.02755,-0.04544 -0.03125,-0.0625 -0.07224,-0.328492 -0.114779,-0.666973 -0.15625,-1 -0.0022,-0.01735 0.0021,-0.04515 0,-0.0625 -0.01845,-0.155118 -0.05077,-0.281784 -0.0625,-0.4375 -0.0075,-0.0977 -0.02522,-0.214253 -0.03125,-0.3125 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3989"
style="opacity:0.5;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -0,0 +1,306 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="96"
height="96"
id="svg2"
style="display:inline">
<defs
id="defs4">
<linearGradient
x1="7.1904788"
y1="6.9551144"
x2="7.1904788"
y2="18.319494"
id="linearGradient4012"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.1467263,0.8720476)">
<stop
id="stop4014"
style="stop-color:#323232;stop-opacity:1"
offset="0" />
<stop
id="stop4016"
style="stop-color:#787878;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="17.506266"
y1="-42.696442"
x2="17.506266"
y2="-84.79258"
id="linearGradient2884"
xlink:href="#linearGradient4012"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3690757,0,0,-1.3690757,28.199165,-112.91297)" />
<clipPath
id="clipPath3703">
<path
d="m -100,-74 0,96 96,0 0,-96 -96,0 z M -71.6875,-54.15625 -28.03125,-54 -28,-10.5 -42.09375,-24.59375 c -14.967412,6.310412 -22.381278,18.460048 -24.9375,28 -9.605951,-14.408924 -4.606056,-31.867968 9.4375,-43.46875 L -71.6875,-54.15625 z"
inkscape:connector-curvature="0"
id="path3705"
style="opacity:0.3;color:#000000;fill:#ff0000;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<filter
color-interpolation-filters="sRGB"
id="filter3707">
<feGaussianBlur
id="feGaussianBlur3709"
stdDeviation="0.76172645" />
</filter>
<clipPath
id="clipPath3266">
<path
d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
inkscape:connector-curvature="0"
id="path3268"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3101"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="45.447727"
y1="92.539597"
x2="45.447727"
y2="7.0165396"
id="ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
<stop
id="stop3750-8"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3752-5"
style="stop-color:#000000;stop-opacity:0.58823532"
offset="1" />
</linearGradient>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3780"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3772"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3725"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="48"
y1="90"
x2="48"
y2="5.9877172"
id="linearGradient3052"
xlink:href="#ButtonColor-6"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="10.31979"
y1="21"
x2="10.31979"
y2="0.99929649"
id="ButtonColor-6"
gradientUnits="userSpaceOnUse">
<stop
id="stop3189-4"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="0" />
<stop
id="stop3191-0"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="36.357143"
y1="6"
x2="36.357143"
y2="63.893143"
id="linearGradient3188"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3737">
<stop
id="stop3739"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3741"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="48"
cy="90.171875"
r="42"
fx="48"
fy="90.171875"
id="radialGradient3619"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient4256"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-97)" />
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer2">
<g
clip-path="url(#clipPath3266)"
id="g3202"
style="display:inline">
<path
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3786"
style="opacity:0.07999998;fill:url(#linearGradient3101);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3778"
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
transform="scale(1,-1)"
id="path3770"
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="86"
height="85"
rx="7"
ry="7"
x="5"
y="-92"
transform="scale(1,-1)"
id="rect3723"
style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="-91"
transform="scale(1,-1)"
id="rect3716"
style="opacity:0.45;fill:url(#linearGradient4256);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="6"
id="rect2419"
style="opacity:0.75;fill:url(#linearGradient3052);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.188418,86.268382 7.148361,86.171969 7.125,86.0625 7.052121,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
inkscape:connector-curvature="0"
id="rect3728"
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.188418,9.731618 7.148361,9.828031 7.125,9.9375 7.052121,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
inkscape:connector-curvature="0"
id="path3615"
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<g
transform="translate(0,74)"
id="layer1"
style="display:inline">
<path
d="m -71.685828,-54.171135 14.09736,14.097373 c -14.043556,11.600782 -19.062817,29.060098 -9.456866,43.469022 2.556222,-9.539952 9.98055,-21.668884 24.947962,-27.979296 L -28,-10.485304 -28.046592,-54 -71.685828,-54.171135 z"
inkscape:connector-curvature="0"
transform="translate(100,0)"
clip-path="url(#clipPath3703)"
id="path3693"
style="opacity:0.2;fill:none;stroke:#ffffff;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;display:inline;filter:url(#filter3707)" />
<path
d="m 28.314172,-54.171135 14.09736,14.097373 C 28.367976,-28.47298 23.348715,-11.013664 32.954666,3.39526 c 2.556222,-9.539952 9.98055,-21.668884 24.947962,-27.979296 L 72,-10.485304 71.953408,-54 28.314172,-54.171135 z"
inkscape:connector-curvature="0"
id="path28"
style="fill:url(#linearGradient2884);fill-opacity:1;display:inline" />
<rect
width="96"
height="96"
x="-100"
y="-74"
id="rect3691"
style="opacity:0.3;color:#000000;fill:#ff0000;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="M 28.3125,19.84375 42.40625,33.9375 c -14.043556,11.600782 -19.043451,29.059826 -9.4375,43.46875 2.556222,-9.539952 9.970088,-21.689588 24.9375,-28 L 72,63.5 71.96875,20 28.3125,19.84375 z m 4.9375,2.0625 36.6875,0.125 0.03125,36.5625 -10.625,-10.625 A 2.0378491,2.0378491 0 0 0 57.125,47.53125 c -13.465877,5.67735 -20.886613,15.829998 -24.46875,25 C 26.669585,59.869921 31.483257,45.607218 43.71875,35.5 a 2.0378491,2.0378491 0 0 0 0.125,-3 L 33.25,21.90625 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3930"
style="opacity:0.1;fill:#000000;fill-opacity:1;display:inline" />
<path
d="M 28.3125,19.84375 42.40625,33.9375 c -14.043556,11.600782 -19.043451,29.059826 -9.4375,43.46875 2.556222,-9.539952 9.970088,-21.689588 24.9375,-28 L 72,63.5 71.96875,20 28.3125,19.84375 z m 2.96875,1.21875 39.46875,0.15625 0.03125,39.3125 -12,-12 a 1.2227094,1.2227094 0 0 0 -1.34375,-0.25 C 43.384667,54.206066 35.993112,65.094003 32.78125,74.46875 25.421221,61.077736 30.225084,45.582698 43.1875,34.875 a 1.2227094,1.2227094 0 0 0 0.09375,-1.8125 l -12,-12 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3158"
style="opacity:0.1;fill:#000000;fill-opacity:1;display:inline" />
<path
d="m 28.3125,19.84375 1,1 L 71.96875,21 l 0,-1 L 28.3125,19.84375 z M 41.875,34.40625 C 32.893642,42.052514 27.738012,52.103001 28,62.15625 28.095083,52.236728 33.390421,42.385091 42.40625,34.9375 L 41.875,34.40625 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3940"
style="opacity:0.3;fill:#000000;fill-opacity:1;display:inline" />
<path
d="m 28.3125,20.84375 13.5625,13.5625 c 0.181416,-0.154448 0.346705,-0.316305 0.53125,-0.46875 L 29.3125,20.84375 l -1,0 z m 29.59375,28.5625 c -14.967412,6.310412 -22.381278,18.460048 -24.9375,28 C 29.738353,72.560655 28.135427,67.352972 28,62.15625 c -0.05302,5.531677 1.529728,11.091467 4.96875,16.25 2.556222,-9.539952 9.970088,-21.689588 24.9375,-28 L 72,64.5 72,63.5 57.90625,49.40625 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3949"
style="opacity:0.5;fill:#ffffff;fill-opacity:1;display:inline" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1,304 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="96"
height="96"
id="svg2"
style="display:inline">
<defs
id="defs4">
<linearGradient
x1="8.7404661"
y1="4.5355735"
x2="8.7404661"
y2="20.492353"
id="linearGradient2938"
xlink:href="#linearGradient3904"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4.5355736,0,0,3.5276684,4,-70)" />
<clipPath
id="clipPath3732">
<path
d="m -100,-74 0,96 96,0 0,-96 -96,0 z M -27.65625,-54 -16,-42.3125 -60.09375,2 -60.125,2 -88,-26 -76.34375,-37.71875 -60.125,-21.40625 -27.65625,-54 z"
inkscape:connector-curvature="0"
id="path3734"
style="opacity:0.3;color:#000000;fill:#ff0000;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<filter
color-interpolation-filters="sRGB"
id="filter3736">
<feGaussianBlur
id="feGaussianBlur3738"
stdDeviation="0.96" />
</filter>
<linearGradient
x1="11"
y1="3.9374998"
x2="11"
y2="18.083122"
id="linearGradient3904"
gradientUnits="userSpaceOnUse">
<stop
id="stop3906"
style="stop-color:#323232;stop-opacity:1"
offset="0" />
<stop
id="stop3908"
style="stop-color:#787878;stop-opacity:1"
offset="1" />
</linearGradient>
<clipPath
id="clipPath3266">
<path
d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
inkscape:connector-curvature="0"
id="path3268"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3101"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="45.447727"
y1="92.539597"
x2="45.447727"
y2="7.0165396"
id="ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
<stop
id="stop3750-8"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3752-5"
style="stop-color:#000000;stop-opacity:0.58823532"
offset="1" />
</linearGradient>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3780"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3772"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3725"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="48"
y1="90"
x2="48"
y2="5.9877172"
id="linearGradient3052"
xlink:href="#ButtonColor-6"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="10.31979"
y1="21"
x2="10.31979"
y2="0.99929649"
id="ButtonColor-6"
gradientUnits="userSpaceOnUse">
<stop
id="stop3189-4"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="0" />
<stop
id="stop3191-0"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="36.357143"
y1="6"
x2="36.357143"
y2="63.893143"
id="linearGradient3188"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3737">
<stop
id="stop3739"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3741"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="48"
cy="90.171875"
r="42"
fx="48"
fy="90.171875"
id="radialGradient3619"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient4256"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-97)" />
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer2">
<g
clip-path="url(#clipPath3266)"
id="g3202"
style="display:inline">
<path
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3786"
style="opacity:0.07999998;fill:url(#linearGradient3101);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3778"
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
transform="scale(1,-1)"
id="path3770"
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="86"
height="85"
rx="7"
ry="7"
x="5"
y="-92"
transform="scale(1,-1)"
id="rect3723"
style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="-91"
transform="scale(1,-1)"
id="rect3716"
style="opacity:0.45;fill:url(#linearGradient4256);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="6"
id="rect2419"
style="opacity:0.75;fill:url(#linearGradient3052);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.188418,86.268382 7.148361,86.171969 7.125,86.0625 7.052121,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
inkscape:connector-curvature="0"
id="rect3728"
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.188418,9.731618 7.148361,9.828031 7.125,9.9375 7.052121,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
inkscape:connector-curvature="0"
id="path3615"
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<g
transform="translate(0,74)"
id="layer1">
<path
d="M 72.350972,-54 39.890477,-21.42148 23.649037,-37.710709 12,-26.011244 39.868078,2 39.890478,1.9776 39.912878,2 84,-42.300543 72.350972,-54 z"
inkscape:connector-curvature="0"
id="Symbol"
style="fill:url(#linearGradient2938);fill-opacity:1;stroke:none;display:inline" />
<path
d="M -27.649028,-54 -60.109523,-21.42148 -76.350963,-37.710709 -88,-26.011244 -60.131922,2 -60.109522,1.9776 -60.087122,2 -16,-42.300543 -27.649028,-54 z"
inkscape:connector-curvature="0"
transform="translate(100,0)"
clip-path="url(#clipPath3732)"
id="path2943"
style="opacity:0.2;fill:none;stroke:#ffffff;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;display:inline;filter:url(#filter3736)" />
<path
d="M 72.34375,20 39.875,52.59375 23.65625,36.28125 12,48 39.875,76 39.90625,76 84,31.6875 72.34375,20 z m 0,1.96875 9.6875,9.71875 L 39.875,74.03125 13.96875,48 23.65625,38.25 38.875,53.5625 a 1.3923554,1.3923554 0 0 0 2,0 L 72.34375,21.96875 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3740"
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
<rect
width="96"
height="96"
x="-100"
y="-74"
id="rect2925"
style="opacity:0.3;color:#000000;fill:#ff0000;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="M 72.34375,20 39.875,52.59375 23.65625,36.28125 12,48 39.875,76 39.90625,76 84,31.6875 72.34375,20 z m 0,1.1875 10.46875,10.5 L 39.875,74.8125 13.1875,48 23.65625,37.46875 39.28125,53.1875 a 0.84827775,0.84827775 0 0 0 1.1875,0 l 31.875,-32 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3940"
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
<path
d="M 72.34375,20 39.875,52.59375 23.65625,36.28125 12,48 12.5,48.5 23.65625,37.28125 39.875,53.59375 72.34375,21 83.5,32.1875 84,31.6875 72.34375,20 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3948"
style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
<path
d="M 83.5,32.1875 39.90625,76 39.875,76 12.5,48.5 12,49 39.875,77 39.90625,77 84,32.6875 l -0.5,-0.5 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3957"
style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,304 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="96"
height="96"
id="svg2"
style="display:inline">
<defs
id="defs4">
<linearGradient
x1="10"
y1="4"
x2="10"
y2="18"
id="linearGradient3760"
xlink:href="#linearGradient3904"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4,0,0,4,0,-70)" />
<clipPath
id="clipPath3720">
<path
d="m -100,-74 0,96 96,0 0,-96 -96,0 z m 48.25,20.375 c 5.310324,0 10.282712,1.532132 14.5,4.125 l -4.75,7.875 c -2.817244,-1.742827 -6.188048,-2.749999 -9.75,-2.75 -9.630238,0 -17.522742,7.344919 -18.375,16.75 l 9.875,0 -13.875,20.75 -13.875,-20.75 8.625,0 c 0.894193,-14.496311 12.90481,-26.000003 27.625,-26 z m 21.875,8 13.875,20.75 -8.625,0 c -0.894192,14.496312 -12.904808,26.000004 -27.625,26 -5.310324,0 -10.282712,-1.532132 -14.5,-4.125 l 4.75,-7.875 c 2.817244,1.742828 6.188048,2.75 9.75,2.75 9.63024,0 17.52274,-7.34492 18.375,-16.75 l -9.875,0 13.875,-20.75 z"
inkscape:connector-curvature="0"
id="path3722"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<filter
color-interpolation-filters="sRGB"
id="filter3724">
<feGaussianBlur
id="feGaussianBlur3726"
stdDeviation="0.950625" />
</filter>
<linearGradient
x1="11"
y1="3.9374998"
x2="11"
y2="18.083122"
id="linearGradient3904"
gradientUnits="userSpaceOnUse">
<stop
id="stop3906"
style="stop-color:#323232;stop-opacity:1"
offset="0" />
<stop
id="stop3908"
style="stop-color:#787878;stop-opacity:1"
offset="1" />
</linearGradient>
<clipPath
id="clipPath3266">
<path
d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
inkscape:connector-curvature="0"
id="path3268"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3101"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="45.447727"
y1="92.539597"
x2="45.447727"
y2="7.0165396"
id="ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
<stop
id="stop3750-8"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3752-5"
style="stop-color:#000000;stop-opacity:0.58823532"
offset="1" />
</linearGradient>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3780"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3772"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3725"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="48"
y1="90"
x2="48"
y2="5.9877172"
id="linearGradient3052"
xlink:href="#ButtonColor-6"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="10.31979"
y1="21"
x2="10.31979"
y2="0.99929649"
id="ButtonColor-6"
gradientUnits="userSpaceOnUse">
<stop
id="stop3189-4"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="0" />
<stop
id="stop3191-0"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="36.357143"
y1="6"
x2="36.357143"
y2="63.893143"
id="linearGradient3188"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3737">
<stop
id="stop3739"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3741"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="48"
cy="90.171875"
r="42"
fx="48"
fy="90.171875"
id="radialGradient3619"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient4256"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-97)" />
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer2">
<g
clip-path="url(#clipPath3266)"
id="g3202"
style="display:inline">
<path
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3786"
style="opacity:0.07999998;fill:url(#linearGradient3101);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3778"
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
transform="scale(1,-1)"
id="path3770"
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="86"
height="85"
rx="7"
ry="7"
x="5"
y="-92"
transform="scale(1,-1)"
id="rect3723"
style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="-91"
transform="scale(1,-1)"
id="rect3716"
style="opacity:0.45;fill:url(#linearGradient4256);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="6"
id="rect2419"
style="opacity:0.75;fill:url(#linearGradient3052);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.188418,86.268382 7.148361,86.171969 7.125,86.0625 7.052121,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
inkscape:connector-curvature="0"
id="rect3728"
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.188418,9.731618 7.148361,9.828031 7.125,9.9375 7.052121,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
inkscape:connector-curvature="0"
id="path3615"
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<g
transform="translate(0,74)"
id="layer1">
<path
d="m -51.75,-53.625 c -14.72019,-3e-6 -26.730807,11.503689 -27.625,26 l -8.625,0 13.875,20.75 13.875,-20.75 -9.875,0 c 0.852258,-9.405081 8.744762,-16.75 18.375,-16.75 3.561952,10e-7 6.932756,1.007173 9.75,2.75 l 4.75,-7.875 c -4.217288,-2.592868 -9.189676,-4.125 -14.5,-4.125 z m 21.875,8 -13.875,20.75 9.875,0 c -0.85226,9.40508 -8.74476,16.75 -18.375,16.75 -3.561952,0 -6.932756,-1.007172 -9.75,-2.75 L -66.75,-3 c 4.217288,2.592868 9.189676,4.125 14.5,4.125 14.720192,4e-6 26.730808,-11.503688 27.625,-26 l 8.625,0 -13.875,-20.75 z"
inkscape:connector-curvature="0"
transform="translate(100,0)"
clip-path="url(#clipPath3720)"
id="path3711"
style="opacity:0.2;fill:none;stroke:#ffffff;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;display:inline;filter:url(#filter3724)" />
<path
d="m 48.25,-53.625 c -14.72019,-3e-6 -26.730807,11.503689 -27.625,26 l -8.625,0 13.875,20.75 13.875,-20.75 -9.875,0 c 0.852258,-9.405081 8.744762,-16.75 18.375,-16.75 3.561952,10e-7 6.932756,1.007173 9.75,2.75 l 4.75,-7.875 c -4.217288,-2.592868 -9.189676,-4.125 -14.5,-4.125 z m 21.875,8 -13.875,20.75 9.875,0 c -0.85226,9.40508 -8.74476,16.75 -18.375,16.75 -3.561952,0 -6.932756,-1.007172 -9.75,-2.75 L 33.25,-3 c 4.217288,2.592868 9.189676,4.125 14.5,4.125 14.720192,4e-6 26.730808,-11.503688 27.625,-26 l 8.625,0 -13.875,-20.75 z"
inkscape:connector-curvature="0"
id="Symbol"
style="fill:url(#linearGradient3760);fill-opacity:1;stroke:none;display:inline" />
<rect
width="96"
height="96"
x="-100"
y="-74"
id="rect3709"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 48.25,20.375 c -14.72019,-3e-6 -26.730807,11.503689 -27.625,26 l -8.625,0 13.875,20.75 13.875,-20.75 -9.875,0 c 0.852258,-9.405081 8.744762,-16.75 18.375,-16.75 3.561952,1e-6 6.932756,1.007173 9.75,2.75 L 62.75,24.5 c -4.217288,-2.592868 -9.189676,-4.125 -14.5,-4.125 z m 0,1.9375 c 4.253497,0 8.176343,1.225036 11.71875,3.0625 l -2.75,4.53125 C 54.486801,28.567192 51.478958,27.687501 48.25,27.6875 c -10.62251,0 -19.370756,8.107402 -20.3125,18.5 a 1.9517109,1.9517109 0 0 0 1.9375,2.125 l 6.21875,0 L 25.875,63.59375 15.65625,48.3125 l 4.96875,0 A 1.9517109,1.9517109 0 0 0 22.5625,46.5 C 23.394486,33.012168 34.546538,22.312497 48.25,22.3125 z m 21.875,6.0625 -13.875,20.75 9.875,0 c -0.85226,9.40508 -8.74476,16.75 -18.375,16.75 -3.561952,0 -6.932756,-1.007172 -9.75,-2.75 L 33.25,71 c 4.217288,2.592868 9.189676,4.125 14.5,4.125 14.720192,4e-6 26.730808,-11.503688 27.625,-26 l 8.625,0 -13.875,-20.75 z m 0,3.53125 10.21875,15.28125 -4.96875,0 A 1.9517109,1.9517109 0 0 0 73.4375,49 C 72.605515,62.487833 61.453464,73.187504 47.75,73.1875 c -4.253497,0 -8.176343,-1.225037 -11.71875,-3.0625 l 2.75,-4.53125 c 2.731949,1.339058 5.739792,2.21875 8.96875,2.21875 10.622512,0 19.370754,-8.107403 20.3125,-18.5 a 1.9517109,1.9517109 0 0 0 -1.9375,-2.125 l -6.21875,0 L 70.125,31.90625 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3950"
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
<path
d="m 48.25,20.375 c -14.72019,-3e-6 -26.730807,11.503689 -27.625,26 l -8.625,0 13.875,20.75 13.875,-20.75 -9.875,0 c 0.852258,-9.405081 8.744762,-16.75 18.375,-16.75 3.561952,1e-6 6.932756,1.007173 9.75,2.75 L 62.75,24.5 c -4.217288,-2.592868 -9.189676,-4.125 -14.5,-4.125 z m 0,1.03125 c 4.752585,0 9.160358,1.37669 13.03125,3.5625 l -3.6875,6.125 c -2.787073,-1.525114 -5.952473,-2.499999 -9.34375,-2.5 -10.147805,0 -18.476066,7.767332 -19.375,17.6875 a 1.0180082,1.0180082 0 0 0 1,1.125 l 7.96875,0 L 25.875,65.3125 13.90625,47.40625 l 6.71875,0 A 1.0180082,1.0180082 0 0 0 21.65625,46.4375 C 22.517996,32.46721 34.060133,21.406247 48.25,21.40625 z m 21.875,6.96875 -13.875,20.75 9.875,0 c -0.85226,9.40508 -8.74476,16.75 -18.375,16.75 -3.561952,0 -6.932756,-1.007172 -9.75,-2.75 L 33.25,71 c 4.217288,2.592868 9.189676,4.125 14.5,4.125 14.720192,4e-6 26.730808,-11.503688 27.625,-26 l 8.625,0 -13.875,-20.75 z m 0,1.8125 11.96875,17.90625 -6.71875,0 A 1.0180082,1.0180082 0 0 0 74.34375,49.0625 C 73.482005,63.032791 61.939869,74.093754 47.75,74.09375 c -4.752585,0 -9.160358,-1.37669 -13.03125,-3.5625 l 3.6875,-6.125 c 2.787074,1.525114 5.952473,2.5 9.34375,2.5 10.147807,0 18.476064,-7.767333 19.375,-17.6875 a 1.0180082,1.0180082 0 0 0 -1,-1.125 l -7.96875,0 L 70.125,30.1875 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3178"
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
<path
d="m 48.25,20.375 c -14.72019,-3e-6 -26.730807,11.503689 -27.625,26 l -8.625,0 0.65625,1 7.96875,0 c 0.894193,-14.496311 12.90481,-26.000003 27.625,-26 5.130567,0 9.939041,1.439806 14.0625,3.875 L 62.75,24.5 c -4.217288,-2.592868 -9.189676,-4.125 -14.5,-4.125 z m 21.875,8 -13.875,20.75 0.65625,0 13.21875,-19.75 13.21875,19.75 0.65625,0 -13.875,-20.75 z m -40.09375,18 c -0.04828,0.331008 -0.125755,0.663474 -0.15625,1 l 9.21875,0 0.65625,-1 -9.71875,0 z m 35.9375,3.75 c -1.301009,8.919876 -8.933092,15.75 -18.21875,15.75 -3.561952,0 -6.932756,-1.007172 -9.75,-2.75 L 33.25,71 c 0.142757,0.08777 0.293028,0.164679 0.4375,0.25 L 38,64.125 c 2.817244,1.742828 6.188048,2.75 9.75,2.75 9.63024,0 17.52274,-7.34492 18.375,-16.75 l -0.15625,0 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3960"
style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none;display:inline" />
<path
d="M 62.3125,25.25 58,32.375 c -2.817244,-1.742827 -6.188048,-2.749999 -9.75,-2.75 -9.630238,0 -17.522742,7.344919 -18.375,16.75 l 0.15625,0 c 1.301008,-8.919876 8.933094,-15.75 18.21875,-15.75 3.561952,1e-6 6.932756,1.007173 9.75,2.75 L 62.75,25.5 C 62.607243,25.41223 62.456972,25.335321 62.3125,25.25 z M 12,47.375 l 13.875,20.75 13.875,-20.75 -0.65625,0 L 25.875,67.125 12.65625,47.375 12,47.375 z m 44.90625,1.75 -0.65625,1 9.71875,0 c 0.04828,-0.331008 0.125755,-0.663474 0.15625,-1 l -9.21875,0 z m 18.46875,0 c -0.894192,14.496312 -12.904808,26.000004 -27.625,26 -5.130567,0 -9.939041,-1.439806 -14.0625,-3.875 L 33.25,72 c 4.217288,2.592868 9.189676,4.125 14.5,4.125 14.720192,4e-6 26.730808,-11.503688 27.625,-26 l 8.625,0 -0.65625,-1 -7.96875,0 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3969"
style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none;display:inline" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -0,0 +1,295 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="96"
height="96"
id="svg2"
style="display:inline">
<defs
id="defs4">
<linearGradient
x1="20.758585"
y1="1"
x2="20.758585"
y2="45.017357"
id="linearGradient4427"
xlink:href="#linearGradient3904"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.4883689,0,0,1.4883689,12.279154,-60.232443)" />
<linearGradient
x1="11"
y1="3.9374998"
x2="11"
y2="18.083122"
id="linearGradient3904"
gradientUnits="userSpaceOnUse">
<stop
id="stop3906"
style="stop-color:#323232;stop-opacity:1"
offset="0" />
<stop
id="stop3908"
style="stop-color:#787878;stop-opacity:1"
offset="1" />
</linearGradient>
<clipPath
id="clipPath3266">
<path
d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
inkscape:connector-curvature="0"
id="path3268"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3101"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="45.447727"
y1="92.539597"
x2="45.447727"
y2="7.0165396"
id="ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
<stop
id="stop3750-8"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3752-5"
style="stop-color:#000000;stop-opacity:0.58823532"
offset="1" />
</linearGradient>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3780"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3772"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3725"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="48"
y1="90"
x2="48"
y2="5.9877172"
id="linearGradient3052"
xlink:href="#ButtonColor-6"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="10.31979"
y1="21"
x2="10.31979"
y2="0.99929649"
id="ButtonColor-6"
gradientUnits="userSpaceOnUse">
<stop
id="stop3189-4"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="0" />
<stop
id="stop3191-0"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="36.357143"
y1="6"
x2="36.357143"
y2="63.893143"
id="linearGradient3188"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3737">
<stop
id="stop3739"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3741"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="48"
cy="90.171875"
r="42"
fx="48"
fy="90.171875"
id="radialGradient3619"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient4256"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-97)" />
<filter
color-interpolation-filters="sRGB"
id="filter3970">
<feGaussianBlur
id="feGaussianBlur3972"
stdDeviation="0.96000046" />
</filter>
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer2">
<g
clip-path="url(#clipPath3266)"
id="g3202"
style="display:inline">
<path
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3786"
style="opacity:0.07999998;fill:url(#linearGradient3101);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3778"
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
transform="scale(1,-1)"
id="path3770"
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="86"
height="85"
rx="7"
ry="7"
x="5"
y="-92"
transform="scale(1,-1)"
id="rect3723"
style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="-91"
transform="scale(1,-1)"
id="rect3716"
style="opacity:0.45;fill:url(#linearGradient4256);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="6"
id="rect2419"
style="opacity:0.75;fill:url(#linearGradient3052);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.188418,86.268382 7.148361,86.171969 7.125,86.0625 7.052121,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
inkscape:connector-curvature="0"
id="rect3728"
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.188418,9.731618 7.148361,9.828031 7.125,9.9375 7.052121,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
inkscape:connector-curvature="0"
id="path3615"
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<g
transform="translate(0,74)"
id="layer1"
style="display:inline">
<path
d="m 43.581415,-57.999882 c -1.259362,0 -2.279075,1.044691 -2.279075,2.325571 l 0,4.511619 c -2.251806,0.599969 -4.403417,1.506206 -6.37207,2.651157 l -3.209299,-3.209292 c -0.452869,-0.452845 -0.995342,-0.692713 -1.581391,-0.697673 -0.586047,-0.005 -1.182653,0.205942 -1.6279,0.651159 l -6.279058,6.279051 c -0.890492,0.890497 -0.859207,2.303581 0.04646,3.209301 l 3.209298,3.209288 c -1.144962,1.968651 -2.051198,4.12027 -2.65118,6.37208 l -4.511615,0 c -1.280881,0 -2.325581,1.019718 -2.325581,2.279071 l 0,8.837186 c 0,1.259351 1.0447,2.279071 2.325579,2.279071 l 4.511613,0 c 0.599983,2.251814 1.506221,4.403429 2.651164,6.372075 l -3.209299,3.2092968 c -0.905717,0.9057182 -0.937002,2.3187934 -0.04644,3.2092903 l 6.279058,6.2790606 C 29.40217,0.6579266 30.81525,0.6266306 31.72097,-0.279077 l 3.209299,-3.2092974 c 1.96865,1.1449504 4.120262,2.0511878 6.372068,2.6511599 l 0,4.511617 c 0,1.2808795 1.019713,2.3255775 2.279074,2.3255775 l 8.837186,0 c 1.259357,0 2.279067,-1.044698 2.279067,-2.3255775 l 0,-4.511617 c 2.25181,-0.5999721 4.403428,-1.5062095 6.372078,-2.65116 l 3.209304,3.209301 c 0.905708,0.9057111 2.318794,0.9370071 3.209291,0.046471 L 73.76739,-6.511663 c 0.890489,-0.8905005 0.859201,-2.3035793 -0.0464,-3.209294 l -3.20928,-3.209305 c 1.144948,-1.968645 2.051185,-4.120263 2.651154,-6.372077 l 4.511627,0 c 1.280869,2.9e-5 2.325574,-1.019684 2.325574,-2.279039 l 0,-8.837191 c 0,-1.259349 -1.044705,-2.279067 -2.325571,-2.279067 l -4.511628,0 c -0.599968,-2.251805 -1.506206,-4.403424 -2.651152,-6.372079 l 3.209297,-3.209292 c 0.905708,-0.905715 0.937004,-2.318796 0.0464,-3.209293 l -6.279046,-6.279064 c -0.890515,-0.890488 -2.303582,-0.8592 -3.209305,0.0464 l -3.209308,3.209301 c -1.968652,-1.144956 -4.120267,-2.051192 -6.372077,-2.651166 l 0,-4.51161 c 0,-1.28089 -1.01971,-2.325581 -2.279057,-2.325581 l -8.83719,0 z m 4.418593,22.325526 c 5.340275,0 9.674402,4.33413 9.674402,9.674396 0,5.340276 -4.334137,9.674395 -9.674402,9.674395 -5.340266,0 -9.674398,-4.334119 -9.674398,-9.674395 0,-5.340266 4.334132,-9.674396 9.674398,-9.674396 z"
inkscape:connector-curvature="0"
id="path3968"
style="opacity:0.2;fill:none;stroke:#ffffff;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;marker:none;visibility:visible;display:block;overflow:visible;filter:url(#filter3970);enable-background:accumulate" />
<path
d="m 43.581415,-57.999882 c -1.259362,0 -2.279075,1.044691 -2.279075,2.325571 l 0,4.511619 c -2.251806,0.599969 -4.403417,1.506206 -6.37207,2.651157 l -3.209299,-3.209292 c -0.452869,-0.452845 -0.995342,-0.692713 -1.581391,-0.697673 -0.586047,-0.005 -1.182653,0.205942 -1.6279,0.651159 l -6.279058,6.279051 c -0.890492,0.890497 -0.859207,2.303581 0.04646,3.209301 l 3.209298,3.209288 c -1.144962,1.968651 -2.051198,4.12027 -2.65118,6.37208 l -4.511615,0 c -1.280881,0 -2.325581,1.019718 -2.325581,2.279071 l 0,8.837186 c 0,1.259351 1.0447,2.279071 2.325579,2.279071 l 4.511613,0 c 0.599983,2.251814 1.506221,4.403429 2.651164,6.372075 l -3.209299,3.2092968 c -0.905717,0.9057182 -0.937002,2.3187934 -0.04644,3.2092903 l 6.279058,6.2790606 C 29.40217,0.6579266 30.81525,0.6266306 31.72097,-0.279077 l 3.209299,-3.2092974 c 1.96865,1.1449504 4.120262,2.0511878 6.372068,2.6511599 l 0,4.511617 c 0,1.2808795 1.019713,2.3255775 2.279074,2.3255775 l 8.837186,0 c 1.259357,0 2.279067,-1.044698 2.279067,-2.3255775 l 0,-4.511617 c 2.25181,-0.5999721 4.403428,-1.5062095 6.372078,-2.65116 l 3.209304,3.209301 c 0.905708,0.9057111 2.318794,0.9370071 3.209291,0.046471 L 73.76739,-6.511663 c 0.890489,-0.8905005 0.859201,-2.3035793 -0.0464,-3.209294 l -3.20928,-3.209305 c 1.144948,-1.968645 2.051185,-4.120263 2.651154,-6.372077 l 4.511627,0 c 1.280869,2.9e-5 2.325574,-1.019684 2.325574,-2.279039 l 0,-8.837191 c 0,-1.259349 -1.044705,-2.279067 -2.325571,-2.279067 l -4.511628,0 c -0.599968,-2.251805 -1.506206,-4.403424 -2.651152,-6.372079 l 3.209297,-3.209292 c 0.905708,-0.905715 0.937004,-2.318796 0.0464,-3.209293 l -6.279046,-6.279064 c -0.890515,-0.890488 -2.303582,-0.8592 -3.209305,0.0464 l -3.209308,3.209301 c -1.968652,-1.144956 -4.120267,-2.051192 -6.372077,-2.651166 l 0,-4.51161 c 0,-1.28089 -1.01971,-2.325581 -2.279057,-2.325581 l -8.83719,0 z m 4.418593,22.325526 c 5.340275,0 9.674402,4.33413 9.674402,9.674396 0,5.340276 -4.334137,9.674395 -9.674402,9.674395 -5.340266,0 -9.674398,-4.334119 -9.674398,-9.674395 0,-5.340266 4.334132,-9.674396 9.674398,-9.674396 z"
inkscape:connector-curvature="0"
id="rect3267"
style="fill:url(#linearGradient4427);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
<rect
width="96"
height="96"
x="-100"
y="-74"
id="rect3698"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 43.59375,16 c -1.259362,0 -2.28125,1.03162 -2.28125,2.3125 l 0,4.53125 c -2.251806,0.599969 -4.406347,1.511299 -6.375,2.65625 l -3.21875,-3.21875 c -0.452869,-0.452845 -1.007701,-0.68254 -1.59375,-0.6875 -0.586047,-0.005 -1.179753,0.179783 -1.625,0.625 L 22.21875,28.5 c -0.890492,0.890497 -0.843167,2.31303 0.0625,3.21875 L 25.5,34.9375 c -1.144962,1.968651 -2.056268,4.12319 -2.65625,6.375 l -4.53125,0 C 17.031619,41.3125 16,42.334397 16,43.59375 l 0,8.8125 c 0,1.259351 1.031621,2.28125 2.3125,2.28125 l 4.53125,0 c 0.599983,2.251814 1.511307,4.406354 2.65625,6.375 l -3.21875,3.21875 C 21.375533,65.186968 21.328188,66.609503 22.21875,67.5 L 28.5,73.78125 c 0.890491,0.890497 2.31303,0.843208 3.21875,-0.0625 L 34.9375,70.5 c 1.96865,1.14495 4.123194,2.056278 6.375,2.65625 l 0,4.53125 c 0,1.280879 1.021889,2.3125 2.28125,2.3125 l 8.8125,0 c 1.259357,0 2.28125,-1.031621 2.28125,-2.3125 l 0,-4.53125 c 2.25181,-0.599972 4.40635,-1.511299 6.375,-2.65625 l 3.21875,3.21875 c 0.905708,0.905711 2.328253,0.953036 3.21875,0.0625 L 73.78125,67.5 c 0.890489,-0.890501 0.843101,-2.313035 -0.0625,-3.21875 L 70.5,61.0625 c 1.144948,-1.968645 2.056281,-4.123186 2.65625,-6.375 l 4.53125,0 C 78.968369,54.687529 80,53.665605 80,52.40625 l 0,-8.8125 C 80,42.334401 78.968366,41.3125 77.6875,41.3125 l -4.53125,0 C 72.556282,39.060695 71.644946,36.906155 70.5,34.9375 l 3.21875,-3.21875 C 74.624458,30.813035 74.671854,29.390497 73.78125,28.5 L 67.5,22.21875 c -0.890515,-0.890488 -2.313027,-0.8431 -3.21875,0.0625 L 61.0625,25.5 c -1.968652,-1.144956 -4.12319,-2.056276 -6.375,-2.65625 l 0,-4.53125 C 54.6875,17.03161 53.665597,16 52.40625,16 l -8.8125,0 z m 0,2.0625 8.8125,0 c 0.128147,0 0.21875,0.07082 0.21875,0.25 l 0,4.53125 a 2.0715904,2.0715904 0 0 0 1.53125,2 c 2.065203,0.550254 4.061193,1.382601 5.875,2.4375 a 2.0715904,2.0715904 0 0 0 2.5,-0.3125 L 65.75,23.75 c 0.164416,-0.164394 0.196629,-0.147119 0.28125,-0.0625 l 6.28125,6.28125 c 0.08464,0.08463 0.101935,0.116814 -0.0625,0.28125 l -3.21875,3.21875 a 2.0715904,2.0715904 0 0 0 -0.3125,2.5 c 1.054897,1.813822 1.887254,3.809814 2.4375,5.875 a 2.0715904,2.0715904 0 0 0 2,1.53125 l 4.53125,0 c 0.179138,0 0.25,0.09063 0.25,0.21875 l 0,8.8125 c 0,0.128139 -0.07091,0.218754 -0.25,0.21875 l -4.53125,0 a 2.0715904,2.0715904 0 0 0 -2,1.53125 c -0.550247,2.065197 -1.382605,4.061194 -2.4375,5.875 a 2.0715904,2.0715904 0 0 0 0.3125,2.5 L 72.25,65.75 c 0.164371,0.164392 0.147088,0.196661 0.0625,0.28125 L 66.03125,72.3125 C 65.946615,72.397139 65.914385,72.414385 65.75,72.25 l -3.21875,-3.21875 a 2.0715904,2.0715904 0 0 0 -2.5,-0.3125 c -1.813809,1.054896 -3.809802,1.887249 -5.875,2.4375 a 2.0715904,2.0715904 0 0 0 -1.53125,2 l 0,4.53125 c 0,0.179172 -0.0906,0.25 -0.21875,0.25 l -8.8125,0 c -0.128162,0 -0.21875,-0.07082 -0.21875,-0.25 l 0,-4.53125 a 2.0715904,2.0715904 0 0 0 -1.53125,-2 c -2.065195,-0.550251 -4.061192,-1.382604 -5.875,-2.4375 a 2.0715904,2.0715904 0 0 0 -2.5,0.3125 L 30.25,72.25 c -0.164385,0.164383 -0.196619,0.147131 -0.28125,0.0625 L 23.6875,66.03125 C 23.602852,65.946608 23.585582,65.914418 23.75,65.75 l 3.21875,-3.21875 a 2.0715904,2.0715904 0 0 0 0.3125,-2.5 c -1.054889,-1.813806 -1.887237,-3.80979 -2.4375,-5.875 a 2.0715904,2.0715904 0 0 0 -2,-1.53125 l -4.53125,0 c -0.179164,0 -0.25,-0.09061 -0.25,-0.21875 l 0,-8.8125 c 0,-0.128149 0.07083,-0.21875 0.25,-0.21875 l 4.53125,0 a 2.0715904,2.0715904 0 0 0 2,-1.53125 c 0.550265,-2.065216 1.382601,-4.061203 2.4375,-5.875 a 2.0715904,2.0715904 0 0 0 -0.3125,-2.5 L 23.75,30.25 c -0.164382,-0.164392 -0.14712,-0.196629 -0.0625,-0.28125 l 6.28125,-6.28125 c 0.0143,-0.0084 0.05562,-0.03184 0.125,-0.03125 0.05594,4.73e-4 0.0539,-0.0086 0.15625,0.09375 l 3.21875,3.21875 a 2.0715904,2.0715904 0 0 0 2.5,0.3125 c 1.813814,-1.054898 3.809809,-1.887252 5.875,-2.4375 a 2.0715904,2.0715904 0 0 0 1.53125,-2 l 0,-4.53125 c 0,-0.179178 0.09058,-0.25 0.21875,-0.25 z M 48,36.25 c -6.464403,0 -11.75,5.285597 -11.75,11.75 0,6.464411 5.285599,11.75 11.75,11.75 6.4644,0 11.75,-5.285589 11.75,-11.75 0,-6.464401 -5.28559,-11.75 -11.75,-11.75 z m 0,2.0625 c 5.340275,0 9.6875,4.347234 9.6875,9.6875 0,5.340276 -4.347235,9.6875 -9.6875,9.6875 -5.340266,0 -9.6875,-4.347224 -9.6875,-9.6875 0,-5.340266 4.347234,-9.6875 9.6875,-9.6875 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3940"
style="opacity:0.1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
<path
d="m 43.59375,16 c -1.259362,0 -2.28125,1.03162 -2.28125,2.3125 l 0,4.53125 c -2.251806,0.599969 -4.406347,1.511299 -6.375,2.65625 l -3.21875,-3.21875 c -0.452869,-0.452845 -1.007701,-0.68254 -1.59375,-0.6875 -0.586047,-0.005 -1.179753,0.179783 -1.625,0.625 L 22.21875,28.5 c -0.890492,0.890497 -0.843167,2.31303 0.0625,3.21875 L 25.5,34.9375 c -1.144962,1.968651 -2.056268,4.12319 -2.65625,6.375 l -4.53125,0 C 17.031619,41.3125 16,42.334397 16,43.59375 l 0,8.8125 c 0,1.259351 1.031621,2.28125 2.3125,2.28125 l 4.53125,0 c 0.599983,2.251814 1.511307,4.406354 2.65625,6.375 l -3.21875,3.21875 C 21.375533,65.186968 21.328188,66.609503 22.21875,67.5 L 28.5,73.78125 c 0.890491,0.890497 2.31303,0.843208 3.21875,-0.0625 L 34.9375,70.5 c 1.96865,1.14495 4.123194,2.056278 6.375,2.65625 l 0,4.53125 c 0,1.280879 1.021889,2.3125 2.28125,2.3125 l 8.8125,0 c 1.259357,0 2.28125,-1.031621 2.28125,-2.3125 l 0,-4.53125 c 2.25181,-0.599972 4.40635,-1.511299 6.375,-2.65625 l 3.21875,3.21875 c 0.905708,0.905711 2.328253,0.953036 3.21875,0.0625 L 73.78125,67.5 c 0.890489,-0.890501 0.843101,-2.313035 -0.0625,-3.21875 L 70.5,61.0625 c 1.144948,-1.968645 2.056281,-4.123186 2.65625,-6.375 l 4.53125,0 C 78.968369,54.687529 80,53.665605 80,52.40625 l 0,-8.8125 C 80,42.334401 78.968366,41.3125 77.6875,41.3125 l -4.53125,0 C 72.556282,39.060695 71.644946,36.906155 70.5,34.9375 l 3.21875,-3.21875 C 74.624458,30.813035 74.671854,29.390497 73.78125,28.5 L 67.5,22.21875 c -0.890515,-0.890488 -2.313027,-0.8431 -3.21875,0.0625 L 61.0625,25.5 c -1.968652,-1.144956 -4.12319,-2.056276 -6.375,-2.65625 l 0,-4.53125 C 54.6875,17.03161 53.665597,16 52.40625,16 l -8.8125,0 z m 0,1.0625 8.8125,0 c 0.675917,0 1.21875,0.53733 1.21875,1.25 l 0,4.53125 a 1.0684477,1.0684477 0 0 0 0.78125,1.03125 c 2.155565,0.57433 4.236211,1.463992 6.125,2.5625 A 1.0684477,1.0684477 0 0 0 61.8125,26.25 l 3.21875,-3.21875 c 0.523385,-0.523314 1.243884,-0.537351 1.71875,-0.0625 L 73.03125,29.25 c 0.47492,0.474863 0.460887,1.195359 -0.0625,1.71875 L 69.75,34.1875 a 1.0684477,1.0684477 0 0 0 -0.1875,1.28125 c 1.098502,1.888798 1.988177,3.969446 2.5625,6.125 a 1.0684477,1.0684477 0 0 0 1.03125,0.78125 l 4.53125,0 c 0.712637,0 1.25,0.542844 1.25,1.21875 l 0,8.8125 c 0,0.675917 -0.537385,1.218766 -1.25,1.21875 l -4.53125,0 A 1.0684477,1.0684477 0 0 0 72.125,54.40625 c -0.574324,2.155564 -1.463998,4.236215 -2.5625,6.125 A 1.0684477,1.0684477 0 0 0 69.75,61.8125 l 3.21875,3.21875 c 0.523303,0.523369 0.537336,1.243908 0.0625,1.71875 L 66.75,73.03125 c -0.474864,0.474885 -1.195388,0.460864 -1.71875,-0.0625 L 61.8125,69.75 a 1.0684477,1.0684477 0 0 0 -1.28125,-0.1875 c -1.888789,1.098504 -3.969437,1.988172 -6.125,2.5625 A 1.0684477,1.0684477 0 0 0 53.625,73.15625 l 0,4.53125 c 0,0.71266 -0.542824,1.25 -1.21875,1.25 l -8.8125,0 c -0.675932,0 -1.21875,-0.537337 -1.21875,-1.25 l 0,-4.53125 A 1.0684477,1.0684477 0 0 0 41.59375,72.125 c -2.155559,-0.574328 -4.236211,-1.463996 -6.125,-2.5625 A 1.0684477,1.0684477 0 0 0 34.1875,69.75 l -3.21875,3.21875 c -0.523367,0.52336 -1.243891,0.537362 -1.71875,0.0625 L 22.96875,66.75 c -0.474902,-0.474868 -0.460883,-1.195366 0.0625,-1.71875 L 26.25,61.8125 a 1.0684477,1.0684477 0 0 0 0.1875,-1.28125 c -1.098497,-1.888785 -1.98816,-3.969429 -2.5625,-6.125 A 1.0684477,1.0684477 0 0 0 22.84375,53.625 l -4.53125,0 c -0.712656,0 -1.25,-0.542833 -1.25,-1.21875 l 0,-8.8125 c 0,-0.675921 0.53734,-1.21875 1.25,-1.21875 l 4.53125,0 A 1.0684477,1.0684477 0 0 0 23.875,41.59375 c 0.57434,-2.155572 1.463989,-4.236217 2.5625,-6.125 A 1.0684477,1.0684477 0 0 0 26.25,34.1875 L 23.03125,30.96875 C 22.50791,30.445379 22.493896,29.724857 22.96875,29.25 L 29.25,22.96875 c 0.213979,-0.213965 0.519652,-0.315532 0.875,-0.3125 0.312636,0.0026 0.571666,0.102931 0.84375,0.375 L 34.1875,26.25 a 1.0684477,1.0684477 0 0 0 1.28125,0.1875 c 1.888793,-1.098505 3.969443,-1.988175 6.125,-2.5625 A 1.0684477,1.0684477 0 0 0 42.375,22.84375 l 0,-4.53125 c 0,-0.712664 0.542817,-1.25 1.21875,-1.25 z M 48,37.25 c -5.920053,0 -10.75,4.829947 -10.75,10.75 0,5.920062 4.829948,10.75 10.75,10.75 5.920051,0 10.75,-4.829938 10.75,-10.75 0,-5.920052 -4.829939,-10.75 -10.75,-10.75 z m 0,1.0625 c 5.340275,0 9.6875,4.347234 9.6875,9.6875 0,5.340276 -4.347235,9.6875 -9.6875,9.6875 -5.340266,0 -9.6875,-4.347224 -9.6875,-9.6875 0,-5.340266 4.347234,-9.6875 9.6875,-9.6875 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3168"
style="opacity:0.2;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
<path
d="m 43.59375,16 c -1.259362,0 -2.28125,1.03162 -2.28125,2.3125 l 0,1 C 41.3125,18.03162 42.334388,17 43.59375,17 l 8.8125,0 c 1.259347,0 2.28125,1.03161 2.28125,2.3125 l 0,-1 C 54.6875,17.03161 53.665597,16 52.40625,16 l -8.8125,0 z M 30.125,21.59375 c -0.586047,-0.005 -1.179753,0.179783 -1.625,0.625 L 22.21875,28.5 c -0.58071,0.580713 -0.752643,1.385442 -0.5625,2.125 0.08545,-0.403173 0.245367,-0.807865 0.5625,-1.125 L 28.5,23.21875 c 0.445247,-0.445217 1.038953,-0.63 1.625,-0.625 0.586049,0.005 1.140881,0.234655 1.59375,0.6875 L 34.9375,26.5 c 1.968653,-1.144951 4.123194,-2.056281 6.375,-2.65625 l 0,-1 C 39.060694,23.443719 36.906153,24.355049 34.9375,25.5 L 31.71875,22.28125 C 31.265881,21.828405 30.711049,21.59871 30.125,21.59375 z m 35.75,0 c -0.577797,0.0097 -1.140889,0.2347 -1.59375,0.6875 L 61.0625,25.5 c -1.968652,-1.144956 -4.12319,-2.056276 -6.375,-2.65625 l 0,1 c 2.25181,0.599974 4.406348,1.511294 6.375,2.65625 l 3.21875,-3.21875 c 0.905723,-0.9056 2.328235,-0.952988 3.21875,-0.0625 L 73.78125,29.5 c 0.317173,0.317135 0.477032,0.721828 0.5625,1.125 0.190149,-0.739555 0.01828,-1.544287 -0.5625,-2.125 L 67.5,22.21875 c -0.445257,-0.445244 -1.047203,-0.634711 -1.625,-0.625 z m -40.71875,14 c -0.973755,1.789483 -1.77765,3.71139 -2.3125,5.71875 l -4.53125,0 C 17.031619,41.3125 16,42.334397 16,43.59375 l 0,1 c 0,-1.259353 1.031619,-2.28125 2.3125,-2.28125 l 4.53125,0 c 0.599982,-2.25181 1.511288,-4.406349 2.65625,-6.375 l -0.34375,-0.34375 z m 45.6875,0 L 70.5,35.9375 c 1.144946,1.968655 2.056282,4.123195 2.65625,6.375 l 4.53125,0 c 1.280866,0 2.3125,1.021901 2.3125,2.28125 l 0,-1 C 80,42.334401 78.968366,41.3125 77.6875,41.3125 l -4.53125,0 c -0.534837,-2.007356 -1.338756,-3.929264 -2.3125,-5.71875 z M 38.34375,48.5 c -0.0084,0.164817 -0.03125,0.333117 -0.03125,0.5 0,5.340276 4.347234,9.6875 9.6875,9.6875 5.340265,0 9.6875,-4.347224 9.6875,-9.6875 0,-0.166883 -0.02289,-0.335183 -0.03125,-0.5 -0.25927,5.109324 -4.482868,9.1875 -9.65625,9.1875 -5.173383,0 -9.39698,-4.078176 -9.65625,-9.1875 z m -13.1875,12.90625 -2.875,2.875 c -0.583162,0.583163 -0.779514,1.364837 -0.625,2.09375 0.101437,-0.394518 0.309922,-0.778671 0.625,-1.09375 L 25.5,62.0625 c -0.124292,-0.21371 -0.225171,-0.438333 -0.34375,-0.65625 z m 45.6875,0 C 70.72517,61.624167 70.624292,61.84879 70.5,62.0625 l 3.21875,3.21875 c 0.315038,0.315078 0.523577,0.699232 0.625,1.09375 0.154503,-0.728914 -0.04191,-1.510589 -0.625,-2.09375 l -2.875,-2.875 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3950"
style="opacity:0.3;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
<path
d="m 21.65625,30.625 c -0.154499,0.728915 0.04187,1.510586 0.625,2.09375 l 2.875,2.875 C 25.274831,35.375833 25.375706,35.151211 25.5,34.9375 l -3.21875,-3.21875 c -0.315061,-0.315079 -0.523567,-0.69923 -0.625,-1.09375 z m 52.6875,0 c -0.101436,0.394519 -0.309925,0.778672 -0.625,1.09375 L 70.5,34.9375 c 0.124292,0.213711 0.225171,0.438332 0.34375,0.65625 l 2.875,-2.875 c 0.583156,-0.583161 0.779522,-1.364836 0.625,-2.09375 z M 48,38.3125 c -5.340266,0 -9.6875,4.347234 -9.6875,9.6875 0,0.166884 0.02289,0.335183 0.03125,0.5 0.25927,-5.109316 4.482867,-9.1875 9.65625,-9.1875 5.173391,0 9.396981,4.078184 9.65625,9.1875 0.0084,-0.164817 0.03125,-0.333116 0.03125,-0.5 0,-5.340266 -4.347225,-9.6875 -9.6875,-9.6875 z m -32,14.09375 0,1 c 0,1.259351 1.031621,2.28125 2.3125,2.28125 l 4.53125,0 c 0.534851,2.007364 1.338758,3.929271 2.3125,5.71875 L 25.5,61.0625 c -1.144943,-1.968646 -2.056267,-4.123186 -2.65625,-6.375 l -4.53125,0 C 17.031621,54.6875 16,53.665601 16,52.40625 z m 64,0 c 0,1.259355 -1.031631,2.281279 -2.3125,2.28125 l -4.53125,0 c -0.599969,2.251814 -1.511302,4.406355 -2.65625,6.375 l 0.34375,0.34375 c 0.973745,-1.789479 1.777662,-3.711386 2.3125,-5.71875 l 4.53125,0 C 78.968369,55.687529 80,54.665605 80,53.40625 l 0,-1 z M 21.65625,66.375 c -0.190152,0.739555 -0.01826,1.544287 0.5625,2.125 L 28.5,74.78125 c 0.890491,0.890497 2.31303,0.843208 3.21875,-0.0625 L 34.9375,71.5 c 1.96865,1.14495 4.123194,2.056278 6.375,2.65625 l 0,-1 C 39.060694,72.556278 36.90615,71.64495 34.9375,70.5 l -3.21875,3.21875 C 30.81303,74.624458 29.390491,74.671747 28.5,73.78125 L 22.21875,67.5 c -0.317158,-0.317135 -0.477036,-0.721829 -0.5625,-1.125 z m 52.6875,0 c -0.08546,0.403172 -0.245368,0.807864 -0.5625,1.125 L 67.5,73.78125 c -0.890497,0.890536 -2.313042,0.843211 -3.21875,-0.0625 L 61.0625,70.5 c -1.96865,1.144951 -4.12319,2.056278 -6.375,2.65625 l 0,1 c 2.25181,-0.599972 4.40635,-1.5113 6.375,-2.65625 l 3.21875,3.21875 c 0.905708,0.905711 2.328253,0.953036 3.21875,0.0625 L 73.78125,68.5 c 0.580708,-0.580716 0.752626,-1.385445 0.5625,-2.125 z m -33.03125,11.3125 0,1 c 0,1.280879 1.021889,2.3125 2.28125,2.3125 l 8.8125,0 c 1.259357,0 2.28125,-1.031621 2.28125,-2.3125 l 0,-1 C 54.6875,78.968379 53.665607,80 52.40625,80 l -8.8125,0 C 42.334389,80 41.3125,78.968379 41.3125,77.6875 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3959"
style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -0,0 +1,304 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="96"
height="96"
id="svg2">
<defs
id="defs4">
<linearGradient
x1="11"
y1="3.9374998"
x2="11"
y2="18.083122"
id="linearGradient3904"
gradientUnits="userSpaceOnUse">
<stop
id="stop3906"
style="stop-color:#323232;stop-opacity:1"
offset="0" />
<stop
id="stop3908"
style="stop-color:#787878;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="11"
y1="3.9374998"
x2="11"
y2="18.083122"
id="linearGradient3634"
xlink:href="#linearGradient3904"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(4,0,0,4,4,-70)" />
<clipPath
id="clipPath3647">
<path
d="m -100,-74 0,96 96,0 0,-96 -96,0 z M -67.0625,-54 -52,-38.9375 -36.9375,-54 -24,-41.0625 -39.0625,-26 -24,-10.9375 -36.9375,2 -52,-13.0625 -67.0625,2 -80,-10.9375 -64.9375,-26 -80,-41.0625 -67.0625,-54 z"
inkscape:connector-curvature="0"
id="path3649"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<filter
color-interpolation-filters="sRGB"
id="filter3651">
<feGaussianBlur
id="feGaussianBlur3653"
stdDeviation="0.84000001" />
</filter>
<clipPath
id="clipPath3266">
<path
d="M 0,0 0,96 96,96 96,0 0,0 z m 12,6 72,0 c 3.324,0 6,2.676 6,6 l 0,72 c 0,3.324 -2.676,6 -6,6 L 12,90 C 8.676,90 6,87.324 6,84 L 6,12 C 6,8.676 8.676,6 12,6 z"
inkscape:connector-curvature="0"
id="path3268"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</clipPath>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3101"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="45.447727"
y1="92.539597"
x2="45.447727"
y2="7.0165396"
id="ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0058652,0,0,0.994169,100,0)">
<stop
id="stop3750-8"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop3752-5"
style="stop-color:#000000;stop-opacity:0.58823532"
offset="1" />
</linearGradient>
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3780"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3772"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient3725"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.0238095,0,0,1.0119048,-1.1428571,-98.071429)" />
<linearGradient
x1="48"
y1="90"
x2="48"
y2="5.9877172"
id="linearGradient3052"
xlink:href="#ButtonColor-6"
gradientUnits="userSpaceOnUse" />
<linearGradient
x1="10.31979"
y1="21"
x2="10.31979"
y2="0.99929649"
id="ButtonColor-6"
gradientUnits="userSpaceOnUse">
<stop
id="stop3189-4"
style="stop-color:#c8c8c8;stop-opacity:1"
offset="0" />
<stop
id="stop3191-0"
style="stop-color:#e6e6e6;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
x1="36.357143"
y1="6"
x2="36.357143"
y2="63.893143"
id="linearGradient3188"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient3737">
<stop
id="stop3739"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop3741"
style="stop-color:#ffffff;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
cx="48"
cy="90.171875"
r="42"
fx="48"
fy="90.171875"
id="radialGradient3619"
xlink:href="#linearGradient3737"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.1573129,0,0,0.99590774,-7.551021,0.1971319)" />
<linearGradient
x1="32.251034"
y1="6.1317081"
x2="32.251034"
y2="90.238609"
id="linearGradient4256"
xlink:href="#ButtonShadow-0"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,-97)" />
</defs>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1">
<g
clip-path="url(#clipPath3266)"
id="g3202"
style="display:inline">
<path
d="m 12,-95.03125 c -5.5110903,0 -10.03125,4.52016 -10.03125,10.03125 l 0,71 c 0,5.5110902 4.5201598,10.03125 10.03125,10.03125 l 72,0 c 5.51109,0 10.03125,-4.5201597 10.03125,-10.03125 l 0,-71 c 0,-5.51109 -4.52016,-10.03125 -10.03125,-10.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3786"
style="opacity:0.07999998;fill:url(#linearGradient3101);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-94.03125 c -4.971633,0 -9.03125,4.059617 -9.03125,9.03125 l 0,71 c 0,4.9716329 4.0596171,9.03125 9.03125,9.03125 l 72,0 c 4.971633,0 9.03125,-4.059617 9.03125,-9.03125 l 0,-71 c 0,-4.971633 -4.059617,-9.03125 -9.03125,-9.03125 l -72,0 z"
transform="scale(1,-1)"
id="path3778"
style="opacity:0.1;fill:url(#linearGradient3780);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="m 12,-93 c -4.4091333,0 -8,3.590867 -8,8 l 0,71 c 0,4.4091333 3.5908667,8 8,8 l 72,0 c 4.409133,0 8,-3.5908667 8,-8 l 0,-71 c 0,-4.409133 -3.590867,-8 -8,-8 l -72,0 z"
transform="scale(1,-1)"
id="path3770"
style="opacity:0.2;fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="86"
height="85"
rx="7"
ry="7"
x="5"
y="-92"
transform="scale(1,-1)"
id="rect3723"
style="opacity:0.3;fill:url(#linearGradient3725);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="-91"
transform="scale(1,-1)"
id="rect3716"
style="opacity:0.45;fill:url(#linearGradient4256);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<rect
width="84"
height="84"
rx="6"
ry="6"
x="6"
y="6"
id="rect2419"
style="opacity:0.75;fill:url(#linearGradient3052);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,6 C 8.676,6 6,8.676 6,12 l 0,2 0,68 0,2 c 0,0.334721 0.04135,0.6507 0.09375,0.96875 0.0487,0.295596 0.09704,0.596915 0.1875,0.875 0.00988,0.03038 0.020892,0.0636 0.03125,0.09375 0.098865,0.287771 0.2348802,0.547452 0.375,0.8125 0.1445918,0.273507 0.3156161,0.535615 0.5,0.78125 0.1843839,0.245635 0.3737765,0.473472 0.59375,0.6875 0.439947,0.428056 0.94291,0.814526 1.5,1.09375 0.278545,0.139612 0.5734731,0.246947 0.875,0.34375 -0.2562018,-0.100222 -0.4867109,-0.236272 -0.71875,-0.375 -0.00741,-0.0044 -0.023866,0.0045 -0.03125,0 -0.031933,-0.0193 -0.062293,-0.04251 -0.09375,-0.0625 -0.120395,-0.0767 -0.2310226,-0.163513 -0.34375,-0.25 -0.1061728,-0.0808 -0.2132809,-0.161112 -0.3125,-0.25 C 8.4783201,88.557317 8.3087904,88.373362 8.15625,88.1875 8.0486711,88.057245 7.9378561,87.922215 7.84375,87.78125 7.818661,87.74287 7.805304,87.69538 7.78125,87.65625 7.716487,87.553218 7.6510225,87.451733 7.59375,87.34375 7.4927417,87.149044 7.3880752,86.928049 7.3125,86.71875 7.30454,86.69694 7.288911,86.6782 7.28125,86.65625 7.2494249,86.5643 7.2454455,86.469419 7.21875,86.375 7.188418,86.268382 7.148361,86.171969 7.125,86.0625 7.052121,85.720988 7,85.364295 7,85 L 7,83 7,15 7,13 C 7,10.218152 9.2181517,8 12,8 l 2,0 68,0 2,0 c 2.781848,0 5,2.218152 5,5 l 0,2 0,68 0,2 c 0,0.364295 -0.05212,0.720988 -0.125,1.0625 -0.04415,0.206893 -0.08838,0.397658 -0.15625,0.59375 -0.0077,0.02195 -0.0233,0.04069 -0.03125,0.0625 -0.06274,0.173739 -0.138383,0.367449 -0.21875,0.53125 -0.04158,0.0828 -0.07904,0.169954 -0.125,0.25 -0.0546,0.09721 -0.126774,0.18835 -0.1875,0.28125 -0.09411,0.140965 -0.204921,0.275995 -0.3125,0.40625 -0.143174,0.17445 -0.303141,0.346998 -0.46875,0.5 -0.01117,0.0102 -0.01998,0.02115 -0.03125,0.03125 -0.138386,0.125556 -0.285091,0.234436 -0.4375,0.34375 -0.102571,0.07315 -0.204318,0.153364 -0.3125,0.21875 -0.0074,0.0045 -0.02384,-0.0044 -0.03125,0 -0.232039,0.138728 -0.462548,0.274778 -0.71875,0.375 0.301527,-0.0968 0.596455,-0.204138 0.875,-0.34375 0.55709,-0.279224 1.060053,-0.665694 1.5,-1.09375 0.219973,-0.214028 0.409366,-0.441865 0.59375,-0.6875 0.184384,-0.245635 0.355408,-0.507743 0.5,-0.78125 0.14012,-0.265048 0.276135,-0.524729 0.375,-0.8125 0.01041,-0.03078 0.02133,-0.06274 0.03125,-0.09375 0.09046,-0.278085 0.1388,-0.579404 0.1875,-0.875 C 89.95865,84.6507 90,84.334721 90,84 l 0,-2 0,-68 0,-2 C 90,8.676 87.324,6 84,6 L 12,6 z"
inkscape:connector-curvature="0"
id="rect3728"
style="opacity:0.5;fill:url(#linearGradient3188);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
<path
d="M 12,90 C 8.676,90 6,87.324 6,84 L 6,82 6,14 6,12 c 0,-0.334721 0.04135,-0.6507 0.09375,-0.96875 0.0487,-0.295596 0.09704,-0.596915 0.1875,-0.875 C 6.29113,10.12587 6.302142,10.09265 6.3125,10.0625 6.411365,9.774729 6.5473802,9.515048 6.6875,9.25 6.8320918,8.976493 7.0031161,8.714385 7.1875,8.46875 7.3718839,8.223115 7.5612765,7.995278 7.78125,7.78125 8.221197,7.353194 8.72416,6.966724 9.28125,6.6875 9.559795,6.547888 9.8547231,6.440553 10.15625,6.34375 9.9000482,6.443972 9.6695391,6.580022 9.4375,6.71875 c -0.00741,0.0044 -0.023866,-0.0045 -0.03125,0 -0.031933,0.0193 -0.062293,0.04251 -0.09375,0.0625 -0.120395,0.0767 -0.2310226,0.163513 -0.34375,0.25 -0.1061728,0.0808 -0.2132809,0.161112 -0.3125,0.25 C 8.4783201,7.442683 8.3087904,7.626638 8.15625,7.8125 8.0486711,7.942755 7.9378561,8.077785 7.84375,8.21875 7.818661,8.25713 7.805304,8.30462 7.78125,8.34375 7.716487,8.446782 7.6510225,8.548267 7.59375,8.65625 7.4927417,8.850956 7.3880752,9.071951 7.3125,9.28125 7.30454,9.30306 7.288911,9.3218 7.28125,9.34375 7.2494249,9.4357 7.2454455,9.530581 7.21875,9.625 7.188418,9.731618 7.148361,9.828031 7.125,9.9375 7.052121,10.279012 7,10.635705 7,11 l 0,2 0,68 0,2 c 0,2.781848 2.2181517,5 5,5 l 2,0 68,0 2,0 c 2.781848,0 5,-2.218152 5,-5 l 0,-2 0,-68 0,-2 C 89,10.635705 88.94788,10.279012 88.875,9.9375 88.83085,9.730607 88.78662,9.539842 88.71875,9.34375 88.71105,9.3218 88.69545,9.30306 88.6875,9.28125 88.62476,9.107511 88.549117,8.913801 88.46875,8.75 88.42717,8.6672 88.38971,8.580046 88.34375,8.5 88.28915,8.40279 88.216976,8.31165 88.15625,8.21875 88.06214,8.077785 87.951329,7.942755 87.84375,7.8125 87.700576,7.63805 87.540609,7.465502 87.375,7.3125 87.36383,7.3023 87.35502,7.29135 87.34375,7.28125 87.205364,7.155694 87.058659,7.046814 86.90625,6.9375 86.803679,6.86435 86.701932,6.784136 86.59375,6.71875 c -0.0074,-0.0045 -0.02384,0.0044 -0.03125,0 -0.232039,-0.138728 -0.462548,-0.274778 -0.71875,-0.375 0.301527,0.0968 0.596455,0.204138 0.875,0.34375 0.55709,0.279224 1.060053,0.665694 1.5,1.09375 0.219973,0.214028 0.409366,0.441865 0.59375,0.6875 0.184384,0.245635 0.355408,0.507743 0.5,0.78125 0.14012,0.265048 0.276135,0.524729 0.375,0.8125 0.01041,0.03078 0.02133,0.06274 0.03125,0.09375 0.09046,0.278085 0.1388,0.579404 0.1875,0.875 C 89.95865,11.3493 90,11.665279 90,12 l 0,2 0,68 0,2 c 0,3.324 -2.676,6 -6,6 l -72,0 z"
inkscape:connector-curvature="0"
id="path3615"
style="opacity:0.2;fill:url(#radialGradient3619);fill-opacity:1;fill-rule:nonzero;stroke:none;display:inline" />
</g>
<g
transform="translate(0,74)"
id="layer3"
style="display:inline">
<path
d="M -36.923076,-54.000001 -52,-38.923078 -67.076922,-54.000001 -80,-41.076924 -64.923076,-26.000004 -80,-10.92308 -67.076922,2 -52,-13.076928 -36.923076,2 -24,-10.92308 -39.076924,-26.000004 -24,-41.076924 -36.923076,-54.000001 z"
inkscape:connector-curvature="0"
transform="translate(100,0)"
clip-path="url(#clipPath3647)"
id="path3638"
style="opacity:0.2;fill:none;stroke:#ffffff;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;filter:url(#filter3651)" />
<path
d="M 63.076924,-54.000001 48,-38.923078 32.923078,-54.000001 20,-41.076924 35.076924,-26.000004 20,-10.92308 32.923078,2 48,-13.076928 63.076924,2 76,-10.92308 60.923076,-26.000004 76,-41.076924 63.076924,-54.000001 z"
inkscape:connector-curvature="0"
id="Symbol"
style="fill:url(#linearGradient3634);fill-opacity:1;stroke:none" />
<rect
width="96"
height="96"
x="-100"
y="-74"
id="rect3636"
style="opacity:0.3;color:#000000;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="M 32.9375,20 20,32.9375 35.0625,48 20,63.0625 32.9375,76 48,60.9375 63.0625,76 76,63.0625 60.9375,48 76,32.9375 63.0625,20 48,35.0625 32.9375,20 z m 0,2.6875 13.71875,13.71875 a 1.8996937,1.8996937 0 0 0 2.6875,0 L 63.0625,22.6875 l 10.25,10.25 -13.71875,13.71875 a 1.8996937,1.8996937 0 0 0 0,2.6875 L 73.3125,63.0625 63.0625,73.3125 49.34375,59.59375 a 1.8996937,1.8996937 0 0 0 -2.6875,0 L 32.9375,73.3125 22.6875,63.0625 36.40625,49.34375 a 1.8996937,1.8996937 0 0 0 0,-2.6875 L 22.6875,32.9375 l 10.25,-10.25 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3876"
style="opacity:0.1;fill:#000000;fill-opacity:1;stroke:none" />
<path
d="M 32.9375,20 20,32.9375 35.0625,48 20,63.0625 32.9375,76 48,60.9375 63.0625,76 76,63.0625 60.9375,48 76,32.9375 63.0625,20 48,35.0625 32.9375,20 z m 0,1.5625 14.28125,14.28125 a 1.1081546,1.1081546 0 0 0 1.5625,0 L 63.0625,21.5625 74.4375,32.9375 60.15625,47.21875 a 1.1081546,1.1081546 0 0 0 0,1.5625 L 74.4375,63.0625 63.0625,74.4375 48.78125,60.15625 a 1.1081546,1.1081546 0 0 0 -1.5625,0 L 32.9375,74.4375 21.5625,63.0625 35.84375,48.78125 a 1.1081546,1.1081546 0 0 0 0,-1.5625 L 21.5625,32.9375 32.9375,21.5625 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3104"
style="opacity:0.2;fill:#000000;fill-opacity:1;stroke:none" />
<path
d="M 32.9375,20 20,32.9375 l 0.5,0.5 L 32.9375,21 48,36.0625 63.0625,21 75.5,33.4375 76,32.9375 63.0625,20 48,35.0625 32.9375,20 z M 34.5625,48.5 20,63.0625 l 0.5,0.5 L 35.0625,49 l -0.5,-0.5 z m 26.875,0 -0.5,0.5 L 75.5,63.5625 76,63.0625 61.4375,48.5 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3886"
style="opacity:0.3;fill:#000000;fill-opacity:1;stroke:none" />
<path
d="M 20.5,33.4375 20,33.9375 34.5625,48.5 35.0625,48 20.5,33.4375 z m 55,0 L 60.9375,48 l 0.5,0.5 L 76,33.9375 l -0.5,-0.5 z M 48,60.9375 32.9375,76 20.5,63.5625 20,64.0625 32.9375,77 48,61.9375 63.0625,77 76,64.0625 75.5,63.5625 63.0625,76 48,60.9375 z"
inkscape:connector-curvature="0"
transform="translate(0,-74)"
id="path3895"
style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1,24 @@
[Icon Theme]
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
Example=directory-x-normal
[places/scalable]
Size=128
Context=Places
Type=Scalable
MinSize=23
[places/16]
Size=16
Context=Places
Type=Scalable
MinSize=16
MaxSize=22
[emblems/scalable]
Size=96
Context=Emblems
Type=Scalable

View File

@ -0,0 +1,197 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16px"
height="16px"
id="svg8860"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder.svg">
<defs
id="defs8862">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3454-2-5-0-3-8"
id="linearGradient10270-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.89189031,0,0,0.94046961,3.14398,5.346537)"
x1="11.350123"
y1="0.66696572"
x2="11.350123"
y2="8.1721792" />
<linearGradient
id="linearGradient3454-2-5-0-3-8">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop3456-4-9-38-1-9" />
<stop
offset="0.0097359"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop3458-39-80-3-5-6" />
<stop
offset="0.99001008"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop3460-7-0-2-4-4" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop3462-0-9-8-7-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6129-963-697-142-998-580-273-44-2-2-2"
id="linearGradient10268-4"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.38156409,0,0,0.32896952,-18.24159,0.28216731)"
x1="76.041"
y1="49.372032"
x2="76.041"
y2="35.430561" />
<linearGradient
id="linearGradient6129-963-697-142-998-580-273-44-2-2-2">
<stop
id="stop2661-01-6-2-4"
style="stop-color:#0a0a0a;stop-opacity:0.498"
offset="0" />
<stop
id="stop2663-64-5-5-3"
style="stop-color:#0a0a0a;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient4632-0-6-4-4">
<stop
style="stop-color:#b0bcce;stop-opacity:1;"
offset="0"
id="stop4634-4-4-7-5" />
<stop
style="stop-color:#52596e;stop-opacity:1;"
offset="1"
id="stop4636-3-1-5-4" />
</linearGradient>
<linearGradient
y2="2.0612748"
x2="-51.786404"
y1="53.514328"
x1="-51.786404"
gradientTransform="matrix(0.31070043,0,0,0.27489387,20.17717,-0.10316268)"
gradientUnits="userSpaceOnUse"
id="linearGradient10473-4-0"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-4-4"
inkscape:collect="always" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-4-4">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-7-7" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-0-6" />
</linearGradient>
<linearGradient
id="linearGradient4346">
<stop
id="stop4348"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop4350"
style="stop-color:#d8d8d8;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="15.385052"
x2="62.988873"
y1="11.645091"
x1="62.988873"
gradientTransform="matrix(0.33333327,0,0,0.32971018,-17.44063,-0.64784268)"
gradientUnits="userSpaceOnUse"
id="linearGradient8858"
xlink:href="#linearGradient4346"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="31.392432"
inkscape:cx="9.3066571"
inkscape:cy="6.9166188"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1541"
inkscape:window-height="982"
inkscape:window-x="136"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata8865">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient8858);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99992168;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 2.02332,1.976667 0,1 -1,0 0,4 14,0 0,-4 -7,0 0,-1 -6,0 z"
id="rect4170-0" />
<path
inkscape:connector-curvature="0"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient10473-4-0);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 15.52332,4 0,-1.273333 c 0,-0.1385 -0.1115,-0.25 -0.25,-0.25 l -6.75,0 0,-0.71875 c 0,-0.1385 -0.1115,-0.25 -0.25,-0.25 l -6.5,0 c -0.1385,0 -0.25,0.1115 -0.25,0.25 l 0,0.71875 -0.75,0 c -0.1385,0 -0.25,0.1115 -0.25,0.25 L 0.52332,4"
id="rect4170"
sodipodi:nodetypes="csscsssscssc" />
<path
d="m 0.55988,4.453367 c 0.75732,0 14.39951,0.0316 14.98675,0.0316 0,0.6186 -0.0285,10.00962 -0.0624,10.00962 -5.26001,0.0178 -13.45265,-0.014 -14.98423,-0.014 0,-1.16748 0.0599,-7.62459 0.0599,-10.02721 z"
inkscape:connector-curvature="0"
id="rect3086"
style="color:#000000;fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 0.08698,3.976647 c 0.8053,0 15.31189,0.0341 15.93634,0.0341 0,0.67729 -0.0303,10.95971 -0.0663,10.95971 -5.5933,0.02 -14.30504,-0.0148 -15.93366,-0.0148 0,-1.2783 0.0636,-8.34831 0.0636,-10.97898 z"
inkscape:connector-curvature="0"
id="rect3086-1"
style="opacity:0.4;color:#000000;fill:url(#linearGradient10268-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 1.57504,5.476667 c 0.65431,0 12.44092,0.0251 12.94828,0.0251 0,0.49259 -0.0246,7.97055 -0.0539,7.97055 -4.54455,0.0142 -11.62285,-0.0111 -12.9461,-0.0111 0,-0.92965 0.0517,-6.07138 0.0517,-7.98455 z"
inkscape:connector-curvature="0"
id="rect3086-9"
style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient10270-0);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 0.55988,4.453367 c 0.75732,0 14.39951,0.0316 14.98675,0.0316 0,0.6186 -0.0285,10.00962 -0.0624,10.00962 -5.26001,0.0178 -13.45265,-0.014 -14.98423,-0.014 0,-1.16748 0.0599,-7.62459 0.0599,-10.02721 z"
inkscape:connector-curvature="0"
id="rect3086-0"
style="opacity:0.3;color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 7.3234003,4.9462001 0,5.2871409 -3.0868903,0 4.1158538,5.287141 4.1158542,-5.287141 -3.0868911,0 0,-5.2871409 z"
inkscape:connector-curvature="0"
id="rect3005-5-8-6-7"
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -0,0 +1,198 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16px"
height="16px"
id="svg8860"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder-home.svg">
<defs
id="defs8862">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3454-2-5-0-3-8"
id="linearGradient10270-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.89189031,0,0,0.94046961,3.14398,5.346537)"
x1="11.350123"
y1="0.66696572"
x2="11.350123"
y2="8.1721792" />
<linearGradient
id="linearGradient3454-2-5-0-3-8">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop3456-4-9-38-1-9" />
<stop
offset="0.0097359"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop3458-39-80-3-5-6" />
<stop
offset="0.99001008"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop3460-7-0-2-4-4" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop3462-0-9-8-7-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6129-963-697-142-998-580-273-44-2-2-2"
id="linearGradient10268-4"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.38156409,0,0,0.32896952,-18.24159,0.28216731)"
x1="76.041"
y1="49.372032"
x2="76.041"
y2="35.430561" />
<linearGradient
id="linearGradient6129-963-697-142-998-580-273-44-2-2-2">
<stop
id="stop2661-01-6-2-4"
style="stop-color:#0a0a0a;stop-opacity:0.498"
offset="0" />
<stop
id="stop2663-64-5-5-3"
style="stop-color:#0a0a0a;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient4632-0-6-4-4">
<stop
style="stop-color:#b0bcce;stop-opacity:1;"
offset="0"
id="stop4634-4-4-7-5" />
<stop
style="stop-color:#52596e;stop-opacity:1;"
offset="1"
id="stop4636-3-1-5-4" />
</linearGradient>
<linearGradient
y2="2.0612748"
x2="-51.786404"
y1="53.514328"
x1="-51.786404"
gradientTransform="matrix(0.31070043,0,0,0.27489387,20.17717,-0.10316268)"
gradientUnits="userSpaceOnUse"
id="linearGradient10473-4-0"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-4-4"
inkscape:collect="always" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-4-4">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-7-7" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-0-6" />
</linearGradient>
<linearGradient
id="linearGradient4346">
<stop
id="stop4348"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop4350"
style="stop-color:#d8d8d8;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="15.385052"
x2="62.988873"
y1="11.645091"
x1="62.988873"
gradientTransform="matrix(0.33333327,0,0,0.32971018,-17.44063,-0.64784268)"
gradientUnits="userSpaceOnUse"
id="linearGradient8858"
xlink:href="#linearGradient4346"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="22.197802"
inkscape:cx="7.5193885"
inkscape:cy="6.0182291"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="829"
inkscape:window-height="559"
inkscape:window-x="739"
inkscape:window-y="264"
inkscape:window-maximized="0" />
<metadata
id="metadata8865">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient8858);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99992168;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 2.02332,1.976667 0,1 -1,0 0,4 14,0 0,-4 -7,0 0,-1 -6,0 z"
id="rect4170-0" />
<path
inkscape:connector-curvature="0"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient10473-4-0);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 15.52332,4 0,-1.273333 c 0,-0.1385 -0.1115,-0.25 -0.25,-0.25 l -6.75,0 0,-0.71875 c 0,-0.1385 -0.1115,-0.25 -0.25,-0.25 l -6.5,0 c -0.1385,0 -0.25,0.1115 -0.25,0.25 l 0,0.71875 -0.75,0 c -0.1385,0 -0.25,0.1115 -0.25,0.25 L 0.52332,4"
id="rect4170"
sodipodi:nodetypes="csscsssscssc" />
<path
d="m 0.55988,4.453367 c 0.75732,0 14.39951,0.0316 14.98675,0.0316 0,0.6186 -0.0285,10.00962 -0.0624,10.00962 -5.26001,0.0178 -13.45265,-0.014 -14.98423,-0.014 0,-1.16748 0.0599,-7.62459 0.0599,-10.02721 z"
inkscape:connector-curvature="0"
id="rect3086"
style="color:#000000;fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 0.08698,3.976647 c 0.8053,0 15.31189,0.0341 15.93634,0.0341 0,0.67729 -0.0303,10.95971 -0.0663,10.95971 -5.5933,0.02 -14.30504,-0.0148 -15.93366,-0.0148 0,-1.2783 0.0636,-8.34831 0.0636,-10.97898 z"
inkscape:connector-curvature="0"
id="rect3086-1"
style="opacity:0.4;color:#000000;fill:url(#linearGradient10268-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 1.57504,5.476667 c 0.65431,0 12.44092,0.0251 12.94828,0.0251 0,0.49259 -0.0246,7.97055 -0.0539,7.97055 -4.54455,0.0142 -11.62285,-0.0111 -12.9461,-0.0111 0,-0.92965 0.0517,-6.07138 0.0517,-7.98455 z"
inkscape:connector-curvature="0"
id="rect3086-9"
style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient10270-0);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 0.55988,4.453367 c 0.75732,0 14.39951,0.0316 14.98675,0.0316 0,0.6186 -0.0285,10.00962 -0.0624,10.00962 -5.26001,0.0178 -13.45265,-0.014 -14.98423,-0.014 0,-1.16748 0.0599,-7.62459 0.0599,-10.02721 z"
inkscape:connector-curvature="0"
id="rect3086-0"
style="opacity:0.3;color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m 8.1929811,5.3398659 -5.0508569,5.0508581 0.9775851,0.977586 1.0849514,-1.084952 0,3.775192 2.1113495,0 0,-1.549725 c 0,-0.934441 -0.1123512,-0.970272 0.8769709,-0.970272 0.9344416,0 0.8769712,-0.02788 0.8769712,0.970272 l 0,1.549725 1.9311517,0 0,-3.910341 1.265149,1.220101 0.977585,-0.977586 z"
id="path2998-49-0-0"
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:5.10000038;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="ccccccssscccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,189 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16px"
height="16px"
id="svg7278"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder-open.svg">
<defs
id="defs7280">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3454-2-5-0-3-8-8"
id="linearGradient10270-0-8"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.89189031,0,0,0.94046961,3.14398,5.346537)"
x1="11.350123"
y1="2.7604795"
x2="11.350123"
y2="8.1721792" />
<linearGradient
id="linearGradient3454-2-5-0-3-8-8">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop3456-4-9-38-1-9-2" />
<stop
offset="0.0097359"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop3458-39-80-3-5-6-3" />
<stop
offset="0.99001008"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop3460-7-0-2-4-4-6" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop3462-0-9-8-7-8-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6129-963-697-142-998-580-273-44-2-2-2-4"
id="linearGradient10268-4-3"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.38156409,0,0,0.32896952,-18.2416,0.28216731)"
x1="76.041"
y1="49.372032"
x2="76.041"
y2="35.430561" />
<linearGradient
id="linearGradient6129-963-697-142-998-580-273-44-2-2-2-4">
<stop
id="stop2661-01-6-2-4-3"
style="stop-color:#0a0a0a;stop-opacity:0.498"
offset="0" />
<stop
id="stop2663-64-5-5-3-9"
style="stop-color:#0a0a0a;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient4632-0-6-4-4-6">
<stop
style="stop-color:#b0bcce;stop-opacity:1;"
offset="0"
id="stop4634-4-4-7-5-7" />
<stop
style="stop-color:#52596e;stop-opacity:1;"
offset="1"
id="stop4636-3-1-5-4-0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4640-4-4-9-4-9"
id="linearGradient10264-3-5"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.3332073,0,0,0.34194813,-35.00106,-0.65937269)"
x1="124.44785"
y1="45.466164"
x2="124.44785"
y2="21.175106" />
<linearGradient
id="linearGradient4640-4-4-9-4-9">
<stop
offset="0"
style="stop-color:#567991;stop-opacity:1;"
id="stop4642-36-1-8-1-0" />
<stop
offset="1"
style="stop-color:#7a9ab1;stop-opacity:1;"
id="stop4644-9-1-3-1-9" />
</linearGradient>
<linearGradient
y2="2.0612748"
x2="-51.786404"
y1="53.514328"
x1="-51.786404"
gradientTransform="matrix(0.31070043,0,0,0.27489387,20.17717,-0.10316269)"
gradientUnits="userSpaceOnUse"
id="linearGradient10473-4-0-6"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-4-4-7"
inkscape:collect="always" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-4-4-7">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-7-7-6" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-0-6-9" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="19.823239"
inkscape:cx="1.8202589"
inkscape:cy="9.1474372"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1214"
inkscape:window-height="782"
inkscape:window-x="227"
inkscape:window-y="104"
inkscape:window-maximized="0" />
<metadata
id="metadata7283">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:#f9f9f9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99992168;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 2.02331,1.976667 0,1 -1,0 0,4 14,0 0,-4 -7,0 0,-1 -6,0 z"
id="rect4170-0-9" />
<path
inkscape:connector-curvature="0"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient10473-4-0-6);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 1.77331,1.507917 c -0.1385,0 -0.25,0.1115 -0.25,0.25 l 0,0.71875 -0.75,0 c -0.1385,0 -0.25,0.1115 -0.25,0.25 l 0,3.5 c 0,0.1385 0.1115,0.25 0.25,0.25 l 14.5,0 c 0.1385,0 0.25,-0.1115 0.25,-0.25 l 0,-3.5 c 0,-0.1385 -0.1115,-0.25 -0.25,-0.25 l -6.75,0 0,-0.71875 c 0,-0.1385 -0.1115,-0.25 -0.25,-0.25 l -6.5,0 z"
id="rect4170-91" />
<path
d="m 0.55987,6.453367 c 0.75732,0 14.39951,0.0316 14.98676,0.0316 0,0.6186 -0.0285,8.00962 -0.0624,8.00962 -5.26001,0.0178 -13.45265,-0.014 -14.98423,-0.014 0,-1.16748 0.0599,-5.62459 0.0599,-8.02721 z"
inkscape:connector-curvature="0"
id="rect3086-87"
style="color:#000000;fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient10264-3-5);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="cccccc" />
<path
d="m 0.08698,5.976647 c 0.80529,0 15.31188,0.0341 15.93633,0.0341 0,0.67729 -0.0303,8.95971 -0.0663,8.95971 -5.5933,0.02 -14.30504,-0.0148 -15.93366,-0.0148 0,-1.2783 0.0636,-6.34831 0.0636,-8.97898 z"
inkscape:connector-curvature="0"
id="rect3086-1-2"
style="opacity:0.4;color:#000000;fill:url(#linearGradient10268-4-3);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="cccccc" />
<path
d="m 1.57503,7.476667 c 0.65431,0 12.44092,0.0251 12.94828,0.0251 0,0.49259 -0.0246,5.97055 -0.0539,5.97055 -4.54455,0.0142 -11.62284,-0.0111 -12.9461,-0.0111 0,-0.92965 0.0517,-4.07138 0.0517,-5.98455 z"
inkscape:connector-curvature="0"
id="rect3086-9-2"
style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient10270-0-8);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="sccccs" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -0,0 +1,207 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16px"
height="16px"
id="svg8860"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder-remote.svg">
<defs
id="defs8862">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3454-2-5-0-3-8"
id="linearGradient10270-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.89189031,0,0,0.94046961,3.14398,5.346537)"
x1="11.350123"
y1="0.66696572"
x2="11.350123"
y2="8.1721792" />
<linearGradient
id="linearGradient3454-2-5-0-3-8">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop3456-4-9-38-1-9" />
<stop
offset="0.0097359"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop3458-39-80-3-5-6" />
<stop
offset="0.99001008"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop3460-7-0-2-4-4" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop3462-0-9-8-7-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6129-963-697-142-998-580-273-44-2-2-2"
id="linearGradient10268-4"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.38156409,0,0,0.32896952,-18.24159,0.28216731)"
x1="76.041"
y1="49.372032"
x2="76.041"
y2="35.430561" />
<linearGradient
id="linearGradient6129-963-697-142-998-580-273-44-2-2-2">
<stop
id="stop2661-01-6-2-4"
style="stop-color:#0a0a0a;stop-opacity:0.498"
offset="0" />
<stop
id="stop2663-64-5-5-3"
style="stop-color:#0a0a0a;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient4632-0-6-4-4">
<stop
style="stop-color:#b0bcce;stop-opacity:1;"
offset="0"
id="stop4634-4-4-7-5" />
<stop
style="stop-color:#52596e;stop-opacity:1;"
offset="1"
id="stop4636-3-1-5-4" />
</linearGradient>
<linearGradient
y2="2.0612748"
x2="-51.786404"
y1="53.514328"
x1="-51.786404"
gradientTransform="matrix(0.31070043,0,0,0.27489387,20.17717,-0.10316268)"
gradientUnits="userSpaceOnUse"
id="linearGradient10473-4-0"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-4-4"
inkscape:collect="always" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-4-4">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-7-7" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-0-6" />
</linearGradient>
<linearGradient
id="linearGradient4346">
<stop
id="stop4348"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop4350"
style="stop-color:#d8d8d8;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="15.385052"
x2="62.988873"
y1="11.645091"
x1="62.988873"
gradientTransform="matrix(0.33333327,0,0,0.32971018,-17.44063,-0.64784268)"
gradientUnits="userSpaceOnUse"
id="linearGradient8858"
xlink:href="#linearGradient4346"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.098901"
inkscape:cx="3.5705228"
inkscape:cy="5.0045104"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="934"
inkscape:window-height="599"
inkscape:window-x="592"
inkscape:window-y="370"
inkscape:window-maximized="0" />
<metadata
id="metadata8865">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient8858);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99992168;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 2.02332,1.976667 0,1 -1,0 0,4 14,0 0,-4 -7,0 0,-1 -6,0 z"
id="rect4170-0" />
<path
inkscape:connector-curvature="0"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient10473-4-0);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 15.52332,4 0,-1.273333 c 0,-0.1385 -0.1115,-0.25 -0.25,-0.25 l -6.75,0 0,-0.71875 c 0,-0.1385 -0.1115,-0.25 -0.25,-0.25 l -6.5,0 c -0.1385,0 -0.25,0.1115 -0.25,0.25 l 0,0.71875 -0.75,0 c -0.1385,0 -0.25,0.1115 -0.25,0.25 L 0.52332,4"
id="rect4170"
sodipodi:nodetypes="csscsssscssc" />
<path
d="m 0.55988,4.453367 c 0.75732,0 14.39951,0.0316 14.98675,0.0316 0,0.6186 -0.0285,10.00962 -0.0624,10.00962 -5.26001,0.0178 -13.45265,-0.014 -14.98423,-0.014 0,-1.16748 0.0599,-7.62459 0.0599,-10.02721 z"
inkscape:connector-curvature="0"
id="rect3086"
style="color:#000000;fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 0.08698,3.976647 c 0.8053,0 15.31189,0.0341 15.93634,0.0341 0,0.67729 -0.0303,10.95971 -0.0663,10.95971 -5.5933,0.02 -14.30504,-0.0148 -15.93366,-0.0148 0,-1.2783 0.0636,-8.34831 0.0636,-10.97898 z"
inkscape:connector-curvature="0"
id="rect3086-1"
style="opacity:0.4;color:#000000;fill:url(#linearGradient10268-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 1.57504,5.476667 c 0.65431,0 12.44092,0.0251 12.94828,0.0251 0,0.49259 -0.0246,7.97055 -0.0539,7.97055 -4.54455,0.0142 -11.62285,-0.0111 -12.9461,-0.0111 0,-0.92965 0.0517,-6.07138 0.0517,-7.98455 z"
inkscape:connector-curvature="0"
id="rect3086-9"
style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient10270-0);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 0.55988,4.453367 c 0.75732,0 14.39951,0.0316 14.98675,0.0316 0,0.6186 -0.0285,10.00962 -0.0624,10.00962 -5.26001,0.0178 -13.45265,-0.014 -14.98423,-0.014 0,-1.16748 0.0599,-7.62459 0.0599,-10.02721 z"
inkscape:connector-curvature="0"
id="rect3086-0"
style="opacity:0.3;color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
id="layer1-0-71-6"
transform="matrix(0.65402362,0,0,0.66393793,2.7036178,5.1446744)"
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005000000010;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;stroke-opacity:1">
<g
style="opacity:0.90000000000000002;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005000000010;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;stroke-opacity:1"
id="layer1-6-9-4"
transform="translate(-0.02867384,-0.7867384)">
<path
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005000000010;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;stroke-opacity:1"
id="path4112-19-69-3-1-46-9"
d="m 8.0286738,10.786738 c -0.8837844,0 -1.7582785,0.463138 -2.1184755,0.860829 l 2.1184755,2.303665 2.1390372,-2.283103 C 9.8075138,11.249876 8.9124582,10.786738 8.0286738,10.786738 z m 0,-3.9999996 c -1.847888,0 -3.5041267,0.736481 -4.8649357,1.861156 l 1.3245282,1.4137196 c 0.90637,-0.6491716 2.3168195,-1.2748756 3.4869315,-1.2748756 1.198417,0 2.6760272,0.639835 3.5952572,1.3180686 L 12.935091,8.6271534 C 11.574282,7.5024784 9.8765618,6.7867384 8.0286738,6.7867384 z m 0,-3.999999 c -2.853422,0 -5.468321,1.09634 -7.49999996,2.922777 l 1.29591676,1.459363 c 1.8117159,-1.588448 3.7176605,-2.382141 6.2040832,-2.382141 2.4864232,0 4.3343812,0.747499 6.2328602,2.414286 l 1.26714,-1.491508 C 13.496995,3.8830794 10.882095,2.7867394 8.0286738,2.7867394 z"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -0,0 +1,192 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16px"
height="16px"
id="svg8860"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder.svg">
<defs
id="defs8862">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3454-2-5-0-3-8"
id="linearGradient10270-0"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.89189031,0,0,0.94046961,3.14398,5.346537)"
x1="11.350123"
y1="0.66696572"
x2="11.350123"
y2="8.1721792" />
<linearGradient
id="linearGradient3454-2-5-0-3-8">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop3456-4-9-38-1-9" />
<stop
offset="0.0097359"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop3458-39-80-3-5-6" />
<stop
offset="0.99001008"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop3460-7-0-2-4-4" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop3462-0-9-8-7-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6129-963-697-142-998-580-273-44-2-2-2"
id="linearGradient10268-4"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.38156409,0,0,0.32896952,-18.24159,0.28216731)"
x1="76.041"
y1="49.372032"
x2="76.041"
y2="35.430561" />
<linearGradient
id="linearGradient6129-963-697-142-998-580-273-44-2-2-2">
<stop
id="stop2661-01-6-2-4"
style="stop-color:#0a0a0a;stop-opacity:0.498"
offset="0" />
<stop
id="stop2663-64-5-5-3"
style="stop-color:#0a0a0a;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient4632-0-6-4-4">
<stop
style="stop-color:#b0bcce;stop-opacity:1;"
offset="0"
id="stop4634-4-4-7-5" />
<stop
style="stop-color:#52596e;stop-opacity:1;"
offset="1"
id="stop4636-3-1-5-4" />
</linearGradient>
<linearGradient
y2="2.0612748"
x2="-51.786404"
y1="53.514328"
x1="-51.786404"
gradientTransform="matrix(0.31070043,0,0,0.27489387,20.17717,-0.10316268)"
gradientUnits="userSpaceOnUse"
id="linearGradient10473-4-0"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-4-4"
inkscape:collect="always" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-4-4">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-7-7" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-0-6" />
</linearGradient>
<linearGradient
id="linearGradient4346">
<stop
id="stop4348"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop4350"
style="stop-color:#d8d8d8;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="15.385052"
x2="62.988873"
y1="11.645091"
x1="62.988873"
gradientTransform="matrix(0.33333327,0,0,0.32971018,-17.44063,-0.64784268)"
gradientUnits="userSpaceOnUse"
id="linearGradient8858"
xlink:href="#linearGradient4346"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.696216"
inkscape:cx="-10.203612"
inkscape:cy="8.2490846"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1680"
inkscape:window-height="987"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata8865">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient8858);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99992168;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 2.02332,1.976667 0,1 -1,0 0,4 14,0 0,-4 -7,0 0,-1 -6,0 z"
id="rect4170-0" />
<path
inkscape:connector-curvature="0"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient10473-4-0);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 15.52332,4 0,-1.273333 c 0,-0.1385 -0.1115,-0.25 -0.25,-0.25 l -6.75,0 0,-0.71875 c 0,-0.1385 -0.1115,-0.25 -0.25,-0.25 l -6.5,0 c -0.1385,0 -0.25,0.1115 -0.25,0.25 l 0,0.71875 -0.75,0 c -0.1385,0 -0.25,0.1115 -0.25,0.25 L 0.52332,4"
id="rect4170"
sodipodi:nodetypes="csscsssscssc" />
<path
d="m 0.55988,4.453367 c 0.75732,0 14.39951,0.0316 14.98675,0.0316 0,0.6186 -0.0285,10.00962 -0.0624,10.00962 -5.26001,0.0178 -13.45265,-0.014 -14.98423,-0.014 0,-1.16748 0.0599,-7.62459 0.0599,-10.02721 z"
inkscape:connector-curvature="0"
id="rect3086"
style="color:#000000;fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 0.08698,3.976647 c 0.8053,0 15.31189,0.0341 15.93634,0.0341 0,0.67729 -0.0303,10.95971 -0.0663,10.95971 -5.5933,0.02 -14.30504,-0.0148 -15.93366,-0.0148 0,-1.2783 0.0636,-8.34831 0.0636,-10.97898 z"
inkscape:connector-curvature="0"
id="rect3086-1"
style="opacity:0.4;color:#000000;fill:url(#linearGradient10268-4);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 1.57504,5.476667 c 0.65431,0 12.44092,0.0251 12.94828,0.0251 0,0.49259 -0.0246,7.97055 -0.0539,7.97055 -4.54455,0.0142 -11.62285,-0.0111 -12.9461,-0.0111 0,-0.92965 0.0517,-6.07138 0.0517,-7.98455 z"
inkscape:connector-curvature="0"
id="rect3086-9"
style="opacity:0.5;color:#000000;fill:none;stroke:url(#linearGradient10270-0);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 0.55988,4.453367 c 0.75732,0 14.39951,0.0316 14.98675,0.0316 0,0.6186 -0.0285,10.00962 -0.0624,10.00962 -5.26001,0.0178 -13.45265,-0.014 -14.98423,-0.014 0,-1.16748 0.0599,-7.62459 0.0599,-10.02721 z"
inkscape:connector-curvature="0"
id="rect3086-0"
style="opacity:0.3;color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -0,0 +1 @@
folder-remote.svg

View File

@ -0,0 +1 @@
folder-remote.svg

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="16"
height="16"
id="svg2985"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="start-here.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="9.9406992"
inkscape:cx="1.1970055"
inkscape:cy="13.076106"
inkscape:current-layer="g600"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1010"
inkscape:window-height="792"
inkscape:window-x="298"
inkscape:window-y="43"
inkscape:window-maximized="0"
inkscape:showpageshadow="true" />
<metadata
id="metadata2990">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer">
<g
transform="matrix(0.029842,0,0,0.029842,-3.7585653,-7.2441279)"
id="g600"
style="fill:#3399ff;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 242.74959,454.97177 349.0841,233.06895 c 14.44397,-15.04028 14.44397,-15.04028 23.6775,-28.83313 78.4851,-117.23942 51.18645,-285.32065 -72.72646,-367.73162 -124.35877,-83.79263 -290.16034,-44.98081 -369.19234,72.3557 -75.629734,113.69415 -57.5358,280.60674 73.07369,369.05026 114.21389,75.45173 221.30962,42.28168 286.93478,5.86182 l -32.76404,-56.18891 c -70.73408,37.2936 -153.6061,41.73816 -217.46689,-1.70934 -98.20544,-65.04652 -117.52529,-192.83157 -57.0197,-282.31831 59.53042,-89.82051 182.72732,-117.20522 280.15728,-52.86102 102.56662,69.54201 96.58044,190.37309 71.15966,244.4497 -11.22954,-7.72516 -22.4591,-15.45017 -33.68864,-23.17532 29.27266,-75.84287 -0.5066,-150.70741 -59.12626,-189.94996 -68.96443,-46.16772 -169.10629,-38.30357 -225.1014,45.14195 -10.94788,16.55265 -10.94788,16.55265 -17.00128,32.83923 z"
id="path582"
sodipodi:nodetypes="cccccccccccccccc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -0,0 +1,307 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder-documents.svg">
<defs
id="defs26394">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.75"
inkscape:cx="117.67367"
inkscape:cy="57.790554"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="957"
inkscape:window-height="680"
inkscape:window-x="626"
inkscape:window-y="47"
inkscape:window-maximized="0" />
<metadata
id="metadata26397">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient26390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 12.999997,-42.968593 c -1.108,0 -2,0.892 -2,2 l 0,5.96875 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 112.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-5.96875 c 0,-1.108 -0.892,-2 -2,-2 l -42.000004,0 z"
id="rect8678-4" />
<path
d="m 13.662787,-43.499683 c -1.87818,0.0205 -3.16279,0.9143 -3.16279,2.67225 l 0,5.32743 c -0.9606004,0 -1.4771004,-0.003 -2.1044004,0 -1.67856,0.008 -2.87762,0.94491 -2.87762,2.83298 0.0936,27.4976499 -0.018,28.9219399 -0.018,31.2565499 3.90581,0 117.0000034,-9.8866399 117.0000034,-14.1422999 l 0,-17.14209 c 0,-1.75796 -1.15786,-2.82564 -3.03605,-2.80514 l -61.963949,0 0,-5.19887 c 0,-1.75795 -1.18743,-2.80081 -2.94827,-2.80081 l -40.888944,0 z"
inkscape:connector-curvature="0"
id="path3468"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient5869);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="color:#000000;fill:none;stroke:url(#linearGradient5873);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 13.499997,-42.499843 c -1.108,0 -2,0.892 -2,2 l 0,6 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 111.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-6 c 0,-1.108 -0.892,-2 -2,-2 l -41.000004,0 z"
id="rect8678"
inkscape:connector-curvature="0" />
<g
transform="matrix(1.0027339,0,0,0.9919518,-0.16331336,-57.066403)"
id="g2479">
<rect
width="103.05159"
height="16.129816"
x="12.462574"
y="99.870178"
id="rect4173"
style="opacity:0.3;fill:url(#linearGradient5875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 115.51417,99.870734 c 0,0 0,16.128926 0,16.128926 4.26271,0.0304 10.30516,-3.61367 10.30516,-8.0655 0,-4.45183 -4.75687,-8.063426 -10.30516,-8.063426 z"
inkscape:connector-curvature="0"
id="path5058"
style="opacity:0.3;fill:url(#radialGradient5877);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 12.462574,99.870734 c 0,0 0,16.128926 0,16.128926 -4.2627113,0.0304 -10.3051588,-3.61367 -10.3051588,-8.0655 0,-4.45183 4.7568636,-8.063426 10.3051588,-8.063426 z"
inkscape:connector-curvature="0"
id="path5018"
style="opacity:0.3;fill:url(#radialGradient5879);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369"
style="fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999981999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 5.7727166,-25.000063 116.4545434,0.001 c 1.6824,0 2.77274,1.19912 2.77274,2.68993 l -2.73893,72.7129 c 0.0389,1.88629 -0.5547,2.63421 -2.50941,2.59465 L 8.9100766,52.951017 c -1.68238,0 -3.37885,-1.11323 -3.37885,-2.60404 l -2.53123,-72.65607 c 0,-1.4908 1.09034,-2.69097 2.77272,-2.69097 z"
inkscape:connector-curvature="0"
id="path6127"
style="opacity:0.40000000000000002;fill:url(#linearGradient5887);fill-opacity:1.0;stroke:none" />
<path
style="opacity:0.5;fill:none;stroke:url(#linearGradient5891);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 6.2499966,-23.499853 c -2.84882,0.29656 -1.40933,3.76689 -1.63989,5.72017 0.78584,22.5479499 1.57466,45.09583 2.35864,67.64381 1.18868,2.48974 4.4300904,1.28205 6.6383204,1.57433 35.235146,0.0205 70.470294,0.0412 105.705433,0.0617 2.566,-0.16531 1.15721,-3.81803 1.65357,-5.65555 0.85465,-22.56949 2.54292,-67.57135 2.54292,-67.57135 0,-1.16209 -0.77992,-1.7731 -2.20738,-1.7731 -37.089309,0 -77.962299,0 -115.0516134,0 z"
id="path8263"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369-7"
style="opacity:0.3;fill:none;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="opacity:0.3;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 51.853731,-8.397429 c -1.662,0 -3,1.3380004 -3,3.0000003 l 0,41.9999997 c 0,1.662 1.338,3 3,3 l 30.000001,0 c 1.662,0 3,-1.338 3,-3 l 0,-29.9999998 c 0,-1.662 -13.338001,-15.0000002 -15.000001,-15.0000002 z m 1.5,3.0000003 16.5,0 0,11.9999999 12.000001,0 0,28.4999998 c 0,0.831 -0.669,1.5 -1.5,1.5 l -27.000001,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-38.9999998 c 0,-0.8309999 0.669,-1.4999999 1.5,-1.4999999 z"
id="rect21401-5-9-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssssscccssssss" />
<path
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 52.110862,-10.197337 c -1.662,0 -3,1.338 -3,3.0000006 l 0,42.0000004 c 0,1.662 1.338,3 3,3 l 30,0 c 1.662,0 3,-1.338 3,-3 l 0,-30.0000004 c 0,-1.662 -13.338,-15.0000006 -15,-15.0000006 z m 1.5,3.0000006 16.5,0 0,12 12,0 0,28.5000004 c 0,0.831 -0.669,1.5 -1.5,1.5 l -27,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-39.0000004 c 0,-0.831 0.669,-1.5 1.5,-1.5 z"
id="rect21401-5-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssssssssscccssssss" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,325 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder.svg">
<defs
id="defs26394">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.75"
inkscape:cx="71.396387"
inkscape:cy="70.005719"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1027"
inkscape:window-height="693"
inkscape:window-x="653"
inkscape:window-y="16"
inkscape:window-maximized="0" />
<metadata
id="metadata26397">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient26390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 12.999997,-42.968593 c -1.108,0 -2,0.892 -2,2 l 0,5.96875 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 112.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-5.96875 c 0,-1.108 -0.892,-2 -2,-2 l -42.000004,0 z"
id="rect8678-4" />
<path
d="m 13.662787,-43.499683 c -1.87818,0.0205 -3.16279,0.9143 -3.16279,2.67225 l 0,5.32743 c -0.9606004,0 -1.4771004,-0.003 -2.1044004,0 -1.67856,0.008 -2.87762,0.94491 -2.87762,2.83298 0.0936,27.4976499 -0.018,28.9219399 -0.018,31.2565499 3.90581,0 117.0000034,-9.8866399 117.0000034,-14.1422999 l 0,-17.14209 c 0,-1.75796 -1.15786,-2.82564 -3.03605,-2.80514 l -61.963949,0 0,-5.19887 c 0,-1.75795 -1.18743,-2.80081 -2.94827,-2.80081 l -40.888944,0 z"
inkscape:connector-curvature="0"
id="path3468"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient5869);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="color:#000000;fill:none;stroke:url(#linearGradient5873);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 13.499997,-42.499843 c -1.108,0 -2,0.892 -2,2 l 0,6 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 111.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-6 c 0,-1.108 -0.892,-2 -2,-2 l -41.000004,0 z"
id="rect8678"
inkscape:connector-curvature="0" />
<g
transform="matrix(1.0027339,0,0,0.9919518,-0.16331336,-57.066403)"
id="g2479">
<rect
width="103.05159"
height="16.129816"
x="12.462574"
y="99.870178"
id="rect4173"
style="opacity:0.3;fill:url(#linearGradient5875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 115.51417,99.870734 c 0,0 0,16.128926 0,16.128926 4.26271,0.0304 10.30516,-3.61367 10.30516,-8.0655 0,-4.45183 -4.75687,-8.063426 -10.30516,-8.063426 z"
inkscape:connector-curvature="0"
id="path5058"
style="opacity:0.3;fill:url(#radialGradient5877);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 12.462574,99.870734 c 0,0 0,16.128926 0,16.128926 -4.2627113,0.0304 -10.3051588,-3.61367 -10.3051588,-8.0655 0,-4.45183 4.7568636,-8.063426 10.3051588,-8.063426 z"
inkscape:connector-curvature="0"
id="path5018"
style="opacity:0.3;fill:url(#radialGradient5879);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369"
style="fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999981999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 5.7727166,-25.000063 116.4545434,0.001 c 1.6824,0 2.77274,1.19912 2.77274,2.68993 l -2.73893,72.7129 c 0.0389,1.88629 -0.5547,2.63421 -2.50941,2.59465 L 8.9100766,52.951017 c -1.68238,0 -3.37885,-1.11323 -3.37885,-2.60404 l -2.53123,-72.65607 c 0,-1.4908 1.09034,-2.69097 2.77272,-2.69097 z"
inkscape:connector-curvature="0"
id="path6127"
style="opacity:0.40000000000000002;fill:url(#linearGradient5887);fill-opacity:1.0;stroke:none" />
<path
style="opacity:0.5;fill:none;stroke:url(#linearGradient5891);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 6.2499966,-23.499853 c -2.84882,0.29656 -1.40933,3.76689 -1.63989,5.72017 0.78584,22.5479499 1.57466,45.09583 2.35864,67.64381 1.18868,2.48974 4.4300904,1.28205 6.6383204,1.57433 35.235146,0.0205 70.470294,0.0412 105.705433,0.0617 2.566,-0.16531 1.15721,-3.81803 1.65357,-5.65555 0.85465,-22.56949 2.54292,-67.57135 2.54292,-67.57135 0,-1.16209 -0.77992,-1.7731 -2.20738,-1.7731 -37.089309,0 -77.962299,0 -115.0516134,0 z"
id="path8263"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369-7"
style="opacity:0.3;fill:none;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
id="g12587-31-2-0"
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
transform="matrix(3,0,0,3,40.363637,-9.090909)">
<path
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path2991-3-3-6"
inkscape:connector-curvature="0"
d="M 8,0 C 3.5817219,0 0,3.5817221 0,8 c 0,4.418278 3.5817219,8 8,8 4.418278,0 8,-3.581722 8,-8 C 16,3.5817221 12.418278,0 8,0 z m 0,2 c 3.313708,0 6,2.6862915 6,6 0,3.313708 -2.686292,6 -6,6 C 4.6862915,14 2,11.313708 2,8 2,4.6862915 4.6862915,2 8,2 z" />
<path
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3005-5-8-6-7"
inkscape:connector-curvature="0"
d="M 7,4 7,8 4,8 8,12 12,8 9,8 9,4 z" />
</g>
<g
id="g12587-31-2-0-6"
style="opacity:0.3;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
transform="matrix(3,0,0,3,40.363637,-7.9999997)">
<path
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path2991-3-3-6-2"
inkscape:connector-curvature="0"
d="M 8,0 C 3.5817219,0 0,3.5817221 0,8 c 0,4.418278 3.5817219,8 8,8 4.418278,0 8,-3.581722 8,-8 C 16,3.5817221 12.418278,0 8,0 z m 0,2 c 3.313708,0 6,2.6862915 6,6 0,3.313708 -2.686292,6 -6,6 C 4.6862915,14 2,11.313708 2,8 2,4.6862915 4.6862915,2 8,2 z" />
<path
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect3005-5-8-6-7-9"
inkscape:connector-curvature="0"
d="M 7,4 7,8 4,8 8,12 12,8 9,8 9,4 z" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,305 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder-home.svg">
<defs
id="defs26394">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.75"
inkscape:cx="79.257729"
inkscape:cy="65.068661"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="944"
inkscape:window-height="539"
inkscape:window-x="691"
inkscape:window-y="53"
inkscape:window-maximized="0" />
<metadata
id="metadata26397">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient26390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 12.999997,-42.968593 c -1.108,0 -2,0.892 -2,2 l 0,5.96875 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 112.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-5.96875 c 0,-1.108 -0.892,-2 -2,-2 l -42.000004,0 z"
id="rect8678-4" />
<path
d="m 13.662787,-43.499683 c -1.87818,0.0205 -3.16279,0.9143 -3.16279,2.67225 l 0,5.32743 c -0.9606004,0 -1.4771004,-0.003 -2.1044004,0 -1.67856,0.008 -2.87762,0.94491 -2.87762,2.83298 0.0936,27.4976499 -0.018,28.9219399 -0.018,31.2565499 3.90581,0 117.0000034,-9.8866399 117.0000034,-14.1422999 l 0,-17.14209 c 0,-1.75796 -1.15786,-2.82564 -3.03605,-2.80514 l -61.963949,0 0,-5.19887 c 0,-1.75795 -1.18743,-2.80081 -2.94827,-2.80081 l -40.888944,0 z"
inkscape:connector-curvature="0"
id="path3468"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient5869);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="color:#000000;fill:none;stroke:url(#linearGradient5873);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 13.499997,-42.499843 c -1.108,0 -2,0.892 -2,2 l 0,6 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 111.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-6 c 0,-1.108 -0.892,-2 -2,-2 l -41.000004,0 z"
id="rect8678"
inkscape:connector-curvature="0" />
<g
transform="matrix(1.0027339,0,0,0.9919518,-0.16331336,-57.066403)"
id="g2479">
<rect
width="103.05159"
height="16.129816"
x="12.462574"
y="99.870178"
id="rect4173"
style="opacity:0.3;fill:url(#linearGradient5875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 115.51417,99.870734 c 0,0 0,16.128926 0,16.128926 4.26271,0.0304 10.30516,-3.61367 10.30516,-8.0655 0,-4.45183 -4.75687,-8.063426 -10.30516,-8.063426 z"
inkscape:connector-curvature="0"
id="path5058"
style="opacity:0.3;fill:url(#radialGradient5877);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 12.462574,99.870734 c 0,0 0,16.128926 0,16.128926 -4.2627113,0.0304 -10.3051588,-3.61367 -10.3051588,-8.0655 0,-4.45183 4.7568636,-8.063426 10.3051588,-8.063426 z"
inkscape:connector-curvature="0"
id="path5018"
style="opacity:0.3;fill:url(#radialGradient5879);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369"
style="fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999981999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 5.7727166,-25.000063 116.4545434,0.001 c 1.6824,0 2.77274,1.19912 2.77274,2.68993 l -2.73893,72.7129 c 0.0389,1.88629 -0.5547,2.63421 -2.50941,2.59465 L 8.9100766,52.951017 c -1.68238,0 -3.37885,-1.11323 -3.37885,-2.60404 l -2.53123,-72.65607 c 0,-1.4908 1.09034,-2.69097 2.77272,-2.69097 z"
inkscape:connector-curvature="0"
id="path6127"
style="opacity:0.40000000000000002;fill:url(#linearGradient5887);fill-opacity:1.0;stroke:none" />
<path
style="opacity:0.5;fill:none;stroke:url(#linearGradient5891);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 6.2499966,-23.499853 c -2.84882,0.29656 -1.40933,3.76689 -1.63989,5.72017 0.78584,22.5479499 1.57466,45.09583 2.35864,67.64381 1.18868,2.48974 4.4300904,1.28205 6.6383204,1.57433 35.235146,0.0205 70.470294,0.0412 105.705433,0.0617 2.566,-0.16531 1.15721,-3.81803 1.65357,-5.65555 0.85465,-22.56949 2.54292,-67.57135 2.54292,-67.57135 0,-1.16209 -0.77992,-1.7731 -2.20738,-1.7731 -37.089309,0 -77.962299,0 -115.0516134,0 z"
id="path8263"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369-7"
style="opacity:0.3;fill:none;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m 65.825209,-6.3689094 -23.25,23.2500004 4.5,4.5 3.75,-3.75 0,18 12,0 0,-9 c 0,-1.662 1.338,-3 3,-3 1.662,0 3,1.338 3,3 l 0,9 12,0 0,-18 3.75,3.75 4.5,-4.5 -23.25,-23.2500004 z m 9,3 0,2.25 6,6 0,-8.25 -6,0 z"
id="path2998-49-0-8-6"
style="opacity:0.3;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m 65.825211,-7.3974287 -23.25,23.2500007 4.5,4.5 3.75,-3.75 0,18 12,0 0,-9 c 0,-1.662 1.338,-3 3,-3 1.662,0 3,1.338 3,3 l 0,9 12,0 0,-18 3.75,3.75 4.5,-4.5 -23.25,-23.2500007 z m 9,3 0,2.25 6,6 0,-8.25 -6,0 z"
id="path2998-49-0-0"
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:5.10000038;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,305 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder-images.svg">
<defs
id="defs26394">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.75"
inkscape:cx="88.901662"
inkscape:cy="67.674669"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="841"
inkscape:window-height="589"
inkscape:window-x="678"
inkscape:window-y="47"
inkscape:window-maximized="0" />
<metadata
id="metadata26397">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient26390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 12.999997,-42.968593 c -1.108,0 -2,0.892 -2,2 l 0,5.96875 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 112.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-5.96875 c 0,-1.108 -0.892,-2 -2,-2 l -42.000004,0 z"
id="rect8678-4" />
<path
d="m 13.662787,-43.499683 c -1.87818,0.0205 -3.16279,0.9143 -3.16279,2.67225 l 0,5.32743 c -0.9606004,0 -1.4771004,-0.003 -2.1044004,0 -1.67856,0.008 -2.87762,0.94491 -2.87762,2.83298 0.0936,27.4976499 -0.018,28.9219399 -0.018,31.2565499 3.90581,0 117.0000034,-9.8866399 117.0000034,-14.1422999 l 0,-17.14209 c 0,-1.75796 -1.15786,-2.82564 -3.03605,-2.80514 l -61.963949,0 0,-5.19887 c 0,-1.75795 -1.18743,-2.80081 -2.94827,-2.80081 l -40.888944,0 z"
inkscape:connector-curvature="0"
id="path3468"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient5869);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="color:#000000;fill:none;stroke:url(#linearGradient5873);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 13.499997,-42.499843 c -1.108,0 -2,0.892 -2,2 l 0,6 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 111.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-6 c 0,-1.108 -0.892,-2 -2,-2 l -41.000004,0 z"
id="rect8678"
inkscape:connector-curvature="0" />
<g
transform="matrix(1.0027339,0,0,0.9919518,-0.16331336,-57.066403)"
id="g2479">
<rect
width="103.05159"
height="16.129816"
x="12.462574"
y="99.870178"
id="rect4173"
style="opacity:0.3;fill:url(#linearGradient5875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 115.51417,99.870734 c 0,0 0,16.128926 0,16.128926 4.26271,0.0304 10.30516,-3.61367 10.30516,-8.0655 0,-4.45183 -4.75687,-8.063426 -10.30516,-8.063426 z"
inkscape:connector-curvature="0"
id="path5058"
style="opacity:0.3;fill:url(#radialGradient5877);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 12.462574,99.870734 c 0,0 0,16.128926 0,16.128926 -4.2627113,0.0304 -10.3051588,-3.61367 -10.3051588,-8.0655 0,-4.45183 4.7568636,-8.063426 10.3051588,-8.063426 z"
inkscape:connector-curvature="0"
id="path5018"
style="opacity:0.3;fill:url(#radialGradient5879);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369"
style="fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999981999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 5.7727166,-25.000063 116.4545434,0.001 c 1.6824,0 2.77274,1.19912 2.77274,2.68993 l -2.73893,72.7129 c 0.0389,1.88629 -0.5547,2.63421 -2.50941,2.59465 L 8.9100766,52.951017 c -1.68238,0 -3.37885,-1.11323 -3.37885,-2.60404 l -2.53123,-72.65607 c 0,-1.4908 1.09034,-2.69097 2.77272,-2.69097 z"
inkscape:connector-curvature="0"
id="path6127"
style="opacity:0.40000000000000002;fill:url(#linearGradient5887);fill-opacity:1.0;stroke:none" />
<path
style="opacity:0.5;fill:none;stroke:url(#linearGradient5891);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 6.2499966,-23.499853 c -2.84882,0.29656 -1.40933,3.76689 -1.63989,5.72017 0.78584,22.5479499 1.57466,45.09583 2.35864,67.64381 1.18868,2.48974 4.4300904,1.28205 6.6383204,1.57433 35.235146,0.0205 70.470294,0.0412 105.705433,0.0617 2.566,-0.16531 1.15721,-3.81803 1.65357,-5.65555 0.85465,-22.56949 2.54292,-67.57135 2.54292,-67.57135 0,-1.16209 -0.77992,-1.7731 -2.20738,-1.7731 -37.089309,0 -77.962299,0 -115.0516134,0 z"
id="path8263"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369-7"
style="opacity:0.3;fill:none;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m 67.117276,-11.19747 c -0.2879,-0.0201 -0.60519,0.063 -0.875,0.21875 l -15.15625,8.7500001 12,0 3.125,-1.8125 1.03125,1.8125 5.8125,0 -4.75,-8.2187501 c -0.25963,-0.44968 -0.70766,-0.71646 -1.1875,-0.75 z M 45.961026,0.74003008 37.679776,5.5212801 c -0.7195,0.41541 -0.9779,1.31176 -0.5625,2.0312498 l 8.84375,15.3125001 0,-10 -2.25,-3.9062501 2.25,-1.3125 0,-6.90624982 z m 4.5,0.125 c -0.83081,0 -1.5,0.66920002 -1.5,1.50000002 l 0,32.9687499 c 0,0.8308 0.66919,1.5 1.5,1.5 l 33,0 c 0.8308,0 1.5,-0.6692 1.5,-1.5 l 0,-32.9687499 c 0,-0.8308 -0.6692,-1.50000002 -1.5,-1.50000002 l -33,0 z m 3.5,5.96875002 26,0 0,20.9999999 -26,0 0,-20.9999999 z"
id="rect6430-9-7"
style="opacity:0.3;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
inkscape:connector-curvature="0"
d="m 67.117276,-12.19697 c -0.2879,-0.0201 -0.60519,0.063 -0.875,0.21875 l -15.15625,8.7500001 12,0 3.125,-1.8125 1.03125,1.8125 5.8125,0 -4.75,-8.2187501 c -0.25963,-0.44968 -0.70766,-0.71646 -1.1875,-0.75 z m -21.15625,11.93750008 -8.28125,4.78125002 c -0.7195,0.41541 -0.9779,1.31176 -0.5625,2.03125 l 8.84375,15.3124999 0,-10 -2.25,-3.9062501 2.25,-1.3124998 0,-6.90625002 z m 4.5,0.125 c -0.83081,0 -1.5,0.6692 -1.5,1.50000002 l 0,32.9687499 c 0,0.8308 0.66919,1.5 1.5,1.5 l 33,0 c 0.8308,0 1.5,-0.6692 1.5,-1.5 l 0,-32.9687499 c 0,-0.83080002 -0.6692,-1.50000002 -1.5,-1.50000002 l -33,0 z m 3.5,5.96875002 26,0 0,20.9999999 -26,0 0,-20.9999999 z"
id="rect6430-9"
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,315 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder-music.svg">
<defs
id="defs26394">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.9445437"
inkscape:cx="18.610841"
inkscape:cy="75.284581"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="938"
inkscape:window-height="648"
inkscape:window-x="644"
inkscape:window-y="87"
inkscape:window-maximized="0" />
<metadata
id="metadata26397">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient26390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 12.999997,-42.968593 c -1.108,0 -2,0.892 -2,2 l 0,5.96875 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 112.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-5.96875 c 0,-1.108 -0.892,-2 -2,-2 l -42.000004,0 z"
id="rect8678-4" />
<path
d="m 13.662787,-43.499683 c -1.87818,0.0205 -3.16279,0.9143 -3.16279,2.67225 l 0,5.32743 c -0.9606004,0 -1.4771004,-0.003 -2.1044004,0 -1.67856,0.008 -2.87762,0.94491 -2.87762,2.83298 0.0936,27.4976499 -0.018,28.9219399 -0.018,31.2565499 3.90581,0 117.0000034,-9.8866399 117.0000034,-14.1422999 l 0,-17.14209 c 0,-1.75796 -1.15786,-2.82564 -3.03605,-2.80514 l -61.963949,0 0,-5.19887 c 0,-1.75795 -1.18743,-2.80081 -2.94827,-2.80081 l -40.888944,0 z"
inkscape:connector-curvature="0"
id="path3468"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient5869);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="color:#000000;fill:none;stroke:url(#linearGradient5873);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 13.499997,-42.499843 c -1.108,0 -2,0.892 -2,2 l 0,6 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 111.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-6 c 0,-1.108 -0.892,-2 -2,-2 l -41.000004,0 z"
id="rect8678"
inkscape:connector-curvature="0" />
<g
transform="matrix(1.0027339,0,0,0.9919518,-0.16331336,-57.066403)"
id="g2479">
<rect
width="103.05159"
height="16.129816"
x="12.462574"
y="99.870178"
id="rect4173"
style="opacity:0.3;fill:url(#linearGradient5875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 115.51417,99.870734 c 0,0 0,16.128926 0,16.128926 4.26271,0.0304 10.30516,-3.61367 10.30516,-8.0655 0,-4.45183 -4.75687,-8.063426 -10.30516,-8.063426 z"
inkscape:connector-curvature="0"
id="path5058"
style="opacity:0.3;fill:url(#radialGradient5877);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 12.462574,99.870734 c 0,0 0,16.128926 0,16.128926 -4.2627113,0.0304 -10.3051588,-3.61367 -10.3051588,-8.0655 0,-4.45183 4.7568636,-8.063426 10.3051588,-8.063426 z"
inkscape:connector-curvature="0"
id="path5018"
style="opacity:0.3;fill:url(#radialGradient5879);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369"
style="fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999981999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 5.7727166,-25.000063 116.4545434,0.001 c 1.6824,0 2.77274,1.19912 2.77274,2.68993 l -2.73893,72.7129 c 0.0389,1.88629 -0.5547,2.63421 -2.50941,2.59465 L 8.9100766,52.951017 c -1.68238,0 -3.37885,-1.11323 -3.37885,-2.60404 l -2.53123,-72.65607 c 0,-1.4908 1.09034,-2.69097 2.77272,-2.69097 z"
inkscape:connector-curvature="0"
id="path6127"
style="opacity:0.40000000000000002;fill:url(#linearGradient5887);fill-opacity:1.0;stroke:none" />
<path
style="opacity:0.5;fill:none;stroke:url(#linearGradient5891);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 6.2499966,-23.499853 c -2.84882,0.29656 -1.40933,3.76689 -1.63989,5.72017 0.78584,22.5479499 1.57466,45.09583 2.35864,67.64381 1.18868,2.48974 4.4300904,1.28205 6.6383204,1.57433 35.235146,0.0205 70.470294,0.0412 105.705433,0.0617 2.566,-0.16531 1.15721,-3.81803 1.65357,-5.65555 0.85465,-22.56949 2.54292,-67.57135 2.54292,-67.57135 0,-1.16209 -0.77992,-1.7731 -2.20738,-1.7731 -37.089309,0 -77.962299,0 -115.0516134,0 z"
id="path8263"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369-7"
style="opacity:0.3;fill:none;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
style="opacity:0.3;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="layer1-9-4-9-1"
transform="matrix(3.001341,0,0,2.9984608,40.753953,-9.6818178)">
<path
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect2996-4-9-3"
inkscape:connector-curvature="0"
d="M 13.375,0 6,1.90625 C 5.446,2.0546939 5,2.645207 5,3.21875 L 5,12.3125 C 4.4382289,12.018344 3.716744,11.899398 2.96875,12.09375 1.6189863,12.444461 0.77316552,13.577902 1.0625,14.625 1.3518345,15.672098 2.6814863,16.256961 4.03125,15.90625 5.1080835,15.626455 5.8503667,14.834802 5.96875,14 L 6,5.40625 l 7,-1.875 0,6.78125 C 12.438229,10.018344 11.716744,9.8993976 10.96875,10.09375 9.6189863,10.444461 8.7731655,11.577902 9.0625,12.625 c 0.2893345,1.047098 1.618986,1.631961 2.96875,1.28125 C 13.108084,13.626455 13.850367,12.834802 13.96875,12 L 14,0.8125 C 14,0.38234275 13.734156,0.06051165 13.375,0 z" />
</g>
<g
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="layer1-9-4-9"
transform="matrix(3.001341,0,0,2.9984608,40.753953,-10.681817)">
<path
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="rect2996-4-9"
inkscape:connector-curvature="0"
d="M 13.375,0 6,1.90625 C 5.446,2.0546939 5,2.645207 5,3.21875 L 5,12.3125 C 4.4382289,12.018344 3.716744,11.899398 2.96875,12.09375 1.6189863,12.444461 0.77316552,13.577902 1.0625,14.625 1.3518345,15.672098 2.6814863,16.256961 4.03125,15.90625 5.1080835,15.626455 5.8503667,14.834802 5.96875,14 L 6,5.40625 l 7,-1.875 0,6.78125 C 12.438229,10.018344 11.716744,9.8993976 10.96875,10.09375 9.6189863,10.444461 8.7731655,11.577902 9.0625,12.625 c 0.2893345,1.047098 1.618986,1.631961 2.96875,1.28125 C 13.108084,13.626455 13.850367,12.834802 13.96875,12 L 14,0.8125 C 14,0.38234275 13.734156,0.06051165 13.375,0 z" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,323 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg29484"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder-open.svg">
<defs
id="defs29486">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272-8"
id="linearGradient5329-6"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.1374512,-143.3107,-43.449953)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272-8">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274-8" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276-4" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278-5" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280-5" />
</linearGradient>
<linearGradient
y2="36.599415"
x2="22.934725"
y1="49.629246"
x1="22.934725"
gradientTransform="matrix(3.036796,0,0,2.1389772,-8.88311,-41.084763)"
gradientUnits="userSpaceOnUse"
id="linearGradient6618"
xlink:href="#linearGradient5060-820"
inkscape:collect="always" />
<linearGradient
id="linearGradient6129-963-697-142-998-580-273-0">
<stop
id="stop2661-97"
style="stop-color:#0a0a0a;stop-opacity:0.498"
offset="0" />
<stop
id="stop2663-3"
style="stop-color:#0a0a0a;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
id="linearGradient4632-0-6-4-6">
<stop
style="stop-color:#b0bcce;stop-opacity:1;"
offset="0"
id="stop4634-4-4-7-1" />
<stop
style="stop-color:#52596e;stop-opacity:1;"
offset="1"
id="stop4636-3-1-5-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient22546"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient22548"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient22550"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235-78"
id="linearGradient6755"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33282,-66.018043)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235-78">
<stop
id="stop9237-3"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239-23"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241-6"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243-0"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0-4"
id="linearGradient6758"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.94852,-68.559003)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0-4">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2-9" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9-1" />
</linearGradient>
<linearGradient
id="linearGradient4646-6-1-3-5-8-8-7">
<stop
offset="0"
style="stop-color:#f9f9f9;stop-opacity:1"
id="stop4648-2-1-9-37-1-22-2" />
<stop
offset="1"
style="stop-color:#d8d8d8;stop-opacity:1"
id="stop4650-3-28-6-7-5-9-4" />
</linearGradient>
<linearGradient
y2="21.215551"
x2="63.412205"
y1="19.663828"
x1="63.412205"
gradientTransform="matrix(2.7619048,0,0,2.7619048,-142.97955,-67.794273)"
gradientUnits="userSpaceOnUse"
id="linearGradient29482"
xlink:href="#linearGradient4646-6-1-3-5-8-8-7"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.8890873"
inkscape:cx="57.270602"
inkscape:cy="52.898924"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1215"
inkscape:window-height="815"
inkscape:window-x="412"
inkscape:window-y="80"
inkscape:window-maximized="0" />
<metadata
id="metadata29489">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient29482);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99992168;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 13.00002,-42.937123 c -1.108,0 -2,0.892 -2,2 l 0,5.96875 -3,0 c -1.108,0 -2,0.892 -2,2 l 0,30.9999999 116,0 0,-30.9999999 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-5.96875 c 0,-1.108 -0.892,-2 -2,-2 z"
id="rect8678-4-5"
sodipodi:nodetypes="sscssccsscsss" />
<path
d="m 13.66281,-43.468213 c -1.87818,0.0205 -3.16279,0.9143 -3.16279,2.67225 l 0,5.32743 c -0.9606,0 -1.4771,-0.003 -2.1044,0 -1.67856,0.008 -2.87762,0.94491 -2.87762,2.83298 C 5.6116,-5.1379031 5.5,-1.3790031 5.5,-1.3790031 l 117,3.01244 0,-34.2968299 c 0,-1.75796 -1.15786,-2.82564 -3.03605,-2.80514 l -61.963949,0 0,-5.19887 c 0,-1.75795 -1.18743,-2.80081 -2.94827,-2.80081 l -40.888941,0 z"
inkscape:connector-curvature="0"
id="path3468-0"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient6758);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="cscccccsccsscc" />
<path
style="color:#000000;fill:none;stroke:url(#linearGradient6755);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 13.50002,-42.468373 c -1.108,0 -2,0.892 -2,2 l 0,6 -3,0 c -1.108,0 -2,0.892 -2,2 l 0,32.99999988 115,0 0,-32.99999988 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-6 c 0,-1.108 -0.892,-2 -2,-2 z"
id="rect8678-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sscssccsscsss" />
<g
transform="matrix(1.0027339,0,0,0.9919518,-0.16331,-57.066403)"
id="use6273">
<rect
width="103.05159"
height="16.129816"
x="12.462574"
y="99.870178"
id="rect22540"
style="opacity:0.3;fill:url(#linearGradient22546);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 115.51417,99.870734 c 0,0 0,16.128926 0,16.128926 4.26271,0.0304 10.30516,-3.61367 10.30516,-8.0655 0,-4.45183 -4.75687,-8.063426 -10.30516,-8.063426 z"
inkscape:connector-curvature="0"
id="path22542"
style="opacity:0.3;fill:url(#radialGradient22548);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 12.462574,99.870734 c 0,0 0,16.128926 0,16.128926 -4.2627113,0.0304 -10.3051588,-3.61367 -10.3051588,-8.0655 0,-4.45183 4.7568636,-8.063426 10.3051588,-8.063426 z"
inkscape:connector-curvature="0"
id="path22544"
style="opacity:0.3;fill:url(#radialGradient22550);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<path
d="m 4.25,-8.5001031 119.49999,7.9e-4 c 1.66861,10e-6 2.75001,0.93777 2.75001,2.10365 l -4.71648,56.8652401 c 0.0386,1.47518 -0.55015,2.06009 -2.48884,2.02916 l -109.93304,-0.037 c -1.66859,0 -3.35116,-0.8706 -3.35116,-2.03648 L 1.5,-6.3956331 c 0,-1.16588 1.0814,-2.10448 2.75,-2.10447 z"
inkscape:connector-curvature="0"
id="path3369-8"
style="fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999981999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="ssccccccs" />
<path
d="m 3.77272,-9.0001031 120.45454,8e-4 c 1.6824,1e-5 2.77274,0.95314 2.77274,2.13815 l -4.73893,57.7974601 c 0.0389,1.49936 -0.5547,2.09386 -2.50941,2.06241 L 8.91008,52.961017 c -1.68238,0 -3.37885,-0.88488 -3.37885,-2.06988 L 1,-6.8611231 c 0,-1.185 1.09034,-2.13899 2.77272,-2.13898 z"
inkscape:connector-curvature="0"
id="path6127-4"
style="opacity:0.40000000000000002;fill:url(#linearGradient6618);fill-opacity:1.0;stroke:none"
sodipodi:nodetypes="ssccccccs" />
<path
style="opacity:0.5;fill:none;stroke:url(#linearGradient5329-6);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="M 2.5431,-5.1694431 6.99089,50.212897 c 0.14298,1.22333 2.02311,1.23847 2.74562,1.23847 0,0 74.362991,0.0324 109.59813,0.0485 2.566,-0.13004 1.15721,-3.00352 1.65357,-4.44903 0.85465,-17.754671 4.54292,-53.1561301 4.54292,-53.1561301 0,-0.91417 -0.77992,-1.39484 -2.20738,-1.39484 l -119.05161,0 c -1.72365,0 -1.84508,0.94578 -1.72904,2.33069 z"
id="path8263-18"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
d="m 4.25,-8.5001031 119.49999,7.9e-4 c 1.66861,10e-6 2.75001,0.93777 2.75001,2.10365 l -4.71648,56.8652401 c 0.0386,1.47518 -0.55015,2.06009 -2.48884,2.02916 l -109.93304,-0.037 c -1.66859,0 -3.35116,-0.8706 -3.35116,-2.03648 L 1.5,-6.3956331 c 0,-1.16588 1.0814,-2.10448 2.75,-2.10447 z"
inkscape:connector-curvature="0"
id="path3369-8-9"
style="opacity:0.3;fill:none;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="ssccccccs" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,325 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder-recent.svg">
<defs
id="defs26394">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.9445437"
inkscape:cx="47.450191"
inkscape:cy="58.570241"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="986"
inkscape:window-height="629"
inkscape:window-x="634"
inkscape:window-y="190"
inkscape:window-maximized="0" />
<metadata
id="metadata26397">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient26390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 12.999997,-42.968593 c -1.108,0 -2,0.892 -2,2 l 0,5.96875 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 112.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-5.96875 c 0,-1.108 -0.892,-2 -2,-2 l -42.000004,0 z"
id="rect8678-4" />
<path
d="m 13.662787,-43.499683 c -1.87818,0.0205 -3.16279,0.9143 -3.16279,2.67225 l 0,5.32743 c -0.9606004,0 -1.4771004,-0.003 -2.1044004,0 -1.67856,0.008 -2.87762,0.94491 -2.87762,2.83298 0.0936,27.4976499 -0.018,28.9219399 -0.018,31.2565499 3.90581,0 117.0000034,-9.8866399 117.0000034,-14.1422999 l 0,-17.14209 c 0,-1.75796 -1.15786,-2.82564 -3.03605,-2.80514 l -61.963949,0 0,-5.19887 c 0,-1.75795 -1.18743,-2.80081 -2.94827,-2.80081 l -40.888944,0 z"
inkscape:connector-curvature="0"
id="path3468"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient5869);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="color:#000000;fill:none;stroke:url(#linearGradient5873);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 13.499997,-42.499843 c -1.108,0 -2,0.892 -2,2 l 0,6 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 111.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-6 c 0,-1.108 -0.892,-2 -2,-2 l -41.000004,0 z"
id="rect8678"
inkscape:connector-curvature="0" />
<g
transform="matrix(1.0027339,0,0,0.9919518,-0.16331336,-57.066403)"
id="g2479">
<rect
width="103.05159"
height="16.129816"
x="12.462574"
y="99.870178"
id="rect4173"
style="opacity:0.3;fill:url(#linearGradient5875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 115.51417,99.870734 c 0,0 0,16.128926 0,16.128926 4.26271,0.0304 10.30516,-3.61367 10.30516,-8.0655 0,-4.45183 -4.75687,-8.063426 -10.30516,-8.063426 z"
inkscape:connector-curvature="0"
id="path5058"
style="opacity:0.3;fill:url(#radialGradient5877);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 12.462574,99.870734 c 0,0 0,16.128926 0,16.128926 -4.2627113,0.0304 -10.3051588,-3.61367 -10.3051588,-8.0655 0,-4.45183 4.7568636,-8.063426 10.3051588,-8.063426 z"
inkscape:connector-curvature="0"
id="path5018"
style="opacity:0.3;fill:url(#radialGradient5879);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369"
style="fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999981999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 5.7727166,-25.000063 116.4545434,0.001 c 1.6824,0 2.77274,1.19912 2.77274,2.68993 l -2.73893,72.7129 c 0.0389,1.88629 -0.5547,2.63421 -2.50941,2.59465 L 8.9100766,52.951017 c -1.68238,0 -3.37885,-1.11323 -3.37885,-2.60404 l -2.53123,-72.65607 c 0,-1.4908 1.09034,-2.69097 2.77272,-2.69097 z"
inkscape:connector-curvature="0"
id="path6127"
style="opacity:0.40000000000000002;fill:url(#linearGradient5887);fill-opacity:1.0;stroke:none" />
<path
style="opacity:0.5;fill:none;stroke:url(#linearGradient5891);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 6.2499966,-23.499853 c -2.84882,0.29656 -1.40933,3.76689 -1.63989,5.72017 0.78584,22.5479499 1.57466,45.09583 2.35864,67.64381 1.18868,2.48974 4.4300904,1.28205 6.6383204,1.57433 35.235146,0.0205 70.470294,0.0412 105.705433,0.0617 2.566,-0.16531 1.15721,-3.81803 1.65357,-5.65555 0.85465,-22.56949 2.54292,-67.57135 2.54292,-67.57135 0,-1.16209 -0.77992,-1.7731 -2.20738,-1.7731 -37.089309,0 -77.962299,0 -115.0516134,0 z"
id="path8263"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369-7"
style="opacity:0.3;fill:none;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
style="opacity:0.3;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.78147125;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="g3294-2-5-2-0"
transform="matrix(0.98217234,0,0,1.1583227,-10.793369,-14.428181)">
<path
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.78147125;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path2504-1-2-9-0"
inkscape:connector-curvature="0"
d="m 77.5703,6.9454345 c -11.317079,0 -20.630635,6.3193555 -21.648617,15.5397085 l -5.489571,0 8.107675,8.633172 8.107674,-8.633172 -5.29251,0 c 1.001307,-6.722239 7.890308,-11.035445 16.215349,-11.035445 9.013029,0 16.327956,6.104178 16.327956,13.625397 -3e-6,7.521219 -7.314924,13.625398 -16.327956,13.625398 -4.889999,0 -9.280846,-1.799942 -12.274118,-4.645022 L 61.3268,37.124 c 3.98185,3.735752 9.784188,6.080755 16.2435,6.080756 11.996656,0 21.733071,-8.122088 21.733072,-18.129661 0,-10.007573 -9.736418,-18.1296605 -21.733072,-18.1296605 z" />
<path
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.78147125;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path3288-4-0-7-5"
inkscape:connector-curvature="0"
d="m 78.940345,13.851971 -2.036302,0 -2.036301,12.086441 10.18151,6.906538 2e-6,-1.726635 -6.108907,-6.906537 -2e-6,-10.359807 z" />
</g>
<g
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:4.78147125;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="g3294-2-5-2"
transform="matrix(0.98217234,0,0,1.1583227,-10.793369,-15.428261)">
<path
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:4.78147125;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path2504-1-2-9"
inkscape:connector-curvature="0"
d="m 77.5703,6.9454345 c -11.317079,0 -20.630635,6.3193555 -21.648617,15.5397085 l -5.489571,0 8.107675,8.633172 8.107674,-8.633172 -5.29251,0 c 1.001307,-6.722239 7.890308,-11.035445 16.215349,-11.035445 9.013029,0 16.327956,6.104178 16.327956,13.625397 -3e-6,7.521219 -7.314924,13.625398 -16.327956,13.625398 -4.889999,0 -9.280846,-1.799942 -12.274118,-4.645022 L 61.3268,37.124 c 3.98185,3.735752 9.784188,6.080755 16.2435,6.080756 11.996656,0 21.733071,-8.122088 21.733072,-18.129661 0,-10.007573 -9.736418,-18.1296605 -21.733072,-18.1296605 z" />
<path
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:4.78147125;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path3288-4-0-7"
inkscape:connector-curvature="0"
d="m 78.940345,13.851971 -2.036302,0 -2.036301,12.086441 10.18151,6.906538 2e-6,-1.726635 -6.108907,-6.906537 -2e-6,-10.359807 z" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,325 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder-remote.svg">
<defs
id="defs26394">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.9445437"
inkscape:cx="18.793393"
inkscape:cy="100.45181"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="910"
inkscape:window-height="673"
inkscape:window-x="724"
inkscape:window-y="9"
inkscape:window-maximized="0" />
<metadata
id="metadata26397">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient26390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 12.999997,-42.968593 c -1.108,0 -2,0.892 -2,2 l 0,5.96875 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 112.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-5.96875 c 0,-1.108 -0.892,-2 -2,-2 l -42.000004,0 z"
id="rect8678-4" />
<path
d="m 13.662787,-43.499683 c -1.87818,0.0205 -3.16279,0.9143 -3.16279,2.67225 l 0,5.32743 c -0.9606004,0 -1.4771004,-0.003 -2.1044004,0 -1.67856,0.008 -2.87762,0.94491 -2.87762,2.83298 0.0936,27.4976499 -0.018,28.9219399 -0.018,31.2565499 3.90581,0 117.0000034,-9.8866399 117.0000034,-14.1422999 l 0,-17.14209 c 0,-1.75796 -1.15786,-2.82564 -3.03605,-2.80514 l -61.963949,0 0,-5.19887 c 0,-1.75795 -1.18743,-2.80081 -2.94827,-2.80081 l -40.888944,0 z"
inkscape:connector-curvature="0"
id="path3468"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient5869);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="color:#000000;fill:none;stroke:url(#linearGradient5873);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 13.499997,-42.499843 c -1.108,0 -2,0.892 -2,2 l 0,6 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 111.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-6 c 0,-1.108 -0.892,-2 -2,-2 l -41.000004,0 z"
id="rect8678"
inkscape:connector-curvature="0" />
<g
transform="matrix(1.0027339,0,0,0.9919518,-0.16331336,-57.066403)"
id="g2479">
<rect
width="103.05159"
height="16.129816"
x="12.462574"
y="99.870178"
id="rect4173"
style="opacity:0.3;fill:url(#linearGradient5875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 115.51417,99.870734 c 0,0 0,16.128926 0,16.128926 4.26271,0.0304 10.30516,-3.61367 10.30516,-8.0655 0,-4.45183 -4.75687,-8.063426 -10.30516,-8.063426 z"
inkscape:connector-curvature="0"
id="path5058"
style="opacity:0.3;fill:url(#radialGradient5877);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 12.462574,99.870734 c 0,0 0,16.128926 0,16.128926 -4.2627113,0.0304 -10.3051588,-3.61367 -10.3051588,-8.0655 0,-4.45183 4.7568636,-8.063426 10.3051588,-8.063426 z"
inkscape:connector-curvature="0"
id="path5018"
style="opacity:0.3;fill:url(#radialGradient5879);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369"
style="fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999981999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 5.7727166,-25.000063 116.4545434,0.001 c 1.6824,0 2.77274,1.19912 2.77274,2.68993 l -2.73893,72.7129 c 0.0389,1.88629 -0.5547,2.63421 -2.50941,2.59465 L 8.9100766,52.951017 c -1.68238,0 -3.37885,-1.11323 -3.37885,-2.60404 l -2.53123,-72.65607 c 0,-1.4908 1.09034,-2.69097 2.77272,-2.69097 z"
inkscape:connector-curvature="0"
id="path6127"
style="opacity:0.40000000000000002;fill:url(#linearGradient5887);fill-opacity:1.0;stroke:none" />
<path
style="opacity:0.5;fill:none;stroke:url(#linearGradient5891);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 6.2499966,-23.499853 c -2.84882,0.29656 -1.40933,3.76689 -1.63989,5.72017 0.78584,22.5479499 1.57466,45.09583 2.35864,67.64381 1.18868,2.48974 4.4300904,1.28205 6.6383204,1.57433 35.235146,0.0205 70.470294,0.0412 105.705433,0.0617 2.566,-0.16531 1.15721,-3.81803 1.65357,-5.65555 0.85465,-22.56949 2.54292,-67.57135 2.54292,-67.57135 0,-1.16209 -0.77992,-1.7731 -2.20738,-1.7731 -37.089309,0 -77.962299,0 -115.0516134,0 z"
id="path8263"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369-7"
style="opacity:0.3;fill:none;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
id="layer1-0-71-6-7"
transform="matrix(3.2,0,0,3.2485087,39.968083,-9.2285166)"
style="opacity:0.3;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate">
<g
style="opacity:0.9;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="layer1-6-9-4-0"
transform="translate(-0.02867384,-0.7867384)">
<path
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path4112-19-69-3-1-46-9-4"
d="m 8.0286738,10.786738 c -0.8837844,0 -1.7582785,0.463138 -2.1184755,0.860829 l 2.1184755,2.303665 2.1390372,-2.283103 C 9.8075138,11.249876 8.9124582,10.786738 8.0286738,10.786738 z m 0,-3.9999996 c -1.847888,0 -3.5041267,0.736481 -4.8649357,1.861156 l 1.3245282,1.4137196 c 0.90637,-0.6491716 2.3168195,-1.2748756 3.4869315,-1.2748756 1.198417,0 2.6760272,0.639835 3.5952572,1.3180686 L 12.935091,8.6271534 C 11.574282,7.5024784 9.8765618,6.7867384 8.0286738,6.7867384 z m 0,-3.999999 c -2.853422,0 -5.468321,1.09634 -7.49999996,2.922777 l 1.29591676,1.459363 c 1.8117159,-1.588448 3.7176605,-2.382141 6.2040832,-2.382141 2.4864232,0 4.3343812,0.747499 6.2328602,2.414286 l 1.26714,-1.491508 C 13.496995,3.8830794 10.882095,2.7867394 8.0286738,2.7867394 z"
inkscape:connector-curvature="0" />
</g>
</g>
<g
id="layer1-0-71-6"
transform="matrix(3.2,0,0,3.2485087,40.061669,-10.451776)"
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate">
<g
style="opacity:0.9;color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="layer1-6-9-4"
transform="translate(-0.02867384,-0.7867384)">
<path
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
id="path4112-19-69-3-1-46-9"
d="m 8.0286738,10.786738 c -0.8837844,0 -1.7582785,0.463138 -2.1184755,0.860829 l 2.1184755,2.303665 2.1390372,-2.283103 C 9.8075138,11.249876 8.9124582,10.786738 8.0286738,10.786738 z m 0,-3.9999996 c -1.847888,0 -3.5041267,0.736481 -4.8649357,1.861156 l 1.3245282,1.4137196 c 0.90637,-0.6491716 2.3168195,-1.2748756 3.4869315,-1.2748756 1.198417,0 2.6760272,0.639835 3.5952572,1.3180686 L 12.935091,8.6271534 C 11.574282,7.5024784 9.8765618,6.7867384 8.0286738,6.7867384 z m 0,-3.999999 c -2.853422,0 -5.468321,1.09634 -7.49999996,2.922777 l 1.29591676,1.459363 c 1.8117159,-1.588448 3.7176605,-2.382141 6.2040832,-2.382141 2.4864232,0 4.3343812,0.747499 6.2328602,2.414286 l 1.26714,-1.491508 C 13.496995,3.8830794 10.882095,2.7867394 8.0286738,2.7867394 z"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,315 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder-videos.svg">
<defs
id="defs26394">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.9445437"
inkscape:cx="15.635525"
inkscape:cy="71.000701"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="917"
inkscape:window-height="633"
inkscape:window-x="625"
inkscape:window-y="143"
inkscape:window-maximized="0" />
<metadata
id="metadata26397">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient26390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 12.999997,-42.968593 c -1.108,0 -2,0.892 -2,2 l 0,5.96875 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 112.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-5.96875 c 0,-1.108 -0.892,-2 -2,-2 l -42.000004,0 z"
id="rect8678-4" />
<path
d="m 13.662787,-43.499683 c -1.87818,0.0205 -3.16279,0.9143 -3.16279,2.67225 l 0,5.32743 c -0.9606004,0 -1.4771004,-0.003 -2.1044004,0 -1.67856,0.008 -2.87762,0.94491 -2.87762,2.83298 0.0936,27.4976499 -0.018,28.9219399 -0.018,31.2565499 3.90581,0 117.0000034,-9.8866399 117.0000034,-14.1422999 l 0,-17.14209 c 0,-1.75796 -1.15786,-2.82564 -3.03605,-2.80514 l -61.963949,0 0,-5.19887 c 0,-1.75795 -1.18743,-2.80081 -2.94827,-2.80081 l -40.888944,0 z"
inkscape:connector-curvature="0"
id="path3468"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient5869);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="color:#000000;fill:none;stroke:url(#linearGradient5873);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 13.499997,-42.499843 c -1.108,0 -2,0.892 -2,2 l 0,6 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 111.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-6 c 0,-1.108 -0.892,-2 -2,-2 l -41.000004,0 z"
id="rect8678"
inkscape:connector-curvature="0" />
<g
transform="matrix(1.0027339,0,0,0.9919518,-0.16331336,-57.066403)"
id="g2479">
<rect
width="103.05159"
height="16.129816"
x="12.462574"
y="99.870178"
id="rect4173"
style="opacity:0.3;fill:url(#linearGradient5875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 115.51417,99.870734 c 0,0 0,16.128926 0,16.128926 4.26271,0.0304 10.30516,-3.61367 10.30516,-8.0655 0,-4.45183 -4.75687,-8.063426 -10.30516,-8.063426 z"
inkscape:connector-curvature="0"
id="path5058"
style="opacity:0.3;fill:url(#radialGradient5877);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 12.462574,99.870734 c 0,0 0,16.128926 0,16.128926 -4.2627113,0.0304 -10.3051588,-3.61367 -10.3051588,-8.0655 0,-4.45183 4.7568636,-8.063426 10.3051588,-8.063426 z"
inkscape:connector-curvature="0"
id="path5018"
style="opacity:0.3;fill:url(#radialGradient5879);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369"
style="fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999981999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 5.7727166,-25.000063 116.4545434,0.001 c 1.6824,0 2.77274,1.19912 2.77274,2.68993 l -2.73893,72.7129 c 0.0389,1.88629 -0.5547,2.63421 -2.50941,2.59465 L 8.9100766,52.951017 c -1.68238,0 -3.37885,-1.11323 -3.37885,-2.60404 l -2.53123,-72.65607 c 0,-1.4908 1.09034,-2.69097 2.77272,-2.69097 z"
inkscape:connector-curvature="0"
id="path6127"
style="opacity:0.40000000000000002;fill:url(#linearGradient5887);fill-opacity:1.0;stroke:none" />
<path
style="opacity:0.5;fill:none;stroke:url(#linearGradient5891);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 6.2499966,-23.499853 c -2.84882,0.29656 -1.40933,3.76689 -1.63989,5.72017 0.78584,22.5479499 1.57466,45.09583 2.35864,67.64381 1.18868,2.48974 4.4300904,1.28205 6.6383204,1.57433 35.235146,0.0205 70.470294,0.0412 105.705433,0.0617 2.566,-0.16531 1.15721,-3.81803 1.65357,-5.65555 0.85465,-22.56949 2.54292,-67.57135 2.54292,-67.57135 0,-1.16209 -0.77992,-1.7731 -2.20738,-1.7731 -37.089309,0 -77.962299,0 -115.0516134,0 z"
id="path8263"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369-7"
style="opacity:0.3;fill:none;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<g
transform="matrix(3,0,0,3,42.339472,-8.140299)"
id="layer1-3-4-9-1"
style="opacity:0.3;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate">
<path
inkscape:connector-curvature="0"
d="M 1.75,0 C 1.3345,0 1,0.3345 1,0.75 l 0,13.5 C 1,14.6655 1.3345,15 1.75,15 l 12.5,0 C 14.6655,15 15,14.6655 15,14.25 L 15,0.75 C 15,0.3345 14.6655,0 14.25,0 L 1.75,0 z M 2,1 3,1 3,2 2,2 2,1 z m 2.5,0 7,0 C 11.777,1 12,1.223 12,1.5 l 0,5 C 12,6.777 11.777,7 11.5,7 l -7,0 C 4.223,7 4,6.777 4,6.5 l 0,-5 C 4,1.223 4.223,1 4.5,1 z m 8.5,0 1,0 0,1 -1,0 0,-1 z M 2,3 3,3 3,4 2,4 2,3 z m 11,0 1,0 0,1 -1,0 0,-1 z M 2,5 3,5 3,6 2,6 2,5 z m 11,0 1,0 0,1 -1,0 0,-1 z M 2,7 3,7 3,8 2,8 2,7 z m 11,0 1,0 0,1 -1,0 0,-1 z m -8.5,1 7,0 C 11.777,8 12,8.223 12,8.5 l 0,5 c 0,0.277 -0.223,0.5 -0.5,0.5 l -7,0 C 4.223,14 4,13.777 4,13.5 l 0,-5 C 4,8.223 4.223,8 4.5,8 z M 2,9 3,9 3,10 2,10 2,9 z m 11,0 1,0 0,1 -1,0 0,-1 z m -11,2 1,0 0,1 -1,0 0,-1 z m 11,0 1,0 0,1 -1,0 0,-1 z m -11,2 1,0 0,1 -1,0 0,-1 z m 11,0 1,0 0,1 -1,0 0,-1 z"
id="rect3032-7-5-6"
style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
<g
transform="matrix(3,0,0,3,42.339472,-9.140299)"
id="layer1-3-4-9"
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate">
<path
inkscape:connector-curvature="0"
d="M 1.75,0 C 1.3345,0 1,0.3345 1,0.75 l 0,13.5 C 1,14.6655 1.3345,15 1.75,15 l 12.5,0 C 14.6655,15 15,14.6655 15,14.25 L 15,0.75 C 15,0.3345 14.6655,0 14.25,0 L 1.75,0 z M 2,1 3,1 3,2 2,2 2,1 z m 2.5,0 7,0 C 11.777,1 12,1.223 12,1.5 l 0,5 C 12,6.777 11.777,7 11.5,7 l -7,0 C 4.223,7 4,6.777 4,6.5 l 0,-5 C 4,1.223 4.223,1 4.5,1 z m 8.5,0 1,0 0,1 -1,0 0,-1 z M 2,3 3,3 3,4 2,4 2,3 z m 11,0 1,0 0,1 -1,0 0,-1 z M 2,5 3,5 3,6 2,6 2,5 z m 11,0 1,0 0,1 -1,0 0,-1 z M 2,7 3,7 3,8 2,8 2,7 z m 11,0 1,0 0,1 -1,0 0,-1 z m -8.5,1 7,0 C 11.777,8 12,8.223 12,8.5 l 0,5 c 0,0.277 -0.223,0.5 -0.5,0.5 l -7,0 C 4.223,14 4,13.777 4,13.5 l 0,-5 C 4,8.223 4.223,8 4.5,8 z M 2,9 3,9 3,10 2,10 2,9 z m 11,0 1,0 0,1 -1,0 0,-1 z m -11,2 1,0 0,1 -1,0 0,-1 z m 11,0 1,0 0,1 -1,0 0,-1 z m -11,2 1,0 0,1 -1,0 0,-1 z m 11,0 1,0 0,1 -1,0 0,-1 z"
id="rect3032-7-5"
style="color:#000000;fill:#ffffff;fill-opacity:0.85098039;fill-rule:nonzero;stroke:none;stroke-width:1.70000005;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,295 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="folder.svg">
<defs
id="defs26394">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.8890873"
inkscape:cx="9.7134726"
inkscape:cy="54.780109"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1680"
inkscape:window-height="987"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1" />
<metadata
id="metadata26397">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
inkscape:connector-curvature="0"
style="color:#000000;fill:url(#linearGradient26390);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.00000012;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 12.999997,-42.968593 c -1.108,0 -2,0.892 -2,2 l 0,5.96875 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 112.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-5.96875 c 0,-1.108 -0.892,-2 -2,-2 l -42.000004,0 z"
id="rect8678-4" />
<path
d="m 13.662787,-43.499683 c -1.87818,0.0205 -3.16279,0.9143 -3.16279,2.67225 l 0,5.32743 c -0.9606004,0 -1.4771004,-0.003 -2.1044004,0 -1.67856,0.008 -2.87762,0.94491 -2.87762,2.83298 0.0936,27.4976499 -0.018,28.9219399 -0.018,31.2565499 3.90581,0 117.0000034,-9.8866399 117.0000034,-14.1422999 l 0,-17.14209 c 0,-1.75796 -1.15786,-2.82564 -3.03605,-2.80514 l -61.963949,0 0,-5.19887 c 0,-1.75795 -1.18743,-2.80081 -2.94827,-2.80081 l -40.888944,0 z"
inkscape:connector-curvature="0"
id="path3468"
style="opacity:0.8;color:#000000;fill:none;stroke:url(#linearGradient5869);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
style="color:#000000;fill:none;stroke:url(#linearGradient5873);stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 13.499997,-42.499843 c -1.108,0 -2,0.892 -2,2 l 0,6 -3.0000004,0 c -1.108,0 -2,0.892 -2,2 l 0,11 c 0,1.108 0.892,2 2,2 l 111.0000034,0 c 1.108,0 2,-0.892 2,-2 l 0,-11 c 0,-1.108 -0.892,-2 -2,-2 l -62.999999,0 0,-6 c 0,-1.108 -0.892,-2 -2,-2 l -41.000004,0 z"
id="rect8678"
inkscape:connector-curvature="0" />
<g
transform="matrix(1.0027339,0,0,0.9919518,-0.16331336,-57.066403)"
id="g2479">
<rect
width="103.05159"
height="16.129816"
x="12.462574"
y="99.870178"
id="rect4173"
style="opacity:0.3;fill:url(#linearGradient5875);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 115.51417,99.870734 c 0,0 0,16.128926 0,16.128926 4.26271,0.0304 10.30516,-3.61367 10.30516,-8.0655 0,-4.45183 -4.75687,-8.063426 -10.30516,-8.063426 z"
inkscape:connector-curvature="0"
id="path5058"
style="opacity:0.3;fill:url(#radialGradient5877);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
<path
d="m 12.462574,99.870734 c 0,0 0,16.128926 0,16.128926 -4.2627113,0.0304 -10.3051588,-3.61367 -10.3051588,-8.0655 0,-4.45183 4.7568636,-8.063426 10.3051588,-8.063426 z"
inkscape:connector-curvature="0"
id="path5018"
style="opacity:0.3;fill:url(#radialGradient5879);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
</g>
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369"
style="fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999981999999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
<path
d="m 5.7727166,-25.000063 116.4545434,0.001 c 1.6824,0 2.77274,1.19912 2.77274,2.68993 l -2.73893,72.7129 c 0.0389,1.88629 -0.5547,2.63421 -2.50941,2.59465 L 8.9100766,52.951017 c -1.68238,0 -3.37885,-1.11323 -3.37885,-2.60404 l -2.53123,-72.65607 c 0,-1.4908 1.09034,-2.69097 2.77272,-2.69097 z"
inkscape:connector-curvature="0"
id="path6127"
style="opacity:0.40000000000000002;fill:url(#linearGradient5887);fill-opacity:1.0;stroke:none" />
<path
style="opacity:0.5;fill:none;stroke:url(#linearGradient5891);stroke-width:0.99999988;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
d="m 6.2499966,-23.499853 c -2.84882,0.29656 -1.40933,3.76689 -1.63989,5.72017 0.78584,22.5479499 1.57466,45.09583 2.35864,67.64381 1.18868,2.48974 4.4300904,1.28205 6.6383204,1.57433 35.235146,0.0205 70.470294,0.0412 105.705433,0.0617 2.566,-0.16531 1.15721,-3.81803 1.65357,-5.65555 0.85465,-22.56949 2.54292,-67.57135 2.54292,-67.57135 0,-1.16209 -0.77992,-1.7731 -2.20738,-1.7731 -37.089309,0 -77.962299,0 -115.0516134,0 z"
id="path8263"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
d="m 6.2499966,-24.500053 115.4999934,0.001 c 1.66861,0 2.75001,1.18375 2.75001,2.65543 l -2.71648,71.78068 c 0.0386,1.86211 -0.55015,2.60044 -2.48884,2.56139 L 9.3616366,52.451747 c -1.66859,0 -3.35116,-1.09895 -3.35116,-2.57064 l -2.51048,-71.72469 c 0,-1.47169 1.0814,-2.65647 2.75,-2.65647 z"
inkscape:connector-curvature="0"
id="path3369-7"
style="opacity:0.3;fill:none;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1 @@
folder-remote.svg

View File

@ -0,0 +1 @@
folder-remote.svg

View File

@ -0,0 +1,177 @@
<?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="svg2985"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="icon_start_here.svg">
<defs
id="defs2987" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.4851748"
inkscape:cx="63.370254"
inkscape:cy="46.307985"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
inkscape:window-width="1010"
inkscape:window-height="792"
inkscape:window-x="298"
inkscape:window-y="66"
inkscape:window-maximized="0"
inkscape:showpageshadow="true" />
<metadata
id="metadata2990">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,112)">
<g
transform="matrix(0.19655324,0,0,0.19655324,-11.835374,-146.24383)"
id="g600"
style="fill:#3399ff;fill-opacity:1;stroke:none">
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 253.0964,451.5499 298.0828,199.0175 c 12.3337,-12.8429 12.3337,-12.8429 20.2182,-24.6206 67.0184,-100.1107 43.7081,-243.6352 -62.1011,-314.0059 -106.1899,-71.5505 -247.7678,-38.4091 -315.2532,61.7845 -64.5802,97.0834 -49.1298,239.61 62.3976,315.1319 97.5272,64.4282 188.9762,36.1043 245.0135,5.0054 L 473.477,645.883 C 413.0772,677.728 342.3128,681.5232 287.7821,644.4234 203.9245,588.8802 187.4273,479.7646 239.093,403.3519 c 50.833,-76.6977 156.0308,-100.0815 239.2262,-45.138 87.5816,59.3819 82.47,162.5595 60.7632,208.7355 -9.5889,-6.5965 -19.1778,-13.1929 -28.7667,-19.7894 24.9959,-64.7622 -0.4326,-128.689 -50.4879,-162.1982 -58.8887,-39.4226 -144.3998,-32.7074 -192.214,38.5467 -9.3484,14.1343 -9.3484,14.1343 -14.5174,28.0414 z"
id="path582"
sodipodi:nodetypes="cccccccccccccccc" />
<path
inkscape:connector-curvature="0"
style="fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 381.9484,173.6221 c -4.4291,44.2913 -10.6299,72.6377 -28.3464,79.7244 17.7165,-1.7717 19.4882,-1.7717 28.3464,-1.7717 8.8583,0 10.63,0 28.3465,1.7717 -17.7165,-7.0867 -23.9173,-35.4331 -28.3465,-79.7244 z"
id="path578"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 314.5494,180.6657 c 4.8241,44.2501 4.618,73.266 -11.2504,83.8626 16.9673,-5.3964 18.7008,-5.7627 27.3676,-7.5942 8.6669,-1.8315 10.4003,-2.1978 28.1003,-4.1274 -18.7989,-3.2706 -30.7265,-29.7224 -44.2175,-72.141 z"
id="path579"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 251.0898,201.0402 c 13.7231,42.344 19.4228,70.7954 6.0412,84.3979 15.5152,-8.7345 17.1379,-9.4457 25.251,-13.0017 8.1133,-3.5559 9.7359,-4.2671 26.6735,-9.7563 -19.0711,0.6212 -36.1294,-22.8518 -57.9657,-61.6399 z"
id="path584"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 192.1871,234.5471 c 22.1815,38.5918 33.6405,65.2499 23.3605,81.3253 13.3739,-11.7537 14.8146,-12.785 22.0172,-17.9416 7.2028,-5.1565 8.6433,-6.1879 24.08,-15.0604 -18.5307,4.5508 -40.0735,-14.8881 -69.4577,-48.3233 z"
id="path585"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 141.7323,279.2385 c 29.644,33.2051 46.3405,56.9368 39.5862,74.7827 10.6708,-14.2529 11.8686,-15.5585 17.8568,-22.0861 5.9884,-6.5276 7.1859,-7.8332 20.468,-19.6907 -17.1987,8.2645 -42.2787,-6.3285 -77.911,-33.0059 z"
id="path586"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 450.0762,180.7087 c -4.8241,44.2501 -4.618,73.266 11.2504,83.8626 -16.9673,-5.3964 -18.7008,-5.7627 -27.3676,-7.5942 -8.6669,-1.8315 -10.4003,-2.1978 -28.1003,-4.1274 18.7989,-3.2706 30.7265,-29.7224 44.2175,-72.141 z"
id="path587"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 513.5358,201.0832 c -13.7231,42.344 -19.4228,70.7954 -6.0412,84.3979 -15.5152,-8.7345 -17.1379,-9.4457 -25.251,-13.0017 -8.1133,-3.5559 -9.7359,-4.2671 -26.6735,-9.7563 19.0711,0.6212 36.1294,-22.8518 57.9657,-61.6399 z"
id="path588"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 572.4385,234.5901 c -22.1815,38.5918 -33.6405,65.2499 -23.3605,81.3253 -13.3739,-11.7537 -14.8146,-12.785 -22.0172,-17.9416 -7.2028,-5.1565 -8.6433,-6.1879 -24.08,-15.0604 18.5307,4.5508 40.0735,-14.8881 69.4577,-48.3233 z"
id="path589"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 622.8933,279.2815 c -29.644,33.2051 -46.3405,56.9368 -39.5862,74.7827 -10.6708,-14.2529 -11.8686,-15.5585 -17.8568,-22.0861 -5.9884,-6.5276 -7.1859,-7.8332 -20.468,-19.6907 17.1987,8.2645 42.2787,-6.3285 77.911,-33.0059 z"
id="path590"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 382.6772,825.5905 c -4.4291,-44.2913 -10.6299,-72.6377 -28.3464,-79.7244 17.7165,1.7717 19.4882,1.7717 28.3464,1.7717 8.8583,0 10.63,0 28.3465,-1.7717 -17.7165,7.0867 -23.9173,35.4331 -28.3465,79.7244 z"
id="path591"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 315.2782,818.5469 c 4.8241,-44.2501 4.618,-73.266 -11.2504,-83.8626 16.9673,5.3964 18.7008,5.7627 27.3676,7.5942 8.6669,1.8315 10.4003,2.1978 28.1003,4.1274 -18.7989,3.2706 -30.7265,29.7224 -44.2175,72.141 z"
id="path592"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 251.8186,798.1724 c 13.7231,-42.344 19.4228,-70.7954 6.0412,-84.3979 15.5152,8.7345 17.1379,9.4457 25.251,13.0017 8.1133,3.5559 9.7359,4.2671 26.6735,9.7563 -19.0711,-0.6212 -36.1294,22.8518 -57.9657,61.6399 z"
id="path593"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 192.9159,764.6655 c 22.1815,-38.5918 33.6405,-65.2499 23.3605,-81.3253 13.3739,11.7537 14.8146,12.785 22.0172,17.9416 7.2028,5.1565 8.6433,6.1879 24.08,15.0604 -18.5307,-4.5508 -40.0735,14.8881 -69.4577,48.3233 z"
id="path594"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 142.4611,719.9741 c 29.644,-33.2051 46.3405,-56.9368 39.5862,-74.7827 10.6708,14.2529 11.8686,15.5585 17.8568,22.0861 5.9884,6.5276 7.1859,7.8332 20.468,19.6907 -17.1987,-8.2645 -42.2787,6.3285 -77.911,33.0059 z"
id="path595"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 450.805,818.5039 c -4.8241,-44.2501 -4.618,-73.266 11.2504,-83.8626 -16.9673,5.3964 -18.7008,5.7627 -27.3676,7.5942 -8.6669,1.8315 -10.4003,2.1978 -28.1003,4.1274 18.7989,3.2706 30.7265,29.7224 44.2175,72.141 z"
id="path596"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 514.2646,798.1294 c -13.7231,-42.344 -19.4228,-70.7954 -6.0412,-84.3979 -15.5152,8.7345 -17.1379,9.4457 -25.251,13.0017 -8.1133,3.5559 -9.7359,4.2671 -26.6735,9.7563 19.0711,-0.6212 36.1294,22.8518 57.9657,61.6399 z"
id="path597"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 573.1673,764.6225 c -22.1815,-38.5918 -33.6405,-65.2499 -23.3605,-81.3253 -13.3739,11.7537 -14.8146,12.785 -22.0172,17.9416 -7.2028,5.1565 -8.6433,6.1879 -24.08,15.0604 18.5307,-4.5508 40.0735,14.8881 69.4577,48.3233 z"
id="path598"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
style="font-size:12px;fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 623.6221,719.9311 c -29.644,-33.2051 -46.3405,-56.9368 -39.5862,-74.7827 -10.6708,14.2529 -11.8686,15.5585 -17.8568,22.0861 -5.9884,6.5276 -7.1859,7.8332 -20.468,19.6907 17.1987,-8.2645 42.2787,6.3285 77.911,33.0059 z"
id="path599"
sodipodi:nodetypes="ccccc" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,256 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="user-home.svg">
<defs
id="defs26394">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.375"
inkscape:cx="-7.9450024"
inkscape:cy="105.60692"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1159"
inkscape:window-height="932"
inkscape:window-x="438"
inkscape:window-y="45"
inkscape:window-maximized="0" />
<metadata
id="metadata26397">
<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
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
sodipodi:r2="3.8276224"
sodipodi:cy="180.96373"
inkscape:randomized="0"
transform="matrix(9.5290174,-0.07930911,0.07930911,9.5290174,-4971.0328,-1676.6235)"
inkscape:flatsided="false"
inkscape:rounded="0.2104596"
sodipodi:type="star"
d="m 530.9488,186.70897 c -0.77941,0.55189 -3.15759,-1.90601 -4.11253,-1.9179 -0.95532,-0.0119 -3.39494,2.38585 -4.16096,1.8149 -0.76573,-0.57072 0.83698,-3.59203 0.55319,-4.50391 -0.2839,-0.91223 -3.31818,-2.49151 -3.01189,-3.39647 0.30617,-0.90461 3.67487,-0.31399 4.45442,-0.86567 0.77986,-0.5519 1.3442,-3.92569 2.29952,-3.91404 0.95494,0.0116 1.43421,3.39798 2.19979,3.9689 0.76588,0.57114 4.14893,0.0653 4.43307,0.97746 0.28402,0.9118 -2.78848,2.41405 -3.09488,3.31858 -0.30652,0.90489 1.21999,3.96605 0.44027,4.51815 z"
inkscape:transform-center-x="-0.085876475"
id="path11922"
inkscape:transform-center-y="-6.3233489"
sodipodi:r1="7.0383992"
sodipodi:arg1="0.95492637"
sodipodi:cx="526.88293"
style="color:#000000;fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:arg2="1.5829876"
sodipodi:sides="5" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -0,0 +1,244 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="user-home.svg">
<defs
id="defs26394">
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.9722718"
inkscape:cx="-48.783697"
inkscape:cy="124.29346"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1159"
inkscape:window-height="932"
inkscape:window-x="357"
inkscape:window-y="-26"
inkscape:window-maximized="0" />
<metadata
id="metadata26397">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
inkscape:connector-curvature="0"
d="M 64.00329,-57.379482 0.19670569,6.4271079 12.546367,18.77677 22.837751,8.4853862 l 0,49.3986428 28.932432,0 0,-24.699323 c 0,-4.561141 7.671966,-8.233107 12.233107,-8.233107 4.561141,0 12.233109,3.671966 12.233109,8.233107 l 0,24.699323 28.932431,0 0,-49.3986428 10.29138,10.2913838 12.34967,-12.3496621 z m 24.699323,8.233108 0,6.174832 16.466217,16.466214 0,-22.641046 z"
id="path2998-49-0-0"
style="color:#000000;fill:#3399ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5.10000038;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
sodipodi:nodetypes="ccccccsssccccccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -0,0 +1,291 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="128"
height="128"
id="svg26392"
version="1.1"
inkscape:version="0.48.5 r10040"
sodipodi:docname="user-trash.svg">
<defs
id="defs26394">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 64 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="128 : 64 : 1"
inkscape:persp3d-origin="64 : 42.666667 : 1"
id="perspective3804" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8272"
id="linearGradient5891"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)"
x1="97.538795"
y1="16.962049"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient8272">
<stop
offset="0"
style="stop-color:#ffffff;stop-opacity:1"
id="stop8274" />
<stop
offset="0.0221225"
style="stop-color:#ffffff;stop-opacity:0.23529412"
id="stop8276" />
<stop
offset="0.97909725"
style="stop-color:#ffffff;stop-opacity:0.15686275"
id="stop8278" />
<stop
offset="1"
style="stop-color:#ffffff;stop-opacity:0.39215687"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient5887"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)"
x1="22.934725"
y1="49.629246"
x2="22.934725"
y2="36.599415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5048-585"
id="linearGradient5875"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)"
x1="302.85715"
y1="366.64789"
x2="302.85715"
y2="609.50507" />
<linearGradient
id="linearGradient5048-585">
<stop
id="stop2667"
style="stop-color:#000000;stop-opacity:0"
offset="0" />
<stop
id="stop2669"
style="stop-color:#000000;stop-opacity:1"
offset="0.5" />
<stop
id="stop2671"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="radialGradient5877"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-179">
<stop
id="stop2675"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2677"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="radialGradient5879"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)"
cx="605.71429"
cy="486.64789"
fx="605.71429"
fy="486.64789"
r="117.14286" />
<linearGradient
id="linearGradient5060-820">
<stop
id="stop2681"
style="stop-color:#000000;stop-opacity:1"
offset="0" />
<stop
id="stop2683"
style="stop-color:#000000;stop-opacity:0"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient9235"
id="linearGradient5873"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)"
x1="97.538795"
y1="8.8103228"
x2="97.538795"
y2="44.260689" />
<linearGradient
id="linearGradient9235">
<stop
id="stop9237"
style="stop-color:#ffffff;stop-opacity:1"
offset="0" />
<stop
id="stop9239"
style="stop-color:#ffffff;stop-opacity:0.23529412"
offset="0.1088333" />
<stop
id="stop9241"
style="stop-color:#ffffff;stop-opacity:0.15686275"
offset="0.97909725" />
<stop
id="stop9243"
style="stop-color:#ffffff;stop-opacity:0.39215687"
offset="1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0"
id="linearGradient5869"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)"
x1="-51.786404"
y1="53.514328"
x2="-51.786404"
y2="3.6336823" />
<linearGradient
id="linearGradient3104-8-8-97-4-6-11-5-5-1-0">
<stop
offset="0"
style="stop-color:#000000;stop-opacity:0.32173914"
id="stop3106-5-4-3-5-0-2-1-0-1-2" />
<stop
offset="1"
style="stop-color:#000000;stop-opacity:0.27826086"
id="stop3108-4-3-7-8-2-0-7-9-4-9" />
</linearGradient>
<linearGradient
id="linearGradient6404-7-5">
<stop
id="stop6406-1-8"
style="stop-color:#f9f9f9;stop-opacity:1"
offset="0" />
<stop
id="stop6408-9-6"
style="stop-color:#c9c9c9;stop-opacity:1"
offset="1" />
</linearGradient>
<linearGradient
y2="16.997795"
x2="62.988873"
y1="14.090554"
x1="62.988873"
gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)"
gradientUnits="userSpaceOnUse"
id="linearGradient26390"
xlink:href="#linearGradient6404-7-5"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-820"
id="linearGradient3838"
x1="23.454546"
y1="-10.454544"
x2="106.72727"
y2="-10.454544"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.1441048,0,0,5.0129871,-22.198093,-12.955135)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5060-179"
id="linearGradient3848"
x1="65.614037"
y1="-18.322319"
x2="65.636368"
y2="-8.867774"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.97242435,0,-0.23815352)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8284271"
inkscape:cx="37.096548"
inkscape:cy="77.144488"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:document-units="px"
inkscape:grid-bbox="true"
inkscape:window-width="1680"
inkscape:window-height="987"
inkscape:window-x="39"
inkscape:window-y="47"
inkscape:window-maximized="0"
showguides="true"
inkscape:guide-bbox="true" />
<metadata
id="metadata26397">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
id="layer1"
inkscape:label="Layer 1"
inkscape:groupmode="layer"
transform="translate(0,64)">
<path
style="fill:#3399ff;fill-opacity:1;stroke:none"
d="m 30.341309,-18.545455 70.385961,0 -7.272724,77.090905 -56.000001,0 z"
id="path3820"
inkscape:connector-curvature="0" />
<rect
style="opacity:1;fill:#3399ff;fill-opacity:1;stroke:none;stroke-width:0.98858267000000000;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
id="rect3822"
width="83.272728"
height="14"
x="23.454546"
y="31.454546"
transform="translate(0,-64)" />
<path
style="fill:none;stroke:#3399ff;stroke-width:6.47825384;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 51.636364,-31.96113 0,-10.766143 26.909091,0 0,10.958397"
id="path3828"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path3840"
d="m 30.341309,-18.545455 70.385961,0 -0.909087,9.9090868 -68.545456,-0.088402 z"
style="opacity:0.47079043;fill:url(#linearGradient3848);fill-opacity:1;stroke:none"
sodipodi:nodetypes="ccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -158,21 +158,23 @@ _standard_list_populate(Evas_Object *list, int size)
EINA_LIST_FREE(l, group)
{
// group = "/elm/icon/standard-name/style/maybe_another_style??"
snprintf(name, sizeof(name), "%s", group + 9);
snprintf(name, sizeof(name), "%s", group + 9);
if ((p = strrchr(name, '/')))
*p = '\0';
// printf("Found group:%s Name:%s\n", group, name);
// printf("Found group:%s Name:%s\n", group, name);
// quick hack to show only standard-compliant icons
// apart from the "folder" one, all the others have "-" in the name
if ((strrchr(name, '-') != NULL) || !strcmp(name, "folder"))
{
ic = elm_icon_add(list);
elm_icon_standard_set(ic, name);
if (size)
evas_object_size_hint_min_set(ic, size, size);
elm_list_item_append(list, name, ic, NULL, NULL, NULL);
}
// 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"))
&& (strncmp(name, "arrow-", 6)))
{
ic = elm_icon_add(list);
elm_icon_standard_set(ic, name);
if (size)
evas_object_size_hint_min_set(ic, size, size);
elm_list_item_append(list, name, ic, NULL, NULL, NULL);
}
eina_stringshare_del(group);
}