Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on Mar 29, 2024 via pnpm

@fortawesome/free-solid-svg-icons 6.4.2

The iconic font, CSS, and SVG framework
Package summary
Share
3
issues
3
high severity
license
1
meta
2
2
licenses
1
MIT
1
(CC-BY-4.0 AND MIT)
Package created
12 Mar 2018
Version published
2 Aug 2023
Maintainers
7
Total deps
2
Direct deps
1
License
(CC-BY-4.0 AND MIT)

Issues

3

3 high severity issues

high
Recommendation: Read and validate the license terms
via: @fortawesome/free-solid-svg-icons@6.4.2
via: @fortawesome/fontawesome-common-types@6.4.2
via: @fortawesome/free-solid-svg-icons@6.4.2
Collapse
Expand

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
@fortawesome/fontawesome-common-types@6.4.2

(CC-BY-4.0 AND MIT)

Uncategorized
1 Packages, Including:
@fortawesome/free-solid-svg-icons@6.4.2
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

1
All Dependencies CSV
β“˜ This is a list of @fortawesome/free-solid-svg-icons 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
@fortawesome/fontawesome-common-types6.4.2165.9 kBMIT
prod
1

Visualizations

Frequently Asked Questions

What does @fortawesome/free-solid-svg-icons do?

The @fortawesome/free-solid-svg-icons package is a popular repository that provides an impressive collection of SVG icon sets that can be easily integrated into your JavaScript projects. Known for offering a wide range of symbols and icons, this package forms part of the Font Awesome SVG with JavaScript version, with visually appealing icons contributing to significant user interface enhancements.

How do you use @fortawesome/free-solid-svg-icons?

Using @fortawesome/free-solid-svg-icons in your application involves a simple process which starts with installing the package. You can add it to your project either through npm or yarn.

For npm, the installation command would be:

npm i --save @fortawesome/free-solid-svg-icons

And for yarn:

yarn add @fortawesome/free-solid-svg-icons

Once the package is properly installed, you can import the icons you wish to use from the package within your JavaScript file. For instance, if you want to use the 'camera' icon, the usage would look something like this:

import { faCamera } from '@fortawesome/free-solid-svg-icons'

Then, you may use the imported icon in your application as per your needs.

Where are the @fortawesome/free-solid-svg-icons docs?

The comprehensive documentation for @fortawesome/free-solid-svg-icons provides a wealth of information to help users get started and understand the advanced capabilities of the package. The Getting Started guide, which is located here, provides novice users with an understanding of the setup process. For those seeking a deeper understanding of using the package, they may continue to the advanced guide found here. Additionally, users wanting to learn more about the API can head straight to the API documentation found here. The vendors also offer active support through GitHub issues and can also be contacted via their Twitter handle.