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