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