Skip to content

Commit

Permalink
SELF-294/left arrow icon (#498)
Browse files Browse the repository at this point in the history
* feat: add new icons for the `Icon` component

* 2.0.57
  • Loading branch information
kencrim committed May 10, 2024
1 parent 2314c38 commit 6b5746b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v2.0.57

- Add new icons for the `Icon` component
- `NavArrowLeft`

## v2.0.56

- Add new icons for the `Icon` component
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lob/ui-components",
"version": "2.0.56",
"version": "2.0.57",
"engines": {
"node": ">=20.2.0",
"npm": ">=10.2.0"
Expand Down
6 changes: 6 additions & 0 deletions src/components/Icon/svgs/NavArrowLeft.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/components/Icon/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const IconName = {
LIGHTNING: 'Lightning',
LOCATION_PIN: 'LocationPin',
MONEY_BILL: 'MoneyBill',
NAV_ARROW_LEFT: 'NavArrowLeft',
NEXT: 'Next',
OPEN_BOOK: 'OpenBook',
PAINT_ROLLER: 'PaintRoller',
Expand Down

0 comments on commit 6b5746b

Please sign in to comment.