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