mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
feat: 🍱 include mercado pago icons
This commit is contained in:
parent
7f4b8439db
commit
462de13852
@ -1,6 +1,13 @@
|
|||||||
import type { iSVG } from '../types/svg';
|
import type { iSVG } from '../types/svg';
|
||||||
|
|
||||||
export const svgs: iSVG[] = [
|
export const svgs: iSVG[] = [
|
||||||
|
{
|
||||||
|
title: 'Mercado Pago',
|
||||||
|
category: 'Payment',
|
||||||
|
route: '/library/mercado-pago.svg',
|
||||||
|
wordmark: '/library/mercado-pago-wordmark.svg',
|
||||||
|
url: 'https://www.mercadopago.com/developers/'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'ahooks',
|
title: 'ahooks',
|
||||||
category: 'Library',
|
category: 'Library',
|
||||||
@ -2640,9 +2647,9 @@ export const svgs: iSVG[] = [
|
|||||||
url: 'https://exome.dev/'
|
url: 'https://exome.dev/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Poper",
|
title: 'Poper',
|
||||||
category: "AI",
|
category: 'AI',
|
||||||
route: "/library/poper.svg",
|
route: '/library/poper.svg',
|
||||||
url: "https://www.poper.ai"
|
url: 'https://www.poper.ai'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user