UNPKG

instapack

Version:

All-in-one TypeScript and Sass compiler for web applications!

9 lines (6 loc) 364 B
import { library } from '@fortawesome/fontawesome-svg-core'; import { faChevronUp, faCheck } from '@fortawesome/free-solid-svg-icons'; import { } from '@fortawesome/free-regular-svg-icons'; library.add(faChevronUp, faCheck); // Reduce dll size by only importing icons which are actually being used: // https://fontawesome.com/how-to-use/use-with-node-js