Files
object-browser/portal-ui/src/icons/index.ts
Daniel Valdivia 1e59f131e8 Fix 1299: Tools menu not showing for Heal Only Policy (#1301)
* Fix 1299: Tools menu not showing for Heal Only Policy

* Fix caching issue

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
2021-12-07 15:38:36 -06:00

121 lines
6.7 KiB
TypeScript

// This file is part of MinIO Console Server
// Copyright (c) 2021 MinIO, Inc.
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
export { default as AccountIcon } from "./AccountIcon";
export { default as AddFolderIcon } from "./AddFolderIcon";
export { default as AddIcon } from "./AddIcon";
export { default as AllBucketsIcon } from "./AllBucketsIcon";
export { default as ArrowIcon } from "./ArrowIcon";
export { default as ArrowRightIcon } from "./ArrowRightIcon";
export { default as BackSettingsIcon } from "./BackSettingsIcon";
export { default as BucketsIcon } from "./BucketsIcon";
export { default as CalendarIcon } from "./CalendarIcon";
export { default as CircleIcon } from "./CircleIcon";
export { default as ClustersIcon } from "./ClustersIcon";
export { default as CollapseIcon } from "./CollapseIcon";
export { default as ComputerLineIcon } from "./ComputerLineIcon";
export { default as ConfigurationsListIcon } from "./ConfigurationsListIcon";
export { default as ConsoleIcon } from "./ConsoleIcon";
export { default as ConsoleLogo } from "./ConsoleLogo";
export { default as CopyIcon } from "./CopyIcon";
export { default as CreateIcon } from "./CreateIcon";
export { default as DashboardIcon } from "./DashboardIcon";
export { default as DeleteIcon } from "./DeleteIcon";
export { default as DiagnosticsIcon } from "./DiagnosticsIcon";
export { default as DocumentationIcon } from "./DocumentationIcon";
export { default as DownloadIcon } from "./DownloadIcon";
export { default as DownloadStatIcon } from "./DownloadStatIcon";
export { default as DrivesIcon } from "./DrivesIcon";
export { default as EditIcon } from "./EditIcon";
export { default as EgressIcon } from "./EgressIcon";
export { default as FileBookIcon } from "./FileBookIcon";
export { default as FileCloudIcon } from "./FileCloudIcon";
export { default as FileCodeIcon } from "./FileCodeIcon";
export { default as FileConfigIcon } from "./FileConfigIcon";
export { default as FileDbIcon } from "./FileDbIcon";
export { default as FileFontIcon } from "./FileFontIcon";
export { default as FileImageIcon } from "./FileImageIcon";
export { default as FileLinkIcon } from "./FileLinkIcon";
export { default as FileLockIcon } from "./FileLockIcon";
export { default as FileMissingIcon } from "./FileMissingIcon";
export { default as FileMusicIcon } from "./FileMusicIcon";
export { default as FilePdfIcon } from "./FilePdfIcon";
export { default as FilePptIcon } from "./FilePptIcon";
export { default as FileTxtIcon } from "./FileTxtIcon";
export { default as FileVideoIcon } from "./FileVideoIcon";
export { default as FileWorldIcon } from "./FileWorldIcon";
export { default as FileXlsIcon } from "./FileXlsIcon";
export { default as FileZipIcon } from "./FileZipIcon";
export { default as FolderIcon } from "./FolderIcon";
export { default as GroupsIcon } from "./GroupsIcon";
export { default as HealIcon } from "./HealIcon";
export { default as HelpIcon } from "./HelpIcon";
export { default as HistoryIcon } from "./HistoryIcon";
export { default as IAMPoliciesIcon } from "./IAMPoliciesIcon";
export { default as JSONIcon } from "./JSONIcon";
export { default as LambdaBalloonIcon } from "./LambdaBalloonIcon";
export { default as LambdaIcon } from "./LambdaIcon";
export { default as LambdaNotificationsIcon } from "./LambdaNotificationsIcon";
export { default as LicenseIcon } from "./LicenseIcon";
export { default as LockIcon } from "./LockIcon";
export { default as LogoutIcon } from "./LogoutIcon";
export { default as LogsIcon } from "./LogsIcon";
export { default as MirroringIcon } from "./MirroringIcon";
export { default as MultipleBucketsIcon } from "./MultipleBucketsIcon";
export { default as NewAccountIcon } from "./NewAccountIcon";
export { default as NextArrowIcon } from "./NextArrowIcon";
export { default as ObjectBrowserFolderIcon } from "./ObjectBrowserFolderIcon";
export { default as ObjectBrowser1Icon } from "./ObjectBrowser1Icon";
export { default as ObjectBrowserIcon } from "./ObjectBrowserIcon";
export { default as ObjectManagerIcon } from "./ObjectManagerIcon";
export { default as OpenListIcon } from "./OpenListIcon";
export { default as OperatorLogo } from "./OperatorLogo";
export { default as PermissionIcon } from "./PermissionIcon";
export { default as PreviewIcon } from "./PreviewIcon";
export { default as PrometheusIcon } from "./PrometheusIcon";
export { default as RecoverIcon } from "./RecoverIcon";
export { default as RedoIcon } from "./RedoIcon";
export { default as RefreshIcon } from "./RefreshIcon";
export { default as RemoveIcon } from "./RemoveIcon";
export { default as ReportedUsageIcon } from "./ReportedUsageIcon";
export { default as SearchIcon } from "./SearchIcon";
export { default as SelectMultipleIcon } from "./SelectMultipleIcon";
export { default as ServersIcon } from "./ServersIcon";
export { default as ServiceAccountIcon } from "./ServiceAccountIcon";
export { default as ServiceAccountsIcon } from "./ServiceAccountsIcon";
export { default as SettingsIcon } from "./SettingsIcon";
export { default as ShareIcon } from "./ShareIcon";
export { default as SpeedtestIcon } from "./SpeedtestIcon";
export { default as StorageIcon } from "./StorageIcon";
export { default as SyncIcon } from "./SyncIcon";
export { default as TenantsIcon } from "./TenantsIcon";
export { default as TenantsOutlineIcon } from "./TenantsOutlineIcon";
export { default as TiersIcon } from "./TiersIcon";
export { default as ToolsIcon } from "./ToolsIcon";
export { default as TotalObjectsIcon } from "./TotalObjectsIcon";
export { default as TraceIcon } from "./TraceIcon";
export { default as TrashIcon } from "./TrashIcon";
export { default as UploadFile } from "./UploadFile";
export { default as UploadFolderIcon } from "./UploadFolderIcon";
export { default as UploadIcon } from "./UploadIcon";
export { default as UploadStatIcon } from "./UploadStatIcon";
export { default as UptimeIcon } from "./UptimeIcon";
export { default as UsersIcon } from "./UsersIcon";
export { default as VersionIcon } from "./VersionIcon";
export { default as WarnIcon } from "./WarnIcon";
export { default as WarpIcon } from "./WarpIcon";
export { default as WatchIcon } from "./WatchIcon";