export interface SvgIconProps { stroke?: string; d: string; width: number; height: number; fill?: string; viewBox: string; }