@arcadeai/design-system 3.28.2 → 3.29.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.
- package/dist/assets/icons/daytona.js +10 -0
- package/dist/components/index.js +351 -349
- package/dist/components/ui/atoms/icons/daytona.d.ts +4 -0
- package/dist/components/ui/atoms/icons/daytona.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/daytona.js +25 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +212 -210
- package/dist/components/ui/atoms/index.js +319 -317
- package/dist/components/ui/index.js +351 -349
- package/dist/main.js +369 -367
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +180 -178
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { forwardRef as r } from "react";
|
|
3
|
+
const h = ({
|
|
4
|
+
title: t,
|
|
5
|
+
titleId: l,
|
|
6
|
+
...a
|
|
7
|
+
}, i) => /* @__PURE__ */ e.createElement("svg", { width: 275, height: 287, viewBox: "0 0 275 287", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: i, "aria-labelledby": l, ...a }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M14.5584 193.736H114.275V227.925H14.5584V193.736Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M148.464 74.076H262.426V108.265H148.464V74.076Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M88.6338 84.6127L173.246 0L197.422 24.175L112.809 108.788L88.6338 84.6127Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M89.157 170.084L24.175 105.102L0 129.277L64.9819 194.259L89.157 170.084Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M174.629 217.911L106.133 286.407L81.9577 262.232L150.454 193.736L174.629 217.911Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M174.106 132.44L250.66 208.994L274.835 184.819L198.281 108.265L174.106 132.44Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M88.6338 48.434V131.057H54.4451L54.4451 48.434H88.6338Z", fill: "white" }), /* @__PURE__ */ e.createElement("path", { d: "M208.294 168.094V270.66H174.106V168.094H208.294Z", fill: "white" })), L = r(h);
|
|
8
|
+
export {
|
|
9
|
+
L as default
|
|
10
|
+
};
|