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