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