diff options
author | andreas kainz <kainz.a@gmail.com> | 2017-05-21 23:39:53 +0200 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-05-23 01:07:59 +0200 |
commit | d1dd962e8e11360086cd2822bf00bb9f6f7e51ba (patch) | |
tree | 6a25f772215af55038f98e6ffb828218a328c8a9 /icon-themes | |
parent | 6d08f417657741cfe8c1443e29fc2174ad4bf115 (diff) |
add blue arrow to lc_smallcaps breeze icon
Change-Id: Ib7a55e884552f4d54a823850f85171ef1c501e49
Reviewed-on: https://gerrit.libreoffice.org/37886
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Johnny_M <klasse@partyheld.de>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'icon-themes')
-rw-r--r-- | icon-themes/breeze_svg/cmd/lc_smallcaps.svg | 70 |
1 files changed, 64 insertions, 6 deletions
diff --git a/icon-themes/breeze_svg/cmd/lc_smallcaps.svg b/icon-themes/breeze_svg/cmd/lc_smallcaps.svg index 9e27e07a597d..619b35549a33 100644 --- a/icon-themes/breeze_svg/cmd/lc_smallcaps.svg +++ b/icon-themes/breeze_svg/cmd/lc_smallcaps.svg @@ -1,8 +1,66 @@ -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> - <path style="fill:#4d4d4d;fill-opacity:1;stroke:none" +<?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" + viewBox="0 0 24 24" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="lc_smallcaps.svg"> + <metadata + id="metadata12"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs10" /> + <sodipodi:namedview + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + objecttolerance="10" + gridtolerance="10" + guidetolerance="10" + inkscape:pageopacity="0" + inkscape:pageshadow="2" + inkscape:window-width="2560" + inkscape:window-height="1375" + id="namedview8" + showgrid="true" + inkscape:object-nodes="true" + inkscape:zoom="19.666667" + inkscape:cx="16.385132" + inkscape:cy="5.2037619" + inkscape:window-x="0" + inkscape:window-y="36" + inkscape:window-maximized="1" + inkscape:current-layer="svg2"> + <inkscape:grid + type="xygrid" + id="grid4169" /> + </sodipodi:namedview> + <path + style="fill:#4d4d4d;fill-opacity:1;stroke:none" d="M 6.2089844 8 L 3.3671875 16.222656 L 3.2617188 16.572266 L 2 20 L 3.4199219 20 L 4.8144531 16.197266 L 9.4707031 16.197266 L 10.865234 20 L 12.285156 20 L 11.023438 16.572266 L 10.917969 16.222656 L 8.0761719 8 L 7.8925781 8 L 6.3925781 8 L 6.2089844 8 z M 7.15625 9.6601562 L 8.9902344 15 L 5.2949219 15 L 7.15625 9.6601562 z M 13 11 L 13 20 L 14 20 L 19.5 20 A 2.4999914 2.4999914 0 0 0 22 17.5 A 2.4999914 2.4999914 0 0 0 20.367188 15.158203 A 2.5 2.5 0 0 0 21 13.5 A 2.5 2.5 0 0 0 18.5 11 L 14 11 L 13 11 z M 14 12 L 18.5 12 A 1.5 1.5 0 0 1 20 13.5 A 1.5 1.5 0 0 1 18.5 15 L 14 15 L 14 12 z M 14 16 L 19.5 16 A 1.5 1.5 0 0 1 21 17.5 A 1.5 1.5 0 0 1 19.5 19 L 14 19 L 14 16 z " - /> - <path - style="color:#3daee9;fill:currentColor;fill-opacity:1;stroke:none" - d="m 13,1036.3623 6,0 -3,-4 z" /> + id="path4" /> + <path + style="color:#3daee9;fill:currentColor;fill-opacity:1;stroke:none" + d="m 13,1036.3623 6,0 -3,-4 z" + id="path6" /> + <path + inkscape:connector-curvature="0" + style="color:#3daee9;fill:currentColor;fill-opacity:1;stroke:none" + d="M 17,3 14,7 20,7 17,3 Z" + id="path4155" /> </svg> |