An open API service indexing awesome lists of open source software.

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

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).