Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (light-icons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.