From 7694964c05e5c7fce4c2914f4793afc61650cde5 Mon Sep 17 00:00:00 2001 From: Garrett Knight Date: Mon, 6 Jul 2026 11:23:32 +0100 Subject: [PATCH 1/3] Create receipt-wrangler-space-cowgirl.svg https://github.com/Expensify/App/issues/87912#top --- .../receipt-wrangler-space-cowgirl.svg | 209 ++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 assets/images/product-illustrations/receipt-wrangler-space-cowgirl.svg diff --git a/assets/images/product-illustrations/receipt-wrangler-space-cowgirl.svg b/assets/images/product-illustrations/receipt-wrangler-space-cowgirl.svg new file mode 100644 index 000000000000..e28130f6fb3b --- /dev/null +++ b/assets/images/product-illustrations/receipt-wrangler-space-cowgirl.svg @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From e9231aaab316d10750d19025f4b4b1b5f1a5a740 Mon Sep 17 00:00:00 2001 From: Georgia Monahan Date: Mon, 6 Jul 2026 11:47:13 +0100 Subject: [PATCH 2/3] compress svg --- .../receipt-wrangler-space-cowgirl.svg | 210 +----------------- 1 file changed, 1 insertion(+), 209 deletions(-) diff --git a/assets/images/product-illustrations/receipt-wrangler-space-cowgirl.svg b/assets/images/product-illustrations/receipt-wrangler-space-cowgirl.svg index e28130f6fb3b..e36b1eb0a5d0 100644 --- a/assets/images/product-illustrations/receipt-wrangler-space-cowgirl.svg +++ b/assets/images/product-illustrations/receipt-wrangler-space-cowgirl.svg @@ -1,209 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file From ef53ccf10e4f7d0106d27f5bb2037f021ccddabe Mon Sep 17 00:00:00 2001 From: "Garrett Knight (via MelvinBot)" Date: Mon, 6 Jul 2026 11:36:55 +0000 Subject: [PATCH 3/3] Register receipt-wrangler-space-cowgirl illustration in illustrations chunk Co-authored-by: Garrett Knight --- src/components/Icon/chunks/illustrations.chunk.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Icon/chunks/illustrations.chunk.ts b/src/components/Icon/chunks/illustrations.chunk.ts index e4369b370ac5..1cde69896a3d 100644 --- a/src/components/Icon/chunks/illustrations.chunk.ts +++ b/src/components/Icon/chunks/illustrations.chunk.ts @@ -77,6 +77,7 @@ import ModalHoldOrReject from '@assets/images/product-illustrations/modal-hold-o import MushroomTopHat from '@assets/images/product-illustrations/mushroom-top-hat.svg'; import PaymentHands from '@assets/images/product-illustrations/payment-hands.svg'; import PlanetWithMobileApp from '@assets/images/product-illustrations/planet-with-mobile-app.svg'; +import ReceiptWranglerSpaceCowgirl from '@assets/images/product-illustrations/receipt-wrangler-space-cowgirl.svg'; import ReceiptsStackedOnPin from '@assets/images/product-illustrations/receipts-stacked-on-pin.svg'; import RocketBlue from '@assets/images/product-illustrations/rocket--blue.svg'; import RocketDude from '@assets/images/product-illustrations/rocket-dude.svg'; @@ -289,6 +290,7 @@ const Illustrations = { MushroomTopHat, PaymentHands, PlanetWithMobileApp, + ReceiptWranglerSpaceCowgirl, ReceiptsStackedOnPin, RocketBlue, RocketDude,