From 0360963657df96c90b06437bdfe40b3ee6aca1d9 Mon Sep 17 00:00:00 2001 From: mrleemurray Date: Thu, 29 Jan 2026 15:45:00 +0000 Subject: [PATCH] Add 'openai' icons to mapping and include SVG file --- src/icons/openai.svg | 1 + src/template/mapping.json | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 src/icons/openai.svg diff --git a/src/icons/openai.svg b/src/icons/openai.svg new file mode 100644 index 0000000..b780d84 --- /dev/null +++ b/src/icons/openai.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 087691a..9658d52 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -1713,5 +1713,8 @@ ], "60544": [ "ask" + ], + "60545": [ + "openai" ] }