type Props = { className?: string; }; function SearchIcon({ className }: Props) { return ( ); } export { SearchIcon };