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