mdi-material-ui
Version:
Material-UI SvgIcon components for Material Design Icons.
32 lines (31 loc) • 800 B
JSON
{
"name": "mdi-material-ui",
"version": "7.9.4",
"description": "Material-UI SvgIcon components for Material Design Icons.",
"main": "./index.js",
"module": "./esm/index.js",
"jsnext:main": "./esm/index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/TeamWertarbyte/mdi-material-ui.git"
},
"keywords": [
"material",
"ui",
"icons",
"webfont",
"font",
"react"
],
"author": "Wertarbyte",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeamWertarbyte/mdi-material-ui/issues"
},
"homepage": "https://github.com/TeamWertarbyte/mdi-material-ui#readme",
"peerDependencies": {
"@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}