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