import { EColors } from '../../types/EColors';
export interface IIconProps {
    width?: number;
    height?: number;
    color?: EColors;
}
