Sandbox Logo

Iconify


😀 A simple way to use many different icon packs in a project.



Usage

1. Add "alex.iconify" to your project's packages.
2. Reference an icon inside a razor file
<iconify icon="ic:baseline-add-location" />
Full list of icons available at https://icones.js.org/.

More Info

Icons are fetched at runtime from the iconify API.
These get cached in FileSystem.Data (JSON data alongside the SVG) so we don't have to keep requesting it.