Skip to content

dylanblokhuis/svelte-eva-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published