From ce74d93da112ff2433f2c6860a567b803436a8d2 Mon Sep 17 00:00:00 2001 From: PhatJack Date: Sat, 30 May 2026 21:42:29 +0700 Subject: [PATCH] feat: add Prosus icon --- public/icons/prosus/default.svg | 7 +++++++ public/icons/prosus/wordmark.svg | 7 +++++++ src/data/icons.json | 17 +++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 public/icons/prosus/default.svg create mode 100644 public/icons/prosus/wordmark.svg diff --git a/public/icons/prosus/default.svg b/public/icons/prosus/default.svg new file mode 100644 index 00000000..52616120 --- /dev/null +++ b/public/icons/prosus/default.svg @@ -0,0 +1,7 @@ + + Prosus + + + \ No newline at end of file diff --git a/public/icons/prosus/wordmark.svg b/public/icons/prosus/wordmark.svg new file mode 100644 index 00000000..b21833c7 --- /dev/null +++ b/public/icons/prosus/wordmark.svg @@ -0,0 +1,7 @@ + + Prosus Wordmark + + + \ No newline at end of file diff --git a/src/data/icons.json b/src/data/icons.json index 3b07823a..8a83486f 100644 --- a/src/data/icons.json +++ b/src/data/icons.json @@ -88377,6 +88377,23 @@ "url": "https://www.prosieben.de", "dateAdded": "2026-03-07", "collection": "brands" + }, + { + "slug": "prosus", + "title": "Prosus", + "aliases": [], + "hex": "0332AF", + "categories": [ + "Advertising" + ], + "variants": { + "default": "/icons/prosus/default.svg", + "wordmark": "/icons/prosus/wordmark.svg" + }, + "license": "CC0-1.0", + "url": "https://www.prosus.com", + "dateAdded": "2026-05-30", + "collection": "brands" }, { "slug": "proteus",