@ws-ui/shared 0.2.10 → 0.2.12
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.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -2467,7 +2467,7 @@ const nE = (e) => /* @__PURE__ */ nt.jsx("svg", { width: "1em", height: "1em", v
|
|
|
2467
2467
|
{
|
|
2468
2468
|
fillRule: "evenodd",
|
|
2469
2469
|
clipRule: "evenodd",
|
|
2470
|
-
d: "
|
|
2470
|
+
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-14a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 1.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h.5v4h-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H13V9.5Z",
|
|
2471
2471
|
fill: "currentColor"
|
|
2472
2472
|
}
|
|
2473
2473
|
) }), iE = (e) => /* @__PURE__ */ nt.jsxs("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: [
|