Releases: nuxt/icon
Releases · nuxt/icon
v0.3.2
v0.3.1
v0.3.0
CSS Component
This is currently experimental and may change in the future, this is a way to use CSS icons instead of SVG icons to reduce the DOM size and improve performance. It is leveraging the Mask combined with background color set to currentColor
, useful to render monotone icons that use currentColor
as icon color. Learn more on https://docs.iconify.design/icon-components/css.html
<template>
<IconCSS name="uil:twitter" />
</template>
Learn more on #54
Devtools Tab
So you can search from https://icones.js.org directly inside the Nuxt Devtools: