33 lines
1.4 KiB
JavaScript
33 lines
1.4 KiB
JavaScript
import * as i0 from '@angular/core';
|
|
import { Component } from '@angular/core';
|
|
import { BaseIcon } from 'primeng/baseicon';
|
|
|
|
class BlankIcon extends BaseIcon {
|
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: BlankIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.7", 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" v-bind="pti()">
|
|
<rect width="1" height="1" fill="currentColor" fill-opacity="0" />
|
|
</svg>
|
|
`, isInline: true });
|
|
}
|
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: BlankIcon, decorators: [{
|
|
type: Component,
|
|
args: [{
|
|
selector: 'BlankIcon',
|
|
standalone: true,
|
|
imports: [BaseIcon],
|
|
template: `
|
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="pti()">
|
|
<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
|