diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 56e26b66..3ac6a361 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1,6 +1,16 @@
import type { iSVG } from "@/types/svg";
export const svgs: iSVG[] = [
+ {
+ title: "AT Protocol",
+ category: ["Protocol"],
+ route: "/library/atproto-icon.svg",
+ wordmark: {
+ light: "/library/atproto-wordmark-light.svg",
+ dark: "/library/atproto-wordmark-dark.svg",
+ },
+ url: "https://atproto.com",
+ },
{
title: "Granola",
category: "AI",
diff --git a/static/library/atproto-icon.svg b/static/library/atproto-icon.svg
new file mode 100644
index 00000000..6dc8e255
--- /dev/null
+++ b/static/library/atproto-icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/atproto-wordmark-dark.svg b/static/library/atproto-wordmark-dark.svg
new file mode 100644
index 00000000..ccd90557
--- /dev/null
+++ b/static/library/atproto-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/atproto-wordmark-light.svg b/static/library/atproto-wordmark-light.svg
new file mode 100644
index 00000000..ffec5466
--- /dev/null
+++ b/static/library/atproto-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file