UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

41 lines (40 loc) 1.03 kB
{ "name": "@carbon/icons-react", "description": "React components for icons in digital and software products using the Carbon Design System", "version": "10.9.0-rc.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-react", "bugs": "https://github.com/carbon-design-system/carbon/issues", "files": [ "es", "lib", "umd" ], "keywords": [ "ibm", "elements", "carbon", "carbon-elements", "carbon-design-system", "components", "react" ], "publishConfig": { "access": "public" }, "scripts": { "build": "yarn clean && node tasks/build.js", "clean": "rimraf es lib umd" }, "dependencies": { "@carbon/icon-helpers": "^10.6.0-rc.0" }, "devDependencies": { "@carbon/icon-build-helpers": "^0.4.0-rc.0", "@carbon/icons": "^10.9.0-rc.0" }, "sideEffects": false, "gitHead": "fd36b443faf91ffb99359c6cef95e8fe95e5e616" }