{
  "name": "@fluentui/svg-icons",
  "version": "1.1.324",
  "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": "renamer --find 'ic_fluent_' '**'",
    "optimize": "svgo --config svgo.config.js --folder=./icons --recursive --precision=2",
    "unfill": "node unfill.js --path=./icons/",
    "build": "npm run copy && npm run rename && npm run optimize && npm run unfill",
    "buildforblazor": "npm run copywithdirs && npm run rename && npm run optimize && npm run unfill",
    "build-verify": "vitest run build-verify.test.js"
  },
  "devDependencies": {
    "renamer": "^2.0.1",
    "svgo": "2.8.2"
  }
}
