diff options
author | elijah <elijah@riseup.net> | 2013-09-20 23:14:07 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-09-20 23:14:07 -0700 |
commit | f5c540fd7908b9d23afc7311b5007550876554b8 (patch) | |
tree | 500ce94c440c6440b2a8ec3e4dc49dfa18c20d62 /svg/web/arrow-down.svg | |
parent | d224d8a51c4dd390362bb664e3a2785b6e6f3051 (diff) |
revamped icons: new status icons, new ui icons, added 24px, consolidated qt and status icons under "icons".
Diffstat (limited to 'svg/web/arrow-down.svg')
-rw-r--r-- | svg/web/arrow-down.svg | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/svg/web/arrow-down.svg b/svg/web/arrow-down.svg new file mode 100644 index 0000000..13e02ce --- /dev/null +++ b/svg/web/arrow-down.svg @@ -0,0 +1,71 @@ +<?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="64" + height="64" + id="svg2" + version="1.1" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="down-arrow.svg"> + <defs + id="defs4" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="5.6" + inkscape:cx="40.706686" + inkscape:cy="34.818925" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:window-width="1092" + inkscape:window-height="850" + inkscape:window-x="522" + inkscape:window-y="47" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid2985" + empspacing="4" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="4px" + spacingy="4px" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <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></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-988.36218)"> + <path + style="fill:#000000;fill-opacity:1;stroke:none" + d="M 32 4 C 16.536028 4 4 16.536027 4 32 C 4 47.463973 16.536028 60 32 60 C 47.463972 60 60 47.463973 60 32 C 60 16.536027 47.463972 4 32 4 z M 24 16 L 40 16 L 40 28 L 52 28 L 32 52 L 12 28 L 24 28 L 24 16 z " + transform="translate(0,988.36218)" + id="path3006" /> + </g> +</svg> |