@mdi/js
Dist for Material Design Icons for JS/TypeScript
🌟 @mdi/js의 README.md에 실시간 사용 차트를 표시하려면 아래 코드를 복사하세요.## Usage Trend
[](https://npm-compare.com/@mdi/js#timeRange=THREE_YEARS)
🌟 @mdi/js의 README.md에 GitHub Stars 트렌드 차트를 표시하려면 아래 코드를 복사하세요.## GitHub Stars Trend
[](https://npm-compare.com/@mdi/js)
Note: Please use the main MaterialDesign 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. This module contains all the path data for all icons.
npm install @mdi/js
Usage
import { mdiAccount } from '@mdi/js'
console.log(mdiAccount); // "M...Z"
Note: WebPack 4 or Rollup will tree shake unused icons.
Related Packages
NPM @MDI Organization
Learn More