UNPKG

@material-ui/icons

Version:

Material Design Svg Icons converted to Material-UI React components.

48 lines 1.11 kB
{ "name": "@material-ui/icons", "version": "5.0.0-alpha.4", "private": false, "author": "Material-UI Team", "description": "Material Design Svg Icons converted to Material-UI React components.", "main": "./index.js", "keywords": [ "react", "react-component", "material design", "material-ui", "icons" ], "repository": { "type": "git", "url": "https://github.com/mui-org/material-ui.git", "directory": "packages/material-ui-icons" }, "license": "MIT", "bugs": { "url": "https://github.com/mui-org/material-ui/issues" }, "homepage": "https://material-ui.com/components/icons", "peerDependencies": { "@material-ui/core": "^5.0.0-alpha.1", "@types/react": "^16.8.6", "react": "^16.8.0", "react-dom": "^16.8.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "dependencies": { "@babel/runtime": "^7.4.4" }, "sideEffects": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=8.0.0" }, "module": "./esm/index.js", "typings": "./index.d.ts" }