diff --git a/documentation/src/refine-theme/icons/landing-hero/appwrite.tsx b/documentation/src/refine-theme/icons/landing-hero/appwrite.tsx index f97cac75..d0138e71 100644 --- a/documentation/src/refine-theme/icons/landing-hero/appwrite.tsx +++ b/documentation/src/refine-theme/icons/landing-hero/appwrite.tsx @@ -1,27 +1,22 @@ import React from "react"; -export const LandingHeroAppwriteIcon = ( - props: React.SVGProps, -) => ( - - - - - - - - - +export const LandingHeroAppwriteIcon = (props: React.SVGProps) => ( + + + + + + + + );