Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sveltevk/icons
SVG icons, provided as a Svelte components.
https://github.com/sveltevk/icons
icons svelte svelte-components vk
Last synced: about 1 month ago
JSON representation
SVG icons, provided as a Svelte components.
- Host: GitHub
- URL: https://github.com/sveltevk/icons
- Owner: sveltevk
- License: mit
- Archived: true
- Created: 2020-08-24T15:05:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-02T17:54:06.000Z (over 2 years ago)
- Last Synced: 2024-09-08T16:37:00.557Z (2 months ago)
- Topics: icons, svelte, svelte-components, vk
- Language: JavaScript
- Homepage: https://sveltevk.github.io/icons/
- Size: 6.8 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte VK Icons
SVG icons, provided as a Svelte components.
- [GitHub][github-url]
- [npm][npm-url]
- [Changelog][changelog-url]Based on [VKCOM/icons](https://github.com/VKCOM/icons)
## Setup
```sh
npm i @sveltevk/icons
```## Example
[![REPL][repl]](https://svelte.dev/repl/363b61d1a57548ae861d6a5ec184308f)
```svelte
import Icon24Cancel from '@sveltevk/icons/dist/24/cancel';
```
or base import:
```svelte
import { Icon24LogoVk } from '@sveltevk/icons';
```
Note: Even if using the base import method, a modern application bundler like Rollup or webpack should [tree shake](https://developer.mozilla.org/en-US/docs/Glossary/Tree_shaking) unused imports.
[npm]: https://img.shields.io/npm/v/@sveltevk/icons.svg?color=blue
[npm-url]: https://npmjs.com/package/@sveltevk/icons
[chat]: https://img.shields.io/badge/VK%20chat-%234a76a8.svg?logo=VK&logoColor=white
[chat-url]: https://vk.me/join/AJQ1d3IXhxgxghIc5PFNiLCd
[svelte]: https://img.shields.io/badge/svelte-v3-blueviolet.svg
[svelte-url]: https://svelte.dev
[license]: https://img.shields.io/github/license/sveltevk/icons
[license-url]: https://github.com/sveltevk/icons/blob/master/LICENSE
[site-url]: https://sveltevk.github.io/icons/
[changelog-url]: https://github.com/sveltevk/icons/releases
[github-url]: https://github.com/sveltevk/icons
[repl]: https://img.shields.io/badge/svelte-REPL-red?logoColor=white&style=flat-square