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