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