moollaza / svelte-zondicons

Svelte components for Zondicons by Steve Schoger

Home Page:https://www.zondicons.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelte Zondicons

npm version

Provides customizable components for each icon in the Zondicons set. Ideal for use with Tailwind.

Installation

yarn add -D svelte-zondicons

or use NPM

npm install --save-dev svelte-zondicons

Usage

<script>
  // Only import what you need
  import { AirplaneIcon, ArrowLeftIcon, ... } from 'svelte-zondicons';
</script>

<AirplaneIcon />
<ArrowRightIcon class="h-8 w-8 text-gray-800" />

Accepted Props

  • class: Sets class attribute
  • size: Sets height and width attributes
  • color: Sets fill attribute (Defaults to currentColor)

Credit

Contributing

Pull requests are welcome :)

About

Svelte components for Zondicons by Steve Schoger

https://www.zondicons.com/

License:MIT License


Languages

Language:JavaScript 100.0%