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