import * as React from "react"; import { SVGProps } from "react"; const SvgHeadHeart = (props: SVGProps) => ( ); export default SvgHeadHeart;