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