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