export default function SearchIcon({ width = 24, height = 24, color = 'currentColor', className = '' }) { return ( ); }