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