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