AnthoLume/templates/svgs/dropdown.svg
Evan Reichard 756db7a493
All checks were successful
continuous-integration/drone/push Build is passing
[refactor] template handling
2023-11-28 20:05:50 -05:00

13 lines
290 B
XML

<svg
width="{{ or .Size 24 }}"
height="{{ or .Size 24 }}"
fill="currentColor"
viewBox="0 0 1792 1792"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"
></path>
</svg>