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