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