import type { Keyof } from '../types'; import type { ICON_ASSETS } from './icons'; export type IconNameType = Keyof;