From ff38d0ac9ce0794541876365637071544d929c63 Mon Sep 17 00:00:00 2001 From: Suraj Date: Tue, 12 Dec 2023 18:44:15 +0530 Subject: [PATCH] added reflex svg --- src/data/svgs.ts | 10 ++++++++++ static/library/reflex-dark.svg | 8 ++++++++ static/library/reflex-light.svg | 8 ++++++++ 3 files changed, 26 insertions(+) create mode 100644 static/library/reflex-dark.svg create mode 100644 static/library/reflex-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index f9e3309..5056dc6 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2061,5 +2061,15 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/pinterest.svg', url: 'https://pinterest.com/' + }, + { + id: 250, + title: 'Reflex', + category: 'Software', + route: { + light: '/library/reflex-dark.svg', + dark: '/library/reflex-light.svg' + }, + url: 'https://reflex.dev/' } ]; diff --git a/static/library/reflex-dark.svg b/static/library/reflex-dark.svg new file mode 100644 index 0000000..eaf5e7e --- /dev/null +++ b/static/library/reflex-dark.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/static/library/reflex-light.svg b/static/library/reflex-light.svg new file mode 100644 index 0000000..7607bd6 --- /dev/null +++ b/static/library/reflex-light.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file