diff options
Diffstat (limited to 'resources/dropdown.svg')
-rw-r--r-- | resources/dropdown.svg | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/resources/dropdown.svg b/resources/dropdown.svg new file mode 100644 index 0000000..1a08d86 --- /dev/null +++ b/resources/dropdown.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/" + height="16" + width="16" + id="dropdown" + version="1.1"> + <metadata id="dropdownmetadata"> + <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 id="layer1"> + <path id="arrowhead" stroke-linejoin="round" d="m13 6-5 5-5-5" stroke="#000" stroke-linecap="round" stroke-width="2" fill="none"/> + </g> +</svg> |