From f5389c36b532e0eda02832efeb8032ab0a1e1ab6 Mon Sep 17 00:00:00 2001 From: jaycodev Date: Mon, 13 Oct 2025 12:00:06 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20PDF=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/pdf.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/pdf.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 02f323e..e7bcdb6 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3149,6 +3149,12 @@ export const svgs: iSVG[] = [ wordmark: "/library/svg_wordmark.svg", url: "https://www.w3.org/TR/SVG/", }, + { + title: "PDF", + category: ["Library", "Design", "Education"], + route: "/library/pdf.svg", + url: "https://www.adobe.com/acrobat.html", + }, { title: "Todoist", category: "Software", diff --git a/static/library/pdf.svg b/static/library/pdf.svg new file mode 100644 index 0000000..8b8d6f4 --- /dev/null +++ b/static/library/pdf.svg @@ -0,0 +1 @@ + \ No newline at end of file