diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-02-19 00:46:17 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-02-19 09:07:57 +0100 |
commit | afc337131439fdc265706ccf27ef8b5e86f824d0 (patch) | |
tree | 49b32fab363dafd301de70d68c3ea2484913bd7c /icon-themes/sifr_svg/wizards | |
parent | 993b8a6667fb0ca58ec1145cc1f9529c34f3266c (diff) |
Sifr icon theme update
Change-Id: I83ed6787b15245d11223cc054608b83f68647d9a
Reviewed-on: https://gerrit.libreoffice.org/67993
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'icon-themes/sifr_svg/wizards')
-rw-r--r-- | icon-themes/sifr_svg/wizards/res/landscape_32.svg | 6 | ||||
-rw-r--r-- | icon-themes/sifr_svg/wizards/res/portrait_32.svg | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/icon-themes/sifr_svg/wizards/res/landscape_32.svg b/icon-themes/sifr_svg/wizards/res/landscape_32.svg new file mode 100644 index 000000000000..17bbfabcc592 --- /dev/null +++ b/icon-themes/sifr_svg/wizards/res/landscape_32.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <path + style="fill:#555753" + d="m 30,25 c 0,1.108 -0.892,2 -2,2 H 4 C 2.892,27 2,26.108 2,25 V 7 C 2,5.892 2.892,5 4,5 h 18 c 2,0 8,4 8,8 z m -2,0 V 13 H 21 V 7 H 4 v 18 z" + /> +</svg> diff --git a/icon-themes/sifr_svg/wizards/res/portrait_32.svg b/icon-themes/sifr_svg/wizards/res/portrait_32.svg new file mode 100644 index 000000000000..e7281feaab4c --- /dev/null +++ b/icon-themes/sifr_svg/wizards/res/portrait_32.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <path + style="fill:#555753" + d="M 7,2 C 5.892,2 5,2.892 5,4 v 24 c 0,1.108 0.892,2 2,2 h 18 c 1.108,0 2,-0.892 2,-2 V 10 C 27,8 23,2 19,2 Z m 0,2 h 12 v 7 h 6 V 28 H 7 Z" + /> +</svg> |