summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-11-20 14:26:17 +0100
committerAndreas Kainz <kainz.a@gmail.com>2020-11-20 21:46:25 +0100
commite414ea3514e4014893e553911e7f53a9885ef1d9 (patch)
tree04d64305f95ae29c06f8c4bf809fd44c166d2ab7 /icon-themes/colibre_svg/cmd/lc_wrapthrough.svg
parente667c43e52491ca3547db08f3a6cd8d90e9419ec (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_wrapthrough.svg')
-rw-r--r--icon-themes/colibre_svg/cmd/lc_wrapthrough.svg19
1 files changed, 18 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg b/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg
index 3791093e250d..fd60d3a64c4d 100644
--- a/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg
+++ b/icon-themes/colibre_svg/cmd/lc_wrapthrough.svg
@@ -1 +1,18 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect fill="#3a3a38" height="1" ry=".446068" width="20" x="2" y="3"/><g fill="#3a3a38"><rect height="1" ry=".446068" width="20" x="2" y="6"/><rect height="1" ry=".446068" width="20" x="2" y="21"/><rect height="1" ry=".446068" width="20" x="2" y="12"/><rect height="1" ry=".446068" width="20" x="2" y="18"/><rect height="1" ry=".446068" width="20" x="2" y="9"/><rect height="1" ry=".446068" width="20" x="2" y="15"/></g><path d="m7 8h10v9h-10z" fill="#0063b1"/><path d="m8 9h8v7h-8z" fill="#83beec"/></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--line-color"
+ d="M 2.5 3.5 L 21.5 3.5 L 2.5 3.5 z M 2.5 6.5 L 21.5 6.5 L 2.5 6.5 z M 2.5 9.5 L 21.5 9.5 L 2.5 9.5 z M 2.5 12.5 L 21.5 12.5 L 2.5 12.5 z M 2.5 15.5 L 21.5 15.5 L 2.5 15.5 z M 2.5 18.5 L 21.5 18.5 L 2.5 18.5 z M 2.5 21.5 L 21.5 21.5 L 2.5 21.5 z "
+ stroke="#3a3a38"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+ <path
+ class="icn icn--highlight-color"
+ d="m 7.5,8.5 h 9 v 8 h -9 z"
+ fill="#83beec"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>