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