@imperatrona/heroicons-svelte
v0.0.1
Published
<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tailwindlabs/heroicons/HEAD/.github/logo-dark.svg"> <source media="(pref
Readme
Basic Usage
First, install @imperatrona/heroicons-svelte from npm:
npm install @imperatrona/heroicons-sveltebun install @imperatrona/heroicons-svelteNow each icon can be imported individually as a Svelte component:
<script>
import { BeakerIcon } from '@imperatrona/heroicons-svelte/24/solid'
</script>
<BeakerIcon class="size-6 text-blue-500" />Supported imports
@imperatrona/heroicons-svelte/16/solid@imperatrona/heroicons-svelte/20/solid@imperatrona/heroicons-svelte/24/solid@imperatrona/heroicons-svelte/24/outlineIcons use an upper camel case naming convention and are always suffixed with the word Icon.
Browse the full list of icon names on UNPKG →
License
This library is MIT licensed.
