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