Skip to content

Commit

Permalink
GC-2963/Add repeat icon (#518)
Browse files Browse the repository at this point in the history
* GC-2963/Add repeat icon

* fixed svg
  • Loading branch information
haroutrs authored Jun 17, 2024
1 parent 756c66a commit 270af90
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v2.0.74

- Add `Repeat` to the `Icon` component

## v2.0.73

- Add `Skeleton` 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.73",
"version": "2.0.74",
"engines": {
"node": ">=20.2.0",
"npm": ">=10.2.0"
Expand Down
3 changes: 3 additions & 0 deletions src/components/Icon/svgs/Repeat.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 @@ -90,6 +90,7 @@ export const IconName = {
PREVIOUS: 'Previous',
PROCESSING: 'Processing',
QR_CODE: 'QRCode',
REPEAT: 'Repeat',
RESIZE: 'Resize',
SEND: 'Send',
SIGNAL: 'Signal',
Expand Down

0 comments on commit 270af90

Please sign in to comment.