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