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