diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-11-05 15:27:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-05 15:27:14 +0100 |
commit | 5c0ad24a6830189a36b5538ee02738a57e067637 (patch) | |
tree | c1bd4425418e6a4185099a7c8919b92510a52a9c | |
parent | c139caa7dbb8976c9616139789631f36b2318c36 (diff) | |
parent | 9ef107d23319c1b2d6a8a0af7765ec12d693ccb2 (diff) | |
download | nextcloud-server-5c0ad24a6830189a36b5538ee02738a57e067637.tar.gz nextcloud-server-5c0ad24a6830189a36b5538ee02738a57e067637.zip |
Merge pull request #17806 from nextcloud/design/icon-more-white
Remove unneeded more-white icon
-rw-r--r-- | core/img/actions/more-white.svg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/img/actions/more-white.svg b/core/img/actions/more-white.svg deleted file mode 100644 index bed27ebf9e5..00000000000 --- a/core/img/actions/more-white.svg +++ /dev/null @@ -1 +0,0 @@ -<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> |