diff options
author | kondou <kondou@ts.unde.re> | 2013-04-12 19:06:29 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-04-12 19:06:29 +0200 |
commit | 448a3904860412c8277718673bc18773990c4c24 (patch) | |
tree | ec6602263d9ee9c9c1d4910376dd16c0d00710e5 /core/img/actions/play-add.svg | |
parent | f59aedff4fd4aeee869abb3b57f7e531b62e164d (diff) | |
download | nextcloud-server-448a3904860412c8277718673bc18773990c4c24.tar.gz nextcloud-server-448a3904860412c8277718673bc18773990c4c24.zip |
Optimize svgs with scour.
Diffstat (limited to 'core/img/actions/play-add.svg')
-rw-r--r-- | core/img/actions/play-add.svg | 86 |
1 files changed, 6 insertions, 80 deletions
diff --git a/core/img/actions/play-add.svg b/core/img/actions/play-add.svg index 25ff0b57eee..cdf4f6ea9f3 100644 --- a/core/img/actions/play-add.svg +++ b/core/img/actions/play-add.svg @@ -1,83 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!-- Created with Inkscape (http://www.inkscape.org/) --> - -<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" - width="16" - height="16" - id="svg3875" - version="1.1" - inkscape:version="0.48.1 r9760" - sodipodi:docname="play-add.svg" - inkscape:export-filename="/home/jancborchardt/owncloud/core/img/actions/play-add.png" - inkscape:export-xdpi="90" - inkscape:export-ydpi="90"> - <defs - id="defs3877" /> - <sodipodi:namedview - id="base" - pagecolor="#ffffff" - bordercolor="#666666" - borderopacity="1.0" - inkscape:pageopacity="0.0" - inkscape:pageshadow="2" - inkscape:zoom="25.345359" - inkscape:cx="2.4224415" - inkscape:cy="8.0693339" - inkscape:document-units="px" - inkscape:current-layer="layer1" - showgrid="true" - inkscape:window-width="1280" - inkscape:window-height="776" - inkscape:window-x="0" - inkscape:window-y="24" - inkscape:window-maximized="1"> - <inkscape:grid - type="xygrid" - id="grid3883" - empspacing="5" - visible="true" - enabled="true" - snapvisiblegridlinesonly="true" /> - </sodipodi:namedview> - <metadata - id="metadata3880"> - <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> - <g - inkscape:label="Layer 1" - inkscape:groupmode="layer" - id="layer1" - transform="translate(0,-1036.3622)"> - <g - id="g4806" - style="fill:#000000;fill-opacity:1"> - <path - sodipodi:nodetypes="cccc" - inkscape:connector-curvature="0" - id="path3086" - d="m 2,1037.3622 11,6 -11,6 z" - style="fill:#000000;fill-opacity:1;stroke:none" /> - <path - sodipodi:nodetypes="ccccccccccccc" - id="rect2984" - d="m 11,1045.3622 0,2 -2,0 0,2 2,0 0,2 2,0 0,-2 2,0 0,-2 -2,0 0,-2 z" - style="fill:#000000;fill-opacity:1;stroke:none" - inkscape:connector-curvature="0" /> - </g> +<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.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> + <g transform="translate(0 -1036.4)"> + <g> + <path d="m2 1037.4 11 6-11 6z"/> + <path d="m11 1045.4v2h-2v2h2v2h2v-2h2v-2h-2v-2z"/> </g> + </g> </svg> |