diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 21:40:33 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 21:40:33 +0200 |
commit | e1e4fde697f3c816a7221a71da4b45758e6043fc (patch) | |
tree | 81d8bf709d5e14e3a0813a0b7a0a6bcfe453e3c6 /settings/img/admin.svg | |
parent | ed29e7d1606ae073ab156ab1bf086ddec2b94bb3 (diff) | |
parent | ad8f1743e327e884cc32b821330ea69e20c9a468 (diff) | |
download | nextcloud-server-e1e4fde697f3c816a7221a71da4b45758e6043fc.tar.gz nextcloud-server-e1e4fde697f3c816a7221a71da4b45758e6043fc.zip |
Merge pull request #9381 from owncloud/design-icons-shadow
Remove shadow effects from a bunch of icons, reduce size
Diffstat (limited to 'settings/img/admin.svg')
-rw-r--r-- | settings/img/admin.svg | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/settings/img/admin.svg b/settings/img/admin.svg index 90d87272017..46ee7f1b46f 100644 --- a/settings/img/admin.svg +++ b/settings/img/admin.svg @@ -1,8 +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/"> +<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: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"/> - <g> - <path style="block-progression:tb;text-indent:0;color:#000000;text-transform:none" d="m2 2v3h3v-3h-3zm4 1v1h8v-1h-8zm-4 3v3h3v-3h-3zm4 1v1h8v-1h-8zm-4 3v3h3v-3h-3zm1 1h1v1h-1v-1zm3 0v1h8v-1h-8z"/> - <path style="block-progression:tb;text-indent:0;color:#000000;text-transform:none" d="m2 3v3h3v-3h-3zm4 1v1h8v-1h-8zm-4 3v3h3v-3h-3zm4 1v1h8v-1h-8zm-4 3v3h3v-3h-3zm1 1h1v1h-1v-1zm3 0v1h8v-1h-8z" fill="#fff"/> - </g> + <path style="block-progression:tb;color:#000000;text-transform:none;text-indent:0" d="m2 3v3h3v-3h-3zm4 1v1h8v-1h-8zm-4 3v3h3v-3h-3zm4 1v1h8v-1h-8zm-4 3v3h3v-3h-3zm1 1h1v1h-1v-1zm3 0v1h8v-1h-8z" fill="#FFF"/> </svg> |