interfaces-971ccc32.js 499 B

1234567891011121314
  1. /*!
  2. * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
  4. * v1.0.0-beta.97
  5. */
  6. 'use strict';
  7. exports.StatusIcons = void 0;
  8. (function (StatusIcons) {
  9. StatusIcons["green"] = "checkCircle";
  10. StatusIcons["yellow"] = "exclamationMarkTriangle";
  11. StatusIcons["red"] = "exclamationMarkTriangle";
  12. StatusIcons["blue"] = "lightbulb";
  13. })(exports.StatusIcons || (exports.StatusIcons = {}));