feat: add Paper logo and wordmark

This commit is contained in:
Vladimir Antonio F. C.
2025-11-12 21:29:22 -03:00
parent e82edbb3ac
commit 18e0328910
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -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/",
},
];