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