From 18e032891050f0707e159ecc8966d5509be4c78e Mon Sep 17 00:00:00 2001 From: "Vladimir Antonio F. C." <50648871+vladiantio@users.noreply.github.com> Date: Wed, 12 Nov 2025 21:29:22 -0300 Subject: [PATCH] feat: add Paper logo and wordmark --- src/data/svgs.ts | 10 ++++++++++ static/library/paper-wordmark-dark.svg | 1 + static/library/paper-wordmark-light.svg | 1 + static/library/paper.svg | 1 + 4 files changed, 13 insertions(+) create mode 100644 static/library/paper-wordmark-dark.svg create mode 100644 static/library/paper-wordmark-light.svg create mode 100644 static/library/paper.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3640914..62b2ef3 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -4300,4 +4300,14 @@ export const svgs: iSVG[] = [ }, url: "https://dribbble.com/", }, + { + title: "Paper", + category: ["Design", "Software", "Platform"], + route: "/library/paper.svg", + wordmark: { + light: "/library/paper-wordmark-light.svg", + dark: "/library/paper-wordmark-dark.svg", + }, + url: "https://paper.design/", + }, ]; diff --git a/static/library/paper-wordmark-dark.svg b/static/library/paper-wordmark-dark.svg new file mode 100644 index 0000000..8486209 --- /dev/null +++ b/static/library/paper-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/paper-wordmark-light.svg b/static/library/paper-wordmark-light.svg new file mode 100644 index 0000000..5d8aeca --- /dev/null +++ b/static/library/paper-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/paper.svg b/static/library/paper.svg new file mode 100644 index 0000000..5a1c1d3 --- /dev/null +++ b/static/library/paper.svg @@ -0,0 +1 @@ + \ No newline at end of file