Skip to content

Commit

Permalink
add lunch icons (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
80sgreek authored Jun 27, 2019
1 parent 99cb837 commit 2c286bb
Show file tree
Hide file tree
Showing 6 changed files with 21 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.28.0
------------------------------
*June 27, 2019*

### Added
- Lunch icons.

v1.27.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.27.0",
"version": "1.28.0",
"files": [
"src"
],
Expand Down
1 change: 1 addition & 0 deletions src/img/icons/lunch/loyaltyStamp--awarded.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/lunch/loyaltyStamp.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/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
@import 'partials/tools';
@import 'partials/ratings';
@import 'partials/social';
@import 'partials/lunch';


/**
Expand Down
11 changes: 11 additions & 0 deletions src/scss/partials/_lunch.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* Lunch icons
* =================================
*
*/


.c-icon--loyaltyStamp {
height: 30px;
width: 30px;
}

0 comments on commit 2c286bb

Please sign in to comment.