From 3fbb7b106e198f69dbc49a8f9b85f6c4e2c312bb Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Wed, 29 Jan 2025 14:28:35 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Base=20UI=20SVG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 +++++++++ static/library/base-ui-dark.svg | 1 + static/library/base-ui.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/library/base-ui-dark.svg create mode 100644 static/library/base-ui.svg 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