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