From bd1a756492701759c5b713555026e570fd76acfe Mon Sep 17 00:00:00 2001 From: Rutika Pawar <183392827+twilight2294@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:09:30 +0000 Subject: [PATCH 1/5] Update flash icon Signed-off-by: GitHub --- assets/images/bolt-slash.svg | 16 ++++++++++++++++ src/components/Icon/Expensicons.ts | 2 ++ .../step/IOURequestStepScan/index.native.tsx | 4 ++-- .../request/step/IOURequestStepScan/index.tsx | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 assets/images/bolt-slash.svg diff --git a/assets/images/bolt-slash.svg b/assets/images/bolt-slash.svg new file mode 100644 index 000000000000..1193f7e00219 --- /dev/null +++ b/assets/images/bolt-slash.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/Icon/Expensicons.ts b/src/components/Icon/Expensicons.ts index 09f9a3b896ad..31525a413d03 100644 --- a/src/components/Icon/Expensicons.ts +++ b/src/components/Icon/Expensicons.ts @@ -204,6 +204,7 @@ import Workspace from '@assets/images/workspace-default-avatar.svg'; import Wrench from '@assets/images/wrench.svg'; import Clear from '@assets/images/x-circle.svg'; import Zoom from '@assets/images/zoom.svg'; +import boltSlash from '@assets/images/bolt-slash.svg'; export { ActiveRoomAvatar, @@ -412,4 +413,5 @@ export { Star, QBDSquare, GalleryNotFound, + boltSlash, }; diff --git a/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx b/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx index f54e3b8a9f45..2844b2efc6ff 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx +++ b/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx @@ -684,8 +684,8 @@ function IOURequestStepScan({ )} diff --git a/src/pages/iou/request/step/IOURequestStepScan/index.tsx b/src/pages/iou/request/step/IOURequestStepScan/index.tsx index 2304fe4d749e..ac66e66efb4f 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/index.tsx +++ b/src/pages/iou/request/step/IOURequestStepScan/index.tsx @@ -717,8 +717,8 @@ function IOURequestStepScan({ From d5374e1762d334c20dfba4099e2c9eb6abf5725c Mon Sep 17 00:00:00 2001 From: Rutika Pawar <183392827+twilight2294@users.noreply.github.com> Date: Wed, 4 Dec 2024 20:00:36 +0530 Subject: [PATCH 2/5] fix lint --- src/components/Icon/Expensicons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Icon/Expensicons.ts b/src/components/Icon/Expensicons.ts index 31525a413d03..51db1bc12c8e 100644 --- a/src/components/Icon/Expensicons.ts +++ b/src/components/Icon/Expensicons.ts @@ -25,6 +25,7 @@ import Bell from '@assets/images/bell.svg'; import BellSlash from '@assets/images/bellSlash.svg'; import Bill from '@assets/images/bill.svg'; import Binoculars from '@assets/images/binoculars.svg'; +import boltSlash from '@assets/images/bolt-slash.svg'; import Bolt from '@assets/images/bolt.svg'; import Bookmark from '@assets/images/bookmark.svg'; import Box from '@assets/images/box.svg'; @@ -204,7 +205,6 @@ import Workspace from '@assets/images/workspace-default-avatar.svg'; import Wrench from '@assets/images/wrench.svg'; import Clear from '@assets/images/x-circle.svg'; import Zoom from '@assets/images/zoom.svg'; -import boltSlash from '@assets/images/bolt-slash.svg'; export { ActiveRoomAvatar, From 2890d639038a23a6bfd784005c163a48facd6391 Mon Sep 17 00:00:00 2001 From: Rutika Pawar <183392827+twilight2294@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:55:25 +0000 Subject: [PATCH 3/5] switch conditions Signed-off-by: GitHub --- src/pages/iou/request/step/IOURequestStepScan/index.native.tsx | 2 +- src/pages/iou/request/step/IOURequestStepScan/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx b/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx index 2844b2efc6ff..a984cbff81e8 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx +++ b/src/pages/iou/request/step/IOURequestStepScan/index.native.tsx @@ -684,7 +684,7 @@ function IOURequestStepScan({ diff --git a/src/pages/iou/request/step/IOURequestStepScan/index.tsx b/src/pages/iou/request/step/IOURequestStepScan/index.tsx index ac66e66efb4f..bde8c1f607c9 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/index.tsx +++ b/src/pages/iou/request/step/IOURequestStepScan/index.tsx @@ -717,7 +717,7 @@ function IOURequestStepScan({ From 7beaeb591faeff729459da496ae01bd7483b55bf Mon Sep 17 00:00:00 2001 From: Rutika Pawar <183392827+twilight2294@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:18:01 +0530 Subject: [PATCH 4/5] Update bolt-slash.svg --- assets/images/bolt-slash.svg | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/assets/images/bolt-slash.svg b/assets/images/bolt-slash.svg index 1193f7e00219..268e1b98c4c6 100644 --- a/assets/images/bolt-slash.svg +++ b/assets/images/bolt-slash.svg @@ -1,16 +1,9 @@ - - - - - - - - - - \ No newline at end of file + + + + + + + + From 6e2eb15dc04006dcb6da63f96b489bb7a2779c02 Mon Sep 17 00:00:00 2001 From: Rutika Pawar <183392827+twilight2294@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:37:49 +0530 Subject: [PATCH 5/5] Update bolt.svg --- assets/images/bolt.svg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/images/bolt.svg b/assets/images/bolt.svg index c8ea05c0b447..76334459107b 100644 --- a/assets/images/bolt.svg +++ b/assets/images/bolt.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + +