{
  "name": "@fluentui/react-icons-mdl2-branded",
  "version": "1.3.5",
  "description": "Branded SVG icons from the MDL2 icon set",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "sideEffects": [
    "lib/version.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui"
  },
  "license": "SEE LICENSE IN LICENSE",
  "scripts": {
    "build": "just-scripts build",
    "clean": "just-scripts clean",
    "code-style": "just-scripts code-style",
    "just": "just-scripts",
    "lint": "just-scripts lint"
  },
  "dependencies": {
    "@fluentui/set-version": "^8.2.24",
    "@fluentui/react-icons-mdl2": "^1.4.5",
    "tslib": "^2.1.0"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0 <20.0.0",
    "@types/react-dom": ">=16.8.0 <20.0.0",
    "react": ">=16.8.0 <20.0.0",
    "react-dom": ">=16.8.0 <20.0.0"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "require": "./lib-commonjs/index.js"
    }
  }
}
