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