@ngxi/cif
Version:
Icon set CoreUI Flags for Angular applications
63 lines (48 loc) • 1.97 kB
Markdown
# @ngxi/cif
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![bundle][bundle-src]][bundle-href]
[![JSDocs][jsdocs-src]][jsdocs-href]
[![License][license-src]][license-href]
## Icon Set Info
- **Name**: CoreUI Flags
- **Prefix**: `cif`
- **Icons**: 199
- **License**: [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/)
- **Author**: [creativeLabs Łukasz Holeczek](https://github.com/coreui/coreui-icons)
- **Website**: [https://github.com/coreui/coreui-icons](https://github.com/coreui/coreui-icons)
## Installation
```sh
pnpm add @ngxi/cif
```
## Usage
```ts
import { Component } from '@angular/core'
import { NgxiCif, cifEe } from '@ngxi/cif'
@Component({
imports: [NgxiCif],
template: `<svg [ngxiCif]="cifEe"></svg>`
})
export class UsageIcon {
protected cifEe = cifEe
}
```
## Sponsors
<p align="center">
<a href="https://cdn.jsdelivr.net/gh/adrian-ub/static/sponsors.svg">
<img src='https://cdn.jsdelivr.net/gh/adrian-ub/static/sponsors.svg'/>
</a>
</p>
## License
CC0 1.0 License © 2025-PRESENT [Adrián UB](https://github.com/adrian-ub)
<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/@ngxi/cif?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/@ngxi/cif
[npm-downloads-src]: https://img.shields.io/npm/dm/@ngxi/cif?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/@ngxi/cif
[bundle-src]: https://img.shields.io/bundlephobia/minzip/@ngxi/cif?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=@ngxi/cif
[license-src]: https://img.shields.io/npm/l/@ngxi/cif?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/adrian-ub/ngxi/blob/main/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/@ngxi/cif