igniteui-react-core
Version:
Ignite UI React Core.
107 lines (106 loc) • 3.18 kB
JavaScript
/*
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, "bq", {
get: function () {
var a = this.ag(15);
return a;
},
set: function (a) {
this.a4(15, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIcon.prototype, "br", {
get: function () {
var a = this.ag(16);
return a;
},
set: function (a) {
this.a4(16, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIcon.prototype, "bn", {
get: function () {
return this.ag(44);
},
set: function (a) {
this.a4(44, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIcon.prototype, "bo", {
get: function () {
return this.ag(45);
},
set: function (a) {
this.a4(45, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIcon.prototype, "bp", {
get: function () {
return this.ag(46);
},
set: function (a) {
this.a4(46, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIcon.prototype, "bm", {
get: function () {
return this.ag(47);
},
set: function (a) {
this.a4(47, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIcon.prototype, "bk", {
get: function () {
return this.ag(63);
},
set: function (a) {
this.a4(63, a);
},
enumerable: false,
configurable: true
});
Object.defineProperty(NativeUIIcon.prototype, "bl", {
get: function () {
return this.ag(64);
},
set: function (a) {
this.a4(64, a);
},
enumerable: false,
configurable: true
});
NativeUIIcon.$t = markType(NativeUIIcon, 'NativeUIIcon', NativeUIComponent.$);
return NativeUIIcon;
}(NativeUIComponent));
export { NativeUIIcon };