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