diff --git a/packages/ui-components/src/Icons/PartnerLogos/Codemod/Favicon.tsx b/packages/ui-components/src/Icons/PartnerLogos/Codemod/Favicon.tsx index adedaa6abe36e..076099bc8c697 100644 --- a/packages/ui-components/src/Icons/PartnerLogos/Codemod/Favicon.tsx +++ b/packages/ui-components/src/Icons/PartnerLogos/Codemod/Favicon.tsx @@ -3,15 +3,45 @@ import type { FC, SVGProps } from 'react'; const Codemod: FC> = props => ( - - + + + + + + + + + + + + + + + + );