/// import type IconType from '../IconType'; declare const MicOn: ({ color, size, ...rest }: IconType) => JSX.Element; export default MicOn;