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