@ngxi/ps
v0.12.33
Published
Icon set PrestaShop Icons for Angular applications
Downloads
13
Maintainers
Readme
@ngxi/ps
Icon Set Info
- Name: PrestaShop Icons
- Prefix:
ps - Icons: 479
- License: CC BY-NC 4.0
- Author: PrestaShop
- Website: https://github.com/PrestaShop/prestashop-icon-font
Installation
pnpm add @ngxi/psUsage
import { Component } from '@angular/core'
import { NgxiPs, psBell } from '@ngxi/ps'
@Component({
imports: [NgxiPs],
template: `<svg [ngxiPs]="psBell"></svg>`
})
export class UsageIcon {
protected psBell = psBell
}Sponsors
License
CC BY-NC 4.0 License © 2025-PRESENT Adrián UB
