An open API service indexing awesome lists of open source software.

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

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!


Buy me a coffee



Made with ❀️ by Jonathan Bakebwa πŸ‡ΊπŸ‡¬