34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
> *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 |