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