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