Skip to content

Commit 92d3842

Browse files
authored
fix clip-path property (#622)
1 parent 808b8f0 commit 92d3842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/icons/TextSlash.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const TextSlash = (props: SVGAttributes<SVGElement>) => (
99
xmlns="http://www.w3.org/2000/svg"
1010
{...props}
1111
>
12-
<g clip-path="url(#clip0_12066_12491)">
12+
<g clipPath="url(#clip0_12066_12491)">
1313
<path
1414
d="M4.5 3.75L19.5 20.25"
1515
stroke="#161517"

0 commit comments

Comments
 (0)