UNPKG

@cgi-learning-hub/icons

Version:

SVG React icon components for Hub's design system, extending @mui/icons-material with additional general-purpose icons.

49 lines 1.18 kB
{ "name": "@cgi-learning-hub/icons", "version": "1.13.0", "description": "SVG React icon components for Hub's design system, extending @mui/icons-material with additional general-purpose icons.", "keywords": [ "cgi-learning-hub", "react", "icons" ], "author": "CGI Learning Hub Team", "repository": { "type": "git", "url": "git+https://github.com/CGI-Learning-Hub/hub-ui.git", "directory": "packages/icons" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.cjs.js" } }, "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.css", "!dist/**/*.map" ], "sideEffects": false, "peerDependencies": { "@emotion/react": "^11", "@emotion/styled": "^11", "@mui/material": "^7", "react": "^18 || ^19", "react-dom": "^18 || ^19" }, "devDependencies": { "@types/react": "^19", "@types/react-dom": "^19" }, "scripts": { "build": "vite build", "watch": "vite build --watch" } }