import { SVGProps } from 'react'; export function Heading1Icon(props: JSX.IntrinsicAttributes & SVGProps) { return ( ); }