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