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