import { Icon } from '@wordpress/components'; import type { ComponentProps } from 'react'; const SearchSVG = ( ); const SearchIcon = ( props: ComponentProps< typeof Icon > ) => ( ); export default SearchIcon;