From 22f0f1b2aa47aa6e0d8e96f923e9aa251af69875 Mon Sep 17 00:00:00 2001 From: Pablo Hdez <62877300+pheralb@users.noreply.github.com> Date: Sun, 26 Jan 2025 16:46:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Shiki=20svg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/shiki.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/shiki.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 5c2773e..a3d609c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3229,5 +3229,11 @@ export const svgs: iSVG[] = [ route: '/library/deepseek.svg', wordmark: '/library/deepseek_wordmark.svg', url: 'https://deepseek.com/' + }, + { + title: 'Shiki', + category: 'Library', + route: '/library/shiki.svg', + url: 'https://shiki.style/' } ]; diff --git a/static/library/shiki.svg b/static/library/shiki.svg new file mode 100644 index 0000000..0b06db2 --- /dev/null +++ b/static/library/shiki.svg @@ -0,0 +1 @@ + \ No newline at end of file