From cf471d65f3c8a763187308a148445a7f2b9c5e6f Mon Sep 17 00:00:00 2001 From: Filip Cumpalovic <152178979+f1lk3@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:07:51 +0100 Subject: [PATCH] Update antd.tsx --- .../refine-theme/icons/landing-hero/antd.tsx | 159 +----------------- 1 file changed, 6 insertions(+), 153 deletions(-) diff --git a/documentation/src/refine-theme/icons/landing-hero/antd.tsx b/documentation/src/refine-theme/icons/landing-hero/antd.tsx index 9a73165..007ae0a 100644 --- a/documentation/src/refine-theme/icons/landing-hero/antd.tsx +++ b/documentation/src/refine-theme/icons/landing-hero/antd.tsx @@ -2,167 +2,20 @@ import React from "react"; export const LandingHeroAntdIcon = (props: React.SVGProps) => ( - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + );