diff --git a/packages/icons/plugins/GoodGhosting.tsx b/packages/icons/plugins/GoodGhosting.tsx
index 4d0d6be43f84..98aa38a205bd 100644
--- a/packages/icons/plugins/GoodGhosting.tsx
+++ b/packages/icons/plugins/GoodGhosting.tsx
@@ -1,7 +1,7 @@
-import { createIcon } from '../utils'
+import { createPaletteAwareIcon } from '../utils'
import type { SvgIcon } from '@mui/material'
-export const GoogGhostingIcon: typeof SvgIcon = createIcon(
+export const GoogGhostingIcon: typeof SvgIcon = createPaletteAwareIcon(
'GoogGhostingIcon',
,
+
+
+ ,
'0 0 28 28',
)