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