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