github nuxt/icon v0.3.0

latest releases: v2.0.0, v1.15.0, v1.14.0...
2 years ago

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:

CleanShot 2023-02-16 at 14 39 15

Don't miss a new icon release

NewReleases is sending notifications on new releases.