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