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