UNPKG

@central-icons-react/round-outlined-radius-3-stroke-2

Version:

A collection of round outlined React icons with 3px radius and 2px stroke width, designed for use in React applications.

68 lines (67 loc) 1.42 kB
{ "name": "@central-icons-react/round-outlined-radius-3-stroke-2", "version": "1.1.293", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://iconists.co/central", "bugs": { "url": "https://github.com/Iconists/central-icons-react/issues", "email": "info@iconists.co" }, "sideEffects": false, "main": "./index.js", "module": "./index.mjs", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./index.mjs", "require": "./index.js" }, "./*": { "types": "./*/index.d.ts", "import": "./*/index.mjs", "require": "./*/index.js" } }, "files": [ "**/*.js", "**/*.mjs", "**/*.map", "**/*.d.ts", "**/*.md", "icons-index.json" ], "scripts": { "preinstall": "node ./license-check.js", "build": "bun build.ts", "prepublishOnly": "npm run build", "dev": "bun --watch build.ts", "lint": "biome format --write ." }, "peerDependencies": { "react": ">=14.0.0 <= 19" }, "devDependencies": { "@types/node": "^24", "@types/react": "^19", "@biomejs/biome": "^2", "typescript": "^5" }, "keywords": [ "react", "icons", "svg", "ui", "design-system", "sharp", "round", "filled", "outlined", "stroke", "radius", "central-icons", "icon-library", "icon-pack" ], "author": "Iconists" }