mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +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';
|
||||
|
||||
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',
|
||||
category: 'Library',
|
||||
@ -2640,9 +2647,9 @@ export const svgs: iSVG[] = [
|
||||
url: 'https://exome.dev/'
|
||||
},
|
||||
{
|
||||
title: "Poper",
|
||||
category: "AI",
|
||||
route: "/library/poper.svg",
|
||||
url: "https://www.poper.ai"
|
||||
title: 'Poper',
|
||||
category: 'AI',
|
||||
route: '/library/poper.svg',
|
||||
url: 'https://www.poper.ai'
|
||||
}
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user