export interface IDxIconProps { width: string; height: string; fill: string; stroke: string; className: string; }