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