AnthoLume/ngtemplates/svgs/dropdown.templ
Evan Reichard a881351b84
Some checks reported errors
continuous-integration/drone/push Build was killed
geez
2024-10-04 19:40:03 -04:00

15 lines
310 B
Plaintext

package svgs
templ DropdownSVG(className string) {
<svg
xmlns="http://www.w3.org/2000/svg"
class={ className }
viewBox="0 0 1792 1792"
fill="currentColor"
>
<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>
}