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