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