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