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