diff options
| author | andreas kainz <kainz.a@gmail.com> | 2020-11-03 10:01:08 +0100 |
|---|---|---|
| committer | Andreas Kainz <kainz.a@gmail.com> | 2020-11-03 14:52:53 +0100 |
| commit | 713d8ef5eacb872809d392037758718ccc0d02ff (patch) | |
| tree | 03e1e602dd87eaf14474d6710580991c1d980e56 /icon-themes/colibre_svg/cmd/lc_symbolshapes.moon.svg | |
| parent | 32f4186ff10bbd04b17ba806022a5fdab2f6d277 (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.moon.svg')
| -rw-r--r-- | icon-themes/colibre_svg/cmd/lc_symbolshapes.moon.svg | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/cmd/lc_symbolshapes.moon.svg b/icon-themes/colibre_svg/cmd/lc_symbolshapes.moon.svg index d99355f69b44..d92daf5ec1c6 100644 --- a/icon-themes/colibre_svg/cmd/lc_symbolshapes.moon.svg +++ b/icon-themes/colibre_svg/cmd/lc_symbolshapes.moon.svg @@ -1 +1,11 @@ -<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m6.505198 2.5058548c2.5945262.4880066 4.994802 4.5591556 4.994802 9.4941452 0 4.93499-2.4002758 9.0059-4.994802 9.494145 5.43683-.255679 10.988938-4.357626 10.988938-9.456913 0-5.0992868-5.552108-9.2759363-10.988938-9.5313772z" fill="#fafafa" stroke="#3a3a38" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.01171"/></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="m6.505198 2.5058548c2.5945262.4880066 4.994802 4.5591556 4.994802 9.4941452 0 4.93499-2.4002758 9.0059-4.994802 9.494145 5.43683-.255679 10.988938-4.357626 10.988938-9.456913 0-5.0992868-5.552108-9.2759363-10.988938-9.5313772z"
+ fill="#fafafa"
+ stroke="#3a3a38"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>
|
