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