import * as React from 'react'; import I18n from 'i18n-js'; import { BsReply } from 'react-icons/bs'; import { FiEdit, FiDelete } from 'react-icons/fi'; import { ImCancelCircle } from 'react-icons/im'; import { TbLock, TbLockOpen } from 'react-icons/tb'; import { MdContentCopy, MdDone, MdOutlineArrowBack } from 'react-icons/md'; import { GrTest } from 'react-icons/gr'; import { MdOutlineLibraryBooks } from "react-icons/md"; import { MdVerified } from "react-icons/md"; export const EditIcon = () => ; export const DeleteIcon = () => ; export const CancelIcon = () => ; export const BlockIcon = () => ; export const UnblockIcon = () => ; export const CopyIcon = () => ; export const TestIcon = () => ; export const DoneIcon = () => ; export const BackIcon = () => ; export const ReplyIcon = () => ; export const LearnMoreIcon = () => ; export const StaffIcon = () => ( );