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