From 1a123319c1b299f6744e5155b8feacb3a3dfc847 Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:45:00 +0100 Subject: [PATCH] Update appwrite.tsx --- .../icons/landing-hero/appwrite.tsx | 182 +++++++++++++----- 1 file changed, 135 insertions(+), 47 deletions(-) diff --git a/documentation/src/refine-theme/icons/landing-hero/appwrite.tsx b/documentation/src/refine-theme/icons/landing-hero/appwrite.tsx index 95b390d..0600ac7 100644 --- a/documentation/src/refine-theme/icons/landing-hero/appwrite.tsx +++ b/documentation/src/refine-theme/icons/landing-hero/appwrite.tsx @@ -3,51 +3,139 @@ import React from "react"; export const LandingHeroAppwriteIcon = ( props: React.SVGProps, ) => ( - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + );