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