import * as React from 'react'; import { Icon, initializeIcons } from '@fluentui/react'; initializeIcons(); const infoIcon = ; const warining = ; const errorBadge = ; const completed = ; const blocked = ; const copy = ; const tableListIcon = ; const downLoadIcon = { iconName: 'Download' }; const infoIconAbout = { iconName: 'info' }; const timeIcon = { iconName: 'ReminderTime' }; const disableUpdates = { iconName: 'DisableUpdates' }; const requency = { iconName: 'Timer' }; const closeTimer = { iconName: 'Blocked2' }; const LineChart = ; const Edit = ; const CheckMark = ; const Cancel = ; const ReplyAll = { iconName: 'ReplyAll' }; const RevToggleKey = { iconName: 'RevToggleKey' }; const ChevronRightMed = ; export { infoIcon, warining, errorBadge, completed, blocked, infoIconAbout, copy, tableListIcon, downLoadIcon, timeIcon, disableUpdates, requency, closeTimer, LineChart, Edit, CheckMark, Cancel, ReplyAll, RevToggleKey, ChevronRightMed };