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