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