Skip to content

Commit

Permalink
v1.17.0 - Added new order detail icons (#43)
Browse files Browse the repository at this point in the history
Added new order detail icons
  • Loading branch information
bulutcy authored and ashleynolan committed Jan 22, 2019
1 parent d99cfff commit de50403
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.17.0
------------------------------
*January 22, 2019*

### Added
- Added new order detail icons

v1.16.0
------------------------------
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": "1.16.0",
"version": "1.17.0",
"files": [
"src"
],
Expand Down
3 changes: 3 additions & 0 deletions src/img/icons/general/driver.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: 3 additions & 0 deletions src/img/icons/general/questionMark.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: 3 additions & 0 deletions src/img/icons/general/receipt.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: 3 additions & 0 deletions src/img/icons/general/restaurant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions src/scss/partials/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
width: 16px;
}

.c-icon--driver {
height: 28px;
width: 28px;
}

.c-icon--driver--small {
height: 20px;
width: 20px;
}

.c-icon--info {
height: 22px;
width: 22px;
Expand All @@ -63,6 +73,36 @@
width: 20px;
}

.c-icon--questionMark {
height: 28px;
width: 28px;
}

.c-icon--questionMark--small {
height: 20px;
width: 20px;
}

.c-icon--receipt {
height: 28px;
width: 28px;
}

.c-icon--receipt--small {
height: 20px;
width: 20px;
}

.c-icon--restaurant {
height: 28px;
width: 28px;
}

.c-icon--restaurant--small {
height: 20px;
width: 20px;
}

.c-icon--tick {
height: 12px;
width: 16px;
Expand Down

0 comments on commit de50403

Please sign in to comment.