2.0.5 • Published 9 months ago

@migueleraso/svelte-icons v2.0.5

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Svelte Icons

Svelte Icons created with tablericons

TablerIcons:

https://tablericons.com/

Set default values

import { setInitialValues } from '@migueleraso/svelte-icons'

// Default: { size: 15, strokeSize: 3, stroke: '#2c3e50' }
setInitialValues({ strokeSize: 1.5, size: 50, stroke: 'black' })
<script>
  import ChevronRightIcon from '@migueleraso/svelte-icons/icons/chevron-right.svelte'
  import CheckIcon from '@migueleraso/svelte-icons/icons/check.svelte'

</script>

<CheckIcon />
<ChevronRightIcon
  size={15}
  strokeSize={3}
  stroke="#2c3e50"
/>
2.0.5

9 months ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago