diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-16 17:59:48 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-16 17:59:48 +0200 |
commit | b8b24bbae7d513c2fa3259b1c4bc22ebb372e125 (patch) | |
tree | 5647c36c2ff4cf864456ee19e867ffcc260c9279 /core/img/actions/more.svg | |
parent | 837cefd8a3a7540b37afb42312f1397baa70c3ac (diff) | |
download | nextcloud-server-b8b24bbae7d513c2fa3259b1c4bc22ebb372e125.tar.gz nextcloud-server-b8b24bbae7d513c2fa3259b1c4bc22ebb372e125.zip |
use proper password icon, three dots are 'more'
Diffstat (limited to 'core/img/actions/more.svg')
-rw-r--r-- | core/img/actions/more.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/img/actions/more.svg b/core/img/actions/more.svg new file mode 100644 index 00000000000..9ab5d4243d9 --- /dev/null +++ b/core/img/actions/more.svg @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <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"/> +</svg> |