raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=85f74c746cde0813a9b537ea1070ea5dddaf0393
commit 85f74c746cde0813a9b537ea1070ea5dddaf0393 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sat Jan 2 19:11:21 2021 +0000 TH - iconz --- data/elementary/themes/edc/elm/icon_fdo.edc | 5 - data/elementary/themes/edc/icons.edc | 6 + data/elementary/themes/ic.edc | 6 + .../themes/img/ic/speaker-volume-040.png | Bin 0 -> 1417 bytes .../themes/img/ic/speaker-volume-080.png | Bin 0 -> 2823 bytes .../themes/img/ic/speaker-volume-160.png | Bin 0 -> 5819 bytes .../themes/img/ic/speaker-volume-high-040.png | Bin 0 -> 1428 bytes .../themes/img/ic/speaker-volume-high-080.png | Bin 0 -> 2818 bytes .../themes/img/ic/speaker-volume-high-160.png | Bin 0 -> 5855 bytes .../themes/img/ic/speaker-volume-low-040.png | Bin 0 -> 1289 bytes .../themes/img/ic/speaker-volume-low-080.png | Bin 0 -> 2458 bytes .../themes/img/ic/speaker-volume-low-160.png | Bin 0 -> 5017 bytes .../themes/img/ic/speaker-volume-medium-040.png | Bin 0 -> 1381 bytes .../themes/img/ic/speaker-volume-medium-080.png | Bin 0 -> 2586 bytes .../themes/img/ic/speaker-volume-medium-160.png | Bin 0 -> 5276 bytes .../themes/img/ic/speaker-volume-mute-040.png | Bin 0 -> 1445 bytes .../themes/img/ic/speaker-volume-mute-080.png | Bin 0 -> 2591 bytes .../themes/img/ic/speaker-volume-mute-160.png | Bin 0 -> 5144 bytes data/elementary/themes/img/speaker-volume-high.svg | 122 ++++++++++++++++++++ data/elementary/themes/img/speaker-volume-low.svg | 122 ++++++++++++++++++++ .../themes/img/speaker-volume-medium.svg | 122 ++++++++++++++++++++ data/elementary/themes/img/speaker-volume-mute.svg | 123 ++++++++++++++++++++ data/elementary/themes/img/speaker-volume.svg | 126 +++++++++++++++++++++ 23 files changed, 627 insertions(+), 5 deletions(-) diff --git a/data/elementary/themes/edc/elm/icon_fdo.edc b/data/elementary/themes/edc/elm/icon_fdo.edc index 0df2ee371d..1c103b42ac 100644 --- a/data/elementary/themes/edc/elm/icon_fdo.edc +++ b/data/elementary/themes/edc/elm/icon_fdo.edc @@ -73,11 +73,6 @@ //// status ///////////////////////////////////////////////////////////// #define CTX "status" -ICO1(CTX, "audio-volume-high", 128) -ICO1(CTX, "audio-volume-low", 128) -ICO1(CTX, "audio-volume-medium", 128) -ICO1(CTX, "audio-volume-muted", 128) -ICO1(CTX, "audio-volume", 128) /* */ ICO1(CTX, "battery-caution", 128) ICO1(CTX, "battery-empty", 128) /* */ ICO1(CTX, "battery-low", 128) diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 7bac2fc428..9769db78a9 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc @@ -660,6 +660,12 @@ ICON("appointment-new", "i-calendar-plus") ICON("appointment-missed", "i-calendar-appointment-bad") ICON("appointment-soon", "i-calendar-appointment-good") +ICON("audio-volume-high", "i-speaker-volume-high") +ICON("audio-volume-medium", "i-speaker-volume-medium") +ICON("audio-volume-low", "i-speaker-volume-low") +ICON("audio-volume-muted", "i-speaker-volume-mute") +ICON("audio-volume", "i-speaker-volume") + 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 fab37e1e1c..245456a489 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc @@ -355,6 +355,12 @@ I160("i-calendar-plus", "calendar-plus") I160("i-calendar-appointment-bad", "calendar-appointment-bad") I160("i-calendar-appointment-good", "calendar-appointment-good") +I160("i-speaker-volume-high", "speaker-volume-high") +I160("i-speaker-volume-medium", "speaker-volume-medium") +I160("i-speaker-volume-low", "speaker-volume-low") +I160("i-speaker-volume-mute", "speaker-volume-mute") +I160("i-speaker-volume", "speaker-volume") + I160("i-addressbook", "addressbook") I160("i-person-plus", "person-plus") diff --git a/data/elementary/themes/img/ic/speaker-volume-040.png b/data/elementary/themes/img/ic/speaker-volume-040.png new file mode 100644 index 0000000000..a406d90bbc Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-040.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-080.png b/data/elementary/themes/img/ic/speaker-volume-080.png new file mode 100644 index 0000000000..e556d826b2 Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-080.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-160.png b/data/elementary/themes/img/ic/speaker-volume-160.png new file mode 100644 index 0000000000..59ced3fa71 Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-160.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-high-040.png b/data/elementary/themes/img/ic/speaker-volume-high-040.png new file mode 100644 index 0000000000..8acf88201a Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-high-040.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-high-080.png b/data/elementary/themes/img/ic/speaker-volume-high-080.png new file mode 100644 index 0000000000..7b3249e1a9 Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-high-080.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-high-160.png b/data/elementary/themes/img/ic/speaker-volume-high-160.png new file mode 100644 index 0000000000..3ec2c0072e Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-high-160.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-low-040.png b/data/elementary/themes/img/ic/speaker-volume-low-040.png new file mode 100644 index 0000000000..a6153feb11 Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-low-040.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-low-080.png b/data/elementary/themes/img/ic/speaker-volume-low-080.png new file mode 100644 index 0000000000..c3127d8e1f Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-low-080.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-low-160.png b/data/elementary/themes/img/ic/speaker-volume-low-160.png new file mode 100644 index 0000000000..9e10169e2d Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-low-160.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-medium-040.png b/data/elementary/themes/img/ic/speaker-volume-medium-040.png new file mode 100644 index 0000000000..be0d8003db Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-medium-040.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-medium-080.png b/data/elementary/themes/img/ic/speaker-volume-medium-080.png new file mode 100644 index 0000000000..d65d3e1ee6 Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-medium-080.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-medium-160.png b/data/elementary/themes/img/ic/speaker-volume-medium-160.png new file mode 100644 index 0000000000..29bfd3676f Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-medium-160.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-mute-040.png b/data/elementary/themes/img/ic/speaker-volume-mute-040.png new file mode 100644 index 0000000000..791656a440 Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-mute-040.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-mute-080.png b/data/elementary/themes/img/ic/speaker-volume-mute-080.png new file mode 100644 index 0000000000..7dc92c26d3 Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-mute-080.png differ diff --git a/data/elementary/themes/img/ic/speaker-volume-mute-160.png b/data/elementary/themes/img/ic/speaker-volume-mute-160.png new file mode 100644 index 0000000000..a5c5474259 Binary files /dev/null and b/data/elementary/themes/img/ic/speaker-volume-mute-160.png differ diff --git a/data/elementary/themes/img/speaker-volume-high.svg b/data/elementary/themes/img/speaker-volume-high.svg new file mode 100644 index 0000000000..a3ca9b3df6 --- /dev/null +++ b/data/elementary/themes/img/speaker-volume-high.svg @@ -0,0 +1,122 @@ +<?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="speaker-volume-high.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/speaker-volume-high-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="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40.037987" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <circle + r="26" + cy="40" + cx="40" + id="path4138" + style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.180555;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + r="10" + cy="40" + cx="40" + id="path4207" + style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path4228" + d="M 40.000001,10 A 30.000001,30.000001 0 0 0 10,39.999999 30.000001,30.000001 0 0 0 40.000001,70 30.000001,30.000001 0 0 0 69.999999,39.999999 30.000001,30.000001 0 0 0 40.000001,10 Z m 0,6.666666 A 23.333334,23.333332 0 0 1 63.333334,39.999999 23.333334,23.333332 0 0 1 40.000001,63.333333 23.333334,23.333332 0 0 1 16.666667,39.999999 23.333334,23.333332 0 0 1 40.000001,16.666666 Z" + style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path16028" + style="opacity:1;fill:#3399ff;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 18.787109 18.787109 A 30.000001 30.000001 0 0 0 10 40 A 30.000001 30.000001 0 0 0 40 70 A 30.000001 30.000001 0 0 0 70 40 A 30.000001 30.000001 0 0 0 61.212891 18.787109 L 56.498047 23.501953 A 23.333334 23.333332 0 0 1 63.333984 40 A 23.333334 23.333332 0 0 1 40 63.333984 A 23.333334 23.333332 0 0 1 16.666016 40 A 23.333334 23.333332 0 0 1 23.501953 23.501953 L 18.787109 18.787109 z " /> + </g> +</svg> diff --git a/data/elementary/themes/img/speaker-volume-low.svg b/data/elementary/themes/img/speaker-volume-low.svg new file mode 100644 index 0000000000..71b5deac0e --- /dev/null +++ b/data/elementary/themes/img/speaker-volume-low.svg @@ -0,0 +1,122 @@ +<?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="speaker-volume-low.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/speaker-volume-low-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="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40.075973" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <circle + r="26" + cy="40" + cx="40" + id="path4138" + style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.180555;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + r="10" + cy="40" + cx="40" + id="path4207" + style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path4228" + d="M 40.000001,10 A 30.000001,30.000001 0 0 0 10,39.999999 30.000001,30.000001 0 0 0 40.000001,70 30.000001,30.000001 0 0 0 69.999999,39.999999 30.000001,30.000001 0 0 0 40.000001,10 Z m 0,6.666666 A 23.333334,23.333332 0 0 1 63.333334,39.999999 23.333334,23.333332 0 0 1 40.000001,63.333333 23.333334,23.333332 0 0 1 16.666667,39.999999 23.333334,23.333332 0 0 1 40.000001,16.666666 Z" + style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path16028" + style="opacity:1;fill:#3399ff;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 23.501953 56.498047 L 18.787109 61.212891 A 30.000001 30.000001 0 0 0 40 70 A 30.000001 30.000001 0 0 0 61.212891 61.212891 L 56.498047 56.498047 A 23.333334 23.333332 0 0 1 40 63.333984 A 23.333334 23.333332 0 0 1 23.501953 56.498047 z " /> + </g> +</svg> diff --git a/data/elementary/themes/img/speaker-volume-medium.svg b/data/elementary/themes/img/speaker-volume-medium.svg new file mode 100644 index 0000000000..2326c84663 --- /dev/null +++ b/data/elementary/themes/img/speaker-volume-medium.svg @@ -0,0 +1,122 @@ +<?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="speaker-volume-medium.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/speaker-volume-medium-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="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40.037987" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <circle + r="26" + cy="40" + cx="40" + id="path4138" + style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.180555;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + r="10" + cy="40" + cx="40" + id="path4207" + style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path4228" + d="M 40.000001,10 A 30.000001,30.000001 0 0 0 10,39.999999 30.000001,30.000001 0 0 0 40.000001,70 30.000001,30.000001 0 0 0 69.999999,39.999999 30.000001,30.000001 0 0 0 40.000001,10 Z m 0,6.666666 A 23.333334,23.333332 0 0 1 63.333334,39.999999 23.333334,23.333332 0 0 1 40.000001,63.333333 23.333334,23.333332 0 0 1 16.666667,39.999999 23.333334,23.333332 0 0 1 40.000001,16.666666 Z" + style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path16028" + style="opacity:1;fill:#3399ff;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 10 40 A 30.000001 30.000001 0 0 0 40 70 A 30.000001 30.000001 0 0 0 70 40 L 63.333984 40 A 23.333334 23.333332 0 0 1 40 63.333984 A 23.333334 23.333332 0 0 1 16.666016 40 L 10 40 z " /> + </g> +</svg> diff --git a/data/elementary/themes/img/speaker-volume-mute.svg b/data/elementary/themes/img/speaker-volume-mute.svg new file mode 100644 index 0000000000..50b591e55f --- /dev/null +++ b/data/elementary/themes/img/speaker-volume-mute.svg @@ -0,0 +1,123 @@ +<?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="speaker-volume-mute.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/speaker-volume-mute-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="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="40" + inkscape:cy="40" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <circle + r="26" + cy="40" + cx="40" + id="path4138" + style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.180555;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + r="10" + cy="40" + cx="40" + id="path4207" + style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path4228" + d="M 40.000001,10 A 30.000001,30.000001 0 0 0 10,39.999999 30.000001,30.000001 0 0 0 40.000001,70 30.000001,30.000001 0 0 0 69.999999,39.999999 30.000001,30.000001 0 0 0 40.000001,10 Z m 0,6.666666 A 23.333334,23.333332 0 0 1 63.333334,39.999999 23.333334,23.333332 0 0 1 40.000001,63.333333 23.333334,23.333332 0 0 1 16.666667,39.999999 23.333334,23.333332 0 0 1 40.000001,16.666666 Z" + style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + style="fill:#ff9933;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2" + d="M 23,29 29,23 40,34 51,23 57,29 46,40 57,51 51,57 40,46 29,57 23,51 34,40" + id="path16090" + sodipodi:nodetypes="cccccccccccc" /> + </g> +</svg> diff --git a/data/elementary/themes/img/speaker-volume.svg b/data/elementary/themes/img/speaker-volume.svg new file mode 100644 index 0000000000..3320c7ae9f --- /dev/null +++ b/data/elementary/themes/img/speaker-volume.svg @@ -0,0 +1,126 @@ +<?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="speaker-volume.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/speaker-volume-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="1756" + inkscape:window-height="1372" + id="namedview4" + showgrid="true" + inkscape:zoom="13.1625" + inkscape:cx="39.90221" + inkscape:cy="40.075973" + inkscape:window-x="804" + inkscape:window-y="0" + inkscape:window-maximized="0" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + borderlayer="true"> + <inkscape:grid + type="xygrid" + id="grid837" + empspacing="4" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <circle + r="26" + cy="40" + cx="40" + id="path4138" + style="opacity:1;fill:#202020;fill-opacity:1;stroke:none;stroke-width:0.180555;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <circle + r="10" + cy="40" + cx="40" + id="path4207" + style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path4228" + d="M 40.000001,10 A 30.000001,30.000001 0 0 0 10,39.999999 30.000001,30.000001 0 0 0 40.000001,70 30.000001,30.000001 0 0 0 69.999999,39.999999 30.000001,30.000001 0 0 0 40.000001,10 Z m 0,6.666666 A 23.333334,23.333332 0 0 1 63.333334,39.999999 23.333334,23.333332 0 0 1 40.000001,63.333333 23.333334,23.333332 0 0 1 16.666667,39.999999 23.333334,23.333332 0 0 1 40.000001,16.666666 Z" + style="opacity:1;fill:#303030;fill-opacity:1;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + id="path16028" + style="opacity:1;fill:#3399ff;fill-opacity:0.5;stroke:none;stroke-width:0.208333;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="M 18.787109 18.787109 A 30.000001 30.000001 0 0 0 10 40 A 30.000001 30.000001 0 0 0 40 70 A 30.000001 30.000001 0 0 0 70 40 A 30.000001 30.000001 0 0 0 61.212891 18.787109 L 56.498047 23.501953 A 23.333334 23.333332 0 0 1 63.333984 40 A 23.333334 23.333332 0 0 1 40 63.333984 A 23.333334 23.333332 0 0 1 16.666016 40 A 23.333334 23.333332 0 0 1 23.501953 23.501953 L 18.787109 18.787109 z " /> + <path + id="path16030" + style="fill:#3399ff;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2" + d="M 23.5 56.5 L 18.787109 61.212891 A 30.000001 30.000001 0 0 0 40 70 A 30.000001 30.000001 0 0 0 61.212891 61.212891 L 56.5 56.5 A 23.333334 23.333332 0 0 1 40 63.333984 A 23.333334 23.333332 0 0 1 23.5 56.5 z " /> + </g> +</svg> --