summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg/cmd/lc_flowchartshapes.flowchart-document.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_flowchartshapes.flowchart-document.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_flowchartshapes.flowchart-document.svg')
-rw-r--r--icon-themes/colibre_svg/cmd/lc_flowchartshapes.flowchart-document.svg12
1 files changed, 11 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/cmd/lc_flowchartshapes.flowchart-document.svg b/icon-themes/colibre_svg/cmd/lc_flowchartshapes.flowchart-document.svg
index 33bd535f7da8..583cad7137f3 100644
--- a/icon-themes/colibre_svg/cmd/lc_flowchartshapes.flowchart-document.svg
+++ b/icon-themes/colibre_svg/cmd/lc_flowchartshapes.flowchart-document.svg
@@ -1 +1,11 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m3.5 2.5v16c3.8293066 4.018135 6.612612 3.143306 10.416016.464844 2.752344-1.605506 4.484829-2.222313 6.583984-2.464844v-12.7324219-1.2675781z" fill="#fafafa" stroke="#3a3a38" stroke-linecap="round" stroke-linejoin="round"/></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="m3.5 2.5v16c3.8 4.0 6.6 3.1 10.4.47 2.75-1.6 4.5-2.2 6.6-2.47v-12.7-1.2675781z"
+ fill="#fafafa"
+ stroke="#3a3a38"
+ stroke-linecap="round"
+ stroke-linejoin="miter"
+ />
+</svg>