Icon set Font Awesome Solid for Angular applications
npm install @ngxi/fa6-solid[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![bundle][bundle-src]][bundle-href]
[![JSDocs][jsdocs-src]][jsdocs-href]
[![License][license-src]][license-href]
- Name: Font Awesome 6 Solid
- Prefix: fa6-solid
- Icons: 1402
- License: CC BY 4.0
- Author: Dave Gandy
- Website: https://github.com/FortAwesome/Font-Awesome
``sh`
pnpm add @ngxi/fa6-solid
`ts
import { Component } from '@angular/core'
import { NgxiFa6Solid, fa6SolidLocationPin } from '@ngxi/fa6-solid'
@Component({
imports: [NgxiFa6Solid],
template: ``
})
export class UsageIcon {
protected fa6SolidLocationPin = fa6SolidLocationPin
}
CC BY 4.0 License © 2025-PRESENT Adrián UB
[npm-version-src]: https://img.shields.io/npm/v/@ngxi/fa6-solid?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/@ngxi/fa6-solid
[npm-downloads-src]: https://img.shields.io/npm/dm/@ngxi/fa6-solid?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/@ngxi/fa6-solid
[bundle-src]: https://img.shields.io/bundlephobia/minzip/@ngxi/fa6-solid?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=@ngxi/fa6-solid
[license-src]: https://img.shields.io/npm/l/@ngxi/fa6-solid?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/adrian-ub/ngxi/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/@ngxi/fa6-solid