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