diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e3db12d..ded5032 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3262,5 +3262,14 @@ export const svgs: iSVG[] = [ category: ['AI', 'Software'], route: '/library/openwebui.svg', url: 'https://openwebui.com/' + }, + { + title: 'Base UI', + category: 'Library', + route: { + light: '/library/base-ui.svg', + dark: '/library/base-ui-dark.svg' + }, + url: 'https://base-ui.com/' } ]; diff --git a/static/library/base-ui-dark.svg b/static/library/base-ui-dark.svg new file mode 100644 index 0000000..75ea2eb --- /dev/null +++ b/static/library/base-ui-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/base-ui.svg b/static/library/base-ui.svg new file mode 100644 index 0000000..8202ec1 --- /dev/null +++ b/static/library/base-ui.svg @@ -0,0 +1 @@ + \ No newline at end of file