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