diff options
| author | andreas kainz <kainz.a@gmail.com> | 2020-11-21 20:58:20 +0100 |
|---|---|---|
| committer | Andreas Kainz <kainz.a@gmail.com> | 2020-11-22 11:02:00 +0100 |
| commit | 207dd52fc8844a60ff98d2c37c2d09086d0cd73e (patch) | |
| tree | 715b0de2f08b712b4d6261740063f09a50db22a3 /icon-themes/colibre_svg/cmd/lc_newdoc.svg | |
| parent | db9e6d0788aec2090385861f8e54e2b1855df87d (diff) | |
Colibre icon theme css support
Change-Id: Ifaedb338c5ea6b83c7a6bdc2fbf41d7295bcde91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106326
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'icon-themes/colibre_svg/cmd/lc_newdoc.svg')
| -rw-r--r-- | icon-themes/colibre_svg/cmd/lc_newdoc.svg | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/icon-themes/colibre_svg/cmd/lc_newdoc.svg b/icon-themes/colibre_svg/cmd/lc_newdoc.svg index fc096555a758..2996eb0cdab9 100644 --- a/icon-themes/colibre_svg/cmd/lc_newdoc.svg +++ b/icon-themes/colibre_svg/cmd/lc_newdoc.svg @@ -1 +1,19 @@ -<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m5 3v18h14v-14.2705905l-4-3.7294095z" fill="#fafafa"/><path d="m5 2c-.554 0-1 .446-1 1v18c0 .554.446 1 1 1h14c.554 0 1-.446 1-1v-10.109375-3.6412209-.2079239c0-.4506799.09887-.4265951-.604637-1.0675892l-3.307389-3.2370335c-.709525-.7368575-.711223-.7368575-1.094804-.7368575h-.331557-.661613zm0 1h9v4c0 .554.446 1 1 1h4v13h-14z" fill="#3a3a38"/><path d="m15 7h4l-4-4z" fill="#fafafa" fill-rule="evenodd"/></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--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" + /> +</svg> |
