2.0.0 • Published 4 years ago

svelte-eva-icons v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

svelte-eva-icons

Install

yarn add --dev svelte-eva-icons

or use NPM

npm install --save-dev svelte-eva-icons

Usage

Unused icons will get removed with tree shaking in bundlers like webpack and rollup.

    <script>
        // Only import what you need!
        // Add Outline for an outline icon
    	import { AlertCircleIcon, AlertCircleOutlineIcon, ... } from 'svelte-eva-icons'
    </script>
    
    <!-- Regular Icon -->
    <AlertCircleIcon />

    <!-- Outline Icon -->
    <AlertCircleOutlineIcon />

All icons you find on the creator's site are in kebab-case, when importing use {PascalCase}Icon. See all icons here: https://akveo.github.io/eva-icons/

2.0.0

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago