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_sendtoback.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_sendtoback.svg')
| -rw-r--r-- | icon-themes/colibre_svg/cmd/lc_sendtoback.svg | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/cmd/lc_sendtoback.svg b/icon-themes/colibre_svg/cmd/lc_sendtoback.svg index 4ccc6f560d91..35e35a61a651 100644 --- a/icon-themes/colibre_svg/cmd/lc_sendtoback.svg +++ b/icon-themes/colibre_svg/cmd/lc_sendtoback.svg @@ -1 +1,27 @@ -<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m6.2539062 6c-.6948473 0-1.2539062.5590588-1.2539062 1.2539062v5.7460938h7c.554 0 1 .446 1 1v4h4.746094c.694847 0 1.253906-.559059 1.253906-1.253906v-5.746094h-7c-.554 0-1-.446-1-1v-4z" fill="#ed8733"/><path d="m2.9492188 14c-.5263 0-.9492188.422919-.9492188.949219v6.101562c0 .5263.4229188.949219.9492188.949219h8.1015622c.5263 0 .949219-.422919.949219-.949219v-6.101562c0-.5263-.422919-.949219-.949219-.949219zm.0507812 1h8v6h-8z" fill="#3a3a38"/><path d="m3 15v6h8v-6z" fill="#fafafa"/><path d="m12.949219 2c-.5263 0-.949219.422919-.949219.949219v6.101562c0 .5263.422919.949219.949219.949219h8.101562c.5263 0 .949219-.422919.949219-.949219v-6.101562c0-.5263-.422919-.949219-.949219-.949219zm.050781 1h8v6h-8z" fill="#3a3a38"/><path d="m13 3v6h8v-6z" fill="#fafafa"/><path d="m6 7v6h6c.554 0 1 .446 1 1v3h5v-6h-6c-.554 0-1-.446-1-1v-3z" 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 5.5,6.5 v 11 h 13 v -11 z" + fill="#f8db8f" + stroke="#ed8733" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + class="icn icn--area-color" + d="m 2.5,14.5 v 7 h 9 v -7 z" + fill="#fafafa" + stroke="#3a3a38" + stroke-linecap="round" + stroke-linejoin="round" + /> + <path + class="icn icn--area-color" + d="m 12.5,2.5 v 7 h 9 v -7 z" + fill="#fafafa" + stroke="#3a3a38" + stroke-linecap="round" + stroke-linejoin="round" + /> +</svg> |
