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