diff --git a/src/data/svgs.ts b/src/data/svgs.ts index b0c0eca9..52a067d0 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1538,6 +1538,16 @@ export const svgs: iSVG[] = [ url: "https://wordpress.org/", brandUrl: "https://wordpress.org/about/logos/", }, + { + title: "Wix", + category: ["Software", "CMS"], + route: { + light: "/library/wix-icon-light.svg", + dark: "/library/wix-icon-dark.svg", + }, + url: "https://www.wix.com", + brandUrl: "https://www.wix.com/about/design-assets", + }, { title: "Microsoft", category: "Software", diff --git a/static/library/wix-icon-dark.svg b/static/library/wix-icon-dark.svg new file mode 100644 index 00000000..db963448 --- /dev/null +++ b/static/library/wix-icon-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/wix-icon-light.svg b/static/library/wix-icon-light.svg new file mode 100644 index 00000000..f82167b4 --- /dev/null +++ b/static/library/wix-icon-light.svg @@ -0,0 +1 @@ + \ No newline at end of file