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