Lynx/Modules/FA Icons/Installation
@sigx/lynx-icons-fa-free · Beta

Installation#

Add @sigx/lynx-icons-fa-free to your project.

Install the package#

Terminal
pnpm add @sigx/lynx-icons-fa-free

Native setup#

Rebuild your development client after installing:

Terminal
sigx prebuild

Verify#

TSX
import * as FAIcons from '@sigx/lynx-icons-fa-free';

console.log(Object.keys(FAIcons));