Revert unneeded change
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
|||||||
ViewStyleProp,
|
ViewStyleProp,
|
||||||
} from '#/alf'
|
} from '#/alf'
|
||||||
import {Props} from '#/components/icons/common'
|
import {Props} from '#/components/icons/common'
|
||||||
|
import {Growth_Stroke2_Corner0_Rounded as Growth} from '#/components/icons/Growth'
|
||||||
|
|
||||||
export function IconCircle({
|
export function IconCircle({
|
||||||
icon: Icon,
|
icon: Icon,
|
||||||
@@ -16,7 +17,7 @@ export function IconCircle({
|
|||||||
style,
|
style,
|
||||||
iconStyle,
|
iconStyle,
|
||||||
}: ViewStyleProp & {
|
}: ViewStyleProp & {
|
||||||
icon: React.ComponentType<Props>
|
icon: typeof Growth
|
||||||
size?: Props['size']
|
size?: Props['size']
|
||||||
iconStyle?: TextStyleProp['style']
|
iconStyle?: TextStyleProp['style']
|
||||||
}) {
|
}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user