diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-09-28 23:05:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-28 23:05:48 +0200 |
commit | 0f321fe1161d09e385902b7924c76ca542ce45ce (patch) | |
tree | 79b8d535b9da068ef2dcb17591f0ca20af6e9288 /apps/files_trashbin | |
parent | 85301df8176fdbdb2486c3241bd7e2f23ce1b916 (diff) | |
parent | 71830b285ca15f6841e6c71c31404c2f64866935 (diff) | |
download | nextcloud-server-0f321fe1161d09e385902b7924c76ca542ce45ce.tar.gz nextcloud-server-0f321fe1161d09e385902b7924c76ca542ce45ce.zip |
Merge pull request #1534 from nextcloud/svg-optimization
Svgo optimization
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/img/app.svg | 56 |
1 files changed, 1 insertions, 55 deletions
diff --git a/apps/files_trashbin/img/app.svg b/apps/files_trashbin/img/app.svg index cd169009e76..c1c1140fd85 100644 --- a/apps/files_trashbin/img/app.svg +++ b/apps/files_trashbin/img/app.svg @@ -1,55 +1 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg - xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns="http://www.w3.org/2000/svg" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - height="16" - width="16" - viewBox="0 0 16 16" - version="1.1" - id="svg2" - inkscape:version="0.48.5 r10040" - sodipodi:docname="app.svg"> - <metadata - id="metadata10"> - <rdf:RDF> - <cc:Work - rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type - rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - </cc:Work> - </rdf:RDF> - </metadata> - <defs - id="defs8" /> - <sodipodi:namedview - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1" - objecttolerance="10" - gridtolerance="10" - guidetolerance="10" - inkscape:pageopacity="0" - inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1014" - id="namedview6" - showgrid="false" - inkscape:zoom="14.75" - inkscape:cx="-6.6440678" - inkscape:cy="8" - inkscape:window-x="0" - inkscape:window-y="27" - inkscape:window-maximized="1" - inkscape:current-layer="svg2" /> - <path - d="m6.5 1-0.5 1h-3c-0.554 0-1 0.446-1 1v1h12v-1c0-0.554-0.446-1-1-1h-3l-0.5-1zm-3.5 4 0.875 9c0.061 0.549 0.5729 1 1.125 1h6c0.55232 0 1.064-0.45102 1.125-1l0.875-9z" - fill-rule="evenodd" - id="path4" - style="fill:#ffffff;fill-opacity:1" /> -</svg> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 16 16"><path d="M6.5 1L6 2H3c-.554 0-1 .446-1 1v1h12V3c0-.554-.446-1-1-1h-3l-.5-1zM3 5l.875 9c.06.55.573 1 1.125 1h6c.552 0 1.064-.45 1.125-1L13 5z" fill-rule="evenodd" fill="#fff"/></svg>
\ No newline at end of file |