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