K356/k356/node_modules/@mdi/js
2024-09-28 17:37:29 +02:00
..
commonjs V0.1 2024-09-28 17:37:29 +02:00
build.js V0.1 2024-09-28 17:37:29 +02:00
LICENSE V0.1 2024-09-28 17:37:29 +02:00
mdi.d.ts V0.1 2024-09-28 17:37:29 +02:00
mdi.js V0.1 2024-09-28 17:37:29 +02:00
package.json V0.1 2024-09-28 17:37:29 +02:00
README.md V0.1 2024-09-28 17:37:29 +02:00

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.

NPM @MDI Organization

Learn More