diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index b3d4f7e..ba6f644 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -4276,6 +4276,19 @@ export const svgs: iSVG[] = [
route: "/library/nginx.svg",
url: "https://nginx.org/",
},
+ {
+ title: 'Soldera',
+ category: ['Platform', 'Analytics', 'Marketplace', 'Software'],
+ route: {
+ light: '/library/soldera-icon-light.svg',
+ dark: '/library/soldera-icon.svg'
+ },
+ wordmark: {
+ light: '/library/soldera-wordmark-light.svg',
+ dark: '/library/soldera-wordmark-dark.svg'
+ },
+ url: 'https://www.soldera.org'
+ },
{
title: "Dribbble",
category: ["Design", "Community", "Platform"],
@@ -4285,5 +4298,5 @@ export const svgs: iSVG[] = [
dark: "/library/dribbble-wordmark-dark.svg",
},
url: "https://dribbble.com/",
- },
+ }
];
diff --git a/static/library/soldera-icon-light.svg b/static/library/soldera-icon-light.svg
new file mode 100644
index 0000000..a6d99a5
--- /dev/null
+++ b/static/library/soldera-icon-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/soldera-icon.svg b/static/library/soldera-icon.svg
new file mode 100644
index 0000000..d70acf8
--- /dev/null
+++ b/static/library/soldera-icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/soldera-wordmark-dark.svg b/static/library/soldera-wordmark-dark.svg
new file mode 100644
index 0000000..98cc9cd
--- /dev/null
+++ b/static/library/soldera-wordmark-dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/soldera-wordmark-light.svg b/static/library/soldera-wordmark-light.svg
new file mode 100644
index 0000000..90994da
--- /dev/null
+++ b/static/library/soldera-wordmark-light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file