import { SVGIconComponent } from "~/components/icons/types"; export const SearchIcon: SVGIconComponent = (props) => { return ( ); };