Line Awesome can be loaded via CDN or downloaded as zip archive. You can read more about this options on Line Awesome how-to page.
Alternatively, Line Awesome can be installed as npm package:
npm install line-awesomeimport CSS to your icons.scss
@import '../libs/line-awesome/line-awesome/css/line-awesome.css';Use the preview page to quickly find the name of the icon you want to use.
<i className="las la-battery-three-quarters"></i>For more details, see thedocumentation.