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