import * as React from 'react'; export interface Heading-416Props extends React.SVGProps { ariaLabel?: string } export default function Heading-416({ ariaLabel, ...props }: Heading-416Props) { return ( ); }