UNPKG

@ngxi/pajamas

Version:

Icon set Gitlab SVGs for Angular applications

63 lines (48 loc) 2.12 kB
# @ngxi/pajamas [![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**: Gitlab SVGs - **Prefix**: `pajamas` - **Icons**: 410 - **License**: [MIT](https://gitlab.com/gitlab-org/gitlab-svgs/-/blob/main/LICENSE) - **Author**: [GitLab B.V.](https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main) - **Website**: [https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main](https://gitlab.com/gitlab-org/gitlab-svgs/-/tree/main) ## Installation ```sh pnpm add @ngxi/pajamas ``` ## Usage ```ts import { Component } from '@angular/core' import { NgxiPajamas, pajamasPreferences } from '@ngxi/pajamas' @Component({ imports: [NgxiPajamas], template: `<svg [ngxiPajamas]="pajamasPreferences"></svg>` }) export class UsageIcon { protected pajamasPreferences = pajamasPreferences } ``` ## 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/pajamas?style=flat&colorA=080f12&colorB=1fa669 [npm-version-href]: https://npmjs.com/package/@ngxi/pajamas [npm-downloads-src]: https://img.shields.io/npm/dm/@ngxi/pajamas?style=flat&colorA=080f12&colorB=1fa669 [npm-downloads-href]: https://npmjs.com/package/@ngxi/pajamas [bundle-src]: https://img.shields.io/bundlephobia/minzip/@ngxi/pajamas?style=flat&colorA=080f12&colorB=1fa669&label=minzip [bundle-href]: https://bundlephobia.com/result?p=@ngxi/pajamas [license-src]: https://img.shields.io/npm/l/@ngxi/pajamas?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/pajamas