@bynder/compact-view 5.2.3 → 5.2.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 (253) hide show
  1. package/AccessToken2.js +1 -1
  2. package/ActiveFilters.js +49 -50
  3. package/AddMedia.js +19 -18
  4. package/Advanced.js +13 -13
  5. package/App.js +60 -59
  6. package/Arrow.js +1 -1
  7. package/AssetFilter.js +38 -38
  8. package/AssetItem.js +10 -17
  9. package/AssetList.js +5 -5
  10. package/AssetTypeItem.js +21 -21
  11. package/AssetsView.js +13 -13
  12. package/Axios2.js +82 -76
  13. package/AxiosError.js +36 -35
  14. package/ButtonAction.js +1 -1
  15. package/CanceledError.js +15 -8
  16. package/Card.js +1 -1
  17. package/Chip.js +1 -1
  18. package/CollectionCard.js +22 -22
  19. package/CollectionItem.js +9 -9
  20. package/CollectionList.js +5 -5
  21. package/CollectionView.js +11 -11
  22. package/ColorPicker.js +1 -1
  23. package/ColorPickerSolid.js +3 -3
  24. package/ColorPickerWithOpacity.js +3 -3
  25. package/Component.js +158 -0
  26. package/Component2.js +4 -0
  27. package/ConfigContext.js +7 -8
  28. package/Container.js +1 -1
  29. package/ContextAction.js +1 -1
  30. package/ControlGroup.js +6 -6
  31. package/Dat.js +33 -32
  32. package/DatDropdownItem.js +1 -1
  33. package/DesignSystemProvider.js +7 -7
  34. package/DirectionSelect.js +11 -10
  35. package/DomainInput.js +19 -11
  36. package/Draggable.js +337 -0
  37. package/Draggable2.js +4 -0
  38. package/DraggableCore.js +312 -0
  39. package/DraggableCore2.js +4 -0
  40. package/Dropdown.js +37 -37
  41. package/Dropdown2.js +1 -1
  42. package/DropdownListItem.js +1 -1
  43. package/FieldSelect.js +19 -17
  44. package/FileSelector.js +38 -37
  45. package/FontPicker.js +1 -1
  46. package/Form.js +1 -1
  47. package/Header.js +5 -4
  48. package/HttpStatusCode.js +7 -1
  49. package/InfiniteScroll.js +1 -1
  50. package/InlineBanner.js +1 -1
  51. package/Input.js +1 -1
  52. package/InterceptorManager.js +2 -1
  53. package/Item.js +8 -8
  54. package/Item4.js +2 -2
  55. package/LeftArrow.js +1 -1
  56. package/ListItem2.js +1 -1
  57. package/ModalBase.js +15 -15
  58. package/NoResults.js +1 -1
  59. package/Option_new.js +36 -29
  60. package/ReactPropTypesSecret.js +10 -0
  61. package/RightArrow.js +1 -1
  62. package/SearchInput.js +1 -1
  63. package/SearchInput2.js +1 -1
  64. package/SelectionFooter.js +41 -31
  65. package/Shield.js +2 -2
  66. package/Smartfilters_new.js +107 -98
  67. package/StatefulAssetList.js +50 -50
  68. package/StoreInitializer.js +32 -16
  69. package/SwitchNLS.js +1 -1
  70. package/TagItem.js +15 -15
  71. package/Tags.js +1 -1
  72. package/Toolbar.js +23 -20
  73. package/Tooltip2.js +1 -1
  74. package/ViewSwitch.js +17 -15
  75. package/_commonjsHelpers.js +28 -3
  76. package/adapters.js +54 -42
  77. package/api/filterAssets.d.ts +1 -1
  78. package/api/getAssets.d.ts +1 -1
  79. package/api/getFilters.d.ts +1 -1
  80. package/api/rest/index.d.ts +1 -1
  81. package/api/rest/types.d.ts +1 -1
  82. package/api2.js +1 -1
  83. package/asset.type.js +1 -1
  84. package/autocomplete.js +1 -1
  85. package/axios.js +1 -1
  86. package/bodyScrollLock.esm.js +68 -0
  87. package/buildURL.js +13 -15
  88. package/checkGlobals.js +1 -1
  89. package/cjs.js +7 -0
  90. package/cjs2.js +15 -0
  91. package/cjs3.js +4 -0
  92. package/clsx.m.js +6 -0
  93. package/clsx.m2.js +15 -0
  94. package/combineMetaproperties.js +3 -1
  95. package/composeSignals.js +1 -1
  96. package/cookieStore.js +1 -1
  97. package/cookies.js +13 -11
  98. package/currentScopes.js +1 -1
  99. package/data.js +1 -1
  100. package/devUtils.js +1 -1
  101. package/dispatchRequest.js +5 -5
  102. package/domFns.js +151 -0
  103. package/domFns2.js +4 -0
  104. package/factoryWithThrowingShims.js +52 -0
  105. package/fetch2.js +156 -128
  106. package/filter/AssetFilterContext.d.ts +3 -3
  107. package/filterAssets.js +1 -1
  108. package/getAsset.js +1 -1
  109. package/getAssetCounts.js +1 -1
  110. package/getAssets.js +1 -1
  111. package/getCollections.js +1 -1
  112. package/getFilterOptions.js +1 -1
  113. package/getFilters.js +1 -1
  114. package/getFilters_new.js +1 -1
  115. package/getPrefix.js +35 -0
  116. package/getPrefix2.js +4 -0
  117. package/getSimilarityAssets.js +1 -1
  118. package/goober.modern.js +75 -0
  119. package/handlers.js +1 -1
  120. package/iconBase.js +56 -0
  121. package/iconContext.js +12 -0
  122. package/iconsManifest.js +222 -0
  123. package/index-esm.js +1 -4
  124. package/index.browser.js +1 -1
  125. package/index.m.js +9 -0
  126. package/index.m2.js +17 -0
  127. package/index10.js +18 -2
  128. package/index11.js +181 -15
  129. package/index112.js +1 -1
  130. package/index12.js +313 -36
  131. package/index13.js +5 -2430
  132. package/index14.js +3 -557
  133. package/index15.js +15 -55
  134. package/index16.js +3 -2
  135. package/index17.js +3 -87
  136. package/index18.js +36 -60
  137. package/index19.js +3 -7
  138. package/index20.js +2429 -12
  139. package/index21.js +557 -10
  140. package/index22.js +1 -1
  141. package/index23.js +119 -6
  142. package/index24.js +39 -7
  143. package/index25.js +2 -5
  144. package/index26.js +86 -9
  145. package/index27.js +55 -8
  146. package/index28.js +6 -636
  147. package/index29.js +8692 -74
  148. package/index3.js +1684 -5
  149. package/index30.js +2 -5
  150. package/index31.js +4 -20
  151. package/index310.js +2 -0
  152. package/index32.js +11 -2
  153. package/index33.js +5083 -4
  154. package/index34.js +2 -18
  155. package/index35.js +59 -5
  156. package/index36.js +2 -2
  157. package/index37.js +13 -11
  158. package/index38.js +46 -10
  159. package/index39.js +6 -12
  160. package/index4.js +5 -1684
  161. package/index40.js +8 -11
  162. package/index41.js +26 -18
  163. package/index42.js +2 -64
  164. package/index43.js +63 -5
  165. package/index44.js +9 -55
  166. package/index45.js +7 -67
  167. package/index46.js +8 -31
  168. package/index47.js +5 -11
  169. package/index48.js +10 -121
  170. package/index49.js +9 -86
  171. package/index5.js +215 -23
  172. package/index50.js +636 -7
  173. package/index51.js +74 -11
  174. package/index52.js +4 -13
  175. package/index53.js +19 -13
  176. package/index54.js +4 -6
  177. package/index55.js +18 -7
  178. package/index56.js +5 -14
  179. package/index57.js +10 -28
  180. package/index58.js +10 -15
  181. package/index59.js +15 -0
  182. package/index6.js +250 -299
  183. package/index60.js +13 -0
  184. package/index61.js +21 -0
  185. package/index62.js +8 -0
  186. package/index63.js +57 -0
  187. package/index64.js +4 -0
  188. package/index65.js +69 -0
  189. package/index66.js +33 -0
  190. package/index67.js +13 -0
  191. package/index68.js +123 -0
  192. package/index69.js +88 -0
  193. package/index7.js +22 -5047
  194. package/index70.js +10 -0
  195. package/index71.js +13 -0
  196. package/index72.js +13 -225
  197. package/index73.js +16 -0
  198. package/index74.js +9 -0
  199. package/index75.js +228 -0
  200. package/index76.js +9 -0
  201. package/index77.js +17 -0
  202. package/index78.js +31 -0
  203. package/index79.js +18 -0
  204. package/index8.js +5044 -47
  205. package/index9.js +50 -15
  206. package/isAbsoluteURL.js +1 -1
  207. package/isURLSameOrigin.js +1 -1
  208. package/localization.js +15 -15
  209. package/log.js +14 -0
  210. package/log2.js +4 -0
  211. package/matchRequestUrl.js +1 -1
  212. package/mergeConfig.js +37 -32
  213. package/notify.js +2 -2
  214. package/package.json +1 -1
  215. package/positionFns.js +101 -0
  216. package/positionFns2.js +4 -0
  217. package/react-laag.esm.js +957 -0
  218. package/react.js +8 -8
  219. package/react2.js +9 -9
  220. package/resolveConfig.js +23 -23
  221. package/select/add-media/AddMedia.d.ts +3 -1
  222. package/select/current-selection/SelectedItems.d.ts +1 -1
  223. package/shims.js +29 -0
  224. package/shims2.js +4 -0
  225. package/store/StoreInitializer.d.ts +5 -1
  226. package/store/useAssetFilterStore.d.ts +55 -0
  227. package/store/useSelectionStore.d.ts +47 -0
  228. package/styled-components.browser.esm.js +2 -2
  229. package/throttle.js +1 -1
  230. package/toURLEncodedForm.js +11 -10
  231. package/tokenExpirationHelper.js +1 -1
  232. package/transformData.js +1 -1
  233. package/transitional.js +4 -3
  234. package/useAssetFilterStore.js +152 -0
  235. package/useDatStore.js +1 -1
  236. package/useEffectEvent.js +7 -7
  237. package/useFonts.js +2 -2
  238. package/useOrderingStore.js +1 -1
  239. package/useRouterStore.js +1 -1
  240. package/useSearchStore.js +1 -1
  241. package/useSelectionStore.js +131 -0
  242. package/useSimilaritySearchStore.js +1 -1
  243. package/useTranslate.js +1 -1
  244. package/utils/combineMetaproperties.d.ts +2 -0
  245. package/utils6.js +160 -118
  246. package/utils7.js +7 -68
  247. package/utils8.js +68 -7
  248. package/xhr.js +47 -46
  249. package/AssetFilterContext.js +0 -161
  250. package/SelectionContext.js +0 -143
  251. package/select/SelectionContext.d.ts +0 -30
  252. /package/{Middleware.js → Middleware2.js} +0 -0
  253. /package/{middleware2.js → middleware.js} +0 -0
package/index4.js CHANGED
@@ -1,1686 +1,7 @@
1
- import { jsx as l, jsxs as n } from "react/jsx-runtime";
2
- function o({ size: e = "24px", style: i = {}, ...t }) {
3
- const r = {
4
- verticalAlign: "middle",
5
- ...i
6
- };
7
- return /* @__PURE__ */ l(
8
- "svg",
9
- {
10
- xmlns: "http://www.w3.org/2000/svg",
11
- fill: "currentColor",
12
- viewBox: "0 0 24 24",
13
- width: e,
14
- height: e,
15
- style: r,
16
- "aria-hidden": "true",
17
- ...t,
18
- children: /* @__PURE__ */ l(
19
- "path",
20
- {
21
- fill: "currentColor",
22
- fillRule: "evenodd",
23
- d: "M15 9h2V7h4V5h-4V3h-2v6ZM7 9v2H3v2h4v2h2V9H7Zm6 10v2h-2v-6h2v2h8v2h-8ZM3 19v-2h6v2H3Zm18-8v2H11v-2h10Zm-8-6H3v1.99h10V5Z",
24
- clipRule: "evenodd"
25
- }
26
- )
27
- }
28
- );
29
- }
30
- function c({ size: e = "24px", style: i = {}, ...t }) {
31
- const r = {
32
- verticalAlign: "middle",
33
- ...i
34
- };
35
- return /* @__PURE__ */ n(
36
- "svg",
37
- {
38
- xmlns: "http://www.w3.org/2000/svg",
39
- fill: "currentColor",
40
- viewBox: "0 0 24 24",
41
- width: e,
42
- height: e,
43
- style: r,
44
- "aria-hidden": "true",
45
- ...t,
46
- children: [
47
- /* @__PURE__ */ l("path", { fill: "currentColor", d: "M3 3h2v16h16v2H3V3Z" }),
48
- /* @__PURE__ */ l(
49
- "path",
50
- {
51
- fill: "currentColor",
52
- d: "M7 5c6.627 0 12 5.373 12 12h-2c0-5.523-4.477-10-10-10V5Z"
53
- }
54
- )
55
- ]
56
- }
57
- );
58
- }
59
- function v({ size: e = "24px", style: i = {}, ...t }) {
60
- const r = {
61
- verticalAlign: "middle",
62
- ...i
63
- };
64
- return /* @__PURE__ */ l(
65
- "svg",
66
- {
67
- xmlns: "http://www.w3.org/2000/svg",
68
- fill: "currentColor",
69
- viewBox: "0 0 24 24",
70
- width: e,
71
- height: e,
72
- style: r,
73
- "aria-hidden": "true",
74
- ...t,
75
- children: /* @__PURE__ */ l(
76
- "path",
77
- {
78
- fill: "currentColor",
79
- d: "m20.54 5.23-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27ZM12 17.5 6.5 12H10v-2h4v2h3.5L12 17.5ZM5.12 5l.81-1h12l.94 1H5.12Z"
80
- }
81
- )
82
- }
83
- );
84
- }
85
- function s({ size: e = "24px", style: i = {}, ...t }) {
86
- const r = {
87
- verticalAlign: "middle",
88
- ...i
89
- };
90
- return /* @__PURE__ */ l(
91
- "svg",
92
- {
93
- xmlns: "http://www.w3.org/2000/svg",
94
- fill: "currentColor",
95
- viewBox: "0 0 24 24",
96
- width: e,
97
- height: e,
98
- style: r,
99
- "aria-hidden": "true",
100
- ...t,
101
- children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41Z" })
102
- }
103
- );
104
- }
105
- function d({ size: e = "24px", style: i = {}, ...t }) {
106
- const r = {
107
- verticalAlign: "middle",
108
- ...i
109
- };
110
- return /* @__PURE__ */ l(
111
- "svg",
112
- {
113
- xmlns: "http://www.w3.org/2000/svg",
114
- fill: "currentColor",
115
- viewBox: "0 0 24 24",
116
- width: e,
117
- height: e,
118
- style: r,
119
- "aria-hidden": "true",
120
- ...t,
121
- children: /* @__PURE__ */ l(
122
- "path",
123
- {
124
- fill: "currentColor",
125
- d: "M15.41 16.59 10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41Z"
126
- }
127
- )
128
- }
129
- );
130
- }
131
- function w({ size: e = "24px", style: i = {}, ...t }) {
132
- const r = {
133
- verticalAlign: "middle",
134
- ...i
135
- };
136
- return /* @__PURE__ */ l(
137
- "svg",
138
- {
139
- xmlns: "http://www.w3.org/2000/svg",
140
- fill: "currentColor",
141
- viewBox: "0 0 24 24",
142
- width: e,
143
- height: e,
144
- style: r,
145
- "aria-hidden": "true",
146
- ...t,
147
- children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41Z" })
148
- }
149
- );
150
- }
151
- function a({
152
- size: e = "24px",
153
- style: i = {},
154
- ...t
155
- }) {
156
- const r = {
157
- verticalAlign: "middle",
158
- ...i
159
- };
160
- return /* @__PURE__ */ l(
161
- "svg",
162
- {
163
- xmlns: "http://www.w3.org/2000/svg",
164
- fill: "currentColor",
165
- viewBox: "0 0 24 24",
166
- width: e,
167
- height: e,
168
- style: r,
169
- "aria-hidden": "true",
170
- ...t,
171
- children: /* @__PURE__ */ l(
172
- "path",
173
- {
174
- fill: "currentColor",
175
- d: "M19 12h-2v3h-3v2h5v-5ZM7 9h3V7H5v5h2V9Zm14-6H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Zm0 16.01H3V4.99h18v14.02Z"
176
- }
177
- )
178
- }
179
- );
180
- }
181
- function u({ size: e = "24px", style: i = {}, ...t }) {
182
- const r = {
183
- verticalAlign: "middle",
184
- ...i
185
- };
186
- return /* @__PURE__ */ l(
187
- "svg",
188
- {
189
- xmlns: "http://www.w3.org/2000/svg",
190
- fill: "currentColor",
191
- viewBox: "0 0 24 24",
192
- width: e,
193
- height: e,
194
- style: r,
195
- "aria-hidden": "true",
196
- ...t,
197
- children: /* @__PURE__ */ l(
198
- "path",
199
- {
200
- fill: "currentColor",
201
- d: "M16.56 8.94 7.62 0 6.21 1.41l2.38 2.38-5.15 5.15a1.49 1.49 0 0 0 0 2.12l5.5 5.5c.29.29.68.44 1.06.44s.77-.15 1.06-.44l5.5-5.5c.59-.58.59-1.53 0-2.12ZM5.21 10 10 5.21 14.79 10H5.21ZM19 11.5s-2 2.17-2 3.5c0 1.1.9 2 2 2s2-.9 2-2c0-1.33-2-3.5-2-3.5ZM2 20h20v4H2v-4Z"
202
- }
203
- )
204
- }
205
- );
206
- }
207
- function g({ size: e = "24px", style: i = {}, ...t }) {
208
- const r = {
209
- verticalAlign: "middle",
210
- ...i
211
- };
212
- return /* @__PURE__ */ l(
213
- "svg",
214
- {
215
- xmlns: "http://www.w3.org/2000/svg",
216
- fill: "currentColor",
217
- viewBox: "0 0 24 24",
218
- width: e,
219
- height: e,
220
- style: r,
221
- "aria-hidden": "true",
222
- ...t,
223
- children: /* @__PURE__ */ l(
224
- "path",
225
- {
226
- fill: "currentColor",
227
- d: "M6 13c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Zm-3 .5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5ZM6 5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Zm15 5.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5ZM14 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1Zm0-3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5Zm-11 10c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5Zm7 7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5Zm0-17c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5ZM10 7c.55 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1Zm0 5.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5Zm8 .5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Zm0 4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Zm0-8c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Zm3 8.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5ZM14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Zm0 3.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5Zm-4-12c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5Zm0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1Zm4-4.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5Zm0-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5 1.5-.67 1.5-1.5-.67-1.5-1.5-1.5Z"
228
- }
229
- )
230
- }
231
- );
232
- }
233
- function m({ size: e = "24px", style: i = {}, ...t }) {
234
- const r = {
235
- verticalAlign: "middle",
236
- ...i
237
- };
238
- return /* @__PURE__ */ l(
239
- "svg",
240
- {
241
- xmlns: "http://www.w3.org/2000/svg",
242
- fill: "currentColor",
243
- viewBox: "0 0 24 24",
244
- width: e,
245
- height: e,
246
- style: r,
247
- "aria-hidden": "true",
248
- ...t,
249
- children: /* @__PURE__ */ l(
250
- "path",
251
- {
252
- fill: "currentColor",
253
- d: "M13 7h-2v2h2V7Zm0 4h-2v2h2v-2Zm4 0h-2v2h2v-2ZM3 3v18h18V3H3Zm16 16H5V5h14v14Zm-6-4h-2v2h2v-2Zm-4-4H7v2h2v-2Z"
254
- }
255
- )
256
- }
257
- );
258
- }
259
- function Z({ size: e = "24px", style: i = {}, ...t }) {
260
- const r = {
261
- verticalAlign: "middle",
262
- ...i
263
- };
264
- return /* @__PURE__ */ l(
265
- "svg",
266
- {
267
- xmlns: "http://www.w3.org/2000/svg",
268
- fill: "currentColor",
269
- viewBox: "0 0 24 24",
270
- width: e,
271
- height: e,
272
- style: r,
273
- "aria-hidden": "true",
274
- ...t,
275
- children: /* @__PURE__ */ l(
276
- "path",
277
- {
278
- fill: "currentColor",
279
- d: "M9 11H7v2h2v-2Zm4 4h-2v2h2v-2ZM9 3H7v2h2V3Zm4 8h-2v2h2v-2ZM5 3H3v2h2V3Zm8 4h-2v2h2V7Zm4 4h-2v2h2v-2Zm-4-8h-2v2h2V3Zm4 0h-2v2h2V3Zm2 10h2v-2h-2v2Zm0 4h2v-2h-2v2ZM5 7H3v2h2V7Zm14-4v2h2V3h-2Zm0 6h2V7h-2v2ZM5 11H3v2h2v-2ZM3 21h18v-2H3v2Zm2-6H3v2h2v-2Z"
280
- }
281
- )
282
- }
283
- );
284
- }
285
- function p({ size: e = "24px", style: i = {}, ...t }) {
286
- const r = {
287
- verticalAlign: "middle",
288
- ...i
289
- };
290
- return /* @__PURE__ */ l(
291
- "svg",
292
- {
293
- xmlns: "http://www.w3.org/2000/svg",
294
- fill: "currentColor",
295
- viewBox: "0 0 24 24",
296
- width: e,
297
- height: e,
298
- style: r,
299
- "aria-hidden": "true",
300
- ...t,
301
- children: /* @__PURE__ */ l(
302
- "path",
303
- {
304
- fill: "currentColor",
305
- d: "M11 21h2v-2h-2v2Zm0-4h2v-2h-2v2Zm0-12h2V3h-2v2Zm0 4h2V7h-2v2Zm0 4h2v-2h-2v2Zm-4 8h2v-2H7v2ZM7 5h2V3H7v2Zm0 8h2v-2H7v2Zm-4 8h2V3H3v18ZM19 9h2V7h-2v2Zm-4 12h2v-2h-2v2Zm4-4h2v-2h-2v2Zm0-14v2h2V3h-2Zm0 10h2v-2h-2v2Zm0 8h2v-2h-2v2Zm-4-8h2v-2h-2v2Zm0-8h2V3h-2v2Z"
306
- }
307
- )
308
- }
309
- );
310
- }
311
- function f({ size: e = "24px", style: i = {}, ...t }) {
312
- const r = {
313
- verticalAlign: "middle",
314
- ...i
315
- };
316
- return /* @__PURE__ */ l(
317
- "svg",
318
- {
319
- xmlns: "http://www.w3.org/2000/svg",
320
- fill: "currentColor",
321
- viewBox: "0 0 24 24",
322
- width: e,
323
- height: e,
324
- style: r,
325
- "aria-hidden": "true",
326
- ...t,
327
- children: /* @__PURE__ */ l(
328
- "path",
329
- {
330
- fill: "currentColor",
331
- d: "M7 21h2v-2H7v2ZM3 5h2V3H3v2Zm4 0h2V3H7v2Zm0 8h2v-2H7v2Zm-4 8h2v-2H3v2Zm8 0h2v-2h-2v2Zm-8-8h2v-2H3v2Zm0 4h2v-2H3v2Zm0-8h2V7H3v2Zm8 8h2v-2h-2v2Zm4-4h2v-2h-2v2Zm4-10v18h2V3h-2Zm-4 18h2v-2h-2v2Zm0-16h2V3h-2v2Zm-4 8h2v-2h-2v2Zm0-8h2V3h-2v2Zm0 4h2V7h-2v2Z"
332
- }
333
- )
334
- }
335
- );
336
- }
337
- function x({ size: e = "24px", style: i = {}, ...t }) {
338
- const r = {
339
- verticalAlign: "middle",
340
- ...i
341
- };
342
- return /* @__PURE__ */ l(
343
- "svg",
344
- {
345
- xmlns: "http://www.w3.org/2000/svg",
346
- fill: "currentColor",
347
- viewBox: "0 0 24 24",
348
- width: e,
349
- height: e,
350
- style: r,
351
- "aria-hidden": "true",
352
- ...t,
353
- children: /* @__PURE__ */ l(
354
- "path",
355
- {
356
- fill: "currentColor",
357
- d: "M7 21h2v-2H7v2Zm0-8h2v-2H7v2Zm4 0h2v-2h-2v2Zm0 8h2v-2h-2v2Zm-8-4h2v-2H3v2Zm0 4h2v-2H3v2Zm0-8h2v-2H3v2Zm0-4h2V7H3v2Zm8 8h2v-2h-2v2Zm8-8h2V7h-2v2Zm0 4h2v-2h-2v2ZM3 3v2h18V3H3Zm16 14h2v-2h-2v2Zm-4 4h2v-2h-2v2ZM11 9h2V7h-2v2Zm8 12h2v-2h-2v2Zm-4-8h2v-2h-2v2Z"
358
- }
359
- )
360
- }
361
- );
362
- }
363
- function C({ size: e = "24px", style: i = {}, ...t }) {
364
- const r = {
365
- verticalAlign: "middle",
366
- ...i
367
- };
368
- return /* @__PURE__ */ l(
369
- "svg",
370
- {
371
- xmlns: "http://www.w3.org/2000/svg",
372
- fill: "currentColor",
373
- viewBox: "0 0 24 24",
374
- width: e,
375
- height: e,
376
- style: r,
377
- "aria-hidden": "true",
378
- ...t,
379
- children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M4 5h16v2H4V5ZM4 9h16v3H4V9ZM20 14H4v5h16v-5Z" })
380
- }
381
- );
382
- }
383
- function y({ size: e = "24px", style: i = {}, ...t }) {
384
- const r = {
385
- verticalAlign: "middle",
386
- ...i
387
- };
388
- return /* @__PURE__ */ n(
389
- "svg",
390
- {
391
- xmlns: "http://www.w3.org/2000/svg",
392
- fill: "currentColor",
393
- viewBox: "0 0 24 24",
394
- width: e,
395
- height: e,
396
- style: r,
397
- "aria-hidden": "true",
398
- ...t,
399
- children: [
400
- /* @__PURE__ */ l("path", { fill: "currentColor", d: "M15.2 12a3.2 3.2 0 1 1-6.4 0 3.2 3.2 0 0 1 6.4 0Z" }),
401
- /* @__PURE__ */ l(
402
- "path",
403
- {
404
- fill: "currentColor",
405
- fillRule: "evenodd",
406
- d: "M7.17 4 9 2h6l1.83 2H20c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h3.17ZM7 12c0 2.76 2.24 5 5 5s5-2.24 5-5-2.24-5-5-5-5 2.24-5 5Z",
407
- clipRule: "evenodd"
408
- }
409
- )
410
- ]
411
- }
412
- );
413
- }
414
- function V({ size: e = "24px", style: i = {}, ...t }) {
415
- const r = {
416
- verticalAlign: "middle",
417
- ...i
418
- };
419
- return /* @__PURE__ */ l(
420
- "svg",
421
- {
422
- xmlns: "http://www.w3.org/2000/svg",
423
- fill: "currentColor",
424
- viewBox: "0 0 24 24",
425
- width: e,
426
- height: e,
427
- style: r,
428
- "aria-hidden": "true",
429
- ...t,
430
- children: /* @__PURE__ */ l(
431
- "path",
432
- {
433
- fill: "currentColor",
434
- d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z"
435
- }
436
- )
437
- }
438
- );
439
- }
440
- function M({ size: e = "24px", style: i = {}, ...t }) {
441
- const r = {
442
- verticalAlign: "middle",
443
- ...i
444
- };
445
- return /* @__PURE__ */ l(
446
- "svg",
447
- {
448
- xmlns: "http://www.w3.org/2000/svg",
449
- fill: "currentColor",
450
- viewBox: "0 0 24 24",
451
- width: e,
452
- height: e,
453
- style: r,
454
- "aria-hidden": "true",
455
- ...t,
456
- children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "m7 10 5 5 5-5H7Z" })
457
- }
458
- );
459
- }
460
- function H({ size: e = "24px", style: i = {}, ...t }) {
461
- const r = {
462
- verticalAlign: "middle",
463
- ...i
464
- };
465
- return /* @__PURE__ */ l(
466
- "svg",
467
- {
468
- xmlns: "http://www.w3.org/2000/svg",
469
- fill: "currentColor",
470
- viewBox: "0 0 24 24",
471
- width: e,
472
- height: e,
473
- style: r,
474
- "aria-hidden": "true",
475
- ...t,
476
- children: /* @__PURE__ */ l(
477
- "path",
478
- {
479
- fill: "currentColor",
480
- d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17Z"
481
- }
482
- )
483
- }
484
- );
485
- }
486
- function A({ size: e = "24px", style: i = {}, ...t }) {
487
- const r = {
488
- verticalAlign: "middle",
489
- ...i
490
- };
491
- return /* @__PURE__ */ l(
492
- "svg",
493
- {
494
- xmlns: "http://www.w3.org/2000/svg",
495
- fill: "currentColor",
496
- viewBox: "0 0 24 24",
497
- width: e,
498
- height: e,
499
- style: r,
500
- "aria-hidden": "true",
501
- ...t,
502
- children: /* @__PURE__ */ l(
503
- "path",
504
- {
505
- fill: "currentColor",
506
- fillRule: "evenodd",
507
- d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2Zm-1.4 14.6 7.05-7.05-1.4-1.4-5.65 5.65-2.85-2.85-1.4 1.4 4.25 4.25Z",
508
- clipRule: "evenodd"
509
- }
510
- )
511
- }
512
- );
513
- }
514
- function B({ size: e = "24px", style: i = {}, ...t }) {
515
- const r = {
516
- verticalAlign: "middle",
517
- ...i
518
- };
519
- return /* @__PURE__ */ l(
520
- "svg",
521
- {
522
- xmlns: "http://www.w3.org/2000/svg",
523
- fill: "currentColor",
524
- viewBox: "0 0 24 24",
525
- width: e,
526
- height: e,
527
- style: r,
528
- "aria-hidden": "true",
529
- ...t,
530
- children: /* @__PURE__ */ l(
531
- "path",
532
- {
533
- fill: "currentColor",
534
- fillRule: "evenodd",
535
- d: "M12 19a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm0 2a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z",
536
- clipRule: "evenodd"
537
- }
538
- )
539
- }
540
- );
541
- }
542
- function I({ size: e = "24px", style: i = {}, ...t }) {
543
- const r = {
544
- verticalAlign: "middle",
545
- ...i
546
- };
547
- return /* @__PURE__ */ l(
548
- "svg",
549
- {
550
- xmlns: "http://www.w3.org/2000/svg",
551
- fill: "currentColor",
552
- viewBox: "0 0 24 24",
553
- width: e,
554
- height: e,
555
- style: r,
556
- "aria-hidden": "true",
557
- ...t,
558
- children: /* @__PURE__ */ l(
559
- "path",
560
- {
561
- fill: "currentColor",
562
- d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2Zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59Z"
563
- }
564
- )
565
- }
566
- );
567
- }
568
- function z({ size: e = "24px", style: i = {}, ...t }) {
569
- const r = {
570
- verticalAlign: "middle",
571
- ...i
572
- };
573
- return /* @__PURE__ */ l(
574
- "svg",
575
- {
576
- xmlns: "http://www.w3.org/2000/svg",
577
- fill: "currentColor",
578
- viewBox: "0 0 24 24",
579
- width: e,
580
- height: e,
581
- style: r,
582
- "aria-hidden": "true",
583
- ...t,
584
- children: /* @__PURE__ */ l(
585
- "path",
586
- {
587
- fill: "currentColor",
588
- fillRule: "evenodd",
589
- d: "M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2Zm-11-4 2.03 2.71L16 11l4 5H8l3-4Zm-9 8V6h2v14h14v2H4c-1.1 0-2-.9-2-2Z",
590
- clipRule: "evenodd"
591
- }
592
- )
593
- }
594
- );
595
- }
596
- function L({ size: e = "24px", style: i = {}, ...t }) {
597
- const r = {
598
- verticalAlign: "middle",
599
- ...i
600
- };
601
- return /* @__PURE__ */ l(
602
- "svg",
603
- {
604
- xmlns: "http://www.w3.org/2000/svg",
605
- fill: "currentColor",
606
- viewBox: "0 0 24 24",
607
- width: e,
608
- height: e,
609
- style: r,
610
- "aria-hidden": "true",
611
- ...t,
612
- children: /* @__PURE__ */ l(
613
- "path",
614
- {
615
- fill: "currentColor",
616
- d: "m20.71 5.63-2.34-2.34a.996.996 0 0 0-1.41 0l-3.12 3.12-1.93-1.91-1.41 1.41 1.42 1.42L3 16.25V21h4.75l8.92-8.92 1.42 1.42 1.41-1.41-1.92-1.92 3.12-3.12c.4-.4.4-1.03.01-1.42ZM6.92 19 5 17.08l8.06-8.06 1.92 1.92L6.92 19Z"
617
- }
618
- )
619
- }
620
- );
621
- }
622
- function R({ size: e = "24px", style: i = {}, ...t }) {
623
- const r = {
624
- verticalAlign: "middle",
625
- ...i
626
- };
627
- return /* @__PURE__ */ n(
628
- "svg",
629
- {
630
- xmlns: "http://www.w3.org/2000/svg",
631
- fill: "currentColor",
632
- viewBox: "0 0 24 24",
633
- width: e,
634
- height: e,
635
- style: r,
636
- "aria-hidden": "true",
637
- ...t,
638
- children: [
639
- /* @__PURE__ */ l(
640
- "path",
641
- {
642
- fill: "currentColor",
643
- d: "M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5Zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2Zm0 16H7V3h14v14Z"
644
- }
645
- ),
646
- /* @__PURE__ */ l(
647
- "path",
648
- {
649
- fill: "currentColor",
650
- d: "M12.778 6.283 14 5l1.222 1.283.004.004.008.008.025.027a13.827 13.827 0 0 1 .386.43c.243.282.57.676.899 1.128.326.447.674.976.945 1.523.26.523.511 1.182.511 1.857 0 1.942-1.668 3.74-4 3.74s-4-1.798-4-3.74c0-.675.25-1.334.51-1.857.272-.547.62-1.076.947-1.523a17.709 17.709 0 0 1 1.284-1.558l.025-.027.008-.008.004-.004Z"
651
- }
652
- )
653
- ]
654
- }
655
- );
656
- }
657
- function S({ size: e = "24px", style: i = {}, ...t }) {
658
- const r = {
659
- verticalAlign: "middle",
660
- ...i
661
- };
662
- return /* @__PURE__ */ l(
663
- "svg",
664
- {
665
- xmlns: "http://www.w3.org/2000/svg",
666
- fill: "currentColor",
667
- viewBox: "0 0 24 24",
668
- width: e,
669
- height: e,
670
- style: r,
671
- "aria-hidden": "true",
672
- ...t,
673
- children: /* @__PURE__ */ l(
674
- "path",
675
- {
676
- fill: "currentColor",
677
- d: "M15 21h2v-2h-2v2Zm4-12h2V7h-2v2ZM3 5v14c0 1.1.9 2 2 2h4v-2H5V5h4V3H5c-1.1 0-2 .9-2 2Zm16-2v2h2c0-1.1-.9-2-2-2Zm-8 20h2V1h-2v22Zm8-6h2v-2h-2v2ZM15 5h2V3h-2v2Zm4 8h2v-2h-2v2Zm0 8c1.1 0 2-.9 2-2h-2v2Z"
678
- }
679
- )
680
- }
681
- );
682
- }
683
- function k({ size: e = "24px", style: i = {}, ...t }) {
684
- const r = {
685
- verticalAlign: "middle",
686
- ...i
687
- };
688
- return /* @__PURE__ */ l(
689
- "svg",
690
- {
691
- xmlns: "http://www.w3.org/2000/svg",
692
- fill: "currentColor",
693
- viewBox: "0 0 24 24",
694
- width: e,
695
- height: e,
696
- style: r,
697
- "aria-hidden": "true",
698
- ...t,
699
- children: /* @__PURE__ */ l(
700
- "path",
701
- {
702
- fill: "currentColor",
703
- d: "M12 21c-2.217 0-4.104-.77-5.662-2.313C4.779 17.146 4 15.284 4 13.1c0-1.1.208-2.117.625-3.05a8.288 8.288 0 0 1 1.725-2.5L12 2l5.65 5.55a8.289 8.289 0 0 1 1.725 2.5c.417.933.625 1.95.625 3.05 0 2.183-.78 4.046-2.337 5.588C16.104 20.229 14.217 21 12 21Zm0-2V4.8L7.75 9a5.466 5.466 0 0 0-1.313 1.863A5.7 5.7 0 0 0 6 13.1c0 1.617.583 3.004 1.75 4.162C8.917 18.421 10.333 19 12 19Z"
704
- }
705
- )
706
- }
707
- );
708
- }
709
- function D({ size: e = "24px", style: i = {}, ...t }) {
710
- const r = {
711
- verticalAlign: "middle",
712
- ...i
713
- };
714
- return /* @__PURE__ */ l(
715
- "svg",
716
- {
717
- xmlns: "http://www.w3.org/2000/svg",
718
- fill: "currentColor",
719
- viewBox: "0 0 24 24",
720
- width: e,
721
- height: e,
722
- style: r,
723
- "aria-hidden": "true",
724
- ...t,
725
- children: /* @__PURE__ */ l(
726
- "path",
727
- {
728
- fill: "currentColor",
729
- fillRule: "evenodd",
730
- d: "M7 1v16h16v2h-4v4h-2v-4H7c-1.1 0-2-.9-2-2V7H1V5h4V1h2Zm12 14h-2V7H9V5h8c1.1 0 2 .9 2 2v8Z",
731
- clipRule: "evenodd"
732
- }
733
- )
734
- }
735
- );
736
- }
737
- function E({ size: e = "24px", style: i = {}, ...t }) {
738
- const r = {
739
- verticalAlign: "middle",
740
- ...i
741
- };
742
- return /* @__PURE__ */ l(
743
- "svg",
744
- {
745
- xmlns: "http://www.w3.org/2000/svg",
746
- fill: "currentColor",
747
- viewBox: "0 0 24 24",
748
- width: e,
749
- height: e,
750
- style: r,
751
- "aria-hidden": "true",
752
- ...t,
753
- children: /* @__PURE__ */ l(
754
- "path",
755
- {
756
- fill: "currentColor",
757
- fillRule: "evenodd",
758
- d: "M9.64 7.64c.23-.5.36-1.05.36-1.64 0-2.21-1.79-4-4-4S2 3.79 2 6s1.79 4 4 4c.59 0 1.14-.13 1.64-.36L10 12l-2.36 2.36C7.14 14.13 6.59 14 6 14c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4c0-.59-.13-1.14-.36-1.64L12 14l7 7h3v-1L9.64 7.64ZM6 8a2 2 0 1 1-.001-3.999A2 2 0 0 1 6 8ZM4 18a2 2 0 1 0 3.999.001A2 2 0 0 0 4 18Zm8-5.5c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5ZM13 9l6-6h3v1l-7 7-2-2Z",
759
- clipRule: "evenodd"
760
- }
761
- )
762
- }
763
- );
764
- }
765
- function F({ size: e = "24px", style: i = {}, ...t }) {
766
- const r = {
767
- verticalAlign: "middle",
768
- ...i
769
- };
770
- return /* @__PURE__ */ l(
771
- "svg",
772
- {
773
- xmlns: "http://www.w3.org/2000/svg",
774
- fill: "currentColor",
775
- viewBox: "0 0 24 24",
776
- width: e,
777
- height: e,
778
- style: r,
779
- "aria-hidden": "true",
780
- ...t,
781
- children: /* @__PURE__ */ l(
782
- "path",
783
- {
784
- fill: "currentColor",
785
- fillRule: "evenodd",
786
- d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm-1 15v-2h2v2h-2Zm0-10v6h2V7h-2Z",
787
- clipRule: "evenodd"
788
- }
789
- )
790
- }
791
- );
792
- }
793
- function O({ size: e = "24px", style: i = {}, ...t }) {
794
- const r = {
795
- verticalAlign: "middle",
796
- ...i
797
- };
798
- return /* @__PURE__ */ n(
799
- "svg",
800
- {
801
- xmlns: "http://www.w3.org/2000/svg",
802
- fill: "currentColor",
803
- viewBox: "0 0 24 24",
804
- width: e,
805
- height: e,
806
- style: r,
807
- "aria-hidden": "true",
808
- ...t,
809
- children: [
810
- /* @__PURE__ */ l(
811
- "path",
812
- {
813
- fill: "currentColor",
814
- fillRule: "evenodd",
815
- d: "M12 4c-4.415 0-8 3.585-8 8s3.585 8 8 8 8-3.585 8-8-3.585-8-8-8ZM2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12Z",
816
- clipRule: "evenodd"
817
- }
818
- ),
819
- /* @__PURE__ */ l("path", { fill: "currentColor", d: "M13 15h-2v2h2v-2ZM13 7h-2v6h2V7Z" })
820
- ]
821
- }
822
- );
823
- }
824
- function P({ size: e = "24px", style: i = {}, ...t }) {
825
- const r = {
826
- verticalAlign: "middle",
827
- ...i
828
- };
829
- return /* @__PURE__ */ l(
830
- "svg",
831
- {
832
- xmlns: "http://www.w3.org/2000/svg",
833
- fill: "currentColor",
834
- viewBox: "0 0 24 24",
835
- width: e,
836
- height: e,
837
- style: r,
838
- "aria-hidden": "true",
839
- ...t,
840
- children: /* @__PURE__ */ l(
841
- "path",
842
- {
843
- fill: "currentColor",
844
- d: "M10.09 15.59 11.5 17l5-5-5-5-1.41 1.41L12.67 11H3v2h9.67l-2.58 2.59ZM19 3H5a2 2 0 0 0-2 2v4h2V5h14v14H5v-4H3v4a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2Z"
845
- }
846
- )
847
- }
848
- );
849
- }
850
- function W({ size: e = "24px", style: i = {}, ...t }) {
851
- const r = {
852
- verticalAlign: "middle",
853
- ...i
854
- };
855
- return /* @__PURE__ */ l(
856
- "svg",
857
- {
858
- xmlns: "http://www.w3.org/2000/svg",
859
- fill: "currentColor",
860
- viewBox: "0 0 24 24",
861
- width: e,
862
- height: e,
863
- style: r,
864
- "aria-hidden": "true",
865
- ...t,
866
- children: /* @__PURE__ */ l(
867
- "path",
868
- {
869
- fill: "currentColor",
870
- d: "M6 2c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6H6Zm7 7V3.5L18.5 9H13Z"
871
- }
872
- )
873
- }
874
- );
875
- }
876
- function j({ size: e = "24px", style: i = {}, ...t }) {
877
- const r = {
878
- verticalAlign: "middle",
879
- ...i
880
- };
881
- return /* @__PURE__ */ l(
882
- "svg",
883
- {
884
- xmlns: "http://www.w3.org/2000/svg",
885
- fill: "currentColor",
886
- viewBox: "0 0 24 24",
887
- width: e,
888
- height: e,
889
- style: r,
890
- "aria-hidden": "true",
891
- ...t,
892
- children: /* @__PURE__ */ l(
893
- "path",
894
- {
895
- fill: "currentColor",
896
- d: "M17 4h3c1.1 0 2 .9 2 2v2h-2V6h-3V4ZM4 8V6h3V4H4c-1.1 0-2 .9-2 2v2h2Zm16 8v2h-3v2h3c1.1 0 2-.9 2-2v-2h-2ZM7 18H4v-2H2v2c0 1.1.9 2 2 2h3v-2ZM18 8H6v8h12V8Z"
897
- }
898
- )
899
- }
900
- );
901
- }
902
- function N({ size: e = "24px", style: i = {}, ...t }) {
903
- const r = {
904
- verticalAlign: "middle",
905
- ...i
906
- };
907
- return /* @__PURE__ */ l(
908
- "svg",
909
- {
910
- xmlns: "http://www.w3.org/2000/svg",
911
- fill: "currentColor",
912
- viewBox: "0 0 24 24",
913
- width: e,
914
- height: e,
915
- style: r,
916
- "aria-hidden": "true",
917
- ...t,
918
- children: /* @__PURE__ */ l(
919
- "path",
920
- {
921
- fill: "currentColor",
922
- d: "M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2Z"
923
- }
924
- )
925
- }
926
- );
927
- }
928
- function Q({ size: e = "24px", style: i = {}, ...t }) {
929
- const r = {
930
- verticalAlign: "middle",
931
- ...i
932
- };
933
- return /* @__PURE__ */ l(
934
- "svg",
935
- {
936
- xmlns: "http://www.w3.org/2000/svg",
937
- fill: "currentColor",
938
- viewBox: "0 0 24 24",
939
- width: e,
940
- height: e,
941
- style: r,
942
- "aria-hidden": "true",
943
- ...t,
944
- children: /* @__PURE__ */ l(
945
- "path",
946
- {
947
- fill: "currentColor",
948
- fillRule: "evenodd",
949
- d: "M2.5 7V4h13v3h-5v12h-3V7h-5Zm10 2h9v3h-3v7h-3v-7h-3V9Z",
950
- clipRule: "evenodd"
951
- }
952
- )
953
- }
954
- );
955
- }
956
- function T({ size: e = "24px", style: i = {}, ...t }) {
957
- const r = {
958
- verticalAlign: "middle",
959
- ...i
960
- };
961
- return /* @__PURE__ */ l(
962
- "svg",
963
- {
964
- xmlns: "http://www.w3.org/2000/svg",
965
- fill: "currentColor",
966
- viewBox: "0 0 24 24",
967
- width: e,
968
- height: e,
969
- style: r,
970
- "aria-hidden": "true",
971
- ...t,
972
- children: /* @__PURE__ */ l(
973
- "path",
974
- {
975
- fill: "currentColor",
976
- fillRule: "evenodd",
977
- d: "m2.01 3.87 1.41-1.42L21.15 20.2l-1.41 1.41-3.43-3.43c-1.34.52-2.79.82-4.31.82-5 0-9.27-3.11-11-7.5.77-1.97 2.06-3.67 3.69-4.95L2.01 3.87ZM17 11.5c0-2.76-2.24-5-5-5-.51 0-1 .1-1.47.24L8.36 4.57C9.51 4.2 10.73 4 12 4c5 0 9.27 3.11 11 7.49-.69 1.76-1.79 3.3-3.18 4.53l-3.06-3.06c.14-.46.24-.95.24-1.46Zm-5 5c-2.76 0-5-2.24-5-5 0-.77.18-1.5.49-2.14l1.57 1.57c-.03.18-.06.37-.06.57 0 1.66 1.34 3 3 3 .2 0 .38-.03.57-.07L14.14 16c-.65.32-1.37.5-2.14.5Zm2.97-5.33a2.97 2.97 0 0 0-2.64-2.64l2.64 2.64Z",
978
- clipRule: "evenodd"
979
- }
980
- )
981
- }
982
- );
983
- }
984
- function U({
985
- size: e = "24px",
986
- style: i = {},
987
- ...t
988
- }) {
989
- const r = {
990
- verticalAlign: "middle",
991
- ...i
992
- };
993
- return /* @__PURE__ */ l(
994
- "svg",
995
- {
996
- xmlns: "http://www.w3.org/2000/svg",
997
- fill: "currentColor",
998
- viewBox: "0 0 24 24",
999
- width: e,
1000
- height: e,
1001
- style: r,
1002
- "aria-hidden": "true",
1003
- ...t,
1004
- children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M5 8H3v8h2v-3h14v3h2V8h-2v3H5V8Z" })
1005
- }
1006
- );
1007
- }
1008
- function q({ size: e = "24px", style: i = {}, ...t }) {
1009
- const r = {
1010
- verticalAlign: "middle",
1011
- ...i
1012
- };
1013
- return /* @__PURE__ */ l(
1014
- "svg",
1015
- {
1016
- xmlns: "http://www.w3.org/2000/svg",
1017
- fill: "currentColor",
1018
- viewBox: "0 0 24 24",
1019
- width: e,
1020
- height: e,
1021
- style: r,
1022
- "aria-hidden": "true",
1023
- ...t,
1024
- children: /* @__PURE__ */ l(
1025
- "path",
1026
- {
1027
- fill: "currentColor",
1028
- fillRule: "evenodd",
1029
- d: "M19 3c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14Zm-8 13.51L8.5 13.5 5 18h14l-4.5-6-3.5 4.51Z",
1030
- clipRule: "evenodd"
1031
- }
1032
- )
1033
- }
1034
- );
1035
- }
1036
- function _({ size: e = "24px", style: i = {}, ...t }) {
1037
- const r = {
1038
- verticalAlign: "middle",
1039
- ...i
1040
- };
1041
- return /* @__PURE__ */ l(
1042
- "svg",
1043
- {
1044
- xmlns: "http://www.w3.org/2000/svg",
1045
- fill: "currentColor",
1046
- viewBox: "0 0 24 24",
1047
- width: e,
1048
- height: e,
1049
- style: r,
1050
- "aria-hidden": "true",
1051
- ...t,
1052
- children: /* @__PURE__ */ l(
1053
- "path",
1054
- {
1055
- fill: "currentColor",
1056
- d: "m15.96 10.29-2.75 3.54-1.96-2.36L8.5 15h11l-3.54-4.71ZM3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5Zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2Zm0 16H7V3h14v14Z"
1057
- }
1058
- )
1059
- }
1060
- );
1061
- }
1062
- function $({ size: e = "24px", style: i = {}, ...t }) {
1063
- const r = {
1064
- verticalAlign: "middle",
1065
- ...i
1066
- };
1067
- return /* @__PURE__ */ l(
1068
- "svg",
1069
- {
1070
- xmlns: "http://www.w3.org/2000/svg",
1071
- fill: "currentColor",
1072
- viewBox: "0 0 24 24",
1073
- width: e,
1074
- height: e,
1075
- style: r,
1076
- "aria-hidden": "true",
1077
- ...t,
1078
- children: /* @__PURE__ */ l(
1079
- "path",
1080
- {
1081
- fill: "currentColor",
1082
- fillRule: "evenodd",
1083
- d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm-1 15v-6h2v6h-2Zm0-10v2h2V7h-2Z",
1084
- clipRule: "evenodd"
1085
- }
1086
- )
1087
- }
1088
- );
1089
- }
1090
- function b({ size: e = "24px", style: i = {}, ...t }) {
1091
- const r = {
1092
- verticalAlign: "middle",
1093
- ...i
1094
- };
1095
- return /* @__PURE__ */ l(
1096
- "svg",
1097
- {
1098
- xmlns: "http://www.w3.org/2000/svg",
1099
- fill: "currentColor",
1100
- viewBox: "0 0 24 24",
1101
- width: e,
1102
- height: e,
1103
- style: r,
1104
- "aria-hidden": "true",
1105
- ...t,
1106
- children: /* @__PURE__ */ l(
1107
- "path",
1108
- {
1109
- fill: "currentColor",
1110
- d: "M4.646 18.015a1.5 1.5 0 0 1 2.322-1.9A6.5 6.5 0 1 0 12 5.5a1.5 1.5 0 0 1 0-3.001 9.5 9.5 0 1 1-7.354 15.515Z"
1111
- }
1112
- )
1113
- }
1114
- );
1115
- }
1116
- function G({ size: e = "24px", style: i = {}, ...t }) {
1117
- const r = {
1118
- verticalAlign: "middle",
1119
- ...i
1120
- };
1121
- return /* @__PURE__ */ l(
1122
- "svg",
1123
- {
1124
- xmlns: "http://www.w3.org/2000/svg",
1125
- fill: "currentColor",
1126
- viewBox: "0 0 24 24",
1127
- width: e,
1128
- height: e,
1129
- style: r,
1130
- "aria-hidden": "true",
1131
- ...t,
1132
- children: /* @__PURE__ */ l(
1133
- "path",
1134
- {
1135
- fill: "currentColor",
1136
- d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Z"
1137
- }
1138
- )
1139
- }
1140
- );
1141
- }
1142
- function J({ size: e = "24px", style: i = {}, ...t }) {
1143
- const r = {
1144
- verticalAlign: "middle",
1145
- ...i
1146
- };
1147
- return /* @__PURE__ */ l(
1148
- "svg",
1149
- {
1150
- xmlns: "http://www.w3.org/2000/svg",
1151
- fill: "currentColor",
1152
- viewBox: "0 0 24 24",
1153
- width: e,
1154
- height: e,
1155
- style: r,
1156
- "aria-hidden": "true",
1157
- ...t,
1158
- children: /* @__PURE__ */ l(
1159
- "path",
1160
- {
1161
- fill: "currentColor",
1162
- d: "m12.7 14.05 5.65-5.65-1.4-1.45-4.25 4.25-2.15-2.1-1.4 1.4 3.55 3.55ZM8 18c-.55 0-1.02-.196-1.412-.587A1.926 1.926 0 0 1 6 16V4c0-.55.196-1.02.588-1.413A1.926 1.926 0 0 1 8 2h12c.55 0 1.02.196 1.413.587C21.803 2.98 22 3.45 22 4v12c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0 1 20 18H8Zm0-2h12V4H8v12Zm-4 6c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 2 20V6h2v14h14v2H4Z"
1163
- }
1164
- )
1165
- }
1166
- );
1167
- }
1168
- function K({ size: e = "24px", style: i = {}, ...t }) {
1169
- const r = {
1170
- verticalAlign: "middle",
1171
- ...i
1172
- };
1173
- return /* @__PURE__ */ l(
1174
- "svg",
1175
- {
1176
- xmlns: "http://www.w3.org/2000/svg",
1177
- fill: "currentColor",
1178
- viewBox: "0 0 24 24",
1179
- width: e,
1180
- height: e,
1181
- style: r,
1182
- "aria-hidden": "true",
1183
- ...t,
1184
- children: /* @__PURE__ */ l(
1185
- "path",
1186
- {
1187
- fill: "currentColor",
1188
- d: "M12 21c-2.217 0-4.104-.767-5.662-2.3C4.779 17.167 4 15.3 4 13.1c0-1.05.204-2.054.612-3.012A7.784 7.784 0 0 1 6.35 7.55L12 2l5.65 5.55c.75.733 1.33 1.58 1.738 2.538.408.958.612 1.962.612 3.012 0 2.2-.78 4.067-2.337 5.6C16.104 20.233 14.217 21 12 21Zm-6-7.9h12c0-.783-.15-1.53-.45-2.237A5.453 5.453 0 0 0 16.25 9L12 4.8 7.75 9c-.567.533-1 1.154-1.3 1.863-.3.708-.45 1.454-.45 2.237Z"
1189
- }
1190
- )
1191
- }
1192
- );
1193
- }
1194
- function X({ size: e = "24px", style: i = {}, ...t }) {
1195
- const r = {
1196
- verticalAlign: "middle",
1197
- ...i
1198
- };
1199
- return /* @__PURE__ */ l(
1200
- "svg",
1201
- {
1202
- xmlns: "http://www.w3.org/2000/svg",
1203
- fill: "currentColor",
1204
- viewBox: "0 0 24 24",
1205
- width: e,
1206
- height: e,
1207
- style: r,
1208
- "aria-hidden": "true",
1209
- ...t,
1210
- children: /* @__PURE__ */ l(
1211
- "path",
1212
- {
1213
- fill: "currentColor",
1214
- fillRule: "evenodd",
1215
- d: "M5 5v14h14v-7h2v7c0 1.1-.9 2-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7v2H5Zm9 0V3h7v7h-2V6.41l-9.83 9.83-1.41-1.41L17.59 5H14Z",
1216
- clipRule: "evenodd"
1217
- }
1218
- )
1219
- }
1220
- );
1221
- }
1222
- function Y({ size: e = "24px", style: i = {}, ...t }) {
1223
- const r = {
1224
- verticalAlign: "middle",
1225
- ...i
1226
- };
1227
- return /* @__PURE__ */ l(
1228
- "svg",
1229
- {
1230
- xmlns: "http://www.w3.org/2000/svg",
1231
- fill: "currentColor",
1232
- viewBox: "0 0 24 24",
1233
- width: e,
1234
- height: e,
1235
- style: r,
1236
- "aria-hidden": "true",
1237
- ...t,
1238
- children: /* @__PURE__ */ l(
1239
- "path",
1240
- {
1241
- fill: "currentColor",
1242
- d: "M19 15.18V7c0-2.21-1.79-4-4-4s-4 1.79-4 4v10c0 1.1-.9 2-2 2s-2-.9-2-2V8.82C8.16 8.4 9 7.3 9 6c0-1.66-1.34-3-3-3S3 4.34 3 6c0 1.3.84 2.4 2 2.82V17c0 2.21 1.79 4 4 4s4-1.79 4-4V7c0-1.1.9-2 2-2s2 .9 2 2v8.18A2.996 2.996 0 0 0 18 21c1.66 0 3-1.34 3-3 0-1.3-.84-2.4-2-2.82ZM6 7c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1Zm12 12c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1Z"
1243
- }
1244
- )
1245
- }
1246
- );
1247
- }
1248
- function e2({ size: e = "24px", style: i = {}, ...t }) {
1249
- const r = {
1250
- verticalAlign: "middle",
1251
- ...i
1252
- };
1253
- return /* @__PURE__ */ l(
1254
- "svg",
1255
- {
1256
- xmlns: "http://www.w3.org/2000/svg",
1257
- fill: "currentColor",
1258
- viewBox: "0 0 24 24",
1259
- width: e,
1260
- height: e,
1261
- style: r,
1262
- "aria-hidden": "true",
1263
- ...t,
1264
- children: /* @__PURE__ */ l(
1265
- "path",
1266
- {
1267
- fill: "currentColor",
1268
- fillRule: "evenodd",
1269
- d: "M5 3h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2Zm0 16h14V5H5v14Z",
1270
- clipRule: "evenodd"
1271
- }
1272
- )
1273
- }
1274
- );
1275
- }
1276
- function l2({
1277
- size: e = "24px",
1278
- style: i = {},
1279
- ...t
1280
- }) {
1281
- const r = {
1282
- verticalAlign: "middle",
1283
- ...i
1284
- };
1285
- return /* @__PURE__ */ l(
1286
- "svg",
1287
- {
1288
- xmlns: "http://www.w3.org/2000/svg",
1289
- fill: "currentColor",
1290
- viewBox: "0 0 24 24",
1291
- width: e,
1292
- height: e,
1293
- style: r,
1294
- "aria-hidden": "true",
1295
- ...t,
1296
- children: /* @__PURE__ */ l(
1297
- "path",
1298
- {
1299
- fill: "currentColor",
1300
- d: "M3 5h2V3c-1.1 0-2 .9-2 2Zm0 8h2v-2H3v2Zm4 8h2v-2H7v2ZM3 9h2V7H3v2Zm10-6h-2v2h2V3Zm6 0v2h2c0-1.1-.9-2-2-2ZM5 21v-2H3c0 1.1.9 2 2 2Zm-2-4h2v-2H3v2ZM9 3H7v2h2V3Zm2 18h2v-2h-2v2Zm8-8h2v-2h-2v2Zm0 8c1.1 0 2-.9 2-2h-2v2Zm0-12h2V7h-2v2Zm0 8h2v-2h-2v2Zm-4 4h2v-2h-2v2Zm0-16h2V3h-2v2ZM7 17h10V7H7v10Zm2-8h6v6H9V9Z"
1301
- }
1302
- )
1303
- }
1304
- );
1305
- }
1306
- function i2({ size: e = "24px", style: i = {}, ...t }) {
1307
- const r = {
1308
- verticalAlign: "middle",
1309
- ...i
1310
- };
1311
- return /* @__PURE__ */ l(
1312
- "svg",
1313
- {
1314
- xmlns: "http://www.w3.org/2000/svg",
1315
- fill: "currentColor",
1316
- viewBox: "0 0 24 24",
1317
- width: e,
1318
- height: e,
1319
- style: r,
1320
- "aria-hidden": "true",
1321
- ...t,
1322
- children: /* @__PURE__ */ l(
1323
- "path",
1324
- {
1325
- fill: "currentColor",
1326
- d: "M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5Zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14Z"
1327
- }
1328
- )
1329
- }
1330
- );
1331
- }
1332
- function t2({ size: e = "24px", style: i = {}, ...t }) {
1333
- const r = {
1334
- verticalAlign: "middle",
1335
- ...i
1336
- };
1337
- return /* @__PURE__ */ l(
1338
- "svg",
1339
- {
1340
- xmlns: "http://www.w3.org/2000/svg",
1341
- fill: "currentColor",
1342
- viewBox: "0 0 24 24",
1343
- width: e,
1344
- height: e,
1345
- style: r,
1346
- "aria-hidden": "true",
1347
- ...t,
1348
- children: /* @__PURE__ */ l(
1349
- "path",
1350
- {
1351
- fill: "currentColor",
1352
- fillRule: "evenodd",
1353
- d: "M19.5 12c0 .34-.03.66-.07.98l2.11 1.65c.19.15.24.42.12.64l-2 3.46c-.12.22-.38.31-.61.22l-2.49-1c-.52.39-1.08.73-1.69.98l-.38 2.65c-.03.24-.24.42-.49.42h-4c-.25 0-.46-.18-.49-.42l-.38-2.65c-.61-.25-1.17-.58-1.69-.98l-2.49 1c-.22.08-.49 0-.61-.22l-2-3.46a.505.505 0 0 1 .12-.64l2.11-1.65A7.93 7.93 0 0 1 4.5 12c0-.33.03-.66.07-.98L2.46 9.37a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.38-.31.61-.22l2.49 1c.52-.39 1.08-.73 1.69-.98l.38-2.65c.03-.24.24-.42.49-.42h4c.25 0 .46.18.49.42l.38 2.65c.61.25 1.17.58 1.69.98l2.49-1c.22-.08.49 0 .61.22l2 3.46c.12.22.07.49-.12.64l-2.11 1.65c.04.32.07.64.07.98Zm-11 0c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5Z",
1354
- clipRule: "evenodd"
1355
- }
1356
- )
1357
- }
1358
- );
1359
- }
1360
- function r2({ size: e = "24px", style: i = {}, ...t }) {
1361
- const r = {
1362
- verticalAlign: "middle",
1363
- ...i
1364
- };
1365
- return /* @__PURE__ */ l(
1366
- "svg",
1367
- {
1368
- xmlns: "http://www.w3.org/2000/svg",
1369
- fill: "currentColor",
1370
- viewBox: "0 0 24 24",
1371
- width: e,
1372
- height: e,
1373
- style: r,
1374
- "aria-hidden": "true",
1375
- ...t,
1376
- children: /* @__PURE__ */ l(
1377
- "path",
1378
- {
1379
- fill: "currentColor",
1380
- fillRule: "evenodd",
1381
- d: "M11.04 3.594a1.073 1.073 0 0 1 1.92 0l7.925 15.852a1.074 1.074 0 0 1-.96 1.554H4.075c-.798 0-1.317-.84-.96-1.554L11.04 3.594ZM12 18.852V6.475L5.812 18.852H12Z",
1382
- clipRule: "evenodd"
1383
- }
1384
- )
1385
- }
1386
- );
1387
- }
1388
- function n2({ size: e = "24px", style: i = {}, ...t }) {
1389
- const r = {
1390
- verticalAlign: "middle",
1391
- ...i
1392
- };
1393
- return /* @__PURE__ */ l(
1394
- "svg",
1395
- {
1396
- xmlns: "http://www.w3.org/2000/svg",
1397
- fill: "currentColor",
1398
- viewBox: "0 0 24 24",
1399
- width: e,
1400
- height: e,
1401
- style: r,
1402
- "aria-hidden": "true",
1403
- ...t,
1404
- children: /* @__PURE__ */ l(
1405
- "path",
1406
- {
1407
- fill: "currentColor",
1408
- fillRule: "evenodd",
1409
- d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5ZM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5Zm-3-5c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3Z",
1410
- clipRule: "evenodd"
1411
- }
1412
- )
1413
- }
1414
- );
1415
- }
1416
- function h2({ size: e = "24px", style: i = {}, ...t }) {
1417
- const r = {
1418
- verticalAlign: "middle",
1419
- ...i
1420
- };
1421
- return /* @__PURE__ */ l(
1422
- "svg",
1423
- {
1424
- xmlns: "http://www.w3.org/2000/svg",
1425
- fill: "currentColor",
1426
- viewBox: "0 0 24 24",
1427
- width: e,
1428
- height: e,
1429
- style: r,
1430
- "aria-hidden": "true",
1431
- ...t,
1432
- children: /* @__PURE__ */ l(
1433
- "path",
1434
- {
1435
- fill: "currentColor",
1436
- d: "m19 9 1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25L19 9Zm-7.5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5ZM19 15l-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25L19 15Z"
1437
- }
1438
- )
1439
- }
1440
- );
1441
- }
1442
- function o2({ size: e = "24px", style: i = {}, ...t }) {
1443
- const r = {
1444
- verticalAlign: "middle",
1445
- ...i
1446
- };
1447
- return /* @__PURE__ */ l(
1448
- "svg",
1449
- {
1450
- xmlns: "http://www.w3.org/2000/svg",
1451
- fill: "currentColor",
1452
- viewBox: "0 0 24 24",
1453
- width: e,
1454
- height: e,
1455
- style: r,
1456
- "aria-hidden": "true",
1457
- ...t,
1458
- children: /* @__PURE__ */ l(
1459
- "path",
1460
- {
1461
- fill: "currentColor",
1462
- fillRule: "evenodd",
1463
- d: "M3 6v2h18V6H3Zm0 12h6v-2H3v2Zm12-5H3v-2h12v2Z",
1464
- clipRule: "evenodd"
1465
- }
1466
- )
1467
- }
1468
- );
1469
- }
1470
- function c2({ size: e = "24px", style: i = {}, ...t }) {
1471
- const r = {
1472
- verticalAlign: "middle",
1473
- ...i
1474
- };
1475
- return /* @__PURE__ */ l(
1476
- "svg",
1477
- {
1478
- xmlns: "http://www.w3.org/2000/svg",
1479
- fill: "currentColor",
1480
- viewBox: "0 0 24 24",
1481
- width: e,
1482
- height: e,
1483
- style: r,
1484
- "aria-hidden": "true",
1485
- ...t,
1486
- children: /* @__PURE__ */ l(
1487
- "path",
1488
- {
1489
- fill: "currentColor",
1490
- d: "M14 2H4a2 2 0 0 0-2 2v10h2V4h10V2Zm4 4H8a2 2 0 0 0-2 2v10h2V8h10V6Zm2 4h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2Z"
1491
- }
1492
- )
1493
- }
1494
- );
1495
- }
1496
- function v2({ size: e = "24px", style: i = {}, ...t }) {
1497
- const r = {
1498
- verticalAlign: "middle",
1499
- ...i
1500
- };
1501
- return /* @__PURE__ */ l(
1502
- "svg",
1503
- {
1504
- xmlns: "http://www.w3.org/2000/svg",
1505
- fill: "currentColor",
1506
- viewBox: "0 0 24 24",
1507
- width: e,
1508
- height: e,
1509
- style: r,
1510
- "aria-hidden": "true",
1511
- ...t,
1512
- children: /* @__PURE__ */ l(
1513
- "path",
1514
- {
1515
- fill: "currentColor",
1516
- fillRule: "evenodd",
1517
- d: "m12.41 2.58 9 9c.36.36.59.87.59 1.42 0 .55-.22 1.05-.59 1.41l-7 7c-.36.37-.86.59-1.41.59-.55 0-1.05-.22-1.41-.58l-9-9C2.22 12.05 2 11.55 2 11V4c0-1.1.9-2 2-2h7c.55 0 1.05.22 1.41.58ZM4 5.5C4 6.33 4.67 7 5.5 7S7 6.33 7 5.5 6.33 4 5.5 4 4 4.67 4 5.5Z",
1518
- clipRule: "evenodd"
1519
- }
1520
- )
1521
- }
1522
- );
1523
- }
1524
- function s2({ size: e = "24px", style: i = {}, ...t }) {
1525
- const r = {
1526
- verticalAlign: "middle",
1527
- ...i
1528
- };
1529
- return /* @__PURE__ */ l(
1530
- "svg",
1531
- {
1532
- xmlns: "http://www.w3.org/2000/svg",
1533
- fill: "currentColor",
1534
- viewBox: "0 0 24 24",
1535
- width: e,
1536
- height: e,
1537
- style: r,
1538
- "aria-hidden": "true",
1539
- ...t,
1540
- children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M8 19v2h8v-2h-3V5h3V3H8v2h3v14H8Z" })
1541
- }
1542
- );
1543
- }
1544
- function d2({ size: e = "24px", style: i = {}, ...t }) {
1545
- const r = {
1546
- verticalAlign: "middle",
1547
- ...i
1548
- };
1549
- return /* @__PURE__ */ l(
1550
- "svg",
1551
- {
1552
- xmlns: "http://www.w3.org/2000/svg",
1553
- fill: "currentColor",
1554
- viewBox: "0 0 24 24",
1555
- width: e,
1556
- height: e,
1557
- style: r,
1558
- "aria-hidden": "true",
1559
- ...t,
1560
- children: /* @__PURE__ */ l(
1561
- "path",
1562
- {
1563
- fill: "currentColor",
1564
- d: "M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4Z"
1565
- }
1566
- )
1567
- }
1568
- );
1569
- }
1570
- function w2({ size: e = "24px", style: i = {}, ...t }) {
1571
- const r = {
1572
- verticalAlign: "middle",
1573
- ...i
1574
- };
1575
- return /* @__PURE__ */ l(
1576
- "svg",
1577
- {
1578
- xmlns: "http://www.w3.org/2000/svg",
1579
- fill: "currentColor",
1580
- viewBox: "0 0 24 24",
1581
- width: e,
1582
- height: e,
1583
- style: r,
1584
- "aria-hidden": "true",
1585
- ...t,
1586
- children: /* @__PURE__ */ l(
1587
- "path",
1588
- {
1589
- fill: "currentColor",
1590
- d: "M3 9v6h4l5 5V4L7 9H3Zm13.5 3A4.5 4.5 0 0 0 14 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02ZM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77 0-4.28-2.99-7.86-7-8.77Z"
1591
- }
1592
- )
1593
- }
1594
- );
1595
- }
1596
- function a2({ size: e = "24px", style: i = {}, ...t }) {
1597
- const r = {
1598
- verticalAlign: "middle",
1599
- ...i
1600
- };
1601
- return /* @__PURE__ */ l(
1602
- "svg",
1603
- {
1604
- xmlns: "http://www.w3.org/2000/svg",
1605
- fill: "currentColor",
1606
- viewBox: "0 0 24 24",
1607
- width: e,
1608
- height: e,
1609
- style: r,
1610
- "aria-hidden": "true",
1611
- ...t,
1612
- children: /* @__PURE__ */ l(
1613
- "path",
1614
- {
1615
- fill: "currentColor",
1616
- fillRule: "evenodd",
1617
- d: "M23 20 12 1 1 20h22Zm-12-3v-2h2v2h-2Zm0-4h2V9h-2v4Z",
1618
- clipRule: "evenodd"
1619
- }
1620
- )
1621
- }
1622
- );
1623
- }
1
+ import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
+ import { __require as o } from "./index7.js";
3
+ var e = o();
4
+ const l = /* @__PURE__ */ r(e);
1624
5
  export {
1625
- o as IconAdjust,
1626
- c as IconAngle,
1627
- v as IconArchive,
1628
- s as IconArrowDown,
1629
- d as IconArrowLeft,
1630
- w as IconArrowRight,
1631
- a as IconAspectRatioOutline,
1632
- u as IconBackgroundFill,
1633
- g as IconBlur,
1634
- m as IconBorder,
1635
- Z as IconBorderBottom,
1636
- p as IconBorderLeft,
1637
- f as IconBorderRight,
1638
- x as IconBorderTop,
1639
- C as IconBorderWidth,
1640
- y as IconCamera,
1641
- V as IconCancel,
1642
- M as IconCaretDown,
1643
- H as IconCheck,
1644
- A as IconCheckCircle,
1645
- B as IconCircle,
1646
- I as IconClear,
1647
- z as IconCollection,
1648
- L as IconColorPicker,
1649
- R as IconColorStyle,
1650
- S as IconCompare,
1651
- k as IconContrast,
1652
- D as IconCrop,
1653
- E as IconCut,
1654
- F as IconError,
1655
- O as IconErrorOutline,
1656
- P as IconExitApp,
1657
- W as IconFile,
1658
- j as IconFitImage,
1659
- N as IconFolder,
1660
- Q as IconFont,
1661
- T as IconHide,
1662
- U as IconHorizontalDivider,
1663
- q as IconImage,
1664
- _ as IconImageLayer,
1665
- $ as IconInfo,
1666
- b as IconLoading,
1667
- G as IconMore,
1668
- J as IconMultiSelect,
1669
- K as IconOpacity,
1670
- X as IconOpenInNew,
1671
- Y as IconPath,
1672
- e2 as IconRectangle,
1673
- l2 as IconRemoveBackground,
1674
- i2 as IconSearch,
1675
- t2 as IconSettings,
1676
- r2 as IconSharpen,
1677
- n2 as IconShow,
1678
- h2 as IconSmart,
1679
- o2 as IconSortOrder,
1680
- c2 as IconSteps,
1681
- v2 as IconTag,
1682
- s2 as IconVerticalDivider,
1683
- d2 as IconVideocam,
1684
- w2 as IconVolumeUp,
1685
- a2 as IconWarning
6
+ l as default
1686
7
  };