nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.

Home Page:https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for i-mdi-home "unocss" format

TechAkayy opened this issue · comments

This is a follow-up of the previously implemented feature request - #84

The correct format is i-mdi-home, but it looks like the feature was implemented to support i-mdi:home. The full list of formats can be found here - https://github.com/antfu/icones/blob/main/src/utils/case.ts#L35

image

Not 100% sure that Iconify actually support this format when using it.

No worries. The i-mdi:home format is good enough 👍🏽 thanks!

With latest release, v0.6.3 you should be able to use the same format as UnoCSS without any issue!