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

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

commit 36be5d7089ba5721504b7358e9c0cac82c059fe7
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Jan 7 23:24:40 2021 +0000

    TH - icons
---
 data/elementary/themes/edc/elm/icon_fdo.edc        |   3 -
 data/elementary/themes/edc/icons.edc               |   4 ++
 data/elementary/themes/ic.edc                      |   4 ++
 data/elementary/themes/img/ic/shield-empty-040.png | Bin 0 -> 1449 bytes
 data/elementary/themes/img/ic/shield-empty-080.png | Bin 0 -> 3117 bytes
 data/elementary/themes/img/ic/shield-empty-160.png | Bin 0 -> 6420 bytes
 data/elementary/themes/img/ic/shield-gold-040.png  | Bin 0 -> 959 bytes
 data/elementary/themes/img/ic/shield-gold-080.png  | Bin 0 -> 1802 bytes
 data/elementary/themes/img/ic/shield-gold-160.png  | Bin 0 -> 3690 bytes
 .../elementary/themes/img/ic/shield-silver-040.png | Bin 0 -> 900 bytes
 .../elementary/themes/img/ic/shield-silver-080.png | Bin 0 -> 1743 bytes
 .../elementary/themes/img/ic/shield-silver-160.png | Bin 0 -> 3593 bytes
 data/elementary/themes/img/shield-empty.svg        |  79 +++++++++++++++++++++
 data/elementary/themes/img/shield-gold.svg         |  79 +++++++++++++++++++++
 data/elementary/themes/img/shield-silver.svg       |  79 +++++++++++++++++++++
 15 files changed, 245 insertions(+), 3 deletions(-)

diff --git a/data/elementary/themes/edc/elm/icon_fdo.edc 
b/data/elementary/themes/edc/elm/icon_fdo.edc
index e52feb6857..875d3de585 100644
--- a/data/elementary/themes/edc/elm/icon_fdo.edc
+++ b/data/elementary/themes/edc/elm/icon_fdo.edc
@@ -118,9 +118,6 @@ ICO1(CTX, "network-wireless-signal-weak", 128) /* */
 ICO1(CTX, "printer-error", 128)
 ICO1(CTX, "printer-printing", 128)
 ICO1(CTX, "printer-warning", 128) /* */
-ICO1(CTX, "security-high", 128)
-ICO1(CTX, "security-medium", 128)
-ICO1(CTX, "security-low", 128)
 ICO1(CTX, "software-update-available", 128)
 ICO1(CTX, "software-update-urgent", 128)
 ICO1(CTX, "task-due", 128)
diff --git a/data/elementary/themes/edc/icons.edc 
b/data/elementary/themes/edc/icons.edc
index df82c497df..d4b21e722f 100644
--- a/data/elementary/themes/edc/icons.edc
+++ b/data/elementary/themes/edc/icons.edc
@@ -680,6 +680,10 @@ ICON("battery-full-charging", "i-battery-full-charging")
 ICON("bluetooth-active", "i-bluetooth-active")
 ICON("bluetooth-disabled", "i-bluetooth-disabled")
 
+ICON("security-high", "i-shield-gold")
+ICON("security-medium", "i-shield-silver")
+ICON("security-low", "i-shield-empty")
+
 ICON("address-book-new", "i-addressbook")
 ICON("contact-new", "i-person-plus")
 
diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc
index 2892059156..9f7985ab0b 100644
--- a/data/elementary/themes/ic.edc
+++ b/data/elementary/themes/ic.edc
@@ -375,6 +375,10 @@ I160("i-battery-full-charging", "battery-full-charging")
 I160("i-bluetooth-active", "bluetooth-active")
 I160("i-bluetooth-disabled", "bluetooth-disabled")
 
+I160("i-shield-gold", "shield-gold")
+I160("i-shield-silver", "shield-silver")
+I160("i-shield-empty", "shield-empty")
+
 I160("i-addressbook", "addressbook")
 I160("i-person-plus", "person-plus")
 
diff --git a/data/elementary/themes/img/ic/shield-empty-040.png 
b/data/elementary/themes/img/ic/shield-empty-040.png
new file mode 100644
index 0000000000..d3047a25a3
Binary files /dev/null and b/data/elementary/themes/img/ic/shield-empty-040.png 
differ
diff --git a/data/elementary/themes/img/ic/shield-empty-080.png 
b/data/elementary/themes/img/ic/shield-empty-080.png
new file mode 100644
index 0000000000..1413f5256b
Binary files /dev/null and b/data/elementary/themes/img/ic/shield-empty-080.png 
differ
diff --git a/data/elementary/themes/img/ic/shield-empty-160.png 
b/data/elementary/themes/img/ic/shield-empty-160.png
new file mode 100644
index 0000000000..b990951143
Binary files /dev/null and b/data/elementary/themes/img/ic/shield-empty-160.png 
differ
diff --git a/data/elementary/themes/img/ic/shield-gold-040.png 
b/data/elementary/themes/img/ic/shield-gold-040.png
new file mode 100644
index 0000000000..572284ac38
Binary files /dev/null and b/data/elementary/themes/img/ic/shield-gold-040.png 
differ
diff --git a/data/elementary/themes/img/ic/shield-gold-080.png 
b/data/elementary/themes/img/ic/shield-gold-080.png
new file mode 100644
index 0000000000..4855089fc2
Binary files /dev/null and b/data/elementary/themes/img/ic/shield-gold-080.png 
differ
diff --git a/data/elementary/themes/img/ic/shield-gold-160.png 
b/data/elementary/themes/img/ic/shield-gold-160.png
new file mode 100644
index 0000000000..e5cba94006
Binary files /dev/null and b/data/elementary/themes/img/ic/shield-gold-160.png 
differ
diff --git a/data/elementary/themes/img/ic/shield-silver-040.png 
b/data/elementary/themes/img/ic/shield-silver-040.png
new file mode 100644
index 0000000000..4013da08cf
Binary files /dev/null and 
b/data/elementary/themes/img/ic/shield-silver-040.png differ
diff --git a/data/elementary/themes/img/ic/shield-silver-080.png 
b/data/elementary/themes/img/ic/shield-silver-080.png
new file mode 100644
index 0000000000..4aadaaa235
Binary files /dev/null and 
b/data/elementary/themes/img/ic/shield-silver-080.png differ
diff --git a/data/elementary/themes/img/ic/shield-silver-160.png 
b/data/elementary/themes/img/ic/shield-silver-160.png
new file mode 100644
index 0000000000..8e7d1436b5
Binary files /dev/null and 
b/data/elementary/themes/img/ic/shield-silver-160.png differ
diff --git a/data/elementary/themes/img/shield-empty.svg 
b/data/elementary/themes/img/shield-empty.svg
new file mode 100644
index 0000000000..576592f1c7
--- /dev/null
+++ b/data/elementary/themes/img/shield-empty.svg
@@ -0,0 +1,79 @@
+<?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/shield-empty-040.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="shield-empty.svg"
+   viewBox="0 0 80 80"
+   height="80"
+   width="80"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="false"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox="true"
+     showguides="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="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"
+       empspacing="4" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <path
+       
style="fill:#000000;fill-opacity:0.25;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 40,8 C 38,14 34,20 26,20 18,20 16,16 12,12 12,60 32,64 40,72 48,64 
68,60 68,12 64,16 62,20 54,20 46,20 42,14 40,8 Z"
+       id="path849-3"
+       sodipodi:nodetypes="czccczc" />
+    <path
+       id="path849"
+       
style="fill:#a0a0a0;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 40 8 C 38 14 34 20 26 20 C 18 20 16 16 12 12 C 12 60 32 64 40 72 C 
48 64 68 60 68 12 C 64 16 62 20 54 20 C 46 20 42 14 40 8 z M 40 19.898438 C 
40.185196 20.098304 40.275393 20.333986 40.470703 20.529297 C 43.671661 
23.730255 48.487035 26.052734 54 26.052734 C 56.682408 26.052734 59.113092 
25.588544 61.261719 24.845703 C 59.849611 39.492415 56.170706 48.019137 
52.158203 53.369141 C 48.389272 58.394382 44.152184 60.87896 40 64.041016 C 
35.847816 60.87896 31.610728 58.394382 27. [...]
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/shield-gold.svg 
b/data/elementary/themes/img/shield-gold.svg
new file mode 100644
index 0000000000..4bf36285d3
--- /dev/null
+++ b/data/elementary/themes/img/shield-gold.svg
@@ -0,0 +1,79 @@
+<?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/shield-silver-040.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="shield-gold.svg"
+   viewBox="0 0 80 80"
+   height="80"
+   width="80"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="false"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox="true"
+     showguides="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="39.95221"
+     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"
+       empspacing="4" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <path
+       
style="fill:#d6a424;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 40,8 C 38,14 34,20 26,20 18,20 16,16 12,12 12,60 32,64 40,72 48,64 
68,60 68,12 64,16 62,20 54,20 46,20 42,14 40,8 Z"
+       id="path849-3"
+       sodipodi:nodetypes="czccczc" />
+    <path
+       id="path888"
+       
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.25"
+       d="M 40 8 C 38 14 34 20 26 20 C 18 20 16 16 12 12 C 12 60 32 64 40 72 L 
40 8 z " />
+  </g>
+</svg>
diff --git a/data/elementary/themes/img/shield-silver.svg 
b/data/elementary/themes/img/shield-silver.svg
new file mode 100644
index 0000000000..5f84ee858e
--- /dev/null
+++ b/data/elementary/themes/img/shield-silver.svg
@@ -0,0 +1,79 @@
+<?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/shield-silver-040.png"
+   inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
+   sodipodi:docname="shield-silver.svg"
+   viewBox="0 0 80 80"
+   height="80"
+   width="80"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <sodipodi:namedview
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="false"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox="true"
+     showguides="true"
+     inkscape:current-layer="g10"
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="0"
+     inkscape:cy="39.95221"
+     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"
+       empspacing="4" />
+  </sodipodi:namedview>
+  <g
+     id="g10"
+     inkscape:label="Image"
+     inkscape:groupmode="layer">
+    <path
+       
style="fill:#a0a0a0;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 40,8 C 38,14 34,20 26,20 18,20 16,16 12,12 12,60 32,64 40,72 48,64 
68,60 68,12 64,16 62,20 54,20 46,20 42,14 40,8 Z"
+       id="path849-3"
+       sodipodi:nodetypes="czccczc" />
+    <path
+       id="path888"
+       
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.25"
+       d="M 40 8 C 38 14 34 20 26 20 C 18 20 16 16 12 12 C 12 60 32 64 40 72 L 
40 8 z " />
+  </g>
+</svg>

-- 


Reply via email to