UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

14 lines (13 loc) 372 B
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details. v3.2.1 */ const KindIcons = { brand: "lightbulb", danger: "exclamationMarkTriangle", info: "information", success: "checkCircle", warning: "exclamationMarkTriangle" }; export { KindIcons as K };