import type { IconSet } from '../../types/icon.types'; /** * Quantum icon pack — solid filled glyphs, Material register. * * The only filled pack of the four, which is what makes Quantum readable at a * glance as a different product: against its tonal surfaces and elevated * container, a stroke icon looks unfinished. Shapes sit on a 16px grid with 2px * corner rounding to match the theme's 8px control radius at icon scale. * * Partial by design — names omitted here fall through to `coreIcons`. */ export declare const quantumIcons: IconSet; //# sourceMappingURL=quantum-icons.d.ts.map