UNPKG

@ailibs/feather-react-ts

Version:

compact set of feather icons for React apps with type checking and auto-complete

31 lines (30 loc) 774 B
{ "name": "@ailibs/feather-react-ts", "version": "3.0.3", "description": "compact set of feather icons for React apps with type checking and auto-complete", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "keywords": [ "feather", "icons", "react", "typescript", "svg", "inline", "ui", "library", "feather icons" ], "dependencies": { "html-react-parser": "^1.1.1" }, "devDependencies": { "react": "^17.0.1" }, "peerDependencies": { "react": ">=16.8.0" }, "repository": "https://github.com/ArthurIvanov/feather-icons-react-typescript/tree/master/packages/feather" }