Installations
npm install font-awesome-icon-chars
Developer Guide
Typescript
No
Module System
CommonJS
Releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (100%)
Developer
gluons
Download Statistics
Total Downloads
746,664
Last Day
1,500
Last Week
3,700
Last Month
12,730
Last Year
161,551
GitHub Statistics
14 Stars
281 Commits
4 Forks
3 Watching
11 Branches
2 Contributors
Bundle Size
54.37 kB
Minified
11.66 kB
Minified + Gzipped
Package Meta Information
Latest Version
2.6.0
Package Id
font-awesome-icon-chars@2.6.0
Size
82.57 kB
Publised On
17 Jul 2020
Total Downloads
Cumulative downloads
Total Downloads
746,664
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
34
Font Awesome Icon Character List
The list of Font Awesome icon unicode characters in several file format.
This list contains only free icons.
Installation
Via NPM:
npm install font-awesome-icon-chars
Via Yarn:
yarn add font-awesome-icon-chars
Usage
Assets
You can use characters list file in character-list directory.
All characters list files will be placed in this directory.
Node.js
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}
Schema
???? CSON, JSON, TOML, YAML
solid
(Icon[]
) — Font Awesome solid iconsregular
(Icon[]
) — Font Awesome regular iconsbrands
(Icons[]
) — Font Awesome brands icons
Icon
name
(string
) — Font Awesome icon name.unicode
(string
) — An unicode of Font Awesome icon.
???? XML
<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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 30 are checked with a SAST tool
Reason
20 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-897m-rjf5-jp39
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq
- Warn: Project is vulnerable to: GHSA-4gmj-3p3h-gm8h
- Warn: Project is vulnerable to: GHSA-ww39-953v-wcq6
- Warn: Project is vulnerable to: GHSA-43f8-2h32-f4cj
- Warn: Project is vulnerable to: GHSA-qqgx-2p2h-9c37
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-qrpm-p2h7-hrv2
- Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55
- Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-g4rg-993r-mgx7
- Warn: Project is vulnerable to: GHSA-c4w7-xm78-47vh
- Warn: Project is vulnerable to: GHSA-p9pc-299p-vxgp
Score
2.1
/10
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