From db80b509cb8f2ed80709fcf6c04bd3372995d20b Mon Sep 17 00:00:00 2001 From: jaycodev Date: Mon, 13 Oct 2025 17:59:22 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Mercado=20Libre=20logo=20a?= =?UTF-8?q?nd=20wordmark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 7 +++++++ static/library/mercado-libre-wordmark.svg | 1 + static/library/mercado-libre.svg | 1 + 3 files changed, 9 insertions(+) create mode 100644 static/library/mercado-libre-wordmark.svg create mode 100644 static/library/mercado-libre.svg 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