diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 19:50:58 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-02 19:50:58 +0200 |
commit | 03fbd6d54000dcc953a2d6697ee99cfb61bd46f2 (patch) | |
tree | bd9da58e064c76fd344146c0d158ca5e53c5b4f0 /settings/img/admin.svg | |
parent | f4eb90e22965752616051cad0899dc55b4b69506 (diff) | |
download | nextcloud-server-03fbd6d54000dcc953a2d6697ee99cfb61bd46f2.tar.gz nextcloud-server-03fbd6d54000dcc953a2d6697ee99cfb61bd46f2.zip |
remove shadow effects from settings 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> |