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