@ngxi/eos-icons
v0.12.33
Published
Icon set EOS Icons for Angular applications
Maintainers
Readme
@ngxi/eos-icons
Icon Set Info
- Name: EOS Icons
- Prefix:
eos-icons - Icons: 253
- License: MIT
- Author: SUSE UX/UI team
- Website: https://gitlab.com/SUSE-UIUX/eos-icons
Installation
pnpm add @ngxi/eos-iconsUsage
import { Component } from '@angular/core'
import { NgxiEosIcons, eosIconsModifiedDateOutlined } from '@ngxi/eos-icons'
@Component({
imports: [NgxiEosIcons],
template: `<svg [ngxiEosIcons]="eosIconsModifiedDateOutlined"></svg>`
})
export class UsageIcon {
protected eosIconsModifiedDateOutlined = eosIconsModifiedDateOutlined
}Sponsors
License
MIT License © 2025-PRESENT Adrián UB
