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