1.0.2 • Published 9 months ago

heroiconsvelte v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Usage

First, install heroiconsvelte from npm:

npm install heroiconsvelte

Now each icon can be imported individually as a React component:

<script>
	import { BeakerIcon } from 'heroiconsvelte/24/solid';
</script>

<BeakerIcon class="h-6 w-6 text-blue-500" />

The 24x24 outline icons can be imported from heroiconsvelte/24/outline, the 24x24 solid icons can be imported from heroiconsvelte/24/solid, and the 20x20 solid icons can be imported from heroiconsvelte/20/solid.

Icons 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.

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago