UNPKG

igniteui-react-core

Version:
107 lines (106 loc) 3.18 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { __extends } from "tslib"; import { NativeUIComponent } from "./NativeUIComponent"; import { markType } from "./type"; /** * @hidden */ var NativeUIIcon = /** @class */ /*@__PURE__*/ (function (_super) { __extends(NativeUIIcon, _super); function NativeUIIcon() { return _super !== null && _super.apply(this, arguments) || this; } NativeUIIcon.prototype.get_e = function () { return 11; }; Object.defineProperty(NativeUIIcon.prototype, "br", { get: function () { var a = this.ah(15); return a; }, set: function (a) { this.a5(15, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIcon.prototype, "bs", { get: function () { var a = this.ah(16); return a; }, set: function (a) { this.a5(16, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIcon.prototype, "bo", { get: function () { return this.ah(45); }, set: function (a) { this.a5(45, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIcon.prototype, "bp", { get: function () { return this.ah(46); }, set: function (a) { this.a5(46, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIcon.prototype, "bq", { get: function () { return this.ah(47); }, set: function (a) { this.a5(47, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIcon.prototype, "bn", { get: function () { return this.ah(48); }, set: function (a) { this.a5(48, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIcon.prototype, "bl", { get: function () { return this.ah(64); }, set: function (a) { this.a5(64, a); }, enumerable: false, configurable: true }); Object.defineProperty(NativeUIIcon.prototype, "bm", { get: function () { return this.ah(65); }, set: function (a) { this.a5(65, a); }, enumerable: false, configurable: true }); NativeUIIcon.$t = markType(NativeUIIcon, 'NativeUIIcon', NativeUIComponent.$); return NativeUIIcon; }(NativeUIComponent)); export { NativeUIIcon };