UNPKG

@remixicon/react

Version:

Remix Icon is a set of open source neutral style system symbols elaborately crafted for designers and developers. All of the icons are free to use for both personal and commercial.

46 lines 1.25 kB
{ "name": "@remixicon/react", "version": "4.9.0", "description": "Remix Icon is a set of open source neutral style system symbols elaborately crafted for designers and developers. All of the icons are free to use for both personal and commercial.", "homepage": "https://remixicon.com", "author": "Wendy Gao <wendygaoyuan@163.com>", "main": "index.js", "module": "index.mjs", "types": "index.d.ts", "exports": { ".": { "require": "./index.js", "import": "./index.mjs", "types": "./index.d.ts" } }, "keywords": [ "remixicon", "remix", "icon", "icon library", "icon pack", "react" ], "files": [ "index.js", "index.mjs", "index.d.ts", "package.json", "README_CN.md", "README.md" ], "license": "Remix Icon License 1.0", "sideEffects": false, "publishConfig": { "access": "public" }, "peerDependencies": { "react": ">=18.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/Remix-Design/remixicon.git" }, "bugs": "https://github.com/Remix-Design/remixicon/issues" }