@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
45 lines • 906 B
JSON
{
"name": "@onesy/icons-material-rounded-react",
"version": "1.0.5",
"description": "Icons material rounded for React",
"repository": "https://github.com/onesy-me/onesy.git",
"author": "Lazar <lazareric2@gmail.com>",
"license": "MIT",
"private": false,
"main": "./index.js",
"module": "./esm/index.js",
"types": "./index.d.ts",
"keywords": [
"icons",
"material",
"material-design",
"react",
"frontend",
"front-end",
"backend",
"back-end",
"web",
"browser",
"javascript",
"js",
"typescript",
"node",
"nodejs",
"library",
"onesy",
"utils"
],
"peerDependencies": {
"@onesy/ui-react": "^1.0.74",
"react": "^18.1.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"sideEffects": false,
"engines": {
"node": ">=12.0.0",
"yarn": ">=1.22"
}
}