We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9ca3a commit d466152Copy full SHA for d466152
src/renderer/components/basic/VisualIcon.vue
@@ -14,7 +14,7 @@ const lucideSpritePath = $computed(() => {
14
})
15
16
const simpleIconsClass = $computed(() => {
17
- return name.startsWith('simple-icons')
+ return name.startsWith('simple-icons-')
18
? `si si-${name.slice('simple-icons-'.length)}`
19
: undefined
20
0 commit comments