UNPKG

primeng

Version:

PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB

34 lines (30 loc) 1.83 kB
import * as i0 from '@angular/core'; import { Component } from '@angular/core'; import { BaseIcon } from 'primeng/icons/baseicon'; class BlankIcon extends BaseIcon { static ɵfac = /*@__PURE__*/ (() => { let ɵBlankIcon_BaseFactory; return function BlankIcon_Factory(__ngFactoryType__) { return (ɵBlankIcon_BaseFactory || (ɵBlankIcon_BaseFactory = i0.ɵɵgetInheritedFactory(BlankIcon)))(__ngFactoryType__ || BlankIcon); }; })(); static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BlankIcon, selectors: [["BlankIcon"]], features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 0, consts: [["width", "14", "height", "14", "viewBox", "0 0 14 14", "fill", "none", "xmlns", "http://www.w3.org/2000/svg"], ["width", "1", "height", "1", "fill", "currentColor", "fill-opacity", "0"]], template: function BlankIcon_Template(rf, ctx) { if (rf & 1) { i0.ɵɵnamespaceSVG(); i0.ɵɵelementStart(0, "svg", 0); i0.ɵɵelement(1, "rect", 1); i0.ɵɵelementEnd(); } }, encapsulation: 2 }); } (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BlankIcon, [{ type: Component, args: [{ selector: 'BlankIcon', standalone: true, template: ` <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect width="1" height="1" fill="currentColor" fill-opacity="0" /> </svg> ` }] }], null, null); })(); (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(BlankIcon, { className: "BlankIcon", filePath: "blank.ts", lineNumber: 13 }); })(); /** * Generated bundle index. Do not edit. */ export { BlankIcon }; //# sourceMappingURL=primeng-icons-blank.mjs.map