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