{
  "name": "@mynaui/icons-react",
  "version": "0.4.2",
  "description": "1180+ beautifully crafted open source icons for your next project.",
  "keywords": [
    "icons",
    "svg",
    "react",
    "mynaui",
    "react-icons",
    "icon-library",
    "icon-pack",
    "icon-set",
    "icons-react"
  ],
  "homepage": "https://mynaui.com/icons",
  "bugs": {
    "url": "https://github.com/praveenjuge/mynaui-icons/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/praveenjuge/mynaui-icons.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/praveenjuge"
  },
  "license": "MIT",
  "author": {
    "name": "Praveen Juge",
    "url": "https://praveenjuge.com/"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/myna-icons-react.d.ts",
      "import": "./dist/esm/myna-icons-react.js",
      "require": "./dist/cjs/myna-icons-react.js"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/cjs/myna-icons-react.js",
  "unpkg": "dist/umd/myna-icons-react.min.js",
  "module": "dist/esm/myna-icons-react.js",
  "types": "dist/myna-icons-react.d.ts",
  "typings": "dist/myna-icons-react.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "package.json",
    "!.DS_Store"
  ],
  "dependencies": {
    "prop-types": "^15.8.1"
  },
  "peerDependencies": {
    "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "67c683b0cb215839be3fba408e0fbef143e1f67c",
  "main:umd": "dist/umd/myna-icons-react.js"
}
