# @asphalt-react/iconpack

> Icons for Asphalt React Components

Latest version **2.16.0** (published 2026-07-28) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @asphalt-react/iconpack
pnpm add @asphalt-react/iconpack
yarn add @asphalt-react/iconpack
bun add @asphalt-react/iconpack
```

## Health

**Score 60/100 (C)** — status: active.

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

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 2.16.0 |
| Published | 2026-07-28 |
| First published | 2022-03-30 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | UX Engineering - Web |
| Maintainers | sayantan1211, dawn29, antoniomontana, goto.abhinav, elayudhanira-gojek, yessyprmtsr, soorajj |
| Keywords | asphalt, icon |

## Links

- npm: https://www.npmjs.com/package/@asphalt-react/iconpack
- npm.io page: https://npm.io/package/@asphalt-react/iconpack

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 2.16.0 (latest) — 2026-07-28
- 2.0.0-alpha.13 (next) — 2023-02-20
- 2.15.0 — 2026-04-13
- 2.14.0 — 2026-03-11
- 2.13.0 — 2026-02-19
- 2.12.0 — 2025-11-28
- 2.10.0 — 2025-10-27
- 2.8.0 — 2025-08-14
- 2.0.0 — 2025-01-07
- 2.0.0-rc.11 — 2024-12-11
- 2.0.0-rc.4 — 2024-09-30
- 2.0.0-rc.0 — 2024-07-10
- 2.0.0-alpha.8 — 2022-11-09
- 2.0.0-alpha.7 — 2022-07-26
- 2.0.0-alpha.3 — 2022-05-19
- … 3 more at https://npm.io/package/@asphalt-react/iconpack/versions

## README

# Iconpack
![npm](https://img.shields.io/npm/dt/@asphalt-react/iconpack?style=flat-square)

Iconography for Asphalt Web. Use this library for adding icons to your projects.

## Usage

```jsx
import { Delete } from "@asphalt-react/iconpack"

export default App = () => {
  return <Delete />
}
```

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