From 0abf4354aaeb66091811777f18a3ad9e246587f7 Mon Sep 17 00:00:00 2001 From: Hailey Martin Date: Tue, 1 Jul 2025 14:30:55 +1000 Subject: [PATCH] [Auth] Add LaunchDarkly to custom icons (#6399) ## Description Adds a custom icon for the LaunchDarkly feature flag/automation service. Icon was taken from their [press kit](https://launchdarkly.com/press-and-analysts/) and given a hex code to work on both dark & light modes. ## Tests n/a --- auth/assets/custom-icons/_data/custom-icons.json | 6 +++++- auth/assets/custom-icons/icons/launchdarkly.svg | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 auth/assets/custom-icons/icons/launchdarkly.svg diff --git a/auth/assets/custom-icons/_data/custom-icons.json b/auth/assets/custom-icons/_data/custom-icons.json index 48d1d7ac5a..1e57c2a61c 100644 --- a/auth/assets/custom-icons/_data/custom-icons.json +++ b/auth/assets/custom-icons/_data/custom-icons.json @@ -574,7 +574,7 @@ "title": "IBKR", "slug": "ibkr", "altNames": [ - "Interactive Brokers", + "Interactive Brokers", "IB" ] }, @@ -699,6 +699,10 @@ "飞书" ] }, + { + "title": "LaunchDarkly", + "hex": "858585" + }, { "title": "Letterboxd" }, diff --git a/auth/assets/custom-icons/icons/launchdarkly.svg b/auth/assets/custom-icons/icons/launchdarkly.svg new file mode 100644 index 0000000000..59f8d0f5e9 --- /dev/null +++ b/auth/assets/custom-icons/icons/launchdarkly.svg @@ -0,0 +1 @@ + \ No newline at end of file