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