We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dfa1a commit c37dd25Copy full SHA for c37dd25
layouts/partials/lucide.html
@@ -1,6 +1,3 @@
1
{{- /* Usage: */ -}}
2
{{- /* (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>
+<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