Revert unneeded change

This commit is contained in:
Eric Bailey
2024-06-12 21:11:53 -05:00
parent 0d2b9797b1
commit 6556ce28af
+2 -1
View File
@@ -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<Props>
icon: typeof Growth
size?: Props['size']
iconStyle?: TextStyleProp['style']
}) {