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