{
  "name": "@esri/calcite-ui-icons",
  "version": "4.2.0",
  "private": false,
  "description": "A collection of UI SVG icons created by Esri for applications.",
  "keywords": [
    "esri",
    "arcgis",
    "apps",
    "icons",
    "svg"
  ],
  "homepage": "https://developers.arcgis.com/calcite-design-system/",
  "bugs": {
    "url": "https://github.com/Esri/calcite-design-system/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Esri/calcite-design-system.git",
    "directory": "packages/calcite-ui-icons"
  },
  "license": "SEE LICENSE.md",
  "main": "index.js",
  "module": "index.js",
  "bin": {
    "spriter": "bin/spriter.js"
  },
  "files": [
    "icons/",
    "js/",
    "lib/",
    "fonts/*.ttf",
    "bin/sprinter.js",
    "docs/icons.json",
    "docs/keywords.json",
    "index.d.ts",
    "index.js",
    "sprite-16.svg",
    "sprite-24.svg",
    "sprite-32.svg",
    "THIRD-PARTY-LICENSES.md"
  ],
  "scripts": {
    "build": "node bin/cli.js",
    "postbuild": "npm run build:sprite && npm run build:fonts",
    "build:fonts": "bin/build-fonts.js || true",
    "build:sprite": "concurrently npm:build:sprite-*",
    "build:sprite-16": "svgstore -o sprite-16.svg icons/*-16*.svg",
    "build:sprite-24": "svgstore -o sprite-24.svg icons/*-24*.svg",
    "build:sprite-32": "svgstore -o sprite-32.svg icons/*-32*.svg",
    "clean": "rimraf node_modules js fonts .turbo docs/icons.json --glob 'index.{js,d.ts}' --glob 'sprite-{16,24,32}.svg'",
    "convert-all-desktop-multi": "node bin/convert-mobile.js -o \"../desktop-output\" -i \"16\" -s 16 && node bin/convert-mobile.js -o \"../desktop-output\" -s 24 && node bin/convert-mobile.js -o \"../desktop-output\" -s 32 && node bin/convert-mobile.js -o \"../desktop-output\" -s 64",
    "convert-all-desktop:size": "node bin/convert-mobile.js -o \"../desktop-output\" -i \"16\" -s",
    "convert-all-ios": "node bin/convert-mobile.js -o \"../mobile-output\" -p \"ios\" -i \"24\"",
    "convert-all-ios:size": "node bin/convert-mobile.js -o \"../mobile-output\" -p \"ios\" -s",
    "copy-assets": "cpy \"../../node_modules/calcite-web/dist/js/calcite-web.min.js\" \"../../node_modules/calcite-web/dist/css/calcite-web.min.css\" \"./docs/resources\" --flat",
    "spriter": "node bin/spriter.js",
    "start": "npm run copy-assets && node bin/server.js",
    "util:update-3rd-party-licenses": "tsx ../../support/createThirdPartyLicenses.ts"
  },
  "devDependencies": {
    "browser-sync": "3.0.2",
    "calcite-web": "github:Esri/calcite-web#v1.2.5",
    "camelcase": "6.3.0",
    "cli-progress": "^3.12.0",
    "debounce": "^2.1.0",
    "fantasticon": "3.0.0",
    "fs-extra": "11.2.0",
    "glob": "^11.0.0",
    "svg2img": "1.0.0-beta.2",
    "svgo": "^1.3.0",
    "svgson": "5.3.1",
    "svgstore-cli": "2.0.1",
    "yargs": "^17.7.2"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "gitHead": "4f2d7eb583e89b688c55a83d11a3a4cf667d7d7f"
}
