UNPKG

afro-react-icons

Version:

A professional React icon pack inspired by African culture and design, featuring tribal symbols, kente patterns, drums, masks, and more.

56 lines (54 loc) 1.21 kB
{ "name": "afro-react-icons", "version": "1.0.0", "description": "A professional React icon pack inspired by African culture and design, featuring tribal symbols, kente patterns, drums, masks, and more.", "main": "index.js", "module": "index.js", "types": "index.d.ts", "files": [ "icons", "index.js", "index.ts", "index.d.ts", "types.ts", "types.d.ts", "README.md", "LICENSE" ], "keywords": [ "react", "icons", "african", "culture", "tribal", "kente", "adinkra", "mask", "drum", "baobab", "svg", "components" ], "author": "Omoike Benjamin", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/omoikebenjamin/afro-react-icons.git" }, "bugs": { "url": "https://github.com/omoikebenjamin/afro-react-icons/issues" }, "homepage": "https://github.com/omoikebenjamin/afro-react-icons#readme", "peerDependencies": { "react": ">=16.8.0" }, "devDependencies": { "react": "^18.0.0", "typescript": "^5.0.0", "@types/react": "^18.0.0" }, "scripts": { "build": "echo 'No build step required'", "test": "echo 'No tests specified'" } }