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

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

commit 6fca38915618d5dc8ea9177408cf3ba6b7dbe5e9
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed Sep 23 23:05:39 2020 +0100

    TH - more icons
---
 data/elementary/themes/edc/elm/button.edc          |  28 ++--
 data/elementary/themes/edc/elm/icon.edc            |  59 ---------
 data/elementary/themes/edc/icons.edc               |  28 +++-
 data/elementary/themes/edc/music_control.edc       |  32 ++---
 data/elementary/themes/ic.edc                      |  11 ++
 data/elementary/themes/img/head.svg                | 146 +++++++++++++++++++++
 data/elementary/themes/img/ic/head-040.png         | Bin 0 -> 886 bytes
 data/elementary/themes/img/ic/head-080.png         | Bin 0 -> 1795 bytes
 data/elementary/themes/img/ic/head-160.png         | Bin 0 -> 3579 bytes
 data/elementary/themes/img/ic/media-eject-015.png  | Bin 0 -> 231 bytes
 data/elementary/themes/img/ic/media-eject-030.png  | Bin 0 -> 325 bytes
 data/elementary/themes/img/ic/media-eject-060.png  | Bin 0 -> 603 bytes
 data/elementary/themes/img/ic/media-ff-015.png     | Bin 0 -> 212 bytes
 data/elementary/themes/img/ic/media-ff-030.png     | Bin 0 -> 305 bytes
 data/elementary/themes/img/ic/media-ff-060.png     | Bin 0 -> 601 bytes
 data/elementary/themes/img/ic/media-mute-015.png   | Bin 0 -> 221 bytes
 data/elementary/themes/img/ic/media-mute-030.png   | Bin 0 -> 261 bytes
 data/elementary/themes/img/ic/media-mute-060.png   | Bin 0 -> 409 bytes
 data/elementary/themes/img/ic/media-next-015.png   | Bin 0 -> 271 bytes
 data/elementary/themes/img/ic/media-next-030.png   | Bin 0 -> 310 bytes
 data/elementary/themes/img/ic/media-next-060.png   | Bin 0 -> 658 bytes
 data/elementary/themes/img/ic/media-pause-015.png  | Bin 0 -> 150 bytes
 data/elementary/themes/img/ic/media-pause-030.png  | Bin 0 -> 172 bytes
 data/elementary/themes/img/ic/media-pause-060.png  | Bin 0 -> 213 bytes
 data/elementary/themes/img/ic/media-play-015.png   | Bin 0 -> 205 bytes
 data/elementary/themes/img/ic/media-play-030.png   | Bin 0 -> 285 bytes
 data/elementary/themes/img/ic/media-play-060.png   | Bin 0 -> 537 bytes
 data/elementary/themes/img/ic/media-prev-015.png   | Bin 0 -> 273 bytes
 data/elementary/themes/img/ic/media-prev-030.png   | Bin 0 -> 342 bytes
 data/elementary/themes/img/ic/media-prev-060.png   | Bin 0 -> 660 bytes
 data/elementary/themes/img/ic/media-rw-015.png     | Bin 0 -> 226 bytes
 data/elementary/themes/img/ic/media-rw-030.png     | Bin 0 -> 337 bytes
 data/elementary/themes/img/ic/media-rw-060.png     | Bin 0 -> 657 bytes
 data/elementary/themes/img/ic/media-stop-015.png   | Bin 0 -> 150 bytes
 data/elementary/themes/img/ic/media-stop-030.png   | Bin 0 -> 169 bytes
 data/elementary/themes/img/ic/media-stop-060.png   | Bin 0 -> 198 bytes
 data/elementary/themes/img/ic/media-volume-015.png | Bin 0 -> 207 bytes
 data/elementary/themes/img/ic/media-volume-030.png | Bin 0 -> 215 bytes
 data/elementary/themes/img/ic/media-volume-060.png | Bin 0 -> 322 bytes
 data/elementary/themes/img/media-eject.svg         |  87 ++++++++++++
 data/elementary/themes/img/media-ff.svg            |  86 ++++++++++++
 data/elementary/themes/img/media-mute.svg          |  81 ++++++++++++
 data/elementary/themes/img/media-next.svg          |  90 +++++++++++++
 data/elementary/themes/img/media-pause.svg         |  89 +++++++++++++
 data/elementary/themes/img/media-rw.svg            |  78 +++++++++++
 data/elementary/themes/img/media-stop.svg          |  81 ++++++++++++
 data/elementary/themes/img/media-volume.svg        |  78 +++++++++++
 47 files changed, 880 insertions(+), 94 deletions(-)

diff --git a/data/elementary/themes/edc/elm/button.edc 
b/data/elementary/themes/edc/elm/button.edc
index 6665bd4141..34c6a23c8d 100644
--- a/data/elementary/themes/edc/elm/button.edc
+++ b/data/elementary/themes/edc/elm/button.edc
@@ -652,7 +652,6 @@ group { name: "elm/button/base/colorselector/right/default";
 
 group { name: "elm/button/base/media_player/prev/default";
    alias: "elm/button/base/media_player/prev/flush";
-   images.image: "icon_prev_mono.png" COMP;
    parts {
       rect { "base";
          desc { "default";
@@ -667,9 +666,9 @@ group { name: "elm/button/base/media_player/prev/default";
       image { "ic"; nomouse;
          scale: 1;
          desc { "default";
-            min: 24 24;
-            max: 24 24;
-            image.normal: "icon_prev_mono.png";
+            min: 15 15;
+            max: 15 15;
+            image.normal: "i-media-prev";
             color: 160 160 160 255;
          }
          desc { "selected";
@@ -709,23 +708,22 @@ group { name: "elm/button/base/media_player/prev/default";
 group { name: "elm/button/base/media_player/"_name"/default"; \
    alias: "elm/button/base/media_player/"_name"/flush"; \
    inherit: "elm/button/base/media_player/prev/default"; \
-   images.image: _icon COMP; \
    parts { image { "ic"; \
       desc { "default"; image.normal: _icon; } \
       desc { "selected"; image.normal: _icon; } \
    } } \
 }
 
-MEDIABUTTON("rewind", "icon_rewind_mono.png")
-MEDIABUTTON("play", "icon_play_mono.png")
-MEDIABUTTON("pause", "icon_pause_mono.png")
-MEDIABUTTON("forward", "icon_forward_mono.png")
-MEDIABUTTON("next", "icon_next_mono.png")
-MEDIABUTTON("info", "icon_info_mono.png")
-MEDIABUTTON("stop", "icon_stop_mono.png")
-MEDIABUTTON("eject", "icon_eject_mono.png")
-MEDIABUTTON("volume", "icon_volume_mono.png")
-MEDIABUTTON("mute", "icon_mute_mono.png")
+MEDIABUTTON("rewind", "i-media-rw")
+MEDIABUTTON("play", "i-media-play")
+MEDIABUTTON("pause", "i-media-pause")
+MEDIABUTTON("forward", "i-media-ff")
+MEDIABUTTON("next", "i-media-next")
+MEDIABUTTON("info", "i-info")
+MEDIABUTTON("stop", "i-media-stop")
+MEDIABUTTON("eject", "i-media-eject")
+MEDIABUTTON("volume", "i-media-volume")
+MEDIABUTTON("mute", "i-media-mute")
 
 group { name: "elm/button/base/hoversel_vertical_entry/default";
    alias: "elm/button/base/hoversel_vertical_entry/entry";
diff --git a/data/elementary/themes/edc/elm/icon.edc 
b/data/elementary/themes/edc/elm/icon.edc
index 13b098b2ee..e69de29bb2 100644
--- a/data/elementary/themes/edc/elm/icon.edc
+++ b/data/elementary/themes/edc/elm/icon.edc
@@ -1,59 +0,0 @@
-// All the icons below are not standard and are to be considered
-// deprecated or at least just for internal usage only.
-//
-// We suggest to instead use the icons in icon_fdo.edc (at least if you
-// want your app to be user customizable wrt icons)
-
-#define IC(Name, Alias, File, Min, Max) \
-   group { name: "elm/icon/"##Name##"/default"; min: Min Min; max: Max Max; \
-   alias: "elm/icon/"##Alias##"/default"; \
-   images.image: File COMP; parts { part { name: "base"; \
-   description { aspect: 1.0 1.0; aspect_preference: BOTH; \
-   image.normal: File; } } } }
-IC("no_photo",    "photo/no_photo",      "icon_head.png",        16, 0);
-#undef IC
-
-#define IC(Name, File, Min, Max) \
-   group { name: "elm/icon/"##Name##"/default"; min: Min Min; max: Max Max; \
-   images.image: File COMP; parts { part { name: "base"; \
-   description { aspect: 1.0 1.0; aspect_preference: BOTH; \
-   image.normal: File; } } } }
-
-IC("media_player/forward", "icon_forward.png", 16, 0);
-IC("media_player/info",    "icon_info.png",    16, 0);
-IC("media_player/next",    "icon_next.png",    16, 0);
-IC("media_player/pause",   "icon_pause.png",   16, 0);
-IC("media_player/play",    "icon_play.png",    16, 0);
-IC("media_player/prev",    "icon_prev.png",    16, 0);
-IC("media_player/rewind",  "icon_rewind.png",  16, 0);
-IC("media_player/stop",    "icon_stop.png",    16, 0);
-IC("media_player/eject",   "icon_eject.png",   16, 0);
-IC("media_player/volume",  "icon_volume.png",  16, 0);
-IC("media_player/mute",    "icon_mute.png",    16, 0);
-#undef IC
-
-#define IC(Name, File, Min, Max) \
-   group { name: "elm/icon/"##Name##"/default/default"; min: Min Min; max: Max 
Max; \
-   alias: "elm/icon/"##Name##"/default/flush"; \
-   images.image: File COMP; parts { \
-   part { name: "hi"; \
-   description { \
-   rel1.to: "base"; rel1.offset: 0 1; rel2.to: "base"; rel2.offset: -1 0; \
-   image.normal: File; color: 255 255 255 25;} } \
-   part { name: "base"; \
-   description { aspect: 1.0 1.0; aspect_preference: BOTH; \
-   image.normal: File; color: 21 21 21 255;} } \
-   } }
-IC("media_player/forward", "icon_forward_mono.png", 16, 0);
-IC("media_player/info",    "icon_info_mono.png",    16, 0);
-IC("media_player/next",    "icon_next_mono.png",    16, 0);
-IC("media_player/pause",   "icon_pause_mono.png",   16, 0);
-IC("media_player/play",    "icon_play_mono.png",    16, 0);
-IC("media_player/prev",    "icon_prev_mono.png",    16, 0);
-IC("media_player/rewind",  "icon_rewind_mono.png",  16, 0);
-IC("media_player/stop",    "icon_stop_mono.png",    16, 0);
-IC("media_player/eject",   "icon_eject_mono.png",   16, 0);
-IC("media_player/volume",  "icon_volume_mono.png",  16, 0);
-IC("media_player/mute",    "icon_mute_mono.png",    16, 0);
-#undef IC
-
diff --git a/data/elementary/themes/edc/icons.edc 
b/data/elementary/themes/edc/icons.edc
index 67b499d09f..fbdf68bee4 100644
--- a/data/elementary/themes/edc/icons.edc
+++ b/data/elementary/themes/edc/icons.edc
@@ -369,6 +369,29 @@ ICON("user-home", "i-home")
 ICON("user-trash", "i-trash")
 
 ICON("dialog-info", "i-info")
+
+ICON("media_player/info", "i-info")
+ICON("media_player/info/default", "i-info")
+ICON("media_player/prev", "i-media-prev")
+ICON("media_player/prev/default", "i-media-prev")
+ICON("media_player/next", "i-media-next")
+ICON("media_player/next/default", "i-media-next")
+ICON("media_player/rewind", "i-media-rw")
+ICON("media_player/rewind/default", "i-media-rw")
+ICON("media_player/forward", "i-media-ff")
+ICON("media_player/forward/default", "i-media-ff")
+ICON("media_player/play", "i-media-play")
+ICON("media_player/play/default", "i-media-play")
+ICON("media_player/pause", "i-media-pause")
+ICON("media_player/pause/default", "i-media-pause")
+ICON("media_player/stop", "i-media-stop")
+ICON("media_player/stop/default", "i-media-stop")
+ICON("media_player/eject", "i-media-eject")
+ICON("media_player/eject/default", "i-media-eject")
+ICON("media_player/volume", "i-media-volume")
+ICON("media_player/volume/default", "i-media-volume")
+ICON("media_player/mute", "i-media-mute")
+ICON("media_player/mute/default", "i-media-mute")
 #undef ICON
 
 // regular icons
@@ -388,7 +411,9 @@ ICON("file", "i-file")
 ICON("clock", "i-clock")
 ICON("apps", "i-termprompt")
 ICON("chat", "i-lang-blank")
-ICON("edit", "i-edit")
+ICON("no_photo", "i-head")
+
+ICON("photo/no_photo", "i-head")
 
 ICON("toolbar/folder", "i-folder")
 ICON("toolbar/file", "i-file")
@@ -415,5 +440,4 @@ ICON("application-chat", "i-lang-blank")
 ICON("application-clock", "i-clock")
 
 ICON("document-edit", "i-edit")
-
 #undef ICON
diff --git a/data/elementary/themes/edc/music_control.edc 
b/data/elementary/themes/edc/music_control.edc
index 751e95d9c9..bb5c3832a9 100644
--- a/data/elementary/themes/edc/music_control.edc
+++ b/data/elementary/themes/edc/music_control.edc
@@ -39,10 +39,6 @@ group { name: "e/modules/music-control/popup";
    skip_namespace_validation: 1;
 #endif
    min: 160 160;
-   images.image: "icon_prev_mono.png" COMP;
-   images.image: "icon_next_mono.png" COMP;
-   images.image: "icon_pause_mono.png" COMP;
-   images.image: "icon_play_mono.png" COMP;
    styles {
       style { name: "music_control_metadata_style";
          base: "font="FN" font_size=10 align=left text_class=tb_plain 
color=#eee";
@@ -137,38 +133,38 @@ group { name: "e/modules/music-control/popup";
          scale: 1;
          description { state: "default" 0;
             fixed: 1 1;
-            min: 20 20;
-            max: 20 20;
+            min: 15 15;
+            max: 15 15;
             align: 0.5 1.0;
-            image.normal: "icon_pause_mono.png";
+            image.normal: "i-media-pause";
          }
          description { state: "play" 0.0;
             inherit: "default" 0.0;
-            image.normal: "icon_play_mono.png";
+            image.normal: "i-media-play";
          }
       }
       part { name: "previous_btn";
          scale: 1;
          description { state: "default" 0;
             fixed: 1 1;
-            min: 20 20;
-            max: 20 20;
+            min: 15 15;
+            max: 15 15;
             rel.to: "play_btn";
-            rel1.relative: -1.0 0.0;
-            rel2.relative: 0.0  1.0;
-            image.normal: "icon_prev_mono.png";
+            rel1.relative: -2.0 0.0;
+            rel2.relative: -1.0  1.0;
+            image.normal: "i-media-prev";
          }
       }
       part { name: "next_btn";
          scale: 1;
          description { state: "default" 0;
             fixed: 1 1;
-            min: 20 20;
-            max: 20 20;
+            min: 15 15;
+            max: 15 15;
             rel.to: "play_btn";
-            rel1.relative: 1.0 0.0;
-            rel2.relative: 2.0 1.0;
-            image.normal: "icon_next_mono.png";
+            rel1.relative: 2.0 0.0;
+            rel2.relative: 3.0 1.0;
+            image.normal: "i-media-next";
          }
       }
    }
diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc
index 6b1686a1ab..2750ec6bac 100644
--- a/data/elementary/themes/ic.edc
+++ b/data/elementary/themes/ic.edc
@@ -86,6 +86,16 @@ I060("i-trash", "trash")
 I060("i-search", "search")
 I060("i-hamburger-menu", "hamburger-menu")
 I060("i-info", "info")
+I060("i-media-rw", "media-rw")
+I060("i-media-ff", "media-ff")
+I060("i-media-play", "media-play")
+I060("i-media-pause", "media-pause")
+I060("i-media-stop", "media-stop")
+I060("i-media-eject", "media-eject")
+I060("i-media-volume", "media-volume")
+I060("i-media-mute", "media-mute")
+I060("i-media-next", "media-next")
+I060("i-media-prev", "media-prev")
 // exclam
 // more
 // chat
@@ -272,6 +282,7 @@ I160("i-gradient", "gradient")
 I160("i-engine", "engine")
 I160("i-clock", "clock")
 I160("i-edit", "edit")
+I160("i-head", "head")
 
 ///////////////////////////////////////////////////////////////////////////////
 // larger mono icons (mostly efm or settings)
diff --git a/data/elementary/themes/img/head.svg 
b/data/elementary/themes/img/head.svg
new file mode 100644
index 0000000000..6d54be0bb2
--- /dev/null
+++ b/data/elementary/themes/img/head.svg
@@ -0,0 +1,146 @@
+<?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/head-040.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="head.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">
+    <rect
+       id="rect878"
+       height="30"
+       width="40"
+       y="20"
+       x="20" />
+    <rect
+       id="rect872"
+       height="30"
+       width="40"
+       y="50"
+       x="20" />
+    <rect
+       id="rect864"
+       height="30"
+       width="40"
+       y="20"
+       x="20" />
+    <rect
+       id="rect858"
+       height="30"
+       width="40"
+       y="20"
+       x="20" />
+    <rect
+       id="rect852"
+       height="30"
+       width="40"
+       y="20"
+       x="20" />
+  </defs>
+  <sodipodi:namedview
+     borderlayer="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="false"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox="true"
+     showguides="false"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="40"
+     inkscape:cx="40"
+     inkscape:zoom="10.4625"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1017"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0"
+     guidetolerance="10"
+     gridtolerance="10"
+     objecttolerance="10"
+     borderopacity="1"
+     bordercolor="#666666"
+     pagecolor="#404040"
+     inkscape:document-rotation="0">
+    <inkscape:grid
+       id="grid837"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <rect
+       
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
+       id="rect1428"
+       width="20"
+       height="25"
+       x="30"
+       y="45"
+       ry="0" />
+    <rect
+       
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round"
+       id="rect1437"
+       width="5"
+       height="25"
+       x="45"
+       y="45"
+       ry="0" />
+    <rect
+       
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.644463;stroke-linecap:round;stroke-linejoin:round"
+       id="rect1443"
+       width="2.0766654"
+       height="25"
+       x="30"
+       y="45"
+       ry="0" />
+    <ellipse
+       
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
+       id="path1426"
+       cx="40"
+       cy="35"
+       rx="20"
+       ry="25" />
+    <path
+       id="ellipse1430"
+       
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round"
+       d="M 40 10 A 20 25 0 0 0 20 35 A 20 25 0 0 0 26.527344 53.476562 A 20 
25 0 0 0 38 58 A 20 25 0 0 0 58 33 A 20 25 0 0 0 51.472656 14.523438 A 20 25 0 
0 0 40 10 z " />
+    <path
+       
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 35,45 7,3 4,-2 V 30 l 7,-3 -10,2 1,16 z"
+       id="path1439"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       
style="fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 27,27 10,2 -1,6 -2,-5 z"
+       id="path1441"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/ic/head-040.png 
b/data/elementary/themes/img/ic/head-040.png
new file mode 100644
index 0000000000..7bf96eb0f1
Binary files /dev/null and b/data/elementary/themes/img/ic/head-040.png differ
diff --git a/data/elementary/themes/img/ic/head-080.png 
b/data/elementary/themes/img/ic/head-080.png
new file mode 100644
index 0000000000..cc2c244249
Binary files /dev/null and b/data/elementary/themes/img/ic/head-080.png differ
diff --git a/data/elementary/themes/img/ic/head-160.png 
b/data/elementary/themes/img/ic/head-160.png
new file mode 100644
index 0000000000..9656fbf686
Binary files /dev/null and b/data/elementary/themes/img/ic/head-160.png differ
diff --git a/data/elementary/themes/img/ic/media-eject-015.png 
b/data/elementary/themes/img/ic/media-eject-015.png
new file mode 100644
index 0000000000..1a69929ab2
Binary files /dev/null and b/data/elementary/themes/img/ic/media-eject-015.png 
differ
diff --git a/data/elementary/themes/img/ic/media-eject-030.png 
b/data/elementary/themes/img/ic/media-eject-030.png
new file mode 100644
index 0000000000..12dea782c9
Binary files /dev/null and b/data/elementary/themes/img/ic/media-eject-030.png 
differ
diff --git a/data/elementary/themes/img/ic/media-eject-060.png 
b/data/elementary/themes/img/ic/media-eject-060.png
new file mode 100644
index 0000000000..ea162c844c
Binary files /dev/null and b/data/elementary/themes/img/ic/media-eject-060.png 
differ
diff --git a/data/elementary/themes/img/ic/media-ff-015.png 
b/data/elementary/themes/img/ic/media-ff-015.png
new file mode 100644
index 0000000000..c29b63fbf3
Binary files /dev/null and b/data/elementary/themes/img/ic/media-ff-015.png 
differ
diff --git a/data/elementary/themes/img/ic/media-ff-030.png 
b/data/elementary/themes/img/ic/media-ff-030.png
new file mode 100644
index 0000000000..ea9de4712e
Binary files /dev/null and b/data/elementary/themes/img/ic/media-ff-030.png 
differ
diff --git a/data/elementary/themes/img/ic/media-ff-060.png 
b/data/elementary/themes/img/ic/media-ff-060.png
new file mode 100644
index 0000000000..32e8bd0eb6
Binary files /dev/null and b/data/elementary/themes/img/ic/media-ff-060.png 
differ
diff --git a/data/elementary/themes/img/ic/media-mute-015.png 
b/data/elementary/themes/img/ic/media-mute-015.png
new file mode 100644
index 0000000000..b4c64e2cde
Binary files /dev/null and b/data/elementary/themes/img/ic/media-mute-015.png 
differ
diff --git a/data/elementary/themes/img/ic/media-mute-030.png 
b/data/elementary/themes/img/ic/media-mute-030.png
new file mode 100644
index 0000000000..4d46b964a2
Binary files /dev/null and b/data/elementary/themes/img/ic/media-mute-030.png 
differ
diff --git a/data/elementary/themes/img/ic/media-mute-060.png 
b/data/elementary/themes/img/ic/media-mute-060.png
new file mode 100644
index 0000000000..9056c6c197
Binary files /dev/null and b/data/elementary/themes/img/ic/media-mute-060.png 
differ
diff --git a/data/elementary/themes/img/ic/media-next-015.png 
b/data/elementary/themes/img/ic/media-next-015.png
new file mode 100644
index 0000000000..a0a6e5fe84
Binary files /dev/null and b/data/elementary/themes/img/ic/media-next-015.png 
differ
diff --git a/data/elementary/themes/img/ic/media-next-030.png 
b/data/elementary/themes/img/ic/media-next-030.png
new file mode 100644
index 0000000000..e7e2cf6b52
Binary files /dev/null and b/data/elementary/themes/img/ic/media-next-030.png 
differ
diff --git a/data/elementary/themes/img/ic/media-next-060.png 
b/data/elementary/themes/img/ic/media-next-060.png
new file mode 100644
index 0000000000..f9122fa106
Binary files /dev/null and b/data/elementary/themes/img/ic/media-next-060.png 
differ
diff --git a/data/elementary/themes/img/ic/media-pause-015.png 
b/data/elementary/themes/img/ic/media-pause-015.png
new file mode 100644
index 0000000000..3aaea82fea
Binary files /dev/null and b/data/elementary/themes/img/ic/media-pause-015.png 
differ
diff --git a/data/elementary/themes/img/ic/media-pause-030.png 
b/data/elementary/themes/img/ic/media-pause-030.png
new file mode 100644
index 0000000000..1b1069b673
Binary files /dev/null and b/data/elementary/themes/img/ic/media-pause-030.png 
differ
diff --git a/data/elementary/themes/img/ic/media-pause-060.png 
b/data/elementary/themes/img/ic/media-pause-060.png
new file mode 100644
index 0000000000..cd9217dacf
Binary files /dev/null and b/data/elementary/themes/img/ic/media-pause-060.png 
differ
diff --git a/data/elementary/themes/img/ic/media-play-015.png 
b/data/elementary/themes/img/ic/media-play-015.png
new file mode 100644
index 0000000000..bc903e8210
Binary files /dev/null and b/data/elementary/themes/img/ic/media-play-015.png 
differ
diff --git a/data/elementary/themes/img/ic/media-play-030.png 
b/data/elementary/themes/img/ic/media-play-030.png
new file mode 100644
index 0000000000..997dec8fa5
Binary files /dev/null and b/data/elementary/themes/img/ic/media-play-030.png 
differ
diff --git a/data/elementary/themes/img/ic/media-play-060.png 
b/data/elementary/themes/img/ic/media-play-060.png
new file mode 100644
index 0000000000..074fe3aa57
Binary files /dev/null and b/data/elementary/themes/img/ic/media-play-060.png 
differ
diff --git a/data/elementary/themes/img/ic/media-prev-015.png 
b/data/elementary/themes/img/ic/media-prev-015.png
new file mode 100644
index 0000000000..11a111a68f
Binary files /dev/null and b/data/elementary/themes/img/ic/media-prev-015.png 
differ
diff --git a/data/elementary/themes/img/ic/media-prev-030.png 
b/data/elementary/themes/img/ic/media-prev-030.png
new file mode 100644
index 0000000000..80583f237a
Binary files /dev/null and b/data/elementary/themes/img/ic/media-prev-030.png 
differ
diff --git a/data/elementary/themes/img/ic/media-prev-060.png 
b/data/elementary/themes/img/ic/media-prev-060.png
new file mode 100644
index 0000000000..cb16c78b56
Binary files /dev/null and b/data/elementary/themes/img/ic/media-prev-060.png 
differ
diff --git a/data/elementary/themes/img/ic/media-rw-015.png 
b/data/elementary/themes/img/ic/media-rw-015.png
new file mode 100644
index 0000000000..9d06d80f87
Binary files /dev/null and b/data/elementary/themes/img/ic/media-rw-015.png 
differ
diff --git a/data/elementary/themes/img/ic/media-rw-030.png 
b/data/elementary/themes/img/ic/media-rw-030.png
new file mode 100644
index 0000000000..9212753e50
Binary files /dev/null and b/data/elementary/themes/img/ic/media-rw-030.png 
differ
diff --git a/data/elementary/themes/img/ic/media-rw-060.png 
b/data/elementary/themes/img/ic/media-rw-060.png
new file mode 100644
index 0000000000..c667c43e02
Binary files /dev/null and b/data/elementary/themes/img/ic/media-rw-060.png 
differ
diff --git a/data/elementary/themes/img/ic/media-stop-015.png 
b/data/elementary/themes/img/ic/media-stop-015.png
new file mode 100644
index 0000000000..6572d5b272
Binary files /dev/null and b/data/elementary/themes/img/ic/media-stop-015.png 
differ
diff --git a/data/elementary/themes/img/ic/media-stop-030.png 
b/data/elementary/themes/img/ic/media-stop-030.png
new file mode 100644
index 0000000000..4ad1b7dedf
Binary files /dev/null and b/data/elementary/themes/img/ic/media-stop-030.png 
differ
diff --git a/data/elementary/themes/img/ic/media-stop-060.png 
b/data/elementary/themes/img/ic/media-stop-060.png
new file mode 100644
index 0000000000..ed858cc9bc
Binary files /dev/null and b/data/elementary/themes/img/ic/media-stop-060.png 
differ
diff --git a/data/elementary/themes/img/ic/media-volume-015.png 
b/data/elementary/themes/img/ic/media-volume-015.png
new file mode 100644
index 0000000000..cccb8c8824
Binary files /dev/null and b/data/elementary/themes/img/ic/media-volume-015.png 
differ
diff --git a/data/elementary/themes/img/ic/media-volume-030.png 
b/data/elementary/themes/img/ic/media-volume-030.png
new file mode 100644
index 0000000000..4bc09a4f09
Binary files /dev/null and b/data/elementary/themes/img/ic/media-volume-030.png 
differ
diff --git a/data/elementary/themes/img/ic/media-volume-060.png 
b/data/elementary/themes/img/ic/media-volume-060.png
new file mode 100644
index 0000000000..32e5ad14c1
Binary files /dev/null and b/data/elementary/themes/img/ic/media-volume-060.png 
differ
diff --git a/data/elementary/themes/img/media-eject.svg 
b/data/elementary/themes/img/media-eject.svg
new file mode 100644
index 0000000000..959c39f5d8
--- /dev/null
+++ b/data/elementary/themes/img/media-eject.svg
@@ -0,0 +1,87 @@
+<?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="96"
+   inkscape:export-xdpi="96"
+   
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/media-eject-015.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="media-eject.svg"
+   viewBox="0 0 15 15"
+   height="15"
+   width="15"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:bbox-nodes="true"
+     inkscape:bbox-paths="false"
+     inkscape:snap-bbox="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="7.5"
+     inkscape:cx="7.5"
+     inkscape:zoom="55.8"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1017"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0"
+     guidetolerance="10"
+     gridtolerance="10"
+     objecttolerance="10"
+     borderopacity="1"
+     bordercolor="#666666"
+     pagecolor="#404040"
+     inkscape:document-rotation="0">
+    <inkscape:grid
+       spacingy="0.5"
+       spacingx="0.5"
+       id="grid837"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <path
+       
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 7.5,2 2,9 h 11 z"
+       id="path1463"
+       sodipodi:nodetypes="cccc" />
+    <rect
+       
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.30403;stroke-linecap:round;stroke-linejoin:round"
+       id="rect1511"
+       width="2"
+       height="11"
+       x="11"
+       y="-13"
+       ry="0"
+       transform="rotate(90)" />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/media-ff.svg 
b/data/elementary/themes/img/media-ff.svg
new file mode 100644
index 0000000000..8d87f6b3d2
--- /dev/null
+++ b/data/elementary/themes/img/media-ff.svg
@@ -0,0 +1,86 @@
+<?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="96"
+   inkscape:export-xdpi="96"
+   inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/media-ff-015.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="media-ff.svg"
+   viewBox="0 0 15 15"
+   height="15"
+   width="15"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:bbox-nodes="true"
+     inkscape:bbox-paths="false"
+     inkscape:snap-bbox="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="7.5"
+     inkscape:cx="7.5"
+     inkscape:zoom="55.8"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1017"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0"
+     guidetolerance="10"
+     gridtolerance="10"
+     objecttolerance="10"
+     borderopacity="1"
+     bordercolor="#666666"
+     pagecolor="#404040"
+     inkscape:document-rotation="0">
+    <inkscape:grid
+       spacingy="0.5"
+       spacingx="0.5"
+       id="grid837"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <g
+       id="g1487">
+      <path
+         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 13,7.5 6,2 v 11 z"
+         id="path1463"
+         sodipodi:nodetypes="cccc" />
+      <path
+         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 9,7.5 2,2 v 11 z"
+         id="path1465"
+         sodipodi:nodetypes="cccc" />
+    </g>
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/media-mute.svg 
b/data/elementary/themes/img/media-mute.svg
new file mode 100644
index 0000000000..f4deb68d5d
--- /dev/null
+++ b/data/elementary/themes/img/media-mute.svg
@@ -0,0 +1,81 @@
+<?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="96"
+   inkscape:export-xdpi="96"
+   
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/media-mute-015.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="media-mute.svg"
+   viewBox="0 0 15 15"
+   height="15"
+   width="15"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:bbox-nodes="true"
+     inkscape:bbox-paths="false"
+     inkscape:snap-bbox="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="7.4876543"
+     inkscape:cx="7.5"
+     inkscape:zoom="81"
+     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
+       spacingy="0.5"
+       spacingx="0.5"
+       id="grid837"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <path
+       id="path1576-3"
+       
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 4 5.5 L 4 7.5 L 6 5.5 L 4 5.5 z M 11 7.5 L 8.25 10.25 L 11 13 L 11 
7.5 z " />
+    <path
+       
style="fill:#ffffff;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2;fill-opacity:1"
+       d="M 2,11.5 11.5,2 13,3.5 3.5,13 Z"
+       id="path1758" />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/media-next.svg 
b/data/elementary/themes/img/media-next.svg
new file mode 100644
index 0000000000..ed3c1e4452
--- /dev/null
+++ b/data/elementary/themes/img/media-next.svg
@@ -0,0 +1,90 @@
+<?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="96"
+   inkscape:export-xdpi="96"
+   
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/media-prev-015.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="media-next.svg"
+   viewBox="0 0 15 15"
+   height="15"
+   width="15"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:bbox-nodes="true"
+     inkscape:bbox-paths="false"
+     inkscape:snap-bbox="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="7.5"
+     inkscape:cx="7.5"
+     inkscape:zoom="55.8"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1017"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0"
+     guidetolerance="10"
+     gridtolerance="10"
+     objecttolerance="10"
+     borderopacity="1"
+     bordercolor="#666666"
+     pagecolor="#404040"
+     inkscape:document-rotation="0">
+    <inkscape:grid
+       spacingy="0.5"
+       spacingx="0.5"
+       id="grid837"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <g
+       id="g2396"
+       transform="matrix(-1,0,0,1,15,0)">
+      <path
+         
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 9,7.5 2,2 v 11 z"
+         id="path1463"
+         sodipodi:nodetypes="cccc" />
+      <rect
+         
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.95604;stroke-linecap:round;stroke-linejoin:round"
+         id="rect1509"
+         width="4.5"
+         height="11"
+         x="8.5"
+         y="2"
+         ry="0" />
+    </g>
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/media-pause.svg 
b/data/elementary/themes/img/media-pause.svg
new file mode 100644
index 0000000000..a67f7bba50
--- /dev/null
+++ b/data/elementary/themes/img/media-pause.svg
@@ -0,0 +1,89 @@
+<?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="96"
+   inkscape:export-xdpi="96"
+   
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/media-pause-015.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="media-pause.svg"
+   viewBox="0 0 15 15"
+   height="15"
+   width="15"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:bbox-nodes="true"
+     inkscape:bbox-paths="false"
+     inkscape:snap-bbox="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="7.5"
+     inkscape:cx="7.5"
+     inkscape:zoom="55.8"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1017"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0"
+     guidetolerance="10"
+     gridtolerance="10"
+     objecttolerance="10"
+     borderopacity="1"
+     bordercolor="#666666"
+     pagecolor="#404040"
+     inkscape:document-rotation="0">
+    <inkscape:grid
+       spacingy="0.5"
+       spacingx="0.5"
+       id="grid837"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <rect
+       
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.84418;stroke-linecap:round;stroke-linejoin:round"
+       id="rect1509"
+       width="4"
+       height="11"
+       x="2"
+       y="2"
+       ry="0" />
+    <rect
+       
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.84418;stroke-linecap:round;stroke-linejoin:round"
+       id="rect1511"
+       width="4"
+       height="11"
+       x="9"
+       y="2"
+       ry="0" />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/media-rw.svg 
b/data/elementary/themes/img/media-rw.svg
new file mode 100644
index 0000000000..7752cc4c79
--- /dev/null
+++ b/data/elementary/themes/img/media-rw.svg
@@ -0,0 +1,78 @@
+<?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="96"
+   inkscape:export-xdpi="96"
+   
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/media-play-015.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="media-rw.svg"
+   viewBox="0 0 15 15"
+   height="15"
+   width="15"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:bbox-nodes="true"
+     inkscape:bbox-paths="false"
+     inkscape:snap-bbox="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="7.4910394"
+     inkscape:cx="7.5"
+     inkscape:zoom="55.8"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1017"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0"
+     guidetolerance="10"
+     gridtolerance="10"
+     objecttolerance="10"
+     borderopacity="1"
+     bordercolor="#666666"
+     pagecolor="#404040"
+     inkscape:document-rotation="0">
+    <inkscape:grid
+       spacingy="0.5"
+       spacingx="0.5"
+       id="grid837"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <path
+       
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 11,7.5 4,2 v 11 z"
+       id="path1463"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/media-stop.svg 
b/data/elementary/themes/img/media-stop.svg
new file mode 100644
index 0000000000..2c11b213fc
--- /dev/null
+++ b/data/elementary/themes/img/media-stop.svg
@@ -0,0 +1,81 @@
+<?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="96"
+   inkscape:export-xdpi="96"
+   
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/media-stop-015.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="media-stop.svg"
+   viewBox="0 0 15 15"
+   height="15"
+   width="15"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:bbox-nodes="true"
+     inkscape:bbox-paths="false"
+     inkscape:snap-bbox="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="7.5"
+     inkscape:cx="7.5"
+     inkscape:zoom="55.8"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1017"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0"
+     guidetolerance="10"
+     gridtolerance="10"
+     objecttolerance="10"
+     borderopacity="1"
+     bordercolor="#666666"
+     pagecolor="#404040"
+     inkscape:document-rotation="0">
+    <inkscape:grid
+       spacingy="0.5"
+       spacingx="0.5"
+       id="grid837"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <rect
+       
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.94614;stroke-linecap:round;stroke-linejoin:round"
+       id="rect1509"
+       width="7"
+       height="7"
+       x="4"
+       y="4"
+       ry="0" />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/media-volume.svg 
b/data/elementary/themes/img/media-volume.svg
new file mode 100644
index 0000000000..ca441c7171
--- /dev/null
+++ b/data/elementary/themes/img/media-volume.svg
@@ -0,0 +1,78 @@
+<?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="96"
+   inkscape:export-xdpi="96"
+   
inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/media-volume-015.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="media-volume.svg"
+   viewBox="0 0 15 15"
+   height="15"
+   width="15"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:bbox-nodes="true"
+     inkscape:bbox-paths="false"
+     inkscape:snap-bbox="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="7.5"
+     inkscape:cx="7.5"
+     inkscape:zoom="55.8"
+     showgrid="true"
+     id="namedview4"
+     inkscape:window-height="1017"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0"
+     guidetolerance="10"
+     gridtolerance="10"
+     objecttolerance="10"
+     borderopacity="1"
+     bordercolor="#666666"
+     pagecolor="#404040"
+     inkscape:document-rotation="0">
+    <inkscape:grid
+       spacingy="0.5"
+       spacingx="0.5"
+       id="grid837"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <path
+       
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 11,2 V 13 L 7.5,9.5 H 4 v -4 h 3.5 z"
+       id="path1576"
+       sodipodi:nodetypes="ccccccc" />
+  </g>
+</svg>

-- 


Reply via email to