@xmart/xorder-ui-icons 0.0.34 → 0.0.35-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +2059 -1698
- package/dist/index.esm.js.map +1 -1
- package/package.json +12 -12
package/dist/index.esm.js
CHANGED
|
@@ -1,1895 +1,2256 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
key,
|
|
23
|
-
ref: void 0 !== config ? config : null,
|
|
24
|
-
props: maybeKey
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
|
|
28
|
-
reactJsxRuntime_production.jsx = jsxProd;
|
|
29
|
-
reactJsxRuntime_production.jsxs = jsxProd;
|
|
30
|
-
return reactJsxRuntime_production;
|
|
31
|
-
}
|
|
32
|
-
var reactJsxRuntime_development = {};
|
|
33
|
-
var hasRequiredReactJsxRuntime_development;
|
|
34
|
-
function requireReactJsxRuntime_development() {
|
|
35
|
-
if (hasRequiredReactJsxRuntime_development) return reactJsxRuntime_development;
|
|
36
|
-
hasRequiredReactJsxRuntime_development = 1;
|
|
37
|
-
"production" !== process.env.NODE_ENV && (function() {
|
|
38
|
-
function getComponentNameFromType(type) {
|
|
39
|
-
if (null == type) return null;
|
|
40
|
-
if ("function" === typeof type)
|
|
41
|
-
return type.$$typeof === REACT_CLIENT_REFERENCE ? null : type.displayName || type.name || null;
|
|
42
|
-
if ("string" === typeof type) return type;
|
|
43
|
-
switch (type) {
|
|
44
|
-
case REACT_FRAGMENT_TYPE:
|
|
45
|
-
return "Fragment";
|
|
46
|
-
case REACT_PROFILER_TYPE:
|
|
47
|
-
return "Profiler";
|
|
48
|
-
case REACT_STRICT_MODE_TYPE:
|
|
49
|
-
return "StrictMode";
|
|
50
|
-
case REACT_SUSPENSE_TYPE:
|
|
51
|
-
return "Suspense";
|
|
52
|
-
case REACT_SUSPENSE_LIST_TYPE:
|
|
53
|
-
return "SuspenseList";
|
|
54
|
-
case REACT_ACTIVITY_TYPE:
|
|
55
|
-
return "Activity";
|
|
56
|
-
}
|
|
57
|
-
if ("object" === typeof type)
|
|
58
|
-
switch ("number" === typeof type.tag && console.error(
|
|
59
|
-
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
60
|
-
), type.$$typeof) {
|
|
61
|
-
case REACT_PORTAL_TYPE:
|
|
62
|
-
return "Portal";
|
|
63
|
-
case REACT_CONTEXT_TYPE:
|
|
64
|
-
return type.displayName || "Context";
|
|
65
|
-
case REACT_CONSUMER_TYPE:
|
|
66
|
-
return (type._context.displayName || "Context") + ".Consumer";
|
|
67
|
-
case REACT_FORWARD_REF_TYPE:
|
|
68
|
-
var innerType = type.render;
|
|
69
|
-
type = type.displayName;
|
|
70
|
-
type || (type = innerType.displayName || innerType.name || "", type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef");
|
|
71
|
-
return type;
|
|
72
|
-
case REACT_MEMO_TYPE:
|
|
73
|
-
return innerType = type.displayName || null, null !== innerType ? innerType : getComponentNameFromType(type.type) || "Memo";
|
|
74
|
-
case REACT_LAZY_TYPE:
|
|
75
|
-
innerType = type._payload;
|
|
76
|
-
type = type._init;
|
|
77
|
-
try {
|
|
78
|
-
return getComponentNameFromType(type(innerType));
|
|
79
|
-
} catch (x) {
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
return null;
|
|
83
|
-
}
|
|
84
|
-
function testStringCoercion(value) {
|
|
85
|
-
return "" + value;
|
|
86
|
-
}
|
|
87
|
-
function checkKeyStringCoercion(value) {
|
|
88
|
-
try {
|
|
89
|
-
testStringCoercion(value);
|
|
90
|
-
var JSCompiler_inline_result = false;
|
|
91
|
-
} catch (e) {
|
|
92
|
-
JSCompiler_inline_result = true;
|
|
93
|
-
}
|
|
94
|
-
if (JSCompiler_inline_result) {
|
|
95
|
-
JSCompiler_inline_result = console;
|
|
96
|
-
var JSCompiler_temp_const = JSCompiler_inline_result.error;
|
|
97
|
-
var JSCompiler_inline_result$jscomp$0 = "function" === typeof Symbol && Symbol.toStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
|
|
98
|
-
JSCompiler_temp_const.call(
|
|
99
|
-
JSCompiler_inline_result,
|
|
100
|
-
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
101
|
-
JSCompiler_inline_result$jscomp$0
|
|
102
|
-
);
|
|
103
|
-
return testStringCoercion(value);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
function getTaskName(type) {
|
|
107
|
-
if (type === REACT_FRAGMENT_TYPE) return "<>";
|
|
108
|
-
if ("object" === typeof type && null !== type && type.$$typeof === REACT_LAZY_TYPE)
|
|
109
|
-
return "<...>";
|
|
110
|
-
try {
|
|
111
|
-
var name = getComponentNameFromType(type);
|
|
112
|
-
return name ? "<" + name + ">" : "<...>";
|
|
113
|
-
} catch (x) {
|
|
114
|
-
return "<...>";
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
function getOwner() {
|
|
118
|
-
var dispatcher = ReactSharedInternals.A;
|
|
119
|
-
return null === dispatcher ? null : dispatcher.getOwner();
|
|
120
|
-
}
|
|
121
|
-
function UnknownOwner() {
|
|
122
|
-
return Error("react-stack-top-frame");
|
|
123
|
-
}
|
|
124
|
-
function hasValidKey(config) {
|
|
125
|
-
if (hasOwnProperty.call(config, "key")) {
|
|
126
|
-
var getter = Object.getOwnPropertyDescriptor(config, "key").get;
|
|
127
|
-
if (getter && getter.isReactWarning) return false;
|
|
128
|
-
}
|
|
129
|
-
return void 0 !== config.key;
|
|
130
|
-
}
|
|
131
|
-
function defineKeyPropWarningGetter(props, displayName) {
|
|
132
|
-
function warnAboutAccessingKey() {
|
|
133
|
-
specialPropKeyWarningShown || (specialPropKeyWarningShown = true, console.error(
|
|
134
|
-
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
135
|
-
displayName
|
|
136
|
-
));
|
|
137
|
-
}
|
|
138
|
-
warnAboutAccessingKey.isReactWarning = true;
|
|
139
|
-
Object.defineProperty(props, "key", {
|
|
140
|
-
get: warnAboutAccessingKey,
|
|
141
|
-
configurable: true
|
|
142
|
-
});
|
|
143
|
-
}
|
|
144
|
-
function elementRefGetterWithDeprecationWarning() {
|
|
145
|
-
var componentName = getComponentNameFromType(this.type);
|
|
146
|
-
didWarnAboutElementRef[componentName] || (didWarnAboutElementRef[componentName] = true, console.error(
|
|
147
|
-
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
148
|
-
));
|
|
149
|
-
componentName = this.props.ref;
|
|
150
|
-
return void 0 !== componentName ? componentName : null;
|
|
151
|
-
}
|
|
152
|
-
function ReactElement(type, key, props, owner, debugStack, debugTask) {
|
|
153
|
-
var refProp = props.ref;
|
|
154
|
-
type = {
|
|
155
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
156
|
-
type,
|
|
157
|
-
key,
|
|
158
|
-
props,
|
|
159
|
-
_owner: owner
|
|
160
|
-
};
|
|
161
|
-
null !== (void 0 !== refProp ? refProp : null) ? Object.defineProperty(type, "ref", {
|
|
162
|
-
enumerable: false,
|
|
163
|
-
get: elementRefGetterWithDeprecationWarning
|
|
164
|
-
}) : Object.defineProperty(type, "ref", { enumerable: false, value: null });
|
|
165
|
-
type._store = {};
|
|
166
|
-
Object.defineProperty(type._store, "validated", {
|
|
167
|
-
configurable: false,
|
|
168
|
-
enumerable: false,
|
|
169
|
-
writable: true,
|
|
170
|
-
value: 0
|
|
171
|
-
});
|
|
172
|
-
Object.defineProperty(type, "_debugInfo", {
|
|
173
|
-
configurable: false,
|
|
174
|
-
enumerable: false,
|
|
175
|
-
writable: true,
|
|
176
|
-
value: null
|
|
177
|
-
});
|
|
178
|
-
Object.defineProperty(type, "_debugStack", {
|
|
179
|
-
configurable: false,
|
|
180
|
-
enumerable: false,
|
|
181
|
-
writable: true,
|
|
182
|
-
value: debugStack
|
|
183
|
-
});
|
|
184
|
-
Object.defineProperty(type, "_debugTask", {
|
|
185
|
-
configurable: false,
|
|
186
|
-
enumerable: false,
|
|
187
|
-
writable: true,
|
|
188
|
-
value: debugTask
|
|
189
|
-
});
|
|
190
|
-
Object.freeze && (Object.freeze(type.props), Object.freeze(type));
|
|
191
|
-
return type;
|
|
192
|
-
}
|
|
193
|
-
function jsxDEVImpl(type, config, maybeKey, isStaticChildren, debugStack, debugTask) {
|
|
194
|
-
var children = config.children;
|
|
195
|
-
if (void 0 !== children)
|
|
196
|
-
if (isStaticChildren)
|
|
197
|
-
if (isArrayImpl(children)) {
|
|
198
|
-
for (isStaticChildren = 0; isStaticChildren < children.length; isStaticChildren++)
|
|
199
|
-
validateChildKeys(children[isStaticChildren]);
|
|
200
|
-
Object.freeze && Object.freeze(children);
|
|
201
|
-
} else
|
|
202
|
-
console.error(
|
|
203
|
-
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
204
|
-
);
|
|
205
|
-
else validateChildKeys(children);
|
|
206
|
-
if (hasOwnProperty.call(config, "key")) {
|
|
207
|
-
children = getComponentNameFromType(type);
|
|
208
|
-
var keys = Object.keys(config).filter(function(k) {
|
|
209
|
-
return "key" !== k;
|
|
210
|
-
});
|
|
211
|
-
isStaticChildren = 0 < keys.length ? "{key: someKey, " + keys.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
212
|
-
didWarnAboutKeySpread[children + isStaticChildren] || (keys = 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
213
|
-
'A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',
|
|
214
|
-
isStaticChildren,
|
|
215
|
-
children,
|
|
216
|
-
keys,
|
|
217
|
-
children
|
|
218
|
-
), didWarnAboutKeySpread[children + isStaticChildren] = true);
|
|
219
|
-
}
|
|
220
|
-
children = null;
|
|
221
|
-
void 0 !== maybeKey && (checkKeyStringCoercion(maybeKey), children = "" + maybeKey);
|
|
222
|
-
hasValidKey(config) && (checkKeyStringCoercion(config.key), children = "" + config.key);
|
|
223
|
-
if ("key" in config) {
|
|
224
|
-
maybeKey = {};
|
|
225
|
-
for (var propName in config)
|
|
226
|
-
"key" !== propName && (maybeKey[propName] = config[propName]);
|
|
227
|
-
} else maybeKey = config;
|
|
228
|
-
children && defineKeyPropWarningGetter(
|
|
229
|
-
maybeKey,
|
|
230
|
-
"function" === typeof type ? type.displayName || type.name || "Unknown" : type
|
|
231
|
-
);
|
|
232
|
-
return ReactElement(
|
|
233
|
-
type,
|
|
234
|
-
children,
|
|
235
|
-
maybeKey,
|
|
236
|
-
getOwner(),
|
|
237
|
-
debugStack,
|
|
238
|
-
debugTask
|
|
239
|
-
);
|
|
240
|
-
}
|
|
241
|
-
function validateChildKeys(node) {
|
|
242
|
-
isValidElement(node) ? node._store && (node._store.validated = 1) : "object" === typeof node && null !== node && node.$$typeof === REACT_LAZY_TYPE && ("fulfilled" === node._payload.status ? isValidElement(node._payload.value) && node._payload.value._store && (node._payload.value._store.validated = 1) : node._store && (node._store.validated = 1));
|
|
243
|
-
}
|
|
244
|
-
function isValidElement(object) {
|
|
245
|
-
return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
246
|
-
}
|
|
247
|
-
var React = require$$0, REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = /* @__PURE__ */ Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo"), REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = /* @__PURE__ */ Symbol.for("react.activity"), REACT_CLIENT_REFERENCE = /* @__PURE__ */ Symbol.for("react.client.reference"), ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, hasOwnProperty = Object.prototype.hasOwnProperty, isArrayImpl = Array.isArray, createTask = console.createTask ? console.createTask : function() {
|
|
248
|
-
return null;
|
|
249
|
-
};
|
|
250
|
-
React = {
|
|
251
|
-
react_stack_bottom_frame: function(callStackForError) {
|
|
252
|
-
return callStackForError();
|
|
253
|
-
}
|
|
254
|
-
};
|
|
255
|
-
var specialPropKeyWarningShown;
|
|
256
|
-
var didWarnAboutElementRef = {};
|
|
257
|
-
var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(
|
|
258
|
-
React,
|
|
259
|
-
UnknownOwner
|
|
260
|
-
)();
|
|
261
|
-
var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
|
|
262
|
-
var didWarnAboutKeySpread = {};
|
|
263
|
-
reactJsxRuntime_development.Fragment = REACT_FRAGMENT_TYPE;
|
|
264
|
-
reactJsxRuntime_development.jsx = function(type, config, maybeKey) {
|
|
265
|
-
var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
|
|
266
|
-
return jsxDEVImpl(
|
|
267
|
-
type,
|
|
268
|
-
config,
|
|
269
|
-
maybeKey,
|
|
270
|
-
false,
|
|
271
|
-
trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack,
|
|
272
|
-
trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
|
|
273
|
-
);
|
|
274
|
-
};
|
|
275
|
-
reactJsxRuntime_development.jsxs = function(type, config, maybeKey) {
|
|
276
|
-
var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
|
|
277
|
-
return jsxDEVImpl(
|
|
278
|
-
type,
|
|
279
|
-
config,
|
|
280
|
-
maybeKey,
|
|
281
|
-
true,
|
|
282
|
-
trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack,
|
|
283
|
-
trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask
|
|
284
|
-
);
|
|
285
|
-
};
|
|
286
|
-
})();
|
|
287
|
-
return reactJsxRuntime_development;
|
|
288
|
-
}
|
|
289
|
-
var hasRequiredJsxRuntime;
|
|
290
|
-
function requireJsxRuntime() {
|
|
291
|
-
if (hasRequiredJsxRuntime) return jsxRuntime.exports;
|
|
292
|
-
hasRequiredJsxRuntime = 1;
|
|
293
|
-
if (process.env.NODE_ENV === "production") {
|
|
294
|
-
jsxRuntime.exports = requireReactJsxRuntime_production();
|
|
295
|
-
} else {
|
|
296
|
-
jsxRuntime.exports = requireReactJsxRuntime_development();
|
|
297
|
-
}
|
|
298
|
-
return jsxRuntime.exports;
|
|
299
|
-
}
|
|
300
|
-
var jsxRuntimeExports = requireJsxRuntime();
|
|
1
|
+
import { forwardRef, useMemo } from "react";
|
|
2
|
+
//#region \0rolldown/runtime.js
|
|
3
|
+
var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
4
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof require !== "undefined" ? require : a)[b] }) : x)(function(x) {
|
|
5
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
6
|
+
throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
|
|
7
|
+
});
|
|
8
|
+
//#endregion
|
|
9
|
+
//#region src/utils.ts
|
|
10
|
+
/**
|
|
11
|
+
* ピクセル値をrem単位に変換します
|
|
12
|
+
* @param value - ピクセル値(数値、文字列、または複数の数値。'16px 8px'のような複数の値を含むことができます)
|
|
13
|
+
* @returns 変換されたrem値
|
|
14
|
+
* @example
|
|
15
|
+
* rem(16) // '1rem'
|
|
16
|
+
* rem(8) // '0.5rem'
|
|
17
|
+
* rem('16px 8px') // '1rem 0.5rem'
|
|
18
|
+
* rem(8, 16) // '0.5rem 1rem'
|
|
19
|
+
* rem(8, 8, 16) // '0.5rem 0.5rem 1rem'
|
|
20
|
+
* rem(16, 8, 8, 16) // '1rem 0.5rem 0.5rem 1rem'
|
|
21
|
+
*/
|
|
301
22
|
function rem(value, ...additionalValues) {
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
const numericValue = parseFloat(part);
|
|
311
|
-
if (isNaN(numericValue)) {
|
|
312
|
-
return part;
|
|
313
|
-
}
|
|
314
|
-
return `${numericValue / BASE_FONT_SIZE}rem`;
|
|
315
|
-
}).join(" ");
|
|
23
|
+
const BASE_FONT_SIZE = 16;
|
|
24
|
+
if (typeof value === "number" && additionalValues.length > 0) return [value, ...additionalValues].map((val) => `${val / BASE_FONT_SIZE}rem`).join(" ");
|
|
25
|
+
if (typeof value === "number") return `${value / BASE_FONT_SIZE}rem`;
|
|
26
|
+
return value.split(" ").map((part) => {
|
|
27
|
+
const numericValue = parseFloat(part);
|
|
28
|
+
if (isNaN(numericValue)) return part;
|
|
29
|
+
return `${numericValue / BASE_FONT_SIZE}rem`;
|
|
30
|
+
}).join(" ");
|
|
316
31
|
}
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
);
|
|
32
|
+
//#endregion
|
|
33
|
+
//#region ../../node_modules/react/cjs/react-jsx-runtime.production.js
|
|
34
|
+
/**
|
|
35
|
+
* @license React
|
|
36
|
+
* react-jsx-runtime.production.js
|
|
37
|
+
*
|
|
38
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
39
|
+
*
|
|
40
|
+
* This source code is licensed under the MIT license found in the
|
|
41
|
+
* LICENSE file in the root directory of this source tree.
|
|
42
|
+
*/
|
|
43
|
+
var require_react_jsx_runtime_production = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
44
|
+
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
45
|
+
function jsxProd(type, config, maybeKey) {
|
|
46
|
+
var key = null;
|
|
47
|
+
void 0 !== maybeKey && (key = "" + maybeKey);
|
|
48
|
+
void 0 !== config.key && (key = "" + config.key);
|
|
49
|
+
if ("key" in config) {
|
|
50
|
+
maybeKey = {};
|
|
51
|
+
for (var propName in config) "key" !== propName && (maybeKey[propName] = config[propName]);
|
|
52
|
+
} else maybeKey = config;
|
|
53
|
+
config = maybeKey.ref;
|
|
54
|
+
return {
|
|
55
|
+
$$typeof: REACT_ELEMENT_TYPE,
|
|
56
|
+
type,
|
|
57
|
+
key,
|
|
58
|
+
ref: void 0 !== config ? config : null,
|
|
59
|
+
props: maybeKey
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
63
|
+
exports.jsx = jsxProd;
|
|
64
|
+
exports.jsxs = jsxProd;
|
|
65
|
+
}));
|
|
66
|
+
//#endregion
|
|
67
|
+
//#region ../../node_modules/react/cjs/react-jsx-runtime.development.js
|
|
68
|
+
/**
|
|
69
|
+
* @license React
|
|
70
|
+
* react-jsx-runtime.development.js
|
|
71
|
+
*
|
|
72
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
73
|
+
*
|
|
74
|
+
* This source code is licensed under the MIT license found in the
|
|
75
|
+
* LICENSE file in the root directory of this source tree.
|
|
76
|
+
*/
|
|
77
|
+
var require_react_jsx_runtime_development = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
78
|
+
"production" !== process.env.NODE_ENV && (function() {
|
|
79
|
+
function getComponentNameFromType(type) {
|
|
80
|
+
if (null == type) return null;
|
|
81
|
+
if ("function" === typeof type) return type.$$typeof === REACT_CLIENT_REFERENCE ? null : type.displayName || type.name || null;
|
|
82
|
+
if ("string" === typeof type) return type;
|
|
83
|
+
switch (type) {
|
|
84
|
+
case REACT_FRAGMENT_TYPE: return "Fragment";
|
|
85
|
+
case REACT_PROFILER_TYPE: return "Profiler";
|
|
86
|
+
case REACT_STRICT_MODE_TYPE: return "StrictMode";
|
|
87
|
+
case REACT_SUSPENSE_TYPE: return "Suspense";
|
|
88
|
+
case REACT_SUSPENSE_LIST_TYPE: return "SuspenseList";
|
|
89
|
+
case REACT_ACTIVITY_TYPE: return "Activity";
|
|
90
|
+
}
|
|
91
|
+
if ("object" === typeof type) switch ("number" === typeof type.tag && console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), type.$$typeof) {
|
|
92
|
+
case REACT_PORTAL_TYPE: return "Portal";
|
|
93
|
+
case REACT_CONTEXT_TYPE: return type.displayName || "Context";
|
|
94
|
+
case REACT_CONSUMER_TYPE: return (type._context.displayName || "Context") + ".Consumer";
|
|
95
|
+
case REACT_FORWARD_REF_TYPE:
|
|
96
|
+
var innerType = type.render;
|
|
97
|
+
type = type.displayName;
|
|
98
|
+
type || (type = innerType.displayName || innerType.name || "", type = "" !== type ? "ForwardRef(" + type + ")" : "ForwardRef");
|
|
99
|
+
return type;
|
|
100
|
+
case REACT_MEMO_TYPE: return innerType = type.displayName || null, null !== innerType ? innerType : getComponentNameFromType(type.type) || "Memo";
|
|
101
|
+
case REACT_LAZY_TYPE:
|
|
102
|
+
innerType = type._payload;
|
|
103
|
+
type = type._init;
|
|
104
|
+
try {
|
|
105
|
+
return getComponentNameFromType(type(innerType));
|
|
106
|
+
} catch (x) {}
|
|
107
|
+
}
|
|
108
|
+
return null;
|
|
109
|
+
}
|
|
110
|
+
function testStringCoercion(value) {
|
|
111
|
+
return "" + value;
|
|
112
|
+
}
|
|
113
|
+
function checkKeyStringCoercion(value) {
|
|
114
|
+
try {
|
|
115
|
+
testStringCoercion(value);
|
|
116
|
+
var JSCompiler_inline_result = !1;
|
|
117
|
+
} catch (e) {
|
|
118
|
+
JSCompiler_inline_result = !0;
|
|
119
|
+
}
|
|
120
|
+
if (JSCompiler_inline_result) {
|
|
121
|
+
JSCompiler_inline_result = console;
|
|
122
|
+
var JSCompiler_temp_const = JSCompiler_inline_result.error;
|
|
123
|
+
var JSCompiler_inline_result$jscomp$0 = "function" === typeof Symbol && Symbol.toStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object";
|
|
124
|
+
JSCompiler_temp_const.call(JSCompiler_inline_result, "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.", JSCompiler_inline_result$jscomp$0);
|
|
125
|
+
return testStringCoercion(value);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
function getTaskName(type) {
|
|
129
|
+
if (type === REACT_FRAGMENT_TYPE) return "<>";
|
|
130
|
+
if ("object" === typeof type && null !== type && type.$$typeof === REACT_LAZY_TYPE) return "<...>";
|
|
131
|
+
try {
|
|
132
|
+
var name = getComponentNameFromType(type);
|
|
133
|
+
return name ? "<" + name + ">" : "<...>";
|
|
134
|
+
} catch (x) {
|
|
135
|
+
return "<...>";
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
function getOwner() {
|
|
139
|
+
var dispatcher = ReactSharedInternals.A;
|
|
140
|
+
return null === dispatcher ? null : dispatcher.getOwner();
|
|
141
|
+
}
|
|
142
|
+
function UnknownOwner() {
|
|
143
|
+
return Error("react-stack-top-frame");
|
|
144
|
+
}
|
|
145
|
+
function hasValidKey(config) {
|
|
146
|
+
if (hasOwnProperty.call(config, "key")) {
|
|
147
|
+
var getter = Object.getOwnPropertyDescriptor(config, "key").get;
|
|
148
|
+
if (getter && getter.isReactWarning) return !1;
|
|
149
|
+
}
|
|
150
|
+
return void 0 !== config.key;
|
|
151
|
+
}
|
|
152
|
+
function defineKeyPropWarningGetter(props, displayName) {
|
|
153
|
+
function warnAboutAccessingKey() {
|
|
154
|
+
specialPropKeyWarningShown || (specialPropKeyWarningShown = !0, console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)", displayName));
|
|
155
|
+
}
|
|
156
|
+
warnAboutAccessingKey.isReactWarning = !0;
|
|
157
|
+
Object.defineProperty(props, "key", {
|
|
158
|
+
get: warnAboutAccessingKey,
|
|
159
|
+
configurable: !0
|
|
160
|
+
});
|
|
161
|
+
}
|
|
162
|
+
function elementRefGetterWithDeprecationWarning() {
|
|
163
|
+
var componentName = getComponentNameFromType(this.type);
|
|
164
|
+
didWarnAboutElementRef[componentName] || (didWarnAboutElementRef[componentName] = !0, console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."));
|
|
165
|
+
componentName = this.props.ref;
|
|
166
|
+
return void 0 !== componentName ? componentName : null;
|
|
167
|
+
}
|
|
168
|
+
function ReactElement(type, key, props, owner, debugStack, debugTask) {
|
|
169
|
+
var refProp = props.ref;
|
|
170
|
+
type = {
|
|
171
|
+
$$typeof: REACT_ELEMENT_TYPE,
|
|
172
|
+
type,
|
|
173
|
+
key,
|
|
174
|
+
props,
|
|
175
|
+
_owner: owner
|
|
176
|
+
};
|
|
177
|
+
null !== (void 0 !== refProp ? refProp : null) ? Object.defineProperty(type, "ref", {
|
|
178
|
+
enumerable: !1,
|
|
179
|
+
get: elementRefGetterWithDeprecationWarning
|
|
180
|
+
}) : Object.defineProperty(type, "ref", {
|
|
181
|
+
enumerable: !1,
|
|
182
|
+
value: null
|
|
183
|
+
});
|
|
184
|
+
type._store = {};
|
|
185
|
+
Object.defineProperty(type._store, "validated", {
|
|
186
|
+
configurable: !1,
|
|
187
|
+
enumerable: !1,
|
|
188
|
+
writable: !0,
|
|
189
|
+
value: 0
|
|
190
|
+
});
|
|
191
|
+
Object.defineProperty(type, "_debugInfo", {
|
|
192
|
+
configurable: !1,
|
|
193
|
+
enumerable: !1,
|
|
194
|
+
writable: !0,
|
|
195
|
+
value: null
|
|
196
|
+
});
|
|
197
|
+
Object.defineProperty(type, "_debugStack", {
|
|
198
|
+
configurable: !1,
|
|
199
|
+
enumerable: !1,
|
|
200
|
+
writable: !0,
|
|
201
|
+
value: debugStack
|
|
202
|
+
});
|
|
203
|
+
Object.defineProperty(type, "_debugTask", {
|
|
204
|
+
configurable: !1,
|
|
205
|
+
enumerable: !1,
|
|
206
|
+
writable: !0,
|
|
207
|
+
value: debugTask
|
|
208
|
+
});
|
|
209
|
+
Object.freeze && (Object.freeze(type.props), Object.freeze(type));
|
|
210
|
+
return type;
|
|
211
|
+
}
|
|
212
|
+
function jsxDEVImpl(type, config, maybeKey, isStaticChildren, debugStack, debugTask) {
|
|
213
|
+
var children = config.children;
|
|
214
|
+
if (void 0 !== children) if (isStaticChildren) if (isArrayImpl(children)) {
|
|
215
|
+
for (isStaticChildren = 0; isStaticChildren < children.length; isStaticChildren++) validateChildKeys(children[isStaticChildren]);
|
|
216
|
+
Object.freeze && Object.freeze(children);
|
|
217
|
+
} else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
218
|
+
else validateChildKeys(children);
|
|
219
|
+
if (hasOwnProperty.call(config, "key")) {
|
|
220
|
+
children = getComponentNameFromType(type);
|
|
221
|
+
var keys = Object.keys(config).filter(function(k) {
|
|
222
|
+
return "key" !== k;
|
|
223
|
+
});
|
|
224
|
+
isStaticChildren = 0 < keys.length ? "{key: someKey, " + keys.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
225
|
+
didWarnAboutKeySpread[children + isStaticChildren] || (keys = 0 < keys.length ? "{" + keys.join(": ..., ") + ": ...}" : "{}", console.error("A props object containing a \"key\" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />", isStaticChildren, children, keys, children), didWarnAboutKeySpread[children + isStaticChildren] = !0);
|
|
226
|
+
}
|
|
227
|
+
children = null;
|
|
228
|
+
void 0 !== maybeKey && (checkKeyStringCoercion(maybeKey), children = "" + maybeKey);
|
|
229
|
+
hasValidKey(config) && (checkKeyStringCoercion(config.key), children = "" + config.key);
|
|
230
|
+
if ("key" in config) {
|
|
231
|
+
maybeKey = {};
|
|
232
|
+
for (var propName in config) "key" !== propName && (maybeKey[propName] = config[propName]);
|
|
233
|
+
} else maybeKey = config;
|
|
234
|
+
children && defineKeyPropWarningGetter(maybeKey, "function" === typeof type ? type.displayName || type.name || "Unknown" : type);
|
|
235
|
+
return ReactElement(type, children, maybeKey, getOwner(), debugStack, debugTask);
|
|
236
|
+
}
|
|
237
|
+
function validateChildKeys(node) {
|
|
238
|
+
isValidElement(node) ? node._store && (node._store.validated = 1) : "object" === typeof node && null !== node && node.$$typeof === REACT_LAZY_TYPE && ("fulfilled" === node._payload.status ? isValidElement(node._payload.value) && node._payload.value._store && (node._payload.value._store.validated = 1) : node._store && (node._store.validated = 1));
|
|
239
|
+
}
|
|
240
|
+
function isValidElement(object) {
|
|
241
|
+
return "object" === typeof object && null !== object && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
242
|
+
}
|
|
243
|
+
var React = __require("react"), REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference"), ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, hasOwnProperty = Object.prototype.hasOwnProperty, isArrayImpl = Array.isArray, createTask = console.createTask ? console.createTask : function() {
|
|
244
|
+
return null;
|
|
245
|
+
};
|
|
246
|
+
React = { react_stack_bottom_frame: function(callStackForError) {
|
|
247
|
+
return callStackForError();
|
|
248
|
+
} };
|
|
249
|
+
var specialPropKeyWarningShown;
|
|
250
|
+
var didWarnAboutElementRef = {};
|
|
251
|
+
var unknownOwnerDebugStack = React.react_stack_bottom_frame.bind(React, UnknownOwner)();
|
|
252
|
+
var unknownOwnerDebugTask = createTask(getTaskName(UnknownOwner));
|
|
253
|
+
var didWarnAboutKeySpread = {};
|
|
254
|
+
exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
255
|
+
exports.jsx = function(type, config, maybeKey) {
|
|
256
|
+
var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
|
|
257
|
+
return jsxDEVImpl(type, config, maybeKey, !1, trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack, trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask);
|
|
258
|
+
};
|
|
259
|
+
exports.jsxs = function(type, config, maybeKey) {
|
|
260
|
+
var trackActualOwner = 1e4 > ReactSharedInternals.recentlyCreatedOwnerStacks++;
|
|
261
|
+
return jsxDEVImpl(type, config, maybeKey, !0, trackActualOwner ? Error("react-stack-top-frame") : unknownOwnerDebugStack, trackActualOwner ? createTask(getTaskName(type)) : unknownOwnerDebugTask);
|
|
262
|
+
};
|
|
263
|
+
})();
|
|
264
|
+
}));
|
|
265
|
+
//#endregion
|
|
266
|
+
//#region src/svg-icon.tsx
|
|
267
|
+
var import_jsx_runtime = (/* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
268
|
+
if (process.env.NODE_ENV === "production") module.exports = require_react_jsx_runtime_production();
|
|
269
|
+
else module.exports = require_react_jsx_runtime_development();
|
|
270
|
+
})))();
|
|
271
|
+
var SvgIcon = forwardRef(({ color, strokeWidth = "0", size = 24, title, children, style: styleProp, className, "aria-hidden": ariaHidden, "aria-label": ariaLabel, role, ...other }, ref) => {
|
|
272
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
|
|
273
|
+
"aria-hidden": ariaHidden,
|
|
274
|
+
"aria-label": ariaLabel,
|
|
275
|
+
fill: "currentColor",
|
|
276
|
+
ref,
|
|
277
|
+
stroke: "currentColor",
|
|
278
|
+
strokeWidth,
|
|
279
|
+
style: useMemo(() => {
|
|
280
|
+
const remSize = rem(size);
|
|
281
|
+
return {
|
|
282
|
+
...styleProp,
|
|
283
|
+
color: color || "currentColor",
|
|
284
|
+
width: remSize,
|
|
285
|
+
height: remSize
|
|
286
|
+
};
|
|
287
|
+
}, [
|
|
288
|
+
color,
|
|
289
|
+
size,
|
|
290
|
+
styleProp
|
|
291
|
+
]),
|
|
292
|
+
viewBox: "0 0 24 24",
|
|
293
|
+
className,
|
|
294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
295
|
+
...useMemo(() => ({
|
|
296
|
+
role: role || (title || ariaLabel ? "img" : void 0),
|
|
297
|
+
...ariaHidden === void 0 && !title && !ariaLabel ? { "aria-hidden": true } : {}
|
|
298
|
+
}), [
|
|
299
|
+
ariaHidden,
|
|
300
|
+
title,
|
|
301
|
+
ariaLabel,
|
|
302
|
+
role
|
|
303
|
+
]),
|
|
304
|
+
...other,
|
|
305
|
+
children: [title && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { children: title }), children]
|
|
306
|
+
});
|
|
307
|
+
});
|
|
366
308
|
SvgIcon.displayName = "@xmart/xorder-ui-icons/SvgIcon";
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
309
|
+
//#endregion
|
|
310
|
+
//#region src/icons/XoAlarmOutlineIcon.tsx
|
|
311
|
+
var XoAlarmOutlineIcon = forwardRef((props, ref) => {
|
|
312
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
313
|
+
ref,
|
|
314
|
+
viewBox: "0 0 24 24",
|
|
315
|
+
fill: "none",
|
|
316
|
+
stroke: "currentColor",
|
|
317
|
+
...props,
|
|
318
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
319
|
+
cx: "12",
|
|
320
|
+
cy: "13",
|
|
321
|
+
r: "7",
|
|
322
|
+
stroke: "currentColor",
|
|
323
|
+
strokeWidth: "1.5"
|
|
324
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
325
|
+
d: "M12 9.5V13L14 15M17 4L20 7M4 7L7 4",
|
|
326
|
+
stroke: "currentColor",
|
|
327
|
+
strokeWidth: "1.5",
|
|
328
|
+
strokeLinecap: "round",
|
|
329
|
+
strokeLinejoin: "round"
|
|
330
|
+
})]
|
|
331
|
+
});
|
|
382
332
|
});
|
|
383
333
|
XoAlarmOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoAlarmOutlineIcon";
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
334
|
+
//#endregion
|
|
335
|
+
//#region src/icons/XoArrowLeftOutlineIcon.tsx
|
|
336
|
+
var XoArrowLeftOutlineIcon = forwardRef((props, ref) => {
|
|
337
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
338
|
+
ref,
|
|
339
|
+
viewBox: "0 0 24 24",
|
|
340
|
+
fill: "none",
|
|
341
|
+
stroke: "currentColor",
|
|
342
|
+
...props,
|
|
343
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
344
|
+
d: "M4 12L20 12M4 12L10 6M4 12L10 18",
|
|
345
|
+
stroke: "currentColor",
|
|
346
|
+
strokeWidth: "1.5",
|
|
347
|
+
strokeLinecap: "round",
|
|
348
|
+
strokeLinejoin: "round"
|
|
349
|
+
})
|
|
350
|
+
});
|
|
396
351
|
});
|
|
397
352
|
XoArrowLeftOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoArrowLeftOutlineIcon";
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
353
|
+
//#endregion
|
|
354
|
+
//#region src/icons/XoAtEmailOutlineIcon.tsx
|
|
355
|
+
var XoAtEmailOutlineIcon = forwardRef((props, ref) => {
|
|
356
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
357
|
+
ref,
|
|
358
|
+
viewBox: "0 0 24 24",
|
|
359
|
+
fill: "none",
|
|
360
|
+
stroke: "currentColor",
|
|
361
|
+
...props,
|
|
362
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
363
|
+
d: "M15.4286 12C15.4286 13.8935 13.8935 15.4285 12 15.4285C10.1065 15.4285 8.57143 13.8935 8.57143 12C8.57143 10.1064 10.1065 8.5714 12 8.5714C13.8935 8.5714 15.4286 10.1064 15.4286 12ZM15.4286 12L15.4286 13.1429C15.4286 14.4052 16.4519 15.4286 17.7143 15.4286C18.5252 15.4286 19.2375 15.0063 19.6432 14.3696C19.8691 14.0152 20 13.5943 20 13.1429V12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C13.6997 20 15.2756 19.4699 16.5714 18.5661",
|
|
364
|
+
stroke: "currentColor",
|
|
365
|
+
strokeWidth: "1.5",
|
|
366
|
+
strokeLinecap: "round",
|
|
367
|
+
strokeLinejoin: "round"
|
|
368
|
+
})
|
|
369
|
+
});
|
|
410
370
|
});
|
|
411
371
|
XoAtEmailOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoAtEmailOutlineIcon";
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
372
|
+
//#endregion
|
|
373
|
+
//#region src/icons/XoAttachmentOutlineIcon.tsx
|
|
374
|
+
var XoAttachmentOutlineIcon = forwardRef((props, ref) => {
|
|
375
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
376
|
+
ref,
|
|
377
|
+
viewBox: "0 0 24 24",
|
|
378
|
+
fill: "none",
|
|
379
|
+
stroke: "currentColor",
|
|
380
|
+
...props,
|
|
381
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
382
|
+
d: "M20 11.5008L12.4356 18.635C11.5089 19.509 10.252 20 8.94144 20C7.63089 20 6.37401 19.509 5.44731 18.635C4.52061 17.761 4 16.5756 4 15.3396C4 14.1036 4.52061 12.9182 5.44731 12.0442L13.0117 4.91C13.6295 4.32734 14.4675 4 15.3412 4C16.2149 4 17.0528 4.32734 17.6706 4.91C18.2884 5.49266 18.6355 6.28292 18.6355 7.10693C18.6355 7.93094 18.2884 8.7212 17.6706 9.30386L10.0979 16.4381C9.78902 16.7294 9.37006 16.8931 8.93321 16.8931C8.49636 16.8931 8.0774 16.7294 7.7685 16.4381C7.4596 16.1467 7.28606 15.7516 7.28606 15.3396C7.28606 14.9276 7.4596 14.5325 7.7685 14.2411L14.7568 7.6581",
|
|
383
|
+
stroke: "currentColor",
|
|
384
|
+
strokeWidth: "1.5",
|
|
385
|
+
strokeLinecap: "round",
|
|
386
|
+
strokeLinejoin: "round"
|
|
387
|
+
})
|
|
388
|
+
});
|
|
424
389
|
});
|
|
425
390
|
XoAttachmentOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoAttachmentOutlineIcon";
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
391
|
+
//#endregion
|
|
392
|
+
//#region src/icons/XoBellFillIcon.tsx
|
|
393
|
+
var XoBellFillIcon = forwardRef((props, ref) => {
|
|
394
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
395
|
+
ref,
|
|
396
|
+
viewBox: "0 0 24 24",
|
|
397
|
+
fill: "none",
|
|
398
|
+
stroke: "currentColor",
|
|
399
|
+
...props,
|
|
400
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
401
|
+
d: "M12 4C9.10051 4 6.75 6.30254 6.75 9.14286C6.75 12.5714 5 16 5 16H19C19 16 17.25 12.5714 17.25 9.14286C17.25 6.30254 14.8995 4 12 4Z",
|
|
402
|
+
fill: "currentColor"
|
|
403
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
404
|
+
d: "M9.375 16.4444V17.3333C9.375 17.6835 9.4429 18.0303 9.57482 18.3538C9.70673 18.6774 9.90009 18.9713 10.1438 19.219C10.3876 19.4666 10.677 19.663 10.9955 19.797C11.3139 19.931 11.6553 20 12 20C12.3447 20 12.6861 19.931 13.0045 19.797C13.323 19.663 13.6124 19.4666 13.8562 19.219C14.0999 18.9713 14.2933 18.6774 14.4252 18.3538C14.5571 18.0303 14.625 17.6835 14.625 17.3333V16.4444M17.25 9.33333C17.25 12 19 16.4444 19 16.4444H5C5 16.4444 6.75 12.8889 6.75 9.33333C6.75 6.42844 9.1405 4 12 4C14.8595 4 17.25 6.42844 17.25 9.33333Z",
|
|
405
|
+
stroke: "currentColor",
|
|
406
|
+
strokeWidth: "1.5",
|
|
407
|
+
strokeLinecap: "round",
|
|
408
|
+
strokeLinejoin: "round"
|
|
409
|
+
})]
|
|
410
|
+
});
|
|
441
411
|
});
|
|
442
412
|
XoBellFillIcon.displayName = "@xmart/xorder-ui-icons/XoBellFillIcon";
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
413
|
+
//#endregion
|
|
414
|
+
//#region src/icons/XoBellOutlineIcon.tsx
|
|
415
|
+
var XoBellOutlineIcon = forwardRef((props, ref) => {
|
|
416
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
417
|
+
ref,
|
|
418
|
+
viewBox: "0 0 24 24",
|
|
419
|
+
fill: "none",
|
|
420
|
+
stroke: "currentColor",
|
|
421
|
+
...props,
|
|
422
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
423
|
+
d: "M9.375 16.4444V17.3333C9.375 17.6835 9.4429 18.0303 9.57482 18.3538C9.70673 18.6774 9.90009 18.9713 10.1438 19.219C10.3876 19.4666 10.677 19.663 10.9955 19.797C11.3139 19.931 11.6553 20 12 20C12.3447 20 12.6861 19.931 13.0045 19.797C13.323 19.663 13.6124 19.4666 13.8562 19.219C14.0999 18.9713 14.2933 18.6774 14.4252 18.3538C14.5571 18.0303 14.625 17.6835 14.625 17.3333V16.4444M17.25 9.33333C17.25 12 19 16.4444 19 16.4444H5C5 16.4444 6.75 12.8889 6.75 9.33333C6.75 6.42844 9.1405 4 12 4C14.8595 4 17.25 6.42844 17.25 9.33333Z",
|
|
424
|
+
stroke: "currentColor",
|
|
425
|
+
strokeWidth: "1.5",
|
|
426
|
+
strokeLinecap: "round",
|
|
427
|
+
strokeLinejoin: "round"
|
|
428
|
+
})
|
|
429
|
+
});
|
|
455
430
|
});
|
|
456
431
|
XoBellOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoBellOutlineIcon";
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
432
|
+
//#endregion
|
|
433
|
+
//#region src/icons/XoCalendarOutlineIcon.tsx
|
|
434
|
+
var XoCalendarOutlineIcon = forwardRef((props, ref) => {
|
|
435
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
436
|
+
ref,
|
|
437
|
+
viewBox: "0 0 24 24",
|
|
438
|
+
fill: "none",
|
|
439
|
+
stroke: "currentColor",
|
|
440
|
+
...props,
|
|
441
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
442
|
+
d: "M20 11H4M20 11V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V7C4 5.89543 4.89543 5 6 5H18C19.1046 5 20 5.89543 20 7V11ZM15 3V7M9 3V7",
|
|
443
|
+
stroke: "currentColor",
|
|
444
|
+
strokeWidth: "1.5",
|
|
445
|
+
strokeLinecap: "round",
|
|
446
|
+
strokeLinejoin: "round"
|
|
447
|
+
})
|
|
448
|
+
});
|
|
469
449
|
});
|
|
470
450
|
XoCalendarOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCalendarOutlineIcon";
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
451
|
+
//#endregion
|
|
452
|
+
//#region src/icons/XoCartOutlineIcon.tsx
|
|
453
|
+
var XoCartOutlineIcon = forwardRef((props, ref) => {
|
|
454
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
455
|
+
ref,
|
|
456
|
+
viewBox: "0 0 24 24",
|
|
457
|
+
fill: "none",
|
|
458
|
+
stroke: "currentColor",
|
|
459
|
+
...props,
|
|
460
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
461
|
+
d: "M3 4H5.23684L7 16.5H16.5M16.5 16.5C15.5117 16.5 14.7105 17.2404 14.7105 18.2222C14.7105 19.2041 15.5117 20 16.5 20C17.4883 20 18.2895 19.2041 18.2895 18.2222C18.2895 17.2404 17.4883 16.5 16.5 16.5ZM6.67481 14H17L19 6H5.52444M10.7895 18.2222C10.7895 19.2041 9.9883 20 9 20C8.0117 20 7.21053 19.2041 7.21053 18.2222C7.21053 17.2404 8.0117 16.5 9 16.5C9.9883 16.5 10.7895 17.2404 10.7895 18.2222Z",
|
|
462
|
+
stroke: "currentColor",
|
|
463
|
+
strokeWidth: "1.5",
|
|
464
|
+
strokeLinecap: "round",
|
|
465
|
+
strokeLinejoin: "round"
|
|
466
|
+
})
|
|
467
|
+
});
|
|
483
468
|
});
|
|
484
469
|
XoCartOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCartOutlineIcon";
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
470
|
+
//#endregion
|
|
471
|
+
//#region src/icons/XoCatalogFillIcon.tsx
|
|
472
|
+
var XoCatalogFillIcon = forwardRef((props, ref) => {
|
|
473
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
474
|
+
ref,
|
|
475
|
+
viewBox: "0 0 24 24",
|
|
476
|
+
fill: "none",
|
|
477
|
+
stroke: "currentColor",
|
|
478
|
+
...props,
|
|
479
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
480
|
+
d: "M3 6.51512C3 6.13043 3.22669 5.78202 3.57858 5.66029C6.31783 4.71275 9.29741 4.78502 12 5.87711C14.7026 4.78502 17.6822 4.71275 20.4214 5.66029C20.7733 5.78202 21 6.13043 21 6.51512V17.6346C21 18.2914 20.3612 18.7449 19.7501 18.5727C17.2004 17.8541 14.4833 17.9965 12 19C9.51671 17.9965 6.79957 17.8541 4.24989 18.5727C3.63878 18.7449 3 18.2914 3 17.6346V6.51512Z",
|
|
481
|
+
fill: "currentColor"
|
|
482
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
483
|
+
d: "M12 5.87711C14.7026 4.78502 17.6822 4.71275 20.4214 5.66029C20.7733 5.78202 21 6.13043 21 6.51512V17.6346C21 18.2914 20.3612 18.7449 19.7501 18.5727C17.2004 17.8541 14.4833 17.9965 12 19M12 5.87711C9.29741 4.78502 6.31783 4.71275 3.57858 5.66029C3.22669 5.78202 3 6.13043 3 6.51512V17.6346C3 18.2914 3.63878 18.7449 4.24989 18.5727C6.79957 17.8541 9.51671 17.9965 12 19M12 5.87711V19",
|
|
484
|
+
stroke: "currentColor",
|
|
485
|
+
strokeWidth: "1.5",
|
|
486
|
+
strokeLinejoin: "round"
|
|
487
|
+
})]
|
|
488
|
+
});
|
|
500
489
|
});
|
|
501
490
|
XoCatalogFillIcon.displayName = "@xmart/xorder-ui-icons/XoCatalogFillIcon";
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
491
|
+
//#endregion
|
|
492
|
+
//#region src/icons/XoCatalogOutlineIcon.tsx
|
|
493
|
+
var XoCatalogOutlineIcon = forwardRef((props, ref) => {
|
|
494
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
495
|
+
ref,
|
|
496
|
+
viewBox: "0 0 24 24",
|
|
497
|
+
fill: "none",
|
|
498
|
+
stroke: "currentColor",
|
|
499
|
+
...props,
|
|
500
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
501
|
+
d: "M12 5.87711C14.7026 4.78502 17.6822 4.71275 20.4214 5.66029C20.7733 5.78202 21 6.13043 21 6.51512V17.6346C21 18.2914 20.3612 18.7449 19.7501 18.5727C17.2004 17.8541 14.4833 17.9965 12 19M12 5.87711C9.29741 4.78502 6.31783 4.71275 3.57858 5.66029C3.22669 5.78202 3 6.13043 3 6.51512V17.6346C3 18.2914 3.63878 18.7449 4.24989 18.5727C6.79957 17.8541 9.51671 17.9965 12 19M12 5.87711V19",
|
|
502
|
+
stroke: "currentColor",
|
|
503
|
+
strokeWidth: "1.5",
|
|
504
|
+
strokeLinejoin: "round"
|
|
505
|
+
})
|
|
506
|
+
});
|
|
514
507
|
});
|
|
515
508
|
XoCatalogOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCatalogOutlineIcon";
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
509
|
+
//#endregion
|
|
510
|
+
//#region src/icons/XoCheckCircleFillIcon.tsx
|
|
511
|
+
var XoCheckCircleFillIcon = forwardRef((props, ref) => {
|
|
512
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
513
|
+
ref,
|
|
514
|
+
viewBox: "0 0 24 24",
|
|
515
|
+
fill: "none",
|
|
516
|
+
stroke: "currentColor",
|
|
517
|
+
...props,
|
|
518
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
519
|
+
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",
|
|
520
|
+
stroke: "currentColor",
|
|
521
|
+
strokeWidth: "1.5",
|
|
522
|
+
strokeLinecap: "round",
|
|
523
|
+
strokeLinejoin: "round"
|
|
524
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
525
|
+
fillRule: "evenodd",
|
|
526
|
+
clipRule: "evenodd",
|
|
527
|
+
d: "M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM16.9749 9.86366C17.2678 9.57077 17.2678 9.0959 16.9749 8.803C16.682 8.51011 16.2072 8.51011 15.9143 8.803L10.2224 14.4949L8.08599 12.3586C7.7931 12.0657 7.31822 12.0657 7.02533 12.3586C6.73244 12.6515 6.73244 13.1263 7.02534 13.4192L9.69204 16.0859C9.98493 16.3788 10.4598 16.3788 10.7527 16.0859L16.9749 9.86366Z",
|
|
528
|
+
fill: "currentColor"
|
|
529
|
+
})]
|
|
530
|
+
});
|
|
531
531
|
});
|
|
532
532
|
XoCheckCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoCheckCircleFillIcon";
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
533
|
+
//#endregion
|
|
534
|
+
//#region src/icons/XoCheckCircleOutlineIcon.tsx
|
|
535
|
+
var XoCheckCircleOutlineIcon = forwardRef((props, ref) => {
|
|
536
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
537
|
+
ref,
|
|
538
|
+
viewBox: "0 0 24 24",
|
|
539
|
+
fill: "none",
|
|
540
|
+
stroke: "currentColor",
|
|
541
|
+
...props,
|
|
542
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
543
|
+
d: "M16.4444 9.33333L10.2222 15.5556L7.5555 12.8889M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
544
|
+
stroke: "currentColor",
|
|
545
|
+
strokeWidth: "1.5",
|
|
546
|
+
strokeLinecap: "round",
|
|
547
|
+
strokeLinejoin: "round"
|
|
548
|
+
})
|
|
549
|
+
});
|
|
545
550
|
});
|
|
546
551
|
XoCheckCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCheckCircleOutlineIcon";
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
552
|
+
//#endregion
|
|
553
|
+
//#region src/icons/XoCheckOutlineIcon.tsx
|
|
554
|
+
var XoCheckOutlineIcon = forwardRef((props, ref) => {
|
|
555
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
556
|
+
ref,
|
|
557
|
+
viewBox: "0 0 24 24",
|
|
558
|
+
fill: "none",
|
|
559
|
+
stroke: "currentColor",
|
|
560
|
+
...props,
|
|
561
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
562
|
+
d: "M20 6L9 18L4 13",
|
|
563
|
+
stroke: "currentColor",
|
|
564
|
+
strokeWidth: "1.5",
|
|
565
|
+
strokeLinecap: "round",
|
|
566
|
+
strokeLinejoin: "round"
|
|
567
|
+
})
|
|
568
|
+
});
|
|
559
569
|
});
|
|
560
570
|
XoCheckOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCheckOutlineIcon";
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
571
|
+
//#endregion
|
|
572
|
+
//#region src/icons/XoCheckSOutlineIcon.tsx
|
|
573
|
+
var XoCheckSOutlineIcon = forwardRef((props, ref) => {
|
|
574
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
575
|
+
ref,
|
|
576
|
+
viewBox: "0 0 24 24",
|
|
577
|
+
fill: "none",
|
|
578
|
+
stroke: "currentColor",
|
|
579
|
+
...props,
|
|
580
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
581
|
+
d: "M17 8L10 16L7 13",
|
|
582
|
+
stroke: "currentColor",
|
|
583
|
+
strokeWidth: "1.5",
|
|
584
|
+
strokeLinecap: "round",
|
|
585
|
+
strokeLinejoin: "round"
|
|
586
|
+
})
|
|
587
|
+
});
|
|
573
588
|
});
|
|
574
589
|
XoCheckSOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCheckSOutlineIcon";
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
590
|
+
//#endregion
|
|
591
|
+
//#region src/icons/XoChevronCircleDownOutlineIcon.tsx
|
|
592
|
+
var XoChevronCircleDownOutlineIcon = forwardRef((props, ref) => {
|
|
593
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
594
|
+
ref,
|
|
595
|
+
viewBox: "0 0 24 24",
|
|
596
|
+
fill: "none",
|
|
597
|
+
stroke: "currentColor",
|
|
598
|
+
...props,
|
|
599
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
600
|
+
d: "M7.55556 10.2222L12 14.6667L16.4444 10.2222M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
601
|
+
stroke: "currentColor",
|
|
602
|
+
strokeWidth: "1.5",
|
|
603
|
+
strokeLinecap: "round",
|
|
604
|
+
strokeLinejoin: "round"
|
|
605
|
+
})
|
|
606
|
+
});
|
|
587
607
|
});
|
|
588
608
|
XoChevronCircleDownOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronCircleDownOutlineIcon";
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
609
|
+
//#endregion
|
|
610
|
+
//#region src/icons/XoChevronCircleLeftOutlineIcon.tsx
|
|
611
|
+
var XoChevronCircleLeftOutlineIcon = forwardRef((props, ref) => {
|
|
612
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
613
|
+
ref,
|
|
614
|
+
viewBox: "0 0 24 24",
|
|
615
|
+
fill: "none",
|
|
616
|
+
stroke: "currentColor",
|
|
617
|
+
...props,
|
|
618
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
619
|
+
d: "M13.7778 7.55556L9.33333 12L13.7778 16.4444M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
620
|
+
stroke: "currentColor",
|
|
621
|
+
strokeWidth: "1.5",
|
|
622
|
+
strokeLinecap: "round",
|
|
623
|
+
strokeLinejoin: "round"
|
|
624
|
+
})
|
|
625
|
+
});
|
|
601
626
|
});
|
|
602
627
|
XoChevronCircleLeftOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronCircleLeftOutlineIcon";
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
628
|
+
//#endregion
|
|
629
|
+
//#region src/icons/XoChevronCircleRightOutlineIcon.tsx
|
|
630
|
+
var XoChevronCircleRightOutlineIcon = forwardRef((props, ref) => {
|
|
631
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
632
|
+
ref,
|
|
633
|
+
viewBox: "0 0 24 24",
|
|
634
|
+
fill: "none",
|
|
635
|
+
stroke: "currentColor",
|
|
636
|
+
...props,
|
|
637
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
638
|
+
d: "M10.2222 16.4444L14.6667 12L10.2222 7.55556M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
639
|
+
stroke: "currentColor",
|
|
640
|
+
strokeWidth: "1.5",
|
|
641
|
+
strokeLinecap: "round",
|
|
642
|
+
strokeLinejoin: "round"
|
|
643
|
+
})
|
|
644
|
+
});
|
|
615
645
|
});
|
|
616
646
|
XoChevronCircleRightOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronCircleRightOutlineIcon";
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
647
|
+
//#endregion
|
|
648
|
+
//#region src/icons/XoChevronCircleUpOutlineIcon.tsx
|
|
649
|
+
var XoChevronCircleUpOutlineIcon = forwardRef((props, ref) => {
|
|
650
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
651
|
+
ref,
|
|
652
|
+
viewBox: "0 0 24 24",
|
|
653
|
+
fill: "none",
|
|
654
|
+
stroke: "currentColor",
|
|
655
|
+
...props,
|
|
656
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
657
|
+
d: "M16.4444 13.7778L12 9.33333L7.55556 13.7778M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
658
|
+
stroke: "currentColor",
|
|
659
|
+
strokeWidth: "1.5",
|
|
660
|
+
strokeLinecap: "round",
|
|
661
|
+
strokeLinejoin: "round"
|
|
662
|
+
})
|
|
663
|
+
});
|
|
629
664
|
});
|
|
630
665
|
XoChevronCircleUpOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronCircleUpOutlineIcon";
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
666
|
+
//#endregion
|
|
667
|
+
//#region src/icons/XoChevronDownOutlineIcon.tsx
|
|
668
|
+
var XoChevronDownOutlineIcon = forwardRef((props, ref) => {
|
|
669
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
670
|
+
ref,
|
|
671
|
+
viewBox: "0 0 24 24",
|
|
672
|
+
fill: "none",
|
|
673
|
+
stroke: "currentColor",
|
|
674
|
+
...props,
|
|
675
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
676
|
+
d: "M6 9L12 15L18 9",
|
|
677
|
+
stroke: "currentColor",
|
|
678
|
+
strokeWidth: "1.5",
|
|
679
|
+
strokeLinecap: "round",
|
|
680
|
+
strokeLinejoin: "round"
|
|
681
|
+
})
|
|
682
|
+
});
|
|
643
683
|
});
|
|
644
684
|
XoChevronDownOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronDownOutlineIcon";
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
685
|
+
//#endregion
|
|
686
|
+
//#region src/icons/XoChevronLeftOutlineIcon.tsx
|
|
687
|
+
var XoChevronLeftOutlineIcon = forwardRef((props, ref) => {
|
|
688
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
689
|
+
ref,
|
|
690
|
+
viewBox: "0 0 24 24",
|
|
691
|
+
fill: "none",
|
|
692
|
+
stroke: "currentColor",
|
|
693
|
+
...props,
|
|
694
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
695
|
+
d: "M15 6L9 12L15 18",
|
|
696
|
+
stroke: "currentColor",
|
|
697
|
+
strokeWidth: "1.5",
|
|
698
|
+
strokeLinecap: "round",
|
|
699
|
+
strokeLinejoin: "round"
|
|
700
|
+
})
|
|
701
|
+
});
|
|
657
702
|
});
|
|
658
703
|
XoChevronLeftOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronLeftOutlineIcon";
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
704
|
+
//#endregion
|
|
705
|
+
//#region src/icons/XoChevronRightOutlineIcon.tsx
|
|
706
|
+
var XoChevronRightOutlineIcon = forwardRef((props, ref) => {
|
|
707
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
708
|
+
ref,
|
|
709
|
+
viewBox: "0 0 24 24",
|
|
710
|
+
fill: "none",
|
|
711
|
+
stroke: "currentColor",
|
|
712
|
+
...props,
|
|
713
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
714
|
+
d: "M9 18L15 12L9 6",
|
|
715
|
+
stroke: "currentColor",
|
|
716
|
+
strokeWidth: "1.5",
|
|
717
|
+
strokeLinecap: "round",
|
|
718
|
+
strokeLinejoin: "round"
|
|
719
|
+
})
|
|
720
|
+
});
|
|
671
721
|
});
|
|
672
722
|
XoChevronRightOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronRightOutlineIcon";
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
723
|
+
//#endregion
|
|
724
|
+
//#region src/icons/XoChevronUpOutlineIcon.tsx
|
|
725
|
+
var XoChevronUpOutlineIcon = forwardRef((props, ref) => {
|
|
726
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
727
|
+
ref,
|
|
728
|
+
viewBox: "0 0 24 24",
|
|
729
|
+
fill: "none",
|
|
730
|
+
stroke: "currentColor",
|
|
731
|
+
...props,
|
|
732
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
733
|
+
d: "M18 14L12 8L6 14",
|
|
734
|
+
stroke: "currentColor",
|
|
735
|
+
strokeWidth: "1.5",
|
|
736
|
+
strokeLinecap: "round",
|
|
737
|
+
strokeLinejoin: "round"
|
|
738
|
+
})
|
|
739
|
+
});
|
|
685
740
|
});
|
|
686
741
|
XoChevronUpOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronUpOutlineIcon";
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
742
|
+
//#endregion
|
|
743
|
+
//#region src/icons/XoChevronWDownOutlineIcon.tsx
|
|
744
|
+
var XoChevronWDownOutlineIcon = forwardRef((props, ref) => {
|
|
745
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
746
|
+
ref,
|
|
747
|
+
viewBox: "0 0 24 24",
|
|
748
|
+
fill: "none",
|
|
749
|
+
stroke: "currentColor",
|
|
750
|
+
...props,
|
|
751
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
752
|
+
d: "M7 13L12 17L17 13",
|
|
753
|
+
stroke: "currentColor",
|
|
754
|
+
strokeWidth: "1.5",
|
|
755
|
+
strokeLinecap: "round",
|
|
756
|
+
strokeLinejoin: "round"
|
|
757
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
758
|
+
d: "M7 8L12 12L17 8",
|
|
759
|
+
stroke: "currentColor",
|
|
760
|
+
strokeWidth: "1.5",
|
|
761
|
+
strokeLinecap: "round",
|
|
762
|
+
strokeLinejoin: "round"
|
|
763
|
+
})]
|
|
764
|
+
});
|
|
702
765
|
});
|
|
703
766
|
XoChevronWDownOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoChevronWDownOutlineIcon";
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
767
|
+
//#endregion
|
|
768
|
+
//#region src/icons/XoClockFillIcon.tsx
|
|
769
|
+
var XoClockFillIcon = forwardRef((props, ref) => {
|
|
770
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
771
|
+
ref,
|
|
772
|
+
viewBox: "0 0 24 24",
|
|
773
|
+
fill: "none",
|
|
774
|
+
stroke: "currentColor",
|
|
775
|
+
...props,
|
|
776
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
777
|
+
fillRule: "evenodd",
|
|
778
|
+
clipRule: "evenodd",
|
|
779
|
+
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12.8889 8.44444C12.8889 7.95352 12.4909 7.55556 12 7.55556C11.5091 7.55556 11.1111 7.95352 11.1111 8.44444V12C11.1111 12.2357 11.2048 12.4618 11.3715 12.6285L13.1492 14.4063C13.4964 14.7535 14.0592 14.7535 14.4063 14.4063C14.7535 14.0592 14.7535 13.4964 14.4063 13.1492L12.8889 11.6318V8.44444Z",
|
|
780
|
+
fill: "currentColor"
|
|
781
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
782
|
+
cx: "12",
|
|
783
|
+
cy: "12",
|
|
784
|
+
r: "8",
|
|
785
|
+
stroke: "currentColor",
|
|
786
|
+
strokeWidth: "1.5"
|
|
787
|
+
})]
|
|
788
|
+
});
|
|
719
789
|
});
|
|
720
790
|
XoClockFillIcon.displayName = "@xmart/xorder-ui-icons/XoClockFillIcon";
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
791
|
+
//#endregion
|
|
792
|
+
//#region src/icons/XoClockOutlineIcon.tsx
|
|
793
|
+
var XoClockOutlineIcon = forwardRef((props, ref) => {
|
|
794
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
795
|
+
ref,
|
|
796
|
+
viewBox: "0 0 24 24",
|
|
797
|
+
fill: "none",
|
|
798
|
+
stroke: "currentColor",
|
|
799
|
+
...props,
|
|
800
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
801
|
+
d: "M12 8.44444V12L13.7778 13.7778M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
802
|
+
stroke: "currentColor",
|
|
803
|
+
strokeWidth: "1.5",
|
|
804
|
+
strokeLinecap: "round",
|
|
805
|
+
strokeLinejoin: "round"
|
|
806
|
+
})
|
|
807
|
+
});
|
|
733
808
|
});
|
|
734
809
|
XoClockOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoClockOutlineIcon";
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
810
|
+
//#endregion
|
|
811
|
+
//#region src/icons/XoCrossOutlineIcon.tsx
|
|
812
|
+
var XoCrossOutlineIcon = forwardRef((props, ref) => {
|
|
813
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
814
|
+
ref,
|
|
815
|
+
viewBox: "0 0 24 24",
|
|
816
|
+
fill: "none",
|
|
817
|
+
stroke: "currentColor",
|
|
818
|
+
...props,
|
|
819
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
820
|
+
d: "M18 6L6 18M6.00001 6L18 18",
|
|
821
|
+
stroke: "currentColor",
|
|
822
|
+
strokeWidth: "1.5",
|
|
823
|
+
strokeLinecap: "round",
|
|
824
|
+
strokeLinejoin: "round"
|
|
825
|
+
})
|
|
826
|
+
});
|
|
747
827
|
});
|
|
748
828
|
XoCrossOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCrossOutlineIcon";
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
829
|
+
//#endregion
|
|
830
|
+
//#region src/icons/XoCrossSOutlineIcon.tsx
|
|
831
|
+
var XoCrossSOutlineIcon = forwardRef((props, ref) => {
|
|
832
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
833
|
+
ref,
|
|
834
|
+
viewBox: "0 0 24 24",
|
|
835
|
+
fill: "none",
|
|
836
|
+
stroke: "currentColor",
|
|
837
|
+
...props,
|
|
838
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
839
|
+
d: "M16 8L8 16M8.00001 8L16 16",
|
|
840
|
+
stroke: "currentColor",
|
|
841
|
+
strokeWidth: "1.5",
|
|
842
|
+
strokeLinecap: "round",
|
|
843
|
+
strokeLinejoin: "round"
|
|
844
|
+
})
|
|
845
|
+
});
|
|
761
846
|
});
|
|
762
847
|
XoCrossSOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoCrossSOutlineIcon";
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
848
|
+
//#endregion
|
|
849
|
+
//#region src/icons/XoDownloadOutlineIcon.tsx
|
|
850
|
+
var XoDownloadOutlineIcon = forwardRef((props, ref) => {
|
|
851
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
852
|
+
ref,
|
|
853
|
+
viewBox: "0 0 24 24",
|
|
854
|
+
fill: "none",
|
|
855
|
+
stroke: "currentColor",
|
|
856
|
+
...props,
|
|
857
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
858
|
+
d: "M20 15V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18L4 15M8 11L12 15M12 15L16 11M12 15V4",
|
|
859
|
+
stroke: "currentColor",
|
|
860
|
+
strokeWidth: "1.5",
|
|
861
|
+
strokeLinecap: "round",
|
|
862
|
+
strokeLinejoin: "round"
|
|
863
|
+
})
|
|
864
|
+
});
|
|
775
865
|
});
|
|
776
866
|
XoDownloadOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoDownloadOutlineIcon";
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
867
|
+
//#endregion
|
|
868
|
+
//#region src/icons/XoEditOutlineIcon.tsx
|
|
869
|
+
var XoEditOutlineIcon = forwardRef((props, ref) => {
|
|
870
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
871
|
+
ref,
|
|
872
|
+
viewBox: "0 0 24 24",
|
|
873
|
+
fill: "none",
|
|
874
|
+
stroke: "currentColor",
|
|
875
|
+
...props,
|
|
876
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
877
|
+
d: "M14 6L8 12V16H12L18 10M14 6L17 3L21 7L18 10M14 6L18 10M10 4L4 4L4 20L20 20V14",
|
|
878
|
+
stroke: "currentColor",
|
|
879
|
+
strokeWidth: "1.5",
|
|
880
|
+
strokeLinecap: "round",
|
|
881
|
+
strokeLinejoin: "round"
|
|
882
|
+
})
|
|
883
|
+
});
|
|
789
884
|
});
|
|
790
885
|
XoEditOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoEditOutlineIcon";
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
886
|
+
//#endregion
|
|
887
|
+
//#region src/icons/XoEyeClosedOutlineIcon.tsx
|
|
888
|
+
var XoEyeClosedOutlineIcon = forwardRef((props, ref) => {
|
|
889
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
890
|
+
ref,
|
|
891
|
+
viewBox: "0 0 24 24",
|
|
892
|
+
fill: "none",
|
|
893
|
+
stroke: "currentColor",
|
|
894
|
+
...props,
|
|
895
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
896
|
+
d: "M20 14.8335C21.3082 13.3317 22 12 22 12C22 12 18.3636 5 12 5C11.6588 5 11.3254 5.02013 11 5.05822C10.6578 5.09828 10.3244 5.15822 10 5.23552M12 9C12.3506 9 12.6872 9.06015 13 9.17071C13.8524 9.47199 14.528 10.1476 14.8293 11C14.9398 11.3128 15 11.6494 15 12M3 3L21 21M12 15C11.6494 15 11.3128 14.9398 11 14.8293C10.1476 14.528 9.47198 13.8524 9.1707 13C9.11386 12.8392 9.07034 12.6721 9.04147 12.5M4.14701 9C3.83877 9.34451 3.56234 9.68241 3.31864 10C2.45286 11.1282 2 12 2 12C2 12 5.63636 19 12 19C12.3412 19 12.6746 18.9799 13 18.9418",
|
|
897
|
+
stroke: "currentColor",
|
|
898
|
+
strokeWidth: "1.5",
|
|
899
|
+
strokeLinecap: "round",
|
|
900
|
+
strokeLinejoin: "round"
|
|
901
|
+
})
|
|
902
|
+
});
|
|
803
903
|
});
|
|
804
904
|
XoEyeClosedOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoEyeClosedOutlineIcon";
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
905
|
+
//#endregion
|
|
906
|
+
//#region src/icons/XoEyeOpenOutlineIcon.tsx
|
|
907
|
+
var XoEyeOpenOutlineIcon = forwardRef((props, ref) => {
|
|
908
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
909
|
+
ref,
|
|
910
|
+
viewBox: "0 0 24 24",
|
|
911
|
+
fill: "none",
|
|
912
|
+
stroke: "currentColor",
|
|
913
|
+
...props,
|
|
914
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
915
|
+
d: "M12 5C5.63636 5 2 12 2 12C2 12 5.63636 19 12 19C18.3636 19 22 12 22 12C22 12 18.3636 5 12 5Z",
|
|
916
|
+
stroke: "currentColor",
|
|
917
|
+
strokeWidth: "1.5",
|
|
918
|
+
strokeLinecap: "round",
|
|
919
|
+
strokeLinejoin: "round"
|
|
920
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
921
|
+
d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z",
|
|
922
|
+
stroke: "currentColor",
|
|
923
|
+
strokeWidth: "1.5",
|
|
924
|
+
strokeLinecap: "round",
|
|
925
|
+
strokeLinejoin: "round"
|
|
926
|
+
})]
|
|
927
|
+
});
|
|
820
928
|
});
|
|
821
929
|
XoEyeOpenOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoEyeOpenOutlineIcon";
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
930
|
+
//#endregion
|
|
931
|
+
//#region src/icons/XoFiltersOutlineIcon.tsx
|
|
932
|
+
var XoFiltersOutlineIcon = forwardRef((props, ref) => {
|
|
933
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
934
|
+
ref,
|
|
935
|
+
viewBox: "0 0 24 24",
|
|
936
|
+
fill: "none",
|
|
937
|
+
stroke: "currentColor",
|
|
938
|
+
...props,
|
|
939
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
940
|
+
d: "M4 5L10 5M10 5C10 6.10457 10.8954 7 12 7C13.1046 7 14 6.10457 14 5M10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5M14 5L20 5M4 12H16M16 12C16 13.1046 16.8954 14 18 14C19.1046 14 20 13.1046 20 12C20 10.8954 19.1046 10 18 10C16.8954 10 16 10.8954 16 12ZM8 19H20M8 19C8 17.8954 7.10457 17 6 17C4.89543 17 4 17.8954 4 19C4 20.1046 4.89543 21 6 21C7.10457 21 8 20.1046 8 19Z",
|
|
941
|
+
stroke: "currentColor",
|
|
942
|
+
strokeWidth: "1.5",
|
|
943
|
+
strokeLinecap: "round"
|
|
944
|
+
})
|
|
945
|
+
});
|
|
834
946
|
});
|
|
835
947
|
XoFiltersOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoFiltersOutlineIcon";
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
948
|
+
//#endregion
|
|
949
|
+
//#region src/icons/XoGridOutlineIcon.tsx
|
|
950
|
+
var XoGridOutlineIcon = forwardRef((props, ref) => {
|
|
951
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
952
|
+
ref,
|
|
953
|
+
viewBox: "0 0 24 24",
|
|
954
|
+
fill: "none",
|
|
955
|
+
stroke: "currentColor",
|
|
956
|
+
...props,
|
|
957
|
+
children: [
|
|
958
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
959
|
+
d: "M4 4H10.5882V10.5882H4V4Z",
|
|
960
|
+
stroke: "currentColor",
|
|
961
|
+
strokeWidth: "1.5",
|
|
962
|
+
strokeLinecap: "round",
|
|
963
|
+
strokeLinejoin: "round"
|
|
964
|
+
}),
|
|
965
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
966
|
+
d: "M4 13.4118H10.5882V20H4V13.4118Z",
|
|
967
|
+
stroke: "currentColor",
|
|
968
|
+
strokeWidth: "1.5",
|
|
969
|
+
strokeLinecap: "round",
|
|
970
|
+
strokeLinejoin: "round"
|
|
971
|
+
}),
|
|
972
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
973
|
+
d: "M13.4118 4H20V10.5882H13.4118V4Z",
|
|
974
|
+
stroke: "currentColor",
|
|
975
|
+
strokeWidth: "1.5",
|
|
976
|
+
strokeLinecap: "round",
|
|
977
|
+
strokeLinejoin: "round"
|
|
978
|
+
}),
|
|
979
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
980
|
+
d: "M13.4118 13.4118H20V20H13.4118V13.4118Z",
|
|
981
|
+
stroke: "currentColor",
|
|
982
|
+
strokeWidth: "1.5",
|
|
983
|
+
strokeLinecap: "round",
|
|
984
|
+
strokeLinejoin: "round"
|
|
985
|
+
})
|
|
986
|
+
]
|
|
987
|
+
});
|
|
853
988
|
});
|
|
854
989
|
XoGridOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoGridOutlineIcon";
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
990
|
+
//#endregion
|
|
991
|
+
//#region src/icons/XoHomeFillIcon.tsx
|
|
992
|
+
var XoHomeFillIcon = forwardRef((props, ref) => {
|
|
993
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
994
|
+
ref,
|
|
995
|
+
viewBox: "0 0 24 24",
|
|
996
|
+
fill: "none",
|
|
997
|
+
stroke: "currentColor",
|
|
998
|
+
...props,
|
|
999
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1000
|
+
d: "M14 20V14.3529C14 13.3176 13.1 12.4706 12 12.4706C10.9 12.4706 10 13.3176 10 14.3529V20H4V10.5882L12 4L20 10.5882V20H14Z",
|
|
1001
|
+
fill: "currentColor",
|
|
1002
|
+
stroke: "currentColor",
|
|
1003
|
+
strokeWidth: "1.5",
|
|
1004
|
+
strokeLinecap: "round",
|
|
1005
|
+
strokeLinejoin: "round"
|
|
1006
|
+
})
|
|
1007
|
+
});
|
|
867
1008
|
});
|
|
868
1009
|
XoHomeFillIcon.displayName = "@xmart/xorder-ui-icons/XoHomeFillIcon";
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
1010
|
+
//#endregion
|
|
1011
|
+
//#region src/icons/XoHomeOutlineIcon.tsx
|
|
1012
|
+
var XoHomeOutlineIcon = forwardRef((props, ref) => {
|
|
1013
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1014
|
+
ref,
|
|
1015
|
+
viewBox: "0 0 24 24",
|
|
1016
|
+
fill: "none",
|
|
1017
|
+
stroke: "currentColor",
|
|
1018
|
+
...props,
|
|
1019
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1020
|
+
d: "M14 20V14.3529C14 13.3176 13.1 12.4706 12 12.4706C10.9 12.4706 10 13.3176 10 14.3529V20H4V10.5882L12 4L20 10.5882V20H14Z",
|
|
1021
|
+
stroke: "currentColor",
|
|
1022
|
+
strokeWidth: "1.5",
|
|
1023
|
+
strokeLinecap: "round",
|
|
1024
|
+
strokeLinejoin: "round"
|
|
1025
|
+
})
|
|
1026
|
+
});
|
|
881
1027
|
});
|
|
882
1028
|
XoHomeOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoHomeOutlineIcon";
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
1029
|
+
//#endregion
|
|
1030
|
+
//#region src/icons/XoImageAddOutlineIcon.tsx
|
|
1031
|
+
var XoImageAddOutlineIcon = forwardRef((props, ref) => {
|
|
1032
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1033
|
+
ref,
|
|
1034
|
+
viewBox: "0 0 24 24",
|
|
1035
|
+
fill: "none",
|
|
1036
|
+
...props,
|
|
1037
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1038
|
+
d: "M9 13.5L9.48014 12.9238C9.1937 12.6851 8.77542 12.6931 8.49828 12.9425L9 13.5ZM4 4V3.25C3.58579 3.25 3.25 3.58579 3.25 4H4ZM20 4H20.75C20.75 3.58579 20.4142 3.25 20 3.25V4ZM4 20H3.25C3.25 20.4142 3.58579 20.75 4 20.75V20ZM14 20.75C14.4142 20.75 14.75 20.4142 14.75 20C14.75 19.5858 14.4142 19.25 14 19.25V20.75ZM19.25 12C19.25 12.4142 19.5858 12.75 20 12.75C20.4142 12.75 20.75 12.4142 20.75 12H19.25ZM17 14L17.5303 13.4697C17.2374 13.1768 16.7626 13.1768 16.4697 13.4697L17 14ZM16.25 18C16.25 18.4142 16.5858 18.75 17 18.75C17.4142 18.75 17.75 18.4142 17.75 18H16.25ZM14.9697 14.9697C14.6768 15.2625 14.6768 15.7374 14.9697 16.0303C15.2626 16.3232 15.7374 16.3232 16.0303 16.0303L14.9697 14.9697ZM17.9697 16.0303C18.2626 16.3232 18.7374 16.3232 19.0303 16.0303C19.3232 15.7374 19.3232 15.2625 19.0303 14.9697L17.9697 16.0303ZM10.25 9C10.25 9.69036 9.69036 10.25 9 10.25V11.75C10.5188 11.75 11.75 10.5188 11.75 9H10.25ZM9 10.25C8.30964 10.25 7.75 9.69036 7.75 9H6.25C6.25 10.5188 7.48122 11.75 9 11.75V10.25ZM7.75 9C7.75 8.30964 8.30964 7.75 9 7.75V6.25C7.48122 6.25 6.25 7.48122 6.25 9H7.75ZM9 7.75C9.69036 7.75 10.25 8.30964 10.25 9H11.75C11.75 7.48122 10.5188 6.25 9 6.25V7.75ZM12.4801 15.4238L9.48014 12.9238L8.51986 14.0762L11.5199 16.5762L12.4801 15.4238ZM8.49828 12.9425L3.49828 17.4425L4.50172 18.5575L9.50172 14.0575L8.49828 12.9425ZM21.25 16C21.25 18.3472 19.3472 20.25 17 20.25V21.75C20.1756 21.75 22.75 19.1756 22.75 16H21.25ZM17 20.25C14.6528 20.25 12.75 18.3472 12.75 16H11.25C11.25 19.1756 13.8244 21.75 17 21.75V20.25ZM12.75 16C12.75 13.6528 14.6528 11.75 17 11.75V10.25C13.8244 10.25 11.25 12.8244 11.25 16H12.75ZM17 11.75C19.3472 11.75 21.25 13.6528 21.25 16H22.75C22.75 12.8244 20.1756 10.25 17 10.25V11.75ZM4 4.75H20V3.25H4V4.75ZM4.75 20V4H3.25V20H4.75ZM14 19.25H4V20.75H14V19.25ZM19.25 4V12H20.75V4H19.25ZM16.25 14V18H17.75V14H16.25ZM16.4697 13.4697L14.9697 14.9697L16.0303 16.0303L17.5303 14.5303L16.4697 13.4697ZM16.4697 14.5303L17.9697 16.0303L19.0303 14.9697L17.5303 13.4697L16.4697 14.5303Z",
|
|
1039
|
+
fill: "currentColor"
|
|
1040
|
+
})
|
|
1041
|
+
});
|
|
894
1042
|
});
|
|
895
1043
|
XoImageAddOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoImageAddOutlineIcon";
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
1044
|
+
//#endregion
|
|
1045
|
+
//#region src/icons/XoImageEditOutlineIcon.tsx
|
|
1046
|
+
var XoImageEditOutlineIcon = forwardRef((props, ref) => {
|
|
1047
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1048
|
+
ref,
|
|
1049
|
+
viewBox: "0 0 24 24",
|
|
1050
|
+
fill: "none",
|
|
1051
|
+
...props,
|
|
1052
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1053
|
+
d: "M7 18.25C6.58579 18.25 6.25 18.5858 6.25 19C6.25 19.4142 6.58579 19.75 7 19.75V18.25ZM5 17H4.25C4.25 17.2918 4.41921 17.5571 4.68378 17.6801C4.94836 17.8031 5.26026 17.7615 5.48335 17.5735L5 17ZM18.25 17C18.25 17.4142 18.5858 17.75 19 17.75C19.4142 17.75 19.75 17.4142 19.75 17H18.25ZM17 19.75C17.4142 19.75 17.75 19.4142 17.75 19C17.75 18.5858 17.4142 18.25 17 18.25V19.75ZM17 5.75C17.4142 5.75 17.75 5.41421 17.75 5C17.75 4.58579 17.4142 4.25 17 4.25V5.75ZM19.75 7C19.75 6.58579 19.4142 6.25 19 6.25C18.5858 6.25 18.25 6.58579 18.25 7H19.75ZM7 4.25C6.58579 4.25 6.25 4.58579 6.25 5C6.25 5.41421 6.58579 5.75 7 5.75V4.25ZM5.75 7C5.75 6.58579 5.41421 6.25 5 6.25C4.58579 6.25 4.25 6.58579 4.25 7H5.75ZM15.5 11.125L15.9939 10.5606L15.4658 10.0985L14.9697 10.5947L15.5 11.125ZM11.5625 15.0625L11.094 15.6482L11.6182 16.0675L12.0928 15.5928L11.5625 15.0625ZM9.375 13.3125L9.84352 12.7268L9.36258 12.3421L8.89165 12.739L9.375 13.3125ZM7 5.75H17V4.25H7V5.75ZM18.25 7V17H19.75V7H18.25ZM17 18.25H7V19.75H17V18.25ZM5.75 17V7H4.25V17H5.75ZM10.375 9.375C10.375 9.92728 9.92728 10.375 9.375 10.375V11.875C10.7557 11.875 11.875 10.7557 11.875 9.375H10.375ZM9.375 10.375C8.82272 10.375 8.375 9.92728 8.375 9.375H6.875C6.875 10.7557 7.99429 11.875 9.375 11.875V10.375ZM8.375 9.375C8.375 8.82272 8.82272 8.375 9.375 8.375V6.875C7.99429 6.875 6.875 7.99429 6.875 9.375H8.375ZM9.375 8.375C9.92728 8.375 10.375 8.82272 10.375 9.375H11.875C11.875 7.99429 10.7557 6.875 9.375 6.875V8.375ZM14.9697 10.5947L11.0322 14.5322L12.0928 15.5928L16.0303 11.6553L14.9697 10.5947ZM12.031 14.4768L9.84352 12.7268L8.90648 13.8982L11.094 15.6482L12.031 14.4768ZM8.89165 12.739L4.51665 16.4265L5.48335 17.5735L9.85835 13.886L8.89165 12.739ZM15.0061 11.6894L18.5061 14.7519L19.4939 13.6231L15.9939 10.5606L15.0061 11.6894ZM4 3.75H6V2.25H4V3.75ZM6.25 4V6H7.75V4H6.25ZM6 6.25H4V7.75H6V6.25ZM3.75 6V4H2.25V6H3.75ZM4 6.25C3.86193 6.25 3.75 6.13807 3.75 6H2.25C2.25 6.9665 3.0335 7.75 4 7.75V6.25ZM6.25 6C6.25 6.13807 6.13807 6.25 6 6.25V7.75C6.9665 7.75 7.75 6.9665 7.75 6H6.25ZM6 3.75C6.13807 3.75 6.25 3.86193 6.25 4H7.75C7.75 3.0335 6.9665 2.25 6 2.25V3.75ZM4 2.25C3.0335 2.25 2.25 3.0335 2.25 4H3.75C3.75 3.86193 3.86193 3.75 4 3.75V2.25ZM18 3.75H20V2.25H18V3.75ZM20.25 4V6H21.75V4H20.25ZM20 6.25H18V7.75H20V6.25ZM17.75 6V4H16.25V6H17.75ZM18 6.25C17.8619 6.25 17.75 6.13807 17.75 6H16.25C16.25 6.9665 17.0335 7.75 18 7.75V6.25ZM20.25 6C20.25 6.13807 20.1381 6.25 20 6.25V7.75C20.9665 7.75 21.75 6.9665 21.75 6H20.25ZM20 3.75C20.1381 3.75 20.25 3.86193 20.25 4H21.75C21.75 3.0335 20.9665 2.25 20 2.25V3.75ZM18 2.25C17.0335 2.25 16.25 3.0335 16.25 4H17.75C17.75 3.86193 17.8619 3.75 18 3.75V2.25ZM4 17.75H6V16.25H4V17.75ZM6.25 18V20H7.75V18H6.25ZM6 20.25H4V21.75H6V20.25ZM3.75 20V18H2.25V20H3.75ZM4 20.25C3.86193 20.25 3.75 20.1381 3.75 20H2.25C2.25 20.9665 3.0335 21.75 4 21.75V20.25ZM6.25 20C6.25 20.1381 6.13807 20.25 6 20.25V21.75C6.9665 21.75 7.75 20.9665 7.75 20H6.25ZM6 17.75C6.13807 17.75 6.25 17.8619 6.25 18H7.75C7.75 17.0335 6.9665 16.25 6 16.25V17.75ZM4 16.25C3.0335 16.25 2.25 17.0335 2.25 18H3.75C3.75 17.8619 3.86193 17.75 4 17.75V16.25ZM18 17.75H20V16.25H18V17.75ZM20.25 18V20H21.75V18H20.25ZM20 20.25H18V21.75H20V20.25ZM17.75 20V18H16.25V20H17.75ZM18 20.25C17.8619 20.25 17.75 20.1381 17.75 20H16.25C16.25 20.9665 17.0335 21.75 18 21.75V20.25ZM20.25 20C20.25 20.1381 20.1381 20.25 20 20.25V21.75C20.9665 21.75 21.75 20.9665 21.75 20H20.25ZM20 17.75C20.1381 17.75 20.25 17.8619 20.25 18H21.75C21.75 17.0335 20.9665 16.25 20 16.25V17.75ZM18 16.25C17.0335 16.25 16.25 17.0335 16.25 18H17.75C17.75 17.8619 17.8619 17.75 18 17.75V16.25Z",
|
|
1054
|
+
fill: "currentColor"
|
|
1055
|
+
})
|
|
1056
|
+
});
|
|
907
1057
|
});
|
|
908
1058
|
XoImageEditOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoImageEditOutlineIcon";
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
1059
|
+
//#endregion
|
|
1060
|
+
//#region src/icons/XoImageOutlineIcon.tsx
|
|
1061
|
+
var XoImageOutlineIcon = forwardRef((props, ref) => {
|
|
1062
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1063
|
+
ref,
|
|
1064
|
+
viewBox: "0 0 24 24",
|
|
1065
|
+
fill: "none",
|
|
1066
|
+
...props,
|
|
1067
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1068
|
+
d: "M3.49828 17.4425C3.19039 17.7196 3.16544 18.1938 3.44253 18.5017C3.71962 18.8096 4.19384 18.8346 4.50172 18.5575L3.49828 17.4425ZM16 11L16.4939 10.4356C16.1967 10.1756 15.7489 10.1905 15.4697 10.4697L16 11ZM11.5 15.5L11.0315 16.0857C11.3299 16.3244 11.7601 16.3006 12.0303 16.0303L11.5 15.5ZM9 13.5L9.46852 12.9143C9.18181 12.685 8.77119 12.6969 8.49828 12.9425L9 13.5ZM4 4V3.25C3.58579 3.25 3.25 3.58579 3.25 4H4ZM20 4H20.75C20.75 3.58579 20.4142 3.25 20 3.25V4ZM20 20V20.75C20.4142 20.75 20.75 20.4142 20.75 20H20ZM4 20H3.25C3.25 20.4142 3.58579 20.75 4 20.75V20ZM10.25 9C10.25 9.69036 9.69036 10.25 9 10.25V11.75C10.5188 11.75 11.75 10.5188 11.75 9H10.25ZM9 10.25C8.30964 10.25 7.75 9.69036 7.75 9H6.25C6.25 10.5188 7.48122 11.75 9 11.75V10.25ZM7.75 9C7.75 8.30964 8.30964 7.75 9 7.75V6.25C7.48122 6.25 6.25 7.48122 6.25 9H7.75ZM9 7.75C9.69036 7.75 10.25 8.30964 10.25 9H11.75C11.75 7.48122 10.5188 6.25 9 6.25V7.75ZM15.4697 10.4697L10.9697 14.9697L12.0303 16.0303L16.5303 11.5303L15.4697 10.4697ZM11.9685 14.9143L9.46852 12.9143L8.53148 14.0857L11.0315 16.0857L11.9685 14.9143ZM8.49828 12.9425L3.49828 17.4425L4.50172 18.5575L9.50172 14.0575L8.49828 12.9425ZM15.5061 11.5644L19.5061 15.0644L20.4939 13.9356L16.4939 10.4356L15.5061 11.5644ZM4 4.75H20V3.25H4V4.75ZM19.25 4V20H20.75V4H19.25ZM20 19.25H4V20.75H20V19.25ZM4.75 20V4H3.25V20H4.75Z",
|
|
1069
|
+
fill: "currentColor"
|
|
1070
|
+
})
|
|
1071
|
+
});
|
|
920
1072
|
});
|
|
921
1073
|
XoImageOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoImageOutlineIcon";
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
1074
|
+
//#endregion
|
|
1075
|
+
//#region src/icons/XoInboxOutlineIcon.tsx
|
|
1076
|
+
var XoInboxOutlineIcon = forwardRef((props, ref) => {
|
|
1077
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1078
|
+
ref,
|
|
1079
|
+
viewBox: "0 0 24 24",
|
|
1080
|
+
fill: "none",
|
|
1081
|
+
stroke: "currentColor",
|
|
1082
|
+
...props,
|
|
1083
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1084
|
+
d: "M4 12H8.88889L10.2222 14.625H13.7778L15.5556 12H20M4 12V17.25C4 18.2165 4.79594 19 5.77778 19H18.2222C19.2041 19 20 18.2165 20 17.25V12M4 12L6.45037 5.56777C6.58048 5.22625 6.91214 5 7.28267 5H16.7173C17.0879 5 17.4195 5.22625 17.5496 5.56777L20 12",
|
|
1085
|
+
stroke: "currentColor",
|
|
1086
|
+
strokeWidth: "1.5",
|
|
1087
|
+
strokeLinecap: "round",
|
|
1088
|
+
strokeLinejoin: "round"
|
|
1089
|
+
})
|
|
1090
|
+
});
|
|
934
1091
|
});
|
|
935
1092
|
XoInboxOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoInboxOutlineIcon";
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
1093
|
+
//#endregion
|
|
1094
|
+
//#region src/icons/XoInfoCircleFillIcon.tsx
|
|
1095
|
+
var XoInfoCircleFillIcon = forwardRef((props, ref) => {
|
|
1096
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1097
|
+
ref,
|
|
1098
|
+
viewBox: "0 0 24 24",
|
|
1099
|
+
fill: "none",
|
|
1100
|
+
stroke: "currentColor",
|
|
1101
|
+
...props,
|
|
1102
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
1103
|
+
cx: "12",
|
|
1104
|
+
cy: "12",
|
|
1105
|
+
r: "8",
|
|
1106
|
+
stroke: "currentColor",
|
|
1107
|
+
strokeWidth: "1.5"
|
|
1108
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1109
|
+
fillRule: "evenodd",
|
|
1110
|
+
clipRule: "evenodd",
|
|
1111
|
+
d: "M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM11 11C11 10.4477 11.4477 10 12 10C12.5523 10 13 10.4477 13 11V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V11ZM12 8.5C11.4477 8.5 11 8.05228 11 7.5C11 6.94772 11.4477 6.5 12 6.5C12.5523 6.5 13 6.94772 13 7.5C13 8.05228 12.5523 8.5 12 8.5Z",
|
|
1112
|
+
fill: "currentColor"
|
|
1113
|
+
})]
|
|
1114
|
+
});
|
|
951
1115
|
});
|
|
952
1116
|
XoInfoCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoInfoCircleFillIcon";
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
1117
|
+
//#endregion
|
|
1118
|
+
//#region src/icons/XoInfoCircleOutlineIcon.tsx
|
|
1119
|
+
var XoInfoCircleOutlineIcon = forwardRef((props, ref) => {
|
|
1120
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1121
|
+
ref,
|
|
1122
|
+
viewBox: "0 0 24 24",
|
|
1123
|
+
fill: "none",
|
|
1124
|
+
stroke: "currentColor",
|
|
1125
|
+
...props,
|
|
1126
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1127
|
+
d: "M12 7.56444V7.55556M12 16.4444V10.5M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
1128
|
+
stroke: "currentColor",
|
|
1129
|
+
strokeWidth: "1.5",
|
|
1130
|
+
strokeLinecap: "round",
|
|
1131
|
+
strokeLinejoin: "round"
|
|
1132
|
+
})
|
|
1133
|
+
});
|
|
965
1134
|
});
|
|
966
1135
|
XoInfoCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoInfoCircleOutlineIcon";
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
1136
|
+
//#endregion
|
|
1137
|
+
//#region src/icons/XoLaptopOutlineIcon.tsx
|
|
1138
|
+
var XoLaptopOutlineIcon = forwardRef((props, ref) => {
|
|
1139
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1140
|
+
ref,
|
|
1141
|
+
viewBox: "0 0 24 24",
|
|
1142
|
+
fill: "none",
|
|
1143
|
+
stroke: "currentColor",
|
|
1144
|
+
...props,
|
|
1145
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1146
|
+
d: "M18.6316 16.5926H5.36842M18.6316 16.5926C19.1548 16.5926 19.5789 16.1615 19.5789 15.6296V5.96296C19.5789 5.43113 19.1548 5 18.6316 5H12H5.36842C4.8452 5 4.42105 5.43113 4.42105 5.96296V15.6296C4.42105 16.1615 4.8452 16.5926 5.36842 16.5926M18.6316 16.5926H19.8158C20.4698 16.5926 21 17.1315 21 17.7963C21 18.4611 20.4698 19 19.8158 19H4.18421C3.53019 19 3 18.4611 3 17.7963C3 17.1315 3.53019 16.5926 4.18421 16.5926H5.36842",
|
|
1147
|
+
stroke: "currentColor",
|
|
1148
|
+
strokeWidth: "1.5",
|
|
1149
|
+
strokeLinecap: "round",
|
|
1150
|
+
strokeLinejoin: "round"
|
|
1151
|
+
})
|
|
1152
|
+
});
|
|
979
1153
|
});
|
|
980
1154
|
XoLaptopOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoLaptopOutlineIcon";
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
1155
|
+
//#endregion
|
|
1156
|
+
//#region src/icons/XoLikeFillIcon.tsx
|
|
1157
|
+
var XoLikeFillIcon = forwardRef((props, ref) => {
|
|
1158
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1159
|
+
ref,
|
|
1160
|
+
viewBox: "0 0 24 24",
|
|
1161
|
+
fill: "none",
|
|
1162
|
+
stroke: "currentColor",
|
|
1163
|
+
...props,
|
|
1164
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1165
|
+
d: "M8.44444 8.85294V19M8.44444 8.85294L12 4.88235C12.4444 4.44118 13.1111 4 13.7778 4C16.2222 4 15.9111 6.38235 15.1111 7.30882L13.7778 8.85294H17.3333C19.1111 8.85294 20 10.1765 20 11.9412C20 13.7059 18.4444 17.2353 18.4444 17.2353C17.7778 18.3382 17.3333 19 15.5556 19H4V8.85294H8.44444Z",
|
|
1166
|
+
stroke: "currentColor",
|
|
1167
|
+
strokeWidth: "1.5",
|
|
1168
|
+
strokeLinejoin: "round"
|
|
1169
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1170
|
+
d: "M8 19V8.85294L11.6923 4.88235C12.1538 4.44118 12.8462 4 13.5385 4C16.0769 4 15.7538 6.38235 14.9231 7.30882L13.5385 8.85294H17.2308C19.0769 8.85294 20 10.1765 20 11.9412C20 13.7059 18.3846 17.2353 18.3846 17.2353C17.6923 18.3382 17.2308 19 15.3846 19H8Z",
|
|
1171
|
+
fill: "currentColor"
|
|
1172
|
+
})]
|
|
1173
|
+
});
|
|
996
1174
|
});
|
|
997
1175
|
XoLikeFillIcon.displayName = "@xmart/xorder-ui-icons/XoLikeFillIcon";
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1176
|
+
//#endregion
|
|
1177
|
+
//#region src/icons/XoLikeOutlineIcon.tsx
|
|
1178
|
+
var XoLikeOutlineIcon = forwardRef((props, ref) => {
|
|
1179
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1180
|
+
ref,
|
|
1181
|
+
viewBox: "0 0 24 24",
|
|
1182
|
+
fill: "none",
|
|
1183
|
+
stroke: "currentColor",
|
|
1184
|
+
...props,
|
|
1185
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1186
|
+
d: "M8.44444 8.85294V19M8.44444 8.85294L12 4.88235C12.4444 4.44118 13.1111 4 13.7778 4C16.2222 4 15.9111 6.38235 15.1111 7.30882L13.7778 8.85294H17.3333C19.1111 8.85294 20 10.1765 20 11.9412C20 13.7059 18.4444 17.2353 18.4444 17.2353C17.7778 18.3382 17.3333 19 15.5556 19H4V8.85294H8.44444Z",
|
|
1187
|
+
stroke: "currentColor",
|
|
1188
|
+
strokeWidth: "1.5",
|
|
1189
|
+
strokeLinejoin: "round"
|
|
1190
|
+
})
|
|
1191
|
+
});
|
|
1010
1192
|
});
|
|
1011
1193
|
XoLikeOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoLikeOutlineIcon";
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1194
|
+
//#endregion
|
|
1195
|
+
//#region src/icons/XoListRightOutlineIcon.tsx
|
|
1196
|
+
var XoListRightOutlineIcon = forwardRef((props, ref) => {
|
|
1197
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1198
|
+
ref,
|
|
1199
|
+
viewBox: "0 0 24 24",
|
|
1200
|
+
fill: "none",
|
|
1201
|
+
stroke: "currentColor",
|
|
1202
|
+
...props,
|
|
1203
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1204
|
+
d: "M7 8H17M7 12H17M7 16H13M4 4H20V20H4V4Z",
|
|
1205
|
+
stroke: "currentColor",
|
|
1206
|
+
strokeWidth: "1.5",
|
|
1207
|
+
strokeLinecap: "round",
|
|
1208
|
+
strokeLinejoin: "round"
|
|
1209
|
+
})
|
|
1210
|
+
});
|
|
1024
1211
|
});
|
|
1025
1212
|
XoListRightOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoListRightOutlineIcon";
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1213
|
+
//#endregion
|
|
1214
|
+
//#region src/icons/XoLockOffOutlineIcon.tsx
|
|
1215
|
+
var XoLockOffOutlineIcon = forwardRef((props, ref) => {
|
|
1216
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1217
|
+
ref,
|
|
1218
|
+
viewBox: "0 0 24 24",
|
|
1219
|
+
fill: "none",
|
|
1220
|
+
stroke: "currentColor",
|
|
1221
|
+
...props,
|
|
1222
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1223
|
+
d: "M8 11V7C8 5.66667 8.8 3 12 3C13.9103 3 14.9653 3.95032 15.5054 5M8 11H5V21H19V11H8Z",
|
|
1224
|
+
stroke: "currentColor",
|
|
1225
|
+
strokeWidth: "1.5",
|
|
1226
|
+
strokeLinecap: "round",
|
|
1227
|
+
strokeLinejoin: "round"
|
|
1228
|
+
})
|
|
1229
|
+
});
|
|
1038
1230
|
});
|
|
1039
1231
|
XoLockOffOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoLockOffOutlineIcon";
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1232
|
+
//#endregion
|
|
1233
|
+
//#region src/icons/XoLockOnOutlineIcon.tsx
|
|
1234
|
+
var XoLockOnOutlineIcon = forwardRef((props, ref) => {
|
|
1235
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1236
|
+
ref,
|
|
1237
|
+
viewBox: "0 0 24 24",
|
|
1238
|
+
fill: "none",
|
|
1239
|
+
stroke: "currentColor",
|
|
1240
|
+
...props,
|
|
1241
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1242
|
+
d: "M8 11V7C8 5.66667 8.8 3 12 3C15.2 3 16 5.66667 16 7V11M8 11H5V21H19V11H16M8 11H16",
|
|
1243
|
+
stroke: "currentColor",
|
|
1244
|
+
strokeWidth: "1.5",
|
|
1245
|
+
strokeLinecap: "round",
|
|
1246
|
+
strokeLinejoin: "round"
|
|
1247
|
+
})
|
|
1248
|
+
});
|
|
1052
1249
|
});
|
|
1053
1250
|
XoLockOnOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoLockOnOutlineIcon";
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1251
|
+
//#endregion
|
|
1252
|
+
//#region src/icons/XoMailOutlineIcon.tsx
|
|
1253
|
+
var XoMailOutlineIcon = forwardRef((props, ref) => {
|
|
1254
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1255
|
+
ref,
|
|
1256
|
+
viewBox: "0 0 24 24",
|
|
1257
|
+
fill: "none",
|
|
1258
|
+
stroke: "currentColor",
|
|
1259
|
+
...props,
|
|
1260
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1261
|
+
d: "M3.29289 5.29289C3.47386 5.11193 3.72386 5 4 5H20C20.2761 5 20.5261 5.11193 20.7071 5.29289M3.29289 5.29289C3.11193 5.47386 3 5.72386 3 6V18C3 18.5523 3.44772 19 4 19H20C20.5523 19 21 18.5523 21 18V6C21 5.72386 20.8881 5.47386 20.7071 5.29289M3.29289 5.29289L10.5858 12.5857C11.3668 13.3668 12.6332 13.3668 13.4142 12.5857L20.7071 5.29289",
|
|
1262
|
+
stroke: "currentColor",
|
|
1263
|
+
strokeWidth: "1.5",
|
|
1264
|
+
strokeLinecap: "round",
|
|
1265
|
+
strokeLinejoin: "round"
|
|
1266
|
+
})
|
|
1267
|
+
});
|
|
1066
1268
|
});
|
|
1067
1269
|
XoMailOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMailOutlineIcon";
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1270
|
+
//#endregion
|
|
1271
|
+
//#region src/icons/XoMenuOutlineIcon.tsx
|
|
1272
|
+
var XoMenuOutlineIcon = forwardRef((props, ref) => {
|
|
1273
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1274
|
+
ref,
|
|
1275
|
+
viewBox: "0 0 24 24",
|
|
1276
|
+
fill: "none",
|
|
1277
|
+
stroke: "currentColor",
|
|
1278
|
+
...props,
|
|
1279
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1280
|
+
d: "M4 18H20M4 12H20M4 6H20",
|
|
1281
|
+
stroke: "currentColor",
|
|
1282
|
+
strokeWidth: "2",
|
|
1283
|
+
strokeLinecap: "round",
|
|
1284
|
+
strokeLinejoin: "round"
|
|
1285
|
+
})
|
|
1286
|
+
});
|
|
1080
1287
|
});
|
|
1081
1288
|
XoMenuOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMenuOutlineIcon";
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1289
|
+
//#endregion
|
|
1290
|
+
//#region src/icons/XoMenuVerticalFillIcon.tsx
|
|
1291
|
+
var XoMenuVerticalFillIcon = forwardRef((props, ref) => {
|
|
1292
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1293
|
+
ref,
|
|
1294
|
+
viewBox: "0 0 24 24",
|
|
1295
|
+
fill: "none",
|
|
1296
|
+
...props,
|
|
1297
|
+
children: [
|
|
1298
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1299
|
+
d: "M14 5C14 6.10457 13.1046 7 12 7C10.8954 7 10 6.10457 10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5Z",
|
|
1300
|
+
fill: "currentColor"
|
|
1301
|
+
}),
|
|
1302
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1303
|
+
d: "M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z",
|
|
1304
|
+
fill: "currentColor"
|
|
1305
|
+
}),
|
|
1306
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1307
|
+
d: "M12 21C13.1046 21 14 20.1046 14 19C14 17.8954 13.1046 17 12 17C10.8954 17 10 17.8954 10 19C10 20.1046 10.8954 21 12 21Z",
|
|
1308
|
+
fill: "currentColor"
|
|
1309
|
+
})
|
|
1310
|
+
]
|
|
1311
|
+
});
|
|
1097
1312
|
});
|
|
1098
1313
|
XoMenuVerticalFillIcon.displayName = "@xmart/xorder-ui-icons/XoMenuVerticalFillIcon";
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1314
|
+
//#endregion
|
|
1315
|
+
//#region src/icons/XoMessageCircleDotsOutlineIcon.tsx
|
|
1316
|
+
var XoMessageCircleDotsOutlineIcon = forwardRef((props, ref) => {
|
|
1317
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1318
|
+
ref,
|
|
1319
|
+
viewBox: "0 0 24 24",
|
|
1320
|
+
fill: "none",
|
|
1321
|
+
stroke: "currentColor",
|
|
1322
|
+
...props,
|
|
1323
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1324
|
+
d: "M15.1111 11.5555H15.12M11.5555 11.5555H11.5644M7.99999 11.5555H8.00888M14.9333 18.3111L20 20L18.3111 14.9333C18.3111 14.9333 19.1111 13.7778 19.1111 11.5555C19.1111 7.38273 15.7284 4 11.5555 4C7.38273 4 4 7.38273 4 11.5555C4 15.7283 7.38273 19.1111 11.5555 19.1111C13.8531 19.1111 14.9333 18.3111 14.9333 18.3111Z",
|
|
1325
|
+
stroke: "currentColor",
|
|
1326
|
+
strokeWidth: "1.5",
|
|
1327
|
+
strokeLinecap: "round",
|
|
1328
|
+
strokeLinejoin: "round"
|
|
1329
|
+
})
|
|
1330
|
+
});
|
|
1111
1331
|
});
|
|
1112
1332
|
XoMessageCircleDotsOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMessageCircleDotsOutlineIcon";
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1333
|
+
//#endregion
|
|
1334
|
+
//#region src/icons/XoMinusCircleFillIcon.tsx
|
|
1335
|
+
var XoMinusCircleFillIcon = forwardRef((props, ref) => {
|
|
1336
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1337
|
+
ref,
|
|
1338
|
+
viewBox: "0 0 24 24",
|
|
1339
|
+
fill: "none",
|
|
1340
|
+
stroke: "currentColor",
|
|
1341
|
+
...props,
|
|
1342
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1343
|
+
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",
|
|
1344
|
+
stroke: "currentColor",
|
|
1345
|
+
strokeWidth: "1.5",
|
|
1346
|
+
strokeLinecap: "round",
|
|
1347
|
+
strokeLinejoin: "round"
|
|
1348
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1349
|
+
fillRule: "evenodd",
|
|
1350
|
+
clipRule: "evenodd",
|
|
1351
|
+
d: "M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z",
|
|
1352
|
+
fill: "currentColor"
|
|
1353
|
+
})]
|
|
1354
|
+
});
|
|
1128
1355
|
});
|
|
1129
1356
|
XoMinusCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoMinusCircleFillIcon";
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1357
|
+
//#endregion
|
|
1358
|
+
//#region src/icons/XoMinusCircleOutlineIcon.tsx
|
|
1359
|
+
var XoMinusCircleOutlineIcon = forwardRef((props, ref) => {
|
|
1360
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1361
|
+
ref,
|
|
1362
|
+
viewBox: "0 0 24 24",
|
|
1363
|
+
fill: "none",
|
|
1364
|
+
stroke: "currentColor",
|
|
1365
|
+
...props,
|
|
1366
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1367
|
+
d: "M8.44444 12H15.5556M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
1368
|
+
stroke: "currentColor",
|
|
1369
|
+
strokeWidth: "1.5",
|
|
1370
|
+
strokeLinecap: "round",
|
|
1371
|
+
strokeLinejoin: "round"
|
|
1372
|
+
})
|
|
1373
|
+
});
|
|
1142
1374
|
});
|
|
1143
1375
|
XoMinusCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMinusCircleOutlineIcon";
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1376
|
+
//#endregion
|
|
1377
|
+
//#region src/icons/XoMinusOutlineIcon.tsx
|
|
1378
|
+
var XoMinusOutlineIcon = forwardRef((props, ref) => {
|
|
1379
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1380
|
+
ref,
|
|
1381
|
+
viewBox: "0 0 24 24",
|
|
1382
|
+
fill: "none",
|
|
1383
|
+
stroke: "currentColor",
|
|
1384
|
+
...props,
|
|
1385
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1386
|
+
d: "M4 12H20",
|
|
1387
|
+
stroke: "currentColor",
|
|
1388
|
+
strokeWidth: "1.5",
|
|
1389
|
+
strokeLinecap: "round",
|
|
1390
|
+
strokeLinejoin: "round"
|
|
1391
|
+
})
|
|
1392
|
+
});
|
|
1156
1393
|
});
|
|
1157
1394
|
XoMinusOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMinusOutlineIcon";
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1395
|
+
//#endregion
|
|
1396
|
+
//#region src/icons/XoMinusSOutlineIcon.tsx
|
|
1397
|
+
var XoMinusSOutlineIcon = forwardRef((props, ref) => {
|
|
1398
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1399
|
+
ref,
|
|
1400
|
+
viewBox: "0 0 24 24",
|
|
1401
|
+
fill: "none",
|
|
1402
|
+
stroke: "currentColor",
|
|
1403
|
+
...props,
|
|
1404
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1405
|
+
d: "M6 12H18",
|
|
1406
|
+
stroke: "currentColor",
|
|
1407
|
+
strokeWidth: "1.5",
|
|
1408
|
+
strokeLinecap: "round",
|
|
1409
|
+
strokeLinejoin: "round"
|
|
1410
|
+
})
|
|
1411
|
+
});
|
|
1170
1412
|
});
|
|
1171
1413
|
XoMinusSOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoMinusSOutlineIcon";
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1414
|
+
//#endregion
|
|
1415
|
+
//#region src/icons/XoNewscreenOutlineIcon.tsx
|
|
1416
|
+
var XoNewscreenOutlineIcon = forwardRef((props, ref) => {
|
|
1417
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1418
|
+
ref,
|
|
1419
|
+
viewBox: "0 0 24 24",
|
|
1420
|
+
fill: "none",
|
|
1421
|
+
stroke: "currentColor",
|
|
1422
|
+
...props,
|
|
1423
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1424
|
+
d: "M19.9999 4.00001L9.99994 14M19.9999 4.00001L20 10M19.9999 4.00001L14 4M10 4.00001H4V20H20V14",
|
|
1425
|
+
stroke: "currentColor",
|
|
1426
|
+
strokeWidth: "1.5",
|
|
1427
|
+
strokeLinecap: "round",
|
|
1428
|
+
strokeLinejoin: "round"
|
|
1429
|
+
})
|
|
1430
|
+
});
|
|
1184
1431
|
});
|
|
1185
1432
|
XoNewscreenOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoNewscreenOutlineIcon";
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1433
|
+
//#endregion
|
|
1434
|
+
//#region src/icons/XoPauseFillIcon.tsx
|
|
1435
|
+
var XoPauseFillIcon = forwardRef((props, ref) => {
|
|
1436
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1437
|
+
ref,
|
|
1438
|
+
viewBox: "0 0 24 24",
|
|
1439
|
+
fill: "none",
|
|
1440
|
+
stroke: "currentColor",
|
|
1441
|
+
...props,
|
|
1442
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1443
|
+
d: "M15 6V18M9 6V18",
|
|
1444
|
+
stroke: "currentColor",
|
|
1445
|
+
strokeWidth: "2",
|
|
1446
|
+
strokeLinecap: "round",
|
|
1447
|
+
strokeLinejoin: "round"
|
|
1448
|
+
})
|
|
1449
|
+
});
|
|
1198
1450
|
});
|
|
1199
1451
|
XoPauseFillIcon.displayName = "@xmart/xorder-ui-icons/XoPauseFillIcon";
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1452
|
+
//#endregion
|
|
1453
|
+
//#region src/icons/XoPhoneOutlineIcon.tsx
|
|
1454
|
+
var XoPhoneOutlineIcon = forwardRef((props, ref) => {
|
|
1455
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1456
|
+
ref,
|
|
1457
|
+
viewBox: "0 0 24 24",
|
|
1458
|
+
fill: "none",
|
|
1459
|
+
stroke: "currentColor",
|
|
1460
|
+
...props,
|
|
1461
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1462
|
+
d: "M19.9995 18.3879V15.9793C20.0093 15.5855 19.8737 15.2019 19.6186 14.9014C18.8991 14.0539 16.4316 13.5118 15.4534 13.72C14.691 13.8823 14.1575 14.6478 13.636 15.1683C11.6219 14.0254 9.95431 12.3611 8.80907 10.351C9.3306 9.83048 10.0977 9.2981 10.2603 8.53714C10.4686 7.56246 9.92724 5.11066 9.08563 4.3883C8.7896 4.13422 8.4111 3.99624 8.02068 4.00008H5.60721C4.68763 4.00094 3.92256 4.82573 4.00628 5.75039C4 13.72 10.2222 20 18.2457 19.9937C19.1753 20.0776 20.0033 19.3087 19.9995 18.3879Z",
|
|
1463
|
+
stroke: "currentColor",
|
|
1464
|
+
strokeWidth: "1.5",
|
|
1465
|
+
strokeLinecap: "round",
|
|
1466
|
+
strokeLinejoin: "round"
|
|
1467
|
+
})
|
|
1468
|
+
});
|
|
1212
1469
|
});
|
|
1213
1470
|
XoPhoneOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoPhoneOutlineIcon";
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1471
|
+
//#endregion
|
|
1472
|
+
//#region src/icons/XoPlayFillIcon.tsx
|
|
1473
|
+
var XoPlayFillIcon = forwardRef((props, ref) => {
|
|
1474
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1475
|
+
ref,
|
|
1476
|
+
viewBox: "0 0 24 24",
|
|
1477
|
+
fill: "none",
|
|
1478
|
+
stroke: "currentColor",
|
|
1479
|
+
...props,
|
|
1480
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1481
|
+
d: "M8 6V18L18 12L8 6Z",
|
|
1482
|
+
fill: "currentColor",
|
|
1483
|
+
stroke: "currentColor",
|
|
1484
|
+
strokeWidth: "1.5",
|
|
1485
|
+
strokeLinejoin: "round"
|
|
1486
|
+
})
|
|
1487
|
+
});
|
|
1226
1488
|
});
|
|
1227
1489
|
XoPlayFillIcon.displayName = "@xmart/xorder-ui-icons/XoPlayFillIcon";
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1490
|
+
//#endregion
|
|
1491
|
+
//#region src/icons/XoPlusCircleFillIcon.tsx
|
|
1492
|
+
var XoPlusCircleFillIcon = forwardRef((props, ref) => {
|
|
1493
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1494
|
+
ref,
|
|
1495
|
+
viewBox: "0 0 24 24",
|
|
1496
|
+
fill: "none",
|
|
1497
|
+
stroke: "currentColor",
|
|
1498
|
+
...props,
|
|
1499
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
1500
|
+
cx: "12",
|
|
1501
|
+
cy: "12",
|
|
1502
|
+
r: "8",
|
|
1503
|
+
stroke: "currentColor",
|
|
1504
|
+
strokeWidth: "1.5"
|
|
1505
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1506
|
+
fillRule: "evenodd",
|
|
1507
|
+
clipRule: "evenodd",
|
|
1508
|
+
d: "M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM7 12C7 11.4477 7.44772 11 8 11H11V8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44772 13 7 12.5523 7 12Z",
|
|
1509
|
+
fill: "currentColor"
|
|
1510
|
+
})]
|
|
1511
|
+
});
|
|
1243
1512
|
});
|
|
1244
1513
|
XoPlusCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoPlusCircleFillIcon";
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1514
|
+
//#endregion
|
|
1515
|
+
//#region src/icons/XoPlusCircleOutlineIcon.tsx
|
|
1516
|
+
var XoPlusCircleOutlineIcon = forwardRef((props, ref) => {
|
|
1517
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1518
|
+
ref,
|
|
1519
|
+
viewBox: "0 0 24 24",
|
|
1520
|
+
fill: "none",
|
|
1521
|
+
stroke: "currentColor",
|
|
1522
|
+
...props,
|
|
1523
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1524
|
+
d: "M12 7.55556V16.4444M7.55556 12H16.4444M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
1525
|
+
stroke: "currentColor",
|
|
1526
|
+
strokeWidth: "1.5",
|
|
1527
|
+
strokeLinecap: "round",
|
|
1528
|
+
strokeLinejoin: "round"
|
|
1529
|
+
})
|
|
1530
|
+
});
|
|
1257
1531
|
});
|
|
1258
1532
|
XoPlusCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoPlusCircleOutlineIcon";
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1533
|
+
//#endregion
|
|
1534
|
+
//#region src/icons/XoPlusOutlineIcon.tsx
|
|
1535
|
+
var XoPlusOutlineIcon = forwardRef((props, ref) => {
|
|
1536
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1537
|
+
ref,
|
|
1538
|
+
viewBox: "0 0 24 24",
|
|
1539
|
+
fill: "none",
|
|
1540
|
+
stroke: "currentColor",
|
|
1541
|
+
...props,
|
|
1542
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1543
|
+
d: "M4 12H20M12 4V20",
|
|
1544
|
+
stroke: "currentColor",
|
|
1545
|
+
strokeWidth: "1.5",
|
|
1546
|
+
strokeLinecap: "round",
|
|
1547
|
+
strokeLinejoin: "round"
|
|
1548
|
+
})
|
|
1549
|
+
});
|
|
1271
1550
|
});
|
|
1272
1551
|
XoPlusOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoPlusOutlineIcon";
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1552
|
+
//#endregion
|
|
1553
|
+
//#region src/icons/XoPlusSOutlineIcon.tsx
|
|
1554
|
+
var XoPlusSOutlineIcon = forwardRef((props, ref) => {
|
|
1555
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1556
|
+
ref,
|
|
1557
|
+
viewBox: "0 0 24 24",
|
|
1558
|
+
fill: "none",
|
|
1559
|
+
stroke: "currentColor",
|
|
1560
|
+
...props,
|
|
1561
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1562
|
+
d: "M12 6V18M6 12H18",
|
|
1563
|
+
stroke: "currentColor",
|
|
1564
|
+
strokeWidth: "1.5",
|
|
1565
|
+
strokeLinecap: "round",
|
|
1566
|
+
strokeLinejoin: "round"
|
|
1567
|
+
})
|
|
1568
|
+
});
|
|
1285
1569
|
});
|
|
1286
1570
|
XoPlusSOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoPlusSOutlineIcon";
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1571
|
+
//#endregion
|
|
1572
|
+
//#region src/icons/XoPrintOutlineIcon.tsx
|
|
1573
|
+
var XoPrintOutlineIcon = forwardRef((props, ref) => {
|
|
1574
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1575
|
+
ref,
|
|
1576
|
+
viewBox: "0 0 24 24",
|
|
1577
|
+
fill: "none",
|
|
1578
|
+
stroke: "currentColor",
|
|
1579
|
+
...props,
|
|
1580
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1581
|
+
d: "M15.4998 17.3333V14.6667H8.49979V17.3333M15.4998 17.3333V20H8.49979V17.3333M15.4998 17.3333H19.9998V9.33333H15.4998M8.49979 17.3333H4V9.33333H8.49979M8.49979 9.33333H15.4998M8.49979 9.33333V4.88889C8.49979 4.39797 8.89155 4 9.37479 4H14.6248C15.108 4 15.4998 4.39797 15.4998 4.88889V9.33333",
|
|
1582
|
+
stroke: "currentColor",
|
|
1583
|
+
strokeWidth: "1.5",
|
|
1584
|
+
strokeLinecap: "round",
|
|
1585
|
+
strokeLinejoin: "round"
|
|
1586
|
+
})
|
|
1587
|
+
});
|
|
1299
1588
|
});
|
|
1300
1589
|
XoPrintOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoPrintOutlineIcon";
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1590
|
+
//#endregion
|
|
1591
|
+
//#region src/icons/XoQuestionCircleFillIcon.tsx
|
|
1592
|
+
var XoQuestionCircleFillIcon = forwardRef((props, ref) => {
|
|
1593
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1594
|
+
ref,
|
|
1595
|
+
viewBox: "0 0 24 24",
|
|
1596
|
+
fill: "none",
|
|
1597
|
+
stroke: "currentColor",
|
|
1598
|
+
...props,
|
|
1599
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
1600
|
+
cx: "12",
|
|
1601
|
+
cy: "12",
|
|
1602
|
+
r: "8",
|
|
1603
|
+
stroke: "currentColor",
|
|
1604
|
+
strokeWidth: "1.5"
|
|
1605
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1606
|
+
fillRule: "evenodd",
|
|
1607
|
+
clipRule: "evenodd",
|
|
1608
|
+
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM10.168 9.56823C10.4032 8.85523 11.1194 8.30556 12.0004 8.30556C13.1603 8.30556 13.9935 9.18831 13.9199 10.0299C13.8958 10.305 13.804 10.4365 13.6782 10.5498C13.5445 10.6702 13.3968 10.7541 13.1737 10.881C13.0907 10.9282 12.9972 10.9813 12.8902 11.0445C12.5394 11.2514 12.1041 11.5406 11.7719 12.0329C11.4333 12.5346 11.2504 13.1719 11.2504 14C11.2504 14.4142 11.5862 14.75 12.0004 14.75C12.4146 14.75 12.7504 14.4142 12.7504 14C12.7504 13.3995 12.8799 13.0725 13.0153 12.8719C13.1571 12.6618 13.3572 12.5105 13.6522 12.3365C13.701 12.3077 13.7572 12.276 13.8185 12.2415C14.0725 12.0982 14.4143 11.9054 14.6819 11.6645C15.0717 11.3135 15.3549 10.8378 15.4142 10.1606C15.585 8.20759 13.786 6.80556 12.0004 6.80556C10.4932 6.80556 9.18797 7.75068 8.7435 9.09844C8.61377 9.49181 8.8275 9.91587 9.22087 10.0456C9.61425 10.1753 10.0383 9.96161 10.168 9.56823ZM12.7504 16.4381C12.7504 16.0239 12.4146 15.6881 12.0004 15.6881C11.5862 15.6881 11.2504 16.0239 11.2504 16.4381V16.4444C11.2504 16.8587 11.5862 17.1944 12.0004 17.1944C12.4146 17.1944 12.7504 16.8587 12.7504 16.4444V16.4381Z",
|
|
1609
|
+
fill: "currentColor"
|
|
1610
|
+
})]
|
|
1611
|
+
});
|
|
1316
1612
|
});
|
|
1317
1613
|
XoQuestionCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoQuestionCircleFillIcon";
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1614
|
+
//#endregion
|
|
1615
|
+
//#region src/icons/XoQuestionCircleOutlineIcon.tsx
|
|
1616
|
+
var XoQuestionCircleOutlineIcon = forwardRef((props, ref) => {
|
|
1617
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1618
|
+
ref,
|
|
1619
|
+
viewBox: "0 0 24 24",
|
|
1620
|
+
fill: "none",
|
|
1621
|
+
stroke: "currentColor",
|
|
1622
|
+
...props,
|
|
1623
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1624
|
+
d: "M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",
|
|
1625
|
+
stroke: "currentColor",
|
|
1626
|
+
strokeWidth: "1.5",
|
|
1627
|
+
strokeLinecap: "round",
|
|
1628
|
+
strokeLinejoin: "round"
|
|
1629
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1630
|
+
d: "M12.0002 16.4444V16.4381M12.0002 14C12.0002 11.1429 14.5002 12 14.6668 10.0952C14.7891 8.69795 13.4729 7.55556 12.0002 7.55556C10.8061 7.55556 9.79537 8.30296 9.45557 9.33334",
|
|
1631
|
+
stroke: "currentColor",
|
|
1632
|
+
strokeWidth: "1.5",
|
|
1633
|
+
strokeLinecap: "round",
|
|
1634
|
+
strokeLinejoin: "round"
|
|
1635
|
+
})]
|
|
1636
|
+
});
|
|
1333
1637
|
});
|
|
1334
1638
|
XoQuestionCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoQuestionCircleOutlineIcon";
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1639
|
+
//#endregion
|
|
1640
|
+
//#region src/icons/XoRotateRightOutlineIcon.tsx
|
|
1641
|
+
var XoRotateRightOutlineIcon = forwardRef((props, ref) => {
|
|
1642
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1643
|
+
ref,
|
|
1644
|
+
viewBox: "0 0 24 24",
|
|
1645
|
+
fill: "none",
|
|
1646
|
+
stroke: "currentColor",
|
|
1647
|
+
...props,
|
|
1648
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1649
|
+
d: "M19.5465 14.6232C18.9701 16.2699 17.8776 17.6834 16.4337 18.6508C14.9898 19.6182 13.2726 20.087 11.5409 19.9867C9.80915 19.8864 8.15674 19.2223 6.83261 18.0946C5.50847 16.9668 4.58433 15.4365 4.19945 13.7342C3.81456 12.0318 3.98977 10.2497 4.69868 8.65632C5.40759 7.06292 6.61179 5.74457 8.12985 4.89992C9.6479 4.05526 11.3976 3.73005 13.1152 3.97328C16.0152 4.38395 17.9311 6.49969 20 8.36842M20 8.36842V3M20 8.36842H14.6667",
|
|
1650
|
+
stroke: "currentColor",
|
|
1651
|
+
strokeWidth: "1.5",
|
|
1652
|
+
strokeLinecap: "round",
|
|
1653
|
+
strokeLinejoin: "round"
|
|
1654
|
+
})
|
|
1655
|
+
});
|
|
1347
1656
|
});
|
|
1348
1657
|
XoRotateRightOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoRotateRightOutlineIcon";
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1658
|
+
//#endregion
|
|
1659
|
+
//#region src/icons/XoRouteOutlineIcon.tsx
|
|
1660
|
+
var XoRouteOutlineIcon = forwardRef((props, ref) => {
|
|
1661
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1662
|
+
ref,
|
|
1663
|
+
viewBox: "0 0 24 24",
|
|
1664
|
+
fill: "none",
|
|
1665
|
+
...props,
|
|
1666
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1667
|
+
d: "M8.06251 17.0772L7.54068 17.6159L7.54622 17.6212L8.06251 17.0772ZM10.25 19.1551L9.77926 19.7389H9.77926L10.25 19.1551ZM13.75 19.2032L13.2829 18.6165L13.2814 18.6176L13.75 19.2032ZM15.9375 17.0502L16.4539 17.5943L16.4632 17.5851L15.9375 17.0502ZM5 11.1566H4.25C4.25 11.1668 4.25021 11.1771 4.25063 11.1873L5 11.1566ZM19 11.1566L19.7493 11.189C19.7498 11.1782 19.75 11.1674 19.75 11.1566H19ZM7.54622 17.6212C8.21808 18.2588 8.94281 19.0645 9.77926 19.7389L10.7208 18.5712C9.93804 17.9401 9.38079 17.2943 8.57879 16.5331L7.54622 17.6212ZM14.2171 19.79C14.6685 19.4307 15.0598 19.037 15.4176 18.6619C15.7855 18.2762 16.1033 17.9268 16.4538 17.5942L15.4212 16.5062C15.0348 16.8729 14.6688 17.2737 14.3322 17.6265C13.9855 17.9899 13.6515 18.3231 13.2829 18.6165L14.2171 19.79ZM4.25063 11.1873C4.35451 13.7186 5.88592 16.0131 7.5407 17.6159L8.58431 16.5384C7.06331 15.0652 5.83087 13.1118 5.74937 11.1258L4.25063 11.1873ZM16.4632 17.5851C18.1029 15.9739 19.6392 13.7348 19.7493 11.189L18.2507 11.1241C18.1644 13.1187 16.935 15.0185 15.4118 16.5152L16.4632 17.5851ZM9.77926 19.7389C10.1567 20.0432 10.5336 20.2898 10.8946 20.4628C11.2466 20.6316 11.6294 20.7525 12.0051 20.75L11.9949 19.25C11.9331 19.2504 11.7847 19.2261 11.543 19.1102C11.3102 18.9986 11.0309 18.8213 10.7208 18.5712L9.77926 19.7389ZM12.0051 20.75C12.6808 20.7454 13.4792 20.3804 14.2186 19.7888L13.2814 18.6176C12.6707 19.1063 12.1942 19.2486 11.9949 19.25L12.0051 20.75ZM19.75 11.1566C19.75 8.89619 19.0432 6.90944 17.6837 5.48231C16.3195 4.05034 14.3627 3.25 12 3.25V4.75C14.0124 4.75 15.5555 5.42306 16.5976 6.51694C17.6443 7.61566 18.25 9.20718 18.25 11.1566H19.75ZM12 3.25C9.6374 3.25 7.68055 4.05034 6.31638 5.48231C4.95681 6.90943 4.25 8.89619 4.25 11.1566H5.75C5.75 9.20719 6.35573 7.61566 7.40243 6.51695C8.44453 5.42307 9.9877 4.75 12 4.75V3.25ZM13.75 10.5C13.75 11.4665 12.9665 12.25 12 12.25V13.75C13.7949 13.75 15.25 12.2949 15.25 10.5H13.75ZM12 12.25C11.0335 12.25 10.25 11.4665 10.25 10.5H8.75C8.75 12.2949 10.2051 13.75 12 13.75V12.25ZM10.25 10.5C10.25 9.5335 11.0335 8.75 12 8.75V7.25C10.2051 7.25 8.75 8.70507 8.75 10.5H10.25ZM12 8.75C12.9665 8.75 13.75 9.5335 13.75 10.5H15.25C15.25 8.70507 13.7949 7.25 12 7.25V8.75Z",
|
|
1668
|
+
fill: "currentColor"
|
|
1669
|
+
})
|
|
1670
|
+
});
|
|
1360
1671
|
});
|
|
1361
1672
|
XoRouteOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoRouteOutlineIcon";
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1673
|
+
//#endregion
|
|
1674
|
+
//#region src/icons/XoScreenOutlineIcon.tsx
|
|
1675
|
+
var XoScreenOutlineIcon = forwardRef((props, ref) => {
|
|
1676
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1677
|
+
ref,
|
|
1678
|
+
viewBox: "0 0 24 24",
|
|
1679
|
+
fill: "none",
|
|
1680
|
+
stroke: "currentColor",
|
|
1681
|
+
...props,
|
|
1682
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1683
|
+
d: "M12 20H16M12 20H8M12 20V16M12 16H5C4.44772 16 4 15.5523 4 15V5C4 4.44771 4.44772 4 5 4H19C19.5523 4 20 4.44772 20 5V15C20 15.5523 19.5523 16 19 16H12Z",
|
|
1684
|
+
stroke: "currentColor",
|
|
1685
|
+
strokeWidth: "1.5",
|
|
1686
|
+
strokeLinecap: "round",
|
|
1687
|
+
strokeLinejoin: "round"
|
|
1688
|
+
})
|
|
1689
|
+
});
|
|
1374
1690
|
});
|
|
1375
1691
|
XoScreenOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoScreenOutlineIcon";
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1692
|
+
//#endregion
|
|
1693
|
+
//#region src/icons/XoSearchFillIcon.tsx
|
|
1694
|
+
var XoSearchFillIcon = forwardRef((props, ref) => {
|
|
1695
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1696
|
+
ref,
|
|
1697
|
+
viewBox: "0 0 24 24",
|
|
1698
|
+
fill: "none",
|
|
1699
|
+
...props,
|
|
1700
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1701
|
+
d: "M18.9393 21.0607C19.5251 21.6464 20.4749 21.6464 21.0607 21.0607C21.6464 20.4749 21.6464 19.5251 21.0607 18.9393L18.9393 21.0607ZM16.5 11C16.5 14.0376 14.0376 16.5 11 16.5V19.5C15.6944 19.5 19.5 15.6944 19.5 11H16.5ZM11 16.5C7.96243 16.5 5.5 14.0376 5.5 11H2.5C2.5 15.6944 6.30558 19.5 11 19.5V16.5ZM5.5 11C5.5 7.96243 7.96243 5.5 11 5.5V2.5C6.30558 2.5 2.5 6.30558 2.5 11H5.5ZM11 5.5C14.0376 5.5 16.5 7.96243 16.5 11H19.5C19.5 6.30558 15.6944 2.5 11 2.5V5.5ZM14.8891 17.0104L14.9393 17.0607L17.0607 14.9393L17.0104 14.8891L14.8891 17.0104ZM14.9393 17.0607L18.9393 21.0607L21.0607 18.9393L17.0607 14.9393L14.9393 17.0607Z",
|
|
1702
|
+
fill: "currentColor"
|
|
1703
|
+
})
|
|
1704
|
+
});
|
|
1387
1705
|
});
|
|
1388
1706
|
XoSearchFillIcon.displayName = "@xmart/xorder-ui-icons/XoSearchFillIcon";
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1707
|
+
//#endregion
|
|
1708
|
+
//#region src/icons/XoSearchOutlineIcon.tsx
|
|
1709
|
+
var XoSearchOutlineIcon = forwardRef((props, ref) => {
|
|
1710
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1711
|
+
ref,
|
|
1712
|
+
viewBox: "0 0 24 24",
|
|
1713
|
+
fill: "none",
|
|
1714
|
+
...props,
|
|
1715
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1716
|
+
d: "M19.4697 20.5303C19.7626 20.8232 20.2374 20.8232 20.5303 20.5303C20.8232 20.2374 20.8232 19.7626 20.5303 19.4697L19.4697 20.5303ZM17.25 11C17.25 14.4518 14.4518 17.25 11 17.25V18.75C15.2802 18.75 18.75 15.2802 18.75 11H17.25ZM11 17.25C7.54822 17.25 4.75 14.4518 4.75 11H3.25C3.25 15.2802 6.71979 18.75 11 18.75V17.25ZM4.75 11C4.75 7.54822 7.54822 4.75 11 4.75V3.25C6.71979 3.25 3.25 6.71979 3.25 11H4.75ZM11 4.75C14.4518 4.75 17.25 7.54822 17.25 11H18.75C18.75 6.71979 15.2802 3.25 11 3.25V4.75ZM15.4194 16.4801L15.4697 16.5303L16.5303 15.4697L16.4801 15.4194L15.4194 16.4801ZM15.4697 16.5303L19.4697 20.5303L20.5303 19.4697L16.5303 15.4697L15.4697 16.5303Z",
|
|
1717
|
+
fill: "currentColor"
|
|
1718
|
+
})
|
|
1719
|
+
});
|
|
1400
1720
|
});
|
|
1401
1721
|
XoSearchOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSearchOutlineIcon";
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1722
|
+
//#endregion
|
|
1723
|
+
//#region src/icons/XoSendFillIcon.tsx
|
|
1724
|
+
var XoSendFillIcon = forwardRef((props, ref) => {
|
|
1725
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1726
|
+
ref,
|
|
1727
|
+
viewBox: "0 0 24 24",
|
|
1728
|
+
fill: "none",
|
|
1729
|
+
stroke: "currentColor",
|
|
1730
|
+
...props,
|
|
1731
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1732
|
+
d: "M20 4L4 10.5L10.5 13.5L13.5 20L20 4Z",
|
|
1733
|
+
fill: "currentColor"
|
|
1734
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1735
|
+
d: "M10.5 13.5L13.5 20L20 4L4 10.5L10.5 13.5ZM10.5 13.5L14.5 9.5",
|
|
1736
|
+
stroke: "currentColor",
|
|
1737
|
+
strokeWidth: "1.5",
|
|
1738
|
+
strokeLinecap: "round",
|
|
1739
|
+
strokeLinejoin: "round"
|
|
1740
|
+
})]
|
|
1741
|
+
});
|
|
1417
1742
|
});
|
|
1418
1743
|
XoSendFillIcon.displayName = "@xmart/xorder-ui-icons/XoSendFillIcon";
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1744
|
+
//#endregion
|
|
1745
|
+
//#region src/icons/XoSendOutlineIcon.tsx
|
|
1746
|
+
var XoSendOutlineIcon = forwardRef((props, ref) => {
|
|
1747
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1748
|
+
ref,
|
|
1749
|
+
viewBox: "0 0 24 24",
|
|
1750
|
+
fill: "none",
|
|
1751
|
+
stroke: "currentColor",
|
|
1752
|
+
...props,
|
|
1753
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1754
|
+
d: "M10.5 13.5L13.5 20L20 4L4 10.5L10.5 13.5ZM10.5 13.5L14.5 9.5",
|
|
1755
|
+
stroke: "currentColor",
|
|
1756
|
+
strokeWidth: "1.5",
|
|
1757
|
+
strokeLinecap: "round",
|
|
1758
|
+
strokeLinejoin: "round"
|
|
1759
|
+
})
|
|
1760
|
+
});
|
|
1431
1761
|
});
|
|
1432
1762
|
XoSendOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSendOutlineIcon";
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1763
|
+
//#endregion
|
|
1764
|
+
//#region src/icons/XoSettingsOutlineIcon.tsx
|
|
1765
|
+
var XoSettingsOutlineIcon = forwardRef((props, ref) => {
|
|
1766
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1767
|
+
ref,
|
|
1768
|
+
viewBox: "0 0 24 24",
|
|
1769
|
+
fill: "none",
|
|
1770
|
+
stroke: "currentColor",
|
|
1771
|
+
...props,
|
|
1772
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1773
|
+
d: "M11.1111 4H12.8889C13.3798 4 13.7778 4.39797 13.7778 4.88889V5.39448C13.7778 5.77474 14.033 6.10511 14.3842 6.25092C14.7355 6.39678 15.1446 6.34119 15.4136 6.0722L15.7712 5.71459C16.1183 5.36745 16.6811 5.36745 17.0283 5.71459L18.2854 6.97166C18.6325 7.3188 18.6325 7.88161 18.2854 8.22874L17.9278 8.58631C17.6588 8.85532 17.6032 9.26442 17.7491 9.61577C17.8949 9.96699 18.2253 10.2222 18.6056 10.2222L19.1111 10.2222C19.602 10.2222 20 10.6202 20 11.1111V12.8889C20 13.3798 19.602 13.7778 19.1111 13.7778H18.6055C18.2253 13.7778 17.8949 14.033 17.7491 14.3842C17.6032 14.7356 17.6588 15.1446 17.9278 15.4136L18.2854 15.7712C18.6325 16.1184 18.6325 16.6812 18.2854 17.0283L17.0283 18.2854C16.6812 18.6325 16.1183 18.6325 15.7712 18.2854L15.4136 17.9278C15.1446 17.6588 14.7356 17.6032 14.3842 17.7491C14.033 17.8949 13.7778 18.2253 13.7778 18.6055V19.1111C13.7778 19.602 13.3798 20 12.8889 20H11.1111C10.6202 20 10.2222 19.602 10.2222 19.1111V18.6056C10.2222 18.2253 9.96699 17.8949 9.61577 17.7491C9.26442 17.6032 8.85532 17.6588 8.58631 17.9278L8.22873 18.2854C7.8816 18.6325 7.31878 18.6325 6.97165 18.2854L5.71457 17.0283C5.36744 16.6812 5.36744 16.1183 5.71457 15.7712L6.0722 15.4136C6.34119 15.1446 6.39678 14.7355 6.25092 14.3842C6.10511 14.033 5.77474 13.7778 5.39448 13.7778H4.88889C4.39797 13.7778 4 13.3798 4 12.8889V11.1111C4 10.6202 4.39797 10.2222 4.88889 10.2222L5.39446 10.2222C5.77474 10.2222 6.10511 9.967 6.25093 9.61579C6.3968 9.26445 6.34121 8.85537 6.07221 8.58637L5.71459 8.22875C5.36745 7.88161 5.36745 7.3188 5.71459 6.97167L6.97166 5.71459C7.3188 5.36746 7.88161 5.36746 8.22874 5.71459L8.58636 6.07221C8.85536 6.34121 9.26444 6.3968 9.61579 6.25093C9.967 6.10511 10.2222 5.77474 10.2222 5.39446V4.88889C10.2222 4.39797 10.6202 4 11.1111 4Z",
|
|
1774
|
+
stroke: "currentColor",
|
|
1775
|
+
strokeWidth: "1.5"
|
|
1776
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1777
|
+
d: "M13.7778 12C13.7778 12.9818 12.9818 13.7778 12 13.7778C11.0182 13.7778 10.2222 12.9818 10.2222 12C10.2222 11.0182 11.0182 10.2222 12 10.2222C12.9818 10.2222 13.7778 11.0182 13.7778 12Z",
|
|
1778
|
+
stroke: "currentColor",
|
|
1779
|
+
strokeWidth: "1.5"
|
|
1780
|
+
})]
|
|
1781
|
+
});
|
|
1448
1782
|
});
|
|
1449
1783
|
XoSettingsOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSettingsOutlineIcon";
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1784
|
+
//#endregion
|
|
1785
|
+
//#region src/icons/XoShareOutlineIcon.tsx
|
|
1786
|
+
var XoShareOutlineIcon = forwardRef((props, ref) => {
|
|
1787
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1788
|
+
ref,
|
|
1789
|
+
viewBox: "0 0 24 24",
|
|
1790
|
+
fill: "none",
|
|
1791
|
+
stroke: "currentColor",
|
|
1792
|
+
...props,
|
|
1793
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1794
|
+
d: "M20 13V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18L4 13M16 8L12 4M12 4L8 8M12 4L12 16",
|
|
1795
|
+
stroke: "currentColor",
|
|
1796
|
+
strokeWidth: "1.5",
|
|
1797
|
+
strokeLinecap: "round",
|
|
1798
|
+
strokeLinejoin: "round"
|
|
1799
|
+
})
|
|
1800
|
+
});
|
|
1462
1801
|
});
|
|
1463
1802
|
XoShareOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoShareOutlineIcon";
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1803
|
+
//#endregion
|
|
1804
|
+
//#region src/icons/XoSmartphoneOutlineIcon.tsx
|
|
1805
|
+
var XoSmartphoneOutlineIcon = forwardRef((props, ref) => {
|
|
1806
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1807
|
+
ref,
|
|
1808
|
+
viewBox: "0 0 24 24",
|
|
1809
|
+
fill: "none",
|
|
1810
|
+
stroke: "currentColor",
|
|
1811
|
+
...props,
|
|
1812
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1813
|
+
d: "M12 18.01V18M8 3H16C17.1046 3 18 3.89543 18 5V19C18 20.1046 17.1046 21 16 21H8C6.89543 21 6 20.1046 6 19V5C6 3.89543 6.89543 3 8 3Z",
|
|
1814
|
+
stroke: "currentColor",
|
|
1815
|
+
strokeWidth: "1.5",
|
|
1816
|
+
strokeLinecap: "round",
|
|
1817
|
+
strokeLinejoin: "round"
|
|
1818
|
+
})
|
|
1819
|
+
});
|
|
1476
1820
|
});
|
|
1477
1821
|
XoSmartphoneOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSmartphoneOutlineIcon";
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1822
|
+
//#endregion
|
|
1823
|
+
//#region src/icons/XoSortDownFillIcon.tsx
|
|
1824
|
+
var XoSortDownFillIcon = forwardRef((props, ref) => {
|
|
1825
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1826
|
+
ref,
|
|
1827
|
+
viewBox: "0 0 24 24",
|
|
1828
|
+
fill: "none",
|
|
1829
|
+
stroke: "currentColor",
|
|
1830
|
+
...props,
|
|
1831
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1832
|
+
d: "M12 20.5C11.8328 20.5 11.6767 20.4164 11.584 20.2773L7.58398 14.2773C7.4817 14.1239 7.47256 13.9262 7.55957 13.7637C7.64666 13.6014 7.81578 13.5 8 13.5L16 13.5C16.1842 13.5 16.3533 13.6014 16.4404 13.7637C16.5274 13.9263 16.5183 14.1239 16.416 14.2773L12.416 20.2773L12.3779 20.3271C12.2836 20.4361 12.1461 20.5 12 20.5Z",
|
|
1833
|
+
fill: "currentColor",
|
|
1834
|
+
stroke: "currentColor",
|
|
1835
|
+
strokeLinejoin: "round"
|
|
1836
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1837
|
+
d: "M12 3.5C12.1672 3.5 12.3233 3.58356 12.416 3.72266L16.416 9.72266C16.5183 9.87608 16.5274 10.0737 16.4404 10.2363C16.3533 10.3986 16.1842 10.5 16 10.5H8C7.81578 10.5 7.64666 10.3986 7.55957 10.2363C7.47256 10.0737 7.4817 9.87608 7.58398 9.72266L11.584 3.72266L11.6221 3.67285C11.7164 3.56391 11.8539 3.5 12 3.5Z",
|
|
1838
|
+
fill: "currentColor",
|
|
1839
|
+
stroke: "currentColor",
|
|
1840
|
+
strokeLinejoin: "round",
|
|
1841
|
+
opacity: "0.3"
|
|
1842
|
+
})]
|
|
1843
|
+
});
|
|
1493
1844
|
});
|
|
1494
1845
|
XoSortDownFillIcon.displayName = "@xmart/xorder-ui-icons/XoSortDownFillIcon";
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1846
|
+
//#endregion
|
|
1847
|
+
//#region src/icons/XoSortFillIcon.tsx
|
|
1848
|
+
var XoSortFillIcon = forwardRef((props, ref) => {
|
|
1849
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1850
|
+
ref,
|
|
1851
|
+
viewBox: "0 0 24 24",
|
|
1852
|
+
fill: "none",
|
|
1853
|
+
stroke: "currentColor",
|
|
1854
|
+
...props,
|
|
1855
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1856
|
+
d: "M11.576 17.265C11.6674 17.4112 11.8276 17.5 12 17.5C12.1724 17.5 12.3326 17.4112 12.424 17.265L17.424 9.265C17.5203 9.11087 17.5254 8.91659 17.4373 8.75762C17.3492 8.59864 17.1818 8.5 17 8.5L7 8.5C6.81824 8.5 6.65079 8.59864 6.56268 8.75762C6.47457 8.91659 6.47967 9.11087 6.576 9.265L11.576 17.265Z",
|
|
1857
|
+
fill: "currentColor",
|
|
1858
|
+
stroke: "currentColor",
|
|
1859
|
+
strokeLinejoin: "round"
|
|
1860
|
+
})
|
|
1861
|
+
});
|
|
1507
1862
|
});
|
|
1508
1863
|
XoSortFillIcon.displayName = "@xmart/xorder-ui-icons/XoSortFillIcon";
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1864
|
+
//#endregion
|
|
1865
|
+
//#region src/icons/XoSortOrderOutlineIcon.tsx
|
|
1866
|
+
var XoSortOrderOutlineIcon = forwardRef((props, ref) => {
|
|
1867
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1868
|
+
ref,
|
|
1869
|
+
viewBox: "0 0 24 24",
|
|
1870
|
+
fill: "none",
|
|
1871
|
+
stroke: "currentColor",
|
|
1872
|
+
...props,
|
|
1873
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1874
|
+
d: "M15.5 5V19M15.5 5L18 7.5M15.5 5L13 7.5M8.5 19V5M8.5 19L6 16.5M8.5 19L11 16.5",
|
|
1875
|
+
stroke: "currentColor",
|
|
1876
|
+
strokeWidth: "1.5",
|
|
1877
|
+
strokeLinecap: "round",
|
|
1878
|
+
strokeLinejoin: "round"
|
|
1879
|
+
})
|
|
1880
|
+
});
|
|
1521
1881
|
});
|
|
1522
1882
|
XoSortOrderOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSortOrderOutlineIcon";
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1883
|
+
//#endregion
|
|
1884
|
+
//#region src/icons/XoSortUnselectedFillIcon.tsx
|
|
1885
|
+
var XoSortUnselectedFillIcon = forwardRef((props, ref) => {
|
|
1886
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1887
|
+
ref,
|
|
1888
|
+
viewBox: "0 0 24 24",
|
|
1889
|
+
fill: "none",
|
|
1890
|
+
stroke: "currentColor",
|
|
1891
|
+
...props,
|
|
1892
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1893
|
+
d: "M11.584 20.2773C11.6767 20.4164 11.8328 20.5 12 20.5C12.1672 20.5 12.3233 20.4164 12.416 20.2773L16.416 14.2774C16.5183 14.1239 16.5278 13.9267 16.4408 13.7641C16.3538 13.6015 16.1844 13.5 16 13.5L8 13.5C7.8156 13.5 7.64617 13.6015 7.55916 13.7641C7.47215 13.9266 7.48169 14.1239 7.58398 14.2773L11.584 20.2773Z",
|
|
1894
|
+
fill: "currentColor",
|
|
1895
|
+
stroke: "currentColor",
|
|
1896
|
+
strokeLinejoin: "round"
|
|
1897
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1898
|
+
d: "M12.416 3.72265C12.3233 3.58355 12.1672 3.5 12 3.5C11.8328 3.5 11.6767 3.58355 11.584 3.72265L7.58397 9.72265C7.48169 9.87608 7.47215 10.0734 7.55916 10.2359C7.64617 10.3985 7.8156 10.5 8 10.5H16C16.1844 10.5 16.3538 10.3985 16.4408 10.2359C16.5278 10.0734 16.5183 9.87608 16.416 9.72265L12.416 3.72265Z",
|
|
1899
|
+
fill: "currentColor",
|
|
1900
|
+
stroke: "currentColor",
|
|
1901
|
+
strokeLinejoin: "round"
|
|
1902
|
+
})]
|
|
1903
|
+
});
|
|
1538
1904
|
});
|
|
1539
1905
|
XoSortUnselectedFillIcon.displayName = "@xmart/xorder-ui-icons/XoSortUnselectedFillIcon";
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1906
|
+
//#endregion
|
|
1907
|
+
//#region src/icons/XoSortUpFillIcon.tsx
|
|
1908
|
+
var XoSortUpFillIcon = forwardRef((props, ref) => {
|
|
1909
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1910
|
+
ref,
|
|
1911
|
+
viewBox: "0 0 24 24",
|
|
1912
|
+
fill: "none",
|
|
1913
|
+
stroke: "currentColor",
|
|
1914
|
+
...props,
|
|
1915
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1916
|
+
d: "M12 20.5C11.8328 20.5 11.6767 20.4164 11.584 20.2773L7.58398 14.2773C7.4817 14.1239 7.47256 13.9262 7.55957 13.7637C7.64666 13.6014 7.81578 13.5 8 13.5L16 13.5C16.1842 13.5 16.3533 13.6014 16.4404 13.7637C16.5274 13.9263 16.5183 14.1239 16.416 14.2773L12.416 20.2773L12.3779 20.3271C12.2836 20.4361 12.1461 20.5 12 20.5Z",
|
|
1917
|
+
fill: "currentColor",
|
|
1918
|
+
stroke: "currentColor",
|
|
1919
|
+
strokeLinejoin: "round",
|
|
1920
|
+
opacity: "0.3"
|
|
1921
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1922
|
+
d: "M12 3.5C12.1672 3.5 12.3233 3.58356 12.416 3.72266L16.416 9.72266C16.5183 9.87608 16.5274 10.0737 16.4404 10.2363C16.3533 10.3986 16.1842 10.5 16 10.5H8C7.81578 10.5 7.64666 10.3986 7.55957 10.2363C7.47256 10.0737 7.4817 9.87608 7.58398 9.72266L11.584 3.72266L11.6221 3.67285C11.7164 3.56391 11.8539 3.5 12 3.5Z",
|
|
1923
|
+
fill: "currentColor",
|
|
1924
|
+
stroke: "currentColor",
|
|
1925
|
+
strokeLinejoin: "round"
|
|
1926
|
+
})]
|
|
1927
|
+
});
|
|
1555
1928
|
});
|
|
1556
1929
|
XoSortUpFillIcon.displayName = "@xmart/xorder-ui-icons/XoSortUpFillIcon";
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1930
|
+
//#endregion
|
|
1931
|
+
//#region src/icons/XoSpeakerOffFillIcon.tsx
|
|
1932
|
+
var XoSpeakerOffFillIcon = forwardRef((props, ref) => {
|
|
1933
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1934
|
+
ref,
|
|
1935
|
+
viewBox: "0 0 24 24",
|
|
1936
|
+
fill: "none",
|
|
1937
|
+
stroke: "currentColor",
|
|
1938
|
+
...props,
|
|
1939
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1940
|
+
d: "M7.57895 8.44444L13 4V20L7.57895 15.5556H5.78947C4.80117 15.5556 4 14.7596 4 13.7778V10.2222C4 9.24038 4.80117 8.44444 5.78947 8.44444H7.57895Z",
|
|
1941
|
+
fill: "currentColor"
|
|
1942
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1943
|
+
d: "M16 10L18 12M20 14L18 12M20 10L18 12M16 14L18 12M13 4L7.57895 8.44444H5.78947C4.80117 8.44444 4 9.24038 4 10.2222V13.7778C4 14.7596 4.80117 15.5556 5.78947 15.5556H7.57895L13 20V4Z",
|
|
1944
|
+
stroke: "currentColor",
|
|
1945
|
+
strokeWidth: "1.5",
|
|
1946
|
+
strokeLinecap: "round",
|
|
1947
|
+
strokeLinejoin: "round"
|
|
1948
|
+
})]
|
|
1949
|
+
});
|
|
1572
1950
|
});
|
|
1573
1951
|
XoSpeakerOffFillIcon.displayName = "@xmart/xorder-ui-icons/XoSpeakerOffFillIcon";
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1952
|
+
//#endregion
|
|
1953
|
+
//#region src/icons/XoSpeakerOnFillIcon.tsx
|
|
1954
|
+
var XoSpeakerOnFillIcon = forwardRef((props, ref) => {
|
|
1955
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
1956
|
+
ref,
|
|
1957
|
+
viewBox: "0 0 24 24",
|
|
1958
|
+
fill: "none",
|
|
1959
|
+
stroke: "currentColor",
|
|
1960
|
+
...props,
|
|
1961
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1962
|
+
d: "M7.55556 8.44444L13 4V20L7.55556 15.5556H5.77778C4.79594 15.5556 4 14.7596 4 13.7778V10.2222C4 9.24038 4.79594 8.44444 5.77778 8.44444H7.55556Z",
|
|
1963
|
+
fill: "currentColor"
|
|
1964
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1965
|
+
d: "M15.5556 9.33333C16 9.77778 16.4444 10.6667 16.4444 12C16.4444 13.3333 16 14.2222 15.5556 14.6667M18.2222 6.66667C19.5556 8 20 10.2222 20 12C20 13.7778 19.5556 16 18.2222 17.3333M13 4L7.55556 8.44444H5.77778C4.79594 8.44444 4 9.24038 4 10.2222V13.7778C4 14.7596 4.79594 15.5556 5.77778 15.5556H7.55556L13 20V4Z",
|
|
1966
|
+
stroke: "currentColor",
|
|
1967
|
+
strokeWidth: "1.5",
|
|
1968
|
+
strokeLinecap: "round",
|
|
1969
|
+
strokeLinejoin: "round"
|
|
1970
|
+
})]
|
|
1971
|
+
});
|
|
1589
1972
|
});
|
|
1590
1973
|
XoSpeakerOnFillIcon.displayName = "@xmart/xorder-ui-icons/XoSpeakerOnFillIcon";
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1974
|
+
//#endregion
|
|
1975
|
+
//#region src/icons/XoStarFillIcon.tsx
|
|
1976
|
+
var XoStarFillIcon = forwardRef((props, ref) => {
|
|
1977
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1978
|
+
ref,
|
|
1979
|
+
viewBox: "0 0 24 24",
|
|
1980
|
+
fill: "none",
|
|
1981
|
+
stroke: "currentColor",
|
|
1982
|
+
...props,
|
|
1983
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
1984
|
+
d: "M12 17L6 20L7.5 14L3 9L9.5 8.5L12 3L14.5 8.5L21 9L16.5 14L18 20L12 17Z",
|
|
1985
|
+
fill: "currentColor",
|
|
1986
|
+
stroke: "currentColor",
|
|
1987
|
+
strokeWidth: "1.5",
|
|
1988
|
+
strokeLinecap: "round",
|
|
1989
|
+
strokeLinejoin: "round"
|
|
1990
|
+
})
|
|
1991
|
+
});
|
|
1603
1992
|
});
|
|
1604
1993
|
XoStarFillIcon.displayName = "@xmart/xorder-ui-icons/XoStarFillIcon";
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1994
|
+
//#endregion
|
|
1995
|
+
//#region src/icons/XoStarOutlineIcon.tsx
|
|
1996
|
+
var XoStarOutlineIcon = forwardRef((props, ref) => {
|
|
1997
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
1998
|
+
ref,
|
|
1999
|
+
viewBox: "0 0 24 24",
|
|
2000
|
+
fill: "none",
|
|
2001
|
+
stroke: "currentColor",
|
|
2002
|
+
...props,
|
|
2003
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2004
|
+
d: "M12 17L6 20L7.5 14L3 9L9.5 8.5L12 3L14.5 8.5L21 9L16.5 14L18 20L12 17Z",
|
|
2005
|
+
stroke: "currentColor",
|
|
2006
|
+
strokeWidth: "1.5",
|
|
2007
|
+
strokeLinecap: "round",
|
|
2008
|
+
strokeLinejoin: "round"
|
|
2009
|
+
})
|
|
2010
|
+
});
|
|
1617
2011
|
});
|
|
1618
2012
|
XoStarOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoStarOutlineIcon";
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
2013
|
+
//#endregion
|
|
2014
|
+
//#region src/icons/XoSwipeDownFillIcon.tsx
|
|
2015
|
+
var XoSwipeDownFillIcon = forwardRef((props, ref) => {
|
|
2016
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
2017
|
+
ref,
|
|
2018
|
+
viewBox: "0 0 24 24",
|
|
2019
|
+
fill: "none",
|
|
2020
|
+
...props,
|
|
2021
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2022
|
+
fillRule: "evenodd",
|
|
2023
|
+
clipRule: "evenodd",
|
|
2024
|
+
d: "M4 7C4 6.44772 4.44772 6 5 6H19C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7ZM13.5 12C13.5 11.4477 13.9477 11 14.5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H14.5C13.9477 13 13.5 12.5523 13.5 12ZM4 17C4 16.4477 4.44772 16 5 16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H5C4.44772 18 4 17.5523 4 17Z",
|
|
2025
|
+
fill: "currentColor"
|
|
2026
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2027
|
+
d: "M8.94598 14.5045C8.70763 14.7693 8.29237 14.7693 8.05402 14.5045L4.90124 11.0014C4.55374 10.6153 4.82775 10 5.34722 10L11.6528 10C12.1722 10 12.4463 10.6153 12.0988 11.0014L8.94598 14.5045Z",
|
|
2028
|
+
fill: "currentColor"
|
|
2029
|
+
})]
|
|
2030
|
+
});
|
|
1633
2031
|
});
|
|
1634
2032
|
XoSwipeDownFillIcon.displayName = "@xmart/xorder-ui-icons/XoSwipeDownFillIcon";
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
2033
|
+
//#endregion
|
|
2034
|
+
//#region src/icons/XoSwipeOutlineIcon.tsx
|
|
2035
|
+
var XoSwipeOutlineIcon = forwardRef((props, ref) => {
|
|
2036
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
2037
|
+
ref,
|
|
2038
|
+
viewBox: "0 0 24 24",
|
|
2039
|
+
fill: "none",
|
|
2040
|
+
stroke: "currentColor",
|
|
2041
|
+
...props,
|
|
2042
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2043
|
+
d: "M4 18H20M4 12H20M4 6H20",
|
|
2044
|
+
stroke: "currentColor",
|
|
2045
|
+
strokeWidth: "1.5",
|
|
2046
|
+
strokeLinecap: "round",
|
|
2047
|
+
strokeLinejoin: "round"
|
|
2048
|
+
})
|
|
2049
|
+
});
|
|
1647
2050
|
});
|
|
1648
2051
|
XoSwipeOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoSwipeOutlineIcon";
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
2052
|
+
//#endregion
|
|
2053
|
+
//#region src/icons/XoSwipe_upFillIcon.tsx
|
|
2054
|
+
var XoSwipe_upFillIcon = forwardRef((props, ref) => {
|
|
2055
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
2056
|
+
ref,
|
|
2057
|
+
viewBox: "0 0 24 24",
|
|
2058
|
+
fill: "none",
|
|
2059
|
+
...props,
|
|
2060
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2061
|
+
fillRule: "evenodd",
|
|
2062
|
+
clipRule: "evenodd",
|
|
2063
|
+
d: "M4 7C4 6.44772 4.44772 6 5 6H19C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7ZM4 12C4 11.4477 4.44772 11 5 11H9.5C10.0523 11 10.5 11.4477 10.5 12C10.5 12.5523 10.0523 13 9.5 13H5C4.44772 13 4 12.5523 4 12ZM4 17C4 16.4477 4.44772 16 5 16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H5C4.44772 18 4 17.5523 4 17Z",
|
|
2064
|
+
fill: "currentColor"
|
|
2065
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2066
|
+
d: "M15.054 9.49553C15.2924 9.2307 15.7076 9.2307 15.946 9.49553L19.0988 12.9986C19.4463 13.3847 19.1722 14 18.6528 14H12.3472C11.8278 14 11.5537 13.3847 11.9012 12.9986L15.054 9.49553Z",
|
|
2067
|
+
fill: "currentColor"
|
|
2068
|
+
})]
|
|
2069
|
+
});
|
|
1663
2070
|
});
|
|
1664
2071
|
XoSwipe_upFillIcon.displayName = "@xmart/xorder-ui-icons/XoSwipe_upFillIcon";
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
2072
|
+
//#endregion
|
|
2073
|
+
//#region src/icons/XoTranslateFillIcon.tsx
|
|
2074
|
+
var XoTranslateFillIcon = forwardRef((props, ref) => {
|
|
2075
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(SvgIcon, {
|
|
2076
|
+
ref,
|
|
2077
|
+
viewBox: "0 0 24 24",
|
|
2078
|
+
fill: "none",
|
|
2079
|
+
...props,
|
|
2080
|
+
children: [
|
|
2081
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2082
|
+
d: "M10.4981 11.9004C10.4709 11.7639 9.53181 7.06868 9.50202 6.91989C9.45551 6.68711 9.25107 6.51953 9.01367 6.51953H8.01758C7.78018 6.51953 7.57574 6.68711 7.52923 6.91989C7.49898 7.0712 6.55896 11.7712 6.53313 11.9004C6.47918 12.1701 6.65412 12.4325 6.92383 12.4864C7.19354 12.5404 7.45595 12.3654 7.50987 12.0957L7.82822 10.5039H9.20303L9.52138 12.0957C9.57534 12.3656 9.83784 12.5404 10.1074 12.4864C10.3771 12.4325 10.5521 12.1701 10.4981 11.9004ZM8.02744 9.50781L8.42588 7.51562H8.60537L9.00381 9.50781H8.02744Z",
|
|
2083
|
+
fill: "currentColor"
|
|
2084
|
+
}),
|
|
2085
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2086
|
+
d: "M18.4766 10.5039H16.9824V10.0059C16.9824 9.7308 16.7594 9.50781 16.4844 9.50781C16.2093 9.50781 15.9863 9.7308 15.9863 10.0059V10.5039H14.4922C14.2171 10.5039 13.9941 10.7269 13.9941 11.002C13.9941 11.277 14.2171 11.5 14.4922 11.5H14.6127C14.8965 12.4168 15.3238 13.1205 15.7939 13.6844C15.4113 14.0345 15.024 14.3215 14.6791 14.5974C14.4643 14.7692 14.4295 15.0827 14.6014 15.2974C14.7733 15.5123 15.0867 15.547 15.3014 15.3752C15.6482 15.0977 16.064 14.7894 16.4844 14.4035C16.9051 14.7896 17.3216 15.0986 17.6674 15.3752C17.8822 15.5471 18.1956 15.5122 18.3674 15.2974C18.5392 15.0827 18.5044 14.7692 18.2896 14.5974C17.9456 14.3221 17.5579 14.0348 17.1748 13.6844C17.645 13.1205 18.0722 12.4168 18.356 11.5H18.4766C18.7516 11.5 18.9746 11.277 18.9746 11.002C18.9746 10.7269 18.7516 10.5039 18.4766 10.5039ZM16.4844 12.9525C16.1665 12.5534 15.8804 12.077 15.6648 11.4967H17.3039C17.0883 12.077 16.8023 12.5534 16.4844 12.9525Z",
|
|
2087
|
+
fill: "currentColor"
|
|
2088
|
+
}),
|
|
2089
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2090
|
+
d: "M19.5059 6.02148H12.3207L12.1072 4.3088C12.0139 3.56266 11.3765 3 10.6246 3H5.49414C4.67027 3 4 3.67027 4 4.49414V15.4844C4 16.3082 4.67027 16.9785 5.49414 16.9785H9.69377L9.90454 18.6912C9.99765 19.4358 10.635 20 11.3872 20H19.5059C20.3297 20 21 19.3297 21 18.5059V7.51562C21 6.69176 20.3297 6.02148 19.5059 6.02148ZM5.49414 15.9824C5.21952 15.9824 4.99609 15.759 4.99609 15.4844V4.49414C4.99609 4.21952 5.21952 3.99609 5.49414 3.99609H10.6246C10.8752 3.99609 11.0877 4.18362 11.1187 4.43218C11.1909 5.01111 12.487 15.4081 12.5586 15.9824H5.49414ZM10.8639 18.3315L10.6974 16.9785H12.0336L10.8639 18.3315ZM20.0039 18.5059C20.0039 18.7805 19.7805 19.0039 19.5059 19.0039H11.5993L13.4954 16.8107C13.5924 16.7013 13.6359 16.5559 13.6159 16.4115L12.4448 7.01758H19.5059C19.7805 7.01758 20.0039 7.241 20.0039 7.51562V18.5059Z",
|
|
2091
|
+
fill: "currentColor"
|
|
2092
|
+
})
|
|
2093
|
+
]
|
|
2094
|
+
});
|
|
1680
2095
|
});
|
|
1681
2096
|
XoTranslateFillIcon.displayName = "@xmart/xorder-ui-icons/XoTranslateFillIcon";
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
2097
|
+
//#endregion
|
|
2098
|
+
//#region src/icons/XoTrashOutlineIcon.tsx
|
|
2099
|
+
var XoTrashOutlineIcon = forwardRef((props, ref) => {
|
|
2100
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
2101
|
+
ref,
|
|
2102
|
+
viewBox: "0 0 24 24",
|
|
2103
|
+
fill: "none",
|
|
2104
|
+
stroke: "currentColor",
|
|
2105
|
+
...props,
|
|
2106
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2107
|
+
d: "M10 10V17M14 10V17M18 6V19C18 20.1046 17.1046 21 16 21H8C6.89543 21 6 20.1046 6 19V6M4 6H20M15 6V5C15 3.89543 14.1046 3 13 3H11C9.89543 3 9 3.89543 9 5V6",
|
|
2108
|
+
stroke: "currentColor",
|
|
2109
|
+
strokeWidth: "1.5",
|
|
2110
|
+
strokeLinecap: "round",
|
|
2111
|
+
strokeLinejoin: "round"
|
|
2112
|
+
})
|
|
2113
|
+
});
|
|
1694
2114
|
});
|
|
1695
2115
|
XoTrashOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoTrashOutlineIcon";
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
2116
|
+
//#endregion
|
|
2117
|
+
//#region src/icons/XoTrendingUpOutlineIcon.tsx
|
|
2118
|
+
var XoTrendingUpOutlineIcon = forwardRef((props, ref) => {
|
|
2119
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
2120
|
+
ref,
|
|
2121
|
+
viewBox: "0 0 24 24",
|
|
2122
|
+
fill: "none",
|
|
2123
|
+
stroke: "currentColor",
|
|
2124
|
+
...props,
|
|
2125
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2126
|
+
d: "M22 7L13.5 16.5L9 12L2 19M22 7H15M22 7V14",
|
|
2127
|
+
stroke: "currentColor",
|
|
2128
|
+
strokeWidth: "1.5",
|
|
2129
|
+
strokeLinecap: "round",
|
|
2130
|
+
strokeLinejoin: "round"
|
|
2131
|
+
})
|
|
2132
|
+
});
|
|
1708
2133
|
});
|
|
1709
2134
|
XoTrendingUpOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoTrendingUpOutlineIcon";
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
2135
|
+
//#endregion
|
|
2136
|
+
//#region src/icons/XoUserOutlineIcon.tsx
|
|
2137
|
+
var XoUserOutlineIcon = forwardRef((props, ref) => {
|
|
2138
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
2139
|
+
ref,
|
|
2140
|
+
viewBox: "0 0 24 24",
|
|
2141
|
+
fill: "none",
|
|
2142
|
+
stroke: "currentColor",
|
|
2143
|
+
...props,
|
|
2144
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2145
|
+
d: "M17.3333 17.963C17.3333 16.5232 16.2918 14.6666 14.6667 14.6667H9.33333C7.70819 14.6666 6.66667 16.5232 6.66667 17.963M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM14.6667 9.33333C14.6667 10.8061 13.4728 12 12 12C10.5272 12 9.33333 10.8061 9.33333 9.33333C9.33333 7.86057 10.5272 6.66667 12 6.66667C13.4728 6.66667 14.6667 7.86057 14.6667 9.33333Z",
|
|
2146
|
+
stroke: "currentColor",
|
|
2147
|
+
strokeWidth: "1.5"
|
|
2148
|
+
})
|
|
2149
|
+
});
|
|
1722
2150
|
});
|
|
1723
2151
|
XoUserOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoUserOutlineIcon";
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
2152
|
+
//#endregion
|
|
2153
|
+
//#region src/icons/XoWalletOutlineIcon.tsx
|
|
2154
|
+
var XoWalletOutlineIcon = forwardRef((props, ref) => {
|
|
2155
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
2156
|
+
ref,
|
|
2157
|
+
viewBox: "0 0 24 24",
|
|
2158
|
+
fill: "none",
|
|
2159
|
+
stroke: "currentColor",
|
|
2160
|
+
...props,
|
|
2161
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2162
|
+
d: "M21 9H13.8947C12.3251 9 11.0526 10.3431 11.0526 12C11.0526 13.6569 12.3251 15 13.8947 15H21M13.8947 12V12.01M5 5H19C20.1046 5 21 6.04467 21 7.33333V16.6667C21 17.9553 20.1046 19 19 19H5C3.89543 19 3 17.9553 3 16.6667V7.33333C3 6.04467 3.89543 5 5 5Z",
|
|
2163
|
+
stroke: "currentColor",
|
|
2164
|
+
strokeWidth: "1.5",
|
|
2165
|
+
strokeLinecap: "round",
|
|
2166
|
+
strokeLinejoin: "round"
|
|
2167
|
+
})
|
|
2168
|
+
});
|
|
1736
2169
|
});
|
|
1737
2170
|
XoWalletOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoWalletOutlineIcon";
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
2171
|
+
//#endregion
|
|
2172
|
+
//#region src/icons/XoWarningCircleFillIcon.tsx
|
|
2173
|
+
var XoWarningCircleFillIcon = forwardRef((props, ref) => {
|
|
2174
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
2175
|
+
ref,
|
|
2176
|
+
viewBox: "0 0 24 24",
|
|
2177
|
+
fill: "none",
|
|
2178
|
+
stroke: "currentColor",
|
|
2179
|
+
...props,
|
|
2180
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", {
|
|
2181
|
+
id: "warning-circle-fill",
|
|
2182
|
+
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", {
|
|
2183
|
+
id: "Ellipse",
|
|
2184
|
+
cx: "12",
|
|
2185
|
+
cy: "12",
|
|
2186
|
+
r: "8",
|
|
2187
|
+
stroke: "currentColor",
|
|
2188
|
+
strokeWidth: "1.5"
|
|
2189
|
+
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2190
|
+
id: "Exclude",
|
|
2191
|
+
fillRule: "evenodd",
|
|
2192
|
+
clipRule: "evenodd",
|
|
2193
|
+
d: "M4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12ZM13 13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13L11 8C11 7.44771 11.4477 7 12 7C12.5523 7 13 7.44772 13 8L13 13ZM12 15.5C12.5523 15.5 13 15.9477 13 16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5C11 15.9477 11.4477 15.5 12 15.5Z",
|
|
2194
|
+
fill: "currentColor"
|
|
2195
|
+
})]
|
|
2196
|
+
})
|
|
2197
|
+
});
|
|
1753
2198
|
});
|
|
1754
2199
|
XoWarningCircleFillIcon.displayName = "@xmart/xorder-ui-icons/XoWarningCircleFillIcon";
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
2200
|
+
//#endregion
|
|
2201
|
+
//#region src/icons/XoWarningCircleOutlineIcon.tsx
|
|
2202
|
+
var XoWarningCircleOutlineIcon = forwardRef((props, ref) => {
|
|
2203
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
2204
|
+
ref,
|
|
2205
|
+
viewBox: "0 0 24 24",
|
|
2206
|
+
fill: "none",
|
|
2207
|
+
stroke: "currentColor",
|
|
2208
|
+
...props,
|
|
2209
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", {
|
|
2210
|
+
id: "warning-circle-outline",
|
|
2211
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2212
|
+
id: "shape",
|
|
2213
|
+
d: "M12 16.4356V16.4444M12 7.55556V13.7778M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z",
|
|
2214
|
+
stroke: "currentColor",
|
|
2215
|
+
strokeWidth: "1.5",
|
|
2216
|
+
strokeLinecap: "round",
|
|
2217
|
+
strokeLinejoin: "round"
|
|
2218
|
+
})
|
|
2219
|
+
})
|
|
2220
|
+
});
|
|
1767
2221
|
});
|
|
1768
2222
|
XoWarningCircleOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoWarningCircleOutlineIcon";
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
2223
|
+
//#endregion
|
|
2224
|
+
//#region src/icons/XoZoomInOutlineIcon.tsx
|
|
2225
|
+
var XoZoomInOutlineIcon = forwardRef((props, ref) => {
|
|
2226
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
2227
|
+
ref,
|
|
2228
|
+
viewBox: "0 0 24 24",
|
|
2229
|
+
fill: "none",
|
|
2230
|
+
...props,
|
|
2231
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2232
|
+
d: "M11.75 8C11.75 7.58579 11.4142 7.25 11 7.25C10.5858 7.25 10.25 7.58579 10.25 8H11.75ZM10.25 14C10.25 14.4142 10.5858 14.75 11 14.75C11.4142 14.75 11.75 14.4142 11.75 14H10.25ZM8 10.25C7.58579 10.25 7.25 10.5858 7.25 11C7.25 11.4142 7.58579 11.75 8 11.75V10.25ZM14 11.75C14.4142 11.75 14.75 11.4142 14.75 11C14.75 10.5858 14.4142 10.25 14 10.25V11.75ZM19.4697 20.5303C19.7626 20.8232 20.2374 20.8232 20.5303 20.5303C20.8232 20.2374 20.8232 19.7626 20.5303 19.4697L19.4697 20.5303ZM10.25 8V11H11.75V8H10.25ZM10.25 11V14H11.75V11H10.25ZM8 11.75H11V10.25H8V11.75ZM11 11.75H14V10.25H11V11.75ZM17.25 11C17.25 14.4518 14.4518 17.25 11 17.25V18.75C15.2802 18.75 18.75 15.2802 18.75 11H17.25ZM11 17.25C7.54822 17.25 4.75 14.4518 4.75 11H3.25C3.25 15.2802 6.71979 18.75 11 18.75V17.25ZM4.75 11C4.75 7.54822 7.54822 4.75 11 4.75V3.25C6.71979 3.25 3.25 6.71979 3.25 11H4.75ZM11 4.75C14.4518 4.75 17.25 7.54822 17.25 11H18.75C18.75 6.71979 15.2802 3.25 11 3.25V4.75ZM15.4194 16.4801L19.4697 20.5303L20.5303 19.4697L16.4801 15.4194L15.4194 16.4801Z",
|
|
2233
|
+
fill: "currentColor"
|
|
2234
|
+
})
|
|
2235
|
+
});
|
|
1780
2236
|
});
|
|
1781
2237
|
XoZoomInOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoZoomInOutlineIcon";
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
2238
|
+
//#endregion
|
|
2239
|
+
//#region src/icons/XoZoomOutOutlineIcon.tsx
|
|
2240
|
+
var XoZoomOutOutlineIcon = forwardRef((props, ref) => {
|
|
2241
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(SvgIcon, {
|
|
2242
|
+
ref,
|
|
2243
|
+
viewBox: "0 0 24 24",
|
|
2244
|
+
fill: "none",
|
|
2245
|
+
...props,
|
|
2246
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
|
|
2247
|
+
d: "M19.4697 20.5303C19.7626 20.8232 20.2374 20.8232 20.5303 20.5303C20.8232 20.2374 20.8232 19.7626 20.5303 19.4697L19.4697 20.5303ZM8 10.25C7.58579 10.25 7.25 10.5858 7.25 11C7.25 11.4142 7.58579 11.75 8 11.75V10.25ZM14 11.75C14.4142 11.75 14.75 11.4142 14.75 11C14.75 10.5858 14.4142 10.25 14 10.25V11.75ZM17.25 11C17.25 14.4518 14.4518 17.25 11 17.25V18.75C15.2802 18.75 18.75 15.2802 18.75 11H17.25ZM11 17.25C7.54822 17.25 4.75 14.4518 4.75 11H3.25C3.25 15.2802 6.71979 18.75 11 18.75V17.25ZM4.75 11C4.75 7.54822 7.54822 4.75 11 4.75V3.25C6.71979 3.25 3.25 6.71979 3.25 11H4.75ZM11 4.75C14.4518 4.75 17.25 7.54822 17.25 11H18.75C18.75 6.71979 15.2802 3.25 11 3.25V4.75ZM8 11.75H14V10.25H8V11.75ZM15.4194 16.4801L19.4697 20.5303L20.5303 19.4697L16.4801 15.4194L15.4194 16.4801Z",
|
|
2248
|
+
fill: "currentColor"
|
|
2249
|
+
})
|
|
2250
|
+
});
|
|
1793
2251
|
});
|
|
1794
2252
|
XoZoomOutOutlineIcon.displayName = "@xmart/xorder-ui-icons/XoZoomOutOutlineIcon";
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
XoAtEmailOutlineIcon,
|
|
1800
|
-
XoAttachmentOutlineIcon,
|
|
1801
|
-
XoBellFillIcon,
|
|
1802
|
-
XoBellOutlineIcon,
|
|
1803
|
-
XoCalendarOutlineIcon,
|
|
1804
|
-
XoCartOutlineIcon,
|
|
1805
|
-
XoCatalogFillIcon,
|
|
1806
|
-
XoCatalogOutlineIcon,
|
|
1807
|
-
XoCheckCircleFillIcon,
|
|
1808
|
-
XoCheckCircleOutlineIcon,
|
|
1809
|
-
XoCheckOutlineIcon,
|
|
1810
|
-
XoCheckSOutlineIcon,
|
|
1811
|
-
XoChevronCircleDownOutlineIcon,
|
|
1812
|
-
XoChevronCircleLeftOutlineIcon,
|
|
1813
|
-
XoChevronCircleRightOutlineIcon,
|
|
1814
|
-
XoChevronCircleUpOutlineIcon,
|
|
1815
|
-
XoChevronDownOutlineIcon,
|
|
1816
|
-
XoChevronLeftOutlineIcon,
|
|
1817
|
-
XoChevronRightOutlineIcon,
|
|
1818
|
-
XoChevronUpOutlineIcon,
|
|
1819
|
-
XoChevronWDownOutlineIcon,
|
|
1820
|
-
XoClockFillIcon,
|
|
1821
|
-
XoClockOutlineIcon,
|
|
1822
|
-
XoCrossOutlineIcon,
|
|
1823
|
-
XoCrossSOutlineIcon,
|
|
1824
|
-
XoDownloadOutlineIcon,
|
|
1825
|
-
XoEditOutlineIcon,
|
|
1826
|
-
XoEyeClosedOutlineIcon,
|
|
1827
|
-
XoEyeOpenOutlineIcon,
|
|
1828
|
-
XoFiltersOutlineIcon,
|
|
1829
|
-
XoGridOutlineIcon,
|
|
1830
|
-
XoHomeFillIcon,
|
|
1831
|
-
XoHomeOutlineIcon,
|
|
1832
|
-
XoImageAddOutlineIcon,
|
|
1833
|
-
XoImageEditOutlineIcon,
|
|
1834
|
-
XoImageOutlineIcon,
|
|
1835
|
-
XoInboxOutlineIcon,
|
|
1836
|
-
XoInfoCircleFillIcon,
|
|
1837
|
-
XoInfoCircleOutlineIcon,
|
|
1838
|
-
XoLaptopOutlineIcon,
|
|
1839
|
-
XoLikeFillIcon,
|
|
1840
|
-
XoLikeOutlineIcon,
|
|
1841
|
-
XoListRightOutlineIcon,
|
|
1842
|
-
XoLockOffOutlineIcon,
|
|
1843
|
-
XoLockOnOutlineIcon,
|
|
1844
|
-
XoMailOutlineIcon,
|
|
1845
|
-
XoMenuOutlineIcon,
|
|
1846
|
-
XoMenuVerticalFillIcon,
|
|
1847
|
-
XoMessageCircleDotsOutlineIcon,
|
|
1848
|
-
XoMinusCircleFillIcon,
|
|
1849
|
-
XoMinusCircleOutlineIcon,
|
|
1850
|
-
XoMinusOutlineIcon,
|
|
1851
|
-
XoMinusSOutlineIcon,
|
|
1852
|
-
XoNewscreenOutlineIcon,
|
|
1853
|
-
XoPauseFillIcon,
|
|
1854
|
-
XoPhoneOutlineIcon,
|
|
1855
|
-
XoPlayFillIcon,
|
|
1856
|
-
XoPlusCircleFillIcon,
|
|
1857
|
-
XoPlusCircleOutlineIcon,
|
|
1858
|
-
XoPlusOutlineIcon,
|
|
1859
|
-
XoPlusSOutlineIcon,
|
|
1860
|
-
XoPrintOutlineIcon,
|
|
1861
|
-
XoQuestionCircleFillIcon,
|
|
1862
|
-
XoQuestionCircleOutlineIcon,
|
|
1863
|
-
XoRotateRightOutlineIcon,
|
|
1864
|
-
XoRouteOutlineIcon,
|
|
1865
|
-
XoScreenOutlineIcon,
|
|
1866
|
-
XoSearchFillIcon,
|
|
1867
|
-
XoSearchOutlineIcon,
|
|
1868
|
-
XoSendFillIcon,
|
|
1869
|
-
XoSendOutlineIcon,
|
|
1870
|
-
XoSettingsOutlineIcon,
|
|
1871
|
-
XoShareOutlineIcon,
|
|
1872
|
-
XoSmartphoneOutlineIcon,
|
|
1873
|
-
XoSortDownFillIcon,
|
|
1874
|
-
XoSortFillIcon,
|
|
1875
|
-
XoSortOrderOutlineIcon,
|
|
1876
|
-
XoSortUnselectedFillIcon,
|
|
1877
|
-
XoSortUpFillIcon,
|
|
1878
|
-
XoSpeakerOffFillIcon,
|
|
1879
|
-
XoSpeakerOnFillIcon,
|
|
1880
|
-
XoStarFillIcon,
|
|
1881
|
-
XoStarOutlineIcon,
|
|
1882
|
-
XoSwipeDownFillIcon,
|
|
1883
|
-
XoSwipeOutlineIcon,
|
|
1884
|
-
XoSwipe_upFillIcon,
|
|
1885
|
-
XoTranslateFillIcon,
|
|
1886
|
-
XoTrashOutlineIcon,
|
|
1887
|
-
XoTrendingUpOutlineIcon,
|
|
1888
|
-
XoUserOutlineIcon,
|
|
1889
|
-
XoWalletOutlineIcon,
|
|
1890
|
-
XoWarningCircleFillIcon,
|
|
1891
|
-
XoWarningCircleOutlineIcon,
|
|
1892
|
-
XoZoomInOutlineIcon,
|
|
1893
|
-
XoZoomOutOutlineIcon
|
|
1894
|
-
};
|
|
1895
|
-
//# sourceMappingURL=index.esm.js.map
|
|
2253
|
+
//#endregion
|
|
2254
|
+
export { SvgIcon, XoAlarmOutlineIcon, XoArrowLeftOutlineIcon, XoAtEmailOutlineIcon, XoAttachmentOutlineIcon, XoBellFillIcon, XoBellOutlineIcon, XoCalendarOutlineIcon, XoCartOutlineIcon, XoCatalogFillIcon, XoCatalogOutlineIcon, XoCheckCircleFillIcon, XoCheckCircleOutlineIcon, XoCheckOutlineIcon, XoCheckSOutlineIcon, XoChevronCircleDownOutlineIcon, XoChevronCircleLeftOutlineIcon, XoChevronCircleRightOutlineIcon, XoChevronCircleUpOutlineIcon, XoChevronDownOutlineIcon, XoChevronLeftOutlineIcon, XoChevronRightOutlineIcon, XoChevronUpOutlineIcon, XoChevronWDownOutlineIcon, XoClockFillIcon, XoClockOutlineIcon, XoCrossOutlineIcon, XoCrossSOutlineIcon, XoDownloadOutlineIcon, XoEditOutlineIcon, XoEyeClosedOutlineIcon, XoEyeOpenOutlineIcon, XoFiltersOutlineIcon, XoGridOutlineIcon, XoHomeFillIcon, XoHomeOutlineIcon, XoImageAddOutlineIcon, XoImageEditOutlineIcon, XoImageOutlineIcon, XoInboxOutlineIcon, XoInfoCircleFillIcon, XoInfoCircleOutlineIcon, XoLaptopOutlineIcon, XoLikeFillIcon, XoLikeOutlineIcon, XoListRightOutlineIcon, XoLockOffOutlineIcon, XoLockOnOutlineIcon, XoMailOutlineIcon, XoMenuOutlineIcon, XoMenuVerticalFillIcon, XoMessageCircleDotsOutlineIcon, XoMinusCircleFillIcon, XoMinusCircleOutlineIcon, XoMinusOutlineIcon, XoMinusSOutlineIcon, XoNewscreenOutlineIcon, XoPauseFillIcon, XoPhoneOutlineIcon, XoPlayFillIcon, XoPlusCircleFillIcon, XoPlusCircleOutlineIcon, XoPlusOutlineIcon, XoPlusSOutlineIcon, XoPrintOutlineIcon, XoQuestionCircleFillIcon, XoQuestionCircleOutlineIcon, XoRotateRightOutlineIcon, XoRouteOutlineIcon, XoScreenOutlineIcon, XoSearchFillIcon, XoSearchOutlineIcon, XoSendFillIcon, XoSendOutlineIcon, XoSettingsOutlineIcon, XoShareOutlineIcon, XoSmartphoneOutlineIcon, XoSortDownFillIcon, XoSortFillIcon, XoSortOrderOutlineIcon, XoSortUnselectedFillIcon, XoSortUpFillIcon, XoSpeakerOffFillIcon, XoSpeakerOnFillIcon, XoStarFillIcon, XoStarOutlineIcon, XoSwipeDownFillIcon, XoSwipeOutlineIcon, XoSwipe_upFillIcon, XoTranslateFillIcon, XoTrashOutlineIcon, XoTrendingUpOutlineIcon, XoUserOutlineIcon, XoWalletOutlineIcon, XoWarningCircleFillIcon, XoWarningCircleOutlineIcon, XoZoomInOutlineIcon, XoZoomOutOutlineIcon };
|
|
2255
|
+
|
|
2256
|
+
//# sourceMappingURL=index.esm.js.map
|