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