summaryrefslogtreecommitdiff
path: root/icon-themes/colibre_svg/cmd/lc_hangingindent.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_hangingindent.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_hangingindent.svg')
-rw-r--r--icon-themes/colibre_svg/cmd/lc_hangingindent.svg27
1 files changed, 26 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/cmd/lc_hangingindent.svg b/icon-themes/colibre_svg/cmd/lc_hangingindent.svg
index e70925f12fe0..257c4246cd81 100644
--- a/icon-themes/colibre_svg/cmd/lc_hangingindent.svg
+++ b/icon-themes/colibre_svg/cmd/lc_hangingindent.svg
@@ -1 +1,26 @@
-<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5.4980469 6.9960938c-.127809 0-.2555807.048549-.3535157.1464843-.1958679.195869-.1958679.5131154 0 .7089844l3.1484376 3.1484375h-6.7929688c-.277 0-.5.223-.5.5s.223.5.5.5h6.7929688l-3.1484376 3.148438c-.195868.195868-.1958679.513115 0 .708984.097935.09793.2257067.146484.3535157.146484.127808 0 .2575387-.04855.3554687-.146484l4-4.003906c.047015-.047013.084075-.103236.109375-.166016.02334-.057904.0371094-.12105.0371094-.1875s-.013769-.129596-.037109-.1875c-.0253-.06278-.06236-.119003-.109375-.166016l-4-4.0039059c-.0979304-.09793-.2276611-.1464844-.3554691-.1464843z" fill="#1e8bcd"/><g fill="#3a3a38" transform="matrix(-1 0 0 1 2 0)"><rect height="1" ry=".5" width="19" x="-21" y="1"/><rect height="1" ry=".436441" width="11" x="-21" y="21"/><rect height="1" ry=".5" width="11" x="-21" y="16"/><rect height="1" ry=".5" width="11" x="-21" y="6"/><rect height="1" ry=".5" width="11" x="-21" y="11"/></g></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 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"
+ fill="none"
+ stroke="#1e8bcd"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ />
+</svg>