# @pie-lib/icons

> Some simple icons

Latest version **4.0.4** (published 2026-09-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install @pie-lib/icons
pnpm add @pie-lib/icons
yarn add @pie-lib/icons
bun add @pie-lib/icons
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 4.0.4 |
| Published | 2026-09-02 |
| First published | 2018-03-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 182.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 4 |
| Maintainers | ed.eustace, lakatosandrei, chillenious, andreeapescar, carlacostea, iacoshoria, justinheuer |
| Keywords | pie, react, mui |

## Links

- npm: https://www.npmjs.com/package/@pie-lib/icons
- Repository: https://github.com/pie-framework/pie-lib
- Homepage: https://github.com/pie-framework/pie-lib#readme
- Issues: https://github.com/pie-framework/pie-lib/issues
- npm.io page: https://npm.io/package/@pie-lib/icons

## Dependencies (5)

- [prop-types](https://npm.io/package/prop-types.md) ^15.6.2
- [@mui/material](https://npm.io/package/@mui/material.md) ^7.3.4
- [@emotion/react](https://npm.io/package/@emotion/react.md) ^11.14.0
- [@emotion/styled](https://npm.io/package/@emotion/styled.md) ^11.14.1
- [@mui/icons-material](https://npm.io/package/@mui/icons-material.md) ^7.3.4

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 4.0.4 (latest) — 2026-09-02
- 5.0.0-next.0 (next) — 2026-09-16
- 2.38.0-mui-update.0 (mui-update) — 2025-12-29
- 2.21.5-esmbeta.2 (esmbeta) — 2025-10-07
- 2.5.0-beta.8 (beta) — 2025-07-25
- 1.0.0-prerelease (prerelease) — 2018-04-13
- 4.0.4-next.118 — 2026-09-02
- 4.0.4-next.88 — 2026-08-12
- 4.0.3 — 2026-06-12
- 4.0.3-next.57 — 2026-06-12
- 4.0.3-next.0 — 2026-06-02
- 4.0.2 — 2026-05-15
- 4.0.3-next.1 — 2026-05-07
- 4.0.2-next.1 — 2026-05-07
- 4.0.2-next.0 — 2026-05-06
- … 145 more at https://npm.io/package/@pie-lib/icons/versions

## README

# @pie-lib/\*

[![CircleCI](https://circleci.com/gh/pie-framework/pie-lib.svg?style=svg)](https://circleci.com/gh/pie-framework/pie-lib)

Some reusable react components, mostly used in [pie][pie] components.

Elements are in `packages`.

## Documentation

- [MathQuill → MathLive migration plan](docs/mathquill-to-mathlive-migration.md)

## install

```bash
yarn install
```

## Commands

| Action  | Cmd                                 | Notes                                                     |
| ------- | ----------------------------------- | --------------------------------------------------------- |
| test    | `npm test`                          |                                                           |
| lint    | `npm run lint`                      |                                                           |
| build   | `npm run build`                     |                                                           |
| release | `npm run release`                   |                                                           |
| dev     | `scripts/dev --scope $package-name` | run the demo site on localhost:3000 `--scope` if optional |
| static  | `scripts/wip $alias-name`           | build and deploy the static site tno now.sh               |

## Workflow

- merging to `develop` releases `next` versions and deploys to `pie-lib-next.now.sh`
- merging to `master` releases `latest` versions and deploys to `pie-lib.now.sh`

### test a single package

Just point jest to the dir/file:

```bash
./node_modules/.bin/jest packages/pkg-name/src/
```

## contributing

- the packages use `independent` versioning, meaning that a change in 1 package won't bump another package's version.
- use [conventional commits syntax][ccs] when commiting, lerna will detect the appropriate version bump.

### rebase

To skip husky during a rebase do:

```shell
HUSKY_SKIP_HOOKS=1 git rebase ...
```

### dependencies

[lerna]: https://lernajs.io/
[pie]: http://pie-framework.org
[ccs]: https://conventionalcommits.org/

## Test issues

Sometimes the project test set up can get out of synch

- try `npm run build`, `rm -fr packages/test-utils/node_modules` and run again.

## Building and deploying a pre-release

```shell
# make sure the local demo is working first: scripts/dev then:
./node_modules/.bin/next build packages/demo
./node_modules/.bin/next export packages/demo
cd out
# you can now deploy using now (or if you have another static site handler)
now .
```

#

## Linking pslb
You'll have to run the link commands in the pslb repo, then you can run 
```shell
yarn clean-install && yarn link-pslb && yarn print-module
```

---
_Source: https://npm.io/package/@pie-lib/icons · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
