diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-09-21 15:25:14 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-09-21 15:25:14 +0200 |
commit | 76ad7e0becc12df1f678cce9850d213ce5593466 (patch) | |
tree | e30507822fbeaff0ae2b5731923655b059aa8867 /core/img | |
parent | f383b2a3c379a94aa44b80720440c5dab161c964 (diff) | |
download | nextcloud-server-76ad7e0becc12df1f678cce9850d213ce5593466.tar.gz nextcloud-server-76ad7e0becc12df1f678cce9850d213ce5593466.zip |
add icon-more-white
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/more-white.svg | 5 |
1 files changed, 5 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..b0bd1f2ec64 --- /dev/null +++ b/core/img/actions/more-white.svg @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0"> + <rect style="color:#000000" fill-opacity="0" height="97.986" width="163.31" y="-32.993" x="-62.897"/> + <path d="m3 6c-1.1046 0-2 0.8954-2 2s0.8954 2 2 2 2-0.8954 2-2-0.8954-2-2-2zm5 0c-1.1046 0-2 0.8954-2 2s0.8954 2 2 2 2-0.8954 2-2-0.8954-2-2-2zm5 0c-1.105 0-2 0.8954-2 2s0.895 2 2 2 2-0.8954 2-2-0.895-2-2-2z" fill-rule="evenodd" fill="#fff"/> +</svg> |