UNPKG

react-components-design-system

Version:

React UI component for design system FIS ES PB5

10 lines (9 loc) 270 B
import React from "react"; interface SVGIconProps { fillColor?: string; width?: number; height?: number; style?: React.CSSProperties; } declare function SearchIcon(props: SVGIconProps): import("react/jsx-runtime").JSX.Element; export default SearchIcon;