igniteui-react-core
Version:
Ignite UI React Core.
71 lines (70 loc) • 1.89 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 { NativeUIComponent } from "./NativeUIComponent";
import { markType } from "./type";
/**
* @hidden
*/
export let NativeUIIcon = /*@__PURE__*/ (() => {
class NativeUIIcon extends NativeUIComponent {
get_e() {
return 11;
}
get br() {
let a = this.ah(15);
return a;
}
set br(a) {
this.a5(15, a);
}
get bs() {
let a = this.ah(16);
return a;
}
set bs(a) {
this.a5(16, a);
}
get bo() {
return this.ah(45);
}
set bo(a) {
this.a5(45, a);
}
get bp() {
return this.ah(46);
}
set bp(a) {
this.a5(46, a);
}
get bq() {
return this.ah(47);
}
set bq(a) {
this.a5(47, a);
}
get bn() {
return this.ah(48);
}
set bn(a) {
this.a5(48, a);
}
get bl() {
return this.ah(64);
}
set bl(a) {
this.a5(64, a);
}
get bm() {
return this.ah(65);
}
set bm(a) {
this.a5(65, a);
}
}
NativeUIIcon.$t = /*@__PURE__*/ markType(NativeUIIcon, 'NativeUIIcon', NativeUIComponent.$);
return NativeUIIcon;
})();