https://github.com/arthurivanov/feather-icons-react-typescript
Feather icons React TS NPM package.
https://github.com/arthurivanov/feather-icons-react-typescript
feather feather-icons icons library react reactjs svg typescript
Last synced: 10 months ago
JSON representation
Feather icons React TS NPM package.
- Host: GitHub
- URL: https://github.com/arthurivanov/feather-icons-react-typescript
- Owner: ArthurIvanov
- Created: 2020-12-10T20:51:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T20:32:27.000Z (over 2 years ago)
- Last Synced: 2025-08-08T13:21:24.481Z (10 months ago)
- Topics: feather, feather-icons, icons, library, react, reactjs, svg, typescript
- Language: TypeScript
- Homepage: https://feather-icons-react-typescript.vercel.app
- Size: 534 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feather icons React Typescript

[](https://www.npmjs.com/package/@atlantum/feather-react-ts)
[](https://www.npmjs.com/package/@atlantum/feather-react-ts.svg?)
Nice set of icons as React components with type checking and auto complete.
👉 Link to storybook preview
### Installation
```bash
yarn add @ailibs/feather-react-ts
or
npm install @ailibs/feather-react-ts
```
### Usage
```jsx
import React from 'react'
import Icon from '@ailibs/feather-react-ts'
// Basic render with default parameters
// color=black / size=24px / stroke-width=2
// Customize look by passing values in to props
// Values for size and stroke can be string | number
// Support for adding classes via className prop
// Support onClick event via props
console.log("Clicked!")} />
```
### Enjoy!