Files
site/themes/minimo/layouts/partials/svg/icon.html
2021-09-06 13:02:12 -04:00

13 lines
260 B
HTML

<svg
class="icon"
xmlns="http://www.w3.org/2000/svg"
viewbox="0 0 24 24"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
aria-hidden="true"
>
{{- $icon := print "svg/content/" . ".svg" -}}
{{- partialCached $icon . -}}
</svg>