1. @mdi/js
Dist for Material Design Icons for JS/TypeScript
@mdi/js
Package: @mdi/js
Created by: Templarian
Last modified: Wed, 27 Dec 2023 00:38:02 GMT
Version: 7.4.47
License: Apache-2.0
Downloads: 770,938
Repository: https://github.com/Templarian/MaterialDesign-JS

Install

npm install @mdi/js
yarn add @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.

NPM @MDI Organization

Learn More

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin