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