5.0.2 • Published 1 year ago

@deboxsoft/svelte-icons v5.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Svelte Icons Pack

Based on https://github.com/react-icons/react-icons)

Demo page

https://leshak.github.io/svelte-icons-pack/#/

Installation

Yarn

yarn add svelte-icons-pack

NPM

npm install svelte-icons-pack --save

Usage

<script>
  import Icon from 'svelte-icons-pack/Icon.svelte';
  import AiOutlineNodeExpand from 'svelte-icons-pack/ai/AiOutlineNodeExpand';
</script>

<Icon src={AiOutlineNodeExpand} />

Icons

Icon LibraryLicenseVersion
Ant Design IconsMIT4.2.1
Bootstrap IconsMIT1.8.3
BoxIconsCC BY 4.0 License2.1.2
FeatherMIT4.21.0
Font AwesomeCC BY 4.0 License5.15.4
HeroiconsMIT1.0.6
IcoMoon FreeCC BY 4.0 License1.0.0
IoniconsMIT5.2.3
Remix IconApache License Version 2.02.5.0
Simple IconsCC0 1.0 Universal7.4.0
TypiconsCC BY-SA 3.02.1.2
VS Code IconsCC BY 4.00.0.12
Weather IconsSIL OFL 1.12.0.12
css.ggMIT2.0.0

You can add more icons by submitting pull requests or creating issues.

Configuration

You can configure icons props using

<script>
  import Icon from 'svelte-icons-pack/Icon.svelte';
  import AiOutlineNodeExpand from 'svelte-icons-pack/ai/AiOutlineNodeExpand';
</script>

<style>
  :global(.custom-icon) {
    margin: 100px;
  }
</style>

<Icon src={AiOutlineNodeExpand} color="red" size="64" className="custom-icon" title="Custom icon params" />
KeyDefaultNotes
srcSvgIcon
colorundefined (inherit)
size1em
classNameundefined
titleundefinedIcon description for accessibility

Licence

MIT

  • Icons are taken from the other projects so please check each project licences accordingly.
5.0.2

1 year ago

5.0.1

1 year ago

5.0.0

1 year ago

3.0.4

1 year ago

4.0.0

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.11

2 years ago

2.0.7

2 years ago

2.0.9

2 years ago

2.0.10

2 years ago

2.0.8

2 years ago

2.0.5

2 years ago

2.0.6

2 years ago

2.0.4

3 years ago

1.1.0

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago