import React from 'react'; type Props = React.SVGProps; const HomeIcon: React.FC = ({ ...props }) => { return ( ); }; export default HomeIcon;