{
  "name": "reicon",
  "version": "1.2.1",
  "type": "module",
  "description": "Core vanilla JS icon components for 2674+ icons in 2 weights (Outline & Filled). Tree-shakeable, TypeScript-ready.",
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "unpkg": "./umd/reicon.js",
  "jsdelivr": "./umd/reicon.js",
  "browser": "./umd/reicon.js",
  "exports": {
    ".": {
      "import": "./index.js",
      "types": "./index.d.ts"
    },
    "./icons/*": {
      "import": "./icons/*.js",
      "types": "./icons/*.d.ts"
    },
    "./createIcon": {
      "import": "./createIcon.js",
      "types": "./createIcon.d.ts"
    },
    "./umd/reicon.js": {
      "import": "./umd/reicon.js"
    },
    "./cdn/reicon.js": {
      "import": "./cdn/reicon.js"
    },
    "./cdn/*": {
      "import": "./cdn/*.js"
    }
  },
  "sideEffects": false,
  "files": [
    "index.js",
    "index.d.ts",
    "createIcon.js",
    "createIcon.d.ts",
    "icons/",
    "umd/",
    "cdn/",
    "README.md"
  ],
  "keywords": [
    "icons",
    "vanilla-js",
    "svg-icons",
    "icon-library",
    "reicon",
    "outline",
    "filled",
    "tree-shakeable",
    "typescript"
  ],
  "author": {
    "name": "devchauhan",
    "email": "dev@devchauhan.in",
    "url": "https://devchauhan.in"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dqev/reicon.git"
  },
  "bugs": {
    "url": "https://github.com/dqev/reicon/issues"
  },
  "homepage": "https://reicon.dev"
}
