Skip to content

Commit c00569d

Browse files
committed
chore: use clipPath
1 parent 569f028 commit c00569d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/ui-components/src/Icons/PartnerLogos/Codemod

packages/ui-components/src/Icons/PartnerLogos/Codemod/Favicon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Codemod: FC<SVGProps<SVGSVGElement>> = props => (
99
fill="none"
1010
{...props}
1111
>
12-
<g clip-path="url(#clip0_985_1597)">
12+
<g clipPath="url(#clip0_985_1597)">
1313
<rect width="100" height="100" rx="17" fill="#D6FF62" />
1414
<mask
1515
id="mask0_985_1597"

0 commit comments

Comments
 (0)