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