{
  "name": "@rsuite/icons",
  "version": "1.3.0",
  "description": "All icons of rsuite",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "typings": "esm/index.d.ts",
  "directories": {
    "lib": "cjs/"
  },
  "scripts": {},
  "author": "hiyangguo@gmail.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:rsuite/rsuite-icons.git"
  },
  "dependencies": {
    "@rsuite/icon-font": "^4.1.0",
    "classnames": "^2.2.5"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "sideEffects": false
}
