feat: 🍱 include mercado pago icons

This commit is contained in:
madeval 2024-04-27 20:16:07 -03:00
parent 7f4b8439db
commit 462de13852

View File

@ -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'
} }
]; ];