From d535a41a1554376755dd724cf37adbba46430c46 Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:36:36 +0100 Subject: [PATCH] Update nextjs.tsx --- .../src/assets/integration-icons/nextjs.tsx | 114 ++++-------------- 1 file changed, 26 insertions(+), 88 deletions(-) diff --git a/documentation/src/assets/integration-icons/nextjs.tsx b/documentation/src/assets/integration-icons/nextjs.tsx index 829fa588..5d28c433 100644 --- a/documentation/src/assets/integration-icons/nextjs.tsx +++ b/documentation/src/assets/integration-icons/nextjs.tsx @@ -2,95 +2,33 @@ import * as React from "react"; import { SVGProps } from "react"; const SvgNextjs = (props: SVGProps) => ( - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + /> + ); export default SvgNextjs;