diff options
| author | andreas kainz <kainz.a@gmail.com> | 2020-11-22 19:00:43 +0100 |
|---|---|---|
| committer | Andreas Kainz <kainz.a@gmail.com> | 2020-11-23 06:21:00 +0100 |
| commit | e4e88a402cd43a5553ae364c74a01e3f0e462473 (patch) | |
| tree | 6cf7dafc5c24d11f198c2bcd7437e9258c2d2f40 /icon-themes/colibre_svg/cmd/lc_hangingindent.svg | |
| parent | 82941ee8f9c22aaeff982cfb6dcdeb83add3bf37 (diff) | |
Colibre icon theme css support
Change-Id: I0f949f4251f1d2cfc39298f3c137df8da9067655
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106358
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'icon-themes/colibre_svg/cmd/lc_hangingindent.svg')
| -rw-r--r-- | icon-themes/colibre_svg/cmd/lc_hangingindent.svg | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/icon-themes/colibre_svg/cmd/lc_hangingindent.svg b/icon-themes/colibre_svg/cmd/lc_hangingindent.svg index 257c4246cd81..2374cb76d279 100644 --- a/icon-themes/colibre_svg/cmd/lc_hangingindent.svg +++ b/icon-themes/colibre_svg/cmd/lc_hangingindent.svg @@ -1,26 +1,22 @@ <?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--line-color" - d="m 4.5,1.5 h 18 z m 8,5 h 10 z m 0,5 h 10 z m 0,5 h 10 z m 0,5 h 10 z" - stroke="#3a3a38" - stroke-linecap="round" - stroke-linejoin="round" - /> - <path - class="icn icn--highlight-color-line" - d="m 5.5,7.5 4,4 -4,4" - fill="none" - stroke="#1e8bcd" - stroke-linecap="round" - stroke-linejoin="round" - /> - <path - class="icn icn--highlight-color-line" - d="m 1.5,11.5 h 8" + <g id="background" + class="icn icn--line-color" fill="none" + stroke="#3a3a38" + stroke-linecap="round" + stroke-linejoin="round" + > + <path d="m 4.5,1.5 h 18 z m 8,5 h 10 z m 0,5 h 10 z m 0,5 h 10 z m 0,5 h 10 z" /> + </g> + <g id="symbol" + class="icn icn--highlight-color-line" + fill="none" stroke="#1e8bcd" stroke-linecap="round" stroke-linejoin="round" - /> + > + <path d="m 5.5,7.5 4,4 -4,4" /> + <path d="m 1.5,11.5 h 8" /> + </g> </svg> |
