@bytebrand/fe-ui-core 4.1.190 → 4.1.191
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -642,7 +642,7 @@ const ES = (props: any) => (
|
|
|
642
642
|
<path
|
|
643
643
|
fill="none"
|
|
644
644
|
stroke="#000"
|
|
645
|
-
|
|
645
|
+
strokeLinecap="round"
|
|
646
646
|
strokeWidth=".3"
|
|
647
647
|
d="m287.8 211.2.2-1a2.7 2.7 0 0 0-2.7-2.8c-.5 0-1 .1-1.3.3"
|
|
648
648
|
/>
|
|
@@ -681,7 +681,7 @@ const ES = (props: any) => (
|
|
|
681
681
|
<path
|
|
682
682
|
fill="none"
|
|
683
683
|
stroke="#000"
|
|
684
|
-
|
|
684
|
+
strokeLinecap="round"
|
|
685
685
|
strokeWidth=".3"
|
|
686
686
|
d="M267.8 211.2a2.8 2.8 0 0 1-.2-1 2.7 2.7 0 0 1 2.7-2.8c.5 0 1 .1 1.4.3"
|
|
687
687
|
/>
|