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