Installation
Add @sigx/lynx-icons-fa-free to your project.
Install the package
pnpm add @sigx/lynx-icons-fa-free
Native setup
Rebuild your development client after installing:
sigx prebuild
Verify
import * as FAIcons from '@sigx/lynx-icons-fa-free';
console.log(Object.keys(FAIcons));
