UNPKG

@react-symbols/icons

Version:

Symbols icons by Miguel Solorio for React

66 lines 1.47 kB
{ "name": "@react-symbols/icons", "version": "1.2.10", "description": "Symbols icons by Miguel Solorio for React", "author": "@pheralb_", "license": "MIT", "type": "module", "keywords": [ "react", "icons", "svg", "icons", "lightweight", "symbols", "devicons", "ui", "ux", "interface" ], "repository": { "type": "git", "url": "git+https://github.com/pheralb/react-symbols.git" }, "contributors": [ { "name": "pheralb", "github": "https://github.com/pheralb" }, { "name": "miguelsolorio", "github": "https://github.com/miguelsolorio" } ], "main": "./build/index.js", "module": "./build/index.js", "types": "./build/index.d.ts", "typings": "./build/index.d.ts", "exports": { ".": { "import": "./build/index.js", "types": "./build/index.d.ts" } }, "files": [ "build" ], "devDependencies": { "@swc/cli": "0.7.3", "@swc/core": "1.11.24", "@types/react": "19.1.2", "@types/react-dom": "19.1.3", "react": "19.1.0", "react-dom": "19.1.0", "typescript": "5.8.3" }, "peerDependencies": { "react": ">= 16.8", "react-dom": ">= 16.8" }, "scripts": { "dev": "tsc && swc ./src -d ./build", "build:swc-tsc": "tsc && swc ./src -d ./build && tsc --emitDeclarationOnly --declaration --outDir build/types", "build": "tsc && swc ./src -d ./build", "typecheck": "tsc --noEmit" } }