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