UNPKG

@kintobrasil/kinto-brasil-checklist-sinistro-components

Version:
9 lines (8 loc) 718 B
import { type CustomIconComponentProps } from '@ant-design/icons/lib/components/Icon'; import React from 'react'; export declare const GPSFilled: (props: Partial<CustomIconComponentProps>) => React.JSX.Element; export declare const UserFilled: (props: Partial<CustomIconComponentProps>) => React.JSX.Element; export declare const CarCrashFilled: (props: Partial<CustomIconComponentProps>) => React.JSX.Element; export declare const DocumentsOutlined: (props: Partial<CustomIconComponentProps>) => React.JSX.Element; export declare const ArrowOutlined: (props: Partial<CustomIconComponentProps>) => React.JSX.Element; export declare const CanvaOutlined: (props: Partial<CustomIconComponentProps>) => React.JSX.Element;