Skip to content

Commit

Permalink
Merge pull request #2596 from AsToNlele/add-monitoring-icon
Browse files Browse the repository at this point in the history
Add MonitoringIcon to AllServices
  • Loading branch information
Hyperkid123 authored Aug 1, 2023
2 parents 81c26a7 + ad68a24 commit e8f0394
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AllServices/AllServicesIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import InfrastructureIcon from '@patternfly/react-icons/dist/js/icons/infrastruc
import RocketIcon from '@patternfly/react-icons/dist/js/icons/rocket-icon';
import ShoppingCartIcon from '@patternfly/react-icons/dist/js/icons/shopping-cart-icon';
import UsersIcon from '@patternfly/react-icons/dist/js/icons/users-icon';
import MonitoringIcon from '@patternfly/react-icons/dist/js/icons/monitoring-icon';

const AllServicesIcons = {
CloudUploadAltIcon,
Expand All @@ -28,6 +29,7 @@ const AllServicesIcons = {
ShoppingCartIcon,
CubeIcon,
BoxesIcon,
MonitoringIcon,
};

export default AllServicesIcons;

0 comments on commit e8f0394

Please sign in to comment.