From 7c2c7e60b3345e085526b540ac674162f3b42111 Mon Sep 17 00:00:00 2001 From: Hom Yan Date: Thu, 9 Dec 2021 13:56:07 +0800 Subject: [PATCH] fix: GoodGhosting icon --- packages/icons/plugins/GoodGhosting.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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', )