UNPKG

rc-fa-icon-picker

Version:

A customizable React component for picking Font Awesome icons with search and color selection.

3 lines (2 loc) 110 B
import { IconType } from './types'; export declare function getIconByName(name: string, type: IconType): any;