@sveltevk/icons
TypeScript icon, indicating that this package has built-in type declarations

1.154.0 • Public • Published

Svelte VK Icons

SVG icons, provided as a Svelte components.

Based on VKCOM/icons

Setup

npm i @sveltevk/icons

Example

REPL

<script>
	import Icon24Cancel from '@sveltevk/icons/dist/24/cancel';
</script>

<Icon24Cancel />

or base import:

<script>
	import { Icon24LogoVk } from '@sveltevk/icons';
</script>

<Icon24LogoVk width={20} height={20} color="#4bb34b" />

Note: Even if using the base import method, a modern application bundler like Rollup or webpack should tree shake unused imports.

Package Sidebar

Install

npm i @sveltevk/icons

Weekly Downloads

11

Version

1.154.0

License

MIT

Unpacked Size

5.58 MB

Total Files

9823

Last publish

Collaborators

  • severecloud