/// export interface IconCarSportOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconCarSportOutline: React.FC;