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