import React from "react";

/**
 * mic-on-solid.svg
 */
declare const MicOnSolidIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default MicOnSolidIcon;
