raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=84dc1bf549a2a0fa890d5a70f97384c2709e29cb
commit 84dc1bf549a2a0fa890d5a70f97384c2709e29cb Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Fri Oct 9 13:35:53 2020 +0100 TH - icons --- data/elementary/themes/edc/elm/icon_fdo.edc | 13 - data/elementary/themes/edc/icons.edc | 16 + data/elementary/themes/ic.edc | 2 + data/elementary/themes/img/ic/microphone-040.png | Bin 0 -> 1278 bytes data/elementary/themes/img/ic/microphone-080.png | Bin 0 -> 2722 bytes data/elementary/themes/img/ic/microphone-160.png | Bin 0 -> 5436 bytes data/elementary/themes/img/ic/sound-card-040.png | Bin 0 -> 509 bytes data/elementary/themes/img/ic/sound-card-080.png | Bin 0 -> 668 bytes data/elementary/themes/img/ic/sound-card-160.png | Bin 0 -> 994 bytes data/elementary/themes/img/microphone.svg | 174 +++++++++++ data/elementary/themes/img/sound-card.svg | 371 +++++++++++++++++++++++ 11 files changed, 563 insertions(+), 13 deletions(-) diff --git a/data/elementary/themes/edc/elm/icon_fdo.edc b/data/elementary/themes/edc/elm/icon_fdo.edc index 42b75bb0a8..b6f8677968 100644 --- a/data/elementary/themes/edc/elm/icon_fdo.edc +++ b/data/elementary/themes/edc/elm/icon_fdo.edc @@ -193,23 +193,12 @@ ICO1(CTX, "view-list-compact", 128) /* */ ICO1(CTX, "view-list-details", 128) /* */ ICO1(CTX, "view-list-icons", 128) /* */ -ICO1(CTX, "view-fullscreen", 128) -ICO1(CTX, "view-refresh", 128) ICO1(CTX, "view-restore", 128) ICO1(CTX, "view-sort-ascending", 128) ICO1(CTX, "view-sort-descending", 128) -ICO1(CTX, "view-close", 128) /* */ -ICO1(CTX, "window-close", 128) ICO1(CTX, "window-new", 128) -ICO1(CTX, "system-run", 128) -ICO1(CTX, "system-shutdown", 128) -ICO1(CTX, "system-reboot", 128) -ICO1(CTX, "system-lock-screen", 128) -ICO1(CTX, "system-log-out", 128) -ICO1(CTX, "system-search", 128) - ICO1(CTX, "help-about", 128) ICO1(CTX, "help-contents", 128) ICO1(CTX, "help-faq", 128) @@ -375,8 +364,6 @@ ICO1(CTX, "preferences-other", 128) //// devices //////////////////////////////////////////////////////////////// #define CTX "devices" -ICO1(CTX, "audio-card", 128) -ICO1(CTX, "audio-input-microphone", 128) ICO1(CTX, "battery", 128) ICO1(CTX, "camera", 128) ICO1(CTX, "camera-photo", 128) diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 1ad8322b9a..7dda2d2d74 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc @@ -392,6 +392,20 @@ 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") + +ICON("view-refresh", "i-reload") +ICON("view-fullscreen", "i-fullscreen") +ICON("view-close", "i-close") + +ICON("window-close", "i-close") + +ICON("system-shutdown", "i-system-shutdown") +ICON("system-reboot", "i-system-restart") +ICON("system-lock-screen", "i-system-lock") +ICON("system-log-out", "i-system-logout") +ICON("system-search", "i-search") +ICON("system-run", "i-media-play") + #undef ICON // regular icons @@ -448,6 +462,8 @@ ICON("start-here", "i-here") ICON("network-server", "i-server") ICON("network-workgroup", "i-server-group") +ICON("audio-card", "i-sound-card") +ICON("audio-input-microphone", "i-microphone") ICON("inode-directory", "i-folder") diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index 2a8ae1cf3a..9136392678 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc @@ -286,6 +286,8 @@ I160("i-head", "head") I160("i-bookmark", "bookmark") I160("i-here", "here") I160("i-server", "server") +I160("i-sound-card", "sound-card") +I160("i-microphone", "microphone") I160("i-server-group", "server-group") I160("i-folder-dropin", "folder-dropin") I160("i-folder-world", "folder-world") diff --git a/data/elementary/themes/img/ic/microphone-040.png b/data/elementary/themes/img/ic/microphone-040.png new file mode 100644 index 0000000000..151ef0e6a7 Binary files /dev/null and b/data/elementary/themes/img/ic/microphone-040.png differ diff --git a/data/elementary/themes/img/ic/microphone-080.png b/data/elementary/themes/img/ic/microphone-080.png new file mode 100644 index 0000000000..27af4290e8 Binary files /dev/null and b/data/elementary/themes/img/ic/microphone-080.png differ diff --git a/data/elementary/themes/img/ic/microphone-160.png b/data/elementary/themes/img/ic/microphone-160.png new file mode 100644 index 0000000000..9bc5c37085 Binary files /dev/null and b/data/elementary/themes/img/ic/microphone-160.png differ diff --git a/data/elementary/themes/img/ic/sound-card-040.png b/data/elementary/themes/img/ic/sound-card-040.png new file mode 100644 index 0000000000..3cbdfb97ec Binary files /dev/null and b/data/elementary/themes/img/ic/sound-card-040.png differ diff --git a/data/elementary/themes/img/ic/sound-card-080.png b/data/elementary/themes/img/ic/sound-card-080.png new file mode 100644 index 0000000000..3a5f94557d Binary files /dev/null and b/data/elementary/themes/img/ic/sound-card-080.png differ diff --git a/data/elementary/themes/img/ic/sound-card-160.png b/data/elementary/themes/img/ic/sound-card-160.png new file mode 100644 index 0000000000..6264e2a6cc Binary files /dev/null and b/data/elementary/themes/img/ic/sound-card-160.png differ diff --git a/data/elementary/themes/img/microphone.svg b/data/elementary/themes/img/microphone.svg new file mode 100644 index 0000000000..6885448e18 --- /dev/null +++ b/data/elementary/themes/img/microphone.svg @@ -0,0 +1,174 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + version="1.1" + id="svg2" + width="80" + height="80" + viewBox="0 0 80 80" + sodipodi:docname="microphone.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/microphone-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"> + <linearGradient + inkscape:collect="always" + id="linearGradient1116"> + <stop + style="stop-color:#a0a0a0;stop-opacity:1;" + offset="0" + id="stop1112" /> + <stop + style="stop-color:#808080;stop-opacity:1" + offset="1" + id="stop1114" /> + </linearGradient> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <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 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient1116" + id="linearGradient1118" + x1="40" + y1="68" + x2="40" + y2="62" + gradientUnits="userSpaceOnUse" /> + </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="1920" + inkscape:window-height="1017" + id="namedview4" + showgrid="true" + inkscape:zoom="10.45" + inkscape:cx="40" + inkscape:cy="40.047847" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + id="path995" + style="fill:url(#linearGradient1118);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 38,61 c 0,2.333333 0,4.666667 0,7 -4.43621,0.03122 -9.094547,0.649376 -12.892151,3.108978 C 24.410767,71.538568 23.562474,72.202977 24.812108,72 35.208072,72 45.604036,72 56,72 53.414902,69.68475 49.910868,68.762288 46.54834,68.283447 45.041018,68.084849 43.519922,68.000212 42,68 c 0,-2.333333 0,-4.666667 0,-7 -1.333333,0 -2.666667,0 -4,0 z" /> + <path + id="rect972" + style="fill:#303030;fill-opacity:1;stroke:none;stroke-width:3.77953" + d="M 40 8 A 12 12 0 0 0 28 20 L 28 44 A 12 12 0 0 0 40 56 A 12 12 0 0 0 52 44 L 52 20 A 12 12 0 0 0 40 8 z " /> + <path + id="path987" + style="fill:#c8c8c8;fill-opacity:1;stroke:none;stroke-width:3.77953" + d="m 20,24 v 20 c 0,11.045695 8.954305,20 20,20 11.045695,0 20,-8.954305 20,-20 V 24 H 56 V 44 C 56,52.836556 48.836556,60 40,60 31.163444,60 24,52.836556 24,44 V 24 Z" + sodipodi:nodetypes="csssccssscc" /> + <path + id="path997" + style="fill:#000000;fill-opacity:0.2;stroke:none;stroke-width:3.77953" + d="M 28 40 L 28 44 A 12 12 0 0 0 40 56 A 12 12 0 0 0 52 44 L 52 40 A 12 12 0 0 1 40 52 A 12 12 0 0 1 28 40 z " /> + <circle + style="fill:#ffffff;fill-opacity:0.04;stroke:none;stroke-width:6.04725" + id="path1002" + cx="40" + cy="20" + r="8" /> + <path + id="rect1004" + style="fill:#000000;fill-opacity:0.25;stroke:none;stroke-width:3.77953" + d="M 40 8 A 12 12 0 0 0 37.123047 8.3496094 L 34.34375 11.130859 L 33.275391 10.0625 A 12 12 0 0 0 31.708984 11.324219 L 32.929688 12.544922 L 28.685547 16.787109 L 28.494141 16.595703 A 12 12 0 0 0 28 20 L 28 20.300781 L 28.685547 19.615234 L 32.929688 23.857422 L 28.685547 28.099609 L 28 27.414062 L 28 31.615234 L 28.685547 30.929688 L 32.929688 35.171875 L 28.685547 39.414062 L 28 38.728516 L 28 42.927734 L 28.685547 42.242188 L 32.929688 46.484375 L 29.537109 49.876953 A 12 12 [...] + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.77953" + id="rect1089" + width="4" + height="4" + x="20" + y="26" /> + <rect + style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.77953" + id="rect1091" + width="4" + height="4" + x="56" + y="26" /> + </g> +</svg> diff --git a/data/elementary/themes/img/sound-card.svg b/data/elementary/themes/img/sound-card.svg new file mode 100644 index 0000000000..800d85cbcf --- /dev/null +++ b/data/elementary/themes/img/sound-card.svg @@ -0,0 +1,371 @@ +<?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="sound-card.svg" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/sound-card-040.png" + inkscape:export-xdpi="48" + inkscape:export-ydpi="48"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <mask + maskUnits="userSpaceOnUse" + id="mask947"> + <rect + style="opacity:1;fill:#a0a0a0;fill-opacity:1;stroke-width:3.96122;stroke-linecap:round;stroke-linejoin:round" + id="rect949" + width="60" + height="40" + x="10" + y="5" /> + </mask> + <mask + id="mask3567" + maskUnits="userSpaceOnUse"> + <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 40,10 C 19,10 20,17.832395 20,30 20,42.167605 19,70 40,70 61,70 60,42.167605 60,30 60,17.832395 61,10 40,10 Z" + id="path3569" + sodipodi:nodetypes="zzzzz" /> + </mask> + <clipPath + id="clipPath922" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + <clipPath + id="clipPath922-6" + clipPathUnits="userSpaceOnUse"> + <path + sodipodi:nodetypes="ccccccc" + inkscape:connector-curvature="0" + id="path924-7" + d="m 1.3229166,295.4125 h 7.9375003 v -6.08542 c 0,-0.52917 0,-0.52917 -0.529167,-0.52917 H 1.8520833 c -0.5291666,0 -0.5291666,0 -0.5291667,0.52917 z" + style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + </clipPath> + </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="1920" + inkscape:window-height="1017" + id="namedview4" + showgrid="true" + inkscape:zoom="10.4625" + inkscape:cx="32.353644" + inkscape:cy="40" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:current-layer="g10" + showguides="false" + inkscape:snap-bbox="true" + inkscape:bbox-nodes="true" + inkscape:snap-others="false" + inkscape:snap-nodes="true" + inkscape:bbox-paths="true"> + <inkscape:grid + type="xygrid" + id="grid837" /> + </sodipodi:namedview> + <g + inkscape:groupmode="layer" + inkscape:label="Image" + id="g10"> + <path + style="fill:#dcdcdc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 16,72 V 8 H 8 v 4 h 4 v 60 z" + id="path852" + sodipodi:nodetypes="ccccccc" /> + <path + style="fill:#506830;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 72,72 V 24 H 16 v 36 h 18 v 12 z" + id="path854" + sodipodi:nodetypes="ccccccc" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:3.29905" + id="rect856" + width="2" + height="8" + x="36" + y="64" /> + <path + style="fill:#000000;fill-opacity:0.2;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="m 68,36 h -8 l -8,-8 v 32 l 8,-8 h 8 z" + id="path864" + sodipodi:nodetypes="ccccccc" /> + <rect + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:4.0315" + id="rect866" + width="16" + height="16" + x="25" + y="28" /> + <rect + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:6.04725" + id="rect868" + width="8" + height="8" + x="22" + y="48" /> + <rect + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:6.04725" + id="rect872" + width="8" + height="8" + x="36" + y="48" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:3.29905" + id="rect874" + width="2" + height="8" + x="40" + y="64" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:3.29905" + id="rect876" + width="2" + height="8" + x="44" + y="64" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:3.29905" + id="rect878" + width="2" + height="8" + x="48" + y="64" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:3.29905" + id="rect880" + width="2" + height="8" + x="52" + y="64" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:3.29905" + id="rect882" + width="2" + height="8" + x="56" + y="64" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:3.29905" + id="rect884" + width="2" + height="8" + x="60" + y="64" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:3.29905" + id="rect886" + width="2" + height="8" + x="64" + y="64" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:3.29905" + id="rect888" + width="2" + height="8" + x="68" + y="64" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect890" + width="2" + height="2" + x="28" + y="44" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect892" + width="2" + height="2" + x="32" + y="44" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect894" + width="2" + height="2" + x="36" + y="44" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect896" + width="2" + height="2" + x="41" + y="39" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect898" + width="2" + height="2" + x="41" + y="35" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect900" + width="2" + height="2" + x="41" + y="31" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect902" + width="2" + height="2" + x="36" + y="26" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect904" + width="2" + height="2" + x="32" + y="26" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect906" + width="2" + height="2" + x="28" + y="26" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect908" + width="2" + height="2" + x="23" + y="31" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect910" + width="2" + height="2" + x="23" + y="35" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect912" + width="2" + height="2" + x="23" + y="39" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect918" + width="2" + height="2" + x="44" + y="53" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect920" + width="2" + height="2" + x="44" + y="49" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect922" + width="2" + height="2" + x="34" + y="53" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect924" + width="2" + height="2" + x="34" + y="49" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect930" + width="2" + height="2" + x="30" + y="53" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect932" + width="2" + height="2" + x="30" + y="49" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect934" + width="2" + height="2" + x="20" + y="53" /> + <rect + style="fill:#f4d33b;fill-opacity:1;stroke:none;stroke-width:1.64953" + id="rect936" + width="2" + height="2" + x="20" + y="49" /> + <rect + style="fill:#76c176;fill-opacity:1;stroke:none;stroke-width:4.28558" + id="rect938" + width="2" + height="9" + x="10" + y="25" /> + <rect + style="fill:#c18176;fill-opacity:1;stroke:none;stroke-width:4.04049" + id="rect940" + width="2" + height="8" + x="10" + y="38" /> + <rect + style="fill:#303030;fill-opacity:1;stroke:none;stroke-width:4.04049" + id="rect942" + width="2" + height="8" + x="10" + y="50" /> + </g> +</svg> --