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