raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=09131ead5da59250fafafe9f43598f3966f424d2
commit 09131ead5da59250fafafe9f43598f3966f424d2 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Wed Aug 5 18:08:12 2020 +0100 TH - moar iconzzz --- data/elementary/themes/edc/O/icons.edc | 4 +- data/elementary/themes/edc/icons.edc | 5 +- data/elementary/themes/ic.edc | 3 + .../elementary/themes/img/ic/keyboard-hand-040.png | Bin 0 -> 1384 bytes .../elementary/themes/img/ic/keyboard-hand-080.png | Bin 0 -> 3089 bytes .../elementary/themes/img/ic/keyboard-hand-160.png | Bin 0 -> 7021 bytes data/elementary/themes/img/ic/lang-040.png | Bin 0 -> 1753 bytes data/elementary/themes/img/ic/lang-080.png | Bin 0 -> 4187 bytes data/elementary/themes/img/ic/lang-160.png | Bin 0 -> 9029 bytes data/elementary/themes/img/ic/lang-lock-040.png | Bin 0 -> 1218 bytes data/elementary/themes/img/ic/lang-lock-080.png | Bin 0 -> 2803 bytes data/elementary/themes/img/ic/lang-lock-160.png | Bin 0 -> 6591 bytes data/elementary/themes/img/keyboard-hand.svg | 601 +++++++++++++++++++++ data/elementary/themes/img/lang-lock.svg | 194 +++++++ data/elementary/themes/img/lang.svg | 141 +++++ 15 files changed, 945 insertions(+), 3 deletions(-) diff --git a/data/elementary/themes/edc/O/icons.edc b/data/elementary/themes/edc/O/icons.edc index b791a67612..9e8da434cf 100644 --- a/data/elementary/themes/edc/O/icons.edc +++ b/data/elementary/themes/edc/O/icons.edc @@ -87,7 +87,7 @@ // ICON("preferences-desktop-mouse-middle","icon_mouse_middle.png",64) // *** // "enlightenment/mouse_middle" // ICON("preferences-desktop-mouse-wheel","icon_mouse_wheel.png",64) // *** // "enlightenment/mouse_wheel" // ICON("preferences-desktop-mouse-extra","icon_mouse_extra.png",64) // *** // "enlightenment/mouse_extra" - ICON("preferences-desktop-locale","icon_intl.png",64) // "enlightenment/intl" +// ICON("preferences-desktop-locale","icon_intl.png",64) // "enlightenment/intl" ICON("preferences-desktop-mixer","icon_mixer.png",64) // "enlightenment/mixer" ICON("preferences-desktop-shelf","icon_shelf.png",64) // *** // "enlightenment/shelf" ICON("preferences-desktop-shelf-bottom-desk","icon_shelf_bottom_desk.png",64)// *** // "enlightenment/shelf_bottom_desk" @@ -119,7 +119,7 @@ // ICON("preferences-focus","icon_window_focus.png",64) // *** // "enlightenment/focus" ICON("preferences-engine","icon_engine.png",64) // *** // "enlightenment/engine" ICON("preferences-dialogs","icon_dummy.png",64) // *** // "enlightenment/dialogs" - ICON("preferences-imc","icon_imc.png",64) // *** // "enlightenment/imc" +// ICON("preferences-imc","icon_imc.png",64) // *** // "enlightenment/imc" // ICON("preferences-system-lock-screen","icon_desklock.png",64) // *** // "enlightenment/desklock" ICON("preferences-icon-theme","icon_icon_theme.png",64) // *** // "enlightenment/icon_theme" // ICON("preferences-transitions","icon_transitions.png",64) // *** // "enlightenment/transitions" diff --git a/data/elementary/themes/edc/icons.edc b/data/elementary/themes/edc/icons.edc index 3f1ce65133..7807a3e88a 100644 --- a/data/elementary/themes/edc/icons.edc +++ b/data/elementary/themes/edc/icons.edc @@ -77,6 +77,9 @@ ICON("preferences-winlist", "i-window-winlist") ICON("preferences-menus", "i-menus") ICON("preferences-menu-settings", "i-menus-settings") + ICON("preferences-desktop-locale", "i-lang") + ICON("preferences-desklock-locale", "i-lang-lock") + ICON("preferences-imc", "i-keyboard-hand") #undef ICON // mono color default fg color icons @@ -174,7 +177,7 @@ } \ } \ } - ICON("preferences-desklock-locale", "icon_preferences-desklock-locale.png") +// ICON("preferences-desklock-locale", "icon_preferences-desklock-locale.png") ICON("preferences-desktop-signal-bindings", "icon_preferences-desktop-signal-bindings.png") ICON("preferences-variables", "icon_preferences-variables.png") diff --git a/data/elementary/themes/ic.edc b/data/elementary/themes/ic.edc index 324192fbcf..08d0a380a6 100644 --- a/data/elementary/themes/ic.edc +++ b/data/elementary/themes/ic.edc @@ -210,6 +210,9 @@ I160("i-window-process", "window-process") I160("i-window-winlist", "window-winlist") I160("i-menus", "menus") I160("i-menus-settings", "menus-settings") +I160("i-lang", "lang") +I160("i-lang-lock", "lang-lock") +I160("i-keyboard-hand", "keyboard-hand") /////////////////////////////////////////////////////////////////////////////// // larger mono icons (mostly efm or settings) diff --git a/data/elementary/themes/img/ic/keyboard-hand-040.png b/data/elementary/themes/img/ic/keyboard-hand-040.png new file mode 100644 index 0000000000..2b5fd3cfff Binary files /dev/null and b/data/elementary/themes/img/ic/keyboard-hand-040.png differ diff --git a/data/elementary/themes/img/ic/keyboard-hand-080.png b/data/elementary/themes/img/ic/keyboard-hand-080.png new file mode 100644 index 0000000000..f3ea2d75ff Binary files /dev/null and b/data/elementary/themes/img/ic/keyboard-hand-080.png differ diff --git a/data/elementary/themes/img/ic/keyboard-hand-160.png b/data/elementary/themes/img/ic/keyboard-hand-160.png new file mode 100644 index 0000000000..ba8daea113 Binary files /dev/null and b/data/elementary/themes/img/ic/keyboard-hand-160.png differ diff --git a/data/elementary/themes/img/ic/lang-040.png b/data/elementary/themes/img/ic/lang-040.png new file mode 100644 index 0000000000..b19b96a45f Binary files /dev/null and b/data/elementary/themes/img/ic/lang-040.png differ diff --git a/data/elementary/themes/img/ic/lang-080.png b/data/elementary/themes/img/ic/lang-080.png new file mode 100644 index 0000000000..5043b83c45 Binary files /dev/null and b/data/elementary/themes/img/ic/lang-080.png differ diff --git a/data/elementary/themes/img/ic/lang-160.png b/data/elementary/themes/img/ic/lang-160.png new file mode 100644 index 0000000000..e2cee598f3 Binary files /dev/null and b/data/elementary/themes/img/ic/lang-160.png differ diff --git a/data/elementary/themes/img/ic/lang-lock-040.png b/data/elementary/themes/img/ic/lang-lock-040.png new file mode 100644 index 0000000000..2299a64056 Binary files /dev/null and b/data/elementary/themes/img/ic/lang-lock-040.png differ diff --git a/data/elementary/themes/img/ic/lang-lock-080.png b/data/elementary/themes/img/ic/lang-lock-080.png new file mode 100644 index 0000000000..9d0cfb935d Binary files /dev/null and b/data/elementary/themes/img/ic/lang-lock-080.png differ diff --git a/data/elementary/themes/img/ic/lang-lock-160.png b/data/elementary/themes/img/ic/lang-lock-160.png new file mode 100644 index 0000000000..ef4616161d Binary files /dev/null and b/data/elementary/themes/img/ic/lang-lock-160.png differ diff --git a/data/elementary/themes/img/keyboard-hand.svg b/data/elementary/themes/img/keyboard-hand.svg new file mode 100644 index 0000000000..b814f6966a --- /dev/null +++ b/data/elementary/themes/img/keyboard-hand.svg @@ -0,0 +1,601 @@ +<?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="keyboard-hand.svg" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + inkscape:export-filename="/home/raster/C/th-efl/th/img/ic/keyboard-hand-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 + id="linearGradient3410" + inkscape:collect="always"> + <stop + id="stop3406" + offset="0" + style="stop-color:#ffffff;stop-opacity:1;" /> + <stop + id="stop3408" + offset="1" + style="stop-color:#ffffff;stop-opacity:0;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient7654"> + <stop + style="stop-color:#808080;stop-opacity:1" + offset="0" + id="stop7650" /> + <stop + style="stop-color:#808080;stop-opacity:0" + offset="1" + id="stop7652" /> + </linearGradient> + <linearGradient + id="linearGradient3678" + inkscape:collect="always"> + <stop + id="stop3674" + offset="0" + style="stop-color:#c8c8c8;stop-opacity:1;" /> + <stop + id="stop3676" + offset="1" + style="stop-color:#c8c8c8;stop-opacity:0;" /> + </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> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="40" + x2="70" + y1="40" + x1="50" + id="linearGradient3680" + xlink:href="#linearGradient3678" + inkscape:collect="always" + gradientTransform="matrix(1,0,0,0.93333333,0,0.66666667)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient7654" + id="linearGradient7648" + gradientUnits="userSpaceOnUse" + x1="50" + y1="40" + x2="70" + y2="40" + gradientTransform="matrix(1,0,0,0.06666667,0,65.333333)" /> + <linearGradient + gradientUnits="userSpaceOnUse" + y2="65" + x2="40" + y1="55" + x1="40" + id="linearGradient3412" + xlink:href="#linearGradient3410" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3410-7" + id="linearGradient3412-9" + x1="40" + y1="55" + x2="40" + y2="65" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + id="linearGradient3410-7"> + <stop + style="stop-color:#080808;stop-opacity:1" + offset="0" + id="stop3406-4" /> + <stop + style="stop-color:#000000;stop-opacity:0" + offset="1" + id="stop3408-3" /> + </linearGradient> + <filter + height="1.2130533" + y="-0.10652667" + width="1.191748" + x="-0.095874" + id="filter3557" + style="color-interpolation-filters:sRGB" + inkscape:collect="always"> + <feGaussianBlur + id="feGaussianBlur3559" + stdDeviation="1.997375" + inkscape:collect="always" /> + </filter> + </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.425" + inkscape:cx="40" + inkscape:cy="40.143885" + 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"> + <g + id="g3396"> + <rect + style="fill:url(#linearGradient3680);fill-opacity:1;stroke:none;stroke-width:1.93218;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3618" + width="60" + height="56" + x="10" + y="10" /> + <rect + y="12" + x="12" + height="10" + width="10" + id="rect3620" + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3622" + width="10" + height="10" + x="26" + y="12" /> + <rect + y="12" + x="40" + height="10" + width="10" + id="rect3624" + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3626" + width="10" + height="10" + x="54" + y="12" /> + <rect + y="26" + x="12" + height="10" + width="10" + id="rect3628" + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3630" + width="17" + height="10" + x="12" + y="40" /> + <rect + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3658" + width="10" + height="10" + x="26" + y="26" /> + <rect + y="26" + x="40" + height="10" + width="10" + id="rect3660" + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3662" + width="10" + height="10" + x="54" + y="26" /> + <rect + y="40" + x="33" + height="10" + width="10" + id="rect3664" + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3666" + width="10" + height="10" + x="47" + y="40" /> + <rect + y="54" + x="12" + height="10" + width="24" + id="rect3668" + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <rect + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect3670" + width="10" + height="10" + x="40" + y="54" /> + <rect + y="54" + x="54" + height="10" + width="10" + id="rect3672" + style="fill:#404040;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + <path + sodipodi:nodetypes="ccccc" + id="path4986" + d="m 13,21 v -8 l 1,-1 2.381944,6.361111 z" + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + sodipodi:nodetypes="ccccc" + id="path4988" + d="m 20,12 1,1 v 8 l -3.298611,-2.638889 z" + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + sodipodi:nodetypes="ccccc" + id="path4982" + d="m 13,21 1,-2 h 6 l 1,2 z" + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + sodipodi:nodetypes="ccccc" + id="path4990" + d="m 14,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 27,21 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-3" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 34,12 1,1 v 8 l -3.298611,-2.638889 z" + id="path4988-0" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 27,21 1,-2 h 6 l 1,2 z" + id="path4982-3" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 28,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + id="path4990-3" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 41,21 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-7" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 48,12 1,1 v 8 l -3.298611,-2.638889 z" + id="path4988-9" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 41,21 1,-2 h 6 l 1,2 z" + id="path4982-4" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 42,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + id="path4990-9" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 55,21 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-9" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 62,12 1,1 v 8 l -3.298611,-2.638889 z" + id="path4988-1" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 55,21 1,-2 h 6 l 1,2 z" + id="path4982-9" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 56,12 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + id="path4990-4" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 13,35 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-2" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 20,26 1,1 v 8 l -3.298611,-2.638889 z" + id="path4988-06" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 13,35 1,-2 h 6 l 1,2 z" + id="path4982-5" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 14,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + id="path4990-95" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 27,35 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-6" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 34,26 1,1 v 8 l -3.298611,-2.638889 z" + id="path4988-11" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 27,35 1,-2 h 6 l 1,2 z" + id="path4982-43" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 28,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + id="path4990-7" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 41,35 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-27" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 48,26 1,1 v 8 l -3.298611,-2.638889 z" + id="path4988-3" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 41,35 1,-2 h 6 l 1,2 z" + id="path4982-39" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 42,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + id="path4990-2" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 55,35 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-4" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 62,26 1,1 v 8 l -3.298611,-2.638889 z" + id="path4988-4" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 55,35 1,-2 h 6 l 1,2 z" + id="path4982-49" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 56,26 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + id="path4990-93" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 13,49 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-8" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 27,40 1,1 v 8 l -3,-3 z" + id="path4988-32" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 13,49 1,-2 h 13 l 1,2 z" + id="path4982-95" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 14,40 v 7 c 1.979166,0.395833 11.020833,0.395833 13,0 v -7 c -1.979167,0.263889 -11.020833,0.263889 -13,0 z" + id="path4990-43" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 34,49 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-94" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 41,40 1,1 v 8 l -3.298611,-2.638889 z" + id="path4988-95" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 34,49 1,-2 h 6 l 1,2 z" + id="path4982-57" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 35,40 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + id="path4990-39" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 48,49 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-0" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 55,40 1,1 v 8 l -3.298611,-2.638889 z" + id="path4988-7" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 48,49 1,-2 h 6 l 1,2 z" + id="path4982-2" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 49,40 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + id="path4990-72" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 41,63 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-90" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 48,54 1,1 v 8 l -3.298611,-2.638889 z" + id="path4988-5" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 41,63 1,-2 h 6 l 1,2 z" + id="path4982-0" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 42,54 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + id="path4990-41" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 55,63 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-79" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 62,54 1,1 v 8 l -3.298611,-2.638889 z" + id="path4988-36" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 55,63 1,-2 h 6 l 1,2 z" + id="path4982-21" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 56,54 v 7 c 1.979166,0.395833 4.020833,0.395833 6,0 v -7 c -1.979167,0.263889 -4.020833,0.263889 -6,0 z" + id="path4990-25" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#c8c8c8;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 13,63 v -8 l 1,-1 2.381944,6.361111 z" + id="path4986-39" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#808080;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 34,54 1,1 v 8 l -3,-3 z" + id="path4988-18" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#606060;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 13,63 1,-2 h 20 l 1,2 z" + id="path4982-8" + sodipodi:nodetypes="ccccc" /> + <path + style="fill:#a0a0a0;fill-opacity:1;stroke-width:0.152396;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none" + d="m 14,54 v 7 c 1.979166,0.395833 18.020833,0.395833 20,0 v -7 c -1.979167,0.263889 -18.020833,0.263889 -20,0 z" + id="path4990-70" + sodipodi:nodetypes="ccccc" /> + <rect + y="66" + x="10" + height="4" + width="60" + id="rect7646" + style="fill:url(#linearGradient7648);fill-opacity:1;stroke:none;stroke-width:0.516398;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + </g> + <path + sodipodi:nodetypes="cccccccccccccccc" + id="path3404" + d="M 25,45 V 25 c 0,-2 3,-5 5,-5 2,0 5,3 5,5 v 15 c 0,-2 3,-5 5,-5 2,0 5,3 5,5 0,-2 3,-5 5,-5 2,0 5,3 5,5 v 5 c 0,-2 3,-5 5,-5 2,0 5,3 5,5 V 65 H 25 C 20,60 15,57 15,55 15,50 20,45 25,45 Z" + style="fill:url(#linearGradient3412);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + <path + style="fill:url(#linearGradient3412-9);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter3557)" + d="M 25,45 V 25 c 0,-2 3,-5 5,-5 2,0 5,3 5,5 v 15 c 0,-2 3,-5 5,-5 2,0 5,3 5,5 0,-2 3,-5 5,-5 2,0 5,3 5,5 v 5 c 0,-2 3,-5 5,-5 2,0 5,3 5,5 V 65 H 25 C 20,60 15,57 15,55 15,50 20,45 25,45 Z" + id="path3404-5" + sodipodi:nodetypes="cccccccccccccccc" /> + <path + style="fill:url(#linearGradient3412);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + d="M 25,45 V 25 c 0,-2 3,-5 5,-5 2,0 5,3 5,5 v 15 c 0,-2 3,-5 5,-5 2,0 5,3 5,5 0,-2 3,-5 5,-5 2,0 5,3 5,5 v 5 c 0,-2 3,-5 5,-5 2,0 5,3 5,5 V 65 H 25 C 20,60 15,57 15,55 15,50 20,45 25,45 Z" + id="path3414" + sodipodi:nodetypes="cccccccccccccccc" /> + </g> +</svg> diff --git a/data/elementary/themes/img/lang-lock.svg b/data/elementary/themes/img/lang-lock.svg new file mode 100644 index 0000000000..e30883fcaf --- /dev/null +++ b/data/elementary/themes/img/lang-lock.svg @@ -0,0 +1,194 @@ +<?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/lang-lock-040.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="lang-lock.svg" + viewBox="0 0 80 80" + height="80" + width="80" + id="svg2" + version="1.1"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <rect + id="rect878" + height="30" + width="40" + y="20" + x="20" /> + <rect + id="rect872" + height="30" + width="40" + y="50" + x="20" /> + <rect + id="rect864" + height="30" + width="40" + y="20" + x="20" /> + <rect + id="rect858" + height="30" + width="40" + y="20" + x="20" /> + <rect + id="rect852" + height="30" + width="40" + y="20" + x="20" /> + </defs> + <sodipodi:namedview + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:bbox-nodes="true" + inkscape:snap-bbox="true" + showguides="false" + inkscape:current-layer="text876" + inkscape:window-maximized="1" + inkscape:window-y="0" + inkscape:window-x="0" + inkscape:cy="40.240385" + inkscape:cx="40" + inkscape:zoom="10.4" + showgrid="true" + id="namedview4" + inkscape:window-height="1017" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> + <inkscape:grid + id="grid837" + type="xygrid" /> + </sodipodi:namedview> + <g + id="g10" + inkscape:label="Image" + inkscape:groupmode="layer"> + <text + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:120px;font-family:Quicksand;-inkscape-font-specification:Quicksand;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect852);fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + id="text850" + xml:space="preserve" /> + <text + style="font-style:normal;font-weight:normal;font-size:28px;line-height:140px;font-family:Sans;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect858);fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + id="text856" + xml:space="preserve"><tspan + style="visibility:hidden" + x="20" + y="127.27344"><tspan + dx="0 28 28 26.605469 17.814453 26.605469 23.460938 23.460938 23.460938 17.814453 17.814453 17.814453" + style="font-size:28px">@@%$%^^^4445</tspan></tspan></text> + <text + style="font-style:normal;font-weight:normal;font-size:24px;line-height:120px;font-family:Sans;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect864);fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + id="text862" + xml:space="preserve"><tspan + style="visibility:hidden" + x="20" + y="117.27344"><tspan + dx="0 17.814453 17.814453 28" + style="font-size:28px">22@!</tspan></tspan></text> + <text + style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Sans;font-style:normal;font-weight:normal;font-size:5px;line-height:25px;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect872);" + id="text870" + xml:space="preserve" /> + <g + transform="translate(-0.280035,2.562039)" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:20.8333px;font-family:Syncopate;-inkscape-font-specification:Syncopate;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect878);fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="text876" + aria-label="!@#?"> + <path + sodipodi:nodetypes="cccccccscccccsccc" + d="m 40.229254,7.449715 c -8.142716,0.05089 -14.748918,6.618899 -14.863281,14.777343 h -0.05859 v 10.199219 h 4.972652 v -10 c 0.108296,-5.43579 4.543612,-9.988336 9.980469,-10 h 0.01953 c 5.522847,0 10,4.477153 10,10 v 10 h 5 v -9.921875 c 4.9e-5,-0.02213 4.9e-5,-0.04427 0,-0.06641 v -0.01172 C 55.273635,14.152716 48.578011,7.4492 40.321051,7.449715 c -0.0306,-9.4e-5 -0.0612,-9.4e-5 -0.0918,0 z" + style="fill:#ffffff;fill-opacity:1;stroke-width:4.79009;stroke-linecap:round;stroke-linejoin:round" + id="circle1049" /> + <path + d="m 40.254644,12.426277 a 12,10 0 0 0 -11.974609,10 12,10 0 0 0 0,0.02148 v 9.97852 h 2 v -4.472656 -5.527344 c 0.108257,-5.433821 4.540448,-9.985052 9.974609,-10 z" + style="fill:#c8c8c8;fill-opacity:1;stroke-width:4.00091;stroke-linecap:round;stroke-linejoin:round" + id="path1077" /> + <path + d="m 42.053473,7.564949 a 13,15 0 0 1 11.226562,14.861328 v 10 h 2 v -9.921875 c 4.9e-5,-0.02213 4.9e-5,-0.04427 0,-0.06641 v -0.01172 C 55.27409,14.741205 49.492729,8.426084 42.053473,7.564949 Z" + style="fill:#c8c8c8;fill-opacity:1;stroke-width:4.79009;stroke-linecap:round;stroke-linejoin:round" + id="path1091" /> + <rect + y="32.426277" + x="20.280035" + height="35" + width="40" + id="rect1043" + style="fill:#dec86e;fill-opacity:1;stroke-width:4.28319;stroke-linecap:round;stroke-linejoin:round" /> + <rect + style="fill:#eec944;fill-opacity:1;stroke-width:2.14159;stroke-linecap:round;stroke-linejoin:round" + id="rect1111" + width="10" + height="35" + x="50.280033" + y="32.426277" /> + <g + transform="matrix(0.48081496,0,0,0.48081496,20.85374,19.282869)" + id="g1688"> + <g + transform="translate(0.00257131,27.33866)" + id="g1725"> + <path + transform="translate(0.280035,-2.562039)" + d="M 39.824219,9.9472656 A 30.00131,25.067757 0 0 0 9.9257812,35.015625 30.00131,25.067757 0 0 0 29.083984,58.388672 C 36.259269,63.521665 49.940898,69.985388 70.320312,69.927734 66.020996,68.36942 55.408025,62.847471 51.490234,58.146484 a 30.00131,25.067757 0 0 0 18.4375,-23.130859 30.00131,25.067757 0 0 0 -30,-25.0683594 30.00131,25.067757 0 0 0 -0.103515,0 z" + style="fill:#ffffff;fill-opacity:1;stroke:#202020;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="path844" /> + <path + d="m 22.640625,27.820312 0.199219,10.320313 h 1.519531 L 24.599609,27.820312 Z M 54.359375,28 54,29.539062 c 1.173333,0.106667 2.060156,0.353568 2.660156,0.740235 0.6,0.373333 0.900391,0.867135 0.900391,1.480469 0,0.6 -0.386823,1.25427 -1.160156,1.960937 -0.28,0.266667 -0.559844,0.546511 -0.839844,0.839844 -0.773333,0.786667 -1.160156,1.733177 -1.160156,2.839844 0,0.173333 0.01239,0.539609 0.03906,1.099609 h 1.541016 l 0.03906,-1.179688 C 56.099531,36.413646 56.492552,35.64 [...] + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;font-family:Rambla;-inkscape-font-specification:Rambla;text-align:center;text-anchor:middle;fill:#202020;fill-opacity:1" + id="path882" + transform="translate(0.280035,-2.562039)" /> + </g> + </g> + <rect + y="32.437962" + x="50.280033" + height="35" + width="10" + id="rect1111-2" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:20.8333px;font-family:Syncopate;-inkscape-font-specification:Syncopate;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect878);fill:#000000;fill-opacity:0.12041;stroke:none;stroke-width:2.14159;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" /> + <path + sodipodi:nodetypes="czcc" + id="path1107" + d="m 20.280035,67.426277 c 0,0 0,-2 20,-2 20,0 20,2 20,2 z" + style="fill:#a28a25;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" /> + <path + style="fill:#efe3b5;fill-opacity:1;stroke-width:4;stroke-linecap:round;stroke-linejoin:round" + d="m 20.280035,32.426277 c 0,0 0,2 20,2 20,0 20,-2 20,-2 z" + id="path1109" + sodipodi:nodetypes="czcc" /> + </g> + </g> +</svg> diff --git a/data/elementary/themes/img/lang.svg b/data/elementary/themes/img/lang.svg new file mode 100644 index 0000000000..22d316daa2 --- /dev/null +++ b/data/elementary/themes/img/lang.svg @@ -0,0 +1,141 @@ +<?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/lang-040.png" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="lang.svg" + viewBox="0 0 80 80" + height="80" + width="80" + id="svg2" + version="1.1"> + <metadata + id="metadata8"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs6"> + <rect + id="rect878" + height="30" + width="40" + y="20" + x="20" /> + <rect + id="rect872" + height="30" + width="40" + y="50" + x="20" /> + <rect + id="rect864" + height="30" + width="40" + y="20" + x="20" /> + <rect + id="rect858" + height="30" + width="40" + y="20" + x="20" /> + <rect + id="rect852" + height="30" + width="40" + y="20" + x="20" /> + </defs> + <sodipodi:namedview + inkscape:snap-nodes="true" + inkscape:snap-others="false" + inkscape:bbox-nodes="true" + inkscape:snap-bbox="true" + showguides="false" + inkscape:current-layer="text876" + inkscape:window-maximized="1" + inkscape:window-y="0" + inkscape:window-x="0" + inkscape:cy="40.240385" + inkscape:cx="40" + inkscape:zoom="10.4" + showgrid="true" + id="namedview4" + inkscape:window-height="1017" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#404040" + inkscape:document-rotation="0"> + <inkscape:grid + id="grid837" + type="xygrid" /> + </sodipodi:namedview> + <g + id="g10" + inkscape:label="Image" + inkscape:groupmode="layer"> + <path + d="M 39.824219 9.9472656 A 30.00131 25.067757 0 0 0 9.9257812 35.015625 A 30.00131 25.067757 0 0 0 29.083984 58.388672 C 36.259269 63.521665 49.940898 69.985388 70.320312 69.927734 C 66.020996 68.36942 55.408025 62.847471 51.490234 58.146484 A 30.00131 25.067757 0 0 0 69.927734 35.015625 A 30.00131 25.067757 0 0 0 39.927734 9.9472656 A 30.00131 25.067757 0 0 0 39.824219 9.9472656 z " + style="fill:#ffffff;stroke-linecap:round;stroke-linejoin:round;fill-opacity:1;stroke:#202020;stroke-opacity:1;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none" + id="path844" /> + <text + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:24px;line-height:120px;font-family:Quicksand;-inkscape-font-specification:Quicksand;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect852);fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + id="text850" + xml:space="preserve" /> + <text + style="font-style:normal;font-weight:normal;font-size:28px;line-height:140px;font-family:Sans;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect858);fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + id="text856" + xml:space="preserve"><tspan + style="visibility:hidden" + x="20" + y="127.27344"><tspan + dx="0 28 28 26.605469 17.814453 26.605469 23.460938 23.460938 23.460938 17.814453 17.814453 17.814453" + style="font-size:28px">@@%$%^^^4445</tspan></tspan></text> + <text + style="font-style:normal;font-weight:normal;font-size:24px;line-height:120px;font-family:Sans;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect864);fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;" + id="text862" + xml:space="preserve"><tspan + style="visibility:hidden" + x="20" + y="117.27344"><tspan + dx="0 17.814453 17.814453 28" + style="font-size:28px">22@!</tspan></tspan></text> + <text + style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Sans;font-style:normal;font-weight:normal;font-size:5px;line-height:25px;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect872);" + id="text870" + xml:space="preserve" /> + <g + transform="translate(-0.280035,2.562039)" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:20.8333px;font-family:Syncopate;-inkscape-font-specification:Syncopate;letter-spacing:0px;word-spacing:0px;white-space:pre;shape-inside:url(#rect878);fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + id="text876" + aria-label="!@#?"> + <path + transform="translate(0.280035,-2.562039)" + d="M 22.640625 27.820312 L 22.839844 38.140625 L 24.359375 38.140625 L 24.599609 27.820312 L 22.640625 27.820312 z M 54.359375 28 L 54 29.539062 C 55.173333 29.645729 56.060156 29.89263 56.660156 30.279297 C 57.260156 30.65263 57.560547 31.146432 57.560547 31.759766 C 57.560547 32.359766 57.173724 33.014036 56.400391 33.720703 C 56.120391 33.98737 55.840547 34.267214 55.560547 34.560547 C 54.787214 35.347214 54.400391 36.293724 54.400391 37.400391 C 54.400391 37.573724 54.412786 [...] + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;font-family:Rambla;-inkscape-font-specification:Rambla;text-align:center;text-anchor:middle;fill:#202020;fill-opacity:1" + id="path882" /> + </g> + </g> +</svg> --