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