@arcadeai/design-system 3.18.0 → 3.21.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/customerio.js +19 -0
- package/dist/components/index.js +312 -310
- package/dist/components/ui/atoms/icons/customerio.d.ts +3 -0
- package/dist/components/ui/atoms/icons/customerio.js +40 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +198 -196
- package/dist/components/ui/atoms/index.js +299 -297
- package/dist/components/ui/index.js +312 -310
- package/dist/main.js +338 -336
- package/dist/metadata/toolkit-icons.js +237 -233
- package/dist/metadata/toolkits.js +47 -8
- package/package.json +1 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { forwardRef as a } from "react";
|
|
3
|
+
const n = ({
|
|
4
|
+
title: t,
|
|
5
|
+
titleId: o,
|
|
6
|
+
...l
|
|
7
|
+
}, r) => /* @__PURE__ */ e.createElement("svg", { id: "Layer_2", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 104.5 104.5", ref: r, "aria-labelledby": o, ...l }, t ? /* @__PURE__ */ e.createElement("title", { id: o }, t) : null, /* @__PURE__ */ e.createElement("g", { id: "Components" }, /* @__PURE__ */ e.createElement("g", { id: "_4f9f4310-b469-4610-a42b-081d434ae1d6_1" }, /* @__PURE__ */ e.createElement("polygon", { points: "78.3999 0 52.2 0 52.2 26.1001 78.3999 52.1997 52.2 78.3999 52.2 104.5 78.3999 104.5 104.5 78.3999 104.5 26.1001 78.3999 0", style: {
|
|
8
|
+
fill: "#0b353b",
|
|
9
|
+
strokeWidth: 0
|
|
10
|
+
} }), /* @__PURE__ */ e.createElement("polygon", { points: "39.2 13 26.1001 0 0 0 0 26.1001 13 39.1997 26.1001 52.1997 52.2 26.1001 39.2 13", style: {
|
|
11
|
+
fill: "#0b353b",
|
|
12
|
+
strokeWidth: 0
|
|
13
|
+
} }), /* @__PURE__ */ e.createElement("polygon", { points: "13 65.2998 0 78.3999 0 104.5 26.1001 104.5 39.2 91.3999 52.2 78.3999 26.1001 52.1997 13 65.2998", style: {
|
|
14
|
+
fill: "#0b353b",
|
|
15
|
+
strokeWidth: 0
|
|
16
|
+
} })))), i = a(n);
|
|
17
|
+
export {
|
|
18
|
+
i as default
|
|
19
|
+
};
|