summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg/cmd/lc_symbolshapes.svg
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-11-03 10:01:08 +0100
committerAndreas Kainz <kainz.a@gmail.com>2020-11-03 14:52:53 +0100
commit713d8ef5eacb872809d392037758718ccc0d02ff (patch)
tree03e1e602dd87eaf14474d6710580991c1d980e56 /icon-themes/colibre_svg/cmd/lc_symbolshapes.svg
parent32f4186ff10bbd04b17ba806022a5fdab2f6d277 (diff)
Colibre svg shape icons add css parameter
Change-Id: I132fc552720fca7c0ee138b8485a60913061e394 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105236 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'icon-themes/colibre_svg/cmd/lc_symbolshapes.svg')
-rw-r--r--icon-themes/colibre_svg/cmd/lc_symbolshapes.svg36
1 files changed, 35 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/cmd/lc_symbolshapes.svg b/icon-themes/colibre_svg/cmd/lc_symbolshapes.svg
index cb00ee5f502a..501f3100d04c 100644
--- a/icon-themes/colibre_svg/cmd/lc_symbolshapes.svg
+++ b/icon-themes/colibre_svg/cmd/lc_symbolshapes.svg
@@ -1 +1,35 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m12 2.5c-5.2467051 0-9.5 4.2532949-9.5 9.5 0 5.246705 4.2532949 9.5 9.5 9.5 5.246705 0 9.5-4.253295 9.5-9.5 0-5.2467051-4.253295-9.5-9.5-9.5z" fill="#fafafa" stroke="#3a3a38" stroke-linecap="round" stroke-linejoin="round"/><g fill="#3a3a38"><path d="m8.5 7a1.5 1.5 0 0 0 -1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0 -1.5-1.5zm0 1a.5.5 0 0 1 .5.5.5.5 0 0 1 -.5.5.5.5 0 0 1 -.5-.5.5.5 0 0 1 .5-.5z"/><path d="m15.5 7a1.5 1.5 0 0 0 -1.5 1.5 1.5 1.5 0 0 0 1.5 1.5 1.5 1.5 0 0 0 1.5-1.5 1.5 1.5 0 0 0 -1.5-1.5zm0 1a.5.5 0 0 1 .5.5.5.5 0 0 1 -.5.5.5.5 0 0 1 -.5-.5.5.5 0 0 1 .5-.5z"/><path d="m6 14a6 4 0 0 0 6 4 6 4 0 0 0 6-4h-1a5 3 0 0 1 -5 3 5 3 0 0 1 -5-3z"/></g></svg> \ No newline at end of file
+<?xml-stylesheet type="text/css" href="icons.css" ?>
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ class="icn icn--shape-color"
+ d="m12 2.5c-5.25 0-9.5 4.25-9.5 9.5 0 5.25 4.25 9.5 9.5 9.5 5.25 0 9.5-4.25 9.5-9.5 0-5.25-4.25-9.5-9.5-9.5z"
+ fill="#fafafa"
+ stroke="#3a3a38"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--shape-color"
+ d="m 15.5,7.4874999 c -0.5,0 -1,0.5 -1,1 0,0.56 0.45,1 1,1 0.5,0 1,-0.45 1,-1.0125 0,-0.5 -0.45,-1 -1,-1 z"
+ fill="#fafafa"
+ stroke="#3a3a38"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--shape-color"
+ d="m 6.5,14 c 0,5 11,5 11,0"
+ fill="#fafafa"
+ stroke="#3a3a38"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--shape-color"
+ d="m 8.5,7.5 c -0.56,0 -1,0.5 -1,1 0,0.56 0.45,1 1,1 0.56,0 1,-0.45 1,-1 C 9.5,7.95 9,7.5 8.5,7.5 Z"
+ fill="#fafafa"
+ stroke="#3a3a38"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>