From 9c6918c1797367348d6d7a21a5dc38d5d0260494 Mon Sep 17 00:00:00 2001 From: pheralb Date: Sun, 20 Apr 2025 12:37:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20HeroUI=20SVG=20logos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 +++++++++ static/library/heroui_black.svg | 1 + static/library/heroui_light.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/library/heroui_black.svg create mode 100644 static/library/heroui_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f34207c..20d2756 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3555,5 +3555,14 @@ export const svgs: iSVG[] = [ category: ['AI', 'Google'], route: '/library/firebase-studio.svg', url: 'https://firebase.studio/' + }, + { + title: 'HeroUI', + category: 'Library', + route: { + light: '/library/heroui_black.svg', + dark: '/library/heroui_light.svg' + }, + url: 'https://www.heroui.com/' } ]; diff --git a/static/library/heroui_black.svg b/static/library/heroui_black.svg new file mode 100644 index 0000000..3b90103 --- /dev/null +++ b/static/library/heroui_black.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/heroui_light.svg b/static/library/heroui_light.svg new file mode 100644 index 0000000..f5579ca --- /dev/null +++ b/static/library/heroui_light.svg @@ -0,0 +1 @@ + \ No newline at end of file