{
  "name": "@igniteui/material-icons-extended",
  "description": "A subset of Material Icons that extend the official Material Design Icons by Google.",
  "author": "Infragistics",
  "license": "MIT",
  "version": "3.1.0",
  "type": "module",
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./construction": "./construction.js",
    "./content": "./content.js",
    "./editor": "./editor.js",
    "./election": "./election.js",
    "./finance": "./finance.js",
    "./health": "./health.js",
    "./logos": "./logos.js",
    "./programming": "./programming.js",
    "./socialMedia": "./socialMedia.js",
    "./migrations/*": {
      "default": "./migrations/*"
    },
    "./package.json": {
      "default": "./package.json"
    }
  },
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IgniteUI/material-icons-extended.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "icons",
    "material",
    "infragistics",
    "igniteui"
  ],
  "bugs": {
    "url": "https://github.com/IgniteUI/material-icons-extended/issues"
  },
  "homepage": "https://github.com/IgniteUI/material-icons-extended#readme",
  "ng-update": {
    "migrations": "./migrations/migration.json"
  },
  "sideEffects": false
}
