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