import * as i0 from '@angular/core'; import { Component } from '@angular/core'; import { BaseIcon } from 'primeng/baseicon'; class TimesIcon extends BaseIcon { static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: TimesIcon, deps: null, target: i0.ɵɵFactoryTarget.Component }); static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", type: TimesIcon, isStandalone: true, selector: "TimesIcon", usesInheritance: true, ngImport: i0, template: ` `, isInline: true }); } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: TimesIcon, decorators: [{ type: Component, args: [{ selector: 'TimesIcon', standalone: true, imports: [BaseIcon], template: ` ` }] }] }); /** * Generated bundle index. Do not edit. */ export { TimesIcon }; //# sourceMappingURL=primeng-icons-times.mjs.map