https://github.com/codebender828/feather-icons-paths
The awesome feather icons exported as paths
https://github.com/codebender828/feather-icons-paths
Last synced: 2 months ago
JSON representation
The awesome feather icons exported as paths
- Host: GitHub
- URL: https://github.com/codebender828/feather-icons-paths
- Owner: codebender828
- Created: 2020-12-22T14:33:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T08:09:48.000Z (almost 5 years ago)
- Last Synced: 2025-08-05T01:04:48.639Z (10 months ago)
- Language: JavaScript
- Size: 432 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# π Feather Icon Paths
Based on the work done by [Cole Bemis](https://twitter.com/colebemis) on [Feather Icons](https://feathericons.com), by converting all feather icons to path variables along with some other low-level data.
The exported icon data structure is similar to FontAwesome's JS object pattern.
## Installation
```
yarn add feather-icons-paths
```
## Usage
```js
import { feActivity, feArrowUp } from 'feather-icons-paths'
console.log(feActivity)
/**
{
prefix: "fe",
iconName: "activity",
icon: [
// width
24,
// height
24,
// contents
'',
// raw svg
''
// path data
'M22 12 L18 12 L15 21 L9 3 L6 12 L2 12'
]
}
* /
```
## π€ Contributing
Here's our contribution [guide.](https://github.com/codebender828/feather-icons-paths/blob/main/.github/CONTRIBUTING.md)
Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/codebender828/feather-icons-paths/blob/main/README.md)
## Related Projects
- [feather-icons](https://github.com/feathericons/feather) - Feather is a collection of simply beautiful open source icons.
- [vue-feather-icons](https://github.com/egoist/vue-feather-icons) - Feather icons as Vue components
## License
Feather Icons Paths is licensed under the [MIT License](https://github.com/codebender828/feather-icons-paths/main/LICENSE).
## β€οΈ Support this project
If you like this project, please consider supporting it by buying my a coffee!
Made with β€οΈ by Jonathan Bakebwa πΊπ¬