From dd53cd5f4797df0986b044688c49764036ddb8e7 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Sun, 13 Apr 2025 22:10:15 -0700 Subject: [PATCH] [auth] Add Postmark logo (#5611) ## Description Adds a logo for Postmark (https://postmarkapp.com/). Postmarkapp doesn't have any official branding source files or use SVGs, so Vector logo is sourced from here: https://www.vectorlogo.zone/logos/postmarkapp/ ![Postmarkapp vector from VectorLogo Zone](https://www.vectorlogo.zone/logos/postmarkapp/postmarkapp-icon.svg) I went with this rather than the ones on sites like https://brandfetch.com/postmarkapp.com because the white stamp border looks the closest to the logo that Postmark uses in their official Zapier integration. https://zapier.com/apps/postmark/integrations ![Postmarkapp Zapier Logo](https://zapier-images.imgix.net/storage/services/e1cd4dba89396528988daf12ba63d35d.png?auto=format&fit=crop&q=98&w=32&h=32&dpr=3&bg=black) --- auth/assets/custom-icons/_data/custom-icons.json | 7 +++++++ auth/assets/custom-icons/icons/postmarkapp.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 auth/assets/custom-icons/icons/postmarkapp.svg diff --git a/auth/assets/custom-icons/_data/custom-icons.json b/auth/assets/custom-icons/_data/custom-icons.json index 68eb164e36..f86938b97b 100644 --- a/auth/assets/custom-icons/_data/custom-icons.json +++ b/auth/assets/custom-icons/_data/custom-icons.json @@ -905,6 +905,13 @@ { "title": "PostNL" }, + { + "title": "Postmark", + "slug": "postmarkapp", + "altNames": [ + "postmarkapp" + ] + }, { "title": "PostScan Mail", "slug": "postscanmail", diff --git a/auth/assets/custom-icons/icons/postmarkapp.svg b/auth/assets/custom-icons/icons/postmarkapp.svg new file mode 100644 index 0000000000..7d4f2e7b6b --- /dev/null +++ b/auth/assets/custom-icons/icons/postmarkapp.svg @@ -0,0 +1 @@ + \ No newline at end of file