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