{
  "name": "@evg-b/evg-icons",
  "version": "0.0.2",
  "description": "material icons",
  "main": "dist/index.js",
  "keywords": [
    "react",
    "material design",
    "material",
    "evg",
    "material icon",
    "icons",
    "icon",
    "svg icon"
  ],
  "scripts": {
    "build": "rollup --config rollup.config.js"
  },
  "files": [
    "dist"
  ],
  "author": "evg-b",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "@evg-b/evg-ui": "*",
    "classnames": "^2.2.6",
    "prop-types": "^15.7.2",
    "react": "^16.8.4"
  }
}