From 08b4fb374b668582c676a836ad0ffc9bcae34473 Mon Sep 17 00:00:00 2001 From: sonnyprince Date: Thu, 30 Aug 2018 13:14:11 +0100 Subject: [PATCH] v1.7.0 - Icon updates (#29) * v1.6.0 - addition of cash and clock icon, update fill of sort amount and offer and update map pin icon * v1.7.0 - version bump post rebase * v1.7.0 - remove width and height attr of map pin icon * v1.7.0 - remove fill attrs from offer and sortAmount. add viewbox attr to cash and clock. update changelog * v1.7.0 - remove of fill from mappin * v1.7.0 - remove of cash and clock icon fill * v1.7.0 - remove width and height attr of sort amount icon --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- src/img/icons/general/cash.svg | 1 + src/img/icons/general/clock.svg | 1 + src/img/icons/tools/mapPin.svg | 4 +++- src/img/icons/tools/sortAmount.svg | 2 +- 6 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 src/img/icons/general/cash.svg create mode 100644 src/img/icons/general/clock.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index fd66696..6bfa7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +v1.7.0 +------------------------------ +*August 30, 2018* + +### Added +- Cash Icon +- Clock Icon + +### Changed +- Remove path fill from sort amount icon +- Updated Map Pin icon + v1.6.0 ------------------------------ diff --git a/package.json b/package.json index 8f2ee23..2c18071 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@justeat/f-icons", "description": "Common icons for use in Fozzie projects.", - "version": "1.6.0", + "version": "1.7.0", "files": [ "src" ], diff --git a/src/img/icons/general/cash.svg b/src/img/icons/general/cash.svg new file mode 100644 index 0000000..d219cf6 --- /dev/null +++ b/src/img/icons/general/cash.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/img/icons/general/clock.svg b/src/img/icons/general/clock.svg new file mode 100644 index 0000000..d08d7c3 --- /dev/null +++ b/src/img/icons/general/clock.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/img/icons/tools/mapPin.svg b/src/img/icons/tools/mapPin.svg index 125dc39..2ac82cf 100644 --- a/src/img/icons/tools/mapPin.svg +++ b/src/img/icons/tools/mapPin.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/src/img/icons/tools/sortAmount.svg b/src/img/icons/tools/sortAmount.svg index 1a5db2e..849595a 100644 --- a/src/img/icons/tools/sortAmount.svg +++ b/src/img/icons/tools/sortAmount.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file