UNPKG

@spark-ui/icons

Version:
8 lines (7 loc) 255 B
import { default as React } from 'react'; import { IconProps } from '../Types'; export declare const FireFill: { ({ title, fill, stroke, ref, ...props }?: IconProps): React.JSX.Element; displayName: string; }; export declare const tags: string[];