Skip to content

Commit

Permalink
feat: add qr and palette icons
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyOnfido committed Apr 26, 2023
1 parent 9ba77f5 commit 1e4dd81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.17.0](https://github.com/onfido/castor-icons/compare/v2.15.0...v2.16.0) (2023-04-26)

- add palette icon ([#1027](https://github.com/onfido/castor-icons/issues/887)) ([039984a](https://github.com/onfido/castor-icons/commit/039984a31634d85601d3f5d77725b6d3d284fc3d))
- add qr icon ([#1027](https://github.com/onfido/castor-icons/issues/887)) ([039984a](https://github.com/onfido/castor-icons/commit/039984a31634d85601d3f5d77725b6d3d284fc3d))

## [2.16.0](https://github.com/onfido/castor-icons/compare/v2.15.0...v2.16.0) (2022-11-24)

### Features
Expand Down
2 changes: 2 additions & 0 deletions src/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"minus-circle": "node_modules/boxicons/svg/regular/bx-minus-circle.svg",
"move": "node_modules/boxicons/svg/regular/bx-move.svg",
"notification": "node_modules/boxicons/svg/regular/bx-notification.svg",
"palette": "node_modules/boxicons/svg/regular/bx-palette.svg",
"paperclip": "node_modules/boxicons/svg/regular/bx-paperclip.svg",
"passport": "src/svg/passport.svg",
"pause": "node_modules/boxicons/svg/regular/bx-pause.svg",
Expand All @@ -97,6 +98,7 @@
"plus-circle": "node_modules/boxicons/svg/regular/bx-plus-circle.svg",
"polygon": "node_modules/boxicons/svg/regular/bx-shape-polygon.svg",
"pulse": "node_modules/boxicons/svg/regular/bx-pulse.svg",
"qr": "node_modules/boxicons/svg/regular/bx-qr.svg",
"question-mark": "node_modules/boxicons/svg/regular/bx-question-mark.svg",
"refresh": "node_modules/boxicons/svg/regular/bx-refresh.svg",
"repost": "node_modules/boxicons/svg/regular/bx-repost.svg",
Expand Down

0 comments on commit 1e4dd81

Please sign in to comment.