https://github.com/kennethnym/feather-icons-ts
TypeScript definitions for feathericons/feather
https://github.com/kennethnym/feather-icons-ts
Last synced: 2 months ago
JSON representation
TypeScript definitions for feathericons/feather
- Host: GitHub
- URL: https://github.com/kennethnym/feather-icons-ts
- Owner: kennethnym
- Created: 2022-10-15T14:31:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-15T14:40:40.000Z (over 2 years ago)
- Last Synced: 2025-01-20T06:45:33.893Z (4 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feather-icons-ts
TypeScript definitions for [Feather icons](https://github.com/feathericons/feather).This includes not only the types for Feather's API, but also names of the different icons.
## Installation
This package is hosted on npm.
```
# npm
npm i -D feather-icons-ts# yarn
yarn add -D feather-icons-ts# pnpm
pnpm i -D feather-icons-ts
```