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