Merge pull request #209 from Pyr33x/main

🪄 New Icons
This commit is contained in:
Pablo Hdez
2024-01-13 11:48:05 +00:00
committed by GitHub
7 changed files with 36 additions and 0 deletions
+30
View File
@@ -509,6 +509,15 @@ export const svgs: iSVG[] = [
route: '/library/qwik.svg',
url: 'https://qwik.builder.io/'
},
{
title: 'Coinbase',
category: 'Crypto',
route: {
light: '/library/coinbase-light.svg',
dark: '/library/coinbase-dark.svg'
},
url: 'https://www.coinbase.com/'
},
{
title: 'Authy',
category: 'Software',
@@ -917,6 +926,12 @@ export const svgs: iSVG[] = [
route: '/library/reactrouter.svg',
url: 'https://reactrouter.com/en/main'
},
{
title: 'AMP',
category: 'Library',
route: '/library/amp.svg',
url: 'https://amp.dev/'
},
{
title: 'Developer Student Club',
category: 'Community',
@@ -935,6 +950,15 @@ export const svgs: iSVG[] = [
route: '/library/eclipse.svg',
url: 'https://www.eclipse.org/'
},
{
title: 'Three.js',
category: 'Library',
route: {
light: '/library/threejs-light.svg',
dark: '/library/threejs-dark.svg'
},
url: 'https://threejs.org/'
},
{
title: 'HTML5',
category: 'Language',
@@ -1256,6 +1280,12 @@ export const svgs: iSVG[] = [
route: '/library/zod.svg',
url: 'https://zod.dev/'
},
{
title: 'Dreamweaver',
category: 'Software',
route: '/library/dw.svg',
url: 'https://www.adobe.com/products/dreamweaver.html'
},
{
title: 'OpenAI',
category: 'AI',