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

32 lines (28 loc) 1.4 kB
import * as i0 from '@angular/core'; import { Component } from '@angular/core'; import { BaseIcon } from 'primeng/icons/baseicon'; class BlankIcon extends BaseIcon { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: BlankIcon, deps: null, target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: BlankIcon, isStandalone: true, selector: "BlankIcon", usesInheritance: true, ngImport: i0, 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> `, isInline: true }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: BlankIcon, decorators: [{ 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> ` }] }] }); /** * Generated bundle index. Do not edit. */ export { BlankIcon }; //# sourceMappingURL=primeng-icons-blank.mjs.map