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