Provides customizable components for each icon in the Zondicons set. Ideal for use with Tailwind.
yarn add -D svelte-zondiconsor use NPM
npm install --save-dev svelte-zondicons<script>
// Only import what you need
import { AirplaneIcon, ArrowLeftIcon, ... } from 'svelte-zondicons';
</script>
<AirplaneIcon />
<ArrowRightIcon class="h-8 w-8 text-gray-800" />class: Setsclassattributesize: Setsheightandwidthattributescolor: Setsfillattribute (Defaults tocurrentColor)
- Zondicons is a free SVG icon set created by Steve Schoger.
- This package was inspired by:
Pull requests are welcome :)