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