@exem-ui/react 0.3.4-next.20260626064107 → 0.3.4-next.20260701100258
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/{chunk-AEGAF7SO.mjs → chunk-DHEC52AV.mjs} +3 -3
- package/dist/{chunk-AEGAF7SO.mjs.map → chunk-DHEC52AV.mjs.map} +1 -1
- package/dist/{chunk-HV6LIYRO.mjs → chunk-MSA6TY4M.mjs} +210 -4
- package/dist/chunk-MSA6TY4M.mjs.map +1 -0
- package/dist/{chunk-TAZFRRWT.js → chunk-T5TAXI73.js} +217 -2
- package/dist/chunk-T5TAXI73.js.map +1 -0
- package/dist/{chunk-J2A637KG.js → chunk-WYZY23QK.js} +5 -5
- package/dist/{chunk-J2A637KG.js.map → chunk-WYZY23QK.js.map} +1 -1
- package/dist/flat/index.js +8 -8
- package/dist/flat/index.mjs +2 -2
- package/dist/icon/index.d.mts +59 -1
- package/dist/icon/index.d.ts +59 -1
- package/dist/icon/index.js +493 -421
- package/dist/icon/index.mjs +1 -1
- package/dist/index.d.mts +21 -42
- package/dist/index.d.ts +21 -42
- package/dist/index.js +122 -162
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +82 -122
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/dist/chunk-HV6LIYRO.mjs.map +0 -1
- package/dist/chunk-TAZFRRWT.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
|
|
3
3
|
// src/icon/types.ts
|
|
4
4
|
var iconSizes = {
|
|
@@ -803,6 +803,19 @@ var iconManifest = [
|
|
|
803
803
|
"navigation"
|
|
804
804
|
]
|
|
805
805
|
},
|
|
806
|
+
{
|
|
807
|
+
"name": "Claude",
|
|
808
|
+
"kebab": "claude",
|
|
809
|
+
"types": [],
|
|
810
|
+
"tags": [
|
|
811
|
+
"claude",
|
|
812
|
+
"ai",
|
|
813
|
+
"anthropic"
|
|
814
|
+
],
|
|
815
|
+
"categories": [
|
|
816
|
+
"common"
|
|
817
|
+
]
|
|
818
|
+
},
|
|
806
819
|
{
|
|
807
820
|
"name": "Clock",
|
|
808
821
|
"kebab": "clock",
|
|
@@ -968,6 +981,22 @@ var iconManifest = [
|
|
|
968
981
|
"common"
|
|
969
982
|
]
|
|
970
983
|
},
|
|
984
|
+
{
|
|
985
|
+
"name": "Dashcircle",
|
|
986
|
+
"kebab": "dashcircle",
|
|
987
|
+
"types": [
|
|
988
|
+
"light",
|
|
989
|
+
"regular"
|
|
990
|
+
],
|
|
991
|
+
"tags": [
|
|
992
|
+
"dash",
|
|
993
|
+
"circle",
|
|
994
|
+
"minus"
|
|
995
|
+
],
|
|
996
|
+
"categories": [
|
|
997
|
+
"common"
|
|
998
|
+
]
|
|
999
|
+
},
|
|
971
1000
|
{
|
|
972
1001
|
"name": "Database",
|
|
973
1002
|
"kebab": "database",
|
|
@@ -1438,6 +1467,19 @@ var iconManifest = [
|
|
|
1438
1467
|
"system"
|
|
1439
1468
|
]
|
|
1440
1469
|
},
|
|
1470
|
+
{
|
|
1471
|
+
"name": "Gemini",
|
|
1472
|
+
"kebab": "gemini",
|
|
1473
|
+
"types": [],
|
|
1474
|
+
"tags": [
|
|
1475
|
+
"gemini",
|
|
1476
|
+
"ai",
|
|
1477
|
+
"google"
|
|
1478
|
+
],
|
|
1479
|
+
"categories": [
|
|
1480
|
+
"common"
|
|
1481
|
+
]
|
|
1482
|
+
},
|
|
1441
1483
|
{
|
|
1442
1484
|
"name": "Grid",
|
|
1443
1485
|
"kebab": "grid",
|
|
@@ -1852,6 +1894,19 @@ var iconManifest = [
|
|
|
1852
1894
|
"communication"
|
|
1853
1895
|
]
|
|
1854
1896
|
},
|
|
1897
|
+
{
|
|
1898
|
+
"name": "Mcp",
|
|
1899
|
+
"kebab": "mcp",
|
|
1900
|
+
"types": [],
|
|
1901
|
+
"tags": [
|
|
1902
|
+
"mcp",
|
|
1903
|
+
"protocol",
|
|
1904
|
+
"ai"
|
|
1905
|
+
],
|
|
1906
|
+
"categories": [
|
|
1907
|
+
"common"
|
|
1908
|
+
]
|
|
1909
|
+
},
|
|
1855
1910
|
{
|
|
1856
1911
|
"name": "Mediation",
|
|
1857
1912
|
"kebab": "mediation",
|
|
@@ -2056,6 +2111,19 @@ var iconManifest = [
|
|
|
2056
2111
|
"navigation"
|
|
2057
2112
|
]
|
|
2058
2113
|
},
|
|
2114
|
+
{
|
|
2115
|
+
"name": "OpenAI",
|
|
2116
|
+
"kebab": "openAI",
|
|
2117
|
+
"types": [],
|
|
2118
|
+
"tags": [
|
|
2119
|
+
"openai",
|
|
2120
|
+
"ai",
|
|
2121
|
+
"gpt"
|
|
2122
|
+
],
|
|
2123
|
+
"categories": [
|
|
2124
|
+
"common"
|
|
2125
|
+
]
|
|
2126
|
+
},
|
|
2059
2127
|
{
|
|
2060
2128
|
"name": "Oracle",
|
|
2061
2129
|
"kebab": "oracle",
|
|
@@ -2532,6 +2600,22 @@ var iconManifest = [
|
|
|
2532
2600
|
"action"
|
|
2533
2601
|
]
|
|
2534
2602
|
},
|
|
2603
|
+
{
|
|
2604
|
+
"name": "Security",
|
|
2605
|
+
"kebab": "security",
|
|
2606
|
+
"types": [
|
|
2607
|
+
"light",
|
|
2608
|
+
"regular"
|
|
2609
|
+
],
|
|
2610
|
+
"tags": [
|
|
2611
|
+
"security",
|
|
2612
|
+
"protect",
|
|
2613
|
+
"safe"
|
|
2614
|
+
],
|
|
2615
|
+
"categories": [
|
|
2616
|
+
"system"
|
|
2617
|
+
]
|
|
2618
|
+
},
|
|
2535
2619
|
{
|
|
2536
2620
|
"name": "Send",
|
|
2537
2621
|
"kebab": "send",
|
|
@@ -2548,6 +2632,41 @@ var iconManifest = [
|
|
|
2548
2632
|
"communication"
|
|
2549
2633
|
]
|
|
2550
2634
|
},
|
|
2635
|
+
{
|
|
2636
|
+
"name": "Shield",
|
|
2637
|
+
"kebab": "shield",
|
|
2638
|
+
"types": [
|
|
2639
|
+
"fill",
|
|
2640
|
+
"light",
|
|
2641
|
+
"regular"
|
|
2642
|
+
],
|
|
2643
|
+
"tags": [
|
|
2644
|
+
"shield",
|
|
2645
|
+
"protect",
|
|
2646
|
+
"security"
|
|
2647
|
+
],
|
|
2648
|
+
"categories": [
|
|
2649
|
+
"system"
|
|
2650
|
+
]
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"name": "ShieldOff",
|
|
2654
|
+
"kebab": "shieldOff",
|
|
2655
|
+
"types": [
|
|
2656
|
+
"fill",
|
|
2657
|
+
"light",
|
|
2658
|
+
"regular"
|
|
2659
|
+
],
|
|
2660
|
+
"tags": [
|
|
2661
|
+
"shieldOff",
|
|
2662
|
+
"shield",
|
|
2663
|
+
"off",
|
|
2664
|
+
"unprotected"
|
|
2665
|
+
],
|
|
2666
|
+
"categories": [
|
|
2667
|
+
"system"
|
|
2668
|
+
]
|
|
2669
|
+
},
|
|
2551
2670
|
{
|
|
2552
2671
|
"name": "Sidebar",
|
|
2553
2672
|
"kebab": "sidebar",
|
|
@@ -2851,6 +2970,23 @@ var iconManifest = [
|
|
|
2851
2970
|
"common"
|
|
2852
2971
|
]
|
|
2853
2972
|
},
|
|
2973
|
+
{
|
|
2974
|
+
"name": "Textcompare",
|
|
2975
|
+
"kebab": "textcompare",
|
|
2976
|
+
"types": [
|
|
2977
|
+
"fill",
|
|
2978
|
+
"light",
|
|
2979
|
+
"regular"
|
|
2980
|
+
],
|
|
2981
|
+
"tags": [
|
|
2982
|
+
"text",
|
|
2983
|
+
"compare",
|
|
2984
|
+
"diff"
|
|
2985
|
+
],
|
|
2986
|
+
"categories": [
|
|
2987
|
+
"common"
|
|
2988
|
+
]
|
|
2989
|
+
},
|
|
2854
2990
|
{
|
|
2855
2991
|
"name": "ThumbDown",
|
|
2856
2992
|
"kebab": "thumb-down",
|
|
@@ -3646,6 +3782,7 @@ var ChevronUpDown = ({ size = 20, type, ...props }) => {
|
|
|
3646
3782
|
}
|
|
3647
3783
|
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.707 20.243a1 1 0 0 1-1.414 0L7.5 16.45 8.95 15 12 18.05 15.05 15l1.45 1.45zM8.95 9 7.5 7.55l3.793-3.793a1 1 0 0 1 1.414 0L16.5 7.55 15.05 9 12 5.95z" }) });
|
|
3648
3784
|
};
|
|
3785
|
+
var Claude = ({ size = 20, ...props }) => /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "#D97757", d: "m5.924 15.294 3.933-2.206.067-.192-.066-.107h-.191l-.659-.04-2.248-.06-1.95-.081-1.887-.102-.476-.1L2 11.817l.046-.293.4-.268.571.05 1.267.086 1.899.131 1.376.081 2.041.213h.324l.046-.131-.112-.082-.085-.08-1.965-1.33L5.68 8.788l-1.114-.81-.603-.41-.303-.384-.132-.84.547-.602.734.05.188.05.744.572 1.59 1.23 2.076 1.528.304.253.12-.086.016-.06-.136-.229-1.13-2.038-1.205-2.075-.536-.86-.142-.516a2.5 2.5 0 0 1-.087-.607l.624-.845.344-.111.83.111.35.304.517 1.178.835 1.858 1.296 2.525.38.748.202.693.076.213h.131v-.122l.107-1.422.198-1.745.191-2.246.067-.634.313-.758.623-.41.486.233.4.571-.055.37-.239 1.543-.466 2.419-.303 1.618h.177l.202-.201.821-1.089 1.377-1.72.608-.683.709-.753.455-.36h.861l.634.941-.284.972-.887 1.122-.734.952-1.053 1.417-.658 1.133.06.092.157-.017 2.38-.505 1.286-.233 1.534-.263.694.324.076.329-.273.672-1.641.405-1.924.385-2.866.678-.035.025.04.05 1.292.122.551.03h1.352l2.517.188.658.435.395.531-.066.405-1.012.516-1.367-.324-3.19-.758-1.094-.274h-.152v.091l.911.89 1.672 1.509 2.09 1.941.106.482-.268.38-.283-.042-1.838-1.38-.709-.623-1.605-1.35h-.107v.142l.37.54 1.955 2.935.101.9-.142.294-.506.177-.557-.101-1.145-1.604-1.179-1.806-.952-1.62-.117.067-.562 6.045-.263.309-.608.233-.506-.384-.268-.623.268-1.23.325-1.603.262-1.275.239-1.583.141-.527-.01-.035-.116.015-1.195 1.639-1.817 2.454-1.438 1.538-.346.136-.597-.308.056-.552.334-.49 1.99-2.53 1.2-1.569.775-.905-.005-.132h-.046l-5.286 3.43-.941.122-.406-.38.05-.622.193-.202 1.59-1.093z" }) });
|
|
3649
3786
|
var Clock = ({ size = 20, type, ...props }) => {
|
|
3650
3787
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
3651
3788
|
if (resolvedType === "fill") {
|
|
@@ -3745,6 +3882,13 @@ var DashboardSymbol = ({ size = 20, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
|
3745
3882
|
/* @__PURE__ */ jsx("rect", { width: "7", height: "7", x: "4", y: "13", fill: "#ED6AFF", rx: "1" }),
|
|
3746
3883
|
/* @__PURE__ */ jsx("circle", { cx: "16.5", cy: "16.5", r: "3.5", fill: "#00BCFF" })
|
|
3747
3884
|
] });
|
|
3885
|
+
var Dashcircle = ({ size = 20, type, ...props }) => {
|
|
3886
|
+
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
3887
|
+
if (resolvedType === "light") {
|
|
3888
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4.578 17.973a10 10 0 0 1-1.367-2.34A10.1 10.1 0 0 1 2.52 13h1.53q.15 1.075.55 2.063.4.987 1.05 1.837zM2.52 11q.18-1.369.697-2.633a9 9 0 0 1 1.38-2.32L5.651 7.1A7.9 7.9 0 0 0 4.6 8.938 8.7 8.7 0 0 0 4.05 11zm8.43 10.45a9.6 9.6 0 0 1-2.62-.684 10.3 10.3 0 0 1-2.333-1.362L7.051 18.3q.875.65 1.85 1.075t2.05.575zM7.1 5.68 5.998 4.597a10.2 10.2 0 0 1 5.004-2.046v1.5a8.4 8.4 0 0 0-2.063.56q-.987.411-1.837 1.07m5.85 15.77v-1.5a8.7 8.7 0 0 0 2.088-.553 7.7 7.7 0 0 0 1.863-1.078l1.104 1.085a9.7 9.7 0 0 1-2.384 1.37q-1.275.507-2.67.676m4-15.75a9 9 0 0 0-1.874-1.075A8.2 8.2 0 0 0 13 4.05v-1.5a10 10 0 0 1 5.004 2.046zm2.454 12.254L18.351 16.9a7.9 7.9 0 0 0 1.05-1.837q.4-.988.55-2.063h1.53q-.18 1.369-.697 2.633a9 9 0 0 1-1.38 2.32M19.952 11a8.7 8.7 0 0 0-.55-2.062A7.9 7.9 0 0 0 18.35 7.1l1.073-1.073a10 10 0 0 1 1.366 2.34q.522 1.264.692 2.633z" }) });
|
|
3889
|
+
}
|
|
3890
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M4.25 18.3A9.7 9.7 0 0 1 2 13h2.05q.15 1.075.55 2.063.4.987 1.05 1.837zM2 11a11.6 11.6 0 0 1 .75-2.825q.55-1.35 1.5-2.475l1.4 1.4A7.9 7.9 0 0 0 4.6 8.938 8.7 8.7 0 0 0 4.05 11zm8.95 10.95a9.8 9.8 0 0 1-2.812-.712A10.4 10.4 0 0 1 5.65 19.75l1.4-1.45q.875.65 1.85 1.075t2.05.575zM7.1 5.7 5.65 4.25a10.8 10.8 0 0 1 2.525-1.487A10 10 0 0 1 11 2.05v2q-1.075.15-2.062.575A8.6 8.6 0 0 0 7.1 5.7m5.85 16.25v-2a8.3 8.3 0 0 0 2.088-.562A8.2 8.2 0 0 0 16.9 18.3l1.45 1.45a10 10 0 0 1-2.538 1.5q-1.362.55-2.862.7m4-16.25a9 9 0 0 0-1.875-1.075A8.2 8.2 0 0 0 13 4.05v-2q1.475.15 2.838.713T18.35 4.25zm2.8 12.6-1.4-1.4a7.9 7.9 0 0 0 1.05-1.837q.4-.988.55-2.063H22a11.6 11.6 0 0 1-.75 2.825 9.2 9.2 0 0 1-1.5 2.475m.2-7.3a8.7 8.7 0 0 0-.55-2.062A7.9 7.9 0 0 0 18.35 7.1l1.4-1.4A9.7 9.7 0 0 1 22 11z" }) });
|
|
3891
|
+
};
|
|
3748
3892
|
var Database = ({ size = 20, type, ...props }) => {
|
|
3749
3893
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
3750
3894
|
if (resolvedType === "fill") {
|
|
@@ -4057,6 +4201,26 @@ var Gear = ({ size = 20, type, ...props }) => {
|
|
|
4057
4201
|
}
|
|
4058
4202
|
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M14.367 3.115a1 1 0 0 1 .956.014l2.843 1.6.109.07a1 1 0 0 1 .4.771l.076 2.597 2.272 1.373a1 1 0 0 1 .482.856V13.6a1 1 0 0 1-.483.856l-2.27 1.368-.08 2.599c-.01.35-.203.668-.507.84l-2.84 1.606a1 1 0 0 1-.958.015l-2.369-1.246-2.367 1.246a1 1 0 0 1-.956-.014l-2.842-1.6a1 1 0 0 1-.51-.841l-.077-2.598-2.272-1.373a1 1 0 0 1-.483-.855v-3.206a1 1 0 0 1 .483-.856l2.27-1.37.08-2.597.013-.13a1 1 0 0 1 .496-.71l2.84-1.606.115-.055a1 1 0 0 1 .843.041l2.367 1.245zm-1.903 3.261a1 1 0 0 1-.93 0l-2.35-1.237-1.878 1.06-.079 2.58c-.01.339-.193.65-.483.825L4.49 10.963v2.076l2.256 1.363.104.072a1 1 0 0 1 .378.755l.076 2.576 1.876 1.056 2.353-1.237.111-.05a1 1 0 0 1 .82.05l2.35 1.236 1.875-1.06.079-2.58.013-.125a1 1 0 0 1 .47-.7l2.253-1.359V10.96l-2.253-1.361a1 1 0 0 1-.483-.827l-.077-2.577-1.876-1.056zM14 12a2 2 0 1 0-4 0 2 2 0 0 0 4 0m2 0a4 4 0 1 1-8 0 4 4 0 0 1 8 0" }) });
|
|
4059
4203
|
};
|
|
4204
|
+
var Gemini = ({ size = 20, ...props }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: [
|
|
4205
|
+
/* @__PURE__ */ jsx("path", { fill: "#3186FF", d: "M19.834 10.937a12.9 12.9 0 0 1-4.045-2.729 12.83 12.83 0 0 1-3.344-5.866.457.457 0 0 0-.887 0 12.85 12.85 0 0 1-3.345 5.866 12.9 12.9 0 0 1-4.045 2.729 12 12 0 0 1-1.82.616.456.456 0 0 0 0 .887q.931.233 1.82.615c1.51.643 2.883 1.57 4.045 2.729a12.83 12.83 0 0 1 3.345 5.866.457.457 0 0 0 .887 0q.233-.933.615-1.82a12.9 12.9 0 0 1 2.729-4.046 12.83 12.83 0 0 1 5.866-3.344.457.457 0 0 0 0-.887 12 12 0 0 1-1.82-.616" }),
|
|
4206
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#paint0_linear_13041_2019)", d: "M19.834 10.937a12.9 12.9 0 0 1-4.045-2.729 12.83 12.83 0 0 1-3.344-5.866.457.457 0 0 0-.887 0 12.85 12.85 0 0 1-3.345 5.866 12.9 12.9 0 0 1-4.045 2.729 12 12 0 0 1-1.82.616.456.456 0 0 0 0 .887q.931.233 1.82.615c1.51.643 2.883 1.57 4.045 2.729a12.83 12.83 0 0 1 3.345 5.866.457.457 0 0 0 .887 0q.233-.933.615-1.82a12.9 12.9 0 0 1 2.729-4.046 12.83 12.83 0 0 1 5.866-3.344.457.457 0 0 0 0-.887 12 12 0 0 1-1.82-.616" }),
|
|
4207
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#paint1_linear_13041_2019)", d: "M19.834 10.937a12.9 12.9 0 0 1-4.045-2.729 12.83 12.83 0 0 1-3.344-5.866.457.457 0 0 0-.887 0 12.85 12.85 0 0 1-3.345 5.866 12.9 12.9 0 0 1-4.045 2.729 12 12 0 0 1-1.82.616.456.456 0 0 0 0 .887q.931.233 1.82.615c1.51.643 2.883 1.57 4.045 2.729a12.83 12.83 0 0 1 3.345 5.866.457.457 0 0 0 .887 0q.233-.933.615-1.82a12.9 12.9 0 0 1 2.729-4.046 12.83 12.83 0 0 1 5.866-3.344.457.457 0 0 0 0-.887 12 12 0 0 1-1.82-.616" }),
|
|
4208
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#paint2_linear_13041_2019)", d: "M19.834 10.937a12.9 12.9 0 0 1-4.045-2.729 12.83 12.83 0 0 1-3.344-5.866.457.457 0 0 0-.887 0 12.85 12.85 0 0 1-3.345 5.866 12.9 12.9 0 0 1-4.045 2.729 12 12 0 0 1-1.82.616.456.456 0 0 0 0 .887q.931.233 1.82.615c1.51.643 2.883 1.57 4.045 2.729a12.83 12.83 0 0 1 3.345 5.866.457.457 0 0 0 .887 0q.233-.933.615-1.82a12.9 12.9 0 0 1 2.729-4.046 12.83 12.83 0 0 1 5.866-3.344.457.457 0 0 0 0-.887 12 12 0 0 1-1.82-.616" }),
|
|
4209
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
4210
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "paint0_linear_13041_2019", x1: "7.455", x2: "11.092", y1: "15.178", y2: "11.996", gradientUnits: "userSpaceOnUse", children: [
|
|
4211
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#08B962" }),
|
|
4212
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#08B962", stopOpacity: "0" })
|
|
4213
|
+
] }),
|
|
4214
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "paint1_linear_13041_2019", x1: "8.364", x2: "11.546", y1: "6.086", y2: "11.087", gradientUnits: "userSpaceOnUse", children: [
|
|
4215
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#F94543" }),
|
|
4216
|
+
/* @__PURE__ */ jsx("stop", { offset: "1", stopColor: "#F94543", stopOpacity: "0" })
|
|
4217
|
+
] }),
|
|
4218
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "paint2_linear_13041_2019", x1: "4.273", x2: "17.001", y1: "13.36", y2: "11.996", gradientUnits: "userSpaceOnUse", children: [
|
|
4219
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#FABC12" }),
|
|
4220
|
+
/* @__PURE__ */ jsx("stop", { offset: ".46", stopColor: "#FABC12", stopOpacity: "0" })
|
|
4221
|
+
] })
|
|
4222
|
+
] })
|
|
4223
|
+
] });
|
|
4060
4224
|
var Grid = ({ size = 20, type, ...props }) => {
|
|
4061
4225
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
4062
4226
|
if (resolvedType === "fill") {
|
|
@@ -4318,6 +4482,10 @@ var MailOpen = ({ size = 20, type, ...props }) => {
|
|
|
4318
4482
|
}
|
|
4319
4483
|
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M11.488.806a1 1 0 0 1 1.024 0L21.05 5.9q.45.274.7.75.25.475.25 1V18.5q0 .825-.587 1.412A1.93 1.93 0 0 1 20 20.5H4q-.824 0-1.412-.588A1.93 1.93 0 0 1 2 18.5V7.65q0-.525.25-1 .25-.476.7-.75zM12 12.15l7.8-4.65L12 2.85 4.2 7.5zm.515 2.041a1 1 0 0 1-1.03 0L4 9.7v8.8h16V9.7z" }) });
|
|
4320
4484
|
};
|
|
4485
|
+
var Mcp = ({ size = 20, ...props }) => /* @__PURE__ */ jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: [
|
|
4486
|
+
/* @__PURE__ */ jsx("path", { fill: "#222", fillRule: "evenodd", d: "M15.073 4a2.157 2.157 0 0 0-3.008 0l-8.022 7.866a.72.72 0 0 1-1.002 0 .686.686 0 0 1 0-.983l8.022-7.867a3.594 3.594 0 0 1 5.013 0 3.43 3.43 0 0 1 1.003 2.95 3.58 3.58 0 0 1 3.008.983l.041.042a3.43 3.43 0 0 1 0 4.917l-7.255 7.114a.23.23 0 0 0 0 .327l1.49 1.462a.687.687 0 0 1 0 .983.72.72 0 0 1-1.002 0l-1.49-1.46a1.6 1.6 0 0 1 0-2.296l7.255-7.114a2.06 2.06 0 0 0 0-2.95l-.042-.041a2.157 2.157 0 0 0-3.006-.003l-5.976 5.862-.002.002-.082.08a.72.72 0 0 1-1.003 0 .685.685 0 0 1 0-.983l6.06-5.944a2.06 2.06 0 0 0-.002-2.948", clipRule: "evenodd" }),
|
|
4487
|
+
/* @__PURE__ */ jsx("path", { fill: "#222", fillRule: "evenodd", d: "M14.07 5.965a.687.687 0 0 0 0-.983.72.72 0 0 0-1.003 0L7.135 10.8a3.43 3.43 0 0 0 0 4.916 3.595 3.595 0 0 0 5.013 0l5.933-5.818a.687.687 0 0 0 0-.983.72.72 0 0 0-1.003 0l-5.932 5.818a2.157 2.157 0 0 1-3.009 0 2.06 2.06 0 0 1 0-2.95z", clipRule: "evenodd" })
|
|
4488
|
+
] });
|
|
4321
4489
|
var Mediation = ({ size = 20, type, ...props }) => {
|
|
4322
4490
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
4323
4491
|
if (resolvedType === "light") {
|
|
@@ -4434,6 +4602,7 @@ var Open = ({ size = 20, type, ...props }) => {
|
|
|
4434
4602
|
}
|
|
4435
4603
|
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M10.75 5.5v2H5.5v11h11v-5.25h2v6.25a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-13a1 1 0 0 1 1-1zm8.75-2a1 1 0 0 1 1 1l.001 5.999h-2L18.5 6.913l-5.792 5.793-1.414-1.414 5.792-5.793H13.5v-2z" }) });
|
|
4436
4604
|
};
|
|
4605
|
+
var OpenAI = ({ size = 20, ...props }) => /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "#222", d: "M20.568 10.182a4.99 4.99 0 0 0-.43-4.092 5.04 5.04 0 0 0-5.424-2.417 5.054 5.054 0 0 0-8.563 1.81 4.99 4.99 0 0 0-3.332 2.416 5.04 5.04 0 0 0 .62 5.914 4.98 4.98 0 0 0 .425 4.092 5.04 5.04 0 0 0 5.429 2.417 4.99 4.99 0 0 0 3.757 1.676 5.05 5.05 0 0 0 4.81-3.505 5 5 0 0 0 3.331-2.417 5.05 5.05 0 0 0-.623-5.894M13.05 20.689a3.73 3.73 0 0 1-2.397-.868l.118-.067 3.982-2.298a.66.66 0 0 0 .327-.568v-5.614l1.684.974a.06.06 0 0 1 .031.043v4.652a3.753 3.753 0 0 1-3.745 3.746M5 17.25a3.73 3.73 0 0 1-.446-2.512l.118.071 3.986 2.299a.64.64 0 0 0 .65 0l4.87-2.807v1.944a.07.07 0 0 1-.028.05l-4.033 2.327a3.75 3.75 0 0 1-5.118-1.372M3.95 8.577a3.74 3.74 0 0 1 1.972-1.644v4.731a.64.64 0 0 0 .323.564l4.846 2.795-1.684.974a.06.06 0 0 1-.059 0l-4.025-2.322A3.753 3.753 0 0 1 3.95 8.558zm13.831 3.214L12.92 8.968l1.68-.97a.06.06 0 0 1 .059 0l4.025 2.326a3.745 3.745 0 0 1-.564 6.753v-4.73a.66.66 0 0 0-.339-.556m1.676-2.52-.119-.07-3.978-2.319a.65.65 0 0 0-.654 0L9.84 9.69V7.746a.06.06 0 0 1 .024-.052l4.025-2.322a3.75 3.75 0 0 1 5.567 3.884zM8.922 12.717l-1.683-.97a.07.07 0 0 1-.032-.047V7.06a3.75 3.75 0 0 1 6.147-2.878l-.119.067-3.982 2.298a.66.66 0 0 0-.327.568zm.915-1.971 2.168-1.25 2.173 1.25v2.5l-2.165 1.249-2.172-1.25z" }) });
|
|
4437
4606
|
var Oracle = ({ size = 20, ...props }) => /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "#F80000", fillRule: "evenodd", d: "M2 12.005c0 3.59 2.833 6.495 6.325 6.495h7.351C19.17 18.5 22 15.595 22 12.005S19.169 5.5 15.676 5.5H8.325C4.833 5.5 2 8.415 2 12.005m17.607 0c0 2.324-1.832 4.202-4.094 4.202H8.487c-2.26 0-4.094-1.878-4.094-4.202s1.833-4.212 4.094-4.212h7.026c2.262 0 4.094 1.888 4.094 4.212", clipRule: "evenodd" }) });
|
|
4438
4607
|
var Palette = ({ size = 20, type, ...props }) => {
|
|
4439
4608
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
@@ -4722,6 +4891,13 @@ var Search = ({ size = 20, type, ...props }) => {
|
|
|
4722
4891
|
}
|
|
4723
4892
|
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M16 10.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0m2 0c0 1.71-.575 3.285-1.538 4.547l4.245 4.246-1.414 1.414-4.246-4.245A7.5 7.5 0 1 1 18 10.5" }) });
|
|
4724
4893
|
};
|
|
4894
|
+
var Security = ({ size = 20, type, ...props }) => {
|
|
4895
|
+
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
4896
|
+
if (resolvedType === "light") {
|
|
4897
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.198 21.415a.7.7 0 0 1-.394 0q-3.113-.918-5.175-3.763Q4.5 14.717 4.5 11.09V5.857a.75.75 0 0 1 .487-.703l6.75-2.527a.75.75 0 0 1 .526 0l6.75 2.527a.75.75 0 0 1 .487.703v5.233q0 3.627-2.128 6.562-2.063 2.845-5.176 3.763M12 19.89q2.424-.75 4.05-2.962a9.87 9.87 0 0 0 1.9-4.938H12V4.125l-6 2.24v5.166q0 .184.05.46H12z" }) });
|
|
4898
|
+
}
|
|
4899
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.244 21.936a.9.9 0 0 1-.487 0q-3.312-.92-5.494-3.923Q4 14.9 4 11.1V5.693a1 1 0 0 1 .649-.936l7-2.625a1 1 0 0 1 .702 0l7 2.625a1 1 0 0 1 .649.936V11.1q0 3.8-2.262 6.913-2.184 3.003-5.494 3.923M12 19.9q2.425-.75 4.05-2.962A9.87 9.87 0 0 0 17.95 12H12V4.125l-6 2.25v5.175q0 .175.05.45H12z" }) });
|
|
4900
|
+
};
|
|
4725
4901
|
var Send = ({ size = 20, type, ...props }) => {
|
|
4726
4902
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
4727
4903
|
if (resolvedType === "fill") {
|
|
@@ -4732,6 +4908,26 @@ var Send = ({ size = 20, type, ...props }) => {
|
|
|
4732
4908
|
}
|
|
4733
4909
|
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M3 5.13a.75.75 0 0 1 1.041-.692l16.317 6.87a.75.75 0 0 1 0 1.383l-16.317 6.87A.75.75 0 0 1 3 18.871zm2 5.37 6 1.5-6 1.5V17l11.85-5L5 7z", clipRule: "evenodd" }) });
|
|
4734
4910
|
};
|
|
4911
|
+
var Shield = ({ size = 20, type, ...props }) => {
|
|
4912
|
+
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
4913
|
+
if (resolvedType === "fill") {
|
|
4914
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.244 21.936a.9.9 0 0 1-.487 0q-3.312-.921-5.494-3.924Q4 14.9 4 11.1V5.693a1 1 0 0 1 .649-.936l7-2.625a1 1 0 0 1 .702 0l7 2.625a1 1 0 0 1 .649.936V11.1q0 3.8-2.262 6.913-2.184 3.002-5.494 3.922" }) });
|
|
4915
|
+
}
|
|
4916
|
+
if (resolvedType === "light") {
|
|
4917
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.197 21.415a.7.7 0 0 1-.393 0q-3.112-.918-5.176-3.763Q4.501 14.717 4.5 11.09V5.857a.75.75 0 0 1 .487-.703l6.75-2.527a.75.75 0 0 1 .526 0l6.75 2.527a.75.75 0 0 1 .487.703v5.233q0 3.627-2.128 6.562-2.062 2.845-5.175 3.763M12 19.89q2.6-.825 4.3-3.3t1.7-5.5V6.365l-6-2.24-6 2.24v4.725q0 3.025 1.7 5.5t4.3 3.3" }) });
|
|
4918
|
+
}
|
|
4919
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.244 21.936a.9.9 0 0 1-.487 0q-3.312-.921-5.494-3.924Q4 14.9 4 11.1V5.693a1 1 0 0 1 .649-.936l7-2.625a1 1 0 0 1 .702 0l7 2.625a1 1 0 0 1 .649.936V11.1q0 3.8-2.262 6.913-2.184 3.002-5.494 3.922M12 19.9q2.6-.825 4.3-3.3t1.7-5.5V6.375l-6-2.25-6 2.25V11.1q0 3.025 1.7 5.5t4.3 3.3" }) });
|
|
4920
|
+
};
|
|
4921
|
+
var ShieldOff = ({ size = 20, type, ...props }) => {
|
|
4922
|
+
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
4923
|
+
if (resolvedType === "fill") {
|
|
4924
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M18.85 16.05 6.8 3.95l4.849-1.818a1 1 0 0 1 .702 0l7 2.625a1 1 0 0 1 .649.936V11.1a11.2 11.2 0 0 1-1.15 4.95m.95 6.55-3.25-3.25a9.5 9.5 0 0 1-2.113 1.637q-1.046.597-2.184.94a.9.9 0 0 1-.508.006q-3.303-.923-5.483-3.92Q4 14.898 4 11.1V6.8L1.4 4.2l1.4-1.4 18.4 18.4z" }) });
|
|
4925
|
+
}
|
|
4926
|
+
if (resolvedType === "light") {
|
|
4927
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m18.445 15.763-1.134-1.165q.318-.8.504-1.706.184-.905.184-1.79V6.377l-6-2.241L8.253 5.54 7.088 4.375l4.56-1.704a1 1 0 0 1 .701 0l6.5 2.434a1 1 0 0 1 .65.936v5.06q0 1.15-.254 2.314a11.4 11.4 0 0 1-.8 2.348m1.354 6.146-3.27-3.269a9.76 9.76 0 0 1-4.264 2.763.9.9 0 0 1-.533.003q-3.13-.948-5.139-3.781Q4.5 14.67 4.5 11.102V6.608L2.13 4.24l1.055-1.054 17.669 17.67zM12 19.901a7.1 7.1 0 0 0 1.901-.943 8.5 8.5 0 0 0 1.576-1.372L6 8.109v2.992q0 3.025 1.7 5.5t4.3 3.3" }) });
|
|
4928
|
+
}
|
|
4929
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m18.85 16.05-1.5-1.55q.3-.8.475-1.662A8.7 8.7 0 0 0 18 11.1V6.375l-6-2.25L8.35 5.5 6.8 3.95l4.849-1.818a1 1 0 0 1 .702 0l7 2.625a1 1 0 0 1 .649.936V11.1a11.2 11.2 0 0 1-1.15 4.95m.95 6.55-3.25-3.25a9.5 9.5 0 0 1-2.113 1.637q-1.046.597-2.184.94a.9.9 0 0 1-.508.006q-3.303-.923-5.483-3.92Q4 14.898 4 11.1V6.8L1.4 4.2l1.4-1.4 18.4 18.4zM12 19.9a7.3 7.3 0 0 0 1.675-.775 8.3 8.3 0 0 0 1.475-1.175L6 8.8v2.3q0 3.025 1.7 5.5t4.3 3.3" }) });
|
|
4930
|
+
};
|
|
4735
4931
|
var Sidebar = ({ size = 20, type, ...props }) => {
|
|
4736
4932
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
4737
4933
|
if (resolvedType === "fill") {
|
|
@@ -4929,6 +5125,16 @@ var Tag = ({ size = 20, type, ...props }) => {
|
|
|
4929
5125
|
}
|
|
4930
5126
|
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m21.4 14.25-7.15 7.15q-.3.3-.675.45t-.75.15-.75-.15-.675-.45l-8.825-8.825a1.975 1.975 0 0 1-.575-1.4V4q0-.824.587-1.412A1.93 1.93 0 0 1 4 2h7.175q.4 0 .775.163.375.162.65.437l8.8 8.825q.3.3.438.675.137.375.137.75t-.138.738a1.9 1.9 0 0 1-.437.662M12.825 20l7.15-7.15L11.15 4H4v7.15zM6.5 8q.624 0 1.063-.437Q8 7.125 8 6.5t-.437-1.062A1.45 1.45 0 0 0 6.5 5q-.625 0-1.062.438A1.45 1.45 0 0 0 5 6.5q0 .624.438 1.063Q5.874 8 6.5 8" }) });
|
|
4931
5127
|
};
|
|
5128
|
+
var Textcompare = ({ size = 20, type, ...props }) => {
|
|
5129
|
+
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
5130
|
+
if (resolvedType === "fill") {
|
|
5131
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M10 23v-2H5q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 19V5q0-.824.587-1.412A1.93 1.93 0 0 1 5 3h5V1h2v22zm4-18V3h5q.824 0 1.413.587Q21 4.176 21 5v14q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21h-5v-2h5V5zm0 8v-2h3v2zm0-4V7h3v2zm-7 8h3v-2H7zm0-4h3v-2H7zm0-4h3V7H7z" }) });
|
|
5132
|
+
}
|
|
5133
|
+
if (resolvedType === "light") {
|
|
5134
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M10.452 22.615V20.5H5.26q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V5.308q0-.758.525-1.283T5.26 3.5h5.192V1.385h1.5v21.23zM5.26 19h5.192v-2.5h-3.25V15h3.25v-2.25h-3.25v-1.5h3.25V9h-3.25V7.5h3.25V5H5.26a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212v13.384q0 .116.096.212A.3.3 0 0 0 5.26 19m8.788-14V3.5h4.693q.757 0 1.282.525t.525 1.283v13.384q0 .758-.525 1.283t-1.282.525h-4.693V19h4.693a.3.3 0 0 0 .211-.096.3.3 0 0 0 .096-.212V5.308a.3.3 0 0 0-.096-.212.3.3 0 0 0-.211-.096zm0 7.75v-1.5h3.25v1.5zm0-3.75V7.5h3.25V9z" }) });
|
|
5135
|
+
}
|
|
5136
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M10 23v-2H5q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 19V5q0-.824.587-1.412A1.93 1.93 0 0 1 5 3h5V1h2v22zm-5-4h5v-2H7v-2h3v-2H7v-2h3V9H7V7h3V5H5zm9-14V3h5q.824 0 1.413.587Q21 4.176 21 5v14q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21h-5v-2h5V5zm0 8v-2h3v2zm0-4V7h3v2z" }) });
|
|
5137
|
+
};
|
|
4932
5138
|
var ThumbDown = ({ size = 20, type, ...props }) => {
|
|
4933
5139
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
4934
5140
|
if (resolvedType === "fill") {
|
|
@@ -5131,6 +5337,6 @@ var ZoomOut = ({ size = 20, type, ...props }) => {
|
|
|
5131
5337
|
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m3.9 21.5-1.4-1.4L6.6 16H4v-2h5a1 1 0 0 1 1 1v5H8v-2.6zM15 10a1 1 0 0 1-1-1V4h2v2.6l4.1-4.1 1.4 1.4L17.4 8H20v2z" }) });
|
|
5132
5338
|
};
|
|
5133
5339
|
|
|
5134
|
-
export { Account, AccountTree, Addcircle, AlignCenter, AlignJustified, AlignLeft, AlignRight, AreaChart, ArrowBottomRight, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ArrowUpRight, Automation, Back, Badge, BarChart, Blank, Book, Brain, Briefcase, Build, Building, Bulb, Calculate, Calendar, CalendarDate, CalendarEvent, CalendarView, Cancel, CarrotDown, CarrotLeft, CarrotRight, CarrotUp, CarrotUpDown, Category, Chat, ChatLine, Check, CheckCircle, Checklist, ChevronDoubleDown, ChevronDoubleLeft, ChevronDoubleRight, ChevronDoubleUp, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChevronUpDown, Clock, Cloud, Code, Copy, Cpu, CreateFolder, Cube, DarkMode, Dash, Dashboard, DashboardSymbol, Database, DatabaseOff, DatabaseSearch, Dataset, Delete, Disk, DomainVerification, DotsHorizontal, DotsVertical, Download, Edit, Error, Feedback, File, FileAdd, FileCheck, FileDownload, FileUpload, Filter, FilterList, FitScreen, Flag, Flowchart, Folder, FolderOpen, Folderlock, Foward, Frame, Functions, Gear, Grid, Group, Hand, Help, History, Home, Image, ImageCollection, Inbox, Info, Interests, Key, KoreanEnglish, Label, Layer, LightMode, LineChart, Link, LinkOff, List, Location, Lock, Lockopen, Login, Logout, Mail, MailOpen, Mediation, Memory, Menu, Minus, Monitor, MonitorHeart, MoreHorizontal, MoreVertical, Mssql, MyLocation, Mysql, Note, Notification, Open, Oracle, Palette, PaperBoard, Partial, Pause, Pencil, People, Person, PersonAdd, Phone, PieChart, Pin, PinOff, Play, PlayCircle, Plus, Pointer, Policy, Polyline, Postgresql, Power, PowerOff, Redo, Refresh, Return, Rewind, RootFinderSymbol, Scatter, Schema, Sdk, Search, Send, Sidebar, SkipNext, SkipPrevious, SortDown, SortUp, Sound, Sparkle, SpeechBubble, Split, SplitScene, Square, Star, Stop, StopCircle, SwapHorizontal, SwapVertical, Sync, Table, Tactics, Tag, ThumbDown, ThumbUp, Title, Toolbox, ToolsSymbol, Translate, Tune, TuneSimple, Unarchive, Undo, Upload, ViewColumn, ViewHorizontal, ViewModule, ViewRow, ViewVertical, Visibility, VisibilityOff, Warning, WiFi, Widgets, X, ZoomIn, ZoomOut, iconManifest, iconSizes };
|
|
5135
|
-
//# sourceMappingURL=chunk-
|
|
5136
|
-
//# sourceMappingURL=chunk-
|
|
5340
|
+
export { Account, AccountTree, Addcircle, AlignCenter, AlignJustified, AlignLeft, AlignRight, AreaChart, ArrowBottomRight, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ArrowUpRight, Automation, Back, Badge, BarChart, Blank, Book, Brain, Briefcase, Build, Building, Bulb, Calculate, Calendar, CalendarDate, CalendarEvent, CalendarView, Cancel, CarrotDown, CarrotLeft, CarrotRight, CarrotUp, CarrotUpDown, Category, Chat, ChatLine, Check, CheckCircle, Checklist, ChevronDoubleDown, ChevronDoubleLeft, ChevronDoubleRight, ChevronDoubleUp, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChevronUpDown, Claude, Clock, Cloud, Code, Copy, Cpu, CreateFolder, Cube, DarkMode, Dash, Dashboard, DashboardSymbol, Dashcircle, Database, DatabaseOff, DatabaseSearch, Dataset, Delete, Disk, DomainVerification, DotsHorizontal, DotsVertical, Download, Edit, Error, Feedback, File, FileAdd, FileCheck, FileDownload, FileUpload, Filter, FilterList, FitScreen, Flag, Flowchart, Folder, FolderOpen, Folderlock, Foward, Frame, Functions, Gear, Gemini, Grid, Group, Hand, Help, History, Home, Image, ImageCollection, Inbox, Info, Interests, Key, KoreanEnglish, Label, Layer, LightMode, LineChart, Link, LinkOff, List, Location, Lock, Lockopen, Login, Logout, Mail, MailOpen, Mcp, Mediation, Memory, Menu, Minus, Monitor, MonitorHeart, MoreHorizontal, MoreVertical, Mssql, MyLocation, Mysql, Note, Notification, Open, OpenAI, Oracle, Palette, PaperBoard, Partial, Pause, Pencil, People, Person, PersonAdd, Phone, PieChart, Pin, PinOff, Play, PlayCircle, Plus, Pointer, Policy, Polyline, Postgresql, Power, PowerOff, Redo, Refresh, Return, Rewind, RootFinderSymbol, Scatter, Schema, Sdk, Search, Security, Send, Shield, ShieldOff, Sidebar, SkipNext, SkipPrevious, SortDown, SortUp, Sound, Sparkle, SpeechBubble, Split, SplitScene, Square, Star, Stop, StopCircle, SwapHorizontal, SwapVertical, Sync, Table, Tactics, Tag, Textcompare, ThumbDown, ThumbUp, Title, Toolbox, ToolsSymbol, Translate, Tune, TuneSimple, Unarchive, Undo, Upload, ViewColumn, ViewHorizontal, ViewModule, ViewRow, ViewVertical, Visibility, VisibilityOff, Warning, WiFi, Widgets, X, ZoomIn, ZoomOut, iconManifest, iconSizes };
|
|
5341
|
+
//# sourceMappingURL=chunk-MSA6TY4M.mjs.map
|
|
5342
|
+
//# sourceMappingURL=chunk-MSA6TY4M.mjs.map
|