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