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