UNPKG

@ngxi/ooui

Version:

Icon set OOUI for Angular applications

63 lines (48 loc) 1.98 kB
# @ngxi/ooui [![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**: OOUI - **Prefix**: `ooui` - **Icons**: 366 - **License**: [MIT](https://github.com/wikimedia/oojs-ui/blob/master/LICENSE-MIT) - **Author**: [OOUI Team](https://github.com/wikimedia/oojs-ui) - **Website**: [https://github.com/wikimedia/oojs-ui](https://github.com/wikimedia/oojs-ui) ## Installation ```sh pnpm add @ngxi/ooui ``` ## Usage ```ts import { Component } from '@angular/core' import { NgxiOoui, oouiSearch } from '@ngxi/ooui' @Component({ imports: [NgxiOoui], template: `<svg [ngxiOoui]="oouiSearch"></svg>` }) export class UsageIcon { protected oouiSearch = oouiSearch } ``` ## 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 MIT License © 2025-PRESENT [Adrián UB](https://github.com/adrian-ub) <!-- Badges --> [npm-version-src]: https://img.shields.io/npm/v/@ngxi/ooui?style=flat&colorA=080f12&colorB=1fa669 [npm-version-href]: https://npmjs.com/package/@ngxi/ooui [npm-downloads-src]: https://img.shields.io/npm/dm/@ngxi/ooui?style=flat&colorA=080f12&colorB=1fa669 [npm-downloads-href]: https://npmjs.com/package/@ngxi/ooui [bundle-src]: https://img.shields.io/bundlephobia/minzip/@ngxi/ooui?style=flat&colorA=080f12&colorB=1fa669&label=minzip [bundle-href]: https://bundlephobia.com/result?p=@ngxi/ooui [license-src]: https://img.shields.io/npm/l/@ngxi/ooui?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/ooui