{
  "name": "@ng-icons/material-symbols",
  "version": "35.0.1",
  "repository": {
    "url": "https://github.com/ng-icons/ng-icons"
  },
  "peerDependencies": {
    "@ng-icons/core": "^35.0.1"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/ng-icons-material-symbols.mjs",
  "typings": "types/ng-icons-material-symbols.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ng-icons-material-symbols.d.ts",
      "default": "./fesm2022/ng-icons-material-symbols.mjs"
    },
    "./outline": {
      "types": "./types/ng-icons-material-symbols-outline.d.ts",
      "default": "./fesm2022/ng-icons-material-symbols-outline.mjs"
    },
    "./round": {
      "types": "./types/ng-icons-material-symbols-round.d.ts",
      "default": "./fesm2022/ng-icons-material-symbols-round.mjs"
    },
    "./sharp": {
      "types": "./types/ng-icons-material-symbols-sharp.d.ts",
      "default": "./fesm2022/ng-icons-material-symbols-sharp.mjs"
    }
  },
  "type": "module"
}