zdravko/internal/ui/components/icon.tmpl

12 lines
246 B
Cheetah

{{ define "icon" }}
<svg
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather"
>
<use href="/static/icons/feather-sprite.svg#{{.}}" />
</svg>
{{ end }}