mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
feat: add sony logo
This commit is contained in:
parent
e328c4c01e
commit
0b30aaa195
@ -7,6 +7,18 @@ export const svgs: iSVG[] = [
|
|||||||
route: '/library/discord.svg',
|
route: '/library/discord.svg',
|
||||||
url: 'https://discord.com/'
|
url: 'https://discord.com/'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Sansung',
|
||||||
|
category: 'Software',
|
||||||
|
route: '/library/sansung.svg',
|
||||||
|
url: 'https://samsung.com/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Sony',
|
||||||
|
category: 'Software',
|
||||||
|
route: '/library/sony.svg',
|
||||||
|
url: 'https://sony.com/'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'Aliexpress',
|
title: 'Aliexpress',
|
||||||
category: 'Software',
|
category: 'Software',
|
||||||
|
Loading…
Reference in New Issue
Block a user