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