UNPKG

design-react-kit

Version:

Componenti React per Bootstrap 5

8 lines (7 loc) 188 B
import { FC, SVGProps } from 'react'; interface SVGRProps { title?: string; titleId?: string; } export declare const EmptyIcon: FC<SVGProps<SVGSVGElement> & SVGRProps>; export {};