From d797ee5f03b7717db902c13a45a6273caf28668a Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 30 May 2017 12:40:19 -0700 Subject: [PATCH] Rename trend icons --- CHANGELOG.md | 15 +++++++++++++-- icons/core/{trend-down.svg => trending-down.svg} | 0 icons/core/{trend-up.svg => trending-up.svg} | 0 3 files changed, 13 insertions(+), 2 deletions(-) rename icons/core/{trend-down.svg => trending-down.svg} (100%) rename icons/core/{trend-up.svg => trending-up.svg} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb87908..36ae4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## TODO + +- `log-in` +- `log-out` +- `volume` icons (up, down, off, etc.) +- `paper-airplane` +- `link` (link, unlink) +- `copy` +- `shop` + + ### Added
@@ -35,8 +46,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `repeat` - `share` - `slack` - - `trend-down` - - `trend-up` + - `trending-down` + - `trending-up` - `type` - `user-check` - `user-x` diff --git a/icons/core/trend-down.svg b/icons/core/trending-down.svg similarity index 100% rename from icons/core/trend-down.svg rename to icons/core/trending-down.svg diff --git a/icons/core/trend-up.svg b/icons/core/trending-up.svg similarity index 100% rename from icons/core/trend-up.svg rename to icons/core/trending-up.svg