diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-05-03 10:31:56 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-05-03 10:32:16 +0200 |
commit | 94528ad2be8e2bccce42e92dc1abccd3a2433b2e (patch) | |
tree | 0358cdef20b04643f26493852b6a57af101fdaf0 /core/img | |
parent | d0efe1bf6c925a002f3777305fb6ad6f2f26f2dd (diff) | |
download | nextcloud-server-94528ad2be8e2bccce42e92dc1abccd3a2433b2e.tar.gz nextcloud-server-94528ad2be8e2bccce42e92dc1abccd3a2433b2e.zip |
Move quota icon to core
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/quota.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/img/actions/quota.svg b/core/img/actions/quota.svg new file mode 100644 index 00000000000..691cb29efce --- /dev/null +++ b/core/img/actions/quota.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" height="16" viewBox="0 0 16 16" width="16" version="1.1"><path d="m8 1c-3.86 0-7 3.15-7 7s3.15 7 7 7c3.86 0 7-3.15 7-7 0-3.86-3.15-7-7-7zm0 1.75c2.91 0 5.25 2.34 5.25 5.25 0 1.42-0.56 2.7-1.47 3.644l-3.78-3.644z"/></svg> |