{
  "name": "@fluentui/react-native-icons",
  "version": "2.0.328",
  "sideEffects": false,
  "main": "lib-cjs/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "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": "find ./src -type f ! -name \"wrapIcon.tsx\" -name \"*.tsx\" -delete",
    "cleanSvg": "rm -rf ./intermediate",
    "copy": "node ../../importer/generate.js --source=../../assets --dest=./intermediate --extension=svg --target=react",
    "convert:rnsvg": "node ../react-native-icons/convert-rn.js --source=./intermediate --dest=./src --native=true",
    "rollup": "node ./generateRollup.js",
    "optimize": "svgo --config svgo.config.js --folder=./intermediate --precision=2 --quiet",
    "unfill": "find ./intermediate -type f -name \"*.svg\" -exec sed -i.bak 's/fill=\"none\"//g' {} \\; && find ./intermediate -type f -name \"*.bak\" -delete",
    "build": "npm run copy && npm run optimize && npm run unfill && npm run convert:rnsvg && npm run cleanSvg && npm run build:esm && npm run build:cjs",
    "build:cjs": "tsc -p . --module commonjs --outDir lib-cjs && babel lib-cjs --out-dir lib-cjs",
    "build:esm": "tsc -p . && babel lib --out-dir lib"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.0",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.16.7",
    "@react-native-community/cli": "^20.1.0",
    "@react-native-community/cli-platform-android": "^20.1.0",
    "@react-native-community/cli-platform-ios": "^20.1.0",
    "@react-native/metro-config": "^0.85.0",
    "@rnx-kit/tsconfig": "^3.0.3",
    "@svgr/core": "^6.5.1",
    "@types/react": "19.1.13",
    "cpy-cli": "^4.1.0",
    "glob": "^7.2.0",
    "lodash": "^4.18.1",
    "mkdirp": "^1.0.4",
    "react": "19.2.3",
    "react-native": "^0.85.0",
    "react-native-svg": "^15.15.3",
    "renamer": "^2.0.1",
    "svgo": "2.8.2",
    "typescript": "5.0.4",
    "yargs": "^14.0.0"
  },
  "dependencies": {
    "@types/react-native": "^0.68.0",
    "tslib": "^2.1.0"
  },
  "peerDependencies": {
    "react": ">=16.8.0 <20.0.0",
    "react-native": ">=0.68.0",
    "react-native-svg": ">=12.5.0"
  },
  "files": [
    "lib/",
    "lib-cjs/"
  ],
  "exports": {
    ".": {
      "default": {
        "types": "./lib/index.d.ts",
        "import": "./lib/index.js",
        "require": "./lib-cjs/index.js"
      }
    }
  }
}
