@ngxi/weui
v0.12.33
Published
Icon set WeUI Icon for Angular applications
Downloads
452
Maintainers
Readme
@ngxi/weui
Icon Set Info
- Name: WeUI Icon
- Prefix:
weui - Icons: 162
- License: MIT
- Author: WeUI
- Website: https://github.com/weui/weui-icon
Installation
pnpm add @ngxi/weuiUsage
import { Component } from '@angular/core'
import { NgxiWeui, weuiSearchOutlined } from '@ngxi/weui'
@Component({
imports: [NgxiWeui],
template: `<svg [ngxiWeui]="weuiSearchOutlined"></svg>`
})
export class UsageIcon {
protected weuiSearchOutlined = weuiSearchOutlined
}Sponsors
License
MIT License © 2025-PRESENT Adrián UB
