{
    "name": "@iconicicons/react",
    "version": "1.5.1",
    "homepage": "https://github.com/Make-Lemonade/iconicicons#readme",
    "repository": {
        "type": "git",
        "url": "https://github.com/Make-Lemonade/iconicicons.git"
    },
    "files": [
        "icons/"
    ],
    "main": "./icons/index.js",
    "module": "./icons/esm/index.js",
    "types": "./icons/index.d.ts",
    "publishConfig": {
        "access": "public"
    },
    "peerDependencies": {
        "react": ">= 16"
    }
}
