gearboxdownloadmodal 3.0.4 → 3.0.5
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/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4478,13 +4478,13 @@ const Di = ({ typeOfProduct: e }) => /* @__PURE__ */ y.jsxs("div", { className:
|
|
|
4478
4478
|
viewBox: "0 0 20 20",
|
|
4479
4479
|
fill: "#F9830B",
|
|
4480
4480
|
stroke: "#F9830B",
|
|
4481
|
-
|
|
4481
|
+
strokeWidth: "1",
|
|
4482
4482
|
children: /* @__PURE__ */ y.jsx(
|
|
4483
4483
|
"path",
|
|
4484
4484
|
{
|
|
4485
|
-
|
|
4485
|
+
fillRule: "evenodd",
|
|
4486
4486
|
d: "M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",
|
|
4487
|
-
|
|
4487
|
+
clipRule: "evenodd"
|
|
4488
4488
|
}
|
|
4489
4489
|
)
|
|
4490
4490
|
}
|