UNPKG

material-icons-library

Version:

Material Icons Library converted to React components

30 lines 619 B
{ "name": "material-icons-library", "version": "0.0.2", "description": "Material Icons Library converted to React components", "main": "./index.js", "author": "Elvin Dzhavadov", "license": "Apache-2.0", "dependencies": { "react": "^16.8.3" }, "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0" }, "sideEffects": false, "repository": "elv1n/build-react-icons", "publishConfig": { "access": "public" }, "engines": { "node": ">=8.0.0" }, "eslintConfig": { "extends": [ "elv1n-react" ] }, "private": false, "module": "./esm/index.js" }