Skip to content

Commit cff8939

Browse files
committed
make React happy with clipRule
1 parent c024b77 commit cff8939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/components/CustomIcon.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,8 @@ const CustomIconMap = {
628628
xmlns="http://www.w3.org/2000/svg"
629629
>
630630
<path
631-
fill-rule="evenodd"
632-
clip-rule="evenodd"
631+
fillRule="evenodd"
632+
clipRule="evenodd"
633633
d="M4 3H4.5H11H11.2071L11.3536 3.14645L15.8536 7.64646L16 7.7929V8.00001V11.3773C15.6992 11.1362 15.3628 10.9376 15 10.7908V8.50001H11H10.5V8.00001V4H5V16H9.79076C9.93763 16.3628 10.1362 16.6992 10.3773 17H4.5H4V16.5V3.5V3ZM11.5 4.70711L14.2929 7.50001H11.5V4.70711ZM13.8123 17.3904L16.3123 15.3904L15.6877 14.6096L14 15.9597V12H13V15.9597L11.3123 14.6096L10.6877 15.3904L13.1877 17.3904L13.5 17.6403L13.8123 17.3904Z"
634634
fill="currentColor"
635635
/>

0 commit comments

Comments
 (0)