Overview of Astro Icon features
mainAstro Icon is a tool designed to simplify working with icons in Astro projects. Key features include:
- Local Icons: Automatically embed your own custom
svgfiles. - Icon Sets: Full support for all
@iconify-json/*packages, allowing you to use thousands of icons from the Iconify ecosystem. - Intelligent Sprites: Uses deduplicated sprites to provide icons with zero runtime overhead.
- Fully Dynamic: Supports fully dynamic icon references, meaning you can use icon names as strings without needing explicit imports for every icon.