UNPKG

react-components-design-system

Version:

React UI component for design system FIS ES PB5

7 lines (6 loc) 135 B
export interface SVGIconProps { fillColor?: string; width?: number; height?: number; onClick?: (event: any) => void; }