Simple icons for Svelte
npm install svelte-simple-icons

 
Based on Svelte Eva Icons
``bash`
yarn add --dev svelte-simple-icons`
or use NPMbash`
npm install --save-dev svelte-simple-icons
html
`Use the svg name when importing, and convert it to {PascalCase}Icon.
For instance,
.NET on the creators site has an SVG name of dot-net.svg, so should be imported as
See all icons here: https://simpleicons.org/$3
The one notable exception to the rule above is the 500px icon:
`html
`$3
You can add CSS classes icons by passing a styleClass attribute:`html
``