# @ngxi/stash

[![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**: Stash Icons
- **Prefix**: `stash`
- **Icons**: 982
- **License**: [MIT](https://github.com/stash-ui/icons/blob/master/LICENSE)
- **Author**: [Pingback LLC](https://github.com/stash-ui/icons)
- **Website**: [https://github.com/stash-ui/icons](https://github.com/stash-ui/icons)

## Installation

```sh
pnpm add @ngxi/stash
```

## Usage

```ts
import { Component } from '@angular/core'
import { NgxiStash, stashCloudSolid } from '@ngxi/stash'

@Component({
  imports: [NgxiStash],
  template: `<svg [ngxiStash]="stashCloudSolid"></svg>`
})
export class UsageIcon {
  protected stashCloudSolid = stashCloudSolid
}
```

## 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/stash?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/@ngxi/stash
[npm-downloads-src]: https://img.shields.io/npm/dm/@ngxi/stash?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/@ngxi/stash
[bundle-src]: https://img.shields.io/bundlephobia/minzip/@ngxi/stash?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=@ngxi/stash
[license-src]: https://img.shields.io/npm/l/@ngxi/stash?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/stash
