@arcadeai/design-system 3.43.0 → 3.44.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/apollo.js +10 -0
- package/dist/assets/icons/vercel.js +4 -4
- package/dist/components/index.js +553 -551
- package/dist/components/ui/atoms/icons/apollo.d.ts +4 -0
- package/dist/components/ui/atoms/icons/apollo.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/apollo.js +27 -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 +306 -304
- package/dist/components/ui/atoms/icons/vercel.js +8 -8
- package/dist/components/ui/atoms/index.js +452 -450
- package/dist/components/ui/index.js +553 -551
- package/dist/main.js +582 -580
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +227 -224
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +39 -0
- package/package.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { forwardRef as a } from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...r
|
|
7
|
+
}, o) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 128 128", xmlns: "http://www.w3.org/2000/svg", width: 128, height: 128, fill: "none", ref: o, "aria-labelledby": t, ...r }, l === void 0 ? /* @__PURE__ */ e.createElement("title", { id: t }, "Apollo") : l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("rect", { width: 128, height: 128, fill: "#FECF40", rx: 8 }), /* @__PURE__ */ e.createElement("path", { fill: "#000", d: "M91.044 36.135H78.489l6.51 11.134 6.045-11.134ZM108.494 98.987 63.922 25 19.5 98.832h23.792c3.174 0 6.297-.8 9.058-2.316 2.98-1.638 5.23-4.012 6.989-6.89 2.056-3.367 4.053-6.773 6.077-10.16l5.178-8.67-6.678-11.167-2.961 4.755c-3.375 5.631-6.569 11.392-10.066 16.947-1.759 2.786-4.054 5.418-7.442 6.096a9.686 9.686 0 0 1-1.558.174c-.698.026-1.397.013-2.088.013l24.121-40.99 30.975 52.363h13.597Z" })), n = a(c);
|
|
8
|
+
export {
|
|
9
|
+
n as default
|
|
10
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
|
-
import { forwardRef as
|
|
2
|
+
import { forwardRef as a } from "react";
|
|
3
3
|
const m = ({
|
|
4
4
|
title: r,
|
|
5
|
-
titleId:
|
|
6
|
-
...
|
|
7
|
-
},
|
|
5
|
+
titleId: t,
|
|
6
|
+
...l
|
|
7
|
+
}, o) => /* @__PURE__ */ e.createElement("svg", { viewBox: "0 0 76 65", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ref: o, "aria-labelledby": t, ...l }, r ? /* @__PURE__ */ e.createElement("title", { id: t }, r) : null, /* @__PURE__ */ e.createElement("path", { d: "M37.5274 0L75.0548 65H0L37.5274 0Z", fill: "currentColor" })), c = a(m);
|
|
8
8
|
export {
|
|
9
9
|
c as default
|
|
10
10
|
};
|