Missing icons in @fortawesome/free-solid-svg-icons^5.1.0-11
See original GitHub issueIt appears I am missing some icons.
According to the documentation the following icons should be included in the free-solid-svg-icons package.
However, I’ve noticed some icons (e.g. fa-file-export/faFileExport) are missing in /node_modules/@fortawesome/free-solid-svg-icons/index.d.ts
Is this intentional?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:10 (1 by maintainers)
Top Results From Across the Web
@fortawesome/free-solid-svg-icons - npm
Start using @fortawesome/free-solid-svg-icons in your project by running `npm i @fortawesome/free-solid-svg-icons`.
Read more >Where do I find the object names of icons in the FontAwesome ...
We know from the example code that its object name is faCoffee and that it's included in the @fortawesome/free-solid-svg-icons package, but what ...
Read more >Import Icons | Font Awesome Docs
Here's a primer on Font Awesome icon naming and how to import from icon content ... import { faAddressBook } from '@fortawesome/free-solid-svg-icons' import ......
Read more >How To Use Font Awesome icons in Angular Applications
In this tutorial I will explain how to use Font Awesome icons in Angular applications using @fortawesome/angular-fontawesome package.
Read more >@fortawesome/free-solid-svg-icons - npm package | Snyk
The npm package @fortawesome/free-solid-svg-icons was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You need to switch from the prerelease versions of the icon packages to 5.1.0 (-11 is prerelease).
@GiampaoloFalqui the
fontawesome-free-solid
has been replaced byfree-solid-svg-icons
.