# @mozaic-ds/icons

> svg icons for ADEO design system

Latest version **2.8.1** (published 2026-09-09) · 0 weekly downloads

## Install

```sh
npm install @mozaic-ds/icons
pnpm add @mozaic-ds/icons
yarn add @mozaic-ds/icons
bun add @mozaic-ds/icons
```

## Health

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

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

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 2.8.1 |
| Published | 2026-09-09 |
| First published | 2019-06-17 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 7.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | @adeo/adeo-design-system |
| Maintainers | caqueste, ag-adeo, mkowalik-lr, dmartinds, maksnaga |

## Links

- npm: https://www.npmjs.com/package/@mozaic-ds/icons
- npm.io page: https://npm.io/package/@mozaic-ds/icons

## Dependencies (2)

- [svgo](https://npm.io/package/svgo.md) ^4.0.1
- [svg-parser](https://npm.io/package/svg-parser.md) ^2.0.4

## Recent versions

- 2.8.1 (latest) — 2026-09-09
- 2.0.0-beta.49 (beta) — 2025-08-04
- 2.0.0-rc.15 (rc) — 2023-02-23
- 2.8.0 — 2026-09-09
- 2.7.1 — 2026-08-18
- 2.6.0 — 2026-06-25
- 2.5.5 — 2026-06-10
- 2.5.4 — 2026-05-29
- 2.5.1 — 2026-05-13
- 2.5.0 — 2026-05-13
- 2.4.3 — 2026-04-02
- 2.4.1 — 2026-04-02
- 2.2.7 — 2026-02-13
- 2.2.6 — 2026-01-06
- 2.2.5 — 2026-01-06
- … 118 more at https://npm.io/package/@mozaic-ds/icons/versions

## README

<p align="center">
  <img alt="ADEO Design system - Icons" src="assets/images/adeo-design-system-icons-banner.svg" />
</p>

<h1 align="center">
  ADEO Design system - Icons
</h1>

<p align="center">
  A library containing all of the icons of the ADEO Design system<br/>
  and generating icons as components for libraries.
</p>

<p align="center">
  <a href="https://www.npmjs.com/package/@mozaic-ds/icons/">
    <img src="https://img.shields.io/npm/v/@mozaic-ds/icons?label=NPM&logo=npm&color=yellow" alt="npm alpha version">
  </a>
  <a href="/CONTRIBUTING.md">
    <img src="https://img.shields.io/badge/PRs-welcome-blue.svg?logo=github" alt="PRs welcome" />
  </a>
  <a href="https://app.slack.com/client/T4R6RCZFA/CKQJZL7C4">
    <img src="https://img.shields.io/badge/Slack-mozaic_support-611f69.svg?logo=slack" alt="Slack mozaic-support" />
  </a>
  <a href="https://keys.adeo.com/keys/ls/space/2583429798460717/adeo-adeo-design-system">
    <img src="https://img.shields.io/badge/KEYS-Adeo_Design_System-4526ce.svg" alt="KEYS ADEO Design system" />
  </a>
</p>

<h2 align="center">
  Related:
  <a href="https://github.com/adeo/mozaic-icons-vue">Vue Icons</a>
  <span> · </span>
  <a href="https://github.com/adeo/mozaic-icons-svelte">Svelte Icons</a>
</h2>

## 🎨 Getting started

**ADEO Design system** is a global and collaborative design system that facilitates the designer and developer experience, enabling them to create universal interfaces perfectly aligned with the business strategy of [Adeo](https://www.adeo.com/).

Learn more about the vision and guidelines by visiting the [main documentation website](https://mozaic.adeo.cloud/).

## 📦 Install

To install the library in your project, you will need to run the following command using `npm`:

```shell
$ npm i @mozaic-ds/icons
```

Or with **Yarn**:

```shell
$ yarn add @mozaic-ds/icons
```

## 📝 Usage

Import the SVG of the icon needed from the `build/svg` folder.

## 📰 Changelog

Releases are managed with **GitHub Releases**, including the changelog for each one.<br/>
Access to the [Changelog](/CHANGELOG.md) to find out about the detailed changes to each release.

## 📣 Stay in touch

- Join the [#mozaic-support](https://app.slack.com/client/T4R6RCZFA/CKQJZL7C4/) channel on **Slack**
- Follow our [KEYS page](https://keys.adeo.com/keys/ls/space/2583429798460717/adeo-adeo-design-system)

## 🐞 Bugs and feature requests

Have a bug or a feature request?<br/>
Please [open an issue](https://github.com/adeo/mozaic-icons/issues/new/choose) and use the template associated with your request.

However, if you are able to contribute and fix bugs, build new features, or help to improve the project documentation, feel free to do it! _(more information below)_

## ✍️ Contributing

Setup the project to start contributing.

```
// Clone the repo
$ git clone git@github.com:adeo/mozaic-icons.git

// Go to the cloned directory
$ cd mozaic-icons

// Checkout the branch you are working on
$ git checkout <branch name>

// Install dependencies
$ npm install
```

We're always looking for contributors to help us fix bugs, build features, or help us improve the documentation. If you're intersted check out our [Code of Conduct](/CODE_OF_CONDUCT.md) and [Contribution Guide](/CONTRIBUTING.md).

## 🧑‍💻 Contributors

**Owners**

**[ADEO Design system Team](https://github.com/orgs/adeo/teams/adeo-design-system)**

**Maintainers**

- **[David Martin](https://github.com/dmartinds)**

## 📄 Licensing

This project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.

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