21 lines
800 B
Twig
21 lines
800 B
Twig
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<!-- https://github.com/primer/octicons -->
|
||
|
|
||
|
<!-- MIT License -->
|
||
|
|
||
|
<svg
|
||
|
class="{{ iconClass|default('') }}"
|
||
|
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"
|
||
|
version="1.1"
|
||
|
viewBox="0 0 16 16"
|
||
|
width="16"
|
||
|
height="16">
|
||
|
<title>Expand for more options</title>
|
||
|
<path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path>
|
||
|
</svg>
|