bobatheme/layouts/partials/icon.html

4 lines
189 B
HTML
Raw Normal View History

2021-10-05 19:12:10 -05:00
<svg class="icon" fill="none" stroke="lightgray" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<use href="{{ printf "/feather-sprite.svg#%s" . | relURL }}" />
</svg>