{
  "_from": "@tabler/icons@3.34.0",
  "_id": "@tabler/icons@3.34.0",
  "_inBundle": false,
  "_integrity": "sha512-jtVqv0JC1WU2TTEBN32D9+R6mc1iEBuPwLnBsWaR02SIEciu9aq5806AWkCHuObhQ4ERhhXErLEK7Fs+tEZxiA==",
  "_location": "/@tabler/icons",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tabler/icons@3.34.0",
    "name": "@tabler/icons",
    "escapedName": "@tabler%2ficons",
    "scope": "@tabler",
    "rawSpec": "3.34.0",
    "saveSpec": null,
    "fetchSpec": "3.34.0"
  },
  "_requiredBy": [
    "/@tabler/icons-webfont"
  ],
  "_resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.34.0.tgz",
  "_shasum": "b11734dc76686abe969b68c2f33e565b116b70fb",
  "_spec": "@tabler/icons@3.34.0",
  "_where": "/home/locker13/dashboard/sanbenito/node_modules/@tabler/icons-webfont",
  "author": {
    "name": "codecalm"
  },
  "bugs": {
    "url": "https://github.com/tabler/tabler-icons/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
  "exports": {
    "./*": [
      "./icons/*"
    ]
  },
  "files": [
    "icons.json",
    "tabler-nodes-filled.json",
    "tabler-nodes-outline.json",
    "icons/*",
    "categories/*",
    "docs/*"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/codecalm"
  },
  "homepage": "https://tabler-icons.io",
  "keywords": [
    "icons",
    "svg",
    "png",
    "iconfont",
    "react",
    "front-end",
    "web"
  ],
  "license": "MIT",
  "name": "@tabler/icons",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tabler/tabler-icons.git"
  },
  "scripts": {
    "build": "pnpm run clean && pnpm run copy && pnpm run build:icons && pnpm run build:docs",
    "build:docs": "cp -r ../../docs/* ./docs/",
    "build:icons": "node build.mjs",
    "clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/categories/*' -exec rm -rf {} + && rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +",
    "copy": "pnpm run copy:license",
    "copy:license": "cp ../../LICENSE ./LICENSE"
  },
  "sideEffects": false,
  "version": "3.34.0"
}
