declare type IconProps = {
    size?: number | string;
    color?: string;
    title?: string;
    className?: string;
};
export default IconProps;
