summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg/cmd/lc_watermark.svg
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-11-22 12:07:39 +0100
committerAndreas Kainz <kainz.a@gmail.com>2020-11-22 13:28:02 +0100
commit52358027763b0a5d60aad1e264a2992d54f30a6c (patch)
treecf3c7bf9b1dfb055c4d55a4ae5f67326ebaece87 /icon-themes/colibre_svg/cmd/lc_watermark.svg
parent02195a17e88f668fce79937719215c6f5c318245 (diff)
Colibre icon theme css support
Change-Id: I957980739ba667574a07ea94655bf7d2220571db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106343 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'icon-themes/colibre_svg/cmd/lc_watermark.svg')
-rw-r--r--icon-themes/colibre_svg/cmd/lc_watermark.svg33
1 files changed, 14 insertions, 19 deletions
diff --git a/icon-themes/colibre_svg/cmd/lc_watermark.svg b/icon-themes/colibre_svg/cmd/lc_watermark.svg
index 0cb9f15809e7..28b735b085f7 100644
--- a/icon-themes/colibre_svg/cmd/lc_watermark.svg
+++ b/icon-themes/colibre_svg/cmd/lc_watermark.svg
@@ -1,27 +1,22 @@
<?xml-stylesheet type="text/css" href="icons.css" ?>
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
- <path
+ <g id="background"
class="icn icn--area-color"
- d="m 4.5,21.5 h 15 V 7 L 15,2.5 H 4.5 Z"
fill="#fafafa"
- stroke="#3a3a38"
- stroke-linecap="round"
- stroke-linejoin="round"
- />
- <path
- class="icn icn--area-color"
- d="m 14.5,7.5 h 5 V 7 L 15,2.5 h -0.5 z"
- fill="#fafafa"
- stroke="#3a3a38"
- stroke-linecap="round"
- stroke-linejoin="round"
- />
- <path
- class="icn icn--highlight-color-2-line"
- d="m 7,10.5 2.2418004,8 L 12,10.5 14.741898,18.5 17,10.5"
- fill="none"
+ stroke="#3a3a38"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ >
+ <path d="m 4.5,21.5 h 15 V 7 L 15,2.5 H 4.5 Z" />
+ <path d="m 14.5,7.5 h 5 V 7 L 15,2.5 h -0.5 z" />
+ </g>
+ <g id="symbol"
+ class="icn icn--highlight-color-2-line"
+ fill="none"
stroke="#ed8733"
stroke-linecap="round"
stroke-linejoin="round"
- />
+ >
+ <path d="m 7,10.5 2.25,8 L 12,10.5 14.75,18.5 17,10.5" />
+ </g>
</svg>