We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clipRule
1 parent c024b77 commit cff8939Copy full SHA for cff8939
src/components/CustomIcon.tsx
@@ -628,8 +628,8 @@ const CustomIconMap = {
628
xmlns="http://www.w3.org/2000/svg"
629
>
630
<path
631
- fill-rule="evenodd"
632
- clip-rule="evenodd"
+ fillRule="evenodd"
+ clipRule="evenodd"
633
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"
634
fill="currentColor"
635
/>
0 commit comments