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