import type { icons as heroIcons } from '@iconify-json/heroicons/icons.json';
export type HeroIconName = keyof typeof heroIcons;
