diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 7fe0ae7..5698f52 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -4275,5 +4275,18 @@ export const svgs: iSVG[] = [ category: "Software", 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' } ]; 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