import type { JSX, SVGProps } from 'react' export const SearchIcon = ( properties: JSX.IntrinsicAttributes & SVGProps, ) => { return ( ) }