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