mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Add WebGL logo
This commit is contained in:
@@ -3960,5 +3960,15 @@ export const svgs: iSVG[] = [
|
||||
category: 'Google',
|
||||
route: '/library/googleMaps.svg',
|
||||
url: 'https://www.google.com/maps/'
|
||||
},
|
||||
{
|
||||
title: 'WebGL',
|
||||
category: 'Library',
|
||||
route: {
|
||||
light: '/library/webgl.svg',
|
||||
dark: '/library/webgl_dark.svg'
|
||||
},
|
||||
url: 'https://www.khronos.org/webgl/',
|
||||
brandUrl: 'https://www.khronos.org/legal/trademarks/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user