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