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