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