Provides customizable components for each icon in the Zondicons set. Ideal for use with Tailwind.
yarn add -D svelte-zondicons
or 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
: Setsclass
attributesize
: Setsheight
andwidth
attributescolor
: Setsfill
attribute (Defaults tocurrentColor
)
- Zondicons is a free SVG icon set created by Steve Schoger.
- This package was inspired by:
Pull requests are welcome :)