/** * Icon component CSS custom properties (design tokens) * * This file contains all the CSS custom properties used by the nr-icon component, * organized by functionality and including comprehensive theme support for multiple design systems. * * The styling system uses CSS custom properties with fallbacks to allow * for both global and local customization of icon appearance across different themes: * - Light theme (default) * - Dark theme * - Carbon Design System (light/dark) * - Default Design System (light/dark) * * Design tokens follow the pattern: --nuraly-[component]-[property]-[variant] */ export declare const styleVariables: import("lit").CSSResult; //# sourceMappingURL=icon.variables.d.ts.map