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.
i-
1 parent 96e1529 commit c6e9a26Copy full SHA for c6e9a26
packages/core/src/client/webcomponents/components/IconifyIcon.vue
@@ -10,7 +10,7 @@ const isUrlIcon = computed(() => props.icon.includes('/') || props.icon.startsWi
10
const iconifyParsed = computed(() => {
11
if (isUrlIcon.value)
12
return undefined
13
- const match = props.icon.match(/^([\w-]+):([\w-]+)$/)
+ const match = props.icon.match(/^(?:i-)?([\w-]+):([\w-]+)$/)
14
if (!match)
15
16
return {
0 commit comments