A slim wrapper around numerous populare svg icons. View the catalogue
yarn add svelte-iconz
Packs are split into separate paths.
import { FiX } from 'svelte-iconz/fi';
<FiX size="3em" stroke="blue"/>
export let size = "1em";
export let width = size;
export let height = size;
export let fill = string
export let stroke = string
export let strokeWidth = string
export let viewBox = "0 0 24 24" // default unless defined by svg
export let ariaLabel = undefined;
export let ariaHidden = undefined;
export let desc = undefined;
export let title = undefined;
| Name | Path | License |
|---|---|---|
| Ant Design Icons | ai | MIT |
| Bootstrap Icons | bs | MIT |
| BoxIcons | bx | CC BY 4.0 License |
| Device Icons | di | MIT |
| Feather | fi | MIT |
| Font Awesome | fa | CC BY 4.0 License |
| Game Icons | gi | CC BY 3.0 |
| Github Octicons | go | MIT |
| Hero Icons | hi | MIT |
| IcoMoon | im | CC BY 4.0 License |
| Ionicons 5 | io | MIT |
| Material Design Icons | md | Apache License Version 2.0 |
| Remix Icons | ri | Apache 2.0 |
| Simple Icons | si | CC0 1.0 Universal |
| Typeicons | ti | CC BY 4.0 License |
| VS Code Icons | vsc | CC BY 4.0 |
| Weather Icons | wi | MIT |
| css.gg | cg | MIT |