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