From 5b16dcdce40a607f45169ca87507e373a0be4f54 Mon Sep 17 00:00:00 2001 From: Anand Desai Date: Wed, 30 Jul 2025 00:24:24 +0530 Subject: [PATCH] chore: add NumberBarn icon --- .../auth/assets/custom-icons/_data/custom-icons.json | 9 +++++++-- .../apps/auth/assets/custom-icons/icons/numberbarn.svg | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 mobile/apps/auth/assets/custom-icons/icons/numberbarn.svg diff --git a/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json b/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json index e93a86308d..89600dd462 100644 --- a/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json +++ b/mobile/apps/auth/assets/custom-icons/_data/custom-icons.json @@ -1030,6 +1030,11 @@ { "title": "Notion" }, + { + "title": "NumberBarn", + "slug": "numberbarn", + "hex": "1c5787" + }, { "title": "NuCommunity" }, @@ -1553,7 +1558,7 @@ "title": "Warner Bros.", "slug": "warner_bros", "altNames": [ - "Warner Brothers" + "Warner Brothers" ] }, { @@ -1679,4 +1684,4 @@ "slug": "cowheels" } ] -} +} \ No newline at end of file diff --git a/mobile/apps/auth/assets/custom-icons/icons/numberbarn.svg b/mobile/apps/auth/assets/custom-icons/icons/numberbarn.svg new file mode 100644 index 0000000000..d4c1350536 --- /dev/null +++ b/mobile/apps/auth/assets/custom-icons/icons/numberbarn.svg @@ -0,0 +1 @@ + \ No newline at end of file