@arcadeai/design-system 3.6.0 → 3.8.0

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.
@@ -0,0 +1,13 @@
1
+ import * as e from "react";
2
+ import { forwardRef as o } from "react";
3
+ const n = ({
4
+ title: r,
5
+ titleId: l,
6
+ ...a
7
+ }, t) => /* @__PURE__ */ e.createElement("svg", { fill: "currentColor", fillRule: "evenodd", height: "1em", style: {
8
+ flex: "none",
9
+ lineHeight: 1
10
+ }, viewBox: "0 0 24 24", width: "1em", xmlns: "http://www.w3.org/2000/svg", ref: t, "aria-labelledby": l, ...a }, r === void 0 ? /* @__PURE__ */ e.createElement("title", { id: l }, "Cursor") : r ? /* @__PURE__ */ e.createElement("title", { id: l }, r) : null, /* @__PURE__ */ e.createElement("path", { d: "M22.106 5.68L12.5.135a.998.998 0 00-.998 0L1.893 5.68a.84.84 0 00-.419.726v11.186c0 .3.16.577.42.727l9.607 5.547a.999.999 0 00.998 0l9.608-5.547a.84.84 0 00.42-.727V6.407a.84.84 0 00-.42-.726zm-.603 1.176L12.228 22.92c-.063.108-.228.064-.228-.061V12.34a.59.59 0 00-.295-.51l-9.11-5.26c-.107-.062-.063-.228.062-.228h18.55c.264 0 .428.286.296.514z" })), m = o(n);
11
+ export {
12
+ m as default
13
+ };
@@ -0,0 +1,10 @@
1
+ import * as e from "react";
2
+ import { forwardRef as l } from "react";
3
+ const s = ({
4
+ title: c,
5
+ titleId: a,
6
+ ...t
7
+ }, r) => /* @__PURE__ */ e.createElement("svg", { height: 2500, viewBox: "-2.94 -27.43691191 521.39 549.43691191", width: 2272, xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": a, ...t }, c ? /* @__PURE__ */ e.createElement("title", { id: a }, c) : null, /* @__PURE__ */ e.createElement("path", { d: "m349 .05c33.65 0 67.31.11 101 0 17-.13 32.14 4.42 45 15.71 14.12 12.36 22.31 27.9 22.38 46.66.29 68.21 1.07 136.44-.2 204.62-1.15 61.39-23.14 115.58-63.66 161.81-42.35 48.35-95.66 77.15-159.34 86.15-49.35 7-96.94.09-142.21-20.74-63.21-29.08-107.86-76.36-133.85-140.72-15.63-38.73-21.06-79.24-16.63-120.95q8.73-82.09 62.94-144.29c35-39.93 78.33-66.49 129.63-80a258.84 258.84 0 0 1 67-8.22q43.94.03 87.94-.03zm-50.06 230.35c-19.74 0-39.48-.06-59.22.06-3.43 0-4.51-.59-3.25-4.27 4.86-14.28 9.44-28.65 14.13-43q7.25-22.14 14.48-44.28c1.25-3.83 0-6.93-3.33-8.81s-6.69-1.19-9.2 1.94c-1.4 1.75-2.66 3.61-4 5.43q-34.52 48.08-69 96.13-13.73 19.12-27.55 38.16a9.35 9.35 0 0 0 -1.11 10.12c1.71 3.68 4.86 5.08 8.71 5.23 1.64.06 3.29.05 4.93.05h111.26c6.72 0 6.84 0 4.7 6.6q-13.56 41.53-27.24 83c-1.65 5-.87 8.1 2.73 10.1s6.73 1.14 10-3c.47-.58.9-1.19 1.34-1.8q49-67.77 97.94-135.54c2.45-3.39 3.67-6.92 1.6-10.84s-5.59-5.35-10.06-5.33c-19.28.12-38.57.05-57.86.05z", fill: "#09c6fa" }), /* @__PURE__ */ e.createElement("path", { d: "m298.94 230.4c19.29 0 38.58.07 57.87-.05 4.47 0 7.95 1.33 10.06 5.33s.85 7.45-1.6 10.84q-49 67.75-97.94 135.54c-.44.61-.87 1.22-1.34 1.8-3.3 4.12-6.37 5-10 3s-4.38-5.08-2.73-10.1q13.65-41.49 27.24-83c2.14-6.57 2-6.6-4.7-6.6h-111.26c-1.64 0-3.29 0-4.93-.05-3.85-.15-7-1.55-8.71-5.23a9.35 9.35 0 0 1 1.1-10.12q13.83-19 27.58-38.15 34.53-48 69-96.13c1.31-1.82 2.57-3.68 4-5.43 2.51-3.13 5.8-3.86 9.2-1.94s4.58 5 3.33 8.81l-14.48 44.28c-4.69 14.34-9.27 28.71-14.13 43-1.26 3.68-.18 4.29 3.25 4.27 19.71-.13 39.45-.07 59.19-.07z", fill: "#fbfefe" })), m = l(s);
8
+ export {
9
+ m as default
10
+ };