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