import { IconTypes } from "./IconTypes"; export const HomeSVG: React.FC = ({ color, height, width, className, }) => { return ( ); };