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