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