diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-04-27 01:10:56 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-04-27 07:55:54 +0200 |
commit | e226571a5a29d55a867e70f7e03e482d1bdcc3d0 (patch) | |
tree | 952591005e3c7df97e54cc04532cd950c2c61c07 /icon-themes | |
parent | cae53cf14d59bc2fa6317c9493197804928d6e5e (diff) |
Colibre icon theme update
Change-Id: I511c5fb9c1c79a111b5686d43168b157e6fa4b02
Reviewed-on: https://gerrit.libreoffice.org/71403
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'icon-themes')
-rw-r--r-- | icon-themes/colibre/links.txt | 1 | ||||
-rw-r--r-- | icon-themes/colibre/sfx2/res/symphony/open_more.png | bin | 0 -> 177 bytes | |||
-rw-r--r-- | icon-themes/colibre_svg/sfx2/res/symphony/open_more.svg | 6 |
3 files changed, 6 insertions, 1 deletions
diff --git a/icon-themes/colibre/links.txt b/icon-themes/colibre/links.txt index 187e7f3c1b04..6fc8df867e41 100644 --- a/icon-themes/colibre/links.txt +++ b/icon-themes/colibre/links.txt @@ -1441,7 +1441,6 @@ sfx2/res/search.png cmd/sc_recsearch.png sfx2/res/select.png cmd/sc_ok.png sfx2/res/signet.png cmd/sc_signature.png -sfx2/res/symphony/open_more.png cmd/lc_controlproperties.png sfx2/res/symphony/sidebar-3d-large.png cmd/lc_cube.png sfx2/res/symphony/sidebar-3d-small.png cmd/sc_cube.png sfx2/res/symphony/sidebar-animation-large.png cmd/lc_animationobjects.png diff --git a/icon-themes/colibre/sfx2/res/symphony/open_more.png b/icon-themes/colibre/sfx2/res/symphony/open_more.png Binary files differnew file mode 100644 index 000000000000..dfb7b65b25bb --- /dev/null +++ b/icon-themes/colibre/sfx2/res/symphony/open_more.png diff --git a/icon-themes/colibre_svg/sfx2/res/symphony/open_more.svg b/icon-themes/colibre_svg/sfx2/res/symphony/open_more.svg new file mode 100644 index 000000000000..29876fdd8a5a --- /dev/null +++ b/icon-themes/colibre_svg/sfx2/res/symphony/open_more.svg @@ -0,0 +1,6 @@ +<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <path + style="fill:#5f5f5f" + d="M 8 2 A 1 1 0 0 0 7 3 A 1 1 0 0 0 8 4 A 1 1 0 0 0 9 3 A 1 1 0 0 0 8 2 z M 8 7 A 1 1 0 0 0 7 8 A 1 1 0 0 0 8 9 A 1 1 0 0 0 9 8 A 1 1 0 0 0 8 7 z M 8 12 A 1 1 0 0 0 7 13 A 1 1 0 0 0 8 14 A 1 1 0 0 0 9 13 A 1 1 0 0 0 8 12 z " + /> +</svg> |