diff --git a/documentation/src/refine-theme/icons/landing-hero/material-ui.tsx b/documentation/src/refine-theme/icons/landing-hero/material-ui.tsx index ee7d1772..8a5d908e 100644 --- a/documentation/src/refine-theme/icons/landing-hero/material-ui.tsx +++ b/documentation/src/refine-theme/icons/landing-hero/material-ui.tsx @@ -1,41 +1,42 @@ import React from "react"; export const LandingHeroMaterialUIIcon = ( - props: React.SVGProps, -) => ( + props: React.SVGProps) => ( - - - - - - - + > + + + + + + + + + );