UNPKG

@ngxi/icons8

Version:

Icon set Icons8 Windows 10 Icons for Angular applications

63 lines (48 loc) 1.99 kB
# @ngxi/icons8 [![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**: Icons8 Windows 10 Icons - **Prefix**: `icons8` - **Icons**: 234 - **License**: [MIT]() - **Author**: [Icons8](https://github.com/icons8/windows-10-icons) - **Website**: [https://github.com/icons8/windows-10-icons](https://github.com/icons8/windows-10-icons) ## Installation ```sh pnpm add @ngxi/icons8 ``` ## Usage ```ts import { Component } from '@angular/core' import { NgxiIcons8, icons8Checked } from '@ngxi/icons8' @Component({ imports: [NgxiIcons8], template: `<svg [ngxiIcons8]="icons8Checked"></svg>` }) export class UsageIcon { protected icons8Checked = icons8Checked } ``` ## 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/icons8?style=flat&colorA=080f12&colorB=1fa669 [npm-version-href]: https://npmjs.com/package/@ngxi/icons8 [npm-downloads-src]: https://img.shields.io/npm/dm/@ngxi/icons8?style=flat&colorA=080f12&colorB=1fa669 [npm-downloads-href]: https://npmjs.com/package/@ngxi/icons8 [bundle-src]: https://img.shields.io/bundlephobia/minzip/@ngxi/icons8?style=flat&colorA=080f12&colorB=1fa669&label=minzip [bundle-href]: https://bundlephobia.com/result?p=@ngxi/icons8 [license-src]: https://img.shields.io/npm/l/@ngxi/icons8?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/icons8