import type iconsMetadata from './material-symbols-metadata.json'; type MaterialIconNames = keyof typeof iconsMetadata; export type IconNames = MaterialIconNames | 'auto_awesome'; export {};