diff --git a/src/data/svgs.ts b/src/data/svgs.ts index b0c0eca..a53afe6 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -212,6 +212,13 @@ export const svgs: iSVG[] = [ route: "/library/lua.svg", url: "https://lua.org/", }, + { + "title": "Mercado Libre", + "category": ["Marketplace", "Platform"], + "route": "/library/mercado-libre.svg", + "wordmark": "/library/mercado-libre-wordmark.svg", + "url": "https://www.mercadolibre.com" + }, { title: "Mercado Pago", category: "Payment", diff --git a/static/library/mercado-libre-wordmark.svg b/static/library/mercado-libre-wordmark.svg new file mode 100644 index 0000000..8861fec --- /dev/null +++ b/static/library/mercado-libre-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/mercado-libre.svg b/static/library/mercado-libre.svg new file mode 100644 index 0000000..b4bb22b --- /dev/null +++ b/static/library/mercado-libre.svg @@ -0,0 +1 @@ + \ No newline at end of file