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: Sets class attributesize: Sets height and width attributescolor: Sets fill attribute (Defaults to currentColor)Pull requests are welcome :)