From 6556ce28af54616fda496e39868b5548a92e93f8 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 12 Jun 2024 21:11:53 -0500 Subject: [PATCH] Revert unneeded change --- src/components/IconCircle.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/IconCircle.tsx b/src/components/IconCircle.tsx index 29af0496a4..b8b52615a8 100644 --- a/src/components/IconCircle.tsx +++ b/src/components/IconCircle.tsx @@ -9,6 +9,7 @@ import { ViewStyleProp, } from '#/alf' import {Props} from '#/components/icons/common' +import {Growth_Stroke2_Corner0_Rounded as Growth} from '#/components/icons/Growth' export function IconCircle({ icon: Icon, @@ -16,7 +17,7 @@ export function IconCircle({ style, iconStyle, }: ViewStyleProp & { - icon: React.ComponentType + icon: typeof Growth size?: Props['size'] iconStyle?: TextStyleProp['style'] }) {