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