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