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