
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
amoga-org-font-awesome
Advanced tools
A public GitHub package that provides Font Awesome icons as ES modules, compatible with the original Font Awesome import structure.
npm install @amoga-org/font-awesome
# or
yarn add @amoga-org/font-awesome
# or
pnpm add @amoga-org/font-awesome
No authentication required! 🎉
Import icons exactly like you would with Font Awesome Pro:
import {
faAlignCenter,
faArrowRightToLine,
faChevronDown,
} from "@amoga-org/font-awesome/icons/classic/light";
import {
faHeart,
faUser,
faHome,
} from "@amoga-org/font-awesome/icons/classic/solid";
import {
faFacebook,
faTwitter,
faGithub,
} from "@amoga-org/font-awesome/icons/brands";
@amoga-org/font-awesome/icons/classic/light@amoga-org/font-awesome/icons/classic/regular@amoga-org/font-awesome/icons/classic/solid@amoga-org/font-awesome/icons/brands@amoga-org/font-awesome/icons/duotone@amoga-org/font-awesome/icons/sharp-light@amoga-org/font-awesome/icons/sharp-regular@amoga-org/font-awesome/icons/sharp-solid@amoga-org/font-awesome/icons/thinEach icon is an object with the following structure:
{
prefix: 'fal', // Style prefix (fal, fas, far, fab, etc.)
iconName: 'align-center', // Original kebab-case name
icon: [ // Icon data array
448, // Width
512, // Height
[], // Ligatures (empty)
'', // Unicode (empty)
'M112 48c-8.8 0...' // SVG path data
]
}
The package includes full TypeScript definitions:
import { IconDefinition } from "@amoga-org/font-awesome";
import { faAlignCenter } from "@amoga-org/font-awesome/icons/classic/light";
const icon: IconDefinition = faAlignCenter;
To build the package from SVG source files:
npm run build
This will:
icons/ directorydist/ directory├── icons/ # Source SVG files
│ ├── light/ # Light style icons
│ ├── regular/ # Regular style icons
│ ├── solid/ # Solid style icons
│ └── brands/ # Brand icons
├── dist/ # Built JavaScript modules
│ └── icons/
│ ├── classic/
│ │ ├── light/
│ │ ├── regular/
│ │ └── solid/
│ └── brands/
├── scripts/ # Build scripts
└── package.json # Package configuration
icons/npm run build to generate the modulesnpm testMIT License - see LICENSE file for details.
This package is inspired by Font Awesome but is independent. Font Awesome is a trademark of Fonticons, Inc.
FAQs
Font Awesome icon library with ES module exports
We found that amoga-org-font-awesome demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.