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