Merge branch 'feature/themes/flat' into devs/hermet/lottie

This commit is contained in:
Hermet Park 2020-12-07 12:01:17 +09:00
commit f01b7be0c1
108 changed files with 5110 additions and 60 deletions

View File

@ -112,17 +112,6 @@ ICO1(CTX, "document-revert", 128)
ICO1(CTX, "document-export", 128) /* */
ICO1(CTX, "document-import", 128) /* */
ICO1(CTX, "edit-clear", 128)
ICO1(CTX, "edit-copy", 128)
ICO1(CTX, "edit-cut", 128)
ICO1(CTX, "edit-delete", 128)
ICO1(CTX, "edit-find", 128)
ICO1(CTX, "edit-find-replace", 128)
ICO1(CTX, "edit-paste", 128)
ICO1(CTX, "edit-redo", 128)
ICO1(CTX, "edit-undo", 128)
ICO1(CTX, "edit-select-all", 128)
ICO1(CTX, "folder-copy", 128) /* */
ICO1(CTX, "folder-move", 128) /* */
ICO1(CTX, "folder-new", 128) /* */
@ -140,25 +129,6 @@ ICO1(CTX, "format-text-italic", 128)
ICO1(CTX, "format-text-underline", 128)
ICO1(CTX, "format-text-strikethrough", 128)
ICO1(CTX, "go-home", 128)
ICO1(CTX, "go-bottom", 128)
ICO1(CTX, "go-down", 128)
ICO1(CTX, "go-first", 128)
ICO1(CTX, "go-jump", 128)
ICO1(CTX, "go-last", 128)
ICO1(CTX, "go-next", 128)
ICO1(CTX, "go-previous", 128)
ICO1(CTX, "go-top", 128)
ICO1(CTX, "go-up", 128)
ICO1(CTX, "insert-image", 128)
ICO1(CTX, "insert-link", 128)
ICO1(CTX, "insert-object", 128)
ICO1(CTX, "insert-text", 128)
ICO1(CTX, "list-add", 128)
ICO1(CTX, "list-remove", 128)
ICO1(CTX, "mail-forward", 128)
ICO1(CTX, "mail-mark-important", 128)
ICO1(CTX, "mail-mark-junk", 128)
@ -270,19 +240,7 @@ ICO1(CTX, "user-invisible", 128) /* */
ICO1(CTX, "user-idle", 128)
ICO1(CTX, "user-offline", 128)
ICO1(CTX, "user-trash-full", 128) /* */
ICO1(CTX, "weather-clear-night", 128)
ICO1(CTX, "weather-clear", 128)
ICO1(CTX, "weather-clouds-night", 128) /* */
ICO1(CTX, "weather-clouds", 128) /* */
ICO1(CTX, "weather-few-clouds-night", 128)
ICO1(CTX, "weather-few-clouds", 128)
ICO1(CTX, "weather-fog", 128)
ICO1(CTX, "weather-overcast", 128)
ICO1(CTX, "weather-severe-alert", 128)
ICO1(CTX, "weather-showers-scattered", 128)
ICO1(CTX, "weather-showers", 128)
ICO1(CTX, "weather-snow", 128)
ICO1(CTX, "weather-storm", 128)
// TODO image-loading
// TODO image-missing
// TODO sync-error

View File

@ -426,6 +426,31 @@ ICON("system-log-out", "i-system-logout")
ICON("system-search", "i-search")
ICON("system-run", "i-media-play")
ICON("edit-clear", "i-trash")
ICON("edit-copy", "i-copy")
ICON("edit-cut", "i-cut")
ICON("edit-delete", "i-trash")
ICON("edit-find", "i-search")
ICON("edit-find-replace", "i-search-edit")
ICON("edit-paste", "i-paste")
ICON("edit-redo", "i-redo")
ICON("edit-undo", "i-undo")
ICON("edit-select-all", "i-select-all")
ICON("list-add", "i-list-add")
ICON("list-remove", "i-list-del")
ICON("go-home", "i-home")
ICON("go-up", "i-arrow-u")
ICON("go-down", "i-arrow-d")
ICON("go-previous", "i-arrow-l")
ICON("go-next", "i-arrow-r")
ICON("go-top", "i-arrow-top")
ICON("go-bottom", "i-arrow-bottom")
ICON("go-first", "i-arrow-first")
ICON("go-last", "i-arrow-last")
ICON("go-jump", "i-redo")
#undef ICON
// regular icons
@ -561,7 +586,25 @@ ICON("applications-office", "i-briefcase")
ICON("applications-other", "i-app-window")
ICON("applications-science", "i-beaker")
ICON("applications-system", "i-gear")
ICON("applications-utilities", "i-utilities")
ICON("weather-clear", "i-sun")
ICON("weather-clear-night", "i-moon")
ICON("weather-clouds-night", "i-moon-clouds")
ICON("weather-clouds", "i-clouds")
ICON("weather-few-clouds", "i-clouds-few")
ICON("weather-few-clouds-night", "i-moon-clouds-few")
ICON("weather-showers", "i-cloud-rain")
ICON("weather-showers-scattered", "i-cloud-shower")
ICON("weather-storm", "i-cloud-thunder")
ICON("weather-snow", "i-cloud-snow")
ICON("weather-fog", "i-cloud-fog")
ICON("weather-overcast", "i-clouds-overcast")
ICON("weather-severe-alert", "i-cloud-severe-warn")
ICON("insert-image", "i-picture-landscape-plus")
ICON("insert-link", "i-link-plus")
ICON("insert-text", "i-text-plus")
ICON("insert-object", "i-cube-plus")
//ICON("", "")

View File

@ -84,6 +84,9 @@ I060("i-eject", "eject")
I060("i-home", "home")
I060("i-trash", "trash")
I060("i-search", "search")
I060("i-search-edit", "search-edit")
I060("i-undo", "undo")
I060("i-redo", "redo")
I060("i-hamburger-menu", "hamburger-menu")
I060("i-info", "info")
I060("i-media-rw", "media-rw")
@ -106,6 +109,12 @@ I060("i-zoom-fit-best", "zoom-fit-best")
I060("i-view-reset", "view-reset")
I060("i-view-sort-ascending", "view-sort-ascending")
I060("i-view-sort-descending", "view-sort-descending")
I060("i-list-add", "list-add")
I060("i-list-del", "list-del")
I060("i-arrow-first", "arrow-first")
I060("i-arrow-last", "arrow-last")
I060("i-arrow-top", "arrow-top")
I060("i-arrow-bottom", "arrow-bottom")
///////////////////////////////////////////////////////////////////////////////
// larger color icons (mostly efm or settings)
@ -279,6 +288,24 @@ I160("i-briefcase", "briefcase")
I160("i-app-window", "app-window")
I160("i-beaker", "beaker")
I160("i-utilities", "utilities")
I160("i-sun", "sun")
I160("i-moon", "moon")
I160("i-moon-clouds", "moon-clouds")
I160("i-clouds", "clouds")
I160("i-clouds-few", "clouds-few")
I160("i-clouds-overcast", "clouds-overcast")
I160("i-moon-clouds-few", "moon-clouds-few")
I160("i-cloud-rain", "cloud-rain")
I160("i-cloud-shower", "cloud-shower")
I160("i-cloud-thunder", "cloud-thunder")
I160("i-cloud-snow", "cloud-snow")
I160("i-cloud-fog", "cloud-fog")
I160("i-cloud-severe-warn", "cloud-severe-warn")
I160("i-picture-landscape-plus", "picture-landscape-plus")
I160("i-link-plus", "link-plus")
I160("i-text-plus", "text-plus")
I160("i-cube-plus", "cube-plus")
///////////////////////////////////////////////////////////////////////////////
// larger mono icons (mostly efm or settings)

View File

@ -0,0 +1,537 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="48"
inkscape:export-xdpi="48"
inkscape:export-filename="/home/raster/C/th-efl/th/img/arrow-bottom-015.png"
sodipodi:docname="arrow-bottom.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
version="1.1"
id="svg2816"
height="30"
width="30">
<defs
id="defs2818">
<linearGradient
id="linearGradient4749">
<stop
id="stop4751"
offset="0"
style="stop-color:#3399ff;stop-opacity:1;" />
<stop
style="stop-color:#3399ff;stop-opacity:1;"
offset="0.29411766"
id="stop4753" />
<stop
id="stop4755"
offset="1"
style="stop-color:#3399ff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient4645">
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="0"
id="stop4647" />
<stop
id="stop4649"
offset="0.5"
style="stop-color:#000000;stop-opacity:0;" />
<stop
style="stop-color:#000000;stop-opacity:0.1882353;"
offset="1"
id="stop4651" />
</linearGradient>
<linearGradient
id="linearGradient3732">
<stop
id="stop3734"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop3736"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3724">
<stop
style="stop-color:#000000;stop-opacity:0.26605505;"
offset="0"
id="stop3726" />
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="1"
id="stop3728" />
</linearGradient>
<linearGradient
id="linearGradient3682">
<stop
id="stop3684"
offset="0"
style="stop-color:#000000;stop-opacity:0;" />
<stop
id="stop3686"
offset="1"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3672"
inkscape:collect="always">
<stop
id="stop3674"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop3676"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3660">
<stop
id="stop3662"
offset="0"
style="stop-color:#666666;stop-opacity:1;" />
<stop
style="stop-color:#dcdcdc;stop-opacity:1;"
offset="0.27873334"
id="stop3668" />
<stop
id="stop3664"
offset="1"
style="stop-color:#4d4d4d;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3650">
<stop
style="stop-color:#3399ff;stop-opacity:1;"
offset="0"
id="stop3652" />
<stop
id="stop3654"
offset="0.5"
style="stop-color:#3399ff;stop-opacity:1;" />
<stop
style="stop-color:#3399ff;stop-opacity:0;"
offset="1"
id="stop3656" />
</linearGradient>
<linearGradient
id="linearGradient3632">
<stop
id="stop3634"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0.5"
id="stop3640" />
<stop
id="stop3636"
offset="1"
style="stop-color:#dcecff;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3612">
<stop
id="stop3614"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffc800;stop-opacity:1;"
offset="0.5"
id="stop3620" />
<stop
id="stop3622"
offset="0.75"
style="stop-color:#960000;stop-opacity:1;" />
<stop
id="stop3616"
offset="1"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
<inkscape:perspective
id="perspective2824"
inkscape:persp3d-origin="32 : 21.333333 : 1"
inkscape:vp_z="64 : 32 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 32 : 1"
sodipodi:type="inkscape:persp3d" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)"
r="3.5"
fy="30.115854"
fx="32"
cy="30.115854"
cx="32"
id="radialGradient3618"
xlink:href="#linearGradient3612"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
id="radialGradient3638"
xlink:href="#linearGradient3632"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient3658"
xlink:href="#linearGradient3650"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
y2="50"
x2="44"
y1="50"
x1="20"
id="linearGradient3666"
xlink:href="#linearGradient3660"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
id="radialGradient3678"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
id="radialGradient3688"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3692"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient3698"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3700"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient3706"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3708"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="28.499998"
fx="29.222221"
cy="28.499998"
cx="29.222221"
gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)"
gradientUnits="userSpaceOnUse"
id="radialGradient3712"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)"
r="5"
fy="52.5"
fx="31"
cy="52.5"
cx="31"
id="radialGradient3722"
xlink:href="#linearGradient3724"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)"
r="18.5"
fy="58.5"
fx="33.5"
cy="58.5"
cx="33.5"
id="radialGradient3738"
xlink:href="#linearGradient3732"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient4653"
xlink:href="#linearGradient4645"
inkscape:collect="always" />
<radialGradient
r="18.5"
fy="58.5"
fx="33.5"
cy="58.5"
cx="33.5"
gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)"
gradientUnits="userSpaceOnUse"
id="radialGradient4655"
xlink:href="#linearGradient3732"
inkscape:collect="always" />
<linearGradient
y2="50"
x2="44"
y1="50"
x1="20"
gradientUnits="userSpaceOnUse"
id="linearGradient4657"
xlink:href="#linearGradient3660"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4659"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4661"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4663"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4665"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4667"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4669"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4671"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="28.499998"
fx="29.222221"
cy="28.499998"
cx="29.222221"
gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)"
gradientUnits="userSpaceOnUse"
id="radialGradient4673"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="5"
fy="52.5"
fx="31"
cy="52.5"
cx="31"
gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)"
gradientUnits="userSpaceOnUse"
id="radialGradient4675"
xlink:href="#linearGradient3724"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient4699"
xlink:href="#linearGradient3650"
inkscape:collect="always" />
<radialGradient
r="3.5"
fy="30.115854"
fx="32"
cy="30.115854"
cx="32"
gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)"
gradientUnits="userSpaceOnUse"
id="radialGradient4703"
xlink:href="#linearGradient3612"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
inkscape:snap-smooth-nodes="true"
inkscape:object-nodes="true"
inkscape:snap-intersection-paths="true"
inkscape:object-paths="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:bbox-nodes="true"
inkscape:bbox-paths="true"
inkscape:snap-bbox="true"
inkscape:showpageshadow="false"
inkscape:window-maximized="0"
inkscape:window-y="0"
inkscape:window-x="804"
inkscape:window-height="1372"
inkscape:window-width="1756"
inkscape:grid-bbox="true"
inkscape:document-units="px"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="15"
inkscape:cx="15"
inkscape:zoom="35.1"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
borderopacity="0.50196078"
bordercolor="#000000"
pagecolor="#404040"
id="base">
<inkscape:grid
snapvisiblegridlinesonly="true"
enabled="true"
visible="true"
empspacing="5"
id="grid2826"
type="xygrid" />
</sodipodi:namedview>
<metadata
id="metadata2821">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,-34)"
inkscape:groupmode="layer"
inkscape:label="Layer 1"
id="layer1">
<path
inkscape:connector-curvature="0"
id="path4682"
d="m 15,54 7,-7 -3,-3 -4,4 -4,-4 -3,3 z"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke-width:4.19524;stroke-linecap:round;stroke-linejoin:round"
id="rect2889"
width="4"
height="22"
x="56"
y="-26"
transform="rotate(90)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,536 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="48"
inkscape:export-xdpi="48"
inkscape:export-filename="/home/raster/C/th-efl/th/img/arrow-first-015.png"
sodipodi:docname="arrow-first.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
version="1.1"
id="svg2816"
height="30"
width="30">
<defs
id="defs2818">
<linearGradient
id="linearGradient4749">
<stop
id="stop4751"
offset="0"
style="stop-color:#3399ff;stop-opacity:1;" />
<stop
style="stop-color:#3399ff;stop-opacity:1;"
offset="0.29411766"
id="stop4753" />
<stop
id="stop4755"
offset="1"
style="stop-color:#3399ff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient4645">
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="0"
id="stop4647" />
<stop
id="stop4649"
offset="0.5"
style="stop-color:#000000;stop-opacity:0;" />
<stop
style="stop-color:#000000;stop-opacity:0.1882353;"
offset="1"
id="stop4651" />
</linearGradient>
<linearGradient
id="linearGradient3732">
<stop
id="stop3734"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop3736"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3724">
<stop
style="stop-color:#000000;stop-opacity:0.26605505;"
offset="0"
id="stop3726" />
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="1"
id="stop3728" />
</linearGradient>
<linearGradient
id="linearGradient3682">
<stop
id="stop3684"
offset="0"
style="stop-color:#000000;stop-opacity:0;" />
<stop
id="stop3686"
offset="1"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3672"
inkscape:collect="always">
<stop
id="stop3674"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop3676"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3660">
<stop
id="stop3662"
offset="0"
style="stop-color:#666666;stop-opacity:1;" />
<stop
style="stop-color:#dcdcdc;stop-opacity:1;"
offset="0.27873334"
id="stop3668" />
<stop
id="stop3664"
offset="1"
style="stop-color:#4d4d4d;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3650">
<stop
style="stop-color:#3399ff;stop-opacity:1;"
offset="0"
id="stop3652" />
<stop
id="stop3654"
offset="0.5"
style="stop-color:#3399ff;stop-opacity:1;" />
<stop
style="stop-color:#3399ff;stop-opacity:0;"
offset="1"
id="stop3656" />
</linearGradient>
<linearGradient
id="linearGradient3632">
<stop
id="stop3634"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0.5"
id="stop3640" />
<stop
id="stop3636"
offset="1"
style="stop-color:#dcecff;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3612">
<stop
id="stop3614"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffc800;stop-opacity:1;"
offset="0.5"
id="stop3620" />
<stop
id="stop3622"
offset="0.75"
style="stop-color:#960000;stop-opacity:1;" />
<stop
id="stop3616"
offset="1"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
<inkscape:perspective
id="perspective2824"
inkscape:persp3d-origin="32 : 21.333333 : 1"
inkscape:vp_z="64 : 32 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 32 : 1"
sodipodi:type="inkscape:persp3d" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)"
r="3.5"
fy="30.115854"
fx="32"
cy="30.115854"
cx="32"
id="radialGradient3618"
xlink:href="#linearGradient3612"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
id="radialGradient3638"
xlink:href="#linearGradient3632"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient3658"
xlink:href="#linearGradient3650"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
y2="50"
x2="44"
y1="50"
x1="20"
id="linearGradient3666"
xlink:href="#linearGradient3660"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
id="radialGradient3678"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
id="radialGradient3688"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3692"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient3698"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3700"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient3706"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3708"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="28.499998"
fx="29.222221"
cy="28.499998"
cx="29.222221"
gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)"
gradientUnits="userSpaceOnUse"
id="radialGradient3712"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)"
r="5"
fy="52.5"
fx="31"
cy="52.5"
cx="31"
id="radialGradient3722"
xlink:href="#linearGradient3724"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)"
r="18.5"
fy="58.5"
fx="33.5"
cy="58.5"
cx="33.5"
id="radialGradient3738"
xlink:href="#linearGradient3732"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient4653"
xlink:href="#linearGradient4645"
inkscape:collect="always" />
<radialGradient
r="18.5"
fy="58.5"
fx="33.5"
cy="58.5"
cx="33.5"
gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)"
gradientUnits="userSpaceOnUse"
id="radialGradient4655"
xlink:href="#linearGradient3732"
inkscape:collect="always" />
<linearGradient
y2="50"
x2="44"
y1="50"
x1="20"
gradientUnits="userSpaceOnUse"
id="linearGradient4657"
xlink:href="#linearGradient3660"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4659"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4661"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4663"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4665"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4667"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4669"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4671"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="28.499998"
fx="29.222221"
cy="28.499998"
cx="29.222221"
gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)"
gradientUnits="userSpaceOnUse"
id="radialGradient4673"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="5"
fy="52.5"
fx="31"
cy="52.5"
cx="31"
gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)"
gradientUnits="userSpaceOnUse"
id="radialGradient4675"
xlink:href="#linearGradient3724"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient4699"
xlink:href="#linearGradient3650"
inkscape:collect="always" />
<radialGradient
r="3.5"
fy="30.115854"
fx="32"
cy="30.115854"
cx="32"
gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)"
gradientUnits="userSpaceOnUse"
id="radialGradient4703"
xlink:href="#linearGradient3612"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
inkscape:snap-smooth-nodes="true"
inkscape:object-nodes="true"
inkscape:snap-intersection-paths="true"
inkscape:object-paths="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:bbox-nodes="true"
inkscape:bbox-paths="true"
inkscape:snap-bbox="true"
inkscape:showpageshadow="false"
inkscape:window-maximized="0"
inkscape:window-y="0"
inkscape:window-x="804"
inkscape:window-height="1372"
inkscape:window-width="1756"
inkscape:grid-bbox="true"
inkscape:document-units="px"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="15"
inkscape:cx="15"
inkscape:zoom="35.1"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
borderopacity="0.50196078"
bordercolor="#000000"
pagecolor="#404040"
id="base">
<inkscape:grid
snapvisiblegridlinesonly="true"
enabled="true"
visible="true"
empspacing="5"
id="grid2826"
type="xygrid" />
</sodipodi:namedview>
<metadata
id="metadata2821">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,-34)"
inkscape:groupmode="layer"
inkscape:label="Layer 1"
id="layer1">
<path
inkscape:connector-curvature="0"
id="path4682"
d="m 10,49 7,-7 3,3 -4,4 4,4 -3,3 z"
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke-width:4.19524;stroke-linecap:round;stroke-linejoin:round"
id="rect2889"
width="4"
height="22"
x="4"
y="38" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,536 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="48"
inkscape:export-xdpi="48"
inkscape:export-filename="/home/raster/C/th-efl/th/img/arrow-last-015.png"
sodipodi:docname="arrow-last.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
version="1.1"
id="svg2816"
height="30"
width="30">
<defs
id="defs2818">
<linearGradient
id="linearGradient4749">
<stop
id="stop4751"
offset="0"
style="stop-color:#3399ff;stop-opacity:1;" />
<stop
style="stop-color:#3399ff;stop-opacity:1;"
offset="0.29411766"
id="stop4753" />
<stop
id="stop4755"
offset="1"
style="stop-color:#3399ff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient4645">
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="0"
id="stop4647" />
<stop
id="stop4649"
offset="0.5"
style="stop-color:#000000;stop-opacity:0;" />
<stop
style="stop-color:#000000;stop-opacity:0.1882353;"
offset="1"
id="stop4651" />
</linearGradient>
<linearGradient
id="linearGradient3732">
<stop
id="stop3734"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop3736"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3724">
<stop
style="stop-color:#000000;stop-opacity:0.26605505;"
offset="0"
id="stop3726" />
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="1"
id="stop3728" />
</linearGradient>
<linearGradient
id="linearGradient3682">
<stop
id="stop3684"
offset="0"
style="stop-color:#000000;stop-opacity:0;" />
<stop
id="stop3686"
offset="1"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3672"
inkscape:collect="always">
<stop
id="stop3674"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop3676"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3660">
<stop
id="stop3662"
offset="0"
style="stop-color:#666666;stop-opacity:1;" />
<stop
style="stop-color:#dcdcdc;stop-opacity:1;"
offset="0.27873334"
id="stop3668" />
<stop
id="stop3664"
offset="1"
style="stop-color:#4d4d4d;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3650">
<stop
style="stop-color:#3399ff;stop-opacity:1;"
offset="0"
id="stop3652" />
<stop
id="stop3654"
offset="0.5"
style="stop-color:#3399ff;stop-opacity:1;" />
<stop
style="stop-color:#3399ff;stop-opacity:0;"
offset="1"
id="stop3656" />
</linearGradient>
<linearGradient
id="linearGradient3632">
<stop
id="stop3634"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0.5"
id="stop3640" />
<stop
id="stop3636"
offset="1"
style="stop-color:#dcecff;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3612">
<stop
id="stop3614"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffc800;stop-opacity:1;"
offset="0.5"
id="stop3620" />
<stop
id="stop3622"
offset="0.75"
style="stop-color:#960000;stop-opacity:1;" />
<stop
id="stop3616"
offset="1"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
<inkscape:perspective
id="perspective2824"
inkscape:persp3d-origin="32 : 21.333333 : 1"
inkscape:vp_z="64 : 32 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 32 : 1"
sodipodi:type="inkscape:persp3d" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)"
r="3.5"
fy="30.115854"
fx="32"
cy="30.115854"
cx="32"
id="radialGradient3618"
xlink:href="#linearGradient3612"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
id="radialGradient3638"
xlink:href="#linearGradient3632"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient3658"
xlink:href="#linearGradient3650"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
y2="50"
x2="44"
y1="50"
x1="20"
id="linearGradient3666"
xlink:href="#linearGradient3660"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
id="radialGradient3678"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
id="radialGradient3688"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3692"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient3698"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3700"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient3706"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3708"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="28.499998"
fx="29.222221"
cy="28.499998"
cx="29.222221"
gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)"
gradientUnits="userSpaceOnUse"
id="radialGradient3712"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)"
r="5"
fy="52.5"
fx="31"
cy="52.5"
cx="31"
id="radialGradient3722"
xlink:href="#linearGradient3724"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)"
r="18.5"
fy="58.5"
fx="33.5"
cy="58.5"
cx="33.5"
id="radialGradient3738"
xlink:href="#linearGradient3732"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient4653"
xlink:href="#linearGradient4645"
inkscape:collect="always" />
<radialGradient
r="18.5"
fy="58.5"
fx="33.5"
cy="58.5"
cx="33.5"
gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)"
gradientUnits="userSpaceOnUse"
id="radialGradient4655"
xlink:href="#linearGradient3732"
inkscape:collect="always" />
<linearGradient
y2="50"
x2="44"
y1="50"
x1="20"
gradientUnits="userSpaceOnUse"
id="linearGradient4657"
xlink:href="#linearGradient3660"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4659"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4661"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4663"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4665"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4667"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4669"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4671"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="28.499998"
fx="29.222221"
cy="28.499998"
cx="29.222221"
gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)"
gradientUnits="userSpaceOnUse"
id="radialGradient4673"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="5"
fy="52.5"
fx="31"
cy="52.5"
cx="31"
gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)"
gradientUnits="userSpaceOnUse"
id="radialGradient4675"
xlink:href="#linearGradient3724"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient4699"
xlink:href="#linearGradient3650"
inkscape:collect="always" />
<radialGradient
r="3.5"
fy="30.115854"
fx="32"
cy="30.115854"
cx="32"
gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)"
gradientUnits="userSpaceOnUse"
id="radialGradient4703"
xlink:href="#linearGradient3612"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
inkscape:snap-smooth-nodes="true"
inkscape:object-nodes="true"
inkscape:snap-intersection-paths="true"
inkscape:object-paths="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:bbox-nodes="true"
inkscape:bbox-paths="true"
inkscape:snap-bbox="true"
inkscape:showpageshadow="false"
inkscape:window-maximized="0"
inkscape:window-y="0"
inkscape:window-x="804"
inkscape:window-height="1372"
inkscape:window-width="1756"
inkscape:grid-bbox="true"
inkscape:document-units="px"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="15"
inkscape:cx="15"
inkscape:zoom="35.1"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
borderopacity="0.50196078"
bordercolor="#000000"
pagecolor="#404040"
id="base">
<inkscape:grid
snapvisiblegridlinesonly="true"
enabled="true"
visible="true"
empspacing="5"
id="grid2826"
type="xygrid" />
</sodipodi:namedview>
<metadata
id="metadata2821">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,-34)"
inkscape:groupmode="layer"
inkscape:label="Layer 1"
id="layer1">
<path
inkscape:connector-curvature="0"
id="path4682"
d="m 20,49 -7,-7 -3,3 4,4 -4,4 3,3 z"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke-width:4.19524;stroke-linecap:round;stroke-linejoin:round"
id="rect2889"
width="4"
height="22"
x="22"
y="38" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,537 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="48"
inkscape:export-xdpi="48"
inkscape:export-filename="/home/raster/C/th-efl/th/img/arrow-top-015.png"
sodipodi:docname="arrow-top.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
version="1.1"
id="svg2816"
height="30"
width="30">
<defs
id="defs2818">
<linearGradient
id="linearGradient4749">
<stop
id="stop4751"
offset="0"
style="stop-color:#3399ff;stop-opacity:1;" />
<stop
style="stop-color:#3399ff;stop-opacity:1;"
offset="0.29411766"
id="stop4753" />
<stop
id="stop4755"
offset="1"
style="stop-color:#3399ff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient4645">
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="0"
id="stop4647" />
<stop
id="stop4649"
offset="0.5"
style="stop-color:#000000;stop-opacity:0;" />
<stop
style="stop-color:#000000;stop-opacity:0.1882353;"
offset="1"
id="stop4651" />
</linearGradient>
<linearGradient
id="linearGradient3732">
<stop
id="stop3734"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
<stop
id="stop3736"
offset="1"
style="stop-color:#000000;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3724">
<stop
style="stop-color:#000000;stop-opacity:0.26605505;"
offset="0"
id="stop3726" />
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="1"
id="stop3728" />
</linearGradient>
<linearGradient
id="linearGradient3682">
<stop
id="stop3684"
offset="0"
style="stop-color:#000000;stop-opacity:0;" />
<stop
id="stop3686"
offset="1"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3672"
inkscape:collect="always">
<stop
id="stop3674"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop3676"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient3660">
<stop
id="stop3662"
offset="0"
style="stop-color:#666666;stop-opacity:1;" />
<stop
style="stop-color:#dcdcdc;stop-opacity:1;"
offset="0.27873334"
id="stop3668" />
<stop
id="stop3664"
offset="1"
style="stop-color:#4d4d4d;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3650">
<stop
style="stop-color:#3399ff;stop-opacity:1;"
offset="0"
id="stop3652" />
<stop
id="stop3654"
offset="0.5"
style="stop-color:#3399ff;stop-opacity:1;" />
<stop
style="stop-color:#3399ff;stop-opacity:0;"
offset="1"
id="stop3656" />
</linearGradient>
<linearGradient
id="linearGradient3632">
<stop
id="stop3634"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0.5"
id="stop3640" />
<stop
id="stop3636"
offset="1"
style="stop-color:#dcecff;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3612">
<stop
id="stop3614"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffc800;stop-opacity:1;"
offset="0.5"
id="stop3620" />
<stop
id="stop3622"
offset="0.75"
style="stop-color:#960000;stop-opacity:1;" />
<stop
id="stop3616"
offset="1"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
<inkscape:perspective
id="perspective2824"
inkscape:persp3d-origin="32 : 21.333333 : 1"
inkscape:vp_z="64 : 32 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 32 : 1"
sodipodi:type="inkscape:persp3d" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)"
r="3.5"
fy="30.115854"
fx="32"
cy="30.115854"
cx="32"
id="radialGradient3618"
xlink:href="#linearGradient3612"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
id="radialGradient3638"
xlink:href="#linearGradient3632"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient3658"
xlink:href="#linearGradient3650"
inkscape:collect="always" />
<linearGradient
gradientUnits="userSpaceOnUse"
y2="50"
x2="44"
y1="50"
x1="20"
id="linearGradient3666"
xlink:href="#linearGradient3660"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
id="radialGradient3678"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
id="radialGradient3688"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3692"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient3698"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3700"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient3706"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient3708"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="28.499998"
fx="29.222221"
cy="28.499998"
cx="29.222221"
gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)"
gradientUnits="userSpaceOnUse"
id="radialGradient3712"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)"
r="5"
fy="52.5"
fx="31"
cy="52.5"
cx="31"
id="radialGradient3722"
xlink:href="#linearGradient3724"
inkscape:collect="always" />
<radialGradient
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)"
r="18.5"
fy="58.5"
fx="33.5"
cy="58.5"
cx="33.5"
id="radialGradient3738"
xlink:href="#linearGradient3732"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient4653"
xlink:href="#linearGradient4645"
inkscape:collect="always" />
<radialGradient
r="18.5"
fy="58.5"
fx="33.5"
cy="58.5"
cx="33.5"
gradientTransform="matrix(1,0,0,0.13513514,0,50.594595)"
gradientUnits="userSpaceOnUse"
id="radialGradient4655"
xlink:href="#linearGradient3732"
inkscape:collect="always" />
<linearGradient
y2="50"
x2="44"
y1="50"
x1="20"
gradientUnits="userSpaceOnUse"
id="linearGradient4657"
xlink:href="#linearGradient3660"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4659"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4661"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4663"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4665"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4667"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="11"
fy="46"
fx="27"
cy="46"
cx="27"
gradientTransform="matrix(1,0,0,0.09090909,0,41.818182)"
gradientUnits="userSpaceOnUse"
id="radialGradient4669"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="12"
fy="31.5"
fx="27"
cy="31.5"
cx="27"
gradientTransform="matrix(2.25,2.6250004e-8,0,0.33333332,-33.75,31.499999)"
gradientUnits="userSpaceOnUse"
id="radialGradient4671"
xlink:href="#linearGradient3682"
inkscape:collect="always" />
<radialGradient
r="12"
fy="28.499998"
fx="29.222221"
cy="28.499998"
cx="29.222221"
gradientTransform="matrix(1.3333334,5.6213363e-7,-1.1031148e-7,0.25,-6.9629634,33.874984)"
gradientUnits="userSpaceOnUse"
id="radialGradient4673"
xlink:href="#linearGradient3672"
inkscape:collect="always" />
<radialGradient
r="5"
fy="52.5"
fx="31"
cy="52.5"
cx="31"
gradientTransform="matrix(1.2,0,0,0.2,-6.2,46.5)"
gradientUnits="userSpaceOnUse"
id="radialGradient4675"
xlink:href="#linearGradient3724"
inkscape:collect="always" />
<radialGradient
r="20"
fy="26"
fx="32"
cy="26"
cx="32"
gradientUnits="userSpaceOnUse"
id="radialGradient4699"
xlink:href="#linearGradient3650"
inkscape:collect="always" />
<radialGradient
r="3.5"
fy="30.115854"
fx="32"
cy="30.115854"
cx="32"
gradientTransform="matrix(-3.1428571,5.0921233e-7,-3.7033621e-7,-2.285714,132.57144,94.836217)"
gradientUnits="userSpaceOnUse"
id="radialGradient4703"
xlink:href="#linearGradient3612"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
inkscape:snap-smooth-nodes="true"
inkscape:object-nodes="true"
inkscape:snap-intersection-paths="true"
inkscape:object-paths="true"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:bbox-nodes="true"
inkscape:bbox-paths="true"
inkscape:snap-bbox="true"
inkscape:showpageshadow="false"
inkscape:window-maximized="0"
inkscape:window-y="0"
inkscape:window-x="804"
inkscape:window-height="1372"
inkscape:window-width="1756"
inkscape:grid-bbox="true"
inkscape:document-units="px"
showgrid="true"
inkscape:current-layer="layer1"
inkscape:cy="15"
inkscape:cx="15"
inkscape:zoom="35.1"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
borderopacity="0.50196078"
bordercolor="#000000"
pagecolor="#404040"
id="base">
<inkscape:grid
snapvisiblegridlinesonly="true"
enabled="true"
visible="true"
empspacing="5"
id="grid2826"
type="xygrid" />
</sodipodi:namedview>
<metadata
id="metadata2821">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(0,-34)"
inkscape:groupmode="layer"
inkscape:label="Layer 1"
id="layer1">
<path
inkscape:connector-curvature="0"
id="path4682"
d="m 15,44 7,7 -3,3 -4,-4 -4,4 -3,-3 z"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<rect
style="fill:#ffffff;fill-opacity:1;stroke-width:4.19524;stroke-linecap:round;stroke-linejoin:round"
id="rect2889"
width="4"
height="22"
x="-42"
y="-26"
transform="matrix(0,-1,-1,0,0,0)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,158 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="80"
height="80"
viewBox="0 0 80 80"
sodipodi:docname="coud-fog.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-fog-040.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<mask
maskUnits="userSpaceOnUse"
id="mask947">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
id="rect949"
width="60"
height="40"
x="10"
y="5" />
</mask>
<mask
id="mask3567"
maskUnits="userSpaceOnUse">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
id="path3569"
sodipodi:nodetypes="zzzzz" />
</mask>
<clipPath
id="clipPath922"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
id="clipPath922-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924-7"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath876">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z"
id="path878" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="13.1625"
inkscape:cx="40"
inkscape:cy="40"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
showguides="false"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-others="true"
inkscape:snap-nodes="true"
inkscape:bbox-paths="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid837"
empspacing="4"
enabled="true"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="path987"
style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round"
d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.99996,11.99996 0 0 0 -4.015611,0.69531 15.999947,15.999947 0 0 0 0.01568,-0.69531 A 15.999947,15.999947 0 0 0 40.000069,8.000135 Z" />
<path
style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32,54 H 12"
id="path1932" />
<path
style="fill:none;fill-opacity:1;stroke:#a0a0a0;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 56,54 H 44"
id="path1956"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#c8c8c8;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 44,62 H 24"
id="path1958" />
<path
style="fill:none;fill-opacity:1;stroke:#c8c8c8;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 64,70 H 44"
id="path1960" />
<path
style="fill:none;fill-opacity:1;stroke:#a0a0a0;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 22,70 H 10"
id="path1962"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 70,62 H 62"
id="path1964"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -0,0 +1,147 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="80"
height="80"
viewBox="0 0 80 80"
sodipodi:docname="coud-rain.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-rain-040.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<mask
maskUnits="userSpaceOnUse"
id="mask947">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
id="rect949"
width="60"
height="40"
x="10"
y="5" />
</mask>
<mask
id="mask3567"
maskUnits="userSpaceOnUse">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
id="path3569"
sodipodi:nodetypes="zzzzz" />
</mask>
<clipPath
id="clipPath922"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
id="clipPath922-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924-7"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath876">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z"
id="path878" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="13.1625"
inkscape:cx="40"
inkscape:cy="40"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
showguides="false"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-others="true"
inkscape:snap-nodes="true"
inkscape:bbox-paths="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid837"
empspacing="4"
enabled="true"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="path987"
style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round"
d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.99996,11.99996 0 0 0 -4.015611,0.69531 15.999947,15.999947 0 0 0 0.01568,-0.69531 A 15.999947,15.999947 0 0 0 40.000069,8.000135 Z" />
<path
style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 16,56 C 8,72 8,72 8,72"
id="path1757" />
<path
style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 32,56 C 24,72 24,72 24,72"
id="path1761" />
<path
style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 48,56 C 40,72 40,72 40,72"
id="path1765" />
<path
style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 64,56 C 56,72 56,72 56,72"
id="path1767" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,174 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="80"
height="80"
viewBox="0 0 80 80"
sodipodi:docname="coud-severe-warn.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-severe-warn-040.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<mask
maskUnits="userSpaceOnUse"
id="mask947">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
id="rect949"
width="60"
height="40"
x="10"
y="5" />
</mask>
<mask
id="mask3567"
maskUnits="userSpaceOnUse">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
id="path3569"
sodipodi:nodetypes="zzzzz" />
</mask>
<clipPath
id="clipPath922"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
id="clipPath922-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924-7"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath876">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z"
id="path878" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="13.1625"
inkscape:cx="40"
inkscape:cy="39.962013"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
showguides="false"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-others="true"
inkscape:snap-nodes="true"
inkscape:bbox-paths="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid837"
empspacing="4"
enabled="true"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="path987"
style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round"
d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.99996,11.99996 0 0 0 -4.015611,0.69531 15.999947,15.999947 0 0 0 0.01568,-0.69531 A 15.999947,15.999947 0 0 0 40.000069,8.000135 Z" />
<path
style="fill:#e2d86b;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 34,52 -4,8 h 4 L 28,72 42,58 h -2 l 6,-6 z"
id="path1910"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 58,56 V 72"
id="path1930"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 16,56 C 8,72 8,72 8,72"
id="path1757" />
<path
style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 24,56 C 16,72 16,72 16,72"
id="path1761" />
<path
style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 66,64 H 50"
id="path4405"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 63.656854,58.343146 52.343146,69.656854"
id="path4407"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 63.656854,69.656854 52.343146,58.343146"
id="path4409"
sodipodi:nodetypes="cc" />
<circle
style="fill:#de4422;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1"
id="path4411"
cx="40"
cy="40"
r="4" />
<path
id="circle4415"
style="fill:#de4422;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round"
d="M 39.939453 12 A 4 4 0 0 0 36 16 A 4 4 0 0 0 36 16.060547 L 36 28 A 4 4 0 0 0 40 32 A 4 4 0 0 0 44 28 A 4 4 0 0 0 44 27.939453 L 44 16 A 4 4 0 0 0 40 12 A 4 4 0 0 0 39.939453 12 z " />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@ -0,0 +1,151 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="80"
height="80"
viewBox="0 0 80 80"
sodipodi:docname="coud-shower.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-shower-040.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<mask
maskUnits="userSpaceOnUse"
id="mask947">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
id="rect949"
width="60"
height="40"
x="10"
y="5" />
</mask>
<mask
id="mask3567"
maskUnits="userSpaceOnUse">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
id="path3569"
sodipodi:nodetypes="zzzzz" />
</mask>
<clipPath
id="clipPath922"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
id="clipPath922-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924-7"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath876">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z"
id="path878" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="13.1625"
inkscape:cx="40"
inkscape:cy="40"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
showguides="false"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-others="true"
inkscape:snap-nodes="true"
inkscape:bbox-paths="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid837"
empspacing="4"
enabled="true"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="path987"
style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round"
d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.99996,11.99996 0 0 0 -4.015611,0.69531 15.999947,15.999947 0 0 0 0.01568,-0.69531 A 15.999947,15.999947 0 0 0 40.000069,8.000135 Z" />
<path
style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 32,56 -2,4"
id="path1757"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 26,68 -2,4"
id="path1787"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 48,56 -2,4"
id="path1789"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:1;stroke:#519eae;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 42,68 -2,4"
id="path1791"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,147 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="80"
height="80"
viewBox="0 0 80 80"
sodipodi:docname="coud-snow.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-snow-040.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<mask
maskUnits="userSpaceOnUse"
id="mask947">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
id="rect949"
width="60"
height="40"
x="10"
y="5" />
</mask>
<mask
id="mask3567"
maskUnits="userSpaceOnUse">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
id="path3569"
sodipodi:nodetypes="zzzzz" />
</mask>
<clipPath
id="clipPath922"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
id="clipPath922-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924-7"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath876">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z"
id="path878" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="13.1625"
inkscape:cx="40"
inkscape:cy="40"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
showguides="false"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-others="true"
inkscape:snap-nodes="true"
inkscape:bbox-paths="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid837"
empspacing="4"
enabled="true"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="path987"
style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round"
d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.99996,11.99996 0 0 0 -4.015611,0.69531 15.999947,15.999947 0 0 0 0.01568,-0.69531 A 15.999947,15.999947 0 0 0 40.000069,8.000135 Z" />
<path
style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 40,52 V 72"
id="path1930" />
<path
style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 50,62 H 30"
id="path1932" />
<path
style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 47.071068,69.071068 32.928932,54.928932"
id="path1934" />
<path
style="fill:none;fill-opacity:1;stroke:#dcdcdc;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 47.071068,54.928932 32.928932,69.071068"
id="path1936" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,136 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="80"
height="80"
viewBox="0 0 80 80"
sodipodi:docname="coud-thunder.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cloud-thunder-040.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<mask
maskUnits="userSpaceOnUse"
id="mask947">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
id="rect949"
width="60"
height="40"
x="10"
y="5" />
</mask>
<mask
id="mask3567"
maskUnits="userSpaceOnUse">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
id="path3569"
sodipodi:nodetypes="zzzzz" />
</mask>
<clipPath
id="clipPath922"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
id="clipPath922-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924-7"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath876">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z"
id="path878" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="13.1625"
inkscape:cx="40"
inkscape:cy="39.962013"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
showguides="false"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-others="true"
inkscape:snap-nodes="true"
inkscape:bbox-paths="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid837"
empspacing="4"
enabled="true"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="path987"
style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round"
d="m 40.000013,8.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,40.000025 7.9999736,7.9999736 0 0 0 16.000173,48 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.99996,11.99996 0 0 0 -4.015611,0.69531 15.999947,15.999947 0 0 0 0.01568,-0.69531 A 15.999947,15.999947 0 0 0 40.000069,8.000135 Z" />
<path
style="fill:#e2d86b;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 34,52 -4,8 h 4 L 28,72 42,58 h -2 l 6,-6 z"
id="path1910"
sodipodi:nodetypes="cccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -0,0 +1,131 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="80"
height="80"
viewBox="0 0 80 80"
sodipodi:docname="clouds-few.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/clouds-few-040.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<mask
maskUnits="userSpaceOnUse"
id="mask947">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
id="rect949"
width="60"
height="40"
x="10"
y="5" />
</mask>
<mask
id="mask3567"
maskUnits="userSpaceOnUse">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
id="path3569"
sodipodi:nodetypes="zzzzz" />
</mask>
<clipPath
id="clipPath922"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
id="clipPath922-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924-7"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath876">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z"
id="path878" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="13.1625"
inkscape:cx="40"
inkscape:cy="40"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
showguides="false"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-others="true"
inkscape:snap-nodes="true"
inkscape:bbox-paths="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid837"
empspacing="4"
enabled="true"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="path987"
style="fill:#dcdcdc;fill-opacity:1;stroke-width:3.99998;stroke-linecap:round;stroke-linejoin:round"
d="m 40.000023,20.000229 a 15.999907,15.999907 0 0 0 -15.999906,15.999907 15.999907,15.999907 0 0 0 0.0156,0.68359 11.99993,11.99993 0 0 0 -7.3398,7.343707 7.9999534,7.9999534 0 0 1 -0.004,0 7.9999534,7.9999534 0 0 0 -0.671754,-0.02734 A 7.9999534,7.9999534 0 0 0 8.00021,52.000046 7.9999534,7.9999534 0 0 0 16.000163,60 a 7.9999534,7.9999534 0 0 0 0.1211,0 h 11.87883 31.999814 a 11.99993,11.99993 0 0 0 11.99993,-11.99993 11.99993,11.99993 0 0 0 -11.99993,-11.99993 11.99993,11.99993 0 0 0 -4.015601,0.695308 15.999907,15.999907 0 0 0 0.0156,-0.695308 15.999907,15.999907 0 0 0 -15.999907,-15.999907 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -0,0 +1,139 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="80"
height="80"
viewBox="0 0 80 80"
sodipodi:docname="clouds-overcast.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/clouds-overcast-040.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<mask
maskUnits="userSpaceOnUse"
id="mask947">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
id="rect949"
width="60"
height="40"
x="10"
y="5" />
</mask>
<mask
id="mask3567"
maskUnits="userSpaceOnUse">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
id="path3569"
sodipodi:nodetypes="zzzzz" />
</mask>
<clipPath
id="clipPath922"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
id="clipPath922-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924-7"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath876">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z"
id="path878" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="13.1625"
inkscape:cx="40.484774"
inkscape:cy="40"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
showguides="false"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-others="true"
inkscape:snap-nodes="true"
inkscape:bbox-paths="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid837"
empspacing="4"
enabled="true"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="path2564"
style="fill:#c8c8c8;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
d="m 50.906246,11.999998 a 7,7 0 0 0 -6.861328,6.210938 10,10 0 0 0 -2.044922,-0.210938 10,10 0 0 0 -9.853516,8.294922 6,6 0 0 0 -3.808593,3.71875 4,4 0 0 1 -0.002,0 A 4,4 0 0 0 27.999996,30 a 4,4 0 0 0 -3.999999,4 4,4 0 0 0 3.999999,4 4,4 0 0 0 0.06055,0 h 5.939453 8 0.01953 12.980469 0.01953 8.980469 0.06055 H 70 A 2,2 0 0 0 72,36 2,2 0 0 0 70,34 2,2 0 0 0 69.740234,34.01758 2,2 0 0 0 67.999997,33 a 2,2 0 0 0 -0.126953,0.0059 4,4 0 0 0 -3.091798,-2.927777 10,10 0 0 0 0.21875,-2.078125 10,10 0 0 0 -7.021484,-9.546875 7,7 0 0 0 -6.978516,-6.453125 7,7 0 0 0 -0.09375,0 z" />
<path
id="path1031"
style="fill:#808080;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
d="M 29.956053,22 A 10,10 0 0 0 20.106443,30.390625 6,6 0 0 0 17.975584,30 6,6 0 0 0 12.186522,34.423828 4,4 0 0 0 9.975584,38 a 2,2 0 0 0 -2,2 2,2 0 0 0 2,2 2,2 0 0 0 0.04883,0 h 3.951172 0.06055 3.939453 12 0.01953 7.980469 6 a 4,4 0 0 0 4,-4 4,4 0 0 0 -4,-4 4,4 0 0 0 -0.337895,0.01563 A 6,6 0 0 0 39.827146,30.292969 10,10 0 0 0 29.975584,22 a 10,10 0 0 0 -0.01953,0 z" />
<path
id="path987"
style="fill:#a0a0a0;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round"
d="m 40.000013,20.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,52.000025 7.9999736,7.9999736 0 0 0 16.000173,60 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.99996,11.99996 0 0 0 -4.015611,0.69531 15.999947,15.999947 0 0 0 0.01568,-0.69531 15.999947,15.999947 0 0 0 -15.999947,-15.999948 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -0,0 +1,139 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="80"
height="80"
viewBox="0 0 80 80"
sodipodi:docname="clouds.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/clouds-040.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<mask
maskUnits="userSpaceOnUse"
id="mask947">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
id="rect949"
width="60"
height="40"
x="10"
y="5" />
</mask>
<mask
id="mask3567"
maskUnits="userSpaceOnUse">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
id="path3569"
sodipodi:nodetypes="zzzzz" />
</mask>
<clipPath
id="clipPath922"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
id="clipPath922-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924-7"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath876">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z"
id="path878" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="13.1625"
inkscape:cx="40"
inkscape:cy="40"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
showguides="false"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-others="true"
inkscape:snap-nodes="true"
inkscape:bbox-paths="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid837"
empspacing="4"
enabled="true"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="path1031"
style="fill:#a0a0a0;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
d="M 53.980465,20 A 10,10 0 0 0 44.130855,28.390625 6,6 0 0 0 41.999996,28 6,6 0 0 0 36.210934,32.423828 4,4 0 0 0 33.999996,36 a 2,2 0 0 0 -2,2 2,2 0 0 0 2,2 2,2 0 0 0 0.04883,0 h 3.951172 0.06055 3.939453 12 0.01953 H 62 68 A 4,4 0 0 0 72,36 4,4 0 0 0 68,32 4,4 0 0 0 67.662105,32.01563 6,6 0 0 0 63.851558,28.292969 10,10 0 0 0 53.999996,20 a 10,10 0 0 0 -0.01953,0 z" />
<path
id="path1003"
style="fill:#c8c8c8;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
d="m 46.906246,27.999998 a 7,7 0 0 0 -6.861328,6.210938 10,10 0 0 0 -2.044922,-0.210938 10,10 0 0 0 -9.853516,8.294922 6,6 0 0 0 -3.808593,3.71875 4,4 0 0 1 -0.002,0 A 4,4 0 0 0 23.999996,46 a 4,4 0 0 0 -4,4 4,4 0 0 0 4,4 4,4 0 0 0 0.06055,0 h 5.939453 8 0.01953 12.980469 0.01953 8.980469 0.06055 H 66 A 2,2 0 0 0 68,52 2,2 0 0 0 66,50 2,2 0 0 0 65.740234,50.01758 2,2 0 0 0 63.999997,49 a 2,2 0 0 0 -0.126953,0.0059 4,4 0 0 0 -3.091798,-2.927777 10,10 0 0 0 0.21875,-2.078125 10,10 0 0 0 -7.021484,-9.546875 7,7 0 0 0 -6.978516,-6.453125 7,7 0 0 0 -0.09375,0 z" />
<path
id="path987"
style="fill:#dcdcdc;fill-opacity:1;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
d="m 24,24 a 8,8 0 0 0 -8,8 8,8 0 0 0 0.0078,0.341797 6,6 0 0 0 -3.669921,3.671875 4,4 0 0 1 -0.002,0 A 4,4 0 0 0 12,36.000002 a 4,4 0 0 0 -4,4 4,4 0 0 0 4,4 4,4 0 0 0 0.06055,0 H 18 34 a 6,6 0 0 0 6,-6 6,6 0 0 0 -6,-6 6,6 0 0 0 -2.007812,0.347656 8,8 0 0 0 0.0078,-0.347656 8,8 0 0 0 -8,-8 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -0,0 +1,102 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="48"
inkscape:export-xdpi="48"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/cube-plus-040.png"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="cube-plus.svg"
viewBox="0 0 80 80"
height="80"
width="80"
id="svg2"
version="1.1">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6" />
<sodipodi:namedview
inkscape:snap-nodes="true"
inkscape:snap-others="false"
inkscape:bbox-nodes="true"
inkscape:snap-bbox="true"
showguides="false"
inkscape:current-layer="g10"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:cy="36.306954"
inkscape:cx="40"
inkscape:zoom="10.425"
showgrid="true"
id="namedview4"
inkscape:window-height="1017"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10"
borderopacity="1"
bordercolor="#666666"
pagecolor="#404040"
inkscape:document-rotation="0">
<inkscape:grid
id="grid837"
type="xygrid"
empspacing="4" />
</sodipodi:namedview>
<g
id="g10"
inkscape:label="Image"
inkscape:groupmode="layer">
<path
style="fill:#ff8f44;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
d="M 28,72 60,56 V 28 L 9,25 Z"
id="path8166"
sodipodi:nodetypes="ccccc" />
<g
id="g7854">
<rect
style="fill:#ffffff;stroke-width:5.71411"
id="rect7848"
width="8"
height="32"
x="52"
y="40" />
<rect
style="fill:#ffffff;stroke-width:5.71411"
id="rect7850"
width="32"
height="8"
x="40"
y="52" />
</g>
<path
style="fill:#ffbe55;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 28,72 8,52 V 24 h 20 z"
id="path8164"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#ffe478;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 8,24 28,44 60,28 40,8 Z"
id="path8168"
sodipodi:nodetypes="ccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1011 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 919 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 947 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 919 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 B

View File

@ -0,0 +1,279 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="48"
inkscape:export-xdpi="48"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/link-plus-040.png"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
sodipodi:docname="link-plus.svg"
viewBox="0 0 80 80"
height="80"
width="80"
id="svg2"
version="1.1">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<linearGradient
inkscape:collect="always"
id="linearGradient8104">
<stop
style="stop-color:#000000;stop-opacity:0.33000001"
offset="0"
id="stop8100" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop8102" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient8096">
<stop
style="stop-color:#a2c5e4;stop-opacity:1;"
offset="0"
id="stop8092" />
<stop
style="stop-color:#a2c5e4;stop-opacity:0;"
offset="1"
id="stop8094" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient8088">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop8084" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop8086" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient8080">
<stop
style="stop-color:#a2c5e4;stop-opacity:1;"
offset="0"
id="stop8076" />
<stop
style="stop-color:#a2c5e4;stop-opacity:0;"
offset="1"
id="stop8078" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient8072">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop8068" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop8070" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient8064">
<stop
style="stop-color:#000000;stop-opacity:0.33000001"
offset="0"
id="stop8060" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop8062" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8064"
id="linearGradient8066"
x1="8"
y1="37"
x2="0"
y2="37"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8072"
id="linearGradient8074"
x1="8"
y1="35"
x2="0"
y2="35"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8080"
id="linearGradient8082"
x1="8"
y1="36"
x2="0"
y2="36"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8088"
id="linearGradient8090"
x1="72"
y1="35"
x2="80"
y2="35"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8096"
id="linearGradient8098"
x1="72"
y1="36"
x2="80"
y2="36"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8104"
id="linearGradient8106"
x1="72"
y1="38"
x2="80"
y2="38"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
inkscape:snap-nodes="true"
inkscape:snap-others="false"
inkscape:bbox-nodes="true"
inkscape:snap-bbox="true"
showguides="false"
inkscape:current-layer="g10"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:cy="39.952038"
inkscape:cx="40"
inkscape:zoom="10.425"
showgrid="true"
id="namedview4"
inkscape:window-height="1017"
inkscape:window-width="1920"
inkscape:pageshadow="2"
inkscape:pageopacity="0"
guidetolerance="10"
gridtolerance="10"
objecttolerance="10"
borderopacity="1"
bordercolor="#666666"
pagecolor="#404040"
inkscape:document-rotation="0">
<inkscape:grid
id="grid837"
type="xygrid"
empspacing="4" />
</sodipodi:namedview>
<g
id="g10"
inkscape:label="Image"
inkscape:groupmode="layer">
<g
id="g8001">
<path
id="path7874"
style="fill:#a2c5e4;stroke-width:3.77953;fill-opacity:1"
d="m 32,20.000115 a 16,16 0 0 0 -16,16 16,16 0 0 0 16,16 h 16 a 16,16 0 0 0 16,-16 16,16 0 0 0 -16,-16 z m 0,8 h 16 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 H 32 a 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" />
<path
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 30,47 h 16 c 7,0 13,-5 13,-12"
id="path7972"
sodipodi:nodetypes="ccc" />
<path
style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="M 48,23 H 32 c -7,0 -13,5 -13,12"
id="path7970"
sodipodi:nodetypes="ccc" />
<path
id="path7919"
style="fill:#000000;fill-opacity:0.40000001;stroke-width:3.77953"
d="M 30.990234 26 C 26.023486 26.0054 21.999997 30.033249 22 35 C 22 39.970563 26.029437 44 31 44 C 31.156929 43.999984 31.31139 43.990493 31.466797 43.982422 A 8 8 0 0 1 24 36 A 8 8 0 0 1 32 28 L 48 28 A 8 8 0 0 1 55.978516 35.427734 C 55.985245 35.284958 56 35.144442 56 35 C 56 30.029437 51.970563 26 47 26 C 46.665874 26.000303 46.332024 26.019211 46 26.056641 L 46 26 L 31 26 L 30.990234 26 z " />
<path
id="path7941"
style="fill:#000000;fill-opacity:0.33000001;stroke-width:3.77953"
d="M 58.273438,23.736328 C 60.680726,26.614725 61.999774,30.24764 62,34 62,42.836556 54.836556,50 46,50 H 30 C 26.243065,49.999328 22.606176,48.676634 19.726562,46.263672 22.766375,49.89896 27.261246,51.999762 32,52 h 16 c 8.836556,0 16,-7.163444 16,-16 -7.09e-4,-4.733742 -2.097536,-9.224184 -5.726562,-12.263672 z"
sodipodi:nodetypes="ccscccscc" />
</g>
<path
id="path7899"
style="fill:url(#linearGradient8098);fill-opacity:1;stroke-width:3.77953"
d="M 51.939453,32 C 49.753995,32.033085 47.99975,33.814292 48,36 c 0,2.209139 1.790861,4 4,4 0.02018,1.53e-4 0.04037,1.53e-4 0.06055,0 H 80 V 32 H 52 c -0.02018,-1.53e-4 -0.04037,-1.53e-4 -0.06055,0 z"
sodipodi:nodetypes="cccccccc" />
<path
id="path7951"
style="fill:url(#linearGradient8106);fill-opacity:1;stroke-width:3.77953"
d="M 48.347656,37.634766 C 48.992285,39.074325 50.4227,40.000652 52,40 c 0.02018,1.53e-4 0.04037,1.53e-4 0.06055,0 H 80 V 38 H 50.060547 c -0.02018,1.53e-4 -0.04037,1.53e-4 -0.06055,0 -0.590963,0 -1.147521,-0.135199 -1.652344,-0.365234 z"
sodipodi:nodetypes="cccccccc" />
<path
id="path7956"
style="fill:url(#linearGradient8090);fill-opacity:1;stroke-width:3.77953"
d="m 51,34 c -0.552285,0 -1,0.447715 -1,1 0,0.552285 0.447715,1 1,1 h 29 v -2 z"
sodipodi:nodetypes="sssccs" />
<path
id="path7909"
style="fill:url(#linearGradient8082);fill-opacity:1;stroke-width:3.77953"
d="m 0,32 v 8 h 28 c 2.209139,0 4,-1.790861 4,-4 0,-2.209139 -1.790861,-4 -4,-4 h -0.06055 z"
sodipodi:nodetypes="ccssscc" />
<path
id="path7946"
style="fill:url(#linearGradient8066);fill-opacity:1;stroke-width:3.77953"
d="M 29.646484,32.355469 C 29.879555,32.872392 30.000057,33.432962 30,34 c 0,2.209139 -1.790861,4 -4,4 H 0 v 2 h 28 c 2.209139,0 4,-1.790861 4,-4 -3.5e-4,-1.571723 -0.921119,-2.997577 -2.353516,-3.644531 z"
sodipodi:nodetypes="ccsccscc" />
<path
id="rect7960"
style="fill:url(#linearGradient8074);fill-opacity:1;stroke-width:3.8831"
d="m 0,34 v 2 h 27 c 0.552285,0 1,-0.447715 1,-1 0,-0.552285 -0.447715,-1 -1,-1 z"
sodipodi:nodetypes="ccsssc" />
<path
id="path7974"
style="fill:#000000;fill-opacity:0.33;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 16.507812 40 A 16 16 0 0 0 18.236328 44.15625 C 19.084316 41.052623 22.142175 40.273022 25.115234 40.076172 A 8 8 0 0 1 25.070312 40 L 16.507812 40 z " />
<path
id="path7980"
style="fill:#000000;fill-opacity:0.33;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 54.927734 40 A 8 8 0 0 1 54.773438 40.257812 C 57.307573 40.691447 60.228874 41.713529 62.095703 43.566406 A 16 16 0 0 0 63.492188 40 L 54.927734 40 z " />
<g
id="g7854">
<rect
style="fill:#ffffff;stroke-width:5.71411"
id="rect7848"
width="8"
height="32"
x="52"
y="40" />
<rect
style="fill:#ffffff;stroke-width:5.71411"
id="rect7850"
width="32"
height="8"
x="40"
y="52" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,113 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="15"
height="15"
viewBox="0 0 15 15"
sodipodi:docname="list-add.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/list-add-015.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6" />
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="70.2"
inkscape:cx="7.5"
inkscape:cy="7.5071225"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
inkscape:snap-bbox="true"
inkscape:bbox-paths="false"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="false"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true">
<inkscape:grid
type="xygrid"
id="grid837"
spacingx="0.5"
spacingy="0.5" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="rect1034"
style="fill:#ffffff;fill-opacity:0.5;stroke:none;stroke-width:0.895831;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
d="M 5 2 L 5 4 L 7 4 L 7 2.5 L 11 2.5 L 11 4 L 13 4 L 13 2 L 5 2 z " />
<path
id="rect1036"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.895831;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
d="M 5 6.5 L 5 8.5 L 13 8.5 L 13 6.5 L 5 6.5 z " />
<path
id="rect1040"
style="fill:#ffffff;fill-opacity:0.5;stroke:none;stroke-width:0.895831;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
d="M 5 11 L 5 13 L 13 13 L 13 11 L 11 11 L 11 12.5 L 7 12.5 L 7 11 L 5 11 z " />
<rect
style="fill:#ffffff;stroke-width:5.05964;stroke-linecap:round;stroke-linejoin:round"
id="rect1468"
width="2"
height="8"
x="8"
y="3.5" />
<rect
style="fill:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill-opacity:0.5"
id="rect1496"
width="2"
height="2"
x="2"
y="2" />
<rect
style="fill:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill-opacity:0.5"
id="rect1498"
width="2"
height="2"
x="2"
y="6.5" />
<rect
style="fill:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill-opacity:0.5"
id="rect1500"
width="2"
height="2"
x="2"
y="11" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="15"
height="15"
viewBox="0 0 15 15"
sodipodi:docname="list-del.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/list-del-015.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6" />
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="70.2"
inkscape:cx="7.5"
inkscape:cy="7.514245"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
inkscape:snap-bbox="true"
inkscape:bbox-paths="false"
inkscape:bbox-nodes="true"
inkscape:snap-bbox-edge-midpoints="false"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true">
<inkscape:grid
type="xygrid"
id="grid837"
spacingx="0.5"
spacingy="0.5" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<rect
style="fill:#ffffff;fill-opacity:0.5;stroke-width:4;stroke-linecap:round;stroke-linejoin:round"
id="rect1520"
width="8"
height="2"
x="5"
y="2" />
<path
id="rect1036"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.895831;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
d="M 5 6.5 L 5 8.5 L 13 8.5 L 13 6.5 L 5 6.5 z " />
<rect
style="fill:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill-opacity:0.5"
id="rect1496"
width="2"
height="2"
x="2"
y="2" />
<rect
style="fill:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill-opacity:0.5"
id="rect1498"
width="2"
height="2"
x="2"
y="6.5" />
<rect
style="fill:#ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill-opacity:0.5"
id="rect1500"
width="2"
height="2"
x="2"
y="11" />
<rect
style="fill:#ffffff;fill-opacity:0.5;stroke-width:4;stroke-linecap:round;stroke-linejoin:round"
id="rect1522"
width="8"
height="2"
x="5"
y="11" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -0,0 +1,135 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="80"
height="80"
viewBox="0 0 80 80"
sodipodi:docname="moon-clouds.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/moon-clouds-few-040.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<mask
maskUnits="userSpaceOnUse"
id="mask947">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
id="rect949"
width="60"
height="40"
x="10"
y="5" />
</mask>
<mask
id="mask3567"
maskUnits="userSpaceOnUse">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
id="path3569"
sodipodi:nodetypes="zzzzz" />
</mask>
<clipPath
id="clipPath922"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
id="clipPath922-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924-7"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath876">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z"
id="path878" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="13.1625"
inkscape:cx="40"
inkscape:cy="40"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
showguides="false"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-others="true"
inkscape:snap-nodes="true"
inkscape:bbox-paths="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid837"
empspacing="4"
enabled="true"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="path889"
style="fill:#ffffff;fill-opacity:1;stroke-width:5;stroke-linecap:round;stroke-linejoin:round"
d="M 44.716797 20.564453 A 20 20 0 0 1 52 36 A 20 20 0 0 1 32 56 A 20 20 0 0 1 27.283203 55.435547 A 20 20 0 0 0 40 60 A 20 20 0 0 0 60 40 A 20 20 0 0 0 44.716797 20.564453 z " />
<path
id="path987"
style="fill:#a0a0a0;fill-opacity:1;stroke-width:3.99999;stroke-linecap:round;stroke-linejoin:round"
d="m 40.000013,32.000132 a 15.999947,15.999947 0 0 0 -15.999945,15.999948 15.999947,15.999947 0 0 0 0.01568,0.683591 11.99996,11.99996 0 0 0 -7.339819,7.343726 7.9999736,7.9999736 0 0 1 -0.004,0 7.9999736,7.9999736 0 0 0 -0.671756,-0.02734 A 7.9999736,7.9999736 0 0 0 8.0001995,64.000025 7.9999736,7.9999736 0 0 0 16.000173,72 a 7.9999736,7.9999736 0 0 0 0.121105,0 h 11.878775 31.999894 a 11.99996,11.99996 0 0 0 11.999962,-11.999957 11.99996,11.99996 0 0 0 -11.999962,-11.99996 11.99996,11.99996 0 0 0 -4.015611,0.69531 15.999947,15.999947 0 0 0 0.01568,-0.69531 15.999947,15.999947 0 0 0 -15.999947,-15.999948 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -0,0 +1,131 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg2"
width="80"
height="80"
viewBox="0 0 80 80"
sodipodi:docname="moon.svg"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/moon-040.png"
inkscape:export-xdpi="48"
inkscape:export-ydpi="48">
<metadata
id="metadata8">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs6">
<mask
maskUnits="userSpaceOnUse"
id="mask947">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round"
id="rect949"
width="60"
height="40"
x="10"
y="5" />
</mask>
<mask
id="mask3567"
maskUnits="userSpaceOnUse">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z"
id="path3569"
sodipodi:nodetypes="zzzzz" />
</mask>
<clipPath
id="clipPath922"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
id="clipPath922-6"
clipPathUnits="userSpaceOnUse">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path924-7"
d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath876">
<path
inkscape:connector-curvature="0"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.2916667,287.73958 a 3.96875,3.96875 0 0 0 -3.9687501,3.96875 3.96875,3.96875 0 0 0 3.9687501,3.96875 3.96875,3.96875 0 0 0 3.96875,-3.96875 3.96875,3.96875 0 0 0 -3.96875,-3.96875 z m 0,2.38125 a 1.5875001,1.5875044 0 0 1 1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,1.5875 1.5875001,1.5875044 0 0 1 -1.5875,-1.5875 1.5875001,1.5875044 0 0 1 1.5875,-1.5875 z"
id="path878" />
</clipPath>
</defs>
<sodipodi:namedview
inkscape:document-rotation="0"
pagecolor="#404040"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1756"
inkscape:window-height="1372"
id="namedview4"
showgrid="true"
inkscape:zoom="13.1625"
inkscape:cx="40"
inkscape:cy="39.924027"
inkscape:window-x="804"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="g10"
showguides="false"
inkscape:snap-bbox="true"
inkscape:bbox-nodes="true"
inkscape:snap-others="true"
inkscape:snap-nodes="true"
inkscape:bbox-paths="true"
inkscape:object-paths="true"
inkscape:snap-intersection-paths="true"
inkscape:snap-smooth-nodes="true"
inkscape:snap-midpoints="true">
<inkscape:grid
type="xygrid"
id="grid837"
empspacing="4"
enabled="true"
snapvisiblegridlinesonly="false" />
</sodipodi:namedview>
<g
inkscape:groupmode="layer"
inkscape:label="Image"
id="g10">
<path
id="path889"
style="fill:#ffffff;fill-opacity:1;stroke-width:5;stroke-linecap:round;stroke-linejoin:round"
d="M 44.716797 20.564453 A 20 20 0 0 1 52 36 A 20 20 0 0 1 32 56 A 20 20 0 0 1 27.283203 55.435547 A 20 20 0 0 0 40 60 A 20 20 0 0 0 60 40 A 20 20 0 0 0 44.716797 20.564453 z " />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

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