# @mdi/js

> Dist for Material Design Icons for JS/TypeScript

Latest version **7.4.47** (published 2023-12-27) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @mdi/js
pnpm add @mdi/js
yarn add @mdi/js
bun add @mdi/js
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 7.4.47 |
| Published | 2023-12-27 |
| First published | 2018-07-31 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 170 |
| Author | Austin Andrews |
| Maintainers | mririgoyen, mdi-owner, templarian, mrgrigri, peternoble, greenturtwig |
| Keywords | Material, Design, Icons, mdi |

## Links

- npm: https://www.npmjs.com/package/@mdi/js
- Repository: https://github.com/Templarian/MaterialDesign-JS
- Homepage: https://github.com/Templarian/MaterialDesign-JS#readme
- Issues: https://github.com/Templarian/MaterialDesign-JS/issues
- npm.io page: https://npm.io/package/@mdi/js

## 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

- 7.4.47 (latest) — 2023-12-27
- 7.3.67 — 2023-10-07
- 7.2.96 — 2023-03-19
- 7.1.96 — 2022-12-11
- 7.0.96 — 2022-07-20
- 6.9.96 — 2022-06-30
- 6.8.96 — 2022-06-29
- 6.7.96 — 2022-05-17
- 6.6.96 — 2022-03-27
- 6.6.95 — 2022-03-23
- 6.5.95 — 2021-11-13
- 6.4.95 — 2021-10-24
- 6.3.95 — 2021-10-17
- 6.2.95 — 2021-10-02
- 6.1.95 — 2021-09-06
- … 35 more at https://npm.io/package/@mdi/js/versions

## README

> *Note:* Please use the main [MaterialDesign](https://github.com/Templarian/MaterialDesign/issues) repo to report issues. This repo is for distribution of the JavaScript files only.

# JavaScript/TypeScript - Material Design Icons

JavaScript and TypeScript distribution for the [Material Design Icons](https://materialdesignicons.com). This module contains all the path data for all icons.

```
npm install @mdi/js
```

## Usage

```js
import { mdiAccount } from '@mdi/js'

console.log(mdiAccount); // "M...Z"
```

> Note: [WebPack](https://webpack.js.org) 4 or [Rollup](https://rollupjs.org) will tree shake unused icons.

## Related Packages

[NPM @MDI Organization](https://npmjs.com/org/mdi)

- React: [MaterialDesign-React](https://github.com/Templarian/MaterialDesign-React)
- SVG: [MaterialDesign-SVG](https://github.com/Templarian/MaterialDesign-SVG)
- Webfont: [MaterialDesign-Webfont](https://github.com/Templarian/MaterialDesign-Webfont)
- Font-Build: [MaterialDesign-Font-Build](https://github.com/Templarian/MaterialDesign-Font-Build)
- Desktop Font: [MaterialDesign-Font](https://github.com/Templarian/MaterialDesign-Font)

## Learn More

- [MaterialDesignIcons.com](https://materialdesignicons.com)
- https://github.com/Templarian/MaterialDesign

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