{
  "name": "@central-icons-qwik/round-filled-radius-2-stroke-1.5",
  "version": "1.1.291",
  "license": "SEE LICENSE IN LICENSE.md",
  "homepage": "https://iconists.co/central",
  "sideEffects": false,
  "type": "module",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "exports": {
    ".": { "types": "./index.d.ts", "import": "./index.mjs" },
    "./*": { "types": "./*/index.d.ts", "import": "./*/index.mjs" }
  },
  "files": ["**/*.mjs", "**/*.map", "**/*.d.ts", "**/*.md", "icons-index.json", "license-check.js"],
  "scripts": {
    "preinstall": "node ./license-check.js",
    "build": "bun build.ts",
    "prepublishOnly": "npm run build",
    "lint": "biome format --write ."
  },
  "peerDependencies": { "@builder.io/qwik": ">=1.5" },
  "devDependencies": { "@types/node": "^24", "@builder.io/qwik": "^1", "@biomejs/biome": "^2", "typescript": "^5" },
  "keywords": ["qwik", "icons", "svg", "central-icons", "icon-pack"],
  "author": "Iconists"
}
