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