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