From 9adafef87f96c8603a0fd9c3b31d565019b2243d Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 14 Nov 2023 10:41:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20X=20logo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 7 +++++++ static/library/x.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/library/x.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index ff489f1..a6abf1b 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1498,5 +1498,12 @@ export const svgs: iSVG[] = [ category: 'Crypto', route: '/library/matic.svg', url: 'https://polygon.technology/' + }, + { + id: 215, + title: 'X', + category: 'Social', + route: '/library/x.svg', + url: 'https://x.com' } ]; diff --git a/static/library/x.svg b/static/library/x.svg new file mode 100644 index 0000000..056fd8f --- /dev/null +++ b/static/library/x.svg @@ -0,0 +1 @@ + \ No newline at end of file