diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-04-29 14:33:39 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-04-29 21:41:21 +0200 |
commit | 0629d0f8edbf5000455c6aa66181990136f05d7e (patch) | |
tree | 86d6b324af66b9a426285dd3bdc34593cbbaaf33 /icon-themes/sifr/sfx2/res/symphony | |
parent | 20b4a6312074ec35f7b828962b0d2a0b80e48974 (diff) |
Icon Theme update open_more icon to have three dots
Change-Id: If48a34c4cb2d5b8712ab5ed408155e1902014733
Reviewed-on: https://gerrit.libreoffice.org/71527
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'icon-themes/sifr/sfx2/res/symphony')
-rw-r--r-- | icon-themes/sifr/sfx2/res/symphony/open_more.png | bin | 177 -> 174 bytes | |||
-rw-r--r-- | icon-themes/sifr/sfx2/res/symphony/open_more.svg | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/icon-themes/sifr/sfx2/res/symphony/open_more.png b/icon-themes/sifr/sfx2/res/symphony/open_more.png Binary files differindex 9cd0044dc432..62a82c95951d 100644 --- a/icon-themes/sifr/sfx2/res/symphony/open_more.png +++ b/icon-themes/sifr/sfx2/res/symphony/open_more.png diff --git a/icon-themes/sifr/sfx2/res/symphony/open_more.svg b/icon-themes/sifr/sfx2/res/symphony/open_more.svg new file mode 100644 index 000000000000..6b81cf66a70b --- /dev/null +++ b/icon-themes/sifr/sfx2/res/symphony/open_more.svg @@ -0,0 +1,6 @@ +<svg viewBox="0 0 14 16" xmlns="http://www.w3.org/2000/svg"> + <path + style="fill:#555753" + d="M 5 1 L 5 4 L 9 4 L 9 1 L 5 1 z M 5 6 L 5 9 L 9 9 L 9 6 L 5 6 z M 5 11 L 5 14 L 9 14 L 9 11 L 5 11 z " + /> +</svg> |