Skip to content

Commit

Permalink
Cpd 13383 gw icon update ui (#18)
Browse files Browse the repository at this point in the history
* CPD-13383: Added new icon set.

* CPD-13383: Added viewport attribute to svg.

* CPD-13383: PR comments.

* v0.9.0 - PR comment fixes.
  • Loading branch information
kevinrodrigues authored May 29, 2018
1 parent 95791bc commit 64b4503
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 58 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,47 @@
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).

v0.9.0
------------------------------
*May 29, 2018*

### Changed
- Update current icon set with new versions.


v0.8.0
------------------------------
*April 19, 2018*

### Added
- Added extendable class so image path can be easily reused rather than duplicated.


v0.7.0
------------------------------
*April 3, 2018*

### Fixed
- Fixed missing reference to ratings SCSS file.


v0.6.0
------------------------------
*March 28, 2018*


### Added
- Added stars for rating and size modifiers.


v0.5.0
------------------------------
*March 2, 2018*

### Added
- Added a green color modifier to the tick icon.


v0.4.0
------------------------------
*March 2, 2018*
Expand All @@ -46,6 +59,7 @@ v0.3.4
### Added
- Added class to rotate chevron icon to face the right.


v0.2.4
------------------------------
*February 6, 2018*
Expand All @@ -59,13 +73,15 @@ v0.2.4
- slidersHorizontal
- sortAmount


v0.2.3
------------------------------
*December 13, 2017*

### Added
- Added `flag.au.svg` and `flag.nz.svg`.


v0.2.2
------------------------------
*November 28, 2017*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@justeat/f-icons",
"description": "Common icons for use in Fozzie projects.",
"version": "0.8.0",
"version": "0.9.0",
"files": [
"src"
],
Expand Down
4 changes: 1 addition & 3 deletions src/img/icons/arrows/chevron.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/img/icons/general/cuisine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/img/icons/general/forkAndSpoon.svg

This file was deleted.

4 changes: 1 addition & 3 deletions src/img/icons/general/tick.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/img/icons/operators/cross.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/img/icons/operators/minus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/img/icons/operators/plus--thin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions src/img/icons/stars/star--empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/img/icons/stars/star--filled--orange.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/img/icons/stars/star--filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions src/img/icons/tools/eyeglass.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions src/img/icons/tools/slidersHorizontal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions src/img/icons/tools/sortAmount.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/scss/partials/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $icon--green : $green !default;
fill: $icon--green;
}

.c-icon--forkAndSpoon {
.c-icon--cuisine {
height: 19px;
width: 17px;
}

0 comments on commit 64b4503

Please sign in to comment.