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