mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-27 09:43:41 +00:00
12 lines
246 B
Cheetah
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 }}
|