Skip to main content

Variable: ICON_INTENTS

const ICON_INTENTS: readonly ["disclosure.expand", "disclosure.collapse", "selection.checked", "selection.indeterminate", "action.close", "action.search", "action.increment", "action.decrement", "action.sortAscending", "action.sortDescending", "action.more", "action.help", "navigation.menu", "status.success", "status.alert", "status.info"]

Defined in: components/Icon/intents.ts:28

The intents currently backed by a glyph, grouped by family. Values are the canonical {family}.{intent} identifiers. Adding a member here is a type-level requirement to add its glyph in INTENT_GLYPHS (glyphs.ts).