https://github.com/lightvue/light-icons
Handpicked collection of premium & light-wighted icons as font
https://github.com/lightvue/light-icons
css font hacktoberfest hacktoberfest2021 icon-font icon-pack icons premium
Last synced: 16 days ago
JSON representation
Handpicked collection of premium & light-wighted icons as font
- Host: GitHub
- URL: https://github.com/lightvue/light-icons
- Owner: lightvue
- License: mit
- Created: 2021-03-11T19:14:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T23:35:29.000Z (over 1 year ago)
- Last Synced: 2025-04-16T20:56:40.246Z (29 days ago)
- Topics: css, font, hacktoberfest, hacktoberfest2021, icon-font, icon-pack, icons, premium
- Language: EJS
- Homepage: https://icons.lightvue.org/
- Size: 3.75 MB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LIGHT icons
Handpicked collection of premium & lightweight icons as font
Check out documentation & icons demo on: [https://icons.lightvue.org](https://icons.lightvue.org 'Light Icons Demo')## Installation
```bash
# v1.x
npm install light-icons --save
``````css
// import in CSS files
@import "~light-icons/dist/light-icon.css";
```
OR
```js
// import directly in JS files
import "light-icons/dist/light-icon.css";
```OR
```html```
## How to use
Add `light-icon-*` class, either in `i` or `span` HTML Tag
```html
```## License
Licensed under the [MIT License](https://opensource.org/licenses/MIT).