UNPKG

@cainiaofe/cn-ui-m

Version:
19 lines (18 loc) 872 B
import React from 'react'; export type IconProps = React.HTMLAttributes<SVGSVGElement> & { ref?: React.ForwardedRef<SVGSVGElement>; }; export type IconType = React.ForwardRefExoticComponent<IconProps>; export declare const Icon: IconType; export declare const MenuOutlinedIcon: IconType; export declare const PlusOutlinedIcon: IconType; export declare const UpOutlinedIcon: IconType; export declare const DownOutlinedIcon: IconType; export declare const DeleteOutlinedIcon: IconType; export declare const QuestionCircleOutlinedIcon: IconType; export declare const CloseCircleOutlinedIcon: IconType; export declare const CheckCircleOutlinedIcon: IconType; export declare const ExclamationCircleOutlinedIcon: IconType; export declare const EditOutlinedIcon: IconType; export declare const CloseOutlinedIcon: IconType; export declare const MessageOutlinedIcon: IconType;