| 12345678910111213 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.XMAKE_ICONS_CODEPOINTS = exports.XmakeIcons = void 0;
- var XmakeIcons;
- (function (XmakeIcons) {
- XmakeIcons["XmakeLogo"] = "xmake-logo";
- XmakeIcons["XmakeBuild"] = "xmake-build";
- })(XmakeIcons = exports.XmakeIcons || (exports.XmakeIcons = {}));
- exports.XMAKE_ICONS_CODEPOINTS = {
- [XmakeIcons.XmakeLogo]: "61697",
- [XmakeIcons.XmakeBuild]: "61698",
- };
- //# sourceMappingURL=xmake-icons.js.map
|