raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=f658fe076b9e7486e5ce5bca74ac124f1bc89d51
commit f658fe076b9e7486e5ce5bca74ac124f1bc89d51 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Fri Dec 4 23:25:32 2020 +0000 TH - more iconz --- data/elementary/themes/edc/elm/icon_fdo.edc | 16 -- data/elementary/themes/edc/icons.edc | 16 ++ data/elementary/themes/ic.edc | 8 + .../themes/img/{coud-fog.svg => cloud-fog.svg} | 0 .../themes/img/{coud-rain.svg => cloud-rain.svg} | 0 ...{coud-severe-warn.svg => cloud-severe-warn.svg} | 0 .../img/{coud-shower.svg => cloud-shower.svg} | 0 .../themes/img/{coud-snow.svg => cloud-snow.svg} | 0 .../img/{coud-thunder.svg => cloud-thunder.svg} | 0 data/elementary/themes/img/cube-plus.svg | 102 ++++++++ data/elementary/themes/img/ic/cube-plus-040.png | Bin 0 -> 541 bytes data/elementary/themes/img/ic/cube-plus-080.png | Bin 0 -> 830 bytes data/elementary/themes/img/ic/cube-plus-160.png | Bin 0 -> 1410 bytes data/elementary/themes/img/ic/link-plus-040.png | Bin 0 -> 1060 bytes data/elementary/themes/img/ic/link-plus-080.png | Bin 0 -> 2145 bytes data/elementary/themes/img/ic/link-plus-160.png | Bin 0 -> 4446 bytes .../themes/img/ic/picture-landscape-plus-040.png | Bin 0 -> 919 bytes .../themes/img/ic/picture-landscape-plus-080.png | Bin 0 -> 1520 bytes .../themes/img/ic/picture-landscape-plus-160.png | Bin 0 -> 2605 bytes data/elementary/themes/img/ic/redo-015.png | Bin 0 -> 257 bytes data/elementary/themes/img/ic/redo-030.png | Bin 0 -> 328 bytes data/elementary/themes/img/ic/redo-060.png | Bin 0 -> 558 bytes data/elementary/themes/img/ic/search-edit-015.png | Bin 0 -> 333 bytes data/elementary/themes/img/ic/search-edit-030.png | Bin 0 -> 504 bytes data/elementary/themes/img/ic/search-edit-060.png | Bin 0 -> 947 bytes data/elementary/themes/img/ic/text-plus-040.png | Bin 0 -> 668 bytes data/elementary/themes/img/ic/text-plus-080.png | Bin 0 -> 919 bytes data/elementary/themes/img/ic/text-plus-160.png | Bin 0 -> 1891 bytes data/elementary/themes/img/ic/undo-015.png | Bin 0 -> 263 bytes data/elementary/themes/img/ic/undo-030.png | Bin 0 -> 331 bytes data/elementary/themes/img/ic/undo-060.png | Bin 0 -> 560 bytes data/elementary/themes/img/link-plus.svg | 279 +++++++++++++++++++++ ...re-landscape.svg => picture-landscape-plus.svg} | 32 ++- data/elementary/themes/img/picture-landscape.svg | 34 ++- .../elementary/themes/img/{search.svg => redo.svg} | 36 +-- .../themes/img/{search.svg => search-edit.svg} | 31 ++- data/elementary/themes/img/search.svg | 28 ++- .../themes/img/{search.svg => text-plus.svg} | 61 +++-- .../elementary/themes/img/{search.svg => undo.svg} | 36 +-- 39 files changed, 569 insertions(+), 110 deletions(-) diff --git a/data/elementary/themes/edc/elm/icon_fdo.edc b/data/elementary/themes/edc/elm/icon_fdo.edc index 7ed1eef6a0..7d6183c352 100644 --- a/data/elementary/themes/edc/elm/icon_fdo.edc +++ b/data/elementary/themes/edc/elm/icon_fdo.edc @@ -112,17 +112,6 @@ ICO1(CTX, "document-revert", 128) ICO1(CTX, "document-export", 128) /* */ ICO1(CTX, "document-import", 128) /* */ -ICO1(CTX, "edit-clear", 128) -ICO1(CTX, "edit-copy", 128) -ICO1(CTX, "edit-cut", 128) -ICO1(CTX, "edit-delete", 128) -ICO1(CTX, "edit-find", 128) -ICO1(CTX, "edit-find-replace", 128) -ICO1(CTX, "edit-paste", 128) -ICO1(CTX, "edit-redo", 128) -ICO1(CTX, "edit-undo", 128) -ICO1(CTX, "edit-select-all", 128) - ICO1(CTX, "folder-copy", 128) /* */ ICO1(CTX, "folder-move", 128) /* */ ICO1(CTX, "folder-new", 128) /* */ @@ -151,11 +140,6 @@ ICO1(CTX, "go-previous", 128) ICO1(CTX, "go-top", 128) ICO1(CTX, "go-up", 128) -ICO1(CTX, "insert-image", 128) -ICO1(CTX, "insert-link", 128) -ICO1(CTX, "insert-object", 128) -ICO1(CTX, "insert-text", 128) - ICO1(CTX, "list-add", 128) ICO1(CTX, "list-remove", 128) diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 38c904656b..b56fe60921 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc @@ -426,6 +426,17 @@ ICON("system-log-out", "i-system-logout") ICON("system-search", "i-search") ICON("system-run", "i-media-play") +ICON("edit-clear", "i-trash") +ICON("edit-copy", "i-copy") +ICON("edit-cut", "i-cut") +ICON("edit-delete", "i-trash") +ICON("edit-find", "i-search") +ICON("edit-find-replace", "i-search-edit") +ICON("edit-paste", "i-paste") +ICON("edit-redo", "i-redo") +ICON("edit-undo", "i-undo") +ICON("edit-select-all", "i-select-all") + #undef ICON // regular icons @@ -576,6 +587,11 @@ ICON("weather-fog", "i-cloud-fog") ICON("weather-overcast", "i-clouds-overcast") ICON("weather-severe-alert", "i-cloud-severe-warn") +ICON("insert-image", "i-picture-landscape-plus") +ICON("insert-link", "i-link-plus") +ICON("insert-text", "i-text-plus") +ICON("insert-object", "i-cube-plus") + //ICON("", "") #undef ICON diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index 815cfede44..98a3931a89 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc @@ -84,6 +84,9 @@ I060("i-eject", "eject") I060("i-home", "home") I060("i-trash", "trash") I060("i-search", "search") +I060("i-search-edit", "search-edit") +I060("i-undo", "undo") +I060("i-redo", "redo") I060("i-hamburger-menu", "hamburger-menu") I060("i-info", "info") I060("i-media-rw", "media-rw") @@ -293,6 +296,11 @@ I160("i-cloud-snow", "cloud-snow") I160("i-cloud-fog", "cloud-fog") I160("i-cloud-severe-warn", "cloud-severe-warn") +I160("i-picture-landscape-plus", "picture-landscape-plus") +I160("i-link-plus", "link-plus") +I160("i-text-plus", "text-plus") +I160("i-cube-plus", "cube-plus") + /////////////////////////////////////////////////////////////////////////////// // larger mono icons (mostly efm or settings) I160("i-system", "system") diff --git a/data/elementary/themes/img/coud-fog.svg b/data/elementary/themes/img/cloud-fog.svg similarity index 100% rename from data/elementary/themes/img/coud-fog.svg rename to data/elementary/themes/img/cloud-fog.svg diff --git a/data/elementary/themes/img/coud-rain.svg b/data/elementary/themes/img/cloud-rain.svg similarity index 100% rename from data/elementary/themes/img/coud-rain.svg rename to data/elementary/themes/img/cloud-rain.svg diff --git a/data/elementary/themes/img/coud-severe-warn.svg b/data/elementary/themes/img/cloud-severe-warn.svg similarity index 100% rename from data/elementary/themes/img/coud-severe-warn.svg rename to data/elementary/themes/img/cloud-severe-warn.svg diff --git a/data/elementary/themes/img/coud-shower.svg b/data/elementary/themes/img/cloud-shower.svg similarity index 100% rename from data/elementary/themes/img/coud-shower.svg rename to data/elementary/themes/img/cloud-shower.svg diff --git a/data/elementary/themes/img/coud-snow.svg b/data/elementary/themes/img/cloud-snow.svg similarity index 100% rename from data/elementary/themes/img/coud-snow.svg rename to data/elementary/themes/img/cloud-snow.svg diff --git a/data/elementary/themes/img/coud-thunder.svg b/data/elementary/themes/img/cloud-thunder.svg similarity index 100% rename from data/elementary/themes/img/coud-thunder.svg rename to data/elementary/themes/img/cloud-thunder.svg diff --git a/data/elementary/themes/img/cube-plus.svg b/data/elementary/themes/img/cube-plus.svg new file mode 100644 index 0000000000..d936155bd2 --- /dev/null +++ b/data/elementary/themes/img/cube-plus.svg @@ -0,0 +1,102 @@ +<?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/cube-plus-040.png" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + sodipodi:docname="cube-plus.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="false" + inkscape:current-layer="g10" + inkscape:window-maximized="1" + inkscape:window-y="0" + inkscape:window-x="0" + inkscape:cy="36.306954" + inkscape:cx="40" + inkscape:zoom="10.425" + 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:#ff8f44;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1" + d="M 28,72 60,56 V 28 L 9,25 Z" + id="path8166" + sodipodi:nodetypes="ccccc" /> + <g + id="g7854"> + <rect + style="fill:#ffffff;stroke-width:5.71411" + id="rect7848" + width="8" + height="32" + x="52" + y="40" /> + <rect + style="fill:#ffffff;stroke-width:5.71411" + id="rect7850" + width="32" + height="8" + x="40" + y="52" /> + </g> + <path + style="fill:#ffbe55;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 28,72 8,52 V 24 h 20 z" + id="path8164" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#ffe478;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 8,24 28,44 60,28 40,8 Z" + id="path8168" + sodipodi:nodetypes="ccccc" /> + </g> +</svg> diff --git a/data/elementary/themes/img/ic/cube-plus-040.png b/data/elementary/themes/img/ic/cube-plus-040.png new file mode 100644 index 0000000000..c615df3264 Binary files /dev/null and b/data/elementary/themes/img/ic/cube-plus-040.png differ diff --git a/data/elementary/themes/img/ic/cube-plus-080.png b/data/elementary/themes/img/ic/cube-plus-080.png new file mode 100644 index 0000000000..e8d31e0fe8 Binary files /dev/null and b/data/elementary/themes/img/ic/cube-plus-080.png differ diff --git a/data/elementary/themes/img/ic/cube-plus-160.png b/data/elementary/themes/img/ic/cube-plus-160.png new file mode 100644 index 0000000000..30044a9fa5 Binary files /dev/null and b/data/elementary/themes/img/ic/cube-plus-160.png differ diff --git a/data/elementary/themes/img/ic/link-plus-040.png b/data/elementary/themes/img/ic/link-plus-040.png new file mode 100644 index 0000000000..4c2a4c2255 Binary files /dev/null and b/data/elementary/themes/img/ic/link-plus-040.png differ diff --git a/data/elementary/themes/img/ic/link-plus-080.png b/data/elementary/themes/img/ic/link-plus-080.png new file mode 100644 index 0000000000..fb4ff282e5 Binary files /dev/null and b/data/elementary/themes/img/ic/link-plus-080.png differ diff --git a/data/elementary/themes/img/ic/link-plus-160.png b/data/elementary/themes/img/ic/link-plus-160.png new file mode 100644 index 0000000000..f7fcd525aa Binary files /dev/null and b/data/elementary/themes/img/ic/link-plus-160.png differ diff --git a/data/elementary/themes/img/ic/picture-landscape-plus-040.png b/data/elementary/themes/img/ic/picture-landscape-plus-040.png new file mode 100644 index 0000000000..574741531e Binary files /dev/null and b/data/elementary/themes/img/ic/picture-landscape-plus-040.png differ diff --git a/data/elementary/themes/img/ic/picture-landscape-plus-080.png b/data/elementary/themes/img/ic/picture-landscape-plus-080.png new file mode 100644 index 0000000000..052fd929d8 Binary files /dev/null and b/data/elementary/themes/img/ic/picture-landscape-plus-080.png differ diff --git a/data/elementary/themes/img/ic/picture-landscape-plus-160.png b/data/elementary/themes/img/ic/picture-landscape-plus-160.png new file mode 100644 index 0000000000..b70b4d6fb8 Binary files /dev/null and b/data/elementary/themes/img/ic/picture-landscape-plus-160.png differ diff --git a/data/elementary/themes/img/ic/redo-015.png b/data/elementary/themes/img/ic/redo-015.png new file mode 100644 index 0000000000..e114774ecf Binary files /dev/null and b/data/elementary/themes/img/ic/redo-015.png differ diff --git a/data/elementary/themes/img/ic/redo-030.png b/data/elementary/themes/img/ic/redo-030.png new file mode 100644 index 0000000000..80babc37d9 Binary files /dev/null and b/data/elementary/themes/img/ic/redo-030.png differ diff --git a/data/elementary/themes/img/ic/redo-060.png b/data/elementary/themes/img/ic/redo-060.png new file mode 100644 index 0000000000..9578bfa662 Binary files /dev/null and b/data/elementary/themes/img/ic/redo-060.png differ diff --git a/data/elementary/themes/img/ic/search-edit-015.png b/data/elementary/themes/img/ic/search-edit-015.png new file mode 100644 index 0000000000..ee04821b97 Binary files /dev/null and b/data/elementary/themes/img/ic/search-edit-015.png differ diff --git a/data/elementary/themes/img/ic/search-edit-030.png b/data/elementary/themes/img/ic/search-edit-030.png new file mode 100644 index 0000000000..b137fd6f52 Binary files /dev/null and b/data/elementary/themes/img/ic/search-edit-030.png differ diff --git a/data/elementary/themes/img/ic/search-edit-060.png b/data/elementary/themes/img/ic/search-edit-060.png new file mode 100644 index 0000000000..2ff869336b Binary files /dev/null and b/data/elementary/themes/img/ic/search-edit-060.png differ diff --git a/data/elementary/themes/img/ic/text-plus-040.png b/data/elementary/themes/img/ic/text-plus-040.png new file mode 100644 index 0000000000..d076dea909 Binary files /dev/null and b/data/elementary/themes/img/ic/text-plus-040.png differ diff --git a/data/elementary/themes/img/ic/text-plus-080.png b/data/elementary/themes/img/ic/text-plus-080.png new file mode 100644 index 0000000000..e7025d98f8 Binary files /dev/null and b/data/elementary/themes/img/ic/text-plus-080.png differ diff --git a/data/elementary/themes/img/ic/text-plus-160.png b/data/elementary/themes/img/ic/text-plus-160.png new file mode 100644 index 0000000000..1de2f6fed9 Binary files /dev/null and b/data/elementary/themes/img/ic/text-plus-160.png differ diff --git a/data/elementary/themes/img/ic/undo-015.png b/data/elementary/themes/img/ic/undo-015.png new file mode 100644 index 0000000000..159bafd9f1 Binary files /dev/null and b/data/elementary/themes/img/ic/undo-015.png differ diff --git a/data/elementary/themes/img/ic/undo-030.png b/data/elementary/themes/img/ic/undo-030.png new file mode 100644 index 0000000000..bd2ea12dc0 Binary files /dev/null and b/data/elementary/themes/img/ic/undo-030.png differ diff --git a/data/elementary/themes/img/ic/undo-060.png b/data/elementary/themes/img/ic/undo-060.png new file mode 100644 index 0000000000..8e0757e26a Binary files /dev/null and b/data/elementary/themes/img/ic/undo-060.png differ diff --git a/data/elementary/themes/img/link-plus.svg b/data/elementary/themes/img/link-plus.svg new file mode 100644 index 0000000000..b8dfb1ff50 --- /dev/null +++ b/data/elementary/themes/img/link-plus.svg @@ -0,0 +1,279 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + inkscape:export-ydpi="48" + inkscape:export-xdpi="48" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/link-plus-040.png" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" + sodipodi:docname="link-plus.svg" + viewBox="0 0 80 80" + height="80" + width="80" + id="svg2" + version="1.1"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <linearGradient + inkscape:collect="always" + id="linearGradient8104"> + <stop + style="stop-color:#000000;stop-opacity:0.33000001" + offset="0" + id="stop8100" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop8102" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8096"> + <stop + style="stop-color:#a2c5e4;stop-opacity:1;" + offset="0" + id="stop8092" /> + <stop + style="stop-color:#a2c5e4;stop-opacity:0;" + offset="1" + id="stop8094" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8088"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8084" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8086" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8080"> + <stop + style="stop-color:#a2c5e4;stop-opacity:1;" + offset="0" + id="stop8076" /> + <stop + style="stop-color:#a2c5e4;stop-opacity:0;" + offset="1" + id="stop8078" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8072"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop8068" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop8070" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient8064"> + <stop + style="stop-color:#000000;stop-opacity:0.33000001" + offset="0" + id="stop8060" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop8062" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8064" + id="linearGradient8066" + x1="8" + y1="37" + x2="0" + y2="37" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8072" + id="linearGradient8074" + x1="8" + y1="35" + x2="0" + y2="35" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8080" + id="linearGradient8082" + x1="8" + y1="36" + x2="0" + y2="36" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8088" + id="linearGradient8090" + x1="72" + y1="35" + x2="80" + y2="35" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8096" + id="linearGradient8098" + x1="72" + y1="36" + x2="80" + y2="36" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8104" + id="linearGradient8106" + x1="72" + y1="38" + x2="80" + y2="38" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + 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="39.952038" + inkscape:cx="40" + inkscape:zoom="10.425" + 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"> + <g + id="g8001"> + <path + id="path7874" + style="fill:#a2c5e4;stroke-width:3.77953;fill-opacity:1" + d="m 32,20.000115 a 16,16 0 0 0 -16,16 16,16 0 0 0 16,16 h 16 a 16,16 0 0 0 16,-16 16,16 0 0 0 -16,-16 z m 0,8 h 16 a 8,8 0 0 1 8,8 8,8 0 0 1 -8,8 H 32 a 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 z" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 30,47 h 16 c 7,0 13,-5 13,-12" + id="path7972" + sodipodi:nodetypes="ccc" /> + <path + style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" + d="M 48,23 H 32 c -7,0 -13,5 -13,12" + id="path7970" + sodipodi:nodetypes="ccc" /> + <path + id="path7919" + style="fill:#000000;fill-opacity:0.40000001;stroke-width:3.77953" + d="M 30.990234 26 C 26.023486 26.0054 21.999997 30.033249 22 35 C 22 39.970563 26.029437 44 31 44 C 31.156929 43.999984 31.31139 43.990493 31.466797 43.982422 A 8 8 0 0 1 24 36 A 8 8 0 0 1 32 28 L 48 28 A 8 8 0 0 1 55.978516 35.427734 C 55.985245 35.284958 56 35.144442 56 35 C 56 30.029437 51.970563 26 47 26 C 46.665874 26.000303 46.332024 26.019211 46 26.056641 L 46 26 L 31 26 L 30.990234 26 z " /> + <path + id="path7941" + style="fill:#000000;fill-opacity:0.33000001;stroke-width:3.77953" + d="M 58.273438,23.736328 C 60.680726,26.614725 61.999774,30.24764 62,34 62,42.836556 54.836556,50 46,50 H 30 C 26.243065,49.999328 22.606176,48.676634 19.726562,46.263672 22.766375,49.89896 27.261246,51.999762 32,52 h 16 c 8.836556,0 16,-7.163444 16,-16 -7.09e-4,-4.733742 -2.097536,-9.224184 -5.726562,-12.263672 z" + sodipodi:nodetypes="ccscccscc" /> + </g> + <path + id="path7899" + style="fill:url(#linearGradient8098);fill-opacity:1;stroke-width:3.77953" + d="M 51.939453,32 C 49.753995,32.033085 47.99975,33.814292 48,36 c 0,2.209139 1.790861,4 4,4 0.02018,1.53e-4 0.04037,1.53e-4 0.06055,0 H 80 V 32 H 52 c -0.02018,-1.53e-4 -0.04037,-1.53e-4 -0.06055,0 z" + sodipodi:nodetypes="cccccccc" /> + <path + id="path7951" + style="fill:url(#linearGradient8106);fill-opacity:1;stroke-width:3.77953" + d="M 48.347656,37.634766 C 48.992285,39.074325 50.4227,40.000652 52,40 c 0.02018,1.53e-4 0.04037,1.53e-4 0.06055,0 H 80 V 38 H 50.060547 c -0.02018,1.53e-4 -0.04037,1.53e-4 -0.06055,0 -0.590963,0 -1.147521,-0.135199 -1.652344,-0.365234 z" + sodipodi:nodetypes="cccccccc" /> + <path + id="path7956" + style="fill:url(#linearGradient8090);fill-opacity:1;stroke-width:3.77953" + d="m 51,34 c -0.552285,0 -1,0.447715 -1,1 0,0.552285 0.447715,1 1,1 h 29 v -2 z" + sodipodi:nodetypes="sssccs" /> + <path + id="path7909" + style="fill:url(#linearGradient8082);fill-opacity:1;stroke-width:3.77953" + d="m 0,32 v 8 h 28 c 2.209139,0 4,-1.790861 4,-4 0,-2.209139 -1.790861,-4 -4,-4 h -0.06055 z" + sodipodi:nodetypes="ccssscc" /> + <path + id="path7946" + style="fill:url(#linearGradient8066);fill-opacity:1;stroke-width:3.77953" + d="M 29.646484,32.355469 C 29.879555,32.872392 30.000057,33.432962 30,34 c 0,2.209139 -1.790861,4 -4,4 H 0 v 2 h 28 c 2.209139,0 4,-1.790861 4,-4 -3.5e-4,-1.571723 -0.921119,-2.997577 -2.353516,-3.644531 z" + sodipodi:nodetypes="ccsccscc" /> + <path + id="rect7960" + style="fill:url(#linearGradient8074);fill-opacity:1;stroke-width:3.8831" + d="m 0,34 v 2 h 27 c 0.552285,0 1,-0.447715 1,-1 0,-0.552285 -0.447715,-1 -1,-1 z" + sodipodi:nodetypes="ccsssc" /> + <path + id="path7974" + style="fill:#000000;fill-opacity:0.33;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 16.507812 40 A 16 16 0 0 0 18.236328 44.15625 C 19.084316 41.052623 22.142175 40.273022 25.115234 40.076172 A 8 8 0 0 1 25.070312 40 L 16.507812 40 z " /> + <path + id="path7980" + style="fill:#000000;fill-opacity:0.33;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 54.927734 40 A 8 8 0 0 1 54.773438 40.257812 C 57.307573 40.691447 60.228874 41.713529 62.095703 43.566406 A 16 16 0 0 0 63.492188 40 L 54.927734 40 z " /> + <g + id="g7854"> + <rect + style="fill:#ffffff;stroke-width:5.71411" + id="rect7848" + width="8" + height="32" + x="52" + y="40" /> + <rect + style="fill:#ffffff;stroke-width:5.71411" + id="rect7850" + width="32" + height="8" + x="40" + y="52" /> + </g> + </g> +</svg> diff --git a/data/elementary/themes/img/picture-landscape.svg b/data/elementary/themes/img/picture-landscape-plus.svg similarity index 85% copy from data/elementary/themes/img/picture-landscape.svg copy to data/elementary/themes/img/picture-landscape-plus.svg index dab9b82f2b..25b6c63673 100644 --- a/data/elementary/themes/img/picture-landscape.svg +++ b/data/elementary/themes/img/picture-landscape-plus.svg @@ -10,7 +10,7 @@ inkscape:export-ydpi="48" inkscape:export-xdpi="48" inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/picture-landscape-040.png" - inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" sodipodi:docname="picture-landscape.svg" viewBox="0 0 80 80" height="80" @@ -38,16 +38,16 @@ inkscape:snap-bbox="true" showguides="false" inkscape:current-layer="g10" - inkscape:window-maximized="0" + inkscape:window-maximized="1" inkscape:window-y="0" - inkscape:window-x="1206" + inkscape:window-x="0" inkscape:cy="40" inkscape:cx="40" - inkscape:zoom="8.1375" + inkscape:zoom="10.4625" showgrid="true" id="namedview4" - inkscape:window-height="1372" - inkscape:window-width="1354" + inkscape:window-height="1017" + inkscape:window-width="1920" inkscape:pageshadow="2" inkscape:pageopacity="0" guidetolerance="10" @@ -59,7 +59,8 @@ inkscape:document-rotation="0"> <inkscape:grid id="grid837" - type="xygrid" /> + type="xygrid" + empspacing="4" /> </sodipodi:namedview> <g id="g10" @@ -103,5 +104,22 @@ cx="50" id="path1334" style="opacity:1;fill:#e5e0a6;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g7854"> + <rect + style="fill:#ffffff;stroke-width:5.71411" + id="rect7848" + width="8" + height="32" + x="52" + y="40" /> + <rect + style="fill:#ffffff;stroke-width:5.71411" + id="rect7850" + width="32" + height="8" + x="40" + y="52" /> + </g> </g> </svg> diff --git a/data/elementary/themes/img/picture-landscape.svg b/data/elementary/themes/img/picture-landscape.svg index dab9b82f2b..02bf82a025 100644 --- a/data/elementary/themes/img/picture-landscape.svg +++ b/data/elementary/themes/img/picture-landscape.svg @@ -9,8 +9,8 @@ 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/picture-landscape-040.png" - inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/picture-landscape-plus-040.png" + inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" sodipodi:docname="picture-landscape.svg" viewBox="0 0 80 80" height="80" @@ -38,16 +38,16 @@ inkscape:snap-bbox="true" showguides="false" inkscape:current-layer="g10" - inkscape:window-maximized="0" + inkscape:window-maximized="1" inkscape:window-y="0" - inkscape:window-x="1206" + inkscape:window-x="0" inkscape:cy="40" inkscape:cx="40" - inkscape:zoom="8.1375" + inkscape:zoom="10.4625" showgrid="true" id="namedview4" - inkscape:window-height="1372" - inkscape:window-width="1354" + inkscape:window-height="1017" + inkscape:window-width="1920" inkscape:pageshadow="2" inkscape:pageopacity="0" guidetolerance="10" @@ -59,7 +59,8 @@ inkscape:document-rotation="0"> <inkscape:grid id="grid837" - type="xygrid" /> + type="xygrid" + empspacing="4" /> </sodipodi:namedview> <g id="g10" @@ -103,5 +104,22 @@ cx="50" id="path1334" style="opacity:1;fill:#e5e0a6;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <g + id="g7854"> + <rect + style="fill:#ffffff;stroke-width:5.71411" + id="rect7848" + width="8" + height="32" + x="52" + y="40" /> + <rect + style="fill:#ffffff;stroke-width:5.71411" + id="rect7850" + width="32" + height="8" + x="40" + y="52" /> + </g> </g> </svg> diff --git a/data/elementary/themes/img/search.svg b/data/elementary/themes/img/redo.svg similarity index 54% copy from data/elementary/themes/img/search.svg copy to data/elementary/themes/img/redo.svg index 61e49c4e86..6f5306bdfa 100644 --- a/data/elementary/themes/img/search.svg +++ b/data/elementary/themes/img/redo.svg @@ -9,9 +9,9 @@ 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/search-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/redo-015.png" inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" - sodipodi:docname="search.svg" + sodipodi:docname="redo.svg" viewBox="0 0 15 15" height="15" width="15" @@ -32,17 +32,21 @@ <defs id="defs6" /> <sodipodi:namedview + 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-maximized="0" inkscape:window-y="0" - inkscape:window-x="0" - inkscape:cy="7.5089713" + inkscape:window-x="804" + inkscape:cy="7.485755" inkscape:cx="7.5" - inkscape:zoom="55.733333" + inkscape:zoom="70.2" showgrid="true" id="namedview4" - inkscape:window-height="1017" - inkscape:window-width="1920" + inkscape:window-height="1372" + inkscape:window-width="1756" inkscape:pageshadow="2" inkscape:pageopacity="0" guidetolerance="10" @@ -51,25 +55,21 @@ borderopacity="1" bordercolor="#666666" pagecolor="#404040" - inkscape:document-rotation="0" - inkscape:snap-bbox="true" - inkscape:bbox-nodes="true" - inkscape:bbox-paths="true"> + inkscape:document-rotation="0"> <inkscape:grid spacingy="0.5" spacingx="0.5" id="grid837" - type="xygrid" /> + type="xygrid" + empspacing="4" /> </sodipodi:namedview> <g id="g10" inkscape:label="Image" inkscape:groupmode="layer"> <path - inkscape:transform-center-y="0.4157121" - inkscape:transform-center-x="-1.5850232" - d="M 7.9184893,3.6719522 A 3.9456592,3.9456592 0 0 0 2.5286186,5.1161637 3.9456592,3.9456592 0 0 0 3.9728302,10.506035 3.9456592,3.9456592 0 0 0 8.2297955,10.306096 l 2.3041665,1.330312 a 1.6440247,1.6440247 0 0 0 2.24578,-0.601755 1.6440247,1.6440247 0 0 0 -0.601755,-2.2457799 L 9.8738207,7.4585618 A 3.9456592,3.9456592 0 0 0 7.9184893,3.6719522 Z m -0.495998,0.852649 a 2.9592445,2.9592445 0 0 1 0.00279,0.00162 2.9592445,2.9592445 0 0 1 1.0831636,4.042394 A 2.9592445,2.9592445 0 [...] - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.26261;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4239" /> + id="path3524" + style="fill:#ffffff;stroke-width:1.00157;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2" + d="m 13,4.4999999 v 2.5 2 H 8.5 v -2 H 9.7773438 C 9.2419317,6.6828198 8.6328664,6.5000955 8,6.4999999 6.0670034,6.4999999 4.5,8.0670033 4.5,10 h -2 C 2.5,6.9624338 4.962434,4.4999999 8,4.4999999 c 1.0737095,1.622e-4 2.113851,0.315363 3,0.8925781 V 4.4999999 Z" /> </g> </svg> diff --git a/data/elementary/themes/img/search.svg b/data/elementary/themes/img/search-edit.svg similarity index 61% copy from data/elementary/themes/img/search.svg copy to data/elementary/themes/img/search-edit.svg index 61e49c4e86..f11faa23b3 100644 --- a/data/elementary/themes/img/search.svg +++ b/data/elementary/themes/img/search-edit.svg @@ -9,9 +9,9 @@ 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/search-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/search-edit-015.png" inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" - sodipodi:docname="search.svg" + sodipodi:docname="search-edit.svg" viewBox="0 0 15 15" height="15" width="15" @@ -33,16 +33,16 @@ id="defs6" /> <sodipodi:namedview inkscape:current-layer="g10" - inkscape:window-maximized="1" + inkscape:window-maximized="0" inkscape:window-y="0" - inkscape:window-x="0" - inkscape:cy="7.5089713" + inkscape:window-x="804" + inkscape:cy="7.5" inkscape:cx="7.5" - inkscape:zoom="55.733333" + inkscape:zoom="70.2" showgrid="true" id="namedview4" - inkscape:window-height="1017" - inkscape:window-width="1920" + inkscape:window-height="1372" + inkscape:window-width="1756" inkscape:pageshadow="2" inkscape:pageopacity="0" guidetolerance="10" @@ -59,17 +59,22 @@ spacingy="0.5" spacingx="0.5" id="grid837" - type="xygrid" /> + type="xygrid" + empspacing="4" /> </sodipodi:namedview> <g id="g10" inkscape:label="Image" inkscape:groupmode="layer"> <path - inkscape:transform-center-y="0.4157121" - inkscape:transform-center-x="-1.5850232" - d="M 7.9184893,3.6719522 A 3.9456592,3.9456592 0 0 0 2.5286186,5.1161637 3.9456592,3.9456592 0 0 0 3.9728302,10.506035 3.9456592,3.9456592 0 0 0 8.2297955,10.306096 l 2.3041665,1.330312 a 1.6440247,1.6440247 0 0 0 2.24578,-0.601755 1.6440247,1.6440247 0 0 0 -0.601755,-2.2457799 L 9.8738207,7.4585618 A 3.9456592,3.9456592 0 0 0 7.9184893,3.6719522 Z m -0.495998,0.852649 a 2.9592445,2.9592445 0 0 1 0.00279,0.00162 2.9592445,2.9592445 0 0 1 1.0831636,4.042394 A 2.9592445,2.9592445 0 [...] + id="path4239" style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.26261;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4239" /> + inkscape:transform-center-x="-1.5850232" + inkscape:transform-center-y="0.4157121" + d="M 5.8398438 3.1445312 A 3.9456592 3.9456592 0 0 0 2.5292969 5.1152344 A 3.9456592 3.9456592 0 0 0 3.9726562 10.505859 A 3.9456592 3.9456592 0 0 0 8.2304688 10.306641 L 10.533203 11.636719 A 1.6440247 1.6440247 0 0 0 12.779297 11.035156 A 1.6440247 1.6440247 0 0 0 12.177734 8.7890625 L 9.8730469 7.4589844 A 3.9456592 3.9456592 0 0 0 9.890625 7.109375 L 8.5957031 8.4042969 A 2.9592445 2.9592445 0 0 1 8.5078125 8.5683594 A 2.9592445 2.9592445 0 0 1 4.4667969 9.6523438 A 2.9592445 [...] + <path + id="path1512" + style="fill:#ffffff;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" + d="M 10.5 1.5 L 5.5 6.5 L 5.5 8.5 L 7.5 8.5 L 12.5 3.5 L 10.5 1.5 z M 10.5 2.5 L 11.5 3.5 L 7.5 7.5 L 6.5 6.5 L 10.5 2.5 z " /> </g> </svg> diff --git a/data/elementary/themes/img/search.svg b/data/elementary/themes/img/search.svg index 61e49c4e86..17d355dc6c 100644 --- a/data/elementary/themes/img/search.svg +++ b/data/elementary/themes/img/search.svg @@ -33,16 +33,16 @@ id="defs6" /> <sodipodi:namedview inkscape:current-layer="g10" - inkscape:window-maximized="1" + inkscape:window-maximized="0" inkscape:window-y="0" - inkscape:window-x="0" - inkscape:cy="7.5089713" + inkscape:window-x="804" + inkscape:cy="7.485755" inkscape:cx="7.5" - inkscape:zoom="55.733333" + inkscape:zoom="70.2" showgrid="true" id="namedview4" - inkscape:window-height="1017" - inkscape:window-width="1920" + inkscape:window-height="1372" + inkscape:window-width="1756" inkscape:pageshadow="2" inkscape:pageopacity="0" guidetolerance="10" @@ -59,17 +59,29 @@ spacingy="0.5" spacingx="0.5" id="grid837" - type="xygrid" /> + type="xygrid" + empspacing="4" /> </sodipodi:namedview> <g id="g10" inkscape:label="Image" inkscape:groupmode="layer"> + <path + id="path1488" + style="fill:#de4422;stroke-width:3.76935;stroke-linecap:round;stroke-linejoin:round" + d="M 5.8242188 1.5 A 5.4184313 5.4184313 0 0 0 0.5 6.9179688 A 5.4184313 5.4184313 0 0 0 5.9179688 12.335938 A 5.4184313 5.4184313 0 0 0 11.335938 6.9179688 A 5.4184313 5.4184313 0 0 0 5.9179688 1.5 A 5.4184313 5.4184313 0 0 0 5.8242188 1.5 z M 5.8417969 2.2363281 A 4.6823611 4.6823611 0 0 1 5.9179688 2.2363281 A 4.6823611 4.6823611 0 0 1 10.601562 6.9179688 A 4.6823611 4.6823611 0 0 1 5.9179688 11.601562 A 4.6823611 4.6823611 0 0 1 1.2363281 6.9179688 A 4.6823611 4.6823611 0 0 1 [...] <path inkscape:transform-center-y="0.4157121" inkscape:transform-center-x="-1.5850232" - d="M 7.9184893,3.6719522 A 3.9456592,3.9456592 0 0 0 2.5286186,5.1161637 3.9456592,3.9456592 0 0 0 3.9728302,10.506035 3.9456592,3.9456592 0 0 0 8.2297955,10.306096 l 2.3041665,1.330312 a 1.6440247,1.6440247 0 0 0 2.24578,-0.601755 1.6440247,1.6440247 0 0 0 -0.601755,-2.2457799 L 9.8738207,7.4585618 A 3.9456592,3.9456592 0 0 0 7.9184893,3.6719522 Z m -0.495998,0.852649 a 2.9592445,2.9592445 0 0 1 0.00279,0.00162 2.9592445,2.9592445 0 0 1 1.0831636,4.042394 A 2.9592445,2.9592445 0 [...] + d="M 7.918489,3.5286181 A 3.9456592,3.9456592 0 0 0 2.5286183,4.9728296 3.9456592,3.9456592 0 0 0 3.9728299,10.362701 3.9456592,3.9456592 0 0 0 8.2297952,10.162762 l 2.3041668,1.330312 a 1.6440247,1.6440247 0 0 0 2.24578,-0.601755 1.6440247,1.6440247 0 0 0 -0.601755,-2.24578 L 9.8738204,7.3152277 A 3.9456592,3.9456592 0 0 0 7.918489,3.5286181 Z m -0.495998,0.852649 a 2.9592445,2.9592445 0 0 1 0.00279,0.00162 2.9592445,2.9592445 0 0 1 1.0831636,4.042394 A 2.9592445,2.9592445 0 0 1 [...] style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.26261;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" id="path4239" /> + <rect + style="fill:#deba22;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" + id="rect1499" + width="6" + height="7" + x="0" + y="0" /> </g> </svg> diff --git a/data/elementary/themes/img/search.svg b/data/elementary/themes/img/text-plus.svg similarity index 52% copy from data/elementary/themes/img/search.svg copy to data/elementary/themes/img/text-plus.svg index 61e49c4e86..c2249e76b8 100644 --- a/data/elementary/themes/img/search.svg +++ b/data/elementary/themes/img/text-plus.svg @@ -7,14 +7,14 @@ 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/search-015.png" + inkscape:export-ydpi="48" + inkscape:export-xdpi="48" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/text-plus-040.png" inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" - sodipodi:docname="search.svg" - viewBox="0 0 15 15" - height="15" - width="15" + sodipodi:docname="text-plus.svg" + viewBox="0 0 80 80" + height="80" + width="80" id="svg2" version="1.1"> <metadata @@ -32,13 +32,18 @@ <defs id="defs6" /> <sodipodi:namedview + 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="7.5089713" - inkscape:cx="7.5" - inkscape:zoom="55.733333" + inkscape:cy="40.143885" + inkscape:cx="40" + inkscape:zoom="10.425" showgrid="true" id="namedview4" inkscape:window-height="1017" @@ -51,25 +56,37 @@ borderopacity="1" bordercolor="#666666" pagecolor="#404040" - inkscape:document-rotation="0" - inkscape:snap-bbox="true" - inkscape:bbox-nodes="true" - inkscape:bbox-paths="true"> + inkscape:document-rotation="0"> <inkscape:grid - spacingy="0.5" - spacingx="0.5" id="grid837" - type="xygrid" /> + type="xygrid" + empspacing="4" /> </sodipodi:namedview> <g id="g10" inkscape:label="Image" inkscape:groupmode="layer"> <path - inkscape:transform-center-y="0.4157121" - inkscape:transform-center-x="-1.5850232" - d="M 7.9184893,3.6719522 A 3.9456592,3.9456592 0 0 0 2.5286186,5.1161637 3.9456592,3.9456592 0 0 0 3.9728302,10.506035 3.9456592,3.9456592 0 0 0 8.2297955,10.306096 l 2.3041665,1.330312 a 1.6440247,1.6440247 0 0 0 2.24578,-0.601755 1.6440247,1.6440247 0 0 0 -0.601755,-2.2457799 L 9.8738207,7.4585618 A 3.9456592,3.9456592 0 0 0 7.9184893,3.6719522 Z m -0.495998,0.852649 a 2.9592445,2.9592445 0 0 1 0.00279,0.00162 2.9592445,2.9592445 0 0 1 1.0831636,4.042394 A 2.9592445,2.9592445 0 [...] - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.26261;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4239" /> + style="fill:#202020;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:4;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + d="m 11,10 v 18 c 0,-4 4,-8 8,-8 h 7 c 4,0 8,4 8,8 v 34 c 0,4 -4,8 -8,8 h 28 c -4,0 -8,-4 -8,-8 V 28 c 0,-4 4,-8 8,-8 h 7 c 4,0 8,4 8,8 V 10 Z" + id="path8144" + sodipodi:nodetypes="ccccccccccccccc" /> + <g + id="g7854"> + <rect + style="fill:#ffffff;stroke-width:5.71411" + id="rect7848" + width="8" + height="32" + x="52" + y="40" /> + <rect + style="fill:#ffffff;stroke-width:5.71411" + id="rect7850" + width="32" + height="8" + x="40" + y="52" /> + </g> </g> </svg> diff --git a/data/elementary/themes/img/search.svg b/data/elementary/themes/img/undo.svg similarity index 54% copy from data/elementary/themes/img/search.svg copy to data/elementary/themes/img/undo.svg index 61e49c4e86..82c4bb2660 100644 --- a/data/elementary/themes/img/search.svg +++ b/data/elementary/themes/img/undo.svg @@ -9,9 +9,9 @@ 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/search-015.png" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/undo-015.png" inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)" - sodipodi:docname="search.svg" + sodipodi:docname="undo.svg" viewBox="0 0 15 15" height="15" width="15" @@ -32,17 +32,21 @@ <defs id="defs6" /> <sodipodi:namedview + 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-maximized="0" inkscape:window-y="0" - inkscape:window-x="0" - inkscape:cy="7.5089713" + inkscape:window-x="804" + inkscape:cy="7.485755" inkscape:cx="7.5" - inkscape:zoom="55.733333" + inkscape:zoom="70.2" showgrid="true" id="namedview4" - inkscape:window-height="1017" - inkscape:window-width="1920" + inkscape:window-height="1372" + inkscape:window-width="1756" inkscape:pageshadow="2" inkscape:pageopacity="0" guidetolerance="10" @@ -51,25 +55,21 @@ borderopacity="1" bordercolor="#666666" pagecolor="#404040" - inkscape:document-rotation="0" - inkscape:snap-bbox="true" - inkscape:bbox-nodes="true" - inkscape:bbox-paths="true"> + inkscape:document-rotation="0"> <inkscape:grid spacingy="0.5" spacingx="0.5" id="grid837" - type="xygrid" /> + type="xygrid" + empspacing="4" /> </sodipodi:namedview> <g id="g10" inkscape:label="Image" inkscape:groupmode="layer"> <path - inkscape:transform-center-y="0.4157121" - inkscape:transform-center-x="-1.5850232" - d="M 7.9184893,3.6719522 A 3.9456592,3.9456592 0 0 0 2.5286186,5.1161637 3.9456592,3.9456592 0 0 0 3.9728302,10.506035 3.9456592,3.9456592 0 0 0 8.2297955,10.306096 l 2.3041665,1.330312 a 1.6440247,1.6440247 0 0 0 2.24578,-0.601755 1.6440247,1.6440247 0 0 0 -0.601755,-2.2457799 L 9.8738207,7.4585618 A 3.9456592,3.9456592 0 0 0 7.9184893,3.6719522 Z m -0.495998,0.852649 a 2.9592445,2.9592445 0 0 1 0.00279,0.00162 2.9592445,2.9592445 0 0 1 1.0831636,4.042394 A 2.9592445,2.9592445 0 [...] - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.26261;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" - id="path4239" /> + id="path3524" + style="fill:#ffffff;stroke-width:1.00157;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:0.2" + d="m 2.5,4.4999999 v 2.5 2 H 7 v -2 H 5.7226562 C 6.2580683,6.6828198 6.8671336,6.5000955 7.5,6.4999999 9.4329966,6.4999999 11,8.0670033 11,10 h 2 C 13,6.9624338 10.537566,4.4999999 7.5,4.4999999 6.4262905,4.5001621 5.3861486,4.8153629 4.5,5.392578 V 4.4999999 Z" /> </g> </svg> --