From 466b3f0494a39c286efd3271f7171be442a127f6 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 8 Nov 2019 02:22:14 -0800 Subject: [PATCH] Remove roadmap The roadmap was out of date. Let's track future work using GitHub issues instead. --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 8fcf183..dba4697 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 `` web component - ## Contributing For more info on how to contribute please see the [contribution guidelines](https://github.com/colebemis/feather/blob/master/CONTRIBUTING.md).