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