Cleaned up Icon components
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m11s

This commit is contained in:
2026-02-12 14:23:33 -07:00
parent 62dcec8202
commit 58902e081a
2 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ if (!svg) {
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="1em"
height="1em"
fill="none"
class:list={[className, classList]}
aria-hidden="true"

View File

@@ -20,6 +20,8 @@ const svg = computed(() => {
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="1em"
height="1em"
fill="none"
:class="props.class"
aria-hidden="true"