Skip to content

Commit

Permalink
v3.5.0 – Adding note and close-circle icons (#94)
Browse files Browse the repository at this point in the history
* added note and close circle icons

* change version number in changel log

* optmized svgs

* Update CHANGELOG.md

Co-authored-by: Benjamin White <ben@delt.as>

* reran sgs through svgomg

* changed to black and prefer viewbox

* manually change close circle href

* change path id

* corrected ID in close circle

Co-authored-by: Benjamin White <ben@delt.as>
  • Loading branch information
Parkyster and minrwhite authored Mar 25, 2021
1 parent 4ee1728 commit 605d000
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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)


v3.5.0
------------------------------
*March 24, 2021*

### Added
- `note` icon added.
- `close-circle` icon added.


v3.4.0
------------------------------
*February 4, 2021*
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": "3.4.0",
"version": "3.5.0",
"main": "dist/f-icons.js",
"unpkg": "dist/f-icons.min.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions src/img/icons/general/close-circle.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/note.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 605d000

Please sign in to comment.