diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2019-11-13 18:37:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-13 18:37:23 +0100 |
commit | 31b336ecbe105f571183e8b3b9310677db67e50b (patch) | |
tree | 565a6db26e0e7e2c53f11eeee28f705dc44e47e9 /core/img | |
parent | 634812ca1ec3c92bcd36aab546dcddb18ca90554 (diff) | |
download | nextcloud-server-31b336ecbe105f571183e8b3b9310677db67e50b.tar.gz nextcloud-server-31b336ecbe105f571183e8b3b9310677db67e50b.zip |
Revert "Remove unneeded more-white icon"
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/more-white.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/img/actions/more-white.svg b/core/img/actions/more-white.svg new file mode 100644 index 00000000000..bed27ebf9e5 --- /dev/null +++ b/core/img/actions/more-white.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path d="M3 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm5 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm5 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z" fill="#fff"/></svg> |