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