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