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