xmake-icons.js 488 B

12345678910111213
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.XMAKE_ICONS_CODEPOINTS = exports.XmakeIcons = void 0;
  4. var XmakeIcons;
  5. (function (XmakeIcons) {
  6. XmakeIcons["XmakeLogo"] = "xmake-logo";
  7. XmakeIcons["XmakeBuild"] = "xmake-build";
  8. })(XmakeIcons = exports.XmakeIcons || (exports.XmakeIcons = {}));
  9. exports.XMAKE_ICONS_CODEPOINTS = {
  10. [XmakeIcons.XmakeLogo]: "61697",
  11. [XmakeIcons.XmakeBuild]: "61698",
  12. };
  13. //# sourceMappingURL=xmake-icons.js.map