This package contains the icon component for Chonky, a file browser component for React. Please refer to the official documentation for usage instructions.
npm install chonky@latest chonky-icon-fontawesome@latest
import { setChonkyDefaults } from 'chonky';
import { ChonkyIconFA } from 'chonky-icon-fontawesome';
// Somewhere in your `index.ts`:
setChonkyDefaults({ iconComponent: ChonkyIconFA });