stone-kit 0.0.229 → 0.0.231
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.
|
@@ -121,7 +121,7 @@ const m = ({
|
|
|
121
121
|
title: t,
|
|
122
122
|
titleId: l,
|
|
123
123
|
...r
|
|
124
|
-
}, a) => /* @__PURE__ */ e.createElement("svg", {
|
|
124
|
+
}, a) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: a, "aria-labelledby": l, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M12 5L12 19M12 19L18 13.4412M12 19L6 13.4412", stroke: "currentColor" })), f1 = o(v1), g1 = ({
|
|
125
125
|
title: t,
|
|
126
126
|
titleId: l,
|
|
127
127
|
...r
|