Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 773 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 773 Bytes

LIGHT icons

Handpicked collection of premium & lightweight icons as font Check out documentation & icons demo on: https://icons.lightvue.org

Installation

# v1.x 
npm install light-icons --save
// import in CSS files 
@import "~light-icons/dist/light-icon.css";

OR

// import directly in JS files 
import "light-icons/dist/light-icon.css";

OR

<!-- import in HTML file via unpkg CDN -->
<link href="https://unpkg.com/light-icons/dist/light-icon.css" rel="stylesheet">

How to use

Add light-icon-* class, either in i or span HTML Tag

<i class="light-icon-facebook"></i>

License

Licensed under the MIT License.