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