Package Exports
- font-awesome-iconset
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 (font-awesome-iconset) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
FontAwesome v5.15.4 - Icon set
Getting Start
node
npm i font-awesome-iconset // import with ESM
import ICON_SET from 'font-awesome-iconset';
// import with CommonJs
const ICON_SET = require('font-awesome-iconset');CDN
<script src="https://cdn.jsdelivr.net/npm/font-awesome-iconset@5.15.4/dist/iconset.min.js"></script>
<!-- ICON_SET global variable will be defined -->