import { asColor } from '@hanzo/ui/product'
No examples yet.
export type IconColor = GetThemeValueForKey<'color'>
export type IconLike = ComponentType<{ size?: number; color?: IconColor }>