@initia/icons-svelte
v0.2.7
Published
```js import { IconName } from "@initia/icons-svelte"
Downloads
363
Readme
@initia/icons-svelte
Usage
import { IconName } from "@initia/icons-svelte"
<IconName color="white" size={50}/>
You can find a list with all the available icons here
Both props (color and size) are oprional, these are the default values:
Prop | Default value ------------- | ------------- color | "currentColor" size | 16