{
  "name": "@semantic-icons/lucide-icons",
  "version": "0.60.0",
  "private": false,
  "description": "Icons generated based on lucide-icons v0.574.0",
  "keywords": [
    "lucide",
    "angular",
    "icons",
    "svg"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gridatek/semantic-icons",
    "directory": "libs/lucide-icons"
  },
  "license": "MIT",
  "author": "Khalil LAGRIDA",
  "sideEffects": false,
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/semantic-icons-lucide-icons.mjs"
    }
  },
  "module": "fesm2022/semantic-icons-lucide-icons.mjs",
  "typings": "index.d.ts",
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/core": ">=17.1.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
