diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-01-25 11:28:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-25 11:28:43 +0100 |
commit | 8c732e376bfb75ad9586ab90258bcc3b558819e7 (patch) | |
tree | d39190fdbfabf2c3c0d4eb67d1e49cb102452739 /core/img | |
parent | 5834ab1ffdfbc2b289b058da72b36587cd44858e (diff) | |
download | nextcloud-server-8c732e376bfb75ad9586ab90258bcc3b558819e7.tar.gz nextcloud-server-8c732e376bfb75ad9586ab90258bcc3b558819e7.zip |
properly compress close-white.svg
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/close-white.svg | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/core/img/actions/close-white.svg b/core/img/actions/close-white.svg index 8a0b7809c6c..cd2a8c62468 100644 --- a/core/img/actions/close-white.svg +++ b/core/img/actions/close-white.svg @@ -1,13 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg id="svg11" width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> - <metadata id="metadata15"> - <rdf:RDF> - <cc:Work rdf:about=""> - <dc:format>image/svg+xml</dc:format> - <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> - <dc:title/> - </cc:Work> - </rdf:RDF> - </metadata> - <path id="path9" d="M12.95 11.536l-1.414 1.414L8 9.414 4.465 12.95 3.05 11.536 6.586 8 3.05 4.464 4.465 3.05 8 6.586l3.516-3.555 1.434 1.434L9.414 8z" fill="#fff"/> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1"> + <path fill="#fff" d="m12.95 11.536l-1.414 1.414-3.536-3.536-3.535 3.536-1.415-1.414 3.536-3.536-3.536-3.536 1.415-1.414 3.535 3.536 3.516-3.555 1.434 1.434-3.536 3.535z"/> </svg> |