import { SVGProps } from "react"; export default function HomeIcon(props: SVGProps) { return ( ); }