diff --git a/assets/images/bolt-slash.svg b/assets/images/bolt-slash.svg new file mode 100644 index 000000000000..268e1b98c4c6 --- /dev/null +++ b/assets/images/bolt-slash.svg @@ -0,0 +1,9 @@ + + + + + + + + + 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 + + + + diff --git a/src/components/Icon/Expensicons.ts b/src/components/Icon/Expensicons.ts index 09f9a3b896ad..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'; @@ -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..a984cbff81e8 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 8708d1d9ce54..b2d9fd5e78b1 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/index.tsx +++ b/src/pages/iou/request/step/IOURequestStepScan/index.tsx @@ -715,8 +715,8 @@ function IOURequestStepScan({