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