import { CSSProperties } from "styled-components"; export type IconProps = { width?: number; height?: number; color?: string; cursor?: string; style?: CSSProperties & Record; multipleColors?: Record; onClick?: (any?: any) => void; };