UNPKG

@ngxi/entypo

Version:

Icon set Entypo+ for Angular applications

63 lines (48 loc) 2.04 kB
# @ngxi/entypo [![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**: Entypo+ - **Prefix**: `entypo` - **Icons**: 321 - **License**: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) - **Author**: [Daniel Bruce](https://github.com/chancancode/entypo-plus) - **Website**: [https://github.com/chancancode/entypo-plus](https://github.com/chancancode/entypo-plus) ## Installation ```sh pnpm add @ngxi/entypo ``` ## Usage ```ts import { Component } from '@angular/core' import { NgxiEntypo, entypoBell } from '@ngxi/entypo' @Component({ imports: [NgxiEntypo], template: `<svg [ngxiEntypo]="entypoBell"></svg>` }) export class UsageIcon { protected entypoBell = entypoBell } ``` ## 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 CC BY-SA 4.0 License © 2025-PRESENT [Adrián UB](https://github.com/adrian-ub) <!-- Badges --> [npm-version-src]: https://img.shields.io/npm/v/@ngxi/entypo?style=flat&colorA=080f12&colorB=1fa669 [npm-version-href]: https://npmjs.com/package/@ngxi/entypo [npm-downloads-src]: https://img.shields.io/npm/dm/@ngxi/entypo?style=flat&colorA=080f12&colorB=1fa669 [npm-downloads-href]: https://npmjs.com/package/@ngxi/entypo [bundle-src]: https://img.shields.io/bundlephobia/minzip/@ngxi/entypo?style=flat&colorA=080f12&colorB=1fa669&label=minzip [bundle-href]: https://bundlephobia.com/result?p=@ngxi/entypo [license-src]: https://img.shields.io/npm/l/@ngxi/entypo?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/entypo