Skip to content

Commit

Permalink
Remove roadmap
Browse files Browse the repository at this point in the history
The roadmap was out of date. Let's track future work using GitHub issues instead.
  • Loading branch information
colebemis authored Nov 8, 2019
1 parent c05985d commit 466b3f0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ npm install feather-icons
* [`feather.icons[name].toSvg()`](#feathericonsnametosvgattrs)
* [`feather.replace()`](#featherreplaceattrs)
* [(DEPRECATED) `feather.toSvg()`](#deprecated-feathertosvgname-attrs)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [Related Projects](#related-projects)
* [License](#license)
Expand Down Expand Up @@ -389,14 +388,6 @@ feather.toSvg('circle', { class: 'foo bar' })

[View Source](https://github.com/colebemis/feather/blob/master/src/to-svg.js)

## Roadmap

- [ ] Write icon design guidelines
- [ ] Improve SVG accessibility
- [ ] Handle usage of custom icons
- [ ] Add usage examples
- [ ] Make `<feather-icon>` web component

## Contributing

For more info on how to contribute please see the [contribution guidelines](https://github.com/colebemis/feather/blob/master/CONTRIBUTING.md).
Expand Down

0 comments on commit 466b3f0

Please sign in to comment.