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, ) => ( - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + );