Skip to content

Commit c37dd25

Browse files
committed
Icon: Fixed lucide partial
1 parent f3dfa1a commit c37dd25

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

layouts/partials/lucide.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{{- /* Usage: */ -}}
22
{{- /* (dict "context" . "icon" "circle") */ -}}
3-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" class="lucide"
4-
style="{{ .style | safeCSS }}">
5-
<use href="/images/lucide-sprite.svg#{{ .icon }}"></use>
6-
</svg>
3+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" class="lucide" style="{{ .style | safeCSS }}"><use href="/images/lucide-sprite.svg#{{ .icon }}"></use></svg>

0 commit comments

Comments
 (0)