{
  "name": "ngx-phosphor-icons",
  "version": "1.0.7",
  "description": "A flexible icon family for interfaces, diagrams, presentations — whatever, really.",
  "keywords": [
    "icons",
    "icon-pack",
    "angular",
    "svg-icons",
    "html",
    "web",
    "svg",
    "ux",
    "phosphor",
    "UI",
    "UX",
    "ng-component"
  ],
  "author": {
    "name": "Luis Gutierrez",
    "email": "legutierrezve@gmail.com",
    "url": "https://github.com/ThemisCol"
  },
  "license": "MIT",
  "homepage": "https://github.com/ThemisCol/ngx-phosphor-icons#readme",
  "bugs": {
    "url": "https://github.com/ThemisCol/ngx-phosphor-icons/issues",
    "email": "legutierrezve@gmail.com"
  },
  "module": "fesm2022/ngx-phosphor-icons.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-phosphor-icons.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}