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