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