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