{ "name": "@mui/icons-material", "version": "5.1.1", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", "main": "./index.js", "keywords": [ "react", "react-component", "mui", "material-ui", "material design", "icons" ], "repository": { "type": "git", "url": "https://github.com/mui-org/material-ui.git", "directory": "packages/mui-icons-material" }, "license": "MIT", "bugs": { "url": "https://github.com/mui-org/material-ui/issues" }, "homepage": "https://mui.com/components/material-icons/", "peerDependencies": { "@mui/material": "^5.0.0", "@types/react": "^16.8.6 || ^17.0.0", "react": "^17.0.2" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "dependencies": { "@babel/runtime": "^7.16.3" }, "sideEffects": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=12.0.0" }, "module": "./esm/index.js", "types": "./index.d.ts" }