UNPKG

@ailibs/feather-react-ts

Version:

compact set of feather icons for React apps with type checking and auto-complete

4 lines 196 B
/// <reference types="react" /> import { IconComponentProps } from './types'; export declare const Icon: ({ name, ...props }: IconComponentProps) => JSX.Element; //# sourceMappingURL=Icon.d.ts.map