{
  "name": "@fluentui/svg-icons",
  "version": "1.1.338",
  "description": "Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui-system-icons.git"
  },
  "scripts": {
    "clean": "git clean -fXd ./icons",
    "copy": "node ../../importer/generate.js --source=../../assets --dest=./icons --extension=svg",
    "copywithdirs": "node ../../importer/generate.js --source=../../assets --dest=./icons --extension=svg --keepdirs=true",
    "rename": "node ../../importer/rename-strip-prefix.js --dir ./icons --prefix ic_fluent_",
    "optimize": "yarn run -T svgo --config svgo.config.js --folder=./icons --recursive --precision=2 --quiet",
    "unfill": "node unfill.js --path=./icons/",
    "build": "yarn clean && yarn copy && yarn rename && yarn optimize && yarn unfill",
    "buildforblazor": "yarn copywithdirs && yarn rename && yarn optimize && yarn unfill",
    "build-verify": "yarn run -T vitest run build-verify.test.js"
  },
  "files": [
    "icons/",
    "README.md",
    "CHANGELOG.md"
  ]
}
