import type { IconSet } from '../../types/icon.types'; /** * Photon icon pack — hairline 1px stroke, open forms, rounded caps. * * The editorial register: the lightest of the four packs, drawn slightly larger * within the 16px box so the thin stroke still reads. Forms are open and airy * to match a borderless grid with hairline dividers — a heavy glyph would be the * darkest thing on the screen and pull focus from the data. * * Partial by design — names omitted here fall through to `coreIcons`. */ export declare const photonIcons: IconSet; //# sourceMappingURL=photon-icons.d.ts.map