Gathering detailed insights and metrics for font-awesome-icon-chars
Gathering detailed insights and metrics for font-awesome-icon-chars
npm install font-awesome-icon-chars
Typescript
Module System
TypeScript (100%)
Total Downloads
746,664
Last Day
1,500
Last Week
3,700
Last Month
12,730
Last Year
161,551
14 Stars
281 Commits
4 Forks
3 Watching
11 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
2.6.0
Package Id
font-awesome-icon-chars@2.6.0
Size
82.57 kB
Publised On
17 Jul 2020
Cumulative downloads
Total Downloads
Last day
192.4%
1,500
Compared to previous day
Last week
19.4%
3,700
Compared to previous week
Last month
-26.2%
12,730
Compared to previous month
Last year
34.6%
161,551
Compared to previous year
34
The list of Font Awesome icon unicode characters in several file format.
This list contains only free icons.
Via NPM:
npm install font-awesome-icon-chars
Via Yarn:
yarn add font-awesome-icon-chars
You can use characters list file in character-list directory.
All characters list files will be placed in this directory.
You can also get list of icon from this module.
1const faIconChars = require('font-awesome-icon-chars'); 2const { solid, regular, brands } = faIconChars; 3 4// Solid icons 5for (let icon of solid) { 6 console.log(`Icon ID: ${icon.name}, Icon Unicode: ${icon.unicode}`); 7} 8// Regular icons 9for (let icon of regular) { 10 console.log(`Icon ID: ${icon.name}, Icon Unicode: ${icon.unicode}`); 11} 12// Brands icons 13for (let icon of brands) { 14 console.log(`Icon ID: ${icon.name}, Icon Unicode: ${icon.unicode}`); 15}
solid
(Icon[]
) — Font Awesome solid iconsregular
(Icon[]
) — Font Awesome regular iconsbrands
(Icons[]
) — Font Awesome brands iconsname
(string
) — Font Awesome icon name.unicode
(string
) — An unicode of Font Awesome icon.<style>
<solid>
— Font Awesome solid icons
<icon id="...icon name...">
id
(attribute) — Font Awesome icon name<unicode>
— Contain an unicode of Font Awesome icon.<regular>
— Font Awesome regular icons
<icon id="...icon name...">
id
(attribute) — Font Awesome icon name<unicode>
— Contain an unicode of Font Awesome icon.<brands>
— Font Awesome brands icons
<icon id="...icon name...">
id
(attribute) — Font Awesome icon name<unicode>
— Contain an unicode of Font Awesome icon.No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Reason
Found 0/14 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
20 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More