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