// lib/icons.ts // Font Awesome class names export const iconSvgPaths: Record = { // Main Widget Icons accessibility: "fas fa-universal-access", eye: "fas fa-eye", ear: "fas fa-ear-listen", type: "fas fa-font", messagesquare: "fas fa-comment-alt", volume2: "fas fa-volume-up", mousepointer2: "fas fa-mouse-pointer", // Option Icons (updated and new) circleHalfStroke: "fas fa-circle-half-stroke", // For invert colors circleDot: "fas fa-circle-dot", // For monochrome (grayscale) moon: "fas fa-moon", // For dark contrast sun: "fas fa-sun", // For light contrast dropletSlash: "fas fa-droplet-slash", // For low saturation droplet: "fas fa-droplet", // For high saturation link: "fas fa-link", // For highlight links heading: "fas fa-heading", // For highlight headings bookOpen: "fas fa-book-open", // For reading mode magnifyingGlassPlus: "fas fa-magnifying-glass-plus", // For content scaling textHeight: "fas fa-text-height", // For font size gripLines: "fas fa-grip-lines", // For line height textWidth: "fas fa-text-width", // For letter spacing // New icons blueFilter: "fas fa-eye-low-vision", // Updated icon for blue filter muteSounds: "fas fa-volume-xmark", // For mute sounds // Existing icons (kept) imageOff: "fas fa-eye-slash", // For remove images palette: "fas fa-palette", // For colorblind mode zapOff: "fas fa-bolt-lightning", // For disable animations check: "fas fa-check", // For active state indicator (though now less used) // Header action icons rotateRight: "fas fa-rotate-right", // For reset xmark: "fas fa-xmark", // For close }