diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index b78850d..0fa3151 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3033,5 +3033,14 @@ export const svgs: iSVG[] = [
dark: '/library/zed-logo_dark.svg'
},
url: 'https://zed.dev/'
+ },
+ {
+ title: 'Polar',
+ category: 'Software',
+ route: {
+ light: '/library/polar-sh_light.svg',
+ dark: '/library/polar-sh_dark.svg'
+ },
+ url: 'https://polar.sh/'
}
];
diff --git a/static/library/polar-sh_dark.svg b/static/library/polar-sh_dark.svg
new file mode 100644
index 0000000..b3b160a
--- /dev/null
+++ b/static/library/polar-sh_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/polar-sh_light.svg b/static/library/polar-sh_light.svg
new file mode 100644
index 0000000..94faf09
--- /dev/null
+++ b/static/library/polar-sh_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file