mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 09:32:27 +00:00
13 lines
260 B
HTML
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>
|