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

24 lines (20 loc) 1.17 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: "20.1.3", ngImport: i0, type: BlankIcon, deps: null, target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.3", type: BlankIcon, isStandalone: true, selector: "[data-p-icon=\"blank\"]", usesInheritance: true, ngImport: i0, template: ` <svg:rect width="1" height="1" fill="currentColor" fill-opacity="0" /> `, isInline: true }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: BlankIcon, decorators: [{ type: Component, args: [{ selector: '[data-p-icon="blank"]', standalone: true, template: ` <svg:rect width="1" height="1" fill="currentColor" fill-opacity="0" /> ` }] }] }); /** * Generated bundle index. Do not edit. */ export { BlankIcon }; //# sourceMappingURL=primeng-icons-blank.mjs.map