diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 48d50f3..5f70a71 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1370,6 +1370,15 @@ export const svgs: iSVG[] = [
route: '/library/crossplane.svg',
url: 'https://crossplane.io/'
},
+ {
+ title: 'Volta',
+ category: 'Software',
+ route: {
+ light: '/library/volta-dark.svg',
+ dark: '/library/volta-light.svg'
+ },
+ url: 'https://volta.net/'
+ },
{
title: 'Typesense',
category: 'Software',
diff --git a/static/library/volta-dark.svg b/static/library/volta-dark.svg
new file mode 100644
index 0000000..0eac400
--- /dev/null
+++ b/static/library/volta-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/volta-light.svg b/static/library/volta-light.svg
new file mode 100644
index 0000000..971c8cd
--- /dev/null
+++ b/static/library/volta-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file