@cryptlex/web-components 6.5.2 → 6.5.4

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.
Files changed (115) hide show
  1. package/dist/components/alert.js +1 -1
  2. package/dist/components/alert.js.map +1 -1
  3. package/dist/components/avatar.js +1 -1
  4. package/dist/components/avatar.js.map +1 -1
  5. package/dist/components/badge.js +1 -1
  6. package/dist/components/badge.js.map +1 -1
  7. package/dist/components/breadcrumbs.js +1 -1
  8. package/dist/components/breadcrumbs.js.map +1 -1
  9. package/dist/components/button.js +1 -1
  10. package/dist/components/button.js.map +1 -1
  11. package/dist/components/calendar.js +1 -1
  12. package/dist/components/calendar.js.map +1 -1
  13. package/dist/components/card.js +1 -1
  14. package/dist/components/card.js.map +1 -1
  15. package/dist/components/checkbox.js +1 -1
  16. package/dist/components/checkbox.js.map +1 -1
  17. package/dist/components/data-table-commons.d.ts +0 -10
  18. package/dist/components/data-table-commons.js +1 -1
  19. package/dist/components/data-table-commons.js.map +1 -1
  20. package/dist/components/data-table-filter.js +1 -1
  21. package/dist/components/data-table.d.ts +1 -1
  22. package/dist/components/data-table.js +1 -1
  23. package/dist/components/data-table.js.map +1 -1
  24. package/dist/components/date-picker.js +1 -1
  25. package/dist/components/date-picker.js.map +1 -1
  26. package/dist/components/datefield.js +1 -1
  27. package/dist/components/datefield.js.map +1 -1
  28. package/dist/components/dialog.js +1 -1
  29. package/dist/components/dialog.js.map +1 -1
  30. package/dist/components/disclosure.js +1 -1
  31. package/dist/components/disclosure.js.map +1 -1
  32. package/dist/components/field.d.ts +1 -0
  33. package/dist/components/field.js +1 -1
  34. package/dist/components/field.js.map +1 -1
  35. package/dist/components/icons.d.ts +5 -0
  36. package/dist/components/icons.js +68 -43
  37. package/dist/components/icons.js.map +1 -1
  38. package/dist/components/id-search.d.ts +17 -18
  39. package/dist/components/id-search.js +1 -1
  40. package/dist/components/id-search.js.map +1 -1
  41. package/dist/components/input-otp.js +1 -1
  42. package/dist/components/input-otp.js.map +1 -1
  43. package/dist/components/key-value-card.js +1 -1
  44. package/dist/components/key-value-card.js.map +1 -1
  45. package/dist/components/list-box.js +1 -1
  46. package/dist/components/list-box.js.map +1 -1
  47. package/dist/components/loader.js +1 -1
  48. package/dist/components/loader.js.map +1 -1
  49. package/dist/components/menu.js +1 -1
  50. package/dist/components/menu.js.map +1 -1
  51. package/dist/components/multi-select.js +1 -1
  52. package/dist/components/multi-select.js.map +1 -1
  53. package/dist/components/numberfield.js +1 -1
  54. package/dist/components/numberfield.js.map +1 -1
  55. package/dist/components/popover.js +1 -1
  56. package/dist/components/popover.js.map +1 -1
  57. package/dist/components/searchfield.js +1 -1
  58. package/dist/components/searchfield.js.map +1 -1
  59. package/dist/components/select-options.js.map +1 -1
  60. package/dist/components/select.js +1 -1
  61. package/dist/components/select.js.map +1 -1
  62. package/dist/components/sidebar.d.ts +4 -10
  63. package/dist/components/sidebar.js +1 -1
  64. package/dist/components/sidebar.js.map +1 -1
  65. package/dist/components/skeleton.js +1 -1
  66. package/dist/components/skeleton.js.map +1 -1
  67. package/dist/components/table-of-contents.js +1 -1
  68. package/dist/components/table-of-contents.js.map +1 -1
  69. package/dist/components/table.js +1 -1
  70. package/dist/components/table.js.map +1 -1
  71. package/dist/components/tabs.js +1 -1
  72. package/dist/components/tabs.js.map +1 -1
  73. package/dist/components/textfield.js +1 -1
  74. package/dist/components/textfield.js.map +1 -1
  75. package/dist/components/timeline.js +1 -1
  76. package/dist/components/timeline.js.map +1 -1
  77. package/dist/components/tooltip.js +1 -1
  78. package/dist/components/tooltip.js.map +1 -1
  79. package/dist/utilities/date.d.ts +2 -0
  80. package/dist/utilities/date.js +2 -0
  81. package/dist/utilities/date.js.map +1 -0
  82. package/dist/utilities/form-context.js.map +1 -0
  83. package/dist/utilities/form-hook.js.map +1 -0
  84. package/dist/utilities/form-utils.js.map +1 -0
  85. package/dist/utilities/numbers.d.ts +1 -0
  86. package/dist/utilities/numbers.js +2 -0
  87. package/dist/utilities/numbers.js.map +1 -0
  88. package/dist/utilities/primitives.js.map +1 -0
  89. package/dist/{utils/resource-names.d.ts → utilities/resources.d.ts} +10 -0
  90. package/dist/utilities/resources.js +2 -0
  91. package/dist/utilities/resources.js.map +1 -0
  92. package/dist/utilities/use-mobile.js.map +1 -0
  93. package/lib/theme.css +4 -0
  94. package/lib/utilities.css +4 -2
  95. package/package.json +4 -4
  96. package/dist/utils/form-context.js.map +0 -1
  97. package/dist/utils/form-hook.js.map +0 -1
  98. package/dist/utils/form-utils.js.map +0 -1
  99. package/dist/utils/primitives.js.map +0 -1
  100. package/dist/utils/resource-names.js +0 -2
  101. package/dist/utils/resource-names.js.map +0 -1
  102. package/dist/utils/resources.d.ts +0 -2
  103. package/dist/utils/resources.js +0 -2
  104. package/dist/utils/resources.js.map +0 -1
  105. package/dist/utils/use-mobile.js.map +0 -1
  106. /package/dist/{utils → utilities}/form-context.d.ts +0 -0
  107. /package/dist/{utils → utilities}/form-context.js +0 -0
  108. /package/dist/{utils → utilities}/form-hook.d.ts +0 -0
  109. /package/dist/{utils → utilities}/form-hook.js +0 -0
  110. /package/dist/{utils → utilities}/form-utils.d.ts +0 -0
  111. /package/dist/{utils → utilities}/form-utils.js +0 -0
  112. /package/dist/{utils → utilities}/primitives.d.ts +0 -0
  113. /package/dist/{utils → utilities}/primitives.js +0 -0
  114. /package/dist/{utils → utilities}/use-mobile.d.ts +0 -0
  115. /package/dist/{utils → utilities}/use-mobile.js +0 -0
@@ -73,12 +73,12 @@ import{forwardRef as k,createElement as n}from"react";/**
73
73
  *
74
74
  * This source code is licensed under the ISC license.
75
75
  * See the LICENSE file in the root directory of this source tree.
76
- */const A=e("ChevronFirst",[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]]);/**
76
+ */const q=e("ChevronFirst",[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]]);/**
77
77
  * @license lucide-react v0.453.0 - ISC
78
78
  *
79
79
  * This source code is licensed under the ISC license.
80
80
  * See the LICENSE file in the root directory of this source tree.
81
- */const q=e("ChevronLast",[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]]);/**
81
+ */const A=e("ChevronLast",[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]]);/**
82
82
  * @license lucide-react v0.453.0 - ISC
83
83
  *
84
84
  * This source code is licensed under the ISC license.
@@ -88,12 +88,12 @@ import{forwardRef as k,createElement as n}from"react";/**
88
88
  *
89
89
  * This source code is licensed under the ISC license.
90
90
  * See the LICENSE file in the root directory of this source tree.
91
- */const H=e("ChevronRight",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);/**
91
+ */const V=e("ChevronRight",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);/**
92
92
  * @license lucide-react v0.453.0 - ISC
93
93
  *
94
94
  * This source code is licensed under the ISC license.
95
95
  * See the LICENSE file in the root directory of this source tree.
96
- */const V=e("ChevronUp",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]);/**
96
+ */const H=e("ChevronUp",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]);/**
97
97
  * @license lucide-react v0.453.0 - ISC
98
98
  *
99
99
  * This source code is licensed under the ISC license.
@@ -123,22 +123,27 @@ import{forwardRef as k,createElement as n}from"react";/**
123
123
  *
124
124
  * This source code is licensed under the ISC license.
125
125
  * See the LICENSE file in the root directory of this source tree.
126
- */const P=e("Coins",[["circle",{cx:"8",cy:"8",r:"6",key:"3yglwk"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18",key:"t5s6rm"}],["path",{d:"M7 6h1v4",key:"1obek4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82",key:"1rbuyh"}]]);/**
126
+ */const E=e("Coins",[["circle",{cx:"8",cy:"8",r:"6",key:"3yglwk"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18",key:"t5s6rm"}],["path",{d:"M7 6h1v4",key:"1obek4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82",key:"1rbuyh"}]]);/**
127
127
  * @license lucide-react v0.453.0 - ISC
128
128
  *
129
129
  * This source code is licensed under the ISC license.
130
130
  * See the LICENSE file in the root directory of this source tree.
131
- */const E=e("Columns3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);/**
131
+ */const F=e("Columns3",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);/**
132
132
  * @license lucide-react v0.453.0 - ISC
133
133
  *
134
134
  * This source code is licensed under the ISC license.
135
135
  * See the LICENSE file in the root directory of this source tree.
136
- */const F=e("Construction",[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1",key:"1estib"}],["path",{d:"M17 14v7",key:"7m2elx"}],["path",{d:"M7 14v7",key:"1cm7wv"}],["path",{d:"M17 3v3",key:"1v4jwn"}],["path",{d:"M7 3v3",key:"7o6guu"}],["path",{d:"M10 14 2.3 6.3",key:"1023jk"}],["path",{d:"m14 6 7.7 7.7",key:"1s8pl2"}],["path",{d:"m8 6 8 8",key:"hl96qh"}]]);/**
136
+ */const P=e("Construction",[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1",key:"1estib"}],["path",{d:"M17 14v7",key:"7m2elx"}],["path",{d:"M7 14v7",key:"1cm7wv"}],["path",{d:"M17 3v3",key:"1v4jwn"}],["path",{d:"M7 3v3",key:"7o6guu"}],["path",{d:"M10 14 2.3 6.3",key:"1023jk"}],["path",{d:"m14 6 7.7 7.7",key:"1s8pl2"}],["path",{d:"m8 6 8 8",key:"hl96qh"}]]);/**
137
137
  * @license lucide-react v0.453.0 - ISC
138
138
  *
139
139
  * This source code is licensed under the ISC license.
140
140
  * See the LICENSE file in the root directory of this source tree.
141
- */const U=e("Container",[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",key:"1t2lqe"}],["path",{d:"M10 21.9V14L2.1 9.1",key:"o7czzq"}],["path",{d:"m10 14 11.9-6.9",key:"zm5e20"}],["path",{d:"M14 19.8v-8.1",key:"159ecu"}],["path",{d:"M18 17.5V9.4",key:"11uown"}]]);/**
141
+ */const N=e("Container",[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",key:"1t2lqe"}],["path",{d:"M10 21.9V14L2.1 9.1",key:"o7czzq"}],["path",{d:"m10 14 11.9-6.9",key:"zm5e20"}],["path",{d:"M14 19.8v-8.1",key:"159ecu"}],["path",{d:"M18 17.5V9.4",key:"11uown"}]]);/**
142
+ * @license lucide-react v0.453.0 - ISC
143
+ *
144
+ * This source code is licensed under the ISC license.
145
+ * See the LICENSE file in the root directory of this source tree.
146
+ */const U=e("Database",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]]);/**
142
147
  * @license lucide-react v0.453.0 - ISC
143
148
  *
144
149
  * This source code is licensed under the ISC license.
@@ -148,175 +153,195 @@ import{forwardRef as k,createElement as n}from"react";/**
148
153
  *
149
154
  * This source code is licensed under the ISC license.
150
155
  * See the LICENSE file in the root directory of this source tree.
151
- */const N=e("EllipsisVertical",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}]]);/**
156
+ */const O=e("EllipsisVertical",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}]]);/**
157
+ * @license lucide-react v0.453.0 - ISC
158
+ *
159
+ * This source code is licensed under the ISC license.
160
+ * See the LICENSE file in the root directory of this source tree.
161
+ */const Z=e("Ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]);/**
162
+ * @license lucide-react v0.453.0 - ISC
163
+ *
164
+ * This source code is licensed under the ISC license.
165
+ * See the LICENSE file in the root directory of this source tree.
166
+ */const G=e("FileKey",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"10",cy:"16",r:"2",key:"4ckbqe"}],["path",{d:"m16 10-4.5 4.5",key:"7p3ebg"}],["path",{d:"m15 11 1 1",key:"1bsyx3"}]]);/**
167
+ * @license lucide-react v0.453.0 - ISC
168
+ *
169
+ * This source code is licensed under the ISC license.
170
+ * See the LICENSE file in the root directory of this source tree.
171
+ */const X=e("Filter",[["polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3",key:"1yg77f"}]]);/**
172
+ * @license lucide-react v0.453.0 - ISC
173
+ *
174
+ * This source code is licensed under the ISC license.
175
+ * See the LICENSE file in the root directory of this source tree.
176
+ */const $=e("Fingerprint",[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",key:"1nerag"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88",key:"o46ks0"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02",key:"ptglia"}],["path",{d:"M2 12a10 10 0 0 1 18-6",key:"ydlgp0"}],["path",{d:"M2 16h.01",key:"1gqxmh"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6",key:"drycrb"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2",key:"1tidbn"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2",key:"13wd9y"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2",key:"1fr1j5"}]]);/**
152
177
  * @license lucide-react v0.453.0 - ISC
153
178
  *
154
179
  * This source code is licensed under the ISC license.
155
180
  * See the LICENSE file in the root directory of this source tree.
156
- */const O=e("Ellipsis",[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]]);/**
181
+ */const K=e("Gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]);/**
157
182
  * @license lucide-react v0.453.0 - ISC
158
183
  *
159
184
  * This source code is licensed under the ISC license.
160
185
  * See the LICENSE file in the root directory of this source tree.
161
- */const Z=e("FileKey",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"10",cy:"16",r:"2",key:"4ckbqe"}],["path",{d:"m16 10-4.5 4.5",key:"7p3ebg"}],["path",{d:"m15 11 1 1",key:"1bsyx3"}]]);/**
186
+ */const J=e("GripVertical",[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]]);/**
162
187
  * @license lucide-react v0.453.0 - ISC
163
188
  *
164
189
  * This source code is licensed under the ISC license.
165
190
  * See the LICENSE file in the root directory of this source tree.
166
- */const G=e("Filter",[["polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3",key:"1yg77f"}]]);/**
191
+ */const Q=e("Handshake",[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]]);/**
167
192
  * @license lucide-react v0.453.0 - ISC
168
193
  *
169
194
  * This source code is licensed under the ISC license.
170
195
  * See the LICENSE file in the root directory of this source tree.
171
- */const X=e("Fingerprint",[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",key:"1nerag"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88",key:"o46ks0"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02",key:"ptglia"}],["path",{d:"M2 12a10 10 0 0 1 18-6",key:"ydlgp0"}],["path",{d:"M2 16h.01",key:"1gqxmh"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6",key:"drycrb"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2",key:"1tidbn"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2",key:"13wd9y"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2",key:"1fr1j5"}]]);/**
196
+ */const Y=e("House",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]]);/**
172
197
  * @license lucide-react v0.453.0 - ISC
173
198
  *
174
199
  * This source code is licensed under the ISC license.
175
200
  * See the LICENSE file in the root directory of this source tree.
176
- */const $=e("Gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]);/**
201
+ */const _=e("Info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);/**
177
202
  * @license lucide-react v0.453.0 - ISC
178
203
  *
179
204
  * This source code is licensed under the ISC license.
180
205
  * See the LICENSE file in the root directory of this source tree.
181
- */const K=e("GripVertical",[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]]);/**
206
+ */const e1=e("ListTree",[["path",{d:"M21 12h-8",key:"1bmf0i"}],["path",{d:"M21 6H8",key:"1pqkrb"}],["path",{d:"M21 18h-8",key:"1tm79t"}],["path",{d:"M3 6v4c0 1.1.9 2 2 2h3",key:"1ywdgy"}],["path",{d:"M3 10v6c0 1.1.9 2 2 2h3",key:"2wc746"}]]);/**
182
207
  * @license lucide-react v0.453.0 - ISC
183
208
  *
184
209
  * This source code is licensed under the ISC license.
185
210
  * See the LICENSE file in the root directory of this source tree.
186
- */const J=e("Handshake",[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]]);/**
211
+ */const t1=e("Loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);/**
187
212
  * @license lucide-react v0.453.0 - ISC
188
213
  *
189
214
  * This source code is licensed under the ISC license.
190
215
  * See the LICENSE file in the root directory of this source tree.
191
- */const Q=e("House",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]]);/**
216
+ */const c1=e("Lock",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]]);/**
192
217
  * @license lucide-react v0.453.0 - ISC
193
218
  *
194
219
  * This source code is licensed under the ISC license.
195
220
  * See the LICENSE file in the root directory of this source tree.
196
- */const Y=e("Info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);/**
221
+ */const a1=e("LogIn",[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}],["polyline",{points:"10 17 15 12 10 7",key:"1ail0h"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}]]);/**
197
222
  * @license lucide-react v0.453.0 - ISC
198
223
  *
199
224
  * This source code is licensed under the ISC license.
200
225
  * See the LICENSE file in the root directory of this source tree.
201
- */const _=e("ListTree",[["path",{d:"M21 12h-8",key:"1bmf0i"}],["path",{d:"M21 6H8",key:"1pqkrb"}],["path",{d:"M21 18h-8",key:"1tm79t"}],["path",{d:"M3 6v4c0 1.1.9 2 2 2h3",key:"1ywdgy"}],["path",{d:"M3 10v6c0 1.1.9 2 2 2h3",key:"2wc746"}]]);/**
226
+ */const h1=e("Logs",[["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M3 18h1",key:"1eiwyy"}],["path",{d:"M3 6h1",key:"rgxa97"}],["path",{d:"M8 12h1",key:"1con00"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M8 6h1",key:"tn6mkg"}]]);/**
202
227
  * @license lucide-react v0.453.0 - ISC
203
228
  *
204
229
  * This source code is licensed under the ISC license.
205
230
  * See the LICENSE file in the root directory of this source tree.
206
- */const e1=e("Loader",[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]]);/**
231
+ */const o1=e("Mail",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}]]);/**
207
232
  * @license lucide-react v0.453.0 - ISC
208
233
  *
209
234
  * This source code is licensed under the ISC license.
210
235
  * See the LICENSE file in the root directory of this source tree.
211
- */const t1=e("LogIn",[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}],["polyline",{points:"10 17 15 12 10 7",key:"1ail0h"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}]]);/**
236
+ */const y1=e("MapPinPlusInside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);/**
212
237
  * @license lucide-react v0.453.0 - ISC
213
238
  *
214
239
  * This source code is licensed under the ISC license.
215
240
  * See the LICENSE file in the root directory of this source tree.
216
- */const c1=e("Logs",[["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M3 18h1",key:"1eiwyy"}],["path",{d:"M3 6h1",key:"rgxa97"}],["path",{d:"M8 12h1",key:"1con00"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M8 6h1",key:"tn6mkg"}]]);/**
241
+ */const n1=e("MessageCircle",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}]]);/**
217
242
  * @license lucide-react v0.453.0 - ISC
218
243
  *
219
244
  * This source code is licensed under the ISC license.
220
245
  * See the LICENSE file in the root directory of this source tree.
221
- */const a1=e("Mail",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}]]);/**
246
+ */const k1=e("Minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);/**
222
247
  * @license lucide-react v0.453.0 - ISC
223
248
  *
224
249
  * This source code is licensed under the ISC license.
225
250
  * See the LICENSE file in the root directory of this source tree.
226
- */const h1=e("MapPinPlusInside",[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);/**
251
+ */const d1=e("MonitorSmartphone",[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8",key:"10dyio"}],["path",{d:"M10 19v-3.96 3.15",key:"1irgej"}],["path",{d:"M7 19h5",key:"qswx4l"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2",key:"1egngj"}]]);/**
227
252
  * @license lucide-react v0.453.0 - ISC
228
253
  *
229
254
  * This source code is licensed under the ISC license.
230
255
  * See the LICENSE file in the root directory of this source tree.
231
- */const o1=e("MessageCircle",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}]]);/**
256
+ */const r1=e("Network",[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]]);/**
232
257
  * @license lucide-react v0.453.0 - ISC
233
258
  *
234
259
  * This source code is licensed under the ISC license.
235
260
  * See the LICENSE file in the root directory of this source tree.
236
- */const y1=e("Minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);/**
261
+ */const s1=e("OctagonAlert",[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]]);/**
237
262
  * @license lucide-react v0.453.0 - ISC
238
263
  *
239
264
  * This source code is licensed under the ISC license.
240
265
  * See the LICENSE file in the root directory of this source tree.
241
- */const n1=e("MonitorSmartphone",[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8",key:"10dyio"}],["path",{d:"M10 19v-3.96 3.15",key:"1irgej"}],["path",{d:"M7 19h5",key:"qswx4l"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2",key:"1egngj"}]]);/**
266
+ */const p1=e("Package",[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["path",{d:"m3.3 7 7.703 4.734a2 2 0 0 0 1.994 0L20.7 7",key:"yx3hmr"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]]);/**
242
267
  * @license lucide-react v0.453.0 - ISC
243
268
  *
244
269
  * This source code is licensed under the ISC license.
245
270
  * See the LICENSE file in the root directory of this source tree.
246
- */const k1=e("OctagonAlert",[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]]);/**
271
+ */const i1=e("ReceiptText",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M14 8H8",key:"1l3xfs"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M13 16H8",key:"wsln4y"}]]);/**
247
272
  * @license lucide-react v0.453.0 - ISC
248
273
  *
249
274
  * This source code is licensed under the ISC license.
250
275
  * See the LICENSE file in the root directory of this source tree.
251
- */const d1=e("Package",[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["path",{d:"m3.3 7 7.703 4.734a2 2 0 0 0 1.994 0L20.7 7",key:"yx3hmr"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]]);/**
276
+ */const l1=e("RectangleEllipsis",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M7 12h.01",key:"eqddd0"}]]);/**
252
277
  * @license lucide-react v0.453.0 - ISC
253
278
  *
254
279
  * This source code is licensed under the ISC license.
255
280
  * See the LICENSE file in the root directory of this source tree.
256
- */const r1=e("ReceiptText",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M14 8H8",key:"1l3xfs"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M13 16H8",key:"wsln4y"}]]);/**
281
+ */const M1=e("RefreshCcw",[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]]);/**
257
282
  * @license lucide-react v0.453.0 - ISC
258
283
  *
259
284
  * This source code is licensed under the ISC license.
260
285
  * See the LICENSE file in the root directory of this source tree.
261
- */const s1=e("RefreshCcw",[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]]);/**
286
+ */const v1=e("Router",[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6.01 18H6",key:"19vcac"}],["path",{d:"M10.01 18H10",key:"uamcmx"}],["path",{d:"M15 10v4",key:"qjz1xs"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0",key:"1rif40"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0",key:"6a5xfq"}]]);/**
262
287
  * @license lucide-react v0.453.0 - ISC
263
288
  *
264
289
  * This source code is licensed under the ISC license.
265
290
  * See the LICENSE file in the root directory of this source tree.
266
- */const p1=e("Search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);/**
291
+ */const m1=e("Search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);/**
267
292
  * @license lucide-react v0.453.0 - ISC
268
293
  *
269
294
  * This source code is licensed under the ISC license.
270
295
  * See the LICENSE file in the root directory of this source tree.
271
- */const i1=e("Settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);/**
296
+ */const g1=e("Settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);/**
272
297
  * @license lucide-react v0.453.0 - ISC
273
298
  *
274
299
  * This source code is licensed under the ISC license.
275
300
  * See the LICENSE file in the root directory of this source tree.
276
- */const l1=e("ShieldBan",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m4.243 5.21 14.39 12.472",key:"1c9a7c"}]]);/**
301
+ */const w1=e("ShieldBan",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m4.243 5.21 14.39 12.472",key:"1c9a7c"}]]);/**
277
302
  * @license lucide-react v0.453.0 - ISC
278
303
  *
279
304
  * This source code is licensed under the ISC license.
280
305
  * See the LICENSE file in the root directory of this source tree.
281
- */const M1=e("SquarePen",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]]);/**
306
+ */const x1=e("SquarePen",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]]);/**
282
307
  * @license lucide-react v0.453.0 - ISC
283
308
  *
284
309
  * This source code is licensed under the ISC license.
285
310
  * See the LICENSE file in the root directory of this source tree.
286
- */const v1=e("Tags",[["path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19",key:"1cbfv1"}],["path",{d:"M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z",key:"135mg7"}],["circle",{cx:"6.5",cy:"9.5",r:".5",fill:"currentColor",key:"5pm5xn"}]]);/**
311
+ */const f1=e("Tags",[["path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19",key:"1cbfv1"}],["path",{d:"M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z",key:"135mg7"}],["circle",{cx:"6.5",cy:"9.5",r:".5",fill:"currentColor",key:"5pm5xn"}]]);/**
287
312
  * @license lucide-react v0.453.0 - ISC
288
313
  *
289
314
  * This source code is licensed under the ISC license.
290
315
  * See the LICENSE file in the root directory of this source tree.
291
- */const m1=e("Timer",[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]]);/**
316
+ */const I1=e("Timer",[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]]);/**
292
317
  * @license lucide-react v0.453.0 - ISC
293
318
  *
294
319
  * This source code is licensed under the ISC license.
295
320
  * See the LICENSE file in the root directory of this source tree.
296
- */const g1=e("Trash",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}]]);/**
321
+ */const u1=e("Trash",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}]]);/**
297
322
  * @license lucide-react v0.453.0 - ISC
298
323
  *
299
324
  * This source code is licensed under the ISC license.
300
325
  * See the LICENSE file in the root directory of this source tree.
301
- */const w1=e("UserRound",[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]]);/**
326
+ */const C1=e("UserRound",[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]]);/**
302
327
  * @license lucide-react v0.453.0 - ISC
303
328
  *
304
329
  * This source code is licensed under the ISC license.
305
330
  * See the LICENSE file in the root directory of this source tree.
306
- */const x1=e("UsersRound",[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]]);/**
331
+ */const b1=e("UsersRound",[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]]);/**
307
332
  * @license lucide-react v0.453.0 - ISC
308
333
  *
309
334
  * This source code is licensed under the ISC license.
310
335
  * See the LICENSE file in the root directory of this source tree.
311
- */const f1=e("Waypoints",[["circle",{cx:"12",cy:"4.5",r:"2.5",key:"r5ysbb"}],["path",{d:"m10.2 6.3-3.9 3.9",key:"1nzqf6"}],["circle",{cx:"4.5",cy:"12",r:"2.5",key:"jydg6v"}],["path",{d:"M7 12h10",key:"b7w52i"}],["circle",{cx:"19.5",cy:"12",r:"2.5",key:"1piiel"}],["path",{d:"m13.8 17.7 3.9-3.9",key:"1wyg1y"}],["circle",{cx:"12",cy:"19.5",r:"2.5",key:"13o1pw"}]]);/**
336
+ */const z1=e("Waypoints",[["circle",{cx:"12",cy:"4.5",r:"2.5",key:"r5ysbb"}],["path",{d:"m10.2 6.3-3.9 3.9",key:"1nzqf6"}],["circle",{cx:"4.5",cy:"12",r:"2.5",key:"jydg6v"}],["path",{d:"M7 12h10",key:"b7w52i"}],["circle",{cx:"19.5",cy:"12",r:"2.5",key:"1piiel"}],["path",{d:"m13.8 17.7 3.9-3.9",key:"1wyg1y"}],["circle",{cx:"12",cy:"19.5",r:"2.5",key:"13o1pw"}]]);/**
312
337
  * @license lucide-react v0.453.0 - ISC
313
338
  *
314
339
  * This source code is licensed under the ISC license.
315
340
  * See the LICENSE file in the root directory of this source tree.
316
- */const I1=e("Webhook",[["path",{d:"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2",key:"q3hayz"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06",key:"1go1hn"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8",key:"qlwsc0"}]]);/**
341
+ */const L1=e("Webhook",[["path",{d:"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2",key:"q3hayz"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06",key:"1go1hn"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8",key:"qlwsc0"}]]);/**
317
342
  * @license lucide-react v0.453.0 - ISC
318
343
  *
319
344
  * This source code is licensed under the ISC license.
320
345
  * See the LICENSE file in the root directory of this source tree.
321
- */const u1=e("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]),L1=R,A1=S,q1=M1,j1=g1,C1=u1,H1=C1,V1=s1,D1=v1,R1=H,S1=j,T1=V,B1=L,P1=A,E1=q,F1=k1,U1=O,W1=N,N1=z,O1=y1,Z1=W,G1=G,X1=b,$1=g,K1=w,J1=x,Q1=E,Y1=K,_1=Y,e2=p1,t2=e1,c2=C,a2=Z,h2=f,o2=F,y2=n1,n2=w1,k2=u,d2=l1,r2=J,s2=x1,p2=d1,i2=h1,l2=X,M2=i1,v2=I1,m2=a1,g2=_,w2=Q,x2=c1,f2=r1,b1=f1,I2=T,u2=B,C2=U,b2=D,z2=b1,L2=t1,A2=P,q2=o1,j2=I,H2=m1,V2=$;export{l2 as IcAccessToken,c2 as IcAccount,y2 as IcActivation,i2 as IcAddress,f2 as IcBilling,N1 as IcCheck,H1 as IcClose,u2 as IcCode,Q1 as IcColumns,C2 as IcContainer,L1 as IcCreate,X1 as IcDate,j1 as IcDelete,j2 as IcDocumentation,Z1 as IcDot,B1 as IcDown,m2 as IcEmail,g2 as IcEntitlements,F1 as IcError,A1 as IcExport,G1 as IcFilter,P1 as IcFirst,q2 as IcForum,Y1 as IcGrip,w2 as IcHome,_1 as IcInfo,b1 as IcIntergration,E1 as IcLast,S1 as IcLeft,a2 as IcLicense,h2 as IcLicenseTemplate,t2 as IcLoader,L2 as IcLogin,x2 as IcLogs,o2 as IcMaintenancePolicy,V2 as IcMeter,b2 as IcMigration,O1 as IcMinus,U1 as IcMoreHorizontal,W1 as IcMoreVertical,I2 as IcOffline,k2 as IcOrganizations,A2 as IcPricing,V1 as IcRefresh,p2 as IcRelease,C1 as IcRemove,r2 as IcReseller,R1 as IcRight,d2 as IcRoles,e2 as IcSearch,M2 as IcSettings,$1 as IcSortAsc,K1 as IcSortDesc,J1 as IcSortNone,z2 as IcSso,D1 as IcTag,s2 as IcTeam,H2 as IcTrial,T1 as IcUp,q1 as IcUpdate,n2 as IcUser,v2 as IcWebhook};
346
+ */const q1=e("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]),H1=R,D1=S,R1=x1,S1=u1,A1=q1,T1=A1,B1=M1,E1=f1,F1=V,P1=j,N1=H,U1=L,W1=q,O1=A,Z1=s1,G1=Z,X1=O,$1=z,K1=k1,J1=W,Q1=X,Y1=b,_1=g,e2=w,t2=x,c2=F,a2=J,h2=_,o2=m1,y2=t1,n2=C,k2=G,d2=f,r2=P,s2=d1,p2=C1,i2=u,l2=w1,M2=Q,v2=b1,m2=p1,g2=y1,w2=$,x2=g1,f2=L1,I2=o1,u2=e1,C2=Y,b2=h1,z2=i1,j1=z1,L2=T,q2=B,A2=N,j2=D,V2=j1,H2=a1,D2=E,R2=n1,S2=I,T2=I1,B2=K,E2=l1,F2=c1,P2=r1,N2=v1,U2=U;export{w2 as IcAccessToken,n2 as IcAccount,s2 as IcActivation,g2 as IcAddress,z2 as IcBilling,$1 as IcCheck,T1 as IcClose,q2 as IcCode,c2 as IcColumns,A2 as IcContainer,H1 as IcCreate,U2 as IcDatabase,Y1 as IcDate,S1 as IcDelete,S2 as IcDocumentation,J1 as IcDot,U1 as IcDown,I2 as IcEmail,u2 as IcEntitlements,Z1 as IcError,D1 as IcExport,Q1 as IcFilter,W1 as IcFirst,R2 as IcForum,a2 as IcGrip,C2 as IcHome,P2 as IcHostedFloating,h2 as IcInfo,j1 as IcIntergration,O1 as IcLast,P1 as IcLeft,N2 as IcLexFloatServer,k2 as IcLicense,d2 as IcLicenseTemplate,y2 as IcLoader,H2 as IcLogin,b2 as IcLogs,r2 as IcMaintenancePolicy,B2 as IcMeter,j2 as IcMigration,K1 as IcMinus,G1 as IcMoreHorizontal,X1 as IcMoreVertical,F2 as IcNodeLocked,L2 as IcOffline,i2 as IcOrganizations,E2 as IcPassword,D2 as IcPricing,B1 as IcRefresh,m2 as IcRelease,A1 as IcRemove,M2 as IcReseller,F1 as IcRight,l2 as IcRoles,o2 as IcSearch,x2 as IcSettings,_1 as IcSortAsc,e2 as IcSortDesc,t2 as IcSortNone,V2 as IcSso,E1 as IcTag,v2 as IcTeam,T2 as IcTrial,N1 as IcUp,R1 as IcUpdate,p2 as IcUser,f2 as IcWebhook};
322
347
  //# sourceMappingURL=icons.js.map