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