📦 Add Motion SVG

This commit is contained in:
Miguel Vega
2024-11-18 14:58:31 -05:00
parent afe5eec846
commit ab436304f9
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -3048,5 +3048,14 @@ export const svgs: iSVG[] = [
dark: '/library/polar-sh_dark.svg'
},
url: 'https://polar.sh/'
},
{
title: 'Motion',
category: 'Library',
route: {
light: '/library/motion.svg',
dark: '/library/motion_dark.svg'
},
url: 'https://motion.dev/'
}
];