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