UNPKG

igniteui-react-core

Version:
71 lines (70 loc) 1.89 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 { NativeUIComponent } from "./NativeUIComponent"; import { markType } from "./type"; /** * @hidden */ export let NativeUIIcon = /*@__PURE__*/ (() => { class NativeUIIcon extends NativeUIComponent { get_e() { return 11; } get bq() { let a = this.ag(15); return a; } set bq(a) { this.a4(15, a); } get br() { let a = this.ag(16); return a; } set br(a) { this.a4(16, a); } get bn() { return this.ag(44); } set bn(a) { this.a4(44, a); } get bo() { return this.ag(45); } set bo(a) { this.a4(45, a); } get bp() { return this.ag(46); } set bp(a) { this.a4(46, a); } get bm() { return this.ag(47); } set bm(a) { this.a4(47, a); } get bk() { return this.ag(63); } set bk(a) { this.a4(63, a); } get bl() { return this.ag(64); } set bl(a) { this.a4(64, a); } } NativeUIIcon.$t = /*@__PURE__*/ markType(NativeUIIcon, 'NativeUIIcon', NativeUIComponent.$); return NativeUIIcon; })();