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