LIGHT ICONSv1.0.0

Handpicked collection of premium & lightwighted icons as font

Installation

Using npm

// v1.x
npm install light-icons --save

Import CSS file

/* import in CSS files [with CSS Loader] */
@import "~light-icons/dist/light-icon.css";
// import directly in JS files
import "light-icons/dist/light-icon.css";

How to use

Add light-icon-* class, either in i or span HTML Tag
<i class="light-icon-facebook"></i>