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