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