diff --git a/src/platform/packages/shared/kbn-cps-utils/components/cps_icon.tsx b/src/platform/packages/shared/kbn-cps-utils/components/cps_icon.tsx
index c70f49feec276..756f0c5887eed 100644
--- a/src/platform/packages/shared/kbn-cps-utils/components/cps_icon.tsx
+++ b/src/platform/packages/shared/kbn-cps-utils/components/cps_icon.tsx
@@ -7,42 +7,33 @@
* License v3.0 only", or the "Server Side Public License, v 1".
*/
-import { useEuiTheme } from '@elastic/eui';
import React from 'react';
-
-export const CPSIcon = () => {
- return (
-
- );
-};
+import { useEuiTheme } from '@elastic/eui';
export const CPSIconDisabled = () => {
- const { euiTheme } = useEuiTheme();
+ const {
+ euiTheme: {
+ colors: { textDisabled },
+ },
+ } = useEuiTheme();
return (