TH - work on some efm icons

This commit is contained in:
Carsten Haitzler 2018-02-25 19:11:48 +09:00
parent 7883f92a95
commit 775f1c373f
47 changed files with 1685 additions and 18 deletions

View File

@ -452,7 +452,7 @@
} \
}
MIMEICON("inode/directory","icon_efm_folder.png", 128);
// MIMEICON("inode/directory","icon_efm_folder.png", 128);
MIMEICON("application/x-deb","icon_mime_deb.png", 128);
MIMEICON("application/x-bzip","icon_mime_package.png", 128);

View File

@ -68,8 +68,8 @@
//Standard Status Icons
ICON("dialog-warning","icon_warning.png",128) // "enlightenment/warning"
ICON("dialog-error","icon_warning.png",128) // "enlightenment/error"
ICON("dialog-ask","icon_dummy.png",64) // "enlightenment/unknown"
ICON("unknown","icon_dummy.png",64) // *** // "enlightenment/unknown"
// ICON("dialog-ask","icon_dummy.png",64) // "enlightenment/unknown"
// ICON("unknown","icon_dummy.png",64) // *** // "enlightenment/unknown"
//Standard Application Icons
ICON("preferences-desktop","icon_desktops.png",64) // "enlightenment/desktops"
ICON("preferences-desktop-theme","icon_theme.png",64) // "enlightenment/themes"
@ -159,33 +159,33 @@
ICON("preferences-system-power-management","icon_power_management.png",64) // "enlightenment/power_management"
ICON("preferences-system-screen-resolution","icon_screen_resolution.png",64)// *** // "enlightenment/screen_resolution"
ICON("preferences-illume","icon_illume.png",64)
ICON("system-file-manager","icon_efm_folder.png",64) // "enlightenment/fileman"
// ICON("system-file-manager","icon_efm_folder.png",64) // "enlightenment/fileman"
//Standard Module Category Icons
ICON("modules-utils","icon_gadget.png",64)
ICON("modules-system","icon_gadget.png",64)
ICON("modules-look","icon_look.png",64)
ICON("modules-files","icon_efm_folder.png",64)
// ICON("modules-files","icon_efm_folder.png",64)
ICON("modules-launcher","icon_run.png",64)
ICON("modules-core","logo_white_128.png",64)
ICON("modules-mobile","icon_globe.png",64)
ICON("modules-settings","icon_config.png",64)
//Standard Emblem Icons
ICON("emblem-symbolic-link","icon_dummy.png",64) // EFMBUTTON("symlink")
// ICON("emblem-symbolic-link","icon_dummy.png",64) // EFMBUTTON("symlink")
//Standard Place Icons
ICON("start-here","logo_white_128.png",128) // "enlightenment/e"
ICON("folder","icon_efm_folder.png",64) // "fileman/folder"
ICON("user-home","icon_efm_home.png",64) // "fileman/home"
ICON("user-temp","icon_efm_tmp.png",64) // *** // "fileman/tmp"
ICON("user-desktop","icon_efm_desktop.png",64) // "fileman/desktop"
ICON("user-bookmarks","icon_favorites.png",64) // "enlightenment/favorites"
ICON("folder-image","icon_wallpaper.png",64) // "enlightenment/picture"
// ICON("folder","icon_efm_folder.png",64) // "fileman/folder"
// ICON("user-home","icon_efm_home.png",64) // "fileman/home"
// ICON("user-temp","icon_efm_tmp.png",64) // *** // "fileman/tmp"
// ICON("user-desktop","icon_efm_desktop.png",64) // "fileman/desktop"
// ICON("user-bookmarks","icon_favorites.png",64) // "enlightenment/favorites"
// ICON("folder-image","icon_wallpaper.png",64) // "enlightenment/picture"
ICON("network-website","icon_globe.png",64) // "enlightenment/website"
//Standard Device Icons
ICON("computer","icon_efm_root.png", 64) // "fileman/root"
ICON("drive-harddisk","icon_efm_hdd.png", 128) // "fileman/hd" "fileman/hdd"
ICON("drive-optical","icon_efm_cd.png", 128) // "fileman/??"
ICON("media-flash","icon_efm_flash.png", 128) // "fileman/??"
ICON("drive-removable-media","icon_efm_usbmedia.png", 128);
// ICON("computer","icon_efm_root.png", 64) // "fileman/root"
// ICON("drive-harddisk","icon_efm_hdd.png", 128) // "fileman/hd" "fileman/hdd"
// ICON("drive-optical","icon_efm_cd.png", 128) // "fileman/??"
// ICON("media-flash","icon_efm_flash.png", 128) // "fileman/??"
// ICON("drive-removable-media","icon_efm_usbmedia.png", 128);
ICON("media-eject","icon_efm_eject.png", 64)
/* End of FreeDesktop.Org icons */
//E Specific icons
@ -195,6 +195,6 @@
ICONMIME("inode/chardevice","icon_efm_file.png",128)
ICONMIME("inode/blockdevice","icon_efm_file.png",128)
ICONMIME("inode/directory-locked","icon_efm_file.png",128)
ICONMIME("inode/directory","icon_efm_folder.png",128)
// ICONMIME("inode/directory","icon_efm_folder.png",128)
ICONMIME("inode/fifo","icon_efm_file.png",128)
ICONMIME("inode/socket","icon_efm_file.png",128)

View File

@ -44,3 +44,63 @@
// ICON("", 80, "")
#endif
#undef ICON
// regular icons
#define ICON(_NAME, _FILE) \
set { name: _FILE"_icon"; \
image { image: _FILE"_160.png" COMP; size: 81 81 16000 16000; } \
image { image: _FILE"_080.png" COMP; size: 41 41 80 80; } \
image { image: _FILE"_040.png" COMP; size: 0 0 40 40; } \
} \
group { \
name: "e/icons/"_NAME; \
max: 16000 16000; \
parts { \
part { name: "icon"; mouse_events: 0; \
description { state: "default" 0.0; \
aspect: 1.0 1.0; aspect_preference: BOTH; \
image.normal: _FILE"_icon"; \
} \
} \
} \
}
ICON("modules-files", "efm_folder")
ICON("system-file-manager", "efm_folder")
ICON("folder", "efm_folder")
ICON("folder-image", "efm_folder")
ICON("inode/directory", "efm_folder")
ICON("user-home", "efm_home")
ICON("user-desktop", "efm_desktop")
ICON("user-temp", "efm_temp")
ICON("user-bookmarks", "efm_favorite")
ICON("computer", "efm_computer")
ICON("drive-optical", "efm_drive_cd")
ICON("drive-harddisk", "efm_drive_hdd")
ICON("drive-removable-media", "efm_drive_usb_media")
ICON("media-flash", "efm_drive_flash")
ICON("dialog-ask", "ic_unknown")
ICON("unknown", "ic_unknown")
ICON("emblem-symbolic-link", "ic_unknown")
#undef ICON
// mime icons
#define ICON(_NAME, _FILE) \
set { name: _FILE"_icon"; \
image { image: _FILE"_160.png" COMP; size: 81 81 16000 16000; } \
image { image: _FILE"_080.png" COMP; size: 41 41 80 80; } \
image { image: _FILE"_040.png" COMP; size: 0 0 40 40; } \
} \
group { \
name: "e/icons/fileman/mime/"_NAME; \
max: 16000 16000; \
parts { \
part { name: "icon"; mouse_events: 0; \
description { state: "default" 0.0; \
aspect: 1.0 1.0; aspect_preference: BOTH; \
image.normal: _FILE"_icon"; \
} \
} \
} \
}
ICON("inode/directory", "efm_folder")
#undef ICON

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 831 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 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: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 659 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

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: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 895 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -0,0 +1,110 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="40"
viewBox="0 0 10.583333 10.583333"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="icon-efm-cd.svg"
inkscape:export-filename="/home/raster/C/th-efl/th/img/efm_drive_cd_160.png"
inkscape:export-xdpi="384"
inkscape:export-ydpi="384">
<defs
id="defs2">
<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
id="base"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="30.125"
inkscape:cx="20"
inkscape:cy="19.966805"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:showpageshadow="false"
units="px"
width="40px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:window-width="2560"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid815" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-286.41666)">
<path
style="opacity:1;fill:#ffffff;fill-opacity:0.50196081;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 20 4 A 15.999999 15.999999 0 0 0 4 20 A 15.999999 15.999999 0 0 0 20 36 A 15.999999 15.999999 0 0 0 36 20 A 15.999999 15.999999 0 0 0 20 4 z M 20 17 A 3 3 0 0 1 23 20 A 3 3 0 0 1 20 23 A 3 3 0 0 1 17 20 A 3 3 0 0 1 20 17 z "
id="path817"
transform="matrix(0.26458333,0,0,0.26458333,0,286.41666)" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 20 5 A 15 15 0 0 0 5 20 A 15 15 0 0 0 20 35 A 15 15 0 0 0 35 20 A 15 15 0 0 0 20 5 z M 20 14 A 6.0000004 6.0000166 0 0 1 26 20 A 6.0000004 6.0000166 0 0 1 20 26 A 6.0000004 6.0000166 0 0 1 14 20 A 6.0000004 6.0000166 0 0 1 20 14 z "
transform="matrix(0.26458333,0,0,0.26458333,0,286.41666)"
id="path822" />
<g
id="g874"
clip-path="url(#clipPath876)"
style="opacity:0.1">
<path
id="path831"
transform="matrix(0.26458333,0,0,0.26458333,0,286.41666)"
d="M 13 0 L 8 5 L 20 20 L 13 0 z M 20 20 L 27 40 L 32 35 L 20 20 z "
style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path833"
transform="matrix(0.26458333,0,0,0.26458333,0,286.41666)"
d="M 8 5 L 3 10 L 20 20 L 8 5 z M 20 20 L 32 35 L 37 30 L 20 20 z "
style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path835"
transform="matrix(0.26458333,0,0,0.26458333,0,286.41666)"
d="M 3 10 L -1 14 L 20 20 L 3 10 z M 20 20 L 37 30 L 41 26 L 20 20 z "
style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -0,0 +1,208 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="40"
viewBox="0 0 10.583333 10.583333"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="icon-efm-computer.svg"
inkscape:export-filename="/home/raster/C/th-efl/th/img/efm_computer_080.png"
inkscape:export-xdpi="192"
inkscape:export-ydpi="192">
<defs
id="defs2">
<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>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath922">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
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"
id="path924"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="30.2"
inkscape:cx="20"
inkscape:cy="20"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:showpageshadow="false"
units="px"
width="40px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:window-width="2560"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid815" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-286.41666)">
<rect
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:2.23606539;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1069"
width="1.3229167"
height="1.0583308"
x="3.1750004"
y="293.56042" />
<rect
style="opacity:1;fill:#dcdcdc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1065"
width="5.5562501"
height="3.7041667"
x="1.0583335"
y="290.12085" />
<rect
style="opacity:1;fill:#dcdcdc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1067"
width="2.3812499"
height="5.8208332"
x="7.1437502"
y="288.79791" />
<rect
style="opacity:1;fill:#dcdcdc;fill-opacity:1;stroke:none;stroke-width:1.06066024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1071"
width="2.3812501"
height="0.26458332"
x="2.6458337"
y="294.35419" />
<rect
style="opacity:1;fill:#19242f;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1077"
width="5.0270834"
height="2.9104166"
x="1.322917"
y="290.38544" />
<rect
style="opacity:1;fill:#000000;fill-opacity:0.25098039;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1079"
width="1.8520833"
height="0.26458332"
x="7.4083338"
y="289.32709" />
<rect
y="289.85626"
x="8.9958334"
height="0.52916408"
width="0.26458329"
id="rect1081"
style="opacity:1;fill:#000000;fill-opacity:0.25098039;stroke:none;stroke-width:0.53452116;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#000000;fill-opacity:0.25098039;stroke:none;stroke-width:0.53452116;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1083"
width="0.26458329"
height="0.52916408"
x="8.9958334"
y="290.65002" />
<circle
style="opacity:1;fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1085"
cx="7.5406256"
cy="291.57605"
r="0.13229166" />
<circle
r="0.13229166"
cy="291.57605"
cx="8.0697918"
id="circle1087"
style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
y="293.82501"
x="7.1437507"
height="0.26458332"
width="2.3812499"
id="rect1089"
style="opacity:1;fill:#000000;fill-opacity:0.1254902;stroke:none;stroke-width:1.13389337;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1091"
width="2.9104166"
height="0.26458332"
x="2.3812504"
y="293.03125" />
<rect
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"
id="rect1093"
width="0.26458332"
height="0.26458332"
x="1.5875003"
y="290.65002" />
<rect
y="291.17917"
x="1.5875003"
height="0.26458332"
width="0.26458332"
id="rect1095"
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#404040;fill-opacity:1;stroke:none;stroke-width:1.08012342;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1097"
width="1.8520834"
height="1.058345"
x="2.3812504"
y="290.91458" />
<rect
style="opacity:1;fill:#cec66c;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1099"
width="0.26458332"
height="0.26458332"
x="2.6458337"
y="291.17917" />
<rect
y="291.17917"
x="3.1750004"
height="0.26458332"
width="0.26458332"
id="rect1101"
style="opacity:1;fill:#cec66c;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="40"
viewBox="0 0 10.583333 10.583333"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="icon-efm-desktop.svg"
inkscape:export-filename="/home/raster/C/th-efl/th/img/efm_desktop_040.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<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
id="base"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="30.125"
inkscape:cx="20"
inkscape:cy="18.984829"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:showpageshadow="false"
units="px"
width="40px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:window-width="2560"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid815" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-286.41666)">
<path
style="fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 12 14 C 9 13.999962 9 13.999962 9 17 L 9 33 C 9 36 9 36 12 36 L 28 36 C 31 36 31 36 31 33 L 31 30 L 33 30 C 35 30 36 28.999975 36 27 L 36 23 C 36 20.999987 35 19.999962 33 20 L 31 20 L 31 17 C 31 14 31 14 28 14 L 12 14 z M 31 22 C 34 22 34 22 34 25 C 34 28 34 28 31 28 L 31 22 z "
transform="matrix(0.26458333,0,0,0.26458333,0,286.41666)"
id="path829" />
<path
style="fill:#ffffff;fill-opacity:0.50196081;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 5.5562499,289.85624 c 0,0 1.5875001,-0.26458 1.5875,-0.79375 -1e-7,-0.52916 -1.3229166,-0.26458 -1.3229166,-0.79375 0,-0.79375 1.0583334,-0.79375 1.0583334,-0.79375 0,0 -1.5901565,0 -1.5885979,0.77618 0.0011,0.54674 1.059431,0.28216 1.0594311,0.81132 10e-8,0.52917 -0.79375,0.79375 -0.79375,0.79375 z"
id="path835"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscssc" />
<path
style="fill:#ffffff;fill-opacity:0.50196081;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 4.7624999,289.85624 c 0,0 0.79375,-0.26458 0.79375,-0.52916 1e-7,-0.52917 -1.3229166,-0.52917 -1.3229166,-1.05834 0,-0.52916 1.0583333,-0.79375 1.0583333,-0.79375 0,0 -1.5875001,0.26459 -1.5875,0.79375 10e-8,0.52917 1.3229167,0.79375 1.3218188,1.07591 -9.612e-4,0.24701 -0.2634855,0.51159 -0.2634855,0.51159 z"
id="path837"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscssc" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 3.4395833,290.12083 v 5.29166 c 0,0 0,0.26459 0.2645833,0.26459 0.2645834,0 0.2645834,-0.26459 0.2645834,-0.26459 v -5.29166 z"
id="path840"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccc" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 2.9104166,290.38541 c -0.2645833,0 -0.2645833,0.26458 0,0.26458 h 2.1166667 c 0.2645834,0 0.2645834,-0.26458 0,-0.26458 z"
id="path842"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 6.6145832,290.12083 10e-8,5.02708 c 0,0.79375 -1.7593203,0.78363 -2.6458333,0.79375 h 3.4395832 c 0.7937501,0 0.7937501,0 0.79375,-0.79375 v -4.23333 c 10e-8,-0.79375 10e-8,-0.79375 -0.79375,-0.79375 z"
id="path844"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 8.2020832,294.08958 h 0.5291667 c 0.2645834,0 0.5291668,-0.26459 0.5291667,-0.52917 v -1.32292 c 1e-7,-0.26458 -0.2645833,-0.52916 -0.5291667,-0.52916 0.5291668,0 0.7937501,0.26458 0.79375,0.79375 v 1.05833 c 1e-7,0.52917 -0.2645832,0.79375 -0.79375,0.79375 H 8.2020832 Z"
id="path846"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 8.2020832,291.97291 0.2645835,0 c 0.2645833,0 0.5291666,0.26458 0.5291665,0.52917 v 0.26458 c 10e-8,-0.52917 -0.2645832,-0.52917 -0.7937499,-0.52917 h -10e-8 z"
id="path848"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -0,0 +1,213 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="40"
viewBox="0 0 10.583333 10.583333"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="icon-efm-drive-flash.svg"
inkscape:export-filename="/home/raster/C/th-efl/th/img/efm_drive_flash_160.png"
inkscape:export-xdpi="384"
inkscape:export-ydpi="384">
<defs
id="defs2">
<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>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath922">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
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"
id="path924"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="30.125"
inkscape:cx="11.80083"
inkscape:cy="20.296031"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:showpageshadow="false"
units="px"
width="40px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:window-width="2560"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="false"
inkscape:snap-center="true">
<inkscape:grid
type="xygrid"
id="grid815" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-286.41666)">
<path
style="fill:#64649a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 3.175,287.47499 -0.79375,0.79375 v 1.32292 h 0.2645833 v 0.79375 H 2.38125 v 5.55625 h 5.8208333 l 10e-8,-5.29167 H 7.9375001 v -1.5875 h 0.2645833 v -1.5875 z"
id="path1757"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccc" />
<rect
style="opacity:1;fill:#fbfbfb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1759"
width="0.26458332"
height="0.79374999"
x="7.9374995"
y="289.0625" />
<rect
style="opacity:1;fill:#e8d97e;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1761"
width="0.52916664"
height="1.0583333"
x="7.4083328"
y="287.73956" />
<rect
y="287.73956"
x="6.614583"
height="1.0583333"
width="0.52916664"
id="rect1763"
style="opacity:1;fill:#e8d97e;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#e8d97e;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1765"
width="0.52916664"
height="1.0583333"
x="5.8208332"
y="287.73956" />
<rect
y="287.73956"
x="5.0270829"
height="1.0583333"
width="0.52916664"
id="rect1767"
style="opacity:1;fill:#e8d97e;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#e8d97e;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1769"
width="0.52916664"
height="1.0583333"
x="4.2333331"
y="287.73956" />
<rect
y="287.73956"
x="3.4395833"
height="1.0583333"
width="0.52916664"
id="rect1771"
style="opacity:1;fill:#e8d97e;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#e8d97e;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1773"
width="0.52916664"
height="1.0583333"
x="2.6458333"
y="288.26874" />
<rect
style="opacity:1;fill:#4a4a72;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1775"
width="4.7624998"
height="3.4395833"
x="2.9104166"
y="291.9729"
ry="0.52917629" />
<rect
y="288.53333"
x="2.6458333"
height="0.79374439"
width="0.52916664"
id="rect1777"
style="opacity:1;fill:#e3c659;fill-opacity:1;stroke:none;stroke-width:0.86602235;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#e3c659;fill-opacity:1;stroke:none;stroke-width:0.86602235;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1779"
width="0.52916664"
height="0.79374439"
x="3.4395833"
y="288.00415" />
<rect
y="288.00415"
x="4.2333336"
height="0.79374439"
width="0.52916664"
id="rect1781"
style="opacity:1;fill:#e3c659;fill-opacity:1;stroke:none;stroke-width:0.86602235;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#e3c659;fill-opacity:1;stroke:none;stroke-width:0.86602235;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1783"
width="0.52916664"
height="0.79374439"
x="5.0270834"
y="288.00415" />
<rect
y="288.00415"
x="5.8208332"
height="0.79374439"
width="0.52916664"
id="rect1785"
style="opacity:1;fill:#e3c659;fill-opacity:1;stroke:none;stroke-width:0.86602235;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<rect
style="opacity:1;fill:#e3c659;fill-opacity:1;stroke:none;stroke-width:0.86602235;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1787"
width="0.52916664"
height="0.79374439"
x="6.6145835"
y="288.00415" />
<rect
y="288.00415"
x="7.4083333"
height="0.79374439"
width="0.52916664"
id="rect1789"
style="opacity:1;fill:#e3c659;fill-opacity:1;stroke:none;stroke-width:0.86602235;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,193 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="40"
viewBox="0 0 10.583333 10.583333"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="icon-efm-drive-hdd.svg"
inkscape:export-filename="/home/raster/C/th-efl/th/img/efm_device_hdd_160.png"
inkscape:export-xdpi="384"
inkscape:export-ydpi="384">
<defs
id="defs2">
<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>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath922">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
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"
id="path924"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="30.2"
inkscape:cx="20"
inkscape:cy="20"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:showpageshadow="false"
units="px"
width="40px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:window-width="2560"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid815" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-286.41666)">
<rect
style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.04446602;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect945"
width="6.3499999"
height="8.7312498"
x="2.1166666"
y="287.47501" />
<ellipse
style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:1.10000038;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path947"
cx="5.2916665"
cy="290.64999"
rx="2.9104166"
ry="2.9104183" />
<rect
style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:1.40000367;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect949"
width="1.8520834"
height="1.852093"
x="2.6458333"
y="288.00415" />
<path
style="fill:#303030;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 2.6458333,291.17915 v 3.96875 l 0.5291667,0.52917 4.2333333,10e-6 0.5291667,-0.52917 1e-7,-0.79375 L 7.4083334,293.825 H 6.8791667 l -0.5291666,-0.52917 z"
id="path953"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<ellipse
style="opacity:1;fill:#8c7047;fill-opacity:1;stroke:none;stroke-width:1.11111152;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path959"
cx="5.2916665"
cy="290.64999"
rx="2.6458333"
ry="2.6458349" />
<ellipse
ry="1.0583278"
rx="1.0583334"
cy="290.64999"
cx="5.2916665"
id="ellipse983"
style="opacity:1;fill:#745d3b;fill-opacity:1;stroke:none;stroke-width:0.44444332;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
style="opacity:1;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path961"
cx="5.2916665"
cy="290.64999"
r="0.79374999" />
<circle
style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path963"
cx="5.2916665"
cy="290.64999"
r="0.26458332" />
<path
style="fill:#505050;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
d="m 5.0270833,295.41249 h 2.1166666 l 0.5291667,-0.52916 v -0.26459 L 7.1437499,294.08958 H 5.0270833 Z"
id="path969"
inkscape:connector-curvature="0" />
<path
style="fill:#a0a0a0;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 2.9104167,288.26874 0,0.79375 0.79375,-0.79375 z"
id="path967"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:#745e36;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 5.2916666,294.88333 h 1.3229167 v -0.26459 l 0.2645834,0 v 0.52917 l -1.5875001,0 z"
id="path971"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<rect
style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect973"
width="0.79374999"
height="0.26458332"
x="6.3499999"
y="294.35416" />
<path
style="fill:#a0a0a0;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 2.9104167,294.88333 0.5291666,0.52916 h 1.8520834 l 0.5291666,-0.52916 v -0.79375 L 5.2916667,293.56041 H 4.2333333 l -1.3229166,-1.05833 z"
id="path965"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#fefefe;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 3.7041667,294.35416 1.3229166,-1.5875 0.2645833,0 1.0583333,-1.05833 -2.1166666,3.175 z"
id="path975"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<ellipse
style="opacity:1;fill:#fefefe;fill-opacity:1;stroke:none;stroke-width:2.00000167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path977"
cx="3.96875"
cy="294.61874"
rx="0.52916658"
ry="0.52916753" />
<circle
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path979"
cx="3.96875"
cy="294.61874"
r="0.26458332" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -0,0 +1,129 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="40"
viewBox="0 0 10.583333 10.583333"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="icon-efm-drive-removable-media.svg"
inkscape:export-filename="/home/raster/C/th-efl/th/img/efm_temp_040.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<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>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath922">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
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"
id="path924"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="30.125"
inkscape:cx="11.80083"
inkscape:cy="20.312629"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:showpageshadow="false"
units="px"
width="40px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:window-width="2560"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="false"
inkscape:snap-center="true">
<inkscape:grid
type="xygrid"
id="grid815" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-286.41666)">
<rect
style="opacity:1;fill:#606060;fill-opacity:1;stroke:none;stroke-width:1.1832149;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1728"
width="3.7041667"
height="6.8791537"
x="3.4395833"
y="287.47501"
ry="0.52915388" />
<rect
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"
id="rect1730"
width="2.1166666"
height="1.5875"
x="4.2333331"
y="294.35416" />
<rect
style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1732"
width="0.52916664"
height="0.52916664"
x="4.4979167"
y="294.88333" />
<rect
style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1734"
width="0.52916664"
height="0.52916664"
x="5.5562501"
y="294.88333" />
<circle
style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1736"
cx="5.2916665"
cy="289.32709"
r="1.0583333" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,145 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="40"
viewBox="0 0 10.583333 10.583333"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="icon-efm-favorite.svg"
inkscape:export-filename="/home/raster/C/th-efl/th/img/efm_drive_flash_160.png"
inkscape:export-xdpi="384"
inkscape:export-ydpi="384">
<defs
id="defs2">
<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>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath922">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
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"
id="path924"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1816">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path1818"
d="M 5.2916667,295.94166 2.6458333,293.29583 C 0.79375,291.44374 0.26458333,287.47499 3.175,287.47499 c 1.0583333,0 1.8520833,1.05834 2.1166667,1.32292 0.2645833,-0.26458 1.3229166,-1.32292 2.1166666,-1.32292 2.9104167,0 2.38125,3.96875 0.5291667,5.82084 z"
style="fill:#d40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="30.2"
inkscape:cx="20"
inkscape:cy="20"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:showpageshadow="false"
units="px"
width="40px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:window-width="2560"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="false"
inkscape:snap-center="true">
<inkscape:grid
type="xygrid"
id="grid815" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-286.41666)">
<path
style="fill:#c67b75;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 5.2916666,295.94166 2.6458333,293.29583 C 0.79375,291.44374 0.26458333,287.47499 3.175,287.47499 c 1.0583334,0 1.8520833,1.05834 2.1166667,1.32292 0.2645833,-0.26458 1.3229167,-1.32292 2.1166666,-1.32292 2.9104167,0 2.38125,3.96875 0.5291666,5.82084 z"
id="path1810"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
style="fill:#000000;fill-opacity:0.15686275;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 1.0583333,290.64999 c 0.5291667,1.05834 1.6646532,2.23861 2.38125,2.91042 0.7165968,0.67181 1.3229167,1.05833 1.8520833,1.05833 0.5291667,0 1.5875001,-1.05833 2.3812501,-2.11666 0.79375,-1.05834 1.8520833,-2.38125 2.1166665,-3.96875 l 0.5291668,5.29166 -5.0270834,2.91042 -4.49791661,-1.85208 -0.52916666,-4.23334 z"
id="path1812"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czczcccccc"
clip-path="url(#clipPath1816)" />
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:0.25098039;stroke:none;stroke-width:1.23443127;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1820"
cx="2.9104166"
cy="288.26874"
rx="1.0583334"
ry="0.52917045" />
<ellipse
ry="0.39687499"
rx="0.92604166"
cy="288.13644"
cx="7.5406251"
id="ellipse1822"
style="opacity:1;fill:#ffffff;fill-opacity:0.25098039;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.41418302;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1824"
cx="2.6458333"
cy="288.13644"
rx="0.26458338"
ry="0.13228592" />
<ellipse
ry="0.13228592"
rx="0.13229166"
cy="288.13644"
cx="7.2760415"
id="ellipse1826"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.9999783;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="40"
viewBox="0 0 10.583333 10.583333"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="icon-efm-folder.svg"
inkscape:export-filename="/home/raster/C/th-efl/th/img/efm_folder_040.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<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>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath922">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
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"
id="path924"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="30.125"
inkscape:cx="19.93361"
inkscape:cy="20.312629"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:showpageshadow="false"
units="px"
width="40px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:window-width="2560"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid815" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-286.41666)">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 1.3229167,294.88333 h 7.9375 v -6.08542 c 10e-8,-0.52917 10e-8,-0.52917 -0.5291667,-0.52917 H 1.8520834 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
id="path871"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
style="fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 1.0583334,294.61874 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375,-0.79375 H 6.35 c 0.7937501,0 1e-7,-0.79375 0.79375,-0.79375 h 1.5875 c 0.7937501,0 0.7937501,0 0.79375,0.79375 l 10e-8,5.55625 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.8520834 c -0.79375,0 -0.79375,0 -0.79375,-0.79375 z"
id="path869"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" />
<path
sodipodi:nodetypes="ccccccccccc"
inkscape:connector-curvature="0"
id="path905"
d="m 0.79374997,294.88333 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375003,-0.79375 h 4.2333333 c 0.7937501,0 10e-8,-1.05833 0.79375,-1.05833 h 1.8520833 c 0.7937501,0 0.7937501,0.26458 0.79375,1.05833 l 1e-7,5.55625 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.5875 c -0.79375003,0 -0.79375003,0 -0.79375003,-0.79375 z"
style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
clip-path="url(#clipPath922)"
transform="translate(6.6666666e-8,-0.52917)" />
<path
sodipodi:nodetypes="ccccccccccc"
inkscape:connector-curvature="0"
id="path907"
d="m 1.0583334,294.61874 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375,-0.79375 l 4.2333333,0 c 1.0583333,0 0,-1.05833 1.0583333,-1.05833 h 1.5875 c 0.7937501,0 0.7937501,0 0.79375,0.79375 l 10e-8,5.82083 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.8520834 c -0.79375,0 -0.79375,0 -0.79375,-0.79375 z"
style="fill:#fff078;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<rect
style="opacity:1;fill:#000000;fill-opacity:0.1254902;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect919"
width="8.4666662"
height="0.26458332"
x="1.0583334"
y="294.35416" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -0,0 +1,102 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="40"
viewBox="0 0 10.583333 10.583333"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="icon-efm-home.svg"
inkscape:export-filename="/home/raster/C/th-efl/th/img/efm_home_160.png"
inkscape:export-xdpi="384"
inkscape:export-ydpi="384">
<defs
id="defs2">
<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>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath922">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
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"
id="path924"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="30.2"
inkscape:cx="20"
inkscape:cy="20"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:showpageshadow="false"
units="px"
width="40px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:window-width="2560"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false">
<inkscape:grid
type="xygrid"
id="grid815" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-286.41666)">
<path
style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
d="m 5.2916666,287.47499 -3.7041666,3.70417 0.79375,0.79375 2.9104166,-2.91042 2.9104166,2.91042 0.79375,-0.79375 z"
id="path1042"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 2.9104167,295.94166 v -3.96875 H 3.96875 v 2.91042 h 2.6458333 v -2.91042 h 1.0583333 v 3.96875 z"
id="path1044"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,132 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="40"
viewBox="0 0 10.583333 10.583333"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="icon-efm-tmp.svg"
inkscape:export-filename="/home/raster/C/th-efl/th/img/efm_folder_040.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<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>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath922">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
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"
id="path924"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="30.125"
inkscape:cx="11.80083"
inkscape:cy="20.312629"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:showpageshadow="false"
units="px"
width="40px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:window-width="2560"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="false"
inkscape:snap-center="true">
<inkscape:grid
type="xygrid"
id="grid815" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-286.41666)">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 1.3229167,294.88333 h 7.9375 v -6.08542 c 10e-8,-0.52917 10e-8,-0.52917 -0.5291667,-0.52917 H 1.8520834 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z"
id="path871"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
style="fill:#3399ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 1.0583334,294.61874 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375,-0.79375 H 6.35 c 0.7937501,0 1e-7,-0.79375 0.79375,-0.79375 h 1.5875 c 0.7937501,0 0.7937501,0 0.79375,0.79375 l 10e-8,5.55625 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.8520834 c -0.79375,0 -0.79375,0 -0.79375,-0.79375 z"
id="path869"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccc" />
<path
sodipodi:nodetypes="ccccccccccc"
inkscape:connector-curvature="0"
id="path905"
d="m 0.79374997,294.88333 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375003,-0.79375 h 4.2333333 c 0.7937501,0 10e-8,-1.05833 0.79375,-1.05833 h 1.8520833 c 0.7937501,0 0.7937501,0.26458 0.79375,1.05833 l 1e-7,5.55625 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.5875 c -0.79375003,0 -0.79375003,0 -0.79375003,-0.79375 z"
style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
clip-path="url(#clipPath922)"
transform="translate(6.6666666e-8,-0.52917)" />
<path
sodipodi:nodetypes="ccccccccccc"
inkscape:connector-curvature="0"
id="path907"
d="m 1.0583334,294.61874 v -4.7625 c 0,-0.79375 0,-0.79375 0.79375,-0.79375 l 4.2333333,0 c 1.0583333,0 0,-1.05833 1.0583333,-1.05833 h 1.5875 c 0.7937501,0 0.7937501,0 0.79375,0.79375 l 10e-8,5.82083 c 0,0.79375 0,0.79375 -0.79375,0.79375 H 1.8520834 c -0.79375,0 -0.79375,0 -0.79375,-0.79375 z"
style="fill:#c69543;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<rect
style="opacity:1;fill:#000000;fill-opacity:0.1254902;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect919"
width="8.4666662"
height="0.26458332"
x="1.0583334"
y="294.35416" />
<path
style="opacity:1;fill:#000000;fill-opacity:0.25098041;stroke:none;stroke-width:3.77952766;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 20 12 A 7.9999995 7.9999995 0 0 0 12 20 A 7.9999995 7.9999995 0 0 0 20 28 A 7.9999995 7.9999995 0 0 0 28 20 A 7.9999995 7.9999995 0 0 0 20 12 z M 20 14 A 5.9999998 5.9999998 0 0 1 26 20 A 5.9999998 5.9999998 0 0 1 20 26 A 5.9999998 5.9999998 0 0 1 14 20 A 5.9999998 5.9999998 0 0 1 20 14 z M 20 15.5 C 19.5 15.5 19 15.999994 19 17 L 19 19 C 19 19.231426 19.032718 19.429553 19.080078 19.607422 A 0.99999994 0.99999994 0 0 0 19 20 A 0.99999994 0.99999994 0 0 0 19.876953 20.990234 C 20.007629 21.120884 20.163805 21.248937 20.365234 21.365234 L 22.097656 22.365234 C 23.829718 23.365222 24.829718 21.634791 23.097656 20.634766 L 21.365234 19.634766 C 21.214573 19.547783 21.07772 19.506905 20.939453 19.458984 C 20.96736 19.314691 21 19.174874 21 19 L 21 17 C 21 15.999994 20.5 15.5 20 15.5 z "
transform="matrix(0.26458333,0,0,0.26458333,0,286.41666)"
id="path1680" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="40"
height="40"
viewBox="0 0 10.583333 10.583333"
version="1.1"
id="svg8"
inkscape:version="0.92.2 5c3e80d, 2017-08-06"
sodipodi:docname="icon-dummy.svg"
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic_unknown_040.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<defs
id="defs2">
<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>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath922">
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
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"
id="path924"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath1816">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path1818"
d="M 5.2916667,295.94166 2.6458333,293.29583 C 0.79375,291.44374 0.26458333,287.47499 3.175,287.47499 c 1.0583333,0 1.8520833,1.05834 2.1166667,1.32292 0.2645833,-0.26458 1.3229166,-1.32292 2.1166666,-1.32292 2.9104167,0 2.38125,3.96875 0.5291667,5.82084 z"
style="fill:#d40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</clipPath>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#404040"
bordercolor="#000000"
borderopacity="1"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="30.2"
inkscape:cx="20"
inkscape:cy="20"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:showpageshadow="false"
units="px"
width="40px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:window-width="2560"
inkscape:window-height="1377"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
showguides="false"
inkscape:snap-bbox-midpoints="true"
inkscape:snap-object-midpoints="false"
inkscape:snap-center="true">
<inkscape:grid
type="xygrid"
id="grid815" />
</sodipodi:namedview>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-286.41666)">
<rect
style="opacity:1;fill:#000000;fill-opacity:0.25098041;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1847"
width="8.4666662"
height="8.4666662"
x="1.0583333"
y="287.47501"
ry="1.0583205" />
<path
style="fill:#ffffff;fill-opacity:0.99157302;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 3.7041666,290.3854 10e-8,-1.32291 h 3.175 l -1e-7,2.91041 -1.3229167,0 1e-7,1.05834 H 5.0270834 l -1e-7,-1.5875 1.3229166,0 10e-8,-1.85209 H 4.2333334 l -1e-7,0.79375 z"
id="path1867"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccc" />
<path
style="fill:#ffffff;fill-opacity:0.99157302;fill-rule:evenodd;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 5.0270834,293.82499 v 0.52916 H 5.55625 v -0.52916 z"
id="path1869"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.1 KiB