diff options
| author | andreas kainz <kainz.a@gmail.com> | 2020-11-20 14:26:17 +0100 |
|---|---|---|
| committer | Andreas Kainz <kainz.a@gmail.com> | 2020-11-20 21:46:25 +0100 |
| commit | e414ea3514e4014893e553911e7f53a9885ef1d9 (patch) | |
| tree | 04d64305f95ae29c06f8c4bf809fd44c166d2ab7 /icon-themes/colibre_svg/cmd/lc_behindobject.svg | |
| parent | e667c43e52491ca3547db08f3a6cd8d90e9419ec (diff) | |
Colibre icon theme css support
Change-Id: If973e8e4511fd538ccc8da0a97098f45572e2407
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106262
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'icon-themes/colibre_svg/cmd/lc_behindobject.svg')
| -rw-r--r-- | icon-themes/colibre_svg/cmd/lc_behindobject.svg | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/cmd/lc_behindobject.svg b/icon-themes/colibre_svg/cmd/lc_behindobject.svg index fb6284b1a6cf..15fb5243bab4 100644 --- a/icon-themes/colibre_svg/cmd/lc_behindobject.svg +++ b/icon-themes/colibre_svg/cmd/lc_behindobject.svg @@ -1 +1,19 @@ -<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m2.9492188 12c-.5263 0-.9492188.422919-.9492188.949219v8.101562c0 .5263.4229188.949219.9492188.949219h10.1015622c.5263 0 .949219-.422919.949219-.949219v-8.101562c0-.5263-.422919-.949219-.949219-.949219zm.0507812 1h10v8h-10z" fill="#3a3a38"/><path d="m3 13v8h10v-8z" fill="#fafafa"/><path d="m13.5 2a8.5 8.5 0 0 0 -8.5 8.5 8.5 8.5 0 0 0 .0175781.5h9.0332029c.5263 0 .949219.422919.949219.949219v6.916015a8.5 8.5 0 0 0 7-8.365234 8.5 8.5 0 0 0 -8.5-8.5z" fill="#ed8733"/><path d="m13.5 3a7.5 7.5 0 0 0 -7.5 7.5 7.5 7.5 0 0 0 .0175781.5h8.0332029c.5263 0 .949219.422919.949219.949219v5.890625a7.5 7.5 0 0 0 6-7.339844 7.5 7.5 0 0 0 -7.5-7.5z" fill="#f8db8f"/></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--highlight-color-2" + d="m 21.5,10.5 a 8,8 0 0 1 -8,8 8,8 0 0 1 -8,-8 8,8 0 0 1 8,-8 8,8 0 0 1 8,8 z" + fill="#f8db8f" + stroke="#ed8733" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + class="icn icn--area-color" + d="m 2.5,11.5 v 10 h 12 v -10 z" + fill="#fafafa" + stroke="#3a3a38" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |
