UNPKG

@fluster.io/dev

Version:

10 lines (9 loc) 275 B
import { default as React } from 'react'; import { IconProps } from '../types'; export declare const FlusterIcon: { ({ foreground, fill, ...props }: IconProps & { foreground?: boolean; fill?: string; }): React.JSX.Element; displayName: string; };