raster pushed a commit to branch feature/themes/flat.

http://git.enlightenment.org/core/efl.git/commit/?id=a37656cf89c76a83df0c9fedfaf0396f7e74cfa2

commit a37656cf89c76a83df0c9fedfaf0396f7e74cfa2
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sun Oct 11 14:37:06 2020 +0100

    TH - icons
---
 data/elementary/themes/edc/elm/icon_fdo.edc        |  14 --
 data/elementary/themes/edc/icons.edc               |  15 ++
 data/elementary/themes/ic.edc                      |   7 +
 data/elementary/themes/img/battery.svg             | 179 ++++++++++++++
 data/elementary/themes/img/drive-hdd-fw.svg        | 241 ++++++++++++++++++
 data/elementary/themes/img/drive-hdd-usb.svg       | 216 +++++++++++++++++
 data/elementary/themes/img/ic/battery-040.png      | Bin 0 -> 311 bytes
 data/elementary/themes/img/ic/battery-080.png      | Bin 0 -> 442 bytes
 data/elementary/themes/img/ic/battery-160.png      | Bin 0 -> 662 bytes
 data/elementary/themes/img/ic/drive-hdd-160.png    | Bin 0 -> 5744 bytes
 data/elementary/themes/img/ic/drive-hdd-fw-040.png | Bin 0 -> 1492 bytes
 data/elementary/themes/img/ic/drive-hdd-fw-080.png | Bin 0 -> 3258 bytes
 data/elementary/themes/img/ic/drive-hdd-fw-160.png | Bin 0 -> 6340 bytes
 .../elementary/themes/img/ic/drive-hdd-usb-040.png | Bin 0 -> 1374 bytes
 .../elementary/themes/img/ic/drive-hdd-usb-080.png | Bin 0 -> 2941 bytes
 .../elementary/themes/img/ic/drive-hdd-usb-160.png | Bin 0 -> 5808 bytes
 data/elementary/themes/img/ic/laptop-pc-040.png    | Bin 0 -> 723 bytes
 data/elementary/themes/img/ic/laptop-pc-080.png    | Bin 0 -> 1097 bytes
 data/elementary/themes/img/ic/laptop-pc-160.png    | Bin 0 -> 2149 bytes
 data/elementary/themes/img/ic/photo-160.png        | Bin 0 -> 7693 bytes
 data/elementary/themes/img/ic/video-camera-040.png | Bin 0 -> 976 bytes
 data/elementary/themes/img/ic/video-camera-080.png | Bin 0 -> 1973 bytes
 data/elementary/themes/img/ic/video-camera-160.png | Bin 0 -> 3965 bytes
 data/elementary/themes/img/ic/webcam-040.png       | Bin 0 -> 1845 bytes
 data/elementary/themes/img/ic/webcam-080.png       | Bin 0 -> 4397 bytes
 data/elementary/themes/img/ic/webcam-160.png       | Bin 0 -> 9487 bytes
 data/elementary/themes/img/laptop-pc.svg           | 269 +++++++++++++++++++++
 data/elementary/themes/img/photo.svg               | 153 ++++++++++++
 data/elementary/themes/img/video-camera.svg        | 150 ++++++++++++
 data/elementary/themes/img/webcam.svg              | 159 ++++++++++++
 30 files changed, 1389 insertions(+), 14 deletions(-)

diff --git a/data/elementary/themes/edc/elm/icon_fdo.edc 
b/data/elementary/themes/edc/elm/icon_fdo.edc
index e2c9c24494..89f5a194fa 100644
--- a/data/elementary/themes/edc/elm/icon_fdo.edc
+++ b/data/elementary/themes/edc/elm/icon_fdo.edc
@@ -343,20 +343,6 @@ ICO1(CTX, "preferences-other", 128)
 
 ////  devices  ////////////////////////////////////////////////////////////////
 #define CTX "devices"
-ICO1(CTX, "battery", 128)
-ICO1(CTX, "camera", 128)
-ICO1(CTX, "camera-photo", 128)
-ICO1(CTX, "camera-web", 128)
-ICO1(CTX, "camera-video", 128)
-ICO1(CTX, "drive-harddisk", 128)
-ICO1(CTX, "drive-harddisk-ieee1394", 128)
-ICO1(CTX, "drive-harddisk-usb", 128)
-ICO1(CTX, "drive-optical", 128)
-ICO1(CTX, "drive-removable-media", 128)
-ICO1(CTX, "drive-removable-media-ieee1394", 128)
-ICO1(CTX, "drive-removable-media-usb", 128)
-ICO1(CTX, "computer", 128)
-ICO1(CTX, "computer-laptop", 128)
 ICO1(CTX, "multimedia-player", 128)
 ICO1(CTX, "media-optical", 128)
 ICO1(CTX, "media-optical-cd", 128)
diff --git a/data/elementary/themes/edc/icons.edc 
b/data/elementary/themes/edc/icons.edc
index ea1b745148..a167af9e2a 100644
--- a/data/elementary/themes/edc/icons.edc
+++ b/data/elementary/themes/edc/icons.edc
@@ -499,4 +499,19 @@ ICON("folder-music", "i-folder-music")
 ICON("folder-videos", "i-folder-videos")
 ICON("folder-visiting", "i-folder-visiting")
 
+ICON("battery", "i-battery")
+ICON("camera", "i-camera")
+ICON("camera-photo", "i-camera")
+ICON("camera-web", "i-webcam")
+ICON("camera-video", "i-video-camera")
+ICON("drive-harddisk", "i-drive-hdd")
+ICON("drive-harddisk-ieee1394", "i-drive-hdd-fw")
+ICON("drive-harddisk-usb", "i-drive-hdd-usb")
+ICON("drive-optical", "i-drive-cd")
+ICON("drive-removable-media", "i-drive-usb-media")
+ICON("drive-removable-media-usb", "i-drive-usb-media")
+ICON("drive-removable-media-ieee1394", "i-drive-usb-media")
+ICON("computer", "i-desktop-pc")
+ICON("computer-laptop", "i-laptop-pc")
+
 #undef ICON
diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc
index 998e9bb6f1..f4c733b859 100644
--- a/data/elementary/themes/ic.edc
+++ b/data/elementary/themes/ic.edc
@@ -137,6 +137,7 @@ I160("i-efm-exe", "efm-exe")
 I160("i-efm-trash", "efm-trash")
 
 I160("i-mobile", "mobile-phone")
+I160("i-battery", "battery")
 I160("i-tools", "tools")
 I160("i-atom", "atom")
 I160("i-folder-open", "folder-open")
@@ -146,6 +147,11 @@ I160("i-termprompt", "termprompt")
 I160("i-warning", "warning")
 I160("i-warning-red", "warning-red")
 I160("i-camera", "camera")
+I160("i-photo", "photo")
+I160("i-webcam", "webcam")
+I160("i-video-camera", "video-camera")
+I160("i-drive-hdd-fw", "drive-hdd-fw")
+I160("i-drive-hdd-usb", "drive-hdd-usb")
 I160("i-paint", "paint")
 I160("i-desks", "desks")
 I160("i-window", "window")
@@ -154,6 +160,7 @@ I160("i-window-lost", "window-lost")
 I160("i-window-stacking", "window-stacking")
 I160("i-system-run", "system-run")
 I160("i-desktop-pc", "desktop-pc")
+I160("i-laptop-pc", "laptop-pc")
 I160("i-padlock-lock", "padlock-lock")
 I160("i-padlock-unlock", "padlock-unlock")
 I160("i-gear-person", "gear-person")
diff --git a/data/elementary/themes/img/battery.svg 
b/data/elementary/themes/img/battery.svg
new file mode 100644
index 0000000000..4b767c5e91
--- /dev/null
+++ b/data/elementary/themes/img/battery.svg
@@ -0,0 +1,179 @@
+<?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="battery.svg"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/battery-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">
+    <rect
+       x="20"
+       y="20"
+       width="40"
+       height="30"
+       id="rect878" />
+    <rect
+       x="20"
+       y="50"
+       width="40"
+       height="30"
+       id="rect872" />
+    <rect
+       x="20"
+       y="20"
+       width="40"
+       height="30"
+       id="rect864" />
+    <rect
+       x="20"
+       y="20"
+       width="40"
+       height="30"
+       id="rect858" />
+    <rect
+       x="20"
+       y="20"
+       width="40"
+       height="30"
+       id="rect852" />
+  </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="2560"
+     inkscape:window-height="1377"
+     id="namedview4"
+     showgrid="true"
+     inkscape:zoom="15.1875"
+     inkscape:cx="40"
+     inkscape:cy="40"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="g10"
+     showguides="false"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-others="false"
+     inkscape:snap-nodes="true"
+     borderlayer="true">
+    <inkscape:grid
+       empspacing="4"
+       type="xygrid"
+       id="grid837" />
+  </sodipodi:namedview>
+  <g
+     inkscape:groupmode="layer"
+     inkscape:label="Image"
+     id="g10">
+    <rect
+       
style="fill:#202020;fill-opacity:1;stroke-width:1.05409;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect4745"
+       width="40"
+       height="40"
+       x="20"
+       y="32" />
+    <rect
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect4741"
+       width="16"
+       height="4"
+       x="32"
+       y="8" />
+    <rect
+       
style="fill:#ffd250;fill-opacity:1;stroke-width:1.11803;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect4743"
+       width="40"
+       height="20"
+       x="20"
+       y="12" />
+    <rect
+       
style="fill:#ffffff;fill-opacity:0.5;stroke-width:2.44949;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect4749"
+       width="12"
+       height="60"
+       x="24"
+       y="12" />
+    <rect
+       
style="fill:#ffffff;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect4747"
+       width="2"
+       height="60"
+       x="28"
+       y="12" />
+    <rect
+       
style="fill:#000000;fill-opacity:0.25;stroke-width:2.44948;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect4755"
+       width="12.000001"
+       height="60"
+       x="48"
+       y="12" />
+    <rect
+       
style="fill:#000000;fill-opacity:0.25;stroke-width:0.999995;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect4759"
+       width="2.0000038"
+       height="60"
+       x="58"
+       y="12" />
+    <rect
+       
style="fill:#ffffff;fill-opacity:1;stroke-width:0.258199;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect4761"
+       width="2"
+       height="4"
+       x="34"
+       y="8" />
+    <rect
+       
style="fill:#ffffff;fill-opacity:0.5;stroke-width:0.447214;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect4763"
+       width="6"
+       height="4"
+       x="33"
+       y="8" />
+    <rect
+       
style="fill:#000000;fill-opacity:0.25;stroke-width:0.408247;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect4767"
+       width="5"
+       height="4"
+       x="43"
+       y="8" />
+    <rect
+       
style="fill:#000000;fill-opacity:0.25;stroke-width:0.182574;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect4771"
+       width="1"
+       height="4"
+       x="47"
+       y="8" />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/drive-hdd-fw.svg 
b/data/elementary/themes/img/drive-hdd-fw.svg
new file mode 100644
index 0000000000..eeacdb6440
--- /dev/null
+++ b/data/elementary/themes/img/drive-hdd-fw.svg
@@ -0,0 +1,241 @@
+<?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";
+   width="40"
+   height="40"
+   viewBox="0 0 10.583333 10.583333"
+   version="1.1"
+   id="svg8"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="drive-hdd-fw.svg"
+   
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/drive-hdd-fw-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.2"
+     inkscape:cx="20"
+     inkscape:cy="19.933775"
+     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:document-rotation="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid815"
+       empspacing="4" />
+  </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.04447;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" />
+    <rect
+       
style="fill:#000000;fill-opacity:0.25;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round"
+       id="rect6833"
+       width="1.5875"
+       height="0.52916664"
+       x="-202.5735"
+       y="207.68019"
+       inkscape:transform-center-x="0.93924331"
+       inkscape:transform-center-y="-0.92948601"
+       transform="rotate(-45)" />
+    <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" />
+    <rect
+       
style="fill:#000000;fill-opacity:0.25;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round"
+       id="rect6835"
+       width="1.5875"
+       height="0.52916664"
+       x="-202.5735"
+       y="206.88643"
+       inkscape:transform-center-x="1.5005179"
+       inkscape:transform-center-y="-1.4907606"
+       transform="rotate(-45)" />
+    <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" />
+    <rect
+       
style="fill:#000000;fill-opacity:0.25;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round"
+       id="rect6833-3"
+       width="1.5875"
+       height="0.52916664"
+       x="4.4979167"
+       y="292.50208"
+       inkscape:transform-center-x="0.0069060544"
+       inkscape:transform-center-y="-1.3213934" />
+    <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" />
+    <rect
+       
style="fill:#000000;fill-opacity:0.25;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round"
+       id="rect6835-6"
+       width="1.5875"
+       height="0.52916664"
+       x="4.4979167"
+       y="291.70831"
+       inkscape:transform-center-x="0.0069060544"
+       inkscape:transform-center-y="-2.1151556" />
+    <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" />
+    <rect
+       
style="fill:#000000;fill-opacity:0.25;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round"
+       id="rect6855"
+       width="1.5875"
+       height="1.3229166"
+       x="-210.05739"
+       y="-200.71667"
+       inkscape:transform-center-x="-1.218242"
+       inkscape:transform-center-y="-1.2162162"
+       transform="rotate(-135)" />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/drive-hdd-usb.svg 
b/data/elementary/themes/img/drive-hdd-usb.svg
new file mode 100644
index 0000000000..a3c9b0f863
--- /dev/null
+++ b/data/elementary/themes/img/drive-hdd-usb.svg
@@ -0,0 +1,216 @@
+<?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";
+   width="40"
+   height="40"
+   viewBox="0 0 10.583333 10.583333"
+   version="1.1"
+   id="svg8"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="drive-hdd-usb.svg"
+   
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/drive-hdd-usb-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.35"
+     inkscape:cx="20"
+     inkscape:cy="20.016474"
+     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:document-rotation="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid815"
+       empspacing="4"
+       spacingx="0.26458332"
+       spacingy="0.26458332" />
+  </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.04447;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" />
+    <rect
+       
style="fill:#c8c8c8;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect6929"
+       width="2.1166666"
+       height="0.79374993"
+       x="4.2333331"
+       y="296.20624" />
+    <rect
+       
style="fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect6931"
+       width="0.52916664"
+       height="0.26458332"
+       x="4.4979167"
+       y="296.47083" />
+    <rect
+       
style="fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.529167;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect6933"
+       width="0.52916664"
+       height="0.26458332"
+       x="5.5562496"
+       y="296.47083" />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/ic/battery-040.png 
b/data/elementary/themes/img/ic/battery-040.png
new file mode 100644
index 0000000000..43395fb0e2
Binary files /dev/null and b/data/elementary/themes/img/ic/battery-040.png 
differ
diff --git a/data/elementary/themes/img/ic/battery-080.png 
b/data/elementary/themes/img/ic/battery-080.png
new file mode 100644
index 0000000000..cfbb29bd4e
Binary files /dev/null and b/data/elementary/themes/img/ic/battery-080.png 
differ
diff --git a/data/elementary/themes/img/ic/battery-160.png 
b/data/elementary/themes/img/ic/battery-160.png
new file mode 100644
index 0000000000..21fefb2330
Binary files /dev/null and b/data/elementary/themes/img/ic/battery-160.png 
differ
diff --git a/data/elementary/themes/img/ic/drive-hdd-160.png 
b/data/elementary/themes/img/ic/drive-hdd-160.png
new file mode 100644
index 0000000000..dba092ba85
Binary files /dev/null and b/data/elementary/themes/img/ic/drive-hdd-160.png 
differ
diff --git a/data/elementary/themes/img/ic/drive-hdd-fw-040.png 
b/data/elementary/themes/img/ic/drive-hdd-fw-040.png
new file mode 100644
index 0000000000..127d53c884
Binary files /dev/null and b/data/elementary/themes/img/ic/drive-hdd-fw-040.png 
differ
diff --git a/data/elementary/themes/img/ic/drive-hdd-fw-080.png 
b/data/elementary/themes/img/ic/drive-hdd-fw-080.png
new file mode 100644
index 0000000000..c7362d82be
Binary files /dev/null and b/data/elementary/themes/img/ic/drive-hdd-fw-080.png 
differ
diff --git a/data/elementary/themes/img/ic/drive-hdd-fw-160.png 
b/data/elementary/themes/img/ic/drive-hdd-fw-160.png
new file mode 100644
index 0000000000..1c6e2e7795
Binary files /dev/null and b/data/elementary/themes/img/ic/drive-hdd-fw-160.png 
differ
diff --git a/data/elementary/themes/img/ic/drive-hdd-usb-040.png 
b/data/elementary/themes/img/ic/drive-hdd-usb-040.png
new file mode 100644
index 0000000000..05d58279dd
Binary files /dev/null and 
b/data/elementary/themes/img/ic/drive-hdd-usb-040.png differ
diff --git a/data/elementary/themes/img/ic/drive-hdd-usb-080.png 
b/data/elementary/themes/img/ic/drive-hdd-usb-080.png
new file mode 100644
index 0000000000..a6ba672a17
Binary files /dev/null and 
b/data/elementary/themes/img/ic/drive-hdd-usb-080.png differ
diff --git a/data/elementary/themes/img/ic/drive-hdd-usb-160.png 
b/data/elementary/themes/img/ic/drive-hdd-usb-160.png
new file mode 100644
index 0000000000..ffdba6e853
Binary files /dev/null and 
b/data/elementary/themes/img/ic/drive-hdd-usb-160.png differ
diff --git a/data/elementary/themes/img/ic/laptop-pc-040.png 
b/data/elementary/themes/img/ic/laptop-pc-040.png
new file mode 100644
index 0000000000..af904f24fb
Binary files /dev/null and b/data/elementary/themes/img/ic/laptop-pc-040.png 
differ
diff --git a/data/elementary/themes/img/ic/laptop-pc-080.png 
b/data/elementary/themes/img/ic/laptop-pc-080.png
new file mode 100644
index 0000000000..f94a811b85
Binary files /dev/null and b/data/elementary/themes/img/ic/laptop-pc-080.png 
differ
diff --git a/data/elementary/themes/img/ic/laptop-pc-160.png 
b/data/elementary/themes/img/ic/laptop-pc-160.png
new file mode 100644
index 0000000000..b2add4fd49
Binary files /dev/null and b/data/elementary/themes/img/ic/laptop-pc-160.png 
differ
diff --git a/data/elementary/themes/img/ic/photo-160.png 
b/data/elementary/themes/img/ic/photo-160.png
new file mode 100644
index 0000000000..603f933130
Binary files /dev/null and b/data/elementary/themes/img/ic/photo-160.png differ
diff --git a/data/elementary/themes/img/ic/video-camera-040.png 
b/data/elementary/themes/img/ic/video-camera-040.png
new file mode 100644
index 0000000000..5a80532342
Binary files /dev/null and b/data/elementary/themes/img/ic/video-camera-040.png 
differ
diff --git a/data/elementary/themes/img/ic/video-camera-080.png 
b/data/elementary/themes/img/ic/video-camera-080.png
new file mode 100644
index 0000000000..afce85a6fd
Binary files /dev/null and b/data/elementary/themes/img/ic/video-camera-080.png 
differ
diff --git a/data/elementary/themes/img/ic/video-camera-160.png 
b/data/elementary/themes/img/ic/video-camera-160.png
new file mode 100644
index 0000000000..f65406ecba
Binary files /dev/null and b/data/elementary/themes/img/ic/video-camera-160.png 
differ
diff --git a/data/elementary/themes/img/ic/webcam-040.png 
b/data/elementary/themes/img/ic/webcam-040.png
new file mode 100644
index 0000000000..a2a5b20445
Binary files /dev/null and b/data/elementary/themes/img/ic/webcam-040.png differ
diff --git a/data/elementary/themes/img/ic/webcam-080.png 
b/data/elementary/themes/img/ic/webcam-080.png
new file mode 100644
index 0000000000..10d5e35fc4
Binary files /dev/null and b/data/elementary/themes/img/ic/webcam-080.png differ
diff --git a/data/elementary/themes/img/ic/webcam-160.png 
b/data/elementary/themes/img/ic/webcam-160.png
new file mode 100644
index 0000000000..cd617707b6
Binary files /dev/null and b/data/elementary/themes/img/ic/webcam-160.png differ
diff --git a/data/elementary/themes/img/laptop-pc.svg 
b/data/elementary/themes/img/laptop-pc.svg
new file mode 100644
index 0000000000..224a08890d
--- /dev/null
+++ b/data/elementary/themes/img/laptop-pc.svg
@@ -0,0 +1,269 @@
+<?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="laptop-pc.svg"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/laptop-pc-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>
+    <filter
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB"
+       id="filter975"
+       x="-0.0432"
+       width="1.0864"
+       y="-0.054"
+       height="1.108">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.45"
+         id="feGaussianBlur977" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB"
+       id="filter1003"
+       x="-0.0272"
+       width="1.0544"
+       y="-0.204"
+       height="1.408">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.34"
+         id="feGaussianBlur1005" />
+    </filter>
+  </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="2560"
+     inkscape:window-height="1377"
+     id="namedview4"
+     showgrid="true"
+     inkscape:zoom="15.1875"
+     inkscape:cx="40"
+     inkscape:cy="40"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="g10"
+     showguides="false"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-others="false"
+     inkscape:snap-nodes="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid837" />
+  </sodipodi:namedview>
+  <g
+     inkscape:groupmode="layer"
+     inkscape:label="Image"
+     id="g10">
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path844"
+       d="M 10,52 4,65 H 76 L 70,52 Z"
+       
style="fill:#a0a0a0;fill-opacity:1;stroke-width:8.17662;stroke-linecap:round;stroke-linejoin:round"
 />
+    <rect
+       y="65"
+       x="4"
+       height="2"
+       width="72"
+       id="rect846"
+       
style="fill:#808080;fill-opacity:1;stroke-width:4.53558;stroke-linecap:round;stroke-linejoin:round"
 />
+    <path
+       id="path862"
+       d="M 11,53 9,59 H 71 L 69,53 Z"
+       
style="fill:#000000;fill-opacity:0.25;stroke-width:4;stroke-linecap:round;stroke-linejoin:round"
+       sodipodi:nodetypes="ccccc" />
+    <rect
+       
style="opacity:1;fill:#202020;fill-opacity:1;stroke-width:3.80615;stroke-linecap:round;stroke-linejoin:round"
+       id="rect838-3"
+       width="60"
+       height="36.929558"
+       x="9.999999"
+       y="12.999998" />
+    <rect
+       y="12.999998"
+       x="9.999999"
+       height="36.929558"
+       width="60"
+       id="rect838"
+       
style="opacity:1;fill:#28303e;fill-opacity:1;stroke-width:3.80616;stroke-linecap:round;stroke-linejoin:round"
 />
+    <rect
+       y="46.816002"
+       x="25.184002"
+       height="4"
+       width="30"
+       id="rect1001"
+       
style="opacity:0.5;fill:#000000;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter1003)"
 />
+    <rect
+       
style="opacity:1;fill:#808080;fill-opacity:1;stroke-width:4.0784;stroke-linecap:round;stroke-linejoin:round"
+       id="rect965"
+       width="29.815998"
+       height="4.1839981"
+       x="25.184002"
+       y="45.816002" />
+    <path
+       
style="opacity:1;fill:#f2e884;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round"
+       id="path967"
+       sodipodi:type="arc"
+       sodipodi:cx="13.999999"
+       sodipodi:cy="16.999998"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       sodipodi:start="0"
+       sodipodi:end="6.2760818"
+       sodipodi:arc-type="slice"
+       d="m 15.999999,16.999998 a 2,2 0 0 1 -1.996448,1.999997 2,2 0 0 1 
-2.003539,-1.992893 2,2 0 0 1 1.989332,-2.007076 2,2 0 0 1 2.010605,1.985765 l 
-1.99995,0.01421 z" />
+    <path
+       d="m 15.999999,22.999998 a 2,2 0 0 1 -1.996448,1.999997 2,2 0 0 1 
-2.003539,-1.992893 2,2 0 0 1 1.989332,-2.007076 2,2 0 0 1 2.010605,1.985765 l 
-1.99995,0.01421 z"
+       sodipodi:arc-type="slice"
+       sodipodi:end="6.2760818"
+       sodipodi:start="0"
+       sodipodi:ry="2"
+       sodipodi:rx="2"
+       sodipodi:cy="22.999998"
+       sodipodi:cx="13.999999"
+       sodipodi:type="arc"
+       id="path969"
+       
style="opacity:1;fill:#84c7f2;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round"
 />
+    <path
+       
style="opacity:1;fill:#da84f2;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round"
+       id="path971"
+       sodipodi:type="arc"
+       sodipodi:cx="13.999999"
+       sodipodi:cy="28.999998"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       sodipodi:start="0"
+       sodipodi:end="6.2760818"
+       sodipodi:arc-type="slice"
+       d="m 15.999999,28.999998 a 2,2 0 0 1 -1.996448,1.999997 2,2 0 0 1 
-2.003539,-1.992893 2,2 0 0 1 1.989332,-2.007076 2,2 0 0 1 2.010605,1.985765 l 
-1.99995,0.01421 z" />
+    <rect
+       y="19.999998"
+       x="30"
+       height="20"
+       width="25"
+       id="rect973"
+       
style="opacity:0.5;fill:#000000;fill-opacity:1;stroke-width:8.16496;stroke-linecap:round;stroke-linejoin:round;filter:url(#filter975)"
 />
+    <rect
+       
style="opacity:1;mix-blend-mode:normal;fill:#808080;fill-opacity:1;stroke-width:8.16496;stroke-linecap:round;stroke-linejoin:round"
+       id="rect979"
+       width="25"
+       height="20"
+       x="30"
+       y="18.999998" />
+    <rect
+       y="18.999998"
+       x="30"
+       height="4"
+       width="25"
+       id="rect1007"
+       
style="opacity:1;mix-blend-mode:normal;fill:#212121;fill-opacity:1;stroke-width:3.65148;stroke-linecap:round;stroke-linejoin:round"
 />
+    <path
+       
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke-width:4.94529;stroke-linecap:round;stroke-linejoin:round"
+       id="path1009"
+       sodipodi:type="arc"
+       sodipodi:cx="53"
+       sodipodi:cy="20.999998"
+       sodipodi:rx="1.0000005"
+       sodipodi:ry="1.0000001"
+       sodipodi:start="0"
+       sodipodi:end="6.2760818"
+       sodipodi:arc-type="slice"
+       d="m 54,20.999998 a 1.0000005,1.0000001 0 0 1 -0.998224,0.999999 
1.0000005,1.0000001 0 0 1 -1.00177,-0.996447 1.0000005,1.0000001 0 0 1 
0.994666,-1.003538 1.0000005,1.0000001 0 0 1 1.005303,0.992883 L 53,20.999998 
Z" />
+    <path
+       d="m 50,20.999998 a 1.0000005,1.0000001 0 0 1 -0.998224,0.999999 
1.0000005,1.0000001 0 0 1 -1.00177,-0.996447 1.0000005,1.0000001 0 0 1 
0.994666,-1.003538 1.0000005,1.0000001 0 0 1 1.005303,0.992883 L 49,20.999998 Z"
+       sodipodi:arc-type="slice"
+       sodipodi:end="6.2760818"
+       sodipodi:start="0"
+       sodipodi:ry="1.0000001"
+       sodipodi:rx="1.0000005"
+       sodipodi:cy="20.999998"
+       sodipodi:cx="49"
+       sodipodi:type="arc"
+       id="path1013"
+       
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke-width:4.94529;stroke-linecap:round;stroke-linejoin:round"
 />
+    <path
+       
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke-width:4.94529;stroke-linecap:round;stroke-linejoin:round"
+       id="path1015"
+       sodipodi:type="arc"
+       sodipodi:cx="46"
+       sodipodi:cy="20.999998"
+       sodipodi:rx="1.0000005"
+       sodipodi:ry="1.0000001"
+       sodipodi:start="0"
+       sodipodi:end="6.2760818"
+       sodipodi:arc-type="slice"
+       d="m 47,20.999998 a 1.0000005,1.0000001 0 0 1 -0.998224,0.999999 
1.0000005,1.0000001 0 0 1 -1.00177,-0.996447 1.0000005,1.0000001 0 0 1 
0.994666,-1.003538 1.0000005,1.0000001 0 0 1 1.005303,0.992883 L 46,20.999998 
Z" />
+    <path
+       d="m 33,20.999998 a 1.0000005,1.0000001 0 0 1 -0.998224,0.999999 
1.0000005,1.0000001 0 0 1 -1.00177,-0.996447 1.0000005,1.0000001 0 0 1 
0.994666,-1.003538 1.0000005,1.0000001 0 0 1 1.005303,0.992883 L 32,20.999998 Z"
+       sodipodi:arc-type="slice"
+       sodipodi:end="6.2760818"
+       sodipodi:start="0"
+       sodipodi:ry="1.0000001"
+       sodipodi:rx="1.0000005"
+       sodipodi:cy="20.999998"
+       sodipodi:cx="32"
+       sodipodi:type="arc"
+       id="path1017"
+       
style="opacity:1;fill:#d58282;fill-opacity:1;stroke-width:4.94529;stroke-linecap:round;stroke-linejoin:round"
 />
+    <rect
+       
style="fill:#909090;fill-opacity:1;stroke-width:6.92824;stroke-linecap:round;stroke-linejoin:round"
+       id="rect847"
+       width="60"
+       height="2"
+       x="9.999999"
+       y="50" />
+    <path
+       id="path7704"
+       d="m 30,60 -1,4 h 22 l -1,-4 z"
+       
style="fill:#000000;fill-opacity:0.25;stroke-width:4;stroke-linecap:round;stroke-linejoin:round"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/photo.svg 
b/data/elementary/themes/img/photo.svg
new file mode 100644
index 0000000000..490810d66f
--- /dev/null
+++ b/data/elementary/themes/img/photo.svg
@@ -0,0 +1,153 @@
+<?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/warning-red-040.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="photo.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="linearGradient5432">
+      <stop
+         style="stop-color:#bfbfbf;stop-opacity:1;"
+         offset="0"
+         id="stop5428" />
+      <stop
+         style="stop-color:#195ca8;stop-opacity:1"
+         offset="1"
+         id="stop5430" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5432"
+       id="radialGradient5434"
+       cx="40"
+       cy="54"
+       fx="40"
+       fy="54"
+       r="28"
+       
gradientTransform="matrix(2.1428571,5.0000005e-8,-3.3583017e-8,1.4285714,-45.714284,-37.142859)"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:bbox-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-bbox="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="40"
+     inkscape:cx="40"
+     inkscape:zoom="15.1875"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1377"
+     inkscape:window-width="2560"
+     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">
+    <rect
+       
style="fill:#ffffff;fill-opacity:0.98480147;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect5422"
+       width="64"
+       height="64"
+       x="8"
+       y="8" />
+    <rect
+       
style="fill:#48673e;fill-opacity:1;stroke-width:1.03775;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect5424"
+       width="56"
+       height="52"
+       x="12"
+       y="12" />
+    <rect
+       
style="fill:url(#radialGradient5434);fill-opacity:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="rect5426"
+       width="56"
+       height="28"
+       x="12"
+       y="12" />
+    <circle
+       
style="opacity:1;fill:#bfbfbf;fill-opacity:1;stroke:none;stroke-width:10.88;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="circle3051"
+       cx="40"
+       cy="38"
+       r="17" />
+    <circle
+       r="15"
+       cy="38"
+       cx="40"
+       id="path3043"
+       
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:9.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+    <circle
+       
style="opacity:1;fill:#341772;fill-opacity:1;stroke:none;stroke-width:7.36;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="circle3045"
+       cx="41.5"
+       cy="39.5"
+       r="11.5" />
+    <circle
+       r="8"
+       cy="41"
+       cx="43"
+       id="circle3047"
+       
style="opacity:1;fill:#634498;fill-opacity:1;stroke:none;stroke-width:5.12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+    <circle
+       
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="circle3049"
+       cx="32.5"
+       cy="30.5"
+       r="2.5" />
+    <circle
+       r="4"
+       cy="31"
+       cx="33"
+       id="circle3053"
+       
style="opacity:1;fill:#ffffff;fill-opacity:0.5;stroke:none;stroke-width:2.56;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/video-camera.svg 
b/data/elementary/themes/img/video-camera.svg
new file mode 100644
index 0000000000..14203bbf81
--- /dev/null
+++ b/data/elementary/themes/img/video-camera.svg
@@ -0,0 +1,150 @@
+<?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/video-camera-040.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="video-camera.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="linearGradient5619">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5615" />
+      <stop
+         style="stop-color:#c8c8c8;stop-opacity:1"
+         offset="1"
+         id="stop5617" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5619"
+       id="linearGradient5621"
+       x1="22"
+       y1="58"
+       x2="22"
+       y2="56"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:bbox-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-bbox="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="40"
+     inkscape:cx="40"
+     inkscape:zoom="15.1875"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1377"
+     inkscape:window-width="2560"
+     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
+       id="path5548"
+       
style="fill:#202020;fill-opacity:1;stroke-width:1.33333;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       d="M 12 36 C 9.784 36 8 37.784 8 40 L 8 64 C 8 66.216 9.784 68 12 68 L 
52 68 C 54.216 68 56 66.216 56 64 L 56 58 L 60 58 L 72 64 L 72 40 L 60 46 L 56 
46 L 56 40 C 56 37.784 54.216 36 52 36 L 12 36 z " />
+    <circle
+       
style="fill:#202020;fill-opacity:1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="path5554"
+       cx="20"
+       cy="24"
+       r="12" />
+    <ellipse
+       
style="fill:#202020;fill-opacity:1;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="circle5556"
+       cx="44"
+       cy="24"
+       rx="12.000001"
+       ry="12" />
+    <rect
+       
style="fill:none;fill-opacity:1;stroke:#a0a0a0;stroke-width:1.7647;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect5573"
+       width="38"
+       height="22"
+       x="13"
+       y="41"
+       ry="1.7104073" />
+    <rect
+       
style="fill:url(#linearGradient5621);fill-opacity:1;stroke:none;stroke-width:2.44949;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect5575"
+       width="12"
+       height="4"
+       x="16"
+       y="56"
+       ry="0" />
+    <circle
+       
style="fill:#ff3d20;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5586"
+       cx="46"
+       cy="46"
+       r="2" />
+    <path
+       id="rect5588"
+       
style="fill:#303030;fill-opacity:1;stroke:none;stroke-width:2.64575;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 72 42 L 60 47 L 56 47 L 56 55 L 60 55 L 72 58 L 72 42 z " />
+    <path
+       id="rect5592"
+       
style="fill:#606060;fill-opacity:1;stroke:none;stroke-width:0.707104;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 72,44 -12,4 h -4 v 1 h 4 l 12,-3 z"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       id="path5606"
+       
style="fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 20 16 A 8 8 0 0 0 12 24 A 8 8 0 0 0 20 32 A 8 8 0 0 0 28 24 A 8 8 
0 0 0 20 16 z M 20 18 A 6 6 0 0 1 26 24 A 6 6 0 0 1 20 30 A 6 6 0 0 1 14 24 A 6 
6 0 0 1 20 18 z " />
+    <path
+       id="path5613"
+       
style="fill:#a0a0a0;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 44,16 a 8,8 0 0 0 -8,8 8,8 0 0 0 8,8 8,8 0 0 0 8,-8 8,8 0 0 0 
-8,-8 z m 0,2 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" 
/>
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/webcam.svg 
b/data/elementary/themes/img/webcam.svg
new file mode 100644
index 0000000000..7d3721f374
--- /dev/null
+++ b/data/elementary/themes/img/webcam.svg
@@ -0,0 +1,159 @@
+<?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/webcam-040.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="webcam.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:bbox-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-bbox="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="40"
+     inkscape:cx="40"
+     inkscape:zoom="15.1875"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1377"
+     inkscape:window-width="2560"
+     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:#a0a0a0;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       d="M 8,72 H 72 L 60,48 H 20 Z"
+       id="path5458" />
+    <path
+       id="circle5484"
+       
style="fill:#000000;fill-opacity:0.2;stroke-width:1.0696;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       d="M 20 48 L 17.486328 53.029297 A 33 35.5 0 0 0 30.642578 72 L 
67.355469 72 A 33 35.5 0 0 0 70.646484 69.292969 L 60 48 L 20 48 z " />
+    <circle
+       
style="fill:#dcdcdc;fill-opacity:1;stroke-width:0.875;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="path5456"
+       cx="40"
+       cy="36"
+       r="28" />
+    <circle
+       
style="fill:#ffffff;fill-opacity:1;stroke-width:0.3125;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="circle5482"
+       cx="34"
+       cy="23"
+       r="10" />
+    <circle
+       
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:10.88;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="circle3051"
+       cx="40"
+       cy="36"
+       r="17" />
+    <circle
+       
style="fill:#7a7a7a;fill-opacity:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="path5474"
+       cx="40"
+       cy="36"
+       r="15" />
+    <circle
+       
style="fill:#525252;fill-opacity:1;stroke-width:0.866666;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="circle5476"
+       cx="40"
+       cy="36"
+       r="13" />
+    <circle
+       
style="fill:#3d3d3d;fill-opacity:1;stroke-width:0.733332;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="circle5478"
+       cx="40"
+       cy="36"
+       r="11" />
+    <circle
+       
style="fill:#a3a3a3;fill-opacity:1;stroke-width:0.599999;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       id="circle5480"
+       cx="40"
+       cy="36"
+       r="9" />
+    <g
+       id="g5472"
+       transform="matrix(0.53333333,0,0,0.53333333,18.666667,16.8)">
+      <circle
+         r="15"
+         cy="36"
+         cx="40"
+         id="path3043"
+         
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:9.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+      <circle
+         
style="opacity:1;fill:#341772;fill-opacity:1;stroke:none;stroke-width:7.36;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="circle3045"
+         cx="41.5"
+         cy="37.5"
+         r="11.5" />
+      <circle
+         r="8"
+         cy="39"
+         cx="43"
+         id="circle3047"
+         
style="opacity:1;fill:#634498;fill-opacity:1;stroke:none;stroke-width:5.12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+      <circle
+         
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="circle3049"
+         cx="32.5"
+         cy="28.5"
+         r="2.5" />
+      <circle
+         r="4"
+         cy="29"
+         cx="33"
+         id="circle3053"
+         
style="opacity:1;fill:#ffffff;fill-opacity:0.5;stroke:none;stroke-width:2.56;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
 />
+    </g>
+    <path
+       id="circle5460"
+       
style="fill:#000000;fill-opacity:0.2;stroke-width:0.875;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2"
+       d="M 62.722656 19.640625 A 28 28 0 0 1 64 28 A 28 28 0 0 1 36 56 A 28 
28 0 0 1 13.277344 44.359375 A 28 28 0 0 0 40 64 A 28 28 0 0 0 68 36 A 28 28 0 
0 0 62.722656 19.640625 z " />
+  </g>
+</svg>

-- 


Reply via email to