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