added reflex svg

This commit is contained in:
Suraj
2023-12-12 18:44:15 +05:30
parent b1520bffa1
commit ff38d0ac9c
3 changed files with 26 additions and 0 deletions
+10
View File
@@ -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/'
}
];