0.1.3 • Published 12 months ago

svelte-iconz v0.1.3

Weekly downloads
492
License
MIT
Repository
github
Last release
12 months ago

svelte-iconz

A slim wrapper around numerous populare svg icons. View the catalogue

Installation

yarn add svelte-iconz

Usage

Packs are split into separate paths.

import { FiX } from 'svelte-iconz/fi';

<FiX size="3em" stroke="blue"/>

Properties

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;

Packs

NamePathLicense
Ant Design IconsaiMIT
Bootstrap IconsbsMIT
BoxIconsbxCC BY 4.0 License
Device IconsdiMIT
FeatherfiMIT
Font AwesomefaCC BY 4.0 License
Game IconsgiCC BY 3.0
Github OcticonsgoMIT
Hero IconshiMIT
IcoMoonimCC BY 4.0 License
Ionicons 5ioMIT
Material Design IconsmdApache License Version 2.0
Remix IconsriApache 2.0
Simple IconssiCC0 1.0 Universal
TypeiconstiCC BY 4.0 License
VS Code IconsvscCC BY 4.0
Weather IconswiMIT
css.ggcgMIT
0.1.0

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.3

12 months ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago