UNPKG

1.32 MBJavaScriptView Raw
1(function (global, factory) {
2 typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react')) :
3 typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) :
4 (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.icons = {}, global.window.React));
5}(this, (function (exports, React) { 'use strict';
6
7 function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
9 var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
10
11 var IconContext = /*#__PURE__*/React.createContext({});
12
13 function getDefaultExportFromCjs (x) {
14 return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
15 }
16
17 function createCommonjsModule(fn, basedir, module) {
18 return module = {
19 path: basedir,
20 exports: {},
21 require: function (path, base) {
22 return commonjsRequire(path, (base === undefined || base === null) ? module.path : base);
23 }
24 }, fn(module, module.exports), module.exports;
25 }
26
27 function commonjsRequire () {
28 throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
29 }
30
31 var defineProperty = createCommonjsModule(function (module) {
32 function _defineProperty(obj, key, value) {
33 if (key in obj) {
34 Object.defineProperty(obj, key, {
35 value: value,
36 enumerable: true,
37 configurable: true,
38 writable: true
39 });
40 } else {
41 obj[key] = value;
42 }
43
44 return obj;
45 }
46
47 module.exports = _defineProperty;
48 module.exports["default"] = module.exports, module.exports.__esModule = true;
49 });
50
51 var _defineProperty = /*@__PURE__*/getDefaultExportFromCjs(defineProperty);
52
53 var objectSpread2 = createCommonjsModule(function (module) {
54 function ownKeys(object, enumerableOnly) {
55 var keys = Object.keys(object);
56
57 if (Object.getOwnPropertySymbols) {
58 var symbols = Object.getOwnPropertySymbols(object);
59
60 if (enumerableOnly) {
61 symbols = symbols.filter(function (sym) {
62 return Object.getOwnPropertyDescriptor(object, sym).enumerable;
63 });
64 }
65
66 keys.push.apply(keys, symbols);
67 }
68
69 return keys;
70 }
71
72 function _objectSpread2(target) {
73 for (var i = 1; i < arguments.length; i++) {
74 var source = arguments[i] != null ? arguments[i] : {};
75
76 if (i % 2) {
77 ownKeys(Object(source), true).forEach(function (key) {
78 defineProperty(target, key, source[key]);
79 });
80 } else if (Object.getOwnPropertyDescriptors) {
81 Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
82 } else {
83 ownKeys(Object(source)).forEach(function (key) {
84 Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
85 });
86 }
87 }
88
89 return target;
90 }
91
92 module.exports = _objectSpread2;
93 module.exports["default"] = module.exports, module.exports.__esModule = true;
94 });
95
96 var _objectSpread = /*@__PURE__*/getDefaultExportFromCjs(objectSpread2);
97
98 var AccountBookFilled_1 = createCommonjsModule(function (module, exports) {
99 // This icon file is generated automatically.
100 Object.defineProperty(exports, "__esModule", { value: true });
101 var AccountBookFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM648.3 426.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V752c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 018.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z" } }] }, "name": "account-book", "theme": "filled" };
102 exports.default = AccountBookFilled;
103 });
104
105 var AccountBookFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(AccountBookFilled_1);
106
107 var arrayWithHoles = createCommonjsModule(function (module) {
108 function _arrayWithHoles(arr) {
109 if (Array.isArray(arr)) return arr;
110 }
111
112 module.exports = _arrayWithHoles;
113 module.exports["default"] = module.exports, module.exports.__esModule = true;
114 });
115
116 var iterableToArrayLimit = createCommonjsModule(function (module) {
117 function _iterableToArrayLimit(arr, i) {
118 var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
119
120 if (_i == null) return;
121 var _arr = [];
122 var _n = true;
123 var _d = false;
124
125 var _s, _e;
126
127 try {
128 for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
129 _arr.push(_s.value);
130
131 if (i && _arr.length === i) break;
132 }
133 } catch (err) {
134 _d = true;
135 _e = err;
136 } finally {
137 try {
138 if (!_n && _i["return"] != null) _i["return"]();
139 } finally {
140 if (_d) throw _e;
141 }
142 }
143
144 return _arr;
145 }
146
147 module.exports = _iterableToArrayLimit;
148 module.exports["default"] = module.exports, module.exports.__esModule = true;
149 });
150
151 var arrayLikeToArray = createCommonjsModule(function (module) {
152 function _arrayLikeToArray(arr, len) {
153 if (len == null || len > arr.length) len = arr.length;
154
155 for (var i = 0, arr2 = new Array(len); i < len; i++) {
156 arr2[i] = arr[i];
157 }
158
159 return arr2;
160 }
161
162 module.exports = _arrayLikeToArray;
163 module.exports["default"] = module.exports, module.exports.__esModule = true;
164 });
165
166 var unsupportedIterableToArray = createCommonjsModule(function (module) {
167 function _unsupportedIterableToArray(o, minLen) {
168 if (!o) return;
169 if (typeof o === "string") return arrayLikeToArray(o, minLen);
170 var n = Object.prototype.toString.call(o).slice(8, -1);
171 if (n === "Object" && o.constructor) n = o.constructor.name;
172 if (n === "Map" || n === "Set") return Array.from(o);
173 if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen);
174 }
175
176 module.exports = _unsupportedIterableToArray;
177 module.exports["default"] = module.exports, module.exports.__esModule = true;
178 });
179
180 var nonIterableRest = createCommonjsModule(function (module) {
181 function _nonIterableRest() {
182 throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
183 }
184
185 module.exports = _nonIterableRest;
186 module.exports["default"] = module.exports, module.exports.__esModule = true;
187 });
188
189 var slicedToArray = createCommonjsModule(function (module) {
190 function _slicedToArray(arr, i) {
191 return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();
192 }
193
194 module.exports = _slicedToArray;
195 module.exports["default"] = module.exports, module.exports.__esModule = true;
196 });
197
198 var _slicedToArray = /*@__PURE__*/getDefaultExportFromCjs(slicedToArray);
199
200 var objectWithoutPropertiesLoose = createCommonjsModule(function (module) {
201 function _objectWithoutPropertiesLoose(source, excluded) {
202 if (source == null) return {};
203 var target = {};
204 var sourceKeys = Object.keys(source);
205 var key, i;
206
207 for (i = 0; i < sourceKeys.length; i++) {
208 key = sourceKeys[i];
209 if (excluded.indexOf(key) >= 0) continue;
210 target[key] = source[key];
211 }
212
213 return target;
214 }
215
216 module.exports = _objectWithoutPropertiesLoose;
217 module.exports["default"] = module.exports, module.exports.__esModule = true;
218 });
219
220 var objectWithoutProperties = createCommonjsModule(function (module) {
221 function _objectWithoutProperties(source, excluded) {
222 if (source == null) return {};
223 var target = objectWithoutPropertiesLoose(source, excluded);
224 var key, i;
225
226 if (Object.getOwnPropertySymbols) {
227 var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
228
229 for (i = 0; i < sourceSymbolKeys.length; i++) {
230 key = sourceSymbolKeys[i];
231 if (excluded.indexOf(key) >= 0) continue;
232 if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
233 target[key] = source[key];
234 }
235 }
236
237 return target;
238 }
239
240 module.exports = _objectWithoutProperties;
241 module.exports["default"] = module.exports, module.exports.__esModule = true;
242 });
243
244 var _objectWithoutProperties = /*@__PURE__*/getDefaultExportFromCjs(objectWithoutProperties);
245
246 var _classnames_2_3_1_classnames = createCommonjsModule(function (module) {
247 /*!
248 Copyright (c) 2018 Jed Watson.
249 Licensed under the MIT License (MIT), see
250 http://jedwatson.github.io/classnames
251 */
252 /* global define */
253
254 (function () {
255
256 var hasOwn = {}.hasOwnProperty;
257
258 function classNames() {
259 var classes = [];
260
261 for (var i = 0; i < arguments.length; i++) {
262 var arg = arguments[i];
263 if (!arg) continue;
264
265 var argType = typeof arg;
266
267 if (argType === 'string' || argType === 'number') {
268 classes.push(arg);
269 } else if (Array.isArray(arg)) {
270 if (arg.length) {
271 var inner = classNames.apply(null, arg);
272 if (inner) {
273 classes.push(inner);
274 }
275 }
276 } else if (argType === 'object') {
277 if (arg.toString === Object.prototype.toString) {
278 for (var key in arg) {
279 if (hasOwn.call(arg, key) && arg[key]) {
280 classes.push(key);
281 }
282 }
283 } else {
284 classes.push(arg.toString());
285 }
286 }
287 }
288
289 return classes.join(' ');
290 }
291
292 if ( module.exports) {
293 classNames.default = classNames;
294 module.exports = classNames;
295 } else {
296 window.classNames = classNames;
297 }
298 }());
299 });
300
301 var _typeof_1 = createCommonjsModule(function (module) {
302 function _typeof(obj) {
303 "@babel/helpers - typeof";
304
305 if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
306 module.exports = _typeof = function _typeof(obj) {
307 return typeof obj;
308 };
309
310 module.exports["default"] = module.exports, module.exports.__esModule = true;
311 } else {
312 module.exports = _typeof = function _typeof(obj) {
313 return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
314 };
315
316 module.exports["default"] = module.exports, module.exports.__esModule = true;
317 }
318
319 return _typeof(obj);
320 }
321
322 module.exports = _typeof;
323 module.exports["default"] = module.exports, module.exports.__esModule = true;
324 });
325
326 var _typeof = /*@__PURE__*/getDefaultExportFromCjs(_typeof_1);
327
328 /**
329 * Take input from [0, n] and return it as [0, 1]
330 * @hidden
331 */
332 function bound01(n, max) {
333 if (isOnePointZero(n)) {
334 n = '100%';
335 }
336 var isPercent = isPercentage(n);
337 n = max === 360 ? n : Math.min(max, Math.max(0, parseFloat(n)));
338 // Automatically convert percentage into number
339 if (isPercent) {
340 n = parseInt(String(n * max), 10) / 100;
341 }
342 // Handle floating point rounding errors
343 if (Math.abs(n - max) < 0.000001) {
344 return 1;
345 }
346 // Convert into [0, 1] range if it isn't already
347 if (max === 360) {
348 // If n is a hue given in degrees,
349 // wrap around out-of-range values into [0, 360] range
350 // then convert into [0, 1].
351 n = (n < 0 ? (n % max) + max : n % max) / parseFloat(String(max));
352 }
353 else {
354 // If n not a hue given in degrees
355 // Convert into [0, 1] range if it isn't already.
356 n = (n % max) / parseFloat(String(max));
357 }
358 return n;
359 }
360 /**
361 * Need to handle 1.0 as 100%, since once it is a number, there is no difference between it and 1
362 * <http://stackoverflow.com/questions/7422072/javascript-how-to-detect-number-as-a-decimal-including-1-0>
363 * @hidden
364 */
365 function isOnePointZero(n) {
366 return typeof n === 'string' && n.indexOf('.') !== -1 && parseFloat(n) === 1;
367 }
368 /**
369 * Check to see if string passed in is a percentage
370 * @hidden
371 */
372 function isPercentage(n) {
373 return typeof n === 'string' && n.indexOf('%') !== -1;
374 }
375 /**
376 * Return a valid alpha value [0,1] with all invalid values being set to 1
377 * @hidden
378 */
379 function boundAlpha(a) {
380 a = parseFloat(a);
381 if (isNaN(a) || a < 0 || a > 1) {
382 a = 1;
383 }
384 return a;
385 }
386 /**
387 * Replace a decimal with it's percentage value
388 * @hidden
389 */
390 function convertToPercentage(n) {
391 if (n <= 1) {
392 return Number(n) * 100 + "%";
393 }
394 return n;
395 }
396 /**
397 * Force a hex value to have 2 characters
398 * @hidden
399 */
400 function pad2(c) {
401 return c.length === 1 ? '0' + c : String(c);
402 }
403
404 // `rgbToHsl`, `rgbToHsv`, `hslToRgb`, `hsvToRgb` modified from:
405 // <http://mjijackson.com/2008/02/rgb-to-hsl-and-rgb-to-hsv-color-model-conversion-algorithms-in-javascript>
406 /**
407 * Handle bounds / percentage checking to conform to CSS color spec
408 * <http://www.w3.org/TR/css3-color/>
409 * *Assumes:* r, g, b in [0, 255] or [0, 1]
410 * *Returns:* { r, g, b } in [0, 255]
411 */
412 function rgbToRgb(r, g, b) {
413 return {
414 r: bound01(r, 255) * 255,
415 g: bound01(g, 255) * 255,
416 b: bound01(b, 255) * 255,
417 };
418 }
419 function hue2rgb(p, q, t) {
420 if (t < 0) {
421 t += 1;
422 }
423 if (t > 1) {
424 t -= 1;
425 }
426 if (t < 1 / 6) {
427 return p + (q - p) * (6 * t);
428 }
429 if (t < 1 / 2) {
430 return q;
431 }
432 if (t < 2 / 3) {
433 return p + (q - p) * (2 / 3 - t) * 6;
434 }
435 return p;
436 }
437 /**
438 * Converts an HSL color value to RGB.
439 *
440 * *Assumes:* h is contained in [0, 1] or [0, 360] and s and l are contained [0, 1] or [0, 100]
441 * *Returns:* { r, g, b } in the set [0, 255]
442 */
443 function hslToRgb(h, s, l) {
444 var r;
445 var g;
446 var b;
447 h = bound01(h, 360);
448 s = bound01(s, 100);
449 l = bound01(l, 100);
450 if (s === 0) {
451 // achromatic
452 g = l;
453 b = l;
454 r = l;
455 }
456 else {
457 var q = l < 0.5 ? l * (1 + s) : l + s - l * s;
458 var p = 2 * l - q;
459 r = hue2rgb(p, q, h + 1 / 3);
460 g = hue2rgb(p, q, h);
461 b = hue2rgb(p, q, h - 1 / 3);
462 }
463 return { r: r * 255, g: g * 255, b: b * 255 };
464 }
465 /**
466 * Converts an RGB color value to HSV
467 *
468 * *Assumes:* r, g, and b are contained in the set [0, 255] or [0, 1]
469 * *Returns:* { h, s, v } in [0,1]
470 */
471 function rgbToHsv(r, g, b) {
472 r = bound01(r, 255);
473 g = bound01(g, 255);
474 b = bound01(b, 255);
475 var max = Math.max(r, g, b);
476 var min = Math.min(r, g, b);
477 var h = 0;
478 var v = max;
479 var d = max - min;
480 var s = max === 0 ? 0 : d / max;
481 if (max === min) {
482 h = 0; // achromatic
483 }
484 else {
485 switch (max) {
486 case r:
487 h = (g - b) / d + (g < b ? 6 : 0);
488 break;
489 case g:
490 h = (b - r) / d + 2;
491 break;
492 case b:
493 h = (r - g) / d + 4;
494 break;
495 }
496 h /= 6;
497 }
498 return { h: h, s: s, v: v };
499 }
500 /**
501 * Converts an HSV color value to RGB.
502 *
503 * *Assumes:* h is contained in [0, 1] or [0, 360] and s and v are contained in [0, 1] or [0, 100]
504 * *Returns:* { r, g, b } in the set [0, 255]
505 */
506 function hsvToRgb(h, s, v) {
507 h = bound01(h, 360) * 6;
508 s = bound01(s, 100);
509 v = bound01(v, 100);
510 var i = Math.floor(h);
511 var f = h - i;
512 var p = v * (1 - s);
513 var q = v * (1 - f * s);
514 var t = v * (1 - (1 - f) * s);
515 var mod = i % 6;
516 var r = [v, q, p, p, t, v][mod];
517 var g = [t, v, v, q, p, p][mod];
518 var b = [p, p, t, v, v, q][mod];
519 return { r: r * 255, g: g * 255, b: b * 255 };
520 }
521 /**
522 * Converts an RGB color to hex
523 *
524 * Assumes r, g, and b are contained in the set [0, 255]
525 * Returns a 3 or 6 character hex
526 */
527 function rgbToHex(r, g, b, allow3Char) {
528 var hex = [
529 pad2(Math.round(r).toString(16)),
530 pad2(Math.round(g).toString(16)),
531 pad2(Math.round(b).toString(16)),
532 ];
533 // Return a 3 character hex if possible
534 if (allow3Char &&
535 hex[0].startsWith(hex[0].charAt(1)) &&
536 hex[1].startsWith(hex[1].charAt(1)) &&
537 hex[2].startsWith(hex[2].charAt(1))) {
538 return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0);
539 }
540 return hex.join('');
541 }
542 /** Converts a hex value to a decimal */
543 function convertHexToDecimal(h) {
544 return parseIntFromHex(h) / 255;
545 }
546 /** Parse a base-16 hex value into a base-10 integer */
547 function parseIntFromHex(val) {
548 return parseInt(val, 16);
549 }
550
551 // https://github.com/bahamas10/css-color-names/blob/master/css-color-names.json
552 /**
553 * @hidden
554 */
555 var names = {
556 aliceblue: '#f0f8ff',
557 antiquewhite: '#faebd7',
558 aqua: '#00ffff',
559 aquamarine: '#7fffd4',
560 azure: '#f0ffff',
561 beige: '#f5f5dc',
562 bisque: '#ffe4c4',
563 black: '#000000',
564 blanchedalmond: '#ffebcd',
565 blue: '#0000ff',
566 blueviolet: '#8a2be2',
567 brown: '#a52a2a',
568 burlywood: '#deb887',
569 cadetblue: '#5f9ea0',
570 chartreuse: '#7fff00',
571 chocolate: '#d2691e',
572 coral: '#ff7f50',
573 cornflowerblue: '#6495ed',
574 cornsilk: '#fff8dc',
575 crimson: '#dc143c',
576 cyan: '#00ffff',
577 darkblue: '#00008b',
578 darkcyan: '#008b8b',
579 darkgoldenrod: '#b8860b',
580 darkgray: '#a9a9a9',
581 darkgreen: '#006400',
582 darkgrey: '#a9a9a9',
583 darkkhaki: '#bdb76b',
584 darkmagenta: '#8b008b',
585 darkolivegreen: '#556b2f',
586 darkorange: '#ff8c00',
587 darkorchid: '#9932cc',
588 darkred: '#8b0000',
589 darksalmon: '#e9967a',
590 darkseagreen: '#8fbc8f',
591 darkslateblue: '#483d8b',
592 darkslategray: '#2f4f4f',
593 darkslategrey: '#2f4f4f',
594 darkturquoise: '#00ced1',
595 darkviolet: '#9400d3',
596 deeppink: '#ff1493',
597 deepskyblue: '#00bfff',
598 dimgray: '#696969',
599 dimgrey: '#696969',
600 dodgerblue: '#1e90ff',
601 firebrick: '#b22222',
602 floralwhite: '#fffaf0',
603 forestgreen: '#228b22',
604 fuchsia: '#ff00ff',
605 gainsboro: '#dcdcdc',
606 ghostwhite: '#f8f8ff',
607 goldenrod: '#daa520',
608 gold: '#ffd700',
609 gray: '#808080',
610 green: '#008000',
611 greenyellow: '#adff2f',
612 grey: '#808080',
613 honeydew: '#f0fff0',
614 hotpink: '#ff69b4',
615 indianred: '#cd5c5c',
616 indigo: '#4b0082',
617 ivory: '#fffff0',
618 khaki: '#f0e68c',
619 lavenderblush: '#fff0f5',
620 lavender: '#e6e6fa',
621 lawngreen: '#7cfc00',
622 lemonchiffon: '#fffacd',
623 lightblue: '#add8e6',
624 lightcoral: '#f08080',
625 lightcyan: '#e0ffff',
626 lightgoldenrodyellow: '#fafad2',
627 lightgray: '#d3d3d3',
628 lightgreen: '#90ee90',
629 lightgrey: '#d3d3d3',
630 lightpink: '#ffb6c1',
631 lightsalmon: '#ffa07a',
632 lightseagreen: '#20b2aa',
633 lightskyblue: '#87cefa',
634 lightslategray: '#778899',
635 lightslategrey: '#778899',
636 lightsteelblue: '#b0c4de',
637 lightyellow: '#ffffe0',
638 lime: '#00ff00',
639 limegreen: '#32cd32',
640 linen: '#faf0e6',
641 magenta: '#ff00ff',
642 maroon: '#800000',
643 mediumaquamarine: '#66cdaa',
644 mediumblue: '#0000cd',
645 mediumorchid: '#ba55d3',
646 mediumpurple: '#9370db',
647 mediumseagreen: '#3cb371',
648 mediumslateblue: '#7b68ee',
649 mediumspringgreen: '#00fa9a',
650 mediumturquoise: '#48d1cc',
651 mediumvioletred: '#c71585',
652 midnightblue: '#191970',
653 mintcream: '#f5fffa',
654 mistyrose: '#ffe4e1',
655 moccasin: '#ffe4b5',
656 navajowhite: '#ffdead',
657 navy: '#000080',
658 oldlace: '#fdf5e6',
659 olive: '#808000',
660 olivedrab: '#6b8e23',
661 orange: '#ffa500',
662 orangered: '#ff4500',
663 orchid: '#da70d6',
664 palegoldenrod: '#eee8aa',
665 palegreen: '#98fb98',
666 paleturquoise: '#afeeee',
667 palevioletred: '#db7093',
668 papayawhip: '#ffefd5',
669 peachpuff: '#ffdab9',
670 peru: '#cd853f',
671 pink: '#ffc0cb',
672 plum: '#dda0dd',
673 powderblue: '#b0e0e6',
674 purple: '#800080',
675 rebeccapurple: '#663399',
676 red: '#ff0000',
677 rosybrown: '#bc8f8f',
678 royalblue: '#4169e1',
679 saddlebrown: '#8b4513',
680 salmon: '#fa8072',
681 sandybrown: '#f4a460',
682 seagreen: '#2e8b57',
683 seashell: '#fff5ee',
684 sienna: '#a0522d',
685 silver: '#c0c0c0',
686 skyblue: '#87ceeb',
687 slateblue: '#6a5acd',
688 slategray: '#708090',
689 slategrey: '#708090',
690 snow: '#fffafa',
691 springgreen: '#00ff7f',
692 steelblue: '#4682b4',
693 tan: '#d2b48c',
694 teal: '#008080',
695 thistle: '#d8bfd8',
696 tomato: '#ff6347',
697 turquoise: '#40e0d0',
698 violet: '#ee82ee',
699 wheat: '#f5deb3',
700 white: '#ffffff',
701 whitesmoke: '#f5f5f5',
702 yellow: '#ffff00',
703 yellowgreen: '#9acd32',
704 };
705
706 /**
707 * Given a string or object, convert that input to RGB
708 *
709 * Possible string inputs:
710 * ```
711 * "red"
712 * "#f00" or "f00"
713 * "#ff0000" or "ff0000"
714 * "#ff000000" or "ff000000"
715 * "rgb 255 0 0" or "rgb (255, 0, 0)"
716 * "rgb 1.0 0 0" or "rgb (1, 0, 0)"
717 * "rgba (255, 0, 0, 1)" or "rgba 255, 0, 0, 1"
718 * "rgba (1.0, 0, 0, 1)" or "rgba 1.0, 0, 0, 1"
719 * "hsl(0, 100%, 50%)" or "hsl 0 100% 50%"
720 * "hsla(0, 100%, 50%, 1)" or "hsla 0 100% 50%, 1"
721 * "hsv(0, 100%, 100%)" or "hsv 0 100% 100%"
722 * ```
723 */
724 function inputToRGB(color) {
725 var rgb = { r: 0, g: 0, b: 0 };
726 var a = 1;
727 var s = null;
728 var v = null;
729 var l = null;
730 var ok = false;
731 var format = false;
732 if (typeof color === 'string') {
733 color = stringInputToObject(color);
734 }
735 if (typeof color === 'object') {
736 if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) {
737 rgb = rgbToRgb(color.r, color.g, color.b);
738 ok = true;
739 format = String(color.r).substr(-1) === '%' ? 'prgb' : 'rgb';
740 }
741 else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) {
742 s = convertToPercentage(color.s);
743 v = convertToPercentage(color.v);
744 rgb = hsvToRgb(color.h, s, v);
745 ok = true;
746 format = 'hsv';
747 }
748 else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.l)) {
749 s = convertToPercentage(color.s);
750 l = convertToPercentage(color.l);
751 rgb = hslToRgb(color.h, s, l);
752 ok = true;
753 format = 'hsl';
754 }
755 if (Object.prototype.hasOwnProperty.call(color, 'a')) {
756 a = color.a;
757 }
758 }
759 a = boundAlpha(a);
760 return {
761 ok: ok,
762 format: color.format || format,
763 r: Math.min(255, Math.max(rgb.r, 0)),
764 g: Math.min(255, Math.max(rgb.g, 0)),
765 b: Math.min(255, Math.max(rgb.b, 0)),
766 a: a,
767 };
768 }
769 // <http://www.w3.org/TR/css3-values/#integers>
770 var CSS_INTEGER = '[-\\+]?\\d+%?';
771 // <http://www.w3.org/TR/css3-values/#number-value>
772 var CSS_NUMBER = '[-\\+]?\\d*\\.\\d+%?';
773 // Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.
774 var CSS_UNIT = "(?:" + CSS_NUMBER + ")|(?:" + CSS_INTEGER + ")";
775 // Actual matching.
776 // Parentheses and commas are optional, but not required.
777 // Whitespace can take the place of commas or opening paren
778 var PERMISSIVE_MATCH3 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?";
779 var PERMISSIVE_MATCH4 = "[\\s|\\(]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")[,|\\s]+(" + CSS_UNIT + ")\\s*\\)?";
780 var matchers = {
781 CSS_UNIT: new RegExp(CSS_UNIT),
782 rgb: new RegExp('rgb' + PERMISSIVE_MATCH3),
783 rgba: new RegExp('rgba' + PERMISSIVE_MATCH4),
784 hsl: new RegExp('hsl' + PERMISSIVE_MATCH3),
785 hsla: new RegExp('hsla' + PERMISSIVE_MATCH4),
786 hsv: new RegExp('hsv' + PERMISSIVE_MATCH3),
787 hsva: new RegExp('hsva' + PERMISSIVE_MATCH4),
788 hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
789 hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
790 hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
791 hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
792 };
793 /**
794 * Permissive string parsing. Take in a number of formats, and output an object
795 * based on detected format. Returns `{ r, g, b }` or `{ h, s, l }` or `{ h, s, v}`
796 */
797 function stringInputToObject(color) {
798 color = color.trim().toLowerCase();
799 if (color.length === 0) {
800 return false;
801 }
802 var named = false;
803 if (names[color]) {
804 color = names[color];
805 named = true;
806 }
807 else if (color === 'transparent') {
808 return { r: 0, g: 0, b: 0, a: 0, format: 'name' };
809 }
810 // Try to match string input using regular expressions.
811 // Keep most of the number bounding out of this function - don't worry about [0,1] or [0,100] or [0,360]
812 // Just return an object and let the conversion functions handle that.
813 // This way the result will be the same whether the tinycolor is initialized with string or object.
814 var match = matchers.rgb.exec(color);
815 if (match) {
816 return { r: match[1], g: match[2], b: match[3] };
817 }
818 match = matchers.rgba.exec(color);
819 if (match) {
820 return { r: match[1], g: match[2], b: match[3], a: match[4] };
821 }
822 match = matchers.hsl.exec(color);
823 if (match) {
824 return { h: match[1], s: match[2], l: match[3] };
825 }
826 match = matchers.hsla.exec(color);
827 if (match) {
828 return { h: match[1], s: match[2], l: match[3], a: match[4] };
829 }
830 match = matchers.hsv.exec(color);
831 if (match) {
832 return { h: match[1], s: match[2], v: match[3] };
833 }
834 match = matchers.hsva.exec(color);
835 if (match) {
836 return { h: match[1], s: match[2], v: match[3], a: match[4] };
837 }
838 match = matchers.hex8.exec(color);
839 if (match) {
840 return {
841 r: parseIntFromHex(match[1]),
842 g: parseIntFromHex(match[2]),
843 b: parseIntFromHex(match[3]),
844 a: convertHexToDecimal(match[4]),
845 format: named ? 'name' : 'hex8',
846 };
847 }
848 match = matchers.hex6.exec(color);
849 if (match) {
850 return {
851 r: parseIntFromHex(match[1]),
852 g: parseIntFromHex(match[2]),
853 b: parseIntFromHex(match[3]),
854 format: named ? 'name' : 'hex',
855 };
856 }
857 match = matchers.hex4.exec(color);
858 if (match) {
859 return {
860 r: parseIntFromHex(match[1] + match[1]),
861 g: parseIntFromHex(match[2] + match[2]),
862 b: parseIntFromHex(match[3] + match[3]),
863 a: convertHexToDecimal(match[4] + match[4]),
864 format: named ? 'name' : 'hex8',
865 };
866 }
867 match = matchers.hex3.exec(color);
868 if (match) {
869 return {
870 r: parseIntFromHex(match[1] + match[1]),
871 g: parseIntFromHex(match[2] + match[2]),
872 b: parseIntFromHex(match[3] + match[3]),
873 format: named ? 'name' : 'hex',
874 };
875 }
876 return false;
877 }
878 /**
879 * Check to see if it looks like a CSS unit
880 * (see `matchers` above for definition).
881 */
882 function isValidCSSUnit(color) {
883 return Boolean(matchers.CSS_UNIT.exec(String(color)));
884 }
885
886 var hueStep = 2; // 色相阶梯
887
888 var saturationStep = 0.16; // 饱和度阶梯,浅色部分
889
890 var saturationStep2 = 0.05; // 饱和度阶梯,深色部分
891
892 var brightnessStep1 = 0.05; // 亮度阶梯,浅色部分
893
894 var brightnessStep2 = 0.15; // 亮度阶梯,深色部分
895
896 var lightColorCount = 5; // 浅色数量,主色上
897
898 var darkColorCount = 4; // 深色数量,主色下
899 // 暗色主题颜色映射关系表
900
901 var darkColorMap = [{
902 index: 7,
903 opacity: 0.15
904 }, {
905 index: 6,
906 opacity: 0.25
907 }, {
908 index: 5,
909 opacity: 0.3
910 }, {
911 index: 5,
912 opacity: 0.45
913 }, {
914 index: 5,
915 opacity: 0.65
916 }, {
917 index: 5,
918 opacity: 0.85
919 }, {
920 index: 4,
921 opacity: 0.9
922 }, {
923 index: 3,
924 opacity: 0.95
925 }, {
926 index: 2,
927 opacity: 0.97
928 }, {
929 index: 1,
930 opacity: 0.98
931 }]; // Wrapper function ported from TinyColor.prototype.toHsv
932 // Keep it here because of `hsv.h * 360`
933
934 function toHsv(_ref) {
935 var r = _ref.r,
936 g = _ref.g,
937 b = _ref.b;
938 var hsv = rgbToHsv(r, g, b);
939 return {
940 h: hsv.h * 360,
941 s: hsv.s,
942 v: hsv.v
943 };
944 } // Wrapper function ported from TinyColor.prototype.toHexString
945 // Keep it here because of the prefix `#`
946
947
948 function toHex(_ref2) {
949 var r = _ref2.r,
950 g = _ref2.g,
951 b = _ref2.b;
952 return "#".concat(rgbToHex(r, g, b, false));
953 } // Wrapper function ported from TinyColor.prototype.mix, not treeshakable.
954 // Amount in range [0, 1]
955 // Assume color1 & color2 has no alpha, since the following src code did so.
956
957
958 function mix(rgb1, rgb2, amount) {
959 var p = amount / 100;
960 var rgb = {
961 r: (rgb2.r - rgb1.r) * p + rgb1.r,
962 g: (rgb2.g - rgb1.g) * p + rgb1.g,
963 b: (rgb2.b - rgb1.b) * p + rgb1.b
964 };
965 return rgb;
966 }
967
968 function getHue(hsv, i, light) {
969 var hue; // 根据色相不同,色相转向不同
970
971 if (Math.round(hsv.h) >= 60 && Math.round(hsv.h) <= 240) {
972 hue = light ? Math.round(hsv.h) - hueStep * i : Math.round(hsv.h) + hueStep * i;
973 } else {
974 hue = light ? Math.round(hsv.h) + hueStep * i : Math.round(hsv.h) - hueStep * i;
975 }
976
977 if (hue < 0) {
978 hue += 360;
979 } else if (hue >= 360) {
980 hue -= 360;
981 }
982
983 return hue;
984 }
985
986 function getSaturation(hsv, i, light) {
987 // grey color don't change saturation
988 if (hsv.h === 0 && hsv.s === 0) {
989 return hsv.s;
990 }
991
992 var saturation;
993
994 if (light) {
995 saturation = hsv.s - saturationStep * i;
996 } else if (i === darkColorCount) {
997 saturation = hsv.s + saturationStep;
998 } else {
999 saturation = hsv.s + saturationStep2 * i;
1000 } // 边界值修正
1001
1002
1003 if (saturation > 1) {
1004 saturation = 1;
1005 } // 第一格的 s 限制在 0.06-0.1 之间
1006
1007
1008 if (light && i === lightColorCount && saturation > 0.1) {
1009 saturation = 0.1;
1010 }
1011
1012 if (saturation < 0.06) {
1013 saturation = 0.06;
1014 }
1015
1016 return Number(saturation.toFixed(2));
1017 }
1018
1019 function getValue(hsv, i, light) {
1020 var value;
1021
1022 if (light) {
1023 value = hsv.v + brightnessStep1 * i;
1024 } else {
1025 value = hsv.v - brightnessStep2 * i;
1026 }
1027
1028 if (value > 1) {
1029 value = 1;
1030 }
1031
1032 return Number(value.toFixed(2));
1033 }
1034
1035 function generate(color) {
1036 var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
1037 var patterns = [];
1038 var pColor = inputToRGB(color);
1039
1040 for (var i = lightColorCount; i > 0; i -= 1) {
1041 var hsv = toHsv(pColor);
1042 var colorString = toHex(inputToRGB({
1043 h: getHue(hsv, i, true),
1044 s: getSaturation(hsv, i, true),
1045 v: getValue(hsv, i, true)
1046 }));
1047 patterns.push(colorString);
1048 }
1049
1050 patterns.push(toHex(pColor));
1051
1052 for (var _i = 1; _i <= darkColorCount; _i += 1) {
1053 var _hsv = toHsv(pColor);
1054
1055 var _colorString = toHex(inputToRGB({
1056 h: getHue(_hsv, _i),
1057 s: getSaturation(_hsv, _i),
1058 v: getValue(_hsv, _i)
1059 }));
1060
1061 patterns.push(_colorString);
1062 } // dark theme patterns
1063
1064
1065 if (opts.theme === 'dark') {
1066 return darkColorMap.map(function (_ref3) {
1067 var index = _ref3.index,
1068 opacity = _ref3.opacity;
1069 var darkColorString = toHex(mix(inputToRGB(opts.backgroundColor || '#141414'), inputToRGB(patterns[index]), opacity * 100));
1070 return darkColorString;
1071 });
1072 }
1073
1074 return patterns;
1075 }
1076
1077 var presetPrimaryColors = {
1078 red: '#F5222D',
1079 volcano: '#FA541C',
1080 orange: '#FA8C16',
1081 gold: '#FAAD14',
1082 yellow: '#FADB14',
1083 lime: '#A0D911',
1084 green: '#52C41A',
1085 cyan: '#13C2C2',
1086 blue: '#1890FF',
1087 geekblue: '#2F54EB',
1088 purple: '#722ED1',
1089 magenta: '#EB2F96',
1090 grey: '#666666'
1091 };
1092 var presetPalettes = {};
1093 var presetDarkPalettes = {};
1094 Object.keys(presetPrimaryColors).forEach(function (key) {
1095 presetPalettes[key] = generate(presetPrimaryColors[key]);
1096 presetPalettes[key].primary = presetPalettes[key][5]; // dark presetPalettes
1097
1098 presetDarkPalettes[key] = generate(presetPrimaryColors[key], {
1099 theme: 'dark',
1100 backgroundColor: '#141414'
1101 });
1102 presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
1103 });
1104
1105 var warning_1 = createCommonjsModule(function (module, exports) {
1106
1107 Object.defineProperty(exports, "__esModule", {
1108 value: true
1109 });
1110 exports.warning = warning;
1111 exports.note = note;
1112 exports.resetWarned = resetWarned;
1113 exports.call = call;
1114 exports.warningOnce = warningOnce;
1115 exports.noteOnce = noteOnce;
1116 exports.default = void 0;
1117
1118 /* eslint-disable no-console */
1119 var warned = {};
1120
1121 function warning(valid, message) {
1122 // Support uglify
1123 if ( !valid && console !== undefined) {
1124 console.error("Warning: ".concat(message));
1125 }
1126 }
1127
1128 function note(valid, message) {
1129 // Support uglify
1130 if ( !valid && console !== undefined) {
1131 console.warn("Note: ".concat(message));
1132 }
1133 }
1134
1135 function resetWarned() {
1136 warned = {};
1137 }
1138
1139 function call(method, valid, message) {
1140 if (!valid && !warned[message]) {
1141 method(false, message);
1142 warned[message] = true;
1143 }
1144 }
1145
1146 function warningOnce(valid, message) {
1147 call(warning, valid, message);
1148 }
1149
1150 function noteOnce(valid, message) {
1151 call(note, valid, message);
1152 }
1153
1154 var _default = warningOnce;
1155 /* eslint-enable */
1156
1157 exports.default = _default;
1158 });
1159
1160 var warn = /*@__PURE__*/getDefaultExportFromCjs(warning_1);
1161
1162 var interopRequireDefault = createCommonjsModule(function (module) {
1163 function _interopRequireDefault(obj) {
1164 return obj && obj.__esModule ? obj : {
1165 "default": obj
1166 };
1167 }
1168
1169 module.exports = _interopRequireDefault;
1170 module.exports["default"] = module.exports, module.exports.__esModule = true;
1171 });
1172
1173 var canUseDom_1 = createCommonjsModule(function (module, exports) {
1174
1175 Object.defineProperty(exports, "__esModule", {
1176 value: true
1177 });
1178 exports.default = canUseDom;
1179
1180 function canUseDom() {
1181 return !!(typeof window !== 'undefined' && window.document && window.document.createElement);
1182 }
1183 });
1184
1185 var dynamicCSS = createCommonjsModule(function (module, exports) {
1186
1187
1188
1189 Object.defineProperty(exports, "__esModule", {
1190 value: true
1191 });
1192 exports.injectCSS = injectCSS;
1193 exports.updateCSS = updateCSS;
1194
1195 var _canUseDom = interopRequireDefault(canUseDom_1);
1196
1197 var MARK_KEY = "rc-util-key";
1198
1199 function getContainer(option) {
1200 if (option.attachTo) {
1201 return option.attachTo;
1202 }
1203
1204 var head = document.querySelector('head');
1205 return head || document.body;
1206 }
1207
1208 function injectCSS(css) {
1209 var _option$csp;
1210
1211 var option = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
1212
1213 if (!(0, _canUseDom.default)()) {
1214 return null;
1215 }
1216
1217 var styleNode = document.createElement('style');
1218
1219 if ((_option$csp = option.csp) === null || _option$csp === void 0 ? void 0 : _option$csp.nonce) {
1220 var _option$csp2;
1221
1222 styleNode.nonce = (_option$csp2 = option.csp) === null || _option$csp2 === void 0 ? void 0 : _option$csp2.nonce;
1223 }
1224
1225 styleNode.innerHTML = css;
1226 var container = getContainer(option);
1227 var firstChild = container.firstChild;
1228
1229 if (option.prepend && container.prepend) {
1230 // Use `prepend` first
1231 container.prepend(styleNode);
1232 } else if (option.prepend && firstChild) {
1233 // Fallback to `insertBefore` like IE not support `prepend`
1234 container.insertBefore(styleNode, firstChild);
1235 } else {
1236 container.appendChild(styleNode);
1237 }
1238
1239 return styleNode;
1240 }
1241
1242 var containerCache = new Map();
1243
1244 function updateCSS(css, key) {
1245 var option = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
1246 var container = getContainer(option); // Get real parent
1247
1248 if (!containerCache.has(container)) {
1249 var placeholderStyle = injectCSS('', option);
1250 var parentNode = placeholderStyle.parentNode;
1251 containerCache.set(container, parentNode);
1252 parentNode.removeChild(placeholderStyle);
1253 }
1254
1255 var existNode = Array.from(containerCache.get(container).children).find(function (node) {
1256 return node.tagName === 'STYLE' && node[MARK_KEY] === key;
1257 });
1258
1259 if (existNode) {
1260 var _option$csp3, _option$csp4;
1261
1262 if (((_option$csp3 = option.csp) === null || _option$csp3 === void 0 ? void 0 : _option$csp3.nonce) && existNode.nonce !== ((_option$csp4 = option.csp) === null || _option$csp4 === void 0 ? void 0 : _option$csp4.nonce)) {
1263 var _option$csp5;
1264
1265 existNode.nonce = (_option$csp5 = option.csp) === null || _option$csp5 === void 0 ? void 0 : _option$csp5.nonce;
1266 }
1267
1268 if (existNode.innerHTML !== css) {
1269 existNode.innerHTML = css;
1270 }
1271
1272 return existNode;
1273 }
1274
1275 var newNode = injectCSS(css, option);
1276 newNode[MARK_KEY] = key;
1277 return newNode;
1278 }
1279 });
1280
1281 function warning(valid, message) {
1282 warn(valid, "[@ant-design/icons] ".concat(message));
1283 }
1284 function isIconDefinition(target) {
1285 return _typeof(target) === 'object' && typeof target.name === 'string' && typeof target.theme === 'string' && (_typeof(target.icon) === 'object' || typeof target.icon === 'function');
1286 }
1287 function normalizeAttrs() {
1288 var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
1289 return Object.keys(attrs).reduce(function (acc, key) {
1290 var val = attrs[key];
1291
1292 switch (key) {
1293 case 'class':
1294 acc.className = val;
1295 delete acc.class;
1296 break;
1297
1298 default:
1299 acc[key] = val;
1300 }
1301
1302 return acc;
1303 }, {});
1304 }
1305 function generate$1(node, key, rootProps) {
1306 if (!rootProps) {
1307 return /*#__PURE__*/React__default['default'].createElement(node.tag, _objectSpread({
1308 key: key
1309 }, normalizeAttrs(node.attrs)), (node.children || []).map(function (child, index) {
1310 return generate$1(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
1311 }));
1312 }
1313
1314 return /*#__PURE__*/React__default['default'].createElement(node.tag, _objectSpread(_objectSpread({
1315 key: key
1316 }, normalizeAttrs(node.attrs)), rootProps), (node.children || []).map(function (child, index) {
1317 return generate$1(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
1318 }));
1319 }
1320 function getSecondaryColor(primaryColor) {
1321 // choose the second color
1322 return generate(primaryColor)[0];
1323 }
1324 function normalizeTwoToneColors(twoToneColor) {
1325 if (!twoToneColor) {
1326 return [];
1327 }
1328
1329 return Array.isArray(twoToneColor) ? twoToneColor : [twoToneColor];
1330 } // These props make sure that the SVG behaviours like general text.
1331 // Reference: https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
1332
1333 var svgBaseProps = {
1334 width: '1em',
1335 height: '1em',
1336 fill: 'currentColor',
1337 'aria-hidden': 'true',
1338 focusable: 'false'
1339 };
1340 var iconStyles = "\n.anticon {\n display: inline-block;\n color: inherit;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n vertical-align: -0.125em;\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.anticon > * {\n line-height: 1;\n}\n\n.anticon svg {\n display: inline-block;\n}\n\n.anticon::before {\n display: none;\n}\n\n.anticon .anticon-icon {\n display: block;\n}\n\n.anticon[tabindex] {\n cursor: pointer;\n}\n\n.anticon-spin::before,\n.anticon-spin {\n display: inline-block;\n -webkit-animation: loadingCircle 1s infinite linear;\n animation: loadingCircle 1s infinite linear;\n}\n\n@-webkit-keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n";
1341 var useInsertStyles = function useInsertStyles() {
1342 var styleStr = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : iconStyles;
1343
1344 var _useContext = React.useContext(IconContext),
1345 csp = _useContext.csp;
1346
1347 React.useEffect(function () {
1348 dynamicCSS.updateCSS(styleStr, '@ant-design-icons', {
1349 prepend: true,
1350 csp: csp
1351 });
1352 }, []);
1353 };
1354
1355 var _excluded = ["icon", "className", "onClick", "style", "primaryColor", "secondaryColor"];
1356 var twoToneColorPalette = {
1357 primaryColor: '#333',
1358 secondaryColor: '#E6E6E6',
1359 calculated: false
1360 };
1361
1362 function setTwoToneColors(_ref) {
1363 var primaryColor = _ref.primaryColor,
1364 secondaryColor = _ref.secondaryColor;
1365 twoToneColorPalette.primaryColor = primaryColor;
1366 twoToneColorPalette.secondaryColor = secondaryColor || getSecondaryColor(primaryColor);
1367 twoToneColorPalette.calculated = !!secondaryColor;
1368 }
1369
1370 function getTwoToneColors() {
1371 return _objectSpread({}, twoToneColorPalette);
1372 }
1373
1374 var IconBase = function IconBase(props) {
1375 var icon = props.icon,
1376 className = props.className,
1377 onClick = props.onClick,
1378 style = props.style,
1379 primaryColor = props.primaryColor,
1380 secondaryColor = props.secondaryColor,
1381 restProps = _objectWithoutProperties(props, _excluded);
1382
1383 var colors = twoToneColorPalette;
1384
1385 if (primaryColor) {
1386 colors = {
1387 primaryColor: primaryColor,
1388 secondaryColor: secondaryColor || getSecondaryColor(primaryColor)
1389 };
1390 }
1391
1392 useInsertStyles();
1393 warning(isIconDefinition(icon), "icon should be icon definiton, but got ".concat(icon));
1394
1395 if (!isIconDefinition(icon)) {
1396 return null;
1397 }
1398
1399 var target = icon;
1400
1401 if (target && typeof target.icon === 'function') {
1402 target = _objectSpread(_objectSpread({}, target), {}, {
1403 icon: target.icon(colors.primaryColor, colors.secondaryColor)
1404 });
1405 }
1406
1407 return generate$1(target.icon, "svg-".concat(target.name), _objectSpread({
1408 className: className,
1409 onClick: onClick,
1410 style: style,
1411 'data-icon': target.name,
1412 width: '1em',
1413 height: '1em',
1414 fill: 'currentColor',
1415 'aria-hidden': 'true'
1416 }, restProps));
1417 };
1418
1419 IconBase.displayName = 'IconReact';
1420 IconBase.getTwoToneColors = getTwoToneColors;
1421 IconBase.setTwoToneColors = setTwoToneColors;
1422
1423 function setTwoToneColor(twoToneColor) {
1424 var _normalizeTwoToneColo = normalizeTwoToneColors(twoToneColor),
1425 _normalizeTwoToneColo2 = _slicedToArray(_normalizeTwoToneColo, 2),
1426 primaryColor = _normalizeTwoToneColo2[0],
1427 secondaryColor = _normalizeTwoToneColo2[1];
1428
1429 return IconBase.setTwoToneColors({
1430 primaryColor: primaryColor,
1431 secondaryColor: secondaryColor
1432 });
1433 }
1434 function getTwoToneColor() {
1435 var colors = IconBase.getTwoToneColors();
1436
1437 if (!colors.calculated) {
1438 return colors.primaryColor;
1439 }
1440
1441 return [colors.primaryColor, colors.secondaryColor];
1442 }
1443
1444 var _excluded$1 = ["className", "icon", "spin", "rotate", "tabIndex", "onClick", "twoToneColor"];
1445 // should move it to antd main repo?
1446
1447 setTwoToneColor('#1890ff');
1448 var Icon = /*#__PURE__*/React.forwardRef(function (props, ref) {
1449 var _classNames;
1450
1451 var className = props.className,
1452 icon = props.icon,
1453 spin = props.spin,
1454 rotate = props.rotate,
1455 tabIndex = props.tabIndex,
1456 onClick = props.onClick,
1457 twoToneColor = props.twoToneColor,
1458 restProps = _objectWithoutProperties(props, _excluded$1);
1459
1460 var _React$useContext = React.useContext(IconContext),
1461 _React$useContext$pre = _React$useContext.prefixCls,
1462 prefixCls = _React$useContext$pre === void 0 ? 'anticon' : _React$useContext$pre;
1463
1464 var classString = _classnames_2_3_1_classnames(prefixCls, (_classNames = {}, _defineProperty(_classNames, "".concat(prefixCls, "-").concat(icon.name), !!icon.name), _defineProperty(_classNames, "".concat(prefixCls, "-spin"), !!spin || icon.name === 'loading'), _classNames), className);
1465 var iconTabIndex = tabIndex;
1466
1467 if (iconTabIndex === undefined && onClick) {
1468 iconTabIndex = -1;
1469 }
1470
1471 var svgStyle = rotate ? {
1472 msTransform: "rotate(".concat(rotate, "deg)"),
1473 transform: "rotate(".concat(rotate, "deg)")
1474 } : undefined;
1475
1476 var _normalizeTwoToneColo = normalizeTwoToneColors(twoToneColor),
1477 _normalizeTwoToneColo2 = _slicedToArray(_normalizeTwoToneColo, 2),
1478 primaryColor = _normalizeTwoToneColo2[0],
1479 secondaryColor = _normalizeTwoToneColo2[1];
1480
1481 return /*#__PURE__*/React.createElement("span", _objectSpread(_objectSpread({
1482 role: "img",
1483 "aria-label": icon.name
1484 }, restProps), {}, {
1485 ref: ref,
1486 tabIndex: iconTabIndex,
1487 onClick: onClick,
1488 className: classString
1489 }), /*#__PURE__*/React.createElement(IconBase, {
1490 icon: icon,
1491 primaryColor: primaryColor,
1492 secondaryColor: secondaryColor,
1493 style: svgStyle
1494 }));
1495 });
1496 Icon.displayName = 'AntdIcon';
1497 Icon.getTwoToneColor = getTwoToneColor;
1498 Icon.setTwoToneColor = setTwoToneColor;
1499
1500 var AccountBookFilled = function AccountBookFilled(props, ref) {
1501 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1502 ref: ref,
1503 icon: AccountBookFilledSvg
1504 }));
1505 };
1506
1507 AccountBookFilled.displayName = 'AccountBookFilled';
1508 var AccountBookFilled$1 = /*#__PURE__*/React.forwardRef(AccountBookFilled);
1509
1510 var AccountBookOutlined_1 = createCommonjsModule(function (module, exports) {
1511 // This icon file is generated automatically.
1512 Object.defineProperty(exports, "__esModule", { value: true });
1513 var AccountBookOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 00-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z" } }] }, "name": "account-book", "theme": "outlined" };
1514 exports.default = AccountBookOutlined;
1515 });
1516
1517 var AccountBookOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AccountBookOutlined_1);
1518
1519 var AccountBookOutlined = function AccountBookOutlined(props, ref) {
1520 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1521 ref: ref,
1522 icon: AccountBookOutlinedSvg
1523 }));
1524 };
1525
1526 AccountBookOutlined.displayName = 'AccountBookOutlined';
1527 var AccountBookOutlined$1 = /*#__PURE__*/React.forwardRef(AccountBookOutlined);
1528
1529 var AccountBookTwoTone_1 = createCommonjsModule(function (module, exports) {
1530 // This icon file is generated automatically.
1531 Object.defineProperty(exports, "__esModule", { value: true });
1532 var AccountBookTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-65.6 121.8l-89.3 164.1h49.1c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4v33.7h65.4c4.4 0 8 3.6 8 8v21.3c0 4.4-3.6 8-8 8h-65.4V752c0 4.4-3.6 8-8 8h-41.3c-4.4 0-8-3.6-8-8v-53.8h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8h65.1v-33.7h-65.1c-4.4 0-8-3.6-8-8v-21.3c0-4.4 3.6-8 8-8H467l-89.3-164c-2.1-3.9-.7-8.8 3.2-10.9 1.1-.7 2.5-1 3.8-1h46a8 8 0 017.1 4.4l73.4 145.4h2.8l73.4-145.4c1.3-2.7 4.1-4.4 7.1-4.4h45c4.5 0 8 3.6 7.9 8 0 1.3-.4 2.6-1 3.8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M639.5 414h-45c-3 0-5.8 1.7-7.1 4.4L514 563.8h-2.8l-73.4-145.4a8 8 0 00-7.1-4.4h-46c-1.3 0-2.7.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9l89.3 164h-48.6c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1v33.7h-65.1c-4.4 0-8 3.6-8 8v21.3c0 4.4 3.6 8 8 8h65.1V752c0 4.4 3.6 8 8 8h41.3c4.4 0 8-3.6 8-8v-53.8h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-65.4v-33.7h65.4c4.4 0 8-3.6 8-8v-21.3c0-4.4-3.6-8-8-8h-49.1l89.3-164.1c.6-1.2 1-2.5 1-3.8.1-4.4-3.4-8-7.9-8z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z", "fill": primaryColor } }] }; }, "name": "account-book", "theme": "twotone" };
1533 exports.default = AccountBookTwoTone;
1534 });
1535
1536 var AccountBookTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(AccountBookTwoTone_1);
1537
1538 var AccountBookTwoTone = function AccountBookTwoTone(props, ref) {
1539 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1540 ref: ref,
1541 icon: AccountBookTwoToneSvg
1542 }));
1543 };
1544
1545 AccountBookTwoTone.displayName = 'AccountBookTwoTone';
1546 var AccountBookTwoTone$1 = /*#__PURE__*/React.forwardRef(AccountBookTwoTone);
1547
1548 var AimOutlined_1 = createCommonjsModule(function (module, exports) {
1549 // This icon file is generated automatically.
1550 Object.defineProperty(exports, "__esModule", { value: true });
1551 var AimOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M952 474H829.8C812.5 327.6 696.4 211.5 550 194.2V72c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v122.2C327.6 211.5 211.5 327.6 194.2 474H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h122.2C211.5 696.4 327.6 812.5 474 829.8V952c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V829.8C696.4 812.5 812.5 696.4 829.8 550H952c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM512 756c-134.8 0-244-109.2-244-244s109.2-244 244-244 244 109.2 244 244-109.2 244-244 244z" } }, { "tag": "path", "attrs": { "d": "M512 392c-32.1 0-62.1 12.4-84.8 35.2-22.7 22.7-35.2 52.7-35.2 84.8s12.5 62.1 35.2 84.8C449.9 619.4 480 632 512 632s62.1-12.5 84.8-35.2C619.4 574.1 632 544 632 512s-12.5-62.1-35.2-84.8A118.57 118.57 0 00512 392z" } }] }, "name": "aim", "theme": "outlined" };
1552 exports.default = AimOutlined;
1553 });
1554
1555 var AimOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AimOutlined_1);
1556
1557 var AimOutlined = function AimOutlined(props, ref) {
1558 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1559 ref: ref,
1560 icon: AimOutlinedSvg
1561 }));
1562 };
1563
1564 AimOutlined.displayName = 'AimOutlined';
1565 var AimOutlined$1 = /*#__PURE__*/React.forwardRef(AimOutlined);
1566
1567 var AlertFilled_1 = createCommonjsModule(function (module, exports) {
1568 // This icon file is generated automatically.
1569 Object.defineProperty(exports, "__esModule", { value: true });
1570 var AlertFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 244c176.18 0 319 142.82 319 319v233a32 32 0 01-32 32H225a32 32 0 01-32-32V563c0-176.18 142.82-319 319-319zM484 68h56a8 8 0 018 8v96a8 8 0 01-8 8h-56a8 8 0 01-8-8V76a8 8 0 018-8zM177.25 191.66a8 8 0 0111.32 0l67.88 67.88a8 8 0 010 11.31l-39.6 39.6a8 8 0 01-11.31 0l-67.88-67.88a8 8 0 010-11.31l39.6-39.6zm669.6 0l39.6 39.6a8 8 0 010 11.3l-67.88 67.9a8 8 0 01-11.32 0l-39.6-39.6a8 8 0 010-11.32l67.89-67.88a8 8 0 0111.31 0zM192 892h640a32 32 0 0132 32v24a8 8 0 01-8 8H168a8 8 0 01-8-8v-24a32 32 0 0132-32zm148-317v253h64V575h-64z" } }] }, "name": "alert", "theme": "filled" };
1571 exports.default = AlertFilled;
1572 });
1573
1574 var AlertFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(AlertFilled_1);
1575
1576 var AlertFilled = function AlertFilled(props, ref) {
1577 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1578 ref: ref,
1579 icon: AlertFilledSvg
1580 }));
1581 };
1582
1583 AlertFilled.displayName = 'AlertFilled';
1584 var AlertFilled$1 = /*#__PURE__*/React.forwardRef(AlertFilled);
1585
1586 var AlertOutlined_1 = createCommonjsModule(function (module, exports) {
1587 // This icon file is generated automatically.
1588 Object.defineProperty(exports, "__esModule", { value: true });
1589 var AlertOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M193 796c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563zm-48.1-252.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 00-11.3 0l-39.6 39.6a8.03 8.03 0 000 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 00-11.3 0l-67.9 67.9a8.03 8.03 0 000 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM832 892H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8z" } }] }, "name": "alert", "theme": "outlined" };
1590 exports.default = AlertOutlined;
1591 });
1592
1593 var AlertOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AlertOutlined_1);
1594
1595 var AlertOutlined = function AlertOutlined(props, ref) {
1596 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1597 ref: ref,
1598 icon: AlertOutlinedSvg
1599 }));
1600 };
1601
1602 AlertOutlined.displayName = 'AlertOutlined';
1603 var AlertOutlined$1 = /*#__PURE__*/React.forwardRef(AlertOutlined);
1604
1605 var AlertTwoTone_1 = createCommonjsModule(function (module, exports) {
1606 // This icon file is generated automatically.
1607 Object.defineProperty(exports, "__esModule", { value: true });
1608 var AlertTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M340 585c0-5.5 4.5-10 10-10h44c5.5 0 10 4.5 10 10v171h355V563c0-136.4-110.6-247-247-247S265 426.6 265 563v193h75V585z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M216.9 310.5l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3l-67.9-67.9a8.03 8.03 0 00-11.3 0l-39.6 39.6a8.03 8.03 0 000 11.3l67.9 67.9c3.1 3.1 8.1 3.1 11.3 0zm669.6-79.2l-39.6-39.6a8.03 8.03 0 00-11.3 0l-67.9 67.9a8.03 8.03 0 000 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l67.9-67.9c3.1-3.2 3.1-8.2 0-11.3zM484 180h56c4.4 0 8-3.6 8-8V76c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v96c0 4.4 3.6 8 8 8zm348 712H192c-17.7 0-32 14.3-32 32v24c0 4.4 3.6 8 8 8h688c4.4 0 8-3.6 8-8v-24c0-17.7-14.3-32-32-32zm-639-96c0 17.7 14.3 32 32 32h574c17.7 0 32-14.3 32-32V563c0-176.2-142.8-319-319-319S193 386.8 193 563v233zm72-233c0-136.4 110.6-247 247-247s247 110.6 247 247v193H404V585c0-5.5-4.5-10-10-10h-44c-5.5 0-10 4.5-10 10v171h-75V563z", "fill": primaryColor } }] }; }, "name": "alert", "theme": "twotone" };
1609 exports.default = AlertTwoTone;
1610 });
1611
1612 var AlertTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(AlertTwoTone_1);
1613
1614 var AlertTwoTone = function AlertTwoTone(props, ref) {
1615 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1616 ref: ref,
1617 icon: AlertTwoToneSvg
1618 }));
1619 };
1620
1621 AlertTwoTone.displayName = 'AlertTwoTone';
1622 var AlertTwoTone$1 = /*#__PURE__*/React.forwardRef(AlertTwoTone);
1623
1624 var AlibabaOutlined_1 = createCommonjsModule(function (module, exports) {
1625 // This icon file is generated automatically.
1626 Object.defineProperty(exports, "__esModule", { value: true });
1627 var AlibabaOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M602.9 669.8c-37.2 2.6-33.6-17.3-11.5-46.2 50.4-67.2 143.7-158.5 147.9-225.2 5.8-86.6-81.3-113.4-171-113.4-62.4 1.6-127 18.9-171 34.6-151.6 53.5-246.6 137.5-306.9 232-62.4 93.4-43 183.2 91.8 185.8 101.8-4.2 170.5-32.5 239.7-68.2.5 0-192.5 55.1-263.9 14.7-7.9-4.2-15.7-10-17.8-26.2 0-33.1 54.6-67.7 86.6-78.7v-56.7c64.5 22.6 140.6 16.3 205.7-32 2.1 5.8 4.2 13.1 3.7 21h11c2.6-22.6-12.6-44.6-37.8-46.2 7.3 5.8 12.6 10.5 15.2 14.7l-1 1-.5.5c-83.9 58.8-165.3 31.5-173.1 29.9l46.7-45.7-13.1-33.1c92.9-32.5 169.5-56.2 296.9-78.7l-28.5-23 14.7-8.9c75.5 21 126.4 36.7 123.8 76.6-1 6.8-3.7 14.7-7.9 23.1C660.1 466.1 594 538 567.2 569c-17.3 20.5-34.6 39.4-46.7 58.3-13.6 19.4-20.5 37.3-21 53.5 2.6 131.8 391.4-61.9 468-112.9-111.7 47.8-232.9 93.5-364.6 101.9zm85-302.9c2.8 5.2 4.1 11.6 4.1 19.1-.1-6.8-1.4-13.3-4.1-19.1z" } }] }, "name": "alibaba", "theme": "outlined" };
1628 exports.default = AlibabaOutlined;
1629 });
1630
1631 var AlibabaOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AlibabaOutlined_1);
1632
1633 var AlibabaOutlined = function AlibabaOutlined(props, ref) {
1634 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1635 ref: ref,
1636 icon: AlibabaOutlinedSvg
1637 }));
1638 };
1639
1640 AlibabaOutlined.displayName = 'AlibabaOutlined';
1641 var AlibabaOutlined$1 = /*#__PURE__*/React.forwardRef(AlibabaOutlined);
1642
1643 var AlignCenterOutlined_1 = createCommonjsModule(function (module, exports) {
1644 // This icon file is generated automatically.
1645 Object.defineProperty(exports, "__esModule", { value: true });
1646 var AlignCenterOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M264 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm496 424c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496zm144 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "align-center", "theme": "outlined" };
1647 exports.default = AlignCenterOutlined;
1648 });
1649
1650 var AlignCenterOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AlignCenterOutlined_1);
1651
1652 var AlignCenterOutlined = function AlignCenterOutlined(props, ref) {
1653 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1654 ref: ref,
1655 icon: AlignCenterOutlinedSvg
1656 }));
1657 };
1658
1659 AlignCenterOutlined.displayName = 'AlignCenterOutlined';
1660 var AlignCenterOutlined$1 = /*#__PURE__*/React.forwardRef(AlignCenterOutlined);
1661
1662 var AlignLeftOutlined_1 = createCommonjsModule(function (module, exports) {
1663 // This icon file is generated automatically.
1664 Object.defineProperty(exports, "__esModule", { value: true });
1665 var AlignLeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "align-left", "theme": "outlined" };
1666 exports.default = AlignLeftOutlined;
1667 });
1668
1669 var AlignLeftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AlignLeftOutlined_1);
1670
1671 var AlignLeftOutlined = function AlignLeftOutlined(props, ref) {
1672 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1673 ref: ref,
1674 icon: AlignLeftOutlinedSvg
1675 }));
1676 };
1677
1678 AlignLeftOutlined.displayName = 'AlignLeftOutlined';
1679 var AlignLeftOutlined$1 = /*#__PURE__*/React.forwardRef(AlignLeftOutlined);
1680
1681 var AlignRightOutlined_1 = createCommonjsModule(function (module, exports) {
1682 // This icon file is generated automatically.
1683 Object.defineProperty(exports, "__esModule", { value: true });
1684 var AlignRightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M904 158H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 424H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 212H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "align-right", "theme": "outlined" };
1685 exports.default = AlignRightOutlined;
1686 });
1687
1688 var AlignRightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AlignRightOutlined_1);
1689
1690 var AlignRightOutlined = function AlignRightOutlined(props, ref) {
1691 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1692 ref: ref,
1693 icon: AlignRightOutlinedSvg
1694 }));
1695 };
1696
1697 AlignRightOutlined.displayName = 'AlignRightOutlined';
1698 var AlignRightOutlined$1 = /*#__PURE__*/React.forwardRef(AlignRightOutlined);
1699
1700 var AlipayCircleFilled_1 = createCommonjsModule(function (module, exports) {
1701 // This icon file is generated automatically.
1702 Object.defineProperty(exports, "__esModule", { value: true });
1703 var AlipayCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 00960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z" } }] }, "name": "alipay-circle", "theme": "filled" };
1704 exports.default = AlipayCircleFilled;
1705 });
1706
1707 var AlipayCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(AlipayCircleFilled_1);
1708
1709 var AlipayCircleFilled = function AlipayCircleFilled(props, ref) {
1710 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1711 ref: ref,
1712 icon: AlipayCircleFilledSvg
1713 }));
1714 };
1715
1716 AlipayCircleFilled.displayName = 'AlipayCircleFilled';
1717 var AlipayCircleFilled$1 = /*#__PURE__*/React.forwardRef(AlipayCircleFilled);
1718
1719 var AlipayCircleOutlined_1 = createCommonjsModule(function (module, exports) {
1720 // This icon file is generated automatically.
1721 Object.defineProperty(exports, "__esModule", { value: true });
1722 var AlipayCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zm460.5 67c100.1 33.4 154.7 43 166.7 44.8A445.9 445.9 0 00960 512c0-247.4-200.6-448-448-448S64 264.6 64 512s200.6 448 448 448c155.9 0 293.2-79.7 373.5-200.5-75.6-29.8-213.6-85-286.8-120.1-69.9 85.7-160.1 137.8-253.7 137.8-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9z" } }] }, "name": "alipay-circle", "theme": "outlined" };
1723 exports.default = AlipayCircleOutlined;
1724 });
1725
1726 var AlipayCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AlipayCircleOutlined_1);
1727
1728 var AlipayCircleOutlined = function AlipayCircleOutlined(props, ref) {
1729 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1730 ref: ref,
1731 icon: AlipayCircleOutlinedSvg
1732 }));
1733 };
1734
1735 AlipayCircleOutlined.displayName = 'AlipayCircleOutlined';
1736 var AlipayCircleOutlined$1 = /*#__PURE__*/React.forwardRef(AlipayCircleOutlined);
1737
1738 var AlipayOutlined_1 = createCommonjsModule(function (module, exports) {
1739 // This icon file is generated automatically.
1740 Object.defineProperty(exports, "__esModule", { value: true });
1741 var AlipayOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M789 610.3c-38.7-12.9-90.7-32.7-148.5-53.6 34.8-60.3 62.5-129 80.7-203.6H530.5v-68.6h233.6v-38.3H530.5V132h-95.4c-16.7 0-16.7 16.5-16.7 16.5v97.8H182.2v38.3h236.3v68.6H223.4v38.3h378.4a667.18 667.18 0 01-54.5 132.9c-122.8-40.4-253.8-73.2-336.1-53-52.6 13-86.5 36.1-106.5 60.3-91.4 111-25.9 279.6 167.2 279.6C386 811.2 496 747.6 581.2 643 708.3 704 960 808.7 960 808.7V659.4s-31.6-2.5-171-49.1zM253.9 746.6c-150.5 0-195-118.3-120.6-183.1 24.8-21.9 70.2-32.6 94.4-35 89.4-8.8 172.2 25.2 269.9 72.8-68.8 89.5-156.3 145.3-243.7 145.3z" } }] }, "name": "alipay", "theme": "outlined" };
1742 exports.default = AlipayOutlined;
1743 });
1744
1745 var AlipayOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AlipayOutlined_1);
1746
1747 var AlipayOutlined = function AlipayOutlined(props, ref) {
1748 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1749 ref: ref,
1750 icon: AlipayOutlinedSvg
1751 }));
1752 };
1753
1754 AlipayOutlined.displayName = 'AlipayOutlined';
1755 var AlipayOutlined$1 = /*#__PURE__*/React.forwardRef(AlipayOutlined);
1756
1757 var AlipaySquareFilled_1 = createCommonjsModule(function (module, exports) {
1758 // This icon file is generated automatically.
1759 Object.defineProperty(exports, "__esModule", { value: true });
1760 var AlipaySquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M308.6 545.7c-19.8 2-57.1 10.7-77.4 28.6-61 53-24.5 150 99 150 71.8 0 143.5-45.7 199.8-119-80.2-38.9-148.1-66.8-221.4-59.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm29.4 663.2S703 689.4 598.7 639.5C528.8 725.2 438.6 777.3 345 777.3c-158.4 0-212.1-138.1-137.2-229 16.3-19.8 44.2-38.7 87.3-49.4 67.5-16.5 175 10.3 275.7 43.4 18.1-33.3 33.4-69.9 44.7-108.9H305.1V402h160v-56.2H271.3v-31.3h193.8v-80.1s0-13.5 13.7-13.5H557v93.6h191.7v31.3H557.1V402h156.4c-15 61.1-37.7 117.4-66.2 166.8 47.5 17.1 90.1 33.3 121.8 43.9 114.3 38.2 140.2 40.2 140.2 40.2v122.3z" } }] }, "name": "alipay-square", "theme": "filled" };
1761 exports.default = AlipaySquareFilled;
1762 });
1763
1764 var AlipaySquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(AlipaySquareFilled_1);
1765
1766 var AlipaySquareFilled = function AlipaySquareFilled(props, ref) {
1767 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1768 ref: ref,
1769 icon: AlipaySquareFilledSvg
1770 }));
1771 };
1772
1773 AlipaySquareFilled.displayName = 'AlipaySquareFilled';
1774 var AlipaySquareFilled$1 = /*#__PURE__*/React.forwardRef(AlipaySquareFilled);
1775
1776 var AliwangwangFilled_1 = createCommonjsModule(function (module, exports) {
1777 // This icon file is generated automatically.
1778 Object.defineProperty(exports, "__esModule", { value: true });
1779 var AliwangwangFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 00-120.5-81.2A375.65 375.65 0 00519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 00-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0029.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-325.2 79c0 20.4-16.6 37.1-37.1 37.1-20.4 0-37.1-16.7-37.1-37.1v-55.1c0-20.4 16.6-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1zm175.2 0c0 20.4-16.6 37.1-37.1 37.1S644 476.8 644 456.4v-55.1c0-20.4 16.7-37.1 37.1-37.1 20.4 0 37.1 16.6 37.1 37.1v55.1z" } }] }, "name": "aliwangwang", "theme": "filled" };
1780 exports.default = AliwangwangFilled;
1781 });
1782
1783 var AliwangwangFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(AliwangwangFilled_1);
1784
1785 var AliwangwangFilled = function AliwangwangFilled(props, ref) {
1786 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1787 ref: ref,
1788 icon: AliwangwangFilledSvg
1789 }));
1790 };
1791
1792 AliwangwangFilled.displayName = 'AliwangwangFilled';
1793 var AliwangwangFilled$1 = /*#__PURE__*/React.forwardRef(AliwangwangFilled);
1794
1795 var AliwangwangOutlined_1 = createCommonjsModule(function (module, exports) {
1796 // This icon file is generated automatically.
1797 Object.defineProperty(exports, "__esModule", { value: true });
1798 var AliwangwangOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M868.2 377.4c-18.9-45.1-46.3-85.6-81.2-120.6a377.26 377.26 0 00-120.5-81.2A375.65 375.65 0 00519 145.8c-41.9 0-82.9 6.7-121.9 20C306 123.3 200.8 120 170.6 120c-2.2 0-7.4 0-9.4.2-11.9.4-22.8 6.5-29.2 16.4-6.5 9.9-7.7 22.4-3.4 33.5l64.3 161.6a378.59 378.59 0 00-52.8 193.2c0 51.4 10 101 29.8 147.6 18.9 45 46.2 85.6 81.2 120.5 34.7 34.8 75.4 62.1 120.5 81.2C418.3 894 467.9 904 519 904c51.3 0 100.9-10.1 147.7-29.8 44.9-18.9 85.5-46.3 120.4-81.2 34.7-34.8 62.1-75.4 81.2-120.6a376.5 376.5 0 0029.8-147.6c-.2-51.2-10.1-100.8-29.9-147.4zm-66.4 266.5a307.08 307.08 0 01-65.9 98c-28.4 28.5-61.3 50.7-97.7 65.9h-.1c-38 16-78.3 24.2-119.9 24.2a306.51 306.51 0 01-217.5-90.2c-28.4-28.5-50.6-61.4-65.8-97.8v-.1c-16-37.8-24.1-78.2-24.1-119.9 0-55.4 14.8-109.7 42.8-157l13.2-22.1-9.5-23.9L206 192c14.9.6 35.9 2.1 59.7 5.6 43.8 6.5 82.5 17.5 114.9 32.6l19 8.9 19.9-6.8c31.5-10.8 64.8-16.2 98.9-16.2a306.51 306.51 0 01217.5 90.2c28.4 28.5 50.6 61.4 65.8 97.8l.1.1.1.1c16 37.6 24.1 78 24.2 119.8-.1 41.7-8.3 82-24.3 119.8zM681.1 364.2c-20.4 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.6 37.1 37.1 37.1s37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1zm-175.2 0c-20.5 0-37.1 16.7-37.1 37.1v55.1c0 20.4 16.7 37.1 37.1 37.1 20.5 0 37.1-16.7 37.1-37.1v-55.1c0-20.5-16.7-37.1-37.1-37.1z" } }] }, "name": "aliwangwang", "theme": "outlined" };
1799 exports.default = AliwangwangOutlined;
1800 });
1801
1802 var AliwangwangOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AliwangwangOutlined_1);
1803
1804 var AliwangwangOutlined = function AliwangwangOutlined(props, ref) {
1805 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1806 ref: ref,
1807 icon: AliwangwangOutlinedSvg
1808 }));
1809 };
1810
1811 AliwangwangOutlined.displayName = 'AliwangwangOutlined';
1812 var AliwangwangOutlined$1 = /*#__PURE__*/React.forwardRef(AliwangwangOutlined);
1813
1814 var AliyunOutlined_1 = createCommonjsModule(function (module, exports) {
1815 // This icon file is generated automatically.
1816 Object.defineProperty(exports, "__esModule", { value: true });
1817 var AliyunOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M959.2 383.9c-.3-82.1-66.9-148.6-149.1-148.6H575.9l21.6 85.2 201 43.7a42.58 42.58 0 0132.9 39.7c.1.5.1 216.1 0 216.6a42.58 42.58 0 01-32.9 39.7l-201 43.7-21.6 85.3h234.2c82.1 0 148.8-66.5 149.1-148.6V383.9zM225.5 660.4a42.58 42.58 0 01-32.9-39.7c-.1-.6-.1-216.1 0-216.6.8-19.4 14.6-35.5 32.9-39.7l201-43.7 21.6-85.2H213.8c-82.1 0-148.8 66.4-149.1 148.6V641c.3 82.1 67 148.6 149.1 148.6H448l-21.6-85.3-200.9-43.9zm200.9-158.8h171v21.3h-171z" } }] }, "name": "aliyun", "theme": "outlined" };
1818 exports.default = AliyunOutlined;
1819 });
1820
1821 var AliyunOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AliyunOutlined_1);
1822
1823 var AliyunOutlined = function AliyunOutlined(props, ref) {
1824 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1825 ref: ref,
1826 icon: AliyunOutlinedSvg
1827 }));
1828 };
1829
1830 AliyunOutlined.displayName = 'AliyunOutlined';
1831 var AliyunOutlined$1 = /*#__PURE__*/React.forwardRef(AliyunOutlined);
1832
1833 var AmazonCircleFilled_1 = createCommonjsModule(function (module, exports) {
1834 // This icon file is generated automatically.
1835 Object.defineProperty(exports, "__esModule", { value: true });
1836 var AmazonCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm35.8 262.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 00-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9 4.7-12.2 11.8-23.9 21.4-35 9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0125.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 017.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 01-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7z" } }] }, "name": "amazon-circle", "theme": "filled" };
1837 exports.default = AmazonCircleFilled;
1838 });
1839
1840 var AmazonCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(AmazonCircleFilled_1);
1841
1842 var AmazonCircleFilled = function AmazonCircleFilled(props, ref) {
1843 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1844 ref: ref,
1845 icon: AmazonCircleFilledSvg
1846 }));
1847 };
1848
1849 AmazonCircleFilled.displayName = 'AmazonCircleFilled';
1850 var AmazonCircleFilled$1 = /*#__PURE__*/React.forwardRef(AmazonCircleFilled);
1851
1852 var AmazonOutlined_1 = createCommonjsModule(function (module, exports) {
1853 // This icon file is generated automatically.
1854 Object.defineProperty(exports, "__esModule", { value: true });
1855 var AmazonOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M825 768.9c-3.3-.9-7.3-.4-11.9 1.3-61.6 28.2-121.5 48.3-179.7 60.2C507.7 856 385.2 842.6 266 790.3c-33.1-14.6-79.1-39.2-138-74a9.36 9.36 0 00-5.3-2c-2-.1-3.7.1-5.3.9-1.6.8-2.8 1.8-3.7 3.1-.9 1.3-1.1 3.1-.4 5.4.6 2.2 2.1 4.7 4.6 7.4 10.4 12.2 23.3 25.2 38.6 39s35.6 29.4 60.9 46.8c25.3 17.4 51.8 32.9 79.3 46.4 27.6 13.5 59.6 24.9 96.1 34.1s73 13.8 109.4 13.8c36.2 0 71.4-3.7 105.5-10.9 34.2-7.3 63-15.9 86.5-25.9 23.4-9.9 45-21 64.8-33 19.8-12 34.4-22.2 43.9-30.3 9.5-8.2 16.3-14.6 20.2-19.4 4.6-5.7 6.9-10.6 6.9-14.9.1-4.5-1.7-7.1-5-7.9zM527.4 348.1c-15.2 1.3-33.5 4.1-55 8.3-21.5 4.1-41.4 9.3-59.8 15.4s-37.2 14.6-56.3 25.4c-19.2 10.8-35.5 23.2-49 37s-24.5 31.1-33.1 52c-8.6 20.8-12.9 43.7-12.9 68.7 0 27.1 4.7 51.2 14.3 72.5 9.5 21.3 22.2 38 38.2 50.4 15.9 12.4 34 22.1 54 29.2 20 7.1 41.2 10.3 63.2 9.4 22-.9 43.5-4.3 64.4-10.3 20.8-5.9 40.4-15.4 58.6-28.3 18.2-12.9 33.1-28.2 44.8-45.7 4.3 6.6 8.1 11.5 11.5 14.7l8.7 8.9c5.8 5.9 14.7 14.6 26.7 26.1 11.9 11.5 24.1 22.7 36.3 33.7l104.4-99.9-6-4.9c-4.3-3.3-9.4-8-15.2-14.3-5.8-6.2-11.6-13.1-17.2-20.5-5.7-7.4-10.6-16.1-14.7-25.9-4.1-9.8-6.2-19.3-6.2-28.5V258.7c0-10.1-1.9-21-5.7-32.8-3.9-11.7-10.7-24.5-20.7-38.3-10-13.8-22.4-26.2-37.2-37-14.9-10.8-34.7-20-59.6-27.4-24.8-7.4-52.6-11.1-83.2-11.1-31.3 0-60.4 3.7-87.6 10.9-27.1 7.3-50.3 17-69.7 29.2-19.3 12.2-35.9 26.3-49.7 42.4-13.8 16.1-24.1 32.9-30.8 50.4-6.7 17.5-10.1 35.2-10.1 53.1L408 310c5.5-16.4 12.9-30.6 22-42.8 9.2-12.2 17.9-21 25.8-26.5 8-5.5 16.6-9.9 25.7-13.2 9.2-3.3 15.4-5 18.6-5.4 3.2-.3 5.7-.4 7.6-.4 26.7 0 45.2 7.9 55.6 23.6 6.5 9.5 9.7 23.9 9.7 43.3v56.6c-15.2.6-30.4 1.6-45.6 2.9zM573.1 500c0 16.6-2.2 31.7-6.5 45-9.2 29.1-26.7 47.4-52.4 54.8-22.4 6.6-43.7 3.3-63.9-9.8-21.5-14-32.2-33.8-32.2-59.3 0-19.9 5-36.9 15-51.1 10-14.1 23.3-24.7 40-31.7s33-12 49-14.9c15.9-3 33-4.8 51-5.4V500zm335.2 218.9c-4.3-5.4-15.9-8.9-34.9-10.7-19-1.8-35.5-1.7-49.7.4-15.3 1.8-31.1 6.2-47.3 13.4-16.3 7.1-23.4 13.1-21.6 17.8l.7 1.3.9.7 1.4.2h4.6c.8 0 1.8-.1 3.2-.2 1.4-.1 2.7-.3 3.9-.4 1.2-.1 2.9-.3 5.1-.4 2.1-.1 4.1-.4 6-.7.3 0 3.7-.3 10.3-.9 6.6-.6 11.4-1 14.3-1.3 2.9-.3 7.8-.6 14.5-.9 6.7-.3 12.1-.3 16.1 0 4 .3 8.5.7 13.6 1.1 5.1.4 9.2 1.3 12.4 2.7 3.2 1.3 5.6 3 7.1 5.1 5.2 6.6 4.2 21.2-3 43.9s-14 40.8-20.4 54.2c-2.8 5.7-2.8 9.2 0 10.7s6.7.1 11.9-4c15.6-12.2 28.6-30.6 39.1-55.3 6.1-14.6 10.5-29.8 13.1-45.7 2.4-15.9 2-26.2-1.3-31z" } }] }, "name": "amazon", "theme": "outlined" };
1856 exports.default = AmazonOutlined;
1857 });
1858
1859 var AmazonOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AmazonOutlined_1);
1860
1861 var AmazonOutlined = function AmazonOutlined(props, ref) {
1862 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1863 ref: ref,
1864 icon: AmazonOutlinedSvg
1865 }));
1866 };
1867
1868 AmazonOutlined.displayName = 'AmazonOutlined';
1869 var AmazonOutlined$1 = /*#__PURE__*/React.forwardRef(AmazonOutlined);
1870
1871 var AmazonSquareFilled_1 = createCommonjsModule(function (module, exports) {
1872 // This icon file is generated automatically.
1873 Object.defineProperty(exports, "__esModule", { value: true });
1874 var AmazonSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM547.8 326.7c-7.2-10.9-20.1-16.4-38.7-16.4-1.3 0-3 .1-5.3.3-2.2.2-6.6 1.5-12.9 3.7a79.4 79.4 0 00-17.9 9.1c-5.5 3.8-11.5 10-18 18.4-6.4 8.5-11.5 18.4-15.3 29.8l-94-8.4c0-12.4 2.4-24.7 7-36.9s11.8-23.9 21.4-35c9.6-11.2 21.1-21 34.5-29.4 13.4-8.5 29.6-15.2 48.4-20.3 18.9-5.1 39.1-7.6 60.9-7.6 21.3 0 40.6 2.6 57.8 7.7 17.2 5.2 31.1 11.5 41.4 19.1a117 117 0 0125.9 25.7c6.9 9.6 11.7 18.5 14.4 26.7 2.7 8.2 4 15.7 4 22.8v182.5c0 6.4 1.4 13 4.3 19.8 2.9 6.8 6.3 12.8 10.2 18 3.9 5.2 7.9 9.9 12 14.3 4.1 4.3 7.6 7.7 10.6 9.9l4.1 3.4-72.5 69.4c-8.5-7.7-16.9-15.4-25.2-23.4-8.3-8-14.5-14-18.5-18.1l-6.1-6.2c-2.4-2.3-5-5.7-8-10.2-8.1 12.2-18.5 22.8-31.1 31.8-12.7 9-26.3 15.6-40.7 19.7-14.5 4.1-29.4 6.5-44.7 7.1-15.3.6-30-1.5-43.9-6.5-13.9-5-26.5-11.7-37.6-20.3-11.1-8.6-19.9-20.2-26.5-35-6.6-14.8-9.9-31.5-9.9-50.4 0-17.4 3-33.3 8.9-47.7 6-14.5 13.6-26.5 23-36.1 9.4-9.6 20.7-18.2 34-25.7s26.4-13.4 39.2-17.7c12.8-4.2 26.6-7.8 41.5-10.7 14.9-2.9 27.6-4.8 38.2-5.7 10.6-.9 21.2-1.6 31.8-2v-39.4c0-13.5-2.3-23.5-6.7-30.1zm180.5 379.6c-2.8 3.3-7.5 7.8-14.1 13.5s-16.8 12.7-30.5 21.1c-13.7 8.4-28.8 16-45 22.9-16.3 6.9-36.3 12.9-60.1 18-23.7 5.1-48.2 7.6-73.3 7.6-25.4 0-50.7-3.2-76.1-9.6-25.4-6.4-47.6-14.3-66.8-23.7-19.1-9.4-37.6-20.2-55.1-32.2-17.6-12.1-31.7-22.9-42.4-32.5-10.6-9.6-19.6-18.7-26.8-27.1-1.7-1.9-2.8-3.6-3.2-5.1-.4-1.5-.3-2.8.3-3.7.6-.9 1.5-1.6 2.6-2.2a7.42 7.42 0 017.4.8c40.9 24.2 72.9 41.3 95.9 51.4 82.9 36.4 168 45.7 255.3 27.9 40.5-8.3 82.1-22.2 124.9-41.8 3.2-1.2 6-1.5 8.3-.9 2.3.6 3.5 2.4 3.5 5.4 0 2.8-1.6 6.3-4.8 10.2zm59.9-29c-1.8 11.1-4.9 21.6-9.1 31.8-7.2 17.1-16.3 30-27.1 38.4-3.6 2.9-6.4 3.8-8.3 2.8-1.9-1-1.9-3.5 0-7.4 4.5-9.3 9.2-21.8 14.2-37.7 5-15.8 5.7-26 2.1-30.5-1.1-1.5-2.7-2.6-5-3.6-2.2-.9-5.1-1.5-8.6-1.9s-6.7-.6-9.4-.8c-2.8-.2-6.5-.2-11.2 0-4.7.2-8 .4-10.1.6a874.4 874.4 0 01-17.1 1.5c-1.3.2-2.7.4-4.1.5-1.5.1-2.7.2-3.5.3l-2.7.3c-1 .1-1.7.2-2.2.2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7zM485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4-24.4 1.6-35.5 3.7-11.1 2.1-22.4 5.6-34 10.4z" } }] }, "name": "amazon-square", "theme": "filled" };
1875 exports.default = AmazonSquareFilled;
1876 });
1877
1878 var AmazonSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(AmazonSquareFilled_1);
1879
1880 var AmazonSquareFilled = function AmazonSquareFilled(props, ref) {
1881 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1882 ref: ref,
1883 icon: AmazonSquareFilledSvg
1884 }));
1885 };
1886
1887 AmazonSquareFilled.displayName = 'AmazonSquareFilled';
1888 var AmazonSquareFilled$1 = /*#__PURE__*/React.forwardRef(AmazonSquareFilled);
1889
1890 var AndroidFilled_1 = createCommonjsModule(function (module, exports) {
1891 // This icon file is generated automatically.
1892 Object.defineProperty(exports, "__esModule", { value: true });
1893 var AndroidFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M270.1 741.7c0 23.4 19.1 42.5 42.6 42.5h48.7v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h85v120.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V784.1h48.7c23.5 0 42.6-19.1 42.6-42.5V346.4h-486v395.3zm357.1-600.1l44.9-65c2.6-3.8 2-8.9-1.5-11.4-3.5-2.4-8.5-1.2-11.1 2.6l-46.6 67.6c-30.7-12.1-64.9-18.8-100.8-18.8-35.9 0-70.1 6.7-100.8 18.8l-46.6-67.5c-2.6-3.8-7.6-5.1-11.1-2.6-3.5 2.4-4.1 7.4-1.5 11.4l44.9 65c-71.4 33.2-121.4 96.1-127.8 169.6h486c-6.6-73.6-56.7-136.5-128-169.7zM409.5 244.1a26.9 26.9 0 1126.9-26.9 26.97 26.97 0 01-26.9 26.9zm208.4 0a26.9 26.9 0 1126.9-26.9 26.97 26.97 0 01-26.9 26.9zm223.4 100.7c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c.1-30.6-24.3-55.3-54.6-55.3zm-658.6 0c-30.2 0-54.6 24.8-54.6 55.4v216.4c0 30.5 24.5 55.4 54.6 55.4 30.2 0 54.6-24.8 54.6-55.4V400.1c0-30.6-24.5-55.3-54.6-55.3z" } }] }, "name": "android", "theme": "filled" };
1894 exports.default = AndroidFilled;
1895 });
1896
1897 var AndroidFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(AndroidFilled_1);
1898
1899 var AndroidFilled = function AndroidFilled(props, ref) {
1900 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1901 ref: ref,
1902 icon: AndroidFilledSvg
1903 }));
1904 };
1905
1906 AndroidFilled.displayName = 'AndroidFilled';
1907 var AndroidFilled$1 = /*#__PURE__*/React.forwardRef(AndroidFilled);
1908
1909 var AndroidOutlined_1 = createCommonjsModule(function (module, exports) {
1910 // This icon file is generated automatically.
1911 Object.defineProperty(exports, "__esModule", { value: true });
1912 var AndroidOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M448.3 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32-13.4 32-31.9.1-18.4-13.4-31.9-32-31.9zm393.9 96.4c-13.8-13.8-32.7-21.5-53.2-21.5-3.9 0-7.4.4-10.7 1v-1h-3.6c-5.5-30.6-18.6-60.5-38.1-87.4-18.7-25.7-43-47.9-70.8-64.9l25.1-35.8v-3.3c0-.8.4-2.3.7-3.8.6-2.4 1.4-5.5 1.4-8.9 0-18.5-13.5-31.9-32-31.9-9.8 0-19.5 5.7-25.9 15.4l-29.3 42.1c-30-9.8-62.4-15-93.8-15-31.3 0-63.7 5.2-93.8 15L389 79.4c-6.6-9.6-16.1-15.4-26-15.4-18.6 0-32 13.4-32 31.9 0 6.2 2.5 12.8 6.7 17.4l22.6 32.3c-28.7 17-53.5 39.4-72.2 65.1-19.4 26.9-32 56.8-36.7 87.4h-5.5v1c-3.2-.6-6.7-1-10.7-1-20.3 0-39.2 7.5-53.1 21.3-13.8 13.8-21.5 32.6-21.5 53v235c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 3.9 0 7.4-.4 10.7-1v93.5c0 29.2 23.9 53.1 53.2 53.1H331v58.3c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-58.2H544v58.1c0 20.3 7.5 39.1 21.4 52.9 13.8 13.8 32.8 21.5 53.2 21.5 20.4 0 39.2-7.5 53.1-21.6 13.8-13.8 21.5-32.6 21.5-53v-58.2h31.9c29.3 0 53.2-23.8 53.2-53.1v-91.4c3.2.6 6.7 1 10.7 1 20.3 0 39.2-7.5 53.1-21.3 13.8-13.8 21.5-32.6 21.5-53v-235c-.1-20.3-7.6-39-21.4-52.9zM246 609.6c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zm131.1-396.8c37.5-27.3 85.3-42.3 135-42.3s97.5 15.1 135 42.5c32.4 23.7 54.2 54.2 62.7 87.5H314.4c8.5-33.4 30.5-64 62.7-87.7zm39.3 674.7c-.6 5.6-4.4 8.7-10.5 8.7-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1zm202.3 8.7c-6.8 0-10.7-3.8-10.7-10.6v-58.2h21.2v60.1c-.6 5.6-4.3 8.7-10.5 8.7zm95.8-132.6H309.9V364h404.6v399.6zm85.2-154c0 6.8-3.9 10.6-10.7 10.6-6.8 0-10.7-3.8-10.7-10.6V374.5c0-6.8 3.9-10.6 10.7-10.6 6.8 0 10.7 3.8 10.7 10.6v235.1zM576.1 225.2c-18.6 0-32 13.4-32 31.9s13.5 31.9 32 31.9c18.6 0 32.1-13.4 32.1-32-.1-18.6-13.4-31.8-32.1-31.8z" } }] }, "name": "android", "theme": "outlined" };
1913 exports.default = AndroidOutlined;
1914 });
1915
1916 var AndroidOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AndroidOutlined_1);
1917
1918 var AndroidOutlined = function AndroidOutlined(props, ref) {
1919 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1920 ref: ref,
1921 icon: AndroidOutlinedSvg
1922 }));
1923 };
1924
1925 AndroidOutlined.displayName = 'AndroidOutlined';
1926 var AndroidOutlined$1 = /*#__PURE__*/React.forwardRef(AndroidOutlined);
1927
1928 var AntCloudOutlined_1 = createCommonjsModule(function (module, exports) {
1929 // This icon file is generated automatically.
1930 Object.defineProperty(exports, "__esModule", { value: true });
1931 var AntCloudOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M378.9 738c-3.1 0-6.1-.5-8.8-1.5l4.4 30.7h26.3l-15.5-29.9c-2.1.5-4.2.7-6.4.7zm421-291.2c-12.6 0-24.8 1.5-36.5 4.2-21.4-38.4-62.3-64.3-109.3-64.3-6.9 0-13.6.6-20.2 1.6-35.4-77.4-113.4-131.1-203.9-131.1-112.3 0-205.3 82.6-221.6 190.4C127.3 455.5 64 523.8 64 607c0 88.4 71.6 160.1 160 160.2h50l13.2-27.6c-26.2-8.3-43.3-29-39.1-48.8 4.6-21.6 32.8-33.9 63.1-27.5 22.9 4.9 40.4 19.1 45.5 35.1a26.1 26.1 0 0122.1-12.4h.2c-.8-3.2-1.2-6.5-1.2-9.9 0-20.1 14.8-36.7 34.1-39.6v-25.4c0-4.4 3.6-8 8-8s8 3.6 8 8v26.3c4.6 1.2 8.8 3.2 12.6 5.8l19.5-21.4c3-3.3 8-3.5 11.3-.5 3.3 3 3.5 8 .5 11.3l-20 22-.2.2a40 40 0 01-46.9 59.2c-.4 5.6-2.6 10.7-6 14.8l20 38.4H804v-.1c86.5-2.2 156-73 156-160.1 0-88.5-71.7-160.2-160.1-160.2zM338.2 737.2l-4.3 30h24.4l-5.9-41.5c-3.5 4.6-8.3 8.5-14.2 11.5zM797.5 305a48 48 0 1096 0 48 48 0 10-96 0zm-65.7 61.3a24 24 0 1048 0 24 24 0 10-48 0zM303.4 742.9l-11.6 24.3h26l3.5-24.7c-5.7.8-11.7 1-17.9.4z" } }] }, "name": "ant-cloud", "theme": "outlined" };
1932 exports.default = AntCloudOutlined;
1933 });
1934
1935 var AntCloudOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AntCloudOutlined_1);
1936
1937 var AntCloudOutlined = function AntCloudOutlined(props, ref) {
1938 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1939 ref: ref,
1940 icon: AntCloudOutlinedSvg
1941 }));
1942 };
1943
1944 AntCloudOutlined.displayName = 'AntCloudOutlined';
1945 var AntCloudOutlined$1 = /*#__PURE__*/React.forwardRef(AntCloudOutlined);
1946
1947 var AntDesignOutlined_1 = createCommonjsModule(function (module, exports) {
1948 // This icon file is generated automatically.
1949 Object.defineProperty(exports, "__esModule", { value: true });
1950 var AntDesignOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M716.3 313.8c19-18.9 19-49.7 0-68.6l-69.9-69.9.1.1c-18.5-18.5-50.3-50.3-95.3-95.2-21.2-20.7-55.5-20.5-76.5.5L80.9 474.2a53.84 53.84 0 000 76.4L474.6 944a54.14 54.14 0 0076.5 0l165.1-165c19-18.9 19-49.7 0-68.6a48.7 48.7 0 00-68.7 0l-125 125.2c-5.2 5.2-13.3 5.2-18.5 0L189.5 521.4c-5.2-5.2-5.2-13.3 0-18.5l314.4-314.2c.4-.4.9-.7 1.3-1.1 5.2-4.1 12.4-3.7 17.2 1.1l125.2 125.1c19 19 49.8 19 68.7 0zM408.6 514.4a106.3 106.2 0 10212.6 0 106.3 106.2 0 10-212.6 0zm536.2-38.6L821.9 353.5c-19-18.9-49.8-18.9-68.7.1a48.4 48.4 0 000 68.6l83 82.9c5.2 5.2 5.2 13.3 0 18.5l-81.8 81.7a48.4 48.4 0 000 68.6 48.7 48.7 0 0068.7 0l121.8-121.7a53.93 53.93 0 00-.1-76.4z" } }] }, "name": "ant-design", "theme": "outlined" };
1951 exports.default = AntDesignOutlined;
1952 });
1953
1954 var AntDesignOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AntDesignOutlined_1);
1955
1956 var AntDesignOutlined = function AntDesignOutlined(props, ref) {
1957 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1958 ref: ref,
1959 icon: AntDesignOutlinedSvg
1960 }));
1961 };
1962
1963 AntDesignOutlined.displayName = 'AntDesignOutlined';
1964 var AntDesignOutlined$1 = /*#__PURE__*/React.forwardRef(AntDesignOutlined);
1965
1966 var ApartmentOutlined_1 = createCommonjsModule(function (module, exports) {
1967 // This icon file is generated automatically.
1968 Object.defineProperty(exports, "__esModule", { value: true });
1969 var ApartmentOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M908 640H804V488c0-4.4-3.6-8-8-8H548v-96h108c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h108v96H228c-4.4 0-8 3.6-8 8v152H116c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16H292v-88h440v88H620c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h288c8.8 0 16-7.2 16-16V656c0-8.8-7.2-16-16-16zm-564 76v168H176V716h168zm84-408V140h168v168H428zm420 576H680V716h168v168z" } }] }, "name": "apartment", "theme": "outlined" };
1970 exports.default = ApartmentOutlined;
1971 });
1972
1973 var ApartmentOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ApartmentOutlined_1);
1974
1975 var ApartmentOutlined = function ApartmentOutlined(props, ref) {
1976 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1977 ref: ref,
1978 icon: ApartmentOutlinedSvg
1979 }));
1980 };
1981
1982 ApartmentOutlined.displayName = 'ApartmentOutlined';
1983 var ApartmentOutlined$1 = /*#__PURE__*/React.forwardRef(ApartmentOutlined);
1984
1985 var ApiFilled_1 = createCommonjsModule(function (module, exports) {
1986 // This icon file is generated automatically.
1987 Object.defineProperty(exports, "__esModule", { value: true });
1988 var ApiFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 00-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 000 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM578.9 546.7a8.03 8.03 0 00-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 00-11.3 0L363 475.3l-43-43a7.85 7.85 0 00-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 68.9-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 000 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2z" } }] }, "name": "api", "theme": "filled" };
1989 exports.default = ApiFilled;
1990 });
1991
1992 var ApiFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ApiFilled_1);
1993
1994 var ApiFilled = function ApiFilled(props, ref) {
1995 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
1996 ref: ref,
1997 icon: ApiFilledSvg
1998 }));
1999 };
2000
2001 ApiFilled.displayName = 'ApiFilled';
2002 var ApiFilled$1 = /*#__PURE__*/React.forwardRef(ApiFilled);
2003
2004 var ApiOutlined_1 = createCommonjsModule(function (module, exports) {
2005 // This icon file is generated automatically.
2006 Object.defineProperty(exports, "__esModule", { value: true });
2007 var ApiOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M917.7 148.8l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 00-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 000 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7 35.3 0 68.4 13.7 93.4 38.7 24.9 24.9 38.7 58.1 38.7 93.4 0 35.3-13.8 68.4-38.7 93.4zm-190.2 105a8.03 8.03 0 00-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 00-11.3 0L363 475.3l-43-43a7.85 7.85 0 00-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2c-68.9 69-77 175.7-24.3 253.5l-76.1 76.1a8.03 8.03 0 000 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 01-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7a131.32 131.32 0 01-38.7-93.4c0-35.3 13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4z" } }] }, "name": "api", "theme": "outlined" };
2008 exports.default = ApiOutlined;
2009 });
2010
2011 var ApiOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ApiOutlined_1);
2012
2013 var ApiOutlined = function ApiOutlined(props, ref) {
2014 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2015 ref: ref,
2016 icon: ApiOutlinedSvg
2017 }));
2018 };
2019
2020 ApiOutlined.displayName = 'ApiOutlined';
2021 var ApiOutlined$1 = /*#__PURE__*/React.forwardRef(ApiOutlined);
2022
2023 var ApiTwoTone_1 = createCommonjsModule(function (module, exports) {
2024 // This icon file is generated automatically.
2025 Object.defineProperty(exports, "__esModule", { value: true });
2026 var ApiTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M148.2 674.6zm106.7-92.3c-25 25-38.7 58.1-38.7 93.4s13.8 68.5 38.7 93.4c25 25 58.1 38.7 93.4 38.7 35.3 0 68.5-13.8 93.4-38.7l59.4-59.4-186.8-186.8-59.4 59.4zm420.8-366.1c-35.3 0-68.5 13.8-93.4 38.7l-59.4 59.4 186.8 186.8 59.4-59.4c24.9-25 38.7-58.1 38.7-93.4s-13.8-68.5-38.7-93.4c-25-25-58.1-38.7-93.4-38.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M578.9 546.7a8.03 8.03 0 00-11.3 0L501 613.3 410.7 523l66.7-66.7c3.1-3.1 3.1-8.2 0-11.3L441 408.6a8.03 8.03 0 00-11.3 0L363 475.3l-43-43a7.85 7.85 0 00-5.7-2.3c-2 0-4.1.8-5.7 2.3L206.8 534.2a199.45 199.45 0 00-58.6 140.4c-.2 39.5 11.2 79.1 34.3 113.1l-76.1 76.1a8.03 8.03 0 000 11.3l42.4 42.4c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3l76.1-76.1c33.7 22.9 72.9 34.3 112.1 34.3 51.2 0 102.4-19.5 141.5-58.6l101.9-101.9c3.1-3.1 3.1-8.2 0-11.3l-43-43 66.7-66.7c3.1-3.1 3.1-8.2 0-11.3l-36.6-36.2zM441.7 769.1a131.32 131.32 0 01-93.4 38.7c-35.3 0-68.4-13.7-93.4-38.7-24.9-24.9-38.7-58.1-38.7-93.4s13.7-68.4 38.7-93.4l59.4-59.4 186.8 186.8-59.4 59.4zm476-620.3l-42.4-42.4c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-76.1 76.1a199.27 199.27 0 00-112.1-34.3c-51.2 0-102.4 19.5-141.5 58.6L432.3 308.7a8.03 8.03 0 000 11.3L704 591.7c1.6 1.6 3.6 2.3 5.7 2.3 2 0 4.1-.8 5.7-2.3l101.9-101.9c68.9-69 77-175.7 24.3-253.5l76.1-76.1c3.1-3.2 3.1-8.3 0-11.4zM769.1 441.7l-59.4 59.4-186.8-186.8 59.4-59.4c24.9-24.9 58.1-38.7 93.4-38.7s68.4 13.7 93.4 38.7c24.9 24.9 38.7 58.1 38.7 93.4s-13.8 68.4-38.7 93.4z", "fill": primaryColor } }] }; }, "name": "api", "theme": "twotone" };
2027 exports.default = ApiTwoTone;
2028 });
2029
2030 var ApiTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ApiTwoTone_1);
2031
2032 var ApiTwoTone = function ApiTwoTone(props, ref) {
2033 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2034 ref: ref,
2035 icon: ApiTwoToneSvg
2036 }));
2037 };
2038
2039 ApiTwoTone.displayName = 'ApiTwoTone';
2040 var ApiTwoTone$1 = /*#__PURE__*/React.forwardRef(ApiTwoTone);
2041
2042 var AppleFilled_1 = createCommonjsModule(function (module, exports) {
2043 // This icon file is generated automatically.
2044 Object.defineProperty(exports, "__esModule", { value: true });
2045 var AppleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-105.1-305c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z" } }] }, "name": "apple", "theme": "filled" };
2046 exports.default = AppleFilled;
2047 });
2048
2049 var AppleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(AppleFilled_1);
2050
2051 var AppleFilled = function AppleFilled(props, ref) {
2052 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2053 ref: ref,
2054 icon: AppleFilledSvg
2055 }));
2056 };
2057
2058 AppleFilled.displayName = 'AppleFilled';
2059 var AppleFilled$1 = /*#__PURE__*/React.forwardRef(AppleFilled);
2060
2061 var AppleOutlined_1 = createCommonjsModule(function (module, exports) {
2062 // This icon file is generated automatically.
2063 Object.defineProperty(exports, "__esModule", { value: true });
2064 var AppleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M747.4 535.7c-.4-68.2 30.5-119.6 92.9-157.5-34.9-50-87.7-77.5-157.3-82.8-65.9-5.2-138 38.4-164.4 38.4-27.9 0-91.7-36.6-141.9-36.6C273.1 298.8 163 379.8 163 544.6c0 48.7 8.9 99 26.7 150.8 23.8 68.2 109.6 235.3 199.1 232.6 46.8-1.1 79.9-33.2 140.8-33.2 59.1 0 89.7 33.2 141.9 33.2 90.3-1.3 167.9-153.2 190.5-221.6-121.1-57.1-114.6-167.2-114.6-170.7zm-10.6 267c-14.3 19.9-28.7 35.6-41.9 45.7-10.5 8-18.6 11.4-24 11.6-9-.1-17.7-2.3-34.7-8.8-1.2-.5-2.5-1-4.2-1.6l-4.4-1.7c-17.4-6.7-27.8-10.3-41.1-13.8-18.6-4.8-37.1-7.4-56.9-7.4-20.2 0-39.2 2.5-58.1 7.2-13.9 3.5-25.6 7.4-42.7 13.8-.7.3-8.1 3.1-10.2 3.9-3.5 1.3-6.2 2.3-8.7 3.2-10.4 3.6-17 5.1-22.9 5.2-.7 0-1.3-.1-1.8-.2-1.1-.2-2.5-.6-4.1-1.3-4.5-1.8-9.9-5.1-16-9.8-14-10.9-29.4-28-45.1-49.9-27.5-38.6-53.5-89.8-66-125.7-15.4-44.8-23-87.7-23-128.6 0-60.2 17.8-106 48.4-137.1 26.3-26.6 61.7-41.5 97.8-42.3 5.9.1 14.5 1.5 25.4 4.5 8.6 2.3 18 5.4 30.7 9.9 3.8 1.4 16.9 6.1 18.5 6.7 7.7 2.8 13.5 4.8 19.2 6.6 18.2 5.8 32.3 9 47.6 9 15.5 0 28.8-3.3 47.7-9.8 7.1-2.4 32.9-12 37.5-13.6 25.6-9.1 44.5-14 60.8-15.2 4.8-.4 9.1-.4 13.2-.1 22.7 1.8 42.1 6.3 58.6 13.8-37.6 43.4-57 96.5-56.9 158.4-.3 14.7.9 31.7 5.1 51.8 6.4 30.5 18.6 60.7 37.9 89 14.7 21.5 32.9 40.9 54.7 57.8-11.5 23.7-25.6 48.2-40.4 68.8zm-94.5-572c50.7-60.2 46.1-115 44.6-134.7-44.8 2.6-96.6 30.5-126.1 64.8-32.5 36.8-51.6 82.3-47.5 133.6 48.4 3.7 92.6-21.2 129-63.7z" } }] }, "name": "apple", "theme": "outlined" };
2065 exports.default = AppleOutlined;
2066 });
2067
2068 var AppleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AppleOutlined_1);
2069
2070 var AppleOutlined = function AppleOutlined(props, ref) {
2071 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2072 ref: ref,
2073 icon: AppleOutlinedSvg
2074 }));
2075 };
2076
2077 AppleOutlined.displayName = 'AppleOutlined';
2078 var AppleOutlined$1 = /*#__PURE__*/React.forwardRef(AppleOutlined);
2079
2080 var AppstoreAddOutlined_1 = createCommonjsModule(function (module, exports) {
2081 // This icon file is generated automatically.
2082 Object.defineProperty(exports, "__esModule", { value: true });
2083 var AppstoreAddOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zm52 132H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200zM424 712H296V584c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v128H104c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h128v128c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V776h128c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" } }] }, "name": "appstore-add", "theme": "outlined" };
2084 exports.default = AppstoreAddOutlined;
2085 });
2086
2087 var AppstoreAddOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AppstoreAddOutlined_1);
2088
2089 var AppstoreAddOutlined = function AppstoreAddOutlined(props, ref) {
2090 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2091 ref: ref,
2092 icon: AppstoreAddOutlinedSvg
2093 }));
2094 };
2095
2096 AppstoreAddOutlined.displayName = 'AppstoreAddOutlined';
2097 var AppstoreAddOutlined$1 = /*#__PURE__*/React.forwardRef(AppstoreAddOutlined);
2098
2099 var AppstoreFilled_1 = createCommonjsModule(function (module, exports) {
2100 // This icon file is generated automatically.
2101 Object.defineProperty(exports, "__esModule", { value: true });
2102 var AppstoreFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zM464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm0 400H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16z" } }] }, "name": "appstore", "theme": "filled" };
2103 exports.default = AppstoreFilled;
2104 });
2105
2106 var AppstoreFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(AppstoreFilled_1);
2107
2108 var AppstoreFilled = function AppstoreFilled(props, ref) {
2109 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2110 ref: ref,
2111 icon: AppstoreFilledSvg
2112 }));
2113 };
2114
2115 AppstoreFilled.displayName = 'AppstoreFilled';
2116 var AppstoreFilled$1 = /*#__PURE__*/React.forwardRef(AppstoreFilled);
2117
2118 var AppstoreOutlined_1 = createCommonjsModule(function (module, exports) {
2119 // This icon file is generated automatically.
2120 Object.defineProperty(exports, "__esModule", { value: true });
2121 var AppstoreOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z" } }] }, "name": "appstore", "theme": "outlined" };
2122 exports.default = AppstoreOutlined;
2123 });
2124
2125 var AppstoreOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AppstoreOutlined_1);
2126
2127 var AppstoreOutlined = function AppstoreOutlined(props, ref) {
2128 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2129 ref: ref,
2130 icon: AppstoreOutlinedSvg
2131 }));
2132 };
2133
2134 AppstoreOutlined.displayName = 'AppstoreOutlined';
2135 var AppstoreOutlined$1 = /*#__PURE__*/React.forwardRef(AppstoreOutlined);
2136
2137 var AppstoreTwoTone_1 = createCommonjsModule(function (module, exports) {
2138 // This icon file is generated automatically.
2139 Object.defineProperty(exports, "__esModule", { value: true });
2140 var AppstoreTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 144H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H612V212h200v200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H212V612h200v200zm52-668H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16zm-52 268H212V212h200v200zm452 132H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16zm-52 268H612V612h200v200z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M212 212h200v200H212zm400 0h200v200H612zM212 612h200v200H212zm400 0h200v200H612z", "fill": secondaryColor } }] }; }, "name": "appstore", "theme": "twotone" };
2141 exports.default = AppstoreTwoTone;
2142 });
2143
2144 var AppstoreTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(AppstoreTwoTone_1);
2145
2146 var AppstoreTwoTone = function AppstoreTwoTone(props, ref) {
2147 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2148 ref: ref,
2149 icon: AppstoreTwoToneSvg
2150 }));
2151 };
2152
2153 AppstoreTwoTone.displayName = 'AppstoreTwoTone';
2154 var AppstoreTwoTone$1 = /*#__PURE__*/React.forwardRef(AppstoreTwoTone);
2155
2156 var AreaChartOutlined_1 = createCommonjsModule(function (module, exports) {
2157 // This icon file is generated automatically.
2158 Object.defineProperty(exports, "__esModule", { value: true });
2159 var AreaChartOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-616-64h536c4.4 0 8-3.6 8-8V284c0-7.2-8.7-10.7-13.7-5.7L592 488.6l-125.4-124a8.03 8.03 0 00-11.3 0l-189 189.6a7.87 7.87 0 00-2.3 5.6V720c0 4.4 3.6 8 8 8z" } }] }, "name": "area-chart", "theme": "outlined" };
2160 exports.default = AreaChartOutlined;
2161 });
2162
2163 var AreaChartOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AreaChartOutlined_1);
2164
2165 var AreaChartOutlined = function AreaChartOutlined(props, ref) {
2166 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2167 ref: ref,
2168 icon: AreaChartOutlinedSvg
2169 }));
2170 };
2171
2172 AreaChartOutlined.displayName = 'AreaChartOutlined';
2173 var AreaChartOutlined$1 = /*#__PURE__*/React.forwardRef(AreaChartOutlined);
2174
2175 var ArrowDownOutlined_1 = createCommonjsModule(function (module, exports) {
2176 // This icon file is generated automatically.
2177 Object.defineProperty(exports, "__esModule", { value: true });
2178 var ArrowDownOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M862 465.3h-81c-4.6 0-9 2-12.1 5.5L550 723.1V160c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v563.1L255.1 470.8c-3-3.5-7.4-5.5-12.1-5.5h-81c-6.8 0-10.5 8.1-6 13.2L487.9 861a31.96 31.96 0 0048.3 0L868 478.5c4.5-5.2.8-13.2-6-13.2z" } }] }, "name": "arrow-down", "theme": "outlined" };
2179 exports.default = ArrowDownOutlined;
2180 });
2181
2182 var ArrowDownOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ArrowDownOutlined_1);
2183
2184 var ArrowDownOutlined = function ArrowDownOutlined(props, ref) {
2185 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2186 ref: ref,
2187 icon: ArrowDownOutlinedSvg
2188 }));
2189 };
2190
2191 ArrowDownOutlined.displayName = 'ArrowDownOutlined';
2192 var ArrowDownOutlined$1 = /*#__PURE__*/React.forwardRef(ArrowDownOutlined);
2193
2194 var ArrowLeftOutlined_1 = createCommonjsModule(function (module, exports) {
2195 // This icon file is generated automatically.
2196 Object.defineProperty(exports, "__esModule", { value: true });
2197 var ArrowLeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 474H286.9l350.2-304c5.6-4.9 2.2-14-5.2-14h-88.5c-3.9 0-7.6 1.4-10.5 3.9L155 487.8a31.96 31.96 0 000 48.3L535.1 866c1.5 1.3 3.3 2 5.2 2h91.5c7.4 0 10.8-9.2 5.2-14L286.9 550H872c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" } }] }, "name": "arrow-left", "theme": "outlined" };
2198 exports.default = ArrowLeftOutlined;
2199 });
2200
2201 var ArrowLeftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ArrowLeftOutlined_1);
2202
2203 var ArrowLeftOutlined = function ArrowLeftOutlined(props, ref) {
2204 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2205 ref: ref,
2206 icon: ArrowLeftOutlinedSvg
2207 }));
2208 };
2209
2210 ArrowLeftOutlined.displayName = 'ArrowLeftOutlined';
2211 var ArrowLeftOutlined$1 = /*#__PURE__*/React.forwardRef(ArrowLeftOutlined);
2212
2213 var ArrowRightOutlined_1 = createCommonjsModule(function (module, exports) {
2214 // This icon file is generated automatically.
2215 Object.defineProperty(exports, "__esModule", { value: true });
2216 var ArrowRightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M869 487.8L491.2 159.9c-2.9-2.5-6.6-3.9-10.5-3.9h-88.5c-7.4 0-10.8 9.2-5.2 14l350.2 304H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h585.1L386.9 854c-5.6 4.9-2.2 14 5.2 14h91.5c1.9 0 3.8-.7 5.2-2L869 536.2a32.07 32.07 0 000-48.4z" } }] }, "name": "arrow-right", "theme": "outlined" };
2217 exports.default = ArrowRightOutlined;
2218 });
2219
2220 var ArrowRightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ArrowRightOutlined_1);
2221
2222 var ArrowRightOutlined = function ArrowRightOutlined(props, ref) {
2223 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2224 ref: ref,
2225 icon: ArrowRightOutlinedSvg
2226 }));
2227 };
2228
2229 ArrowRightOutlined.displayName = 'ArrowRightOutlined';
2230 var ArrowRightOutlined$1 = /*#__PURE__*/React.forwardRef(ArrowRightOutlined);
2231
2232 var ArrowUpOutlined_1 = createCommonjsModule(function (module, exports) {
2233 // This icon file is generated automatically.
2234 Object.defineProperty(exports, "__esModule", { value: true });
2235 var ArrowUpOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M868 545.5L536.1 163a31.96 31.96 0 00-48.3 0L156 545.5a7.97 7.97 0 006 13.2h81c4.6 0 9-2 12.1-5.5L474 300.9V864c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V300.9l218.9 252.3c3 3.5 7.4 5.5 12.1 5.5h81c6.8 0 10.5-8 6-13.2z" } }] }, "name": "arrow-up", "theme": "outlined" };
2236 exports.default = ArrowUpOutlined;
2237 });
2238
2239 var ArrowUpOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ArrowUpOutlined_1);
2240
2241 var ArrowUpOutlined = function ArrowUpOutlined(props, ref) {
2242 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2243 ref: ref,
2244 icon: ArrowUpOutlinedSvg
2245 }));
2246 };
2247
2248 ArrowUpOutlined.displayName = 'ArrowUpOutlined';
2249 var ArrowUpOutlined$1 = /*#__PURE__*/React.forwardRef(ArrowUpOutlined);
2250
2251 var ArrowsAltOutlined_1 = createCommonjsModule(function (module, exports) {
2252 // This icon file is generated automatically.
2253 Object.defineProperty(exports, "__esModule", { value: true });
2254 var ArrowsAltOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7-153.5 153.5a8.03 8.03 0 000 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6 54.7 54.7a7.94 7.94 0 0013.5-4.7L863.9 169a7.9 7.9 0 00-8.9-8.9zM416.6 562.3a8.03 8.03 0 00-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 00-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 153.6-153.6c3.1-3.1 3.1-8.2 0-11.3l-45.2-45z" } }] }, "name": "arrows-alt", "theme": "outlined" };
2255 exports.default = ArrowsAltOutlined;
2256 });
2257
2258 var ArrowsAltOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ArrowsAltOutlined_1);
2259
2260 var ArrowsAltOutlined = function ArrowsAltOutlined(props, ref) {
2261 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2262 ref: ref,
2263 icon: ArrowsAltOutlinedSvg
2264 }));
2265 };
2266
2267 ArrowsAltOutlined.displayName = 'ArrowsAltOutlined';
2268 var ArrowsAltOutlined$1 = /*#__PURE__*/React.forwardRef(ArrowsAltOutlined);
2269
2270 var AudioFilled_1 = createCommonjsModule(function (module, exports) {
2271 // This icon file is generated automatically.
2272 Object.defineProperty(exports, "__esModule", { value: true });
2273 var AudioFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm330-170c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z" } }] }, "name": "audio", "theme": "filled" };
2274 exports.default = AudioFilled;
2275 });
2276
2277 var AudioFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(AudioFilled_1);
2278
2279 var AudioFilled = function AudioFilled(props, ref) {
2280 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2281 ref: ref,
2282 icon: AudioFilledSvg
2283 }));
2284 };
2285
2286 AudioFilled.displayName = 'AudioFilled';
2287 var AudioFilled$1 = /*#__PURE__*/React.forwardRef(AudioFilled);
2288
2289 var AudioMutedOutlined_1 = createCommonjsModule(function (module, exports) {
2290 // This icon file is generated automatically.
2291 Object.defineProperty(exports, "__esModule", { value: true });
2292 var AudioMutedOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M682 455V311l-76 76v68c-.1 50.7-42 92.1-94 92a95.8 95.8 0 01-52-15l-54 55c29.1 22.4 65.9 36 106 36 93.8 0 170-75.1 170-168z" } }, { "tag": "path", "attrs": { "d": "M833 446h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254-63 0-120.7-23-165-61l-54 54a334.01 334.01 0 00179 81v102H326c-13.9 0-24.9 14.3-25 32v36c.1 4.4 2.9 8 6 8h408c3.2 0 6-3.6 6-8v-36c0-17.7-11-32-25-32H547V782c165.3-17.9 294-157.9 294-328 0-4.4-3.6-8-8-8zm13.1-377.7l-43.5-41.9a8 8 0 00-11.2.1l-129 129C634.3 101.2 577 64 511 64c-93.9 0-170 75.3-170 168v224c0 6.7.4 13.3 1.2 19.8l-68 68A252.33 252.33 0 01258 454c-.2-4.4-3.8-8-8-8h-60c-4.4 0-8 3.6-8 8 0 53 12.5 103 34.6 147.4l-137 137a8.03 8.03 0 000 11.3l42.7 42.7c3.1 3.1 8.2 3.1 11.3 0L846.2 79.8l.1-.1c3.1-3.2 3-8.3-.2-11.4zM417 401V232c0-50.6 41.9-92 94-92 46 0 84.1 32.3 92.3 74.7L417 401z" } }] }, "name": "audio-muted", "theme": "outlined" };
2293 exports.default = AudioMutedOutlined;
2294 });
2295
2296 var AudioMutedOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AudioMutedOutlined_1);
2297
2298 var AudioMutedOutlined = function AudioMutedOutlined(props, ref) {
2299 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2300 ref: ref,
2301 icon: AudioMutedOutlinedSvg
2302 }));
2303 };
2304
2305 AudioMutedOutlined.displayName = 'AudioMutedOutlined';
2306 var AudioMutedOutlined$1 = /*#__PURE__*/React.forwardRef(AudioMutedOutlined);
2307
2308 var AudioOutlined_1 = createCommonjsModule(function (module, exports) {
2309 // This icon file is generated automatically.
2310 Object.defineProperty(exports, "__esModule", { value: true });
2311 var AudioOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1zM512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-94-392c0-50.6 41.9-92 94-92s94 41.4 94 92v224c0 50.6-41.9 92-94 92s-94-41.4-94-92V232z" } }] }, "name": "audio", "theme": "outlined" };
2312 exports.default = AudioOutlined;
2313 });
2314
2315 var AudioOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AudioOutlined_1);
2316
2317 var AudioOutlined = function AudioOutlined(props, ref) {
2318 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2319 ref: ref,
2320 icon: AudioOutlinedSvg
2321 }));
2322 };
2323
2324 AudioOutlined.displayName = 'AudioOutlined';
2325 var AudioOutlined$1 = /*#__PURE__*/React.forwardRef(AudioOutlined);
2326
2327 var AudioTwoTone_1 = createCommonjsModule(function (module, exports) {
2328 // This icon file is generated automatically.
2329 Object.defineProperty(exports, "__esModule", { value: true });
2330 var AudioTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 552c54.3 0 98-43.2 98-96V232c0-52.8-43.7-96-98-96s-98 43.2-98 96v224c0 52.8 43.7 96 98 96z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-98-392c0-52.8 43.7-96 98-96s98 43.2 98 96v224c0 52.8-43.7 96-98 96s-98-43.2-98-96V232z", "fill": primaryColor } }] }; }, "name": "audio", "theme": "twotone" };
2331 exports.default = AudioTwoTone;
2332 });
2333
2334 var AudioTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(AudioTwoTone_1);
2335
2336 var AudioTwoTone = function AudioTwoTone(props, ref) {
2337 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2338 ref: ref,
2339 icon: AudioTwoToneSvg
2340 }));
2341 };
2342
2343 AudioTwoTone.displayName = 'AudioTwoTone';
2344 var AudioTwoTone$1 = /*#__PURE__*/React.forwardRef(AudioTwoTone);
2345
2346 var AuditOutlined_1 = createCommonjsModule(function (module, exports) {
2347 // This icon file is generated automatically.
2348 Object.defineProperty(exports, "__esModule", { value: true });
2349 var AuditOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M296 250c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 144H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 458H208V148h560v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm440-88H728v-36.6c46.3-13.8 80-56.6 80-107.4 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 50.7 33.7 93.6 80 107.4V764H520c-8.8 0-16 7.2-16 16v152c0 8.8 7.2 16 16 16h352c8.8 0 16-7.2 16-16V780c0-8.8-7.2-16-16-16zM646 620c0-27.6 22.4-50 50-50s50 22.4 50 50-22.4 50-50 50-50-22.4-50-50zm180 266H566v-60h260v60z" } }] }, "name": "audit", "theme": "outlined" };
2350 exports.default = AuditOutlined;
2351 });
2352
2353 var AuditOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(AuditOutlined_1);
2354
2355 var AuditOutlined = function AuditOutlined(props, ref) {
2356 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2357 ref: ref,
2358 icon: AuditOutlinedSvg
2359 }));
2360 };
2361
2362 AuditOutlined.displayName = 'AuditOutlined';
2363 var AuditOutlined$1 = /*#__PURE__*/React.forwardRef(AuditOutlined);
2364
2365 var BackwardFilled_1 = createCommonjsModule(function (module, exports) {
2366 // This icon file is generated automatically.
2367 Object.defineProperty(exports, "__esModule", { value: true });
2368 var BackwardFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 00-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z" } }] }, "name": "backward", "theme": "filled" };
2369 exports.default = BackwardFilled;
2370 });
2371
2372 var BackwardFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(BackwardFilled_1);
2373
2374 var BackwardFilled = function BackwardFilled(props, ref) {
2375 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2376 ref: ref,
2377 icon: BackwardFilledSvg
2378 }));
2379 };
2380
2381 BackwardFilled.displayName = 'BackwardFilled';
2382 var BackwardFilled$1 = /*#__PURE__*/React.forwardRef(BackwardFilled);
2383
2384 var BackwardOutlined_1 = createCommonjsModule(function (module, exports) {
2385 // This icon file is generated automatically.
2386 Object.defineProperty(exports, "__esModule", { value: true });
2387 var BackwardOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M485.6 249.9L198.2 498c-8.3 7.1-8.3 20.8 0 27.9l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9zm320 0L518.2 498a18.6 18.6 0 00-6.2 14c0 5.2 2.1 10.4 6.2 14l287.4 248.2c10.7 9.2 26.4.9 26.4-14V263.8c0-14.8-15.7-23.2-26.4-13.9z" } }] }, "name": "backward", "theme": "outlined" };
2388 exports.default = BackwardOutlined;
2389 });
2390
2391 var BackwardOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BackwardOutlined_1);
2392
2393 var BackwardOutlined = function BackwardOutlined(props, ref) {
2394 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2395 ref: ref,
2396 icon: BackwardOutlinedSvg
2397 }));
2398 };
2399
2400 BackwardOutlined.displayName = 'BackwardOutlined';
2401 var BackwardOutlined$1 = /*#__PURE__*/React.forwardRef(BackwardOutlined);
2402
2403 var BankFilled_1 = createCommonjsModule(function (module, exports) {
2404 // This icon file is generated automatically.
2405 Object.defineProperty(exports, "__esModule", { value: true });
2406 var BankFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 00-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374z" } }] }, "name": "bank", "theme": "filled" };
2407 exports.default = BankFilled;
2408 });
2409
2410 var BankFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(BankFilled_1);
2411
2412 var BankFilled = function BankFilled(props, ref) {
2413 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2414 ref: ref,
2415 icon: BankFilledSvg
2416 }));
2417 };
2418
2419 BankFilled.displayName = 'BankFilled';
2420 var BankFilled$1 = /*#__PURE__*/React.forwardRef(BankFilled);
2421
2422 var BankOutlined_1 = createCommonjsModule(function (module, exports) {
2423 // This icon file is generated automatically.
2424 Object.defineProperty(exports, "__esModule", { value: true });
2425 var BankOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 00-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM512 196.7l271.1 197.2H240.9L512 196.7zM264 462h117v374H264V462zm189 0h117v374H453V462zm307 374H642V462h118v374z" } }] }, "name": "bank", "theme": "outlined" };
2426 exports.default = BankOutlined;
2427 });
2428
2429 var BankOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BankOutlined_1);
2430
2431 var BankOutlined = function BankOutlined(props, ref) {
2432 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2433 ref: ref,
2434 icon: BankOutlinedSvg
2435 }));
2436 };
2437
2438 BankOutlined.displayName = 'BankOutlined';
2439 var BankOutlined$1 = /*#__PURE__*/React.forwardRef(BankOutlined);
2440
2441 var BankTwoTone_1 = createCommonjsModule(function (module, exports) {
2442 // This icon file is generated automatically.
2443 Object.defineProperty(exports, "__esModule", { value: true });
2444 var BankTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M240.9 393.9h542.2L512 196.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M894 462c30.9 0 43.8-39.7 18.7-58L530.8 126.2a31.81 31.81 0 00-37.6 0L111.3 404c-25.1 18.2-12.2 58 18.8 58H192v374h-72c-4.4 0-8 3.6-8 8v52c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-52c0-4.4-3.6-8-8-8h-72V462h62zM381 836H264V462h117v374zm189 0H453V462h117v374zm190 0H642V462h118v374zM240.9 393.9L512 196.7l271.1 197.2H240.9z", "fill": primaryColor } }] }; }, "name": "bank", "theme": "twotone" };
2445 exports.default = BankTwoTone;
2446 });
2447
2448 var BankTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(BankTwoTone_1);
2449
2450 var BankTwoTone = function BankTwoTone(props, ref) {
2451 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2452 ref: ref,
2453 icon: BankTwoToneSvg
2454 }));
2455 };
2456
2457 BankTwoTone.displayName = 'BankTwoTone';
2458 var BankTwoTone$1 = /*#__PURE__*/React.forwardRef(BankTwoTone);
2459
2460 var BarChartOutlined_1 = createCommonjsModule(function (module, exports) {
2461 // This icon file is generated automatically.
2462 Object.defineProperty(exports, "__esModule", { value: true });
2463 var BarChartOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-600-80h56c4.4 0 8-3.6 8-8V560c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V384c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v320c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V462c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v242c0 4.4 3.6 8 8 8zm152 0h56c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v400c0 4.4 3.6 8 8 8z" } }] }, "name": "bar-chart", "theme": "outlined" };
2464 exports.default = BarChartOutlined;
2465 });
2466
2467 var BarChartOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BarChartOutlined_1);
2468
2469 var BarChartOutlined = function BarChartOutlined(props, ref) {
2470 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2471 ref: ref,
2472 icon: BarChartOutlinedSvg
2473 }));
2474 };
2475
2476 BarChartOutlined.displayName = 'BarChartOutlined';
2477 var BarChartOutlined$1 = /*#__PURE__*/React.forwardRef(BarChartOutlined);
2478
2479 var BarcodeOutlined_1 = createCommonjsModule(function (module, exports) {
2480 // This icon file is generated automatically.
2481 Object.defineProperty(exports, "__esModule", { value: true });
2482 var BarcodeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M120 160H72c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm833 0h-48c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zM200 736h112c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H200c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm321 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm126 0h178c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8H647c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-255 0h48c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8zm-79 64H201c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm257 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm256 0H648c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h178c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-385 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" } }] }, "name": "barcode", "theme": "outlined" };
2483 exports.default = BarcodeOutlined;
2484 });
2485
2486 var BarcodeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BarcodeOutlined_1);
2487
2488 var BarcodeOutlined = function BarcodeOutlined(props, ref) {
2489 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2490 ref: ref,
2491 icon: BarcodeOutlinedSvg
2492 }));
2493 };
2494
2495 BarcodeOutlined.displayName = 'BarcodeOutlined';
2496 var BarcodeOutlined$1 = /*#__PURE__*/React.forwardRef(BarcodeOutlined);
2497
2498 var BarsOutlined_1 = createCommonjsModule(function (module, exports) {
2499 // This icon file is generated automatically.
2500 Object.defineProperty(exports, "__esModule", { value: true });
2501 var BarsOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "bars", "theme": "outlined" };
2502 exports.default = BarsOutlined;
2503 });
2504
2505 var BarsOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BarsOutlined_1);
2506
2507 var BarsOutlined = function BarsOutlined(props, ref) {
2508 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2509 ref: ref,
2510 icon: BarsOutlinedSvg
2511 }));
2512 };
2513
2514 BarsOutlined.displayName = 'BarsOutlined';
2515 var BarsOutlined$1 = /*#__PURE__*/React.forwardRef(BarsOutlined);
2516
2517 var BehanceCircleFilled_1 = createCommonjsModule(function (module, exports) {
2518 // This icon file is generated automatically.
2519 Object.defineProperty(exports, "__esModule", { value: true });
2520 var BehanceCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M420.3 470.3c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 00-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1a50.5 50.5 0 0017.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm86.5 286.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 01-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 01-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 01-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0138.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 00-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7z" } }] }, "name": "behance-circle", "theme": "filled" };
2521 exports.default = BehanceCircleFilled;
2522 });
2523
2524 var BehanceCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(BehanceCircleFilled_1);
2525
2526 var BehanceCircleFilled = function BehanceCircleFilled(props, ref) {
2527 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2528 ref: ref,
2529 icon: BehanceCircleFilledSvg
2530 }));
2531 };
2532
2533 BehanceCircleFilled.displayName = 'BehanceCircleFilled';
2534 var BehanceCircleFilled$1 = /*#__PURE__*/React.forwardRef(BehanceCircleFilled);
2535
2536 var BehanceOutlined_1 = createCommonjsModule(function (module, exports) {
2537 // This icon file is generated automatically.
2538 Object.defineProperty(exports, "__esModule", { value: true });
2539 var BehanceOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M634 294.3h199.5v48.4H634zM434.1 485.8c44.1-21.1 67.2-53.2 67.2-102.8 0-98.1-73-121.9-157.3-121.9H112v492.4h238.5c89.4 0 173.3-43 173.3-143 0-61.8-29.2-107.5-89.7-124.7zM220.2 345.1h101.5c39.1 0 74.2 10.9 74.2 56.3 0 41.8-27.3 58.6-66 58.6H220.2V345.1zm115.5 324.8H220.1V534.3H338c47.6 0 77.7 19.9 77.7 70.3 0 49.6-35.9 65.3-80 65.3zm575.8-89.5c0-105.5-61.7-193.4-173.3-193.4-108.5 0-182.3 81.7-182.3 188.8 0 111 69.9 187.2 182.3 187.2 85.1 0 140.2-38.3 166.7-120h-86.3c-9.4 30.5-47.6 46.5-77.3 46.5-57.4 0-87.4-33.6-87.4-90.7h256.9c.3-5.9.7-12.1.7-18.4zM653.9 537c3.1-46.9 34.4-76.2 81.2-76.2 49.2 0 73.8 28.9 78.1 76.2H653.9z" } }] }, "name": "behance", "theme": "outlined" };
2540 exports.default = BehanceOutlined;
2541 });
2542
2543 var BehanceOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BehanceOutlined_1);
2544
2545 var BehanceOutlined = function BehanceOutlined(props, ref) {
2546 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2547 ref: ref,
2548 icon: BehanceOutlinedSvg
2549 }));
2550 };
2551
2552 BehanceOutlined.displayName = 'BehanceOutlined';
2553 var BehanceOutlined$1 = /*#__PURE__*/React.forwardRef(BehanceOutlined);
2554
2555 var BehanceSquareFilled_1 = createCommonjsModule(function (module, exports) {
2556 // This icon file is generated automatically.
2557 Object.defineProperty(exports, "__esModule", { value: true });
2558 var BehanceSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 01-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 01-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 01-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0138.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 00-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 00-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z" } }] }, "name": "behance-square", "theme": "filled" };
2559 exports.default = BehanceSquareFilled;
2560 });
2561
2562 var BehanceSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(BehanceSquareFilled_1);
2563
2564 var BehanceSquareFilled = function BehanceSquareFilled(props, ref) {
2565 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2566 ref: ref,
2567 icon: BehanceSquareFilledSvg
2568 }));
2569 };
2570
2571 BehanceSquareFilled.displayName = 'BehanceSquareFilled';
2572 var BehanceSquareFilled$1 = /*#__PURE__*/React.forwardRef(BehanceSquareFilled);
2573
2574 var BehanceSquareOutlined_1 = createCommonjsModule(function (module, exports) {
2575 // This icon file is generated automatically.
2576 Object.defineProperty(exports, "__esModule", { value: true });
2577 var BehanceSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM598.5 350.9h138.4v33.7H598.5v-33.7zM512 628.8a89.52 89.52 0 01-27 31c-11.8 8.2-24.9 14.2-38.8 17.7a167.4 167.4 0 01-44.6 5.7H236V342.1h161c16.3 0 31.1 1.5 44.6 4.3 13.4 2.8 24.8 7.6 34.4 14.1 9.5 6.5 17 15.2 22.3 26 5.2 10.7 7.9 24.1 7.9 40 0 17.2-3.9 31.4-11.7 42.9-7.9 11.5-19.3 20.8-34.8 28.1 21.1 6 36.6 16.7 46.8 31.7 10.4 15.2 15.5 33.4 15.5 54.8 0 17.4-3.3 32.3-10 44.8zM790.8 576H612.4c0 19.4 6.7 38 16.8 48 10.2 9.9 24.8 14.9 43.9 14.9 13.8 0 25.5-3.5 35.5-10.4 9.9-6.9 15.9-14.2 18.1-21.8h59.8c-9.6 29.7-24.2 50.9-44 63.7-19.6 12.8-43.6 19.2-71.5 19.2-19.5 0-37-3.2-52.7-9.3-15.1-5.9-28.7-14.9-39.9-26.5a121.2 121.2 0 01-25.1-41.2c-6.1-16.9-9.1-34.7-8.9-52.6 0-18.5 3.1-35.7 9.1-51.7 11.5-31.1 35.4-56 65.9-68.9 16.3-6.8 33.8-10.2 51.5-10 21 0 39.2 4 55 12.2a111.6 111.6 0 0138.6 32.8c10.1 13.7 17.2 29.3 21.7 46.9 4.3 17.3 5.8 35.5 4.6 54.7zm-122-95.6c-10.8 0-19.9 1.9-26.9 5.6-7 3.7-12.8 8.3-17.2 13.6a48.4 48.4 0 00-9.1 17.4c-1.6 5.3-2.7 10.7-3.1 16.2H723c-1.6-17.3-7.6-30.1-15.6-39.1-8.4-8.9-21.9-13.7-38.6-13.7zm-248.5-10.1c8.7-6.3 12.9-16.7 12.9-31 .3-6.8-1.1-13.5-4.1-19.6-2.7-4.9-6.7-9-11.6-11.9a44.8 44.8 0 00-16.6-6c-6.4-1.2-12.9-1.8-19.3-1.7h-70.3v79.7h76.1c13.1.1 24.2-3.1 32.9-9.5zm11.8 72c-9.8-7.5-22.9-11.2-39.2-11.2h-81.8v94h80.2c7.5 0 14.4-.7 21.1-2.1s12.7-3.8 17.8-7.2c5.1-3.3 9.2-7.8 12.3-13.6 3-5.8 4.5-13.2 4.5-22.1 0-17.7-5-30.2-14.9-37.8z" } }] }, "name": "behance-square", "theme": "outlined" };
2578 exports.default = BehanceSquareOutlined;
2579 });
2580
2581 var BehanceSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BehanceSquareOutlined_1);
2582
2583 var BehanceSquareOutlined = function BehanceSquareOutlined(props, ref) {
2584 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2585 ref: ref,
2586 icon: BehanceSquareOutlinedSvg
2587 }));
2588 };
2589
2590 BehanceSquareOutlined.displayName = 'BehanceSquareOutlined';
2591 var BehanceSquareOutlined$1 = /*#__PURE__*/React.forwardRef(BehanceSquareOutlined);
2592
2593 var BellFilled_1 = createCommonjsModule(function (module, exports) {
2594 // This icon file is generated automatically.
2595 Object.defineProperty(exports, "__esModule", { value: true });
2596 var BellFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M816 768h-24V428c0-141.1-104.3-257.8-240-277.2V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.8C336.3 170.2 232 286.9 232 428v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48z" } }] }, "name": "bell", "theme": "filled" };
2597 exports.default = BellFilled;
2598 });
2599
2600 var BellFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(BellFilled_1);
2601
2602 var BellFilled = function BellFilled(props, ref) {
2603 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2604 ref: ref,
2605 icon: BellFilledSvg
2606 }));
2607 };
2608
2609 BellFilled.displayName = 'BellFilled';
2610 var BellFilled$1 = /*#__PURE__*/React.forwardRef(BellFilled);
2611
2612 var BellOutlined_1 = createCommonjsModule(function (module, exports) {
2613 // This icon file is generated automatically.
2614 Object.defineProperty(exports, "__esModule", { value: true });
2615 var BellOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zM304 768V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340H304z" } }] }, "name": "bell", "theme": "outlined" };
2616 exports.default = BellOutlined;
2617 });
2618
2619 var BellOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BellOutlined_1);
2620
2621 var BellOutlined = function BellOutlined(props, ref) {
2622 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2623 ref: ref,
2624 icon: BellOutlinedSvg
2625 }));
2626 };
2627
2628 BellOutlined.displayName = 'BellOutlined';
2629 var BellOutlined$1 = /*#__PURE__*/React.forwardRef(BellOutlined);
2630
2631 var BellTwoTone_1 = createCommonjsModule(function (module, exports) {
2632 // This icon file is generated automatically.
2633 Object.defineProperty(exports, "__esModule", { value: true });
2634 var BellTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 220c-55.6 0-107.8 21.6-147.1 60.9S304 372.4 304 428v340h416V428c0-55.6-21.6-107.8-60.9-147.1S567.6 220 512 220zm280 208c0-141.1-104.3-257.8-240-277.2v.1c135.7 19.4 240 136 240 277.1zM472 150.9v-.1C336.3 170.2 232 286.9 232 428c0-141.1 104.3-257.7 240-277.1z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zm208-120H304V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340z", "fill": primaryColor } }] }; }, "name": "bell", "theme": "twotone" };
2635 exports.default = BellTwoTone;
2636 });
2637
2638 var BellTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(BellTwoTone_1);
2639
2640 var BellTwoTone = function BellTwoTone(props, ref) {
2641 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2642 ref: ref,
2643 icon: BellTwoToneSvg
2644 }));
2645 };
2646
2647 BellTwoTone.displayName = 'BellTwoTone';
2648 var BellTwoTone$1 = /*#__PURE__*/React.forwardRef(BellTwoTone);
2649
2650 var BgColorsOutlined_1 = createCommonjsModule(function (module, exports) {
2651 // This icon file is generated automatically.
2652 Object.defineProperty(exports, "__esModule", { value: true });
2653 var BgColorsOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5 0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5zm-377.1-44.1c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11 9.11 0 00-12.8 0l-48 48a9.11 9.11 0 000 12.8l67.2 67.2-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6l255.9 256zm12.9-448.6l178.9 178.9H223.4l178.8-178.9zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8z" } }] }, "name": "bg-colors", "theme": "outlined" };
2654 exports.default = BgColorsOutlined;
2655 });
2656
2657 var BgColorsOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BgColorsOutlined_1);
2658
2659 var BgColorsOutlined = function BgColorsOutlined(props, ref) {
2660 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2661 ref: ref,
2662 icon: BgColorsOutlinedSvg
2663 }));
2664 };
2665
2666 BgColorsOutlined.displayName = 'BgColorsOutlined';
2667 var BgColorsOutlined$1 = /*#__PURE__*/React.forwardRef(BgColorsOutlined);
2668
2669 var BlockOutlined_1 = createCommonjsModule(function (module, exports) {
2670 // This icon file is generated automatically.
2671 Object.defineProperty(exports, "__esModule", { value: true });
2672 var BlockOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M856 376H648V168c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v464c0 8.8 7.2 16 16 16h208v208c0 8.8 7.2 16 16 16h464c8.8 0 16-7.2 16-16V392c0-8.8-7.2-16-16-16zm-480 16v188H220V220h360v156H392c-8.8 0-16 7.2-16 16zm204 52v136H444V444h136zm224 360H444V648h188c8.8 0 16-7.2 16-16V444h156v360z" } }] }, "name": "block", "theme": "outlined" };
2673 exports.default = BlockOutlined;
2674 });
2675
2676 var BlockOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BlockOutlined_1);
2677
2678 var BlockOutlined = function BlockOutlined(props, ref) {
2679 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2680 ref: ref,
2681 icon: BlockOutlinedSvg
2682 }));
2683 };
2684
2685 BlockOutlined.displayName = 'BlockOutlined';
2686 var BlockOutlined$1 = /*#__PURE__*/React.forwardRef(BlockOutlined);
2687
2688 var BoldOutlined_1 = createCommonjsModule(function (module, exports) {
2689 // This icon file is generated automatically.
2690 Object.defineProperty(exports, "__esModule", { value: true });
2691 var BoldOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M697.8 481.4c33.6-35 54.2-82.3 54.2-134.3v-10.2C752 229.3 663.9 142 555.3 142H259.4c-15.1 0-27.4 12.3-27.4 27.4v679.1c0 16.3 13.2 29.5 29.5 29.5h318.7c117 0 211.8-94.2 211.8-210.5v-11c0-73-37.4-137.3-94.2-175.1zM328 238h224.7c57.1 0 103.3 44.4 103.3 99.3v9.5c0 54.8-46.3 99.3-103.3 99.3H328V238zm366.6 429.4c0 62.9-51.7 113.9-115.5 113.9H328V542.7h251.1c63.8 0 115.5 51 115.5 113.9v10.8z" } }] }, "name": "bold", "theme": "outlined" };
2692 exports.default = BoldOutlined;
2693 });
2694
2695 var BoldOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BoldOutlined_1);
2696
2697 var BoldOutlined = function BoldOutlined(props, ref) {
2698 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2699 ref: ref,
2700 icon: BoldOutlinedSvg
2701 }));
2702 };
2703
2704 BoldOutlined.displayName = 'BoldOutlined';
2705 var BoldOutlined$1 = /*#__PURE__*/React.forwardRef(BoldOutlined);
2706
2707 var BookFilled_1 = createCommonjsModule(function (module, exports) {
2708 // This icon file is generated automatically.
2709 Object.defineProperty(exports, "__esModule", { value: true });
2710 var BookFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM668 345.9L621.5 312 572 347.4V124h96v221.9z" } }] }, "name": "book", "theme": "filled" };
2711 exports.default = BookFilled;
2712 });
2713
2714 var BookFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(BookFilled_1);
2715
2716 var BookFilled = function BookFilled(props, ref) {
2717 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2718 ref: ref,
2719 icon: BookFilledSvg
2720 }));
2721 };
2722
2723 BookFilled.displayName = 'BookFilled';
2724 var BookFilled$1 = /*#__PURE__*/React.forwardRef(BookFilled);
2725
2726 var BookOutlined_1 = createCommonjsModule(function (module, exports) {
2727 // This icon file is generated automatically.
2728 Object.defineProperty(exports, "__esModule", { value: true });
2729 var BookOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zm220 752H232V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0022.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752z" } }] }, "name": "book", "theme": "outlined" };
2730 exports.default = BookOutlined;
2731 });
2732
2733 var BookOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BookOutlined_1);
2734
2735 var BookOutlined = function BookOutlined(props, ref) {
2736 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2737 ref: ref,
2738 icon: BookOutlinedSvg
2739 }));
2740 };
2741
2742 BookOutlined.displayName = 'BookOutlined';
2743 var BookOutlined$1 = /*#__PURE__*/React.forwardRef(BookOutlined);
2744
2745 var BookTwoTone_1 = createCommonjsModule(function (module, exports) {
2746 // This icon file is generated automatically.
2747 Object.defineProperty(exports, "__esModule", { value: true });
2748 var BookTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-260 72h96v209.9L621.5 312 572 347.4V136zM232 888V136h280v296.9c0 3.3 1 6.6 3 9.3a15.9 15.9 0 0022.3 3.7l83.8-59.9 81.4 59.4c2.7 2 6 3.1 9.4 3.1 8.8 0 16-7.2 16-16V136h64v752H232z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M668 345.9V136h-96v211.4l49.5-35.4z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M727.9 136v296.5c0 8.8-7.2 16-16 16-3.4 0-6.7-1.1-9.4-3.1L621.1 386l-83.8 59.9a15.9 15.9 0 01-22.3-3.7c-2-2.7-3-6-3-9.3V136H232v752h559.9V136h-64z", "fill": secondaryColor } }] }; }, "name": "book", "theme": "twotone" };
2749 exports.default = BookTwoTone;
2750 });
2751
2752 var BookTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(BookTwoTone_1);
2753
2754 var BookTwoTone = function BookTwoTone(props, ref) {
2755 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2756 ref: ref,
2757 icon: BookTwoToneSvg
2758 }));
2759 };
2760
2761 BookTwoTone.displayName = 'BookTwoTone';
2762 var BookTwoTone$1 = /*#__PURE__*/React.forwardRef(BookTwoTone);
2763
2764 var BorderBottomOutlined_1 = createCommonjsModule(function (module, exports) {
2765 // This icon file is generated automatically.
2766 Object.defineProperty(exports, "__esModule", { value: true });
2767 var BorderBottomOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 808H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-720-94h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-498h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm166 166h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 332h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm222-72h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388 426h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm388-404h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-388 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z" } }] }, "name": "border-bottom", "theme": "outlined" };
2768 exports.default = BorderBottomOutlined;
2769 });
2770
2771 var BorderBottomOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BorderBottomOutlined_1);
2772
2773 var BorderBottomOutlined = function BorderBottomOutlined(props, ref) {
2774 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2775 ref: ref,
2776 icon: BorderBottomOutlinedSvg
2777 }));
2778 };
2779
2780 BorderBottomOutlined.displayName = 'BorderBottomOutlined';
2781 var BorderBottomOutlined$1 = /*#__PURE__*/React.forwardRef(BorderBottomOutlined);
2782
2783 var BorderHorizontalOutlined_1 = createCommonjsModule(function (module, exports) {
2784 // This icon file is generated automatically.
2785 Object.defineProperty(exports, "__esModule", { value: true });
2786 var BorderHorizontalOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M540 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-664 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm664 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "border-horizontal", "theme": "outlined" };
2787 exports.default = BorderHorizontalOutlined;
2788 });
2789
2790 var BorderHorizontalOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BorderHorizontalOutlined_1);
2791
2792 var BorderHorizontalOutlined = function BorderHorizontalOutlined(props, ref) {
2793 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2794 ref: ref,
2795 icon: BorderHorizontalOutlinedSvg
2796 }));
2797 };
2798
2799 BorderHorizontalOutlined.displayName = 'BorderHorizontalOutlined';
2800 var BorderHorizontalOutlined$1 = /*#__PURE__*/React.forwardRef(BorderHorizontalOutlined);
2801
2802 var BorderInnerOutlined_1 = createCommonjsModule(function (module, exports) {
2803 // This icon file is generated automatically.
2804 Object.defineProperty(exports, "__esModule", { value: true });
2805 var BorderInnerOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 476H548V144h-72v332H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h324v332h72V548h324c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-426h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 260h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "border-inner", "theme": "outlined" };
2806 exports.default = BorderInnerOutlined;
2807 });
2808
2809 var BorderInnerOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BorderInnerOutlined_1);
2810
2811 var BorderInnerOutlined = function BorderInnerOutlined(props, ref) {
2812 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2813 ref: ref,
2814 icon: BorderInnerOutlinedSvg
2815 }));
2816 };
2817
2818 BorderInnerOutlined.displayName = 'BorderInnerOutlined';
2819 var BorderInnerOutlined$1 = /*#__PURE__*/React.forwardRef(BorderInnerOutlined);
2820
2821 var BorderLeftOutlined_1 = createCommonjsModule(function (module, exports) {
2822 // This icon file is generated automatically.
2823 Object.defineProperty(exports, "__esModule", { value: true });
2824 var BorderLeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M208 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM540 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "border-left", "theme": "outlined" };
2825 exports.default = BorderLeftOutlined;
2826 });
2827
2828 var BorderLeftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BorderLeftOutlined_1);
2829
2830 var BorderLeftOutlined = function BorderLeftOutlined(props, ref) {
2831 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2832 ref: ref,
2833 icon: BorderLeftOutlinedSvg
2834 }));
2835 };
2836
2837 BorderLeftOutlined.displayName = 'BorderLeftOutlined';
2838 var BorderLeftOutlined$1 = /*#__PURE__*/React.forwardRef(BorderLeftOutlined);
2839
2840 var BorderOuterOutlined_1 = createCommonjsModule(function (module, exports) {
2841 // This icon file is generated automatically.
2842 Object.defineProperty(exports, "__esModule", { value: true });
2843 var BorderOuterOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM484 366h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM302 548h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm364 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-182 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 182h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z" } }] }, "name": "border-outer", "theme": "outlined" };
2844 exports.default = BorderOuterOutlined;
2845 });
2846
2847 var BorderOuterOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BorderOuterOutlined_1);
2848
2849 var BorderOuterOutlined = function BorderOuterOutlined(props, ref) {
2850 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2851 ref: ref,
2852 icon: BorderOuterOutlinedSvg
2853 }));
2854 };
2855
2856 BorderOuterOutlined.displayName = 'BorderOuterOutlined';
2857 var BorderOuterOutlined$1 = /*#__PURE__*/React.forwardRef(BorderOuterOutlined);
2858
2859 var BorderOutlined_1 = createCommonjsModule(function (module, exports) {
2860 // This icon file is generated automatically.
2861 Object.defineProperty(exports, "__esModule", { value: true });
2862 var BorderOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "border", "theme": "outlined" };
2863 exports.default = BorderOutlined;
2864 });
2865
2866 var BorderOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BorderOutlined_1);
2867
2868 var BorderOutlined = function BorderOutlined(props, ref) {
2869 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2870 ref: ref,
2871 icon: BorderOutlinedSvg
2872 }));
2873 };
2874
2875 BorderOutlined.displayName = 'BorderOutlined';
2876 var BorderOutlined$1 = /*#__PURE__*/React.forwardRef(BorderOutlined);
2877
2878 var BorderRightOutlined_1 = createCommonjsModule(function (module, exports) {
2879 // This icon file is generated automatically.
2880 Object.defineProperty(exports, "__esModule", { value: true });
2881 var BorderRightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 144h-56c-4.4 0-8 3.6-8 8v720c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V152c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-498 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm498 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM374 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "border-right", "theme": "outlined" };
2882 exports.default = BorderRightOutlined;
2883 });
2884
2885 var BorderRightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BorderRightOutlined_1);
2886
2887 var BorderRightOutlined = function BorderRightOutlined(props, ref) {
2888 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2889 ref: ref,
2890 icon: BorderRightOutlinedSvg
2891 }));
2892 };
2893
2894 BorderRightOutlined.displayName = 'BorderRightOutlined';
2895 var BorderRightOutlined$1 = /*#__PURE__*/React.forwardRef(BorderRightOutlined);
2896
2897 var BorderTopOutlined_1 = createCommonjsModule(function (module, exports) {
2898 // This icon file is generated automatically.
2899 Object.defineProperty(exports, "__esModule", { value: true });
2900 var BorderTopOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 144H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM208 310h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm166 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332-498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 332h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "border-top", "theme": "outlined" };
2901 exports.default = BorderTopOutlined;
2902 });
2903
2904 var BorderTopOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BorderTopOutlined_1);
2905
2906 var BorderTopOutlined = function BorderTopOutlined(props, ref) {
2907 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2908 ref: ref,
2909 icon: BorderTopOutlinedSvg
2910 }));
2911 };
2912
2913 BorderTopOutlined.displayName = 'BorderTopOutlined';
2914 var BorderTopOutlined$1 = /*#__PURE__*/React.forwardRef(BorderTopOutlined);
2915
2916 var BorderVerticleOutlined_1 = createCommonjsModule(function (module, exports) {
2917 // This icon file is generated automatically.
2918 Object.defineProperty(exports, "__esModule", { value: true });
2919 var BorderVerticleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 476H152c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-166h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-664h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 498h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM650 216h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm56 592h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-56-592h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-166 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 808h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM152 382h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm332 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM208 642h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm332 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "border-verticle", "theme": "outlined" };
2920 exports.default = BorderVerticleOutlined;
2921 });
2922
2923 var BorderVerticleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BorderVerticleOutlined_1);
2924
2925 var BorderVerticleOutlined = function BorderVerticleOutlined(props, ref) {
2926 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2927 ref: ref,
2928 icon: BorderVerticleOutlinedSvg
2929 }));
2930 };
2931
2932 BorderVerticleOutlined.displayName = 'BorderVerticleOutlined';
2933 var BorderVerticleOutlined$1 = /*#__PURE__*/React.forwardRef(BorderVerticleOutlined);
2934
2935 var BorderlessTableOutlined_1 = createCommonjsModule(function (module, exports) {
2936 // This icon file is generated automatically.
2937 Object.defineProperty(exports, "__esModule", { value: true });
2938 var BorderlessTableOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M117 368h231v64H117zm559 0h241v64H676zm-264 0h200v64H412zm0 224h200v64H412zm264 0h241v64H676zm-559 0h231v64H117zm295-160V179h-64v666h64V592zm264-64V179h-64v666h64V432z" } }] }, "name": "borderless-table", "theme": "outlined" };
2939 exports.default = BorderlessTableOutlined;
2940 });
2941
2942 var BorderlessTableOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BorderlessTableOutlined_1);
2943
2944 var BorderlessTableOutlined = function BorderlessTableOutlined(props, ref) {
2945 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2946 ref: ref,
2947 icon: BorderlessTableOutlinedSvg
2948 }));
2949 };
2950
2951 BorderlessTableOutlined.displayName = 'BorderlessTableOutlined';
2952 var BorderlessTableOutlined$1 = /*#__PURE__*/React.forwardRef(BorderlessTableOutlined);
2953
2954 var BoxPlotFilled_1 = createCommonjsModule(function (module, exports) {
2955 // This icon file is generated automatically.
2956 Object.defineProperty(exports, "__esModule", { value: true });
2957 var BoxPlotFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H448v432h344c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-728 80v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h152V296H232c-4.4 0-8 3.6-8 8z" } }] }, "name": "box-plot", "theme": "filled" };
2958 exports.default = BoxPlotFilled;
2959 });
2960
2961 var BoxPlotFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(BoxPlotFilled_1);
2962
2963 var BoxPlotFilled = function BoxPlotFilled(props, ref) {
2964 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2965 ref: ref,
2966 icon: BoxPlotFilledSvg
2967 }));
2968 };
2969
2970 BoxPlotFilled.displayName = 'BoxPlotFilled';
2971 var BoxPlotFilled$1 = /*#__PURE__*/React.forwardRef(BoxPlotFilled);
2972
2973 var BoxPlotOutlined_1 = createCommonjsModule(function (module, exports) {
2974 // This icon file is generated automatically.
2975 Object.defineProperty(exports, "__esModule", { value: true });
2976 var BoxPlotOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM296 368h88v288h-88V368zm432 288H448V368h280v288z" } }] }, "name": "box-plot", "theme": "outlined" };
2977 exports.default = BoxPlotOutlined;
2978 });
2979
2980 var BoxPlotOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BoxPlotOutlined_1);
2981
2982 var BoxPlotOutlined = function BoxPlotOutlined(props, ref) {
2983 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
2984 ref: ref,
2985 icon: BoxPlotOutlinedSvg
2986 }));
2987 };
2988
2989 BoxPlotOutlined.displayName = 'BoxPlotOutlined';
2990 var BoxPlotOutlined$1 = /*#__PURE__*/React.forwardRef(BoxPlotOutlined);
2991
2992 var BoxPlotTwoTone_1 = createCommonjsModule(function (module, exports) {
2993 // This icon file is generated automatically.
2994 Object.defineProperty(exports, "__esModule", { value: true });
2995 var BoxPlotTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M296 368h88v288h-88zm152 0h280v288H448z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M952 224h-52c-4.4 0-8 3.6-8 8v248h-92V304c0-4.4-3.6-8-8-8H232c-4.4 0-8 3.6-8 8v176h-92V232c0-4.4-3.6-8-8-8H72c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V548h92v172c0 4.4 3.6 8 8 8h560c4.4 0 8-3.6 8-8V548h92v244c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zM384 656h-88V368h88v288zm344 0H448V368h280v288z", "fill": primaryColor } }] }; }, "name": "box-plot", "theme": "twotone" };
2996 exports.default = BoxPlotTwoTone;
2997 });
2998
2999 var BoxPlotTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(BoxPlotTwoTone_1);
3000
3001 var BoxPlotTwoTone = function BoxPlotTwoTone(props, ref) {
3002 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3003 ref: ref,
3004 icon: BoxPlotTwoToneSvg
3005 }));
3006 };
3007
3008 BoxPlotTwoTone.displayName = 'BoxPlotTwoTone';
3009 var BoxPlotTwoTone$1 = /*#__PURE__*/React.forwardRef(BoxPlotTwoTone);
3010
3011 var BranchesOutlined_1 = createCommonjsModule(function (module, exports) {
3012 // This icon file is generated automatically.
3013 Object.defineProperty(exports, "__esModule", { value: true });
3014 var BranchesOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M740 161c-61.8 0-112 50.2-112 112 0 50.1 33.1 92.6 78.5 106.9v95.9L320 602.4V318.1c44.2-15 76-56.9 76-106.1 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-27.8l423.5-138.7a50.52 50.52 0 0034.9-48.2V378.2c42.9-15.8 73.6-57 73.6-105.2 0-61.8-50.2-112-112-112zm-504 51a48.01 48.01 0 0196 0 48.01 48.01 0 01-96 0zm96 600a48.01 48.01 0 01-96 0 48.01 48.01 0 0196 0zm408-491a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "branches", "theme": "outlined" };
3015 exports.default = BranchesOutlined;
3016 });
3017
3018 var BranchesOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BranchesOutlined_1);
3019
3020 var BranchesOutlined = function BranchesOutlined(props, ref) {
3021 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3022 ref: ref,
3023 icon: BranchesOutlinedSvg
3024 }));
3025 };
3026
3027 BranchesOutlined.displayName = 'BranchesOutlined';
3028 var BranchesOutlined$1 = /*#__PURE__*/React.forwardRef(BranchesOutlined);
3029
3030 var BugFilled_1 = createCommonjsModule(function (module, exports) {
3031 // This icon file is generated automatically.
3032 Object.defineProperty(exports, "__esModule", { value: true });
3033 var BugFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M304 280h416c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1a184.31 184.31 0 00-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9a184.31 184.31 0 00-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8a63 63 0 01-63 63H232a63 63 0 01-63-63c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7a273 273 0 0022.7 49c24.3 41.5 59 76.2 100.5 100.5 28.9 16.9 61 28.8 95.3 34.5 4.4 0 8-3.6 8-8V484c0-4.4 3.6-8 8-8h60c4.4 0 8 3.6 8 8v464.2c0 4.4 3.6 8 8 8 34.3-5.7 66.4-17.6 95.3-34.5a281.38 281.38 0 00123.2-149.5A120.4 120.4 0 01836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "bug", "theme": "filled" };
3034 exports.default = BugFilled;
3035 });
3036
3037 var BugFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(BugFilled_1);
3038
3039 var BugFilled = function BugFilled(props, ref) {
3040 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3041 ref: ref,
3042 icon: BugFilledSvg
3043 }));
3044 };
3045
3046 BugFilled.displayName = 'BugFilled';
3047 var BugFilled$1 = /*#__PURE__*/React.forwardRef(BugFilled);
3048
3049 var BugOutlined_1 = createCommonjsModule(function (module, exports) {
3050 // This icon file is generated automatically.
3051 Object.defineProperty(exports, "__esModule", { value: true });
3052 var BugOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M304 280h56c4.4 0 8-3.6 8-8 0-28.3 5.9-53.2 17.1-73.5 10.6-19.4 26-34.8 45.4-45.4C450.9 142 475.7 136 504 136h16c28.3 0 53.2 5.9 73.5 17.1 19.4 10.6 34.8 26 45.4 45.4C650 218.9 656 243.7 656 272c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-40-8.8-76.7-25.9-108.1a184.31 184.31 0 00-74-74C596.7 72.8 560 64 520 64h-16c-40 0-76.7 8.8-108.1 25.9a184.31 184.31 0 00-74 74C304.8 195.3 296 232 296 272c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M940 512H792V412c76.8 0 139-62.2 139-139 0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8a63 63 0 01-63 63H232a63 63 0 01-63-63c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 76.8 62.2 139 139 139v100H84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h148v96c0 6.5.2 13 .7 19.3C164.1 728.6 116 796.7 116 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-44.2 23.9-82.9 59.6-103.7a273 273 0 0022.7 49c24.3 41.5 59 76.2 100.5 100.5S460.5 960 512 960s99.8-13.9 141.3-38.2a281.38 281.38 0 00123.2-149.5A120 120 0 01836 876c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8 0-79.3-48.1-147.4-116.7-176.7.4-6.4.7-12.8.7-19.3v-96h148c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM716 680c0 36.8-9.7 72-27.8 102.9-17.7 30.3-43 55.6-73.3 73.3C584 874.3 548.8 884 512 884s-72-9.7-102.9-27.8c-30.3-17.7-55.6-43-73.3-73.3A202.75 202.75 0 01308 680V412h408v268z" } }] }, "name": "bug", "theme": "outlined" };
3053 exports.default = BugOutlined;
3054 });
3055
3056 var BugOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BugOutlined_1);
3057
3058 var BugOutlined = function BugOutlined(props, ref) {
3059 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3060 ref: ref,
3061 icon: BugOutlinedSvg
3062 }));
3063 };
3064
3065 BugOutlined.displayName = 'BugOutlined';
3066 var BugOutlined$1 = /*#__PURE__*/React.forwardRef(BugOutlined);
3067
3068 var BugTwoTone_1 = createCommonjsModule(function (module, exports) {
3069 // This icon file is generated automatically.
3070 Object.defineProperty(exports, "__esModule", { value: true });
3071 var BugTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M308 412v268c0 36.78 9.68 71.96 27.8 102.9a205.39 205.39 0 0073.3 73.3A202.68 202.68 0 00512 884c36.78 0 71.96-9.68 102.9-27.8a205.39 205.39 0 0073.3-73.3A202.68 202.68 0 00716 680V412H308zm484 172v96c0 6.5-.22 12.95-.66 19.35C859.94 728.64 908 796.7 908 876a8 8 0 01-8 8h-56a8 8 0 01-8-8c0-44.24-23.94-82.89-59.57-103.7a278.63 278.63 0 01-22.66 49.02 281.39 281.39 0 01-100.45 100.45C611.84 946.07 563.55 960 512 960s-99.84-13.93-141.32-38.23a281.39 281.39 0 01-100.45-100.45 278.63 278.63 0 01-22.66-49.02A119.95 119.95 0 00188 876a8 8 0 01-8 8h-56a8 8 0 01-8-8c0-79.3 48.07-147.36 116.66-176.65A284.12 284.12 0 01232 680v-96H84a8 8 0 01-8-8v-56a8 8 0 018-8h148V412c-76.77 0-139-62.23-139-139a8 8 0 018-8h60a8 8 0 018 8 63 63 0 0063 63h560a63 63 0 0063-63 8 8 0 018-8h60a8 8 0 018 8c0 76.77-62.23 139-139 139v100h148a8 8 0 018 8v56a8 8 0 01-8 8H792zM368 272a8 8 0 01-8 8h-56a8 8 0 01-8-8c0-40.04 8.78-76.75 25.9-108.07a184.57 184.57 0 0174.03-74.03C427.25 72.78 463.96 64 504 64h16c40.04 0 76.75 8.78 108.07 25.9a184.57 184.57 0 0174.03 74.03C719.22 195.25 728 231.96 728 272a8 8 0 01-8 8h-56a8 8 0 01-8-8c0-28.33-5.94-53.15-17.08-73.53a112.56 112.56 0 00-45.39-45.4C573.15 141.95 548.33 136 520 136h-16c-28.33 0-53.15 5.94-73.53 17.08a112.56 112.56 0 00-45.4 45.39C373.95 218.85 368 243.67 368 272z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M308 412v268c0 36.78 9.68 71.96 27.8 102.9a205.39 205.39 0 0073.3 73.3A202.68 202.68 0 00512 884c36.78 0 71.96-9.68 102.9-27.8a205.39 205.39 0 0073.3-73.3A202.68 202.68 0 00716 680V412H308z", "fill": secondaryColor } }] }; }, "name": "bug", "theme": "twotone" };
3072 exports.default = BugTwoTone;
3073 });
3074
3075 var BugTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(BugTwoTone_1);
3076
3077 var BugTwoTone = function BugTwoTone(props, ref) {
3078 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3079 ref: ref,
3080 icon: BugTwoToneSvg
3081 }));
3082 };
3083
3084 BugTwoTone.displayName = 'BugTwoTone';
3085 var BugTwoTone$1 = /*#__PURE__*/React.forwardRef(BugTwoTone);
3086
3087 var BuildFilled_1 = createCommonjsModule(function (module, exports) {
3088 // This icon file is generated automatically.
3089 Object.defineProperty(exports, "__esModule", { value: true });
3090 var BuildFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM612 746H412V546h200v200zm268-268H680V278h200v200z" } }] }, "name": "build", "theme": "filled" };
3091 exports.default = BuildFilled;
3092 });
3093
3094 var BuildFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(BuildFilled_1);
3095
3096 var BuildFilled = function BuildFilled(props, ref) {
3097 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3098 ref: ref,
3099 icon: BuildFilledSvg
3100 }));
3101 };
3102
3103 BuildFilled.displayName = 'BuildFilled';
3104 var BuildFilled$1 = /*#__PURE__*/React.forwardRef(BuildFilled);
3105
3106 var BuildOutlined_1 = createCommonjsModule(function (module, exports) {
3107 // This icon file is generated automatically.
3108 Object.defineProperty(exports, "__esModule", { value: true });
3109 var BuildOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zm-504 68h200v200H412V278zm-68 468H144V546h200v200zm268 0H412V546h200v200zm268-268H680V278h200v200z" } }] }, "name": "build", "theme": "outlined" };
3110 exports.default = BuildOutlined;
3111 });
3112
3113 var BuildOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BuildOutlined_1);
3114
3115 var BuildOutlined = function BuildOutlined(props, ref) {
3116 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3117 ref: ref,
3118 icon: BuildOutlinedSvg
3119 }));
3120 };
3121
3122 BuildOutlined.displayName = 'BuildOutlined';
3123 var BuildOutlined$1 = /*#__PURE__*/React.forwardRef(BuildOutlined);
3124
3125 var BuildTwoTone_1 = createCommonjsModule(function (module, exports) {
3126 // This icon file is generated automatically.
3127 Object.defineProperty(exports, "__esModule", { value: true });
3128 var BuildTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M144 546h200v200H144zm268-268h200v200H412z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M916 210H376c-17.7 0-32 14.3-32 32v236H108c-17.7 0-32 14.3-32 32v272c0 17.7 14.3 32 32 32h540c17.7 0 32-14.3 32-32V546h236c17.7 0 32-14.3 32-32V242c0-17.7-14.3-32-32-32zM344 746H144V546h200v200zm268 0H412V546h200v200zm0-268H412V278h200v200zm268 0H680V278h200v200z", "fill": primaryColor } }] }; }, "name": "build", "theme": "twotone" };
3129 exports.default = BuildTwoTone;
3130 });
3131
3132 var BuildTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(BuildTwoTone_1);
3133
3134 var BuildTwoTone = function BuildTwoTone(props, ref) {
3135 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3136 ref: ref,
3137 icon: BuildTwoToneSvg
3138 }));
3139 };
3140
3141 BuildTwoTone.displayName = 'BuildTwoTone';
3142 var BuildTwoTone$1 = /*#__PURE__*/React.forwardRef(BuildTwoTone);
3143
3144 var BulbFilled_1 = createCommonjsModule(function (module, exports) {
3145 // This icon file is generated automatically.
3146 Object.defineProperty(exports, "__esModule", { value: true });
3147 var BulbFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M348 676.1C250 619.4 184 513.4 184 392c0-181.1 146.9-328 328-328s328 146.9 328 328c0 121.4-66 227.4-164 284.1V792c0 17.7-14.3 32-32 32H380c-17.7 0-32-14.3-32-32V676.1zM392 888h240c4.4 0 8 3.6 8 8v32c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32v-32c0-4.4 3.6-8 8-8z" } }] }, "name": "bulb", "theme": "filled" };
3148 exports.default = BulbFilled;
3149 });
3150
3151 var BulbFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(BulbFilled_1);
3152
3153 var BulbFilled = function BulbFilled(props, ref) {
3154 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3155 ref: ref,
3156 icon: BulbFilledSvg
3157 }));
3158 };
3159
3160 BulbFilled.displayName = 'BulbFilled';
3161 var BulbFilled$1 = /*#__PURE__*/React.forwardRef(BulbFilled);
3162
3163 var BulbOutlined_1 = createCommonjsModule(function (module, exports) {
3164 // This icon file is generated automatically.
3165 Object.defineProperty(exports, "__esModule", { value: true });
3166 var BulbOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z" } }] }, "name": "bulb", "theme": "outlined" };
3167 exports.default = BulbOutlined;
3168 });
3169
3170 var BulbOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(BulbOutlined_1);
3171
3172 var BulbOutlined = function BulbOutlined(props, ref) {
3173 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3174 ref: ref,
3175 icon: BulbOutlinedSvg
3176 }));
3177 };
3178
3179 BulbOutlined.displayName = 'BulbOutlined';
3180 var BulbOutlined$1 = /*#__PURE__*/React.forwardRef(BulbOutlined);
3181
3182 var BulbTwoTone_1 = createCommonjsModule(function (module, exports) {
3183 // This icon file is generated automatically.
3184 Object.defineProperty(exports, "__esModule", { value: true });
3185 var BulbTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 136c-141.4 0-256 114.6-256 256 0 92.5 49.4 176.3 128.1 221.8l35.9 20.8V752h184V634.6l35.9-20.8C718.6 568.3 768 484.5 768 392c0-141.4-114.6-256-256-256z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z", "fill": primaryColor } }] }; }, "name": "bulb", "theme": "twotone" };
3186 exports.default = BulbTwoTone;
3187 });
3188
3189 var BulbTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(BulbTwoTone_1);
3190
3191 var BulbTwoTone = function BulbTwoTone(props, ref) {
3192 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3193 ref: ref,
3194 icon: BulbTwoToneSvg
3195 }));
3196 };
3197
3198 BulbTwoTone.displayName = 'BulbTwoTone';
3199 var BulbTwoTone$1 = /*#__PURE__*/React.forwardRef(BulbTwoTone);
3200
3201 var CalculatorFilled_1 = createCommonjsModule(function (module, exports) {
3202 // This icon file is generated automatically.
3203 Object.defineProperty(exports, "__esModule", { value: true });
3204 var CalculatorFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM440.2 765h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 01-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zm7.8-382c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48zm328 369c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-104c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48zm0-265c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48z" } }] }, "name": "calculator", "theme": "filled" };
3205 exports.default = CalculatorFilled;
3206 });
3207
3208 var CalculatorFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CalculatorFilled_1);
3209
3210 var CalculatorFilled = function CalculatorFilled(props, ref) {
3211 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3212 ref: ref,
3213 icon: CalculatorFilledSvg
3214 }));
3215 };
3216
3217 CalculatorFilled.displayName = 'CalculatorFilled';
3218 var CalculatorFilled$1 = /*#__PURE__*/React.forwardRef(CalculatorFilled);
3219
3220 var CalculatorOutlined_1 = createCommonjsModule(function (module, exports) {
3221 // This icon file is generated automatically.
3222 Object.defineProperty(exports, "__esModule", { value: true });
3223 var CalculatorOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 0h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0 104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm-195.7-81l61.2-74.9c4.3-5.2.7-13.1-5.9-13.1H388c-2.3 0-4.5 1-5.9 2.9l-34 41.6-34-41.6a7.85 7.85 0 00-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.5-1 5.9-2.9l35.5-43.5 35.5 43.5c1.5 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 5.9-13.1L383.5 675zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-36 732H180V180h664v664z" } }] }, "name": "calculator", "theme": "outlined" };
3224 exports.default = CalculatorOutlined;
3225 });
3226
3227 var CalculatorOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CalculatorOutlined_1);
3228
3229 var CalculatorOutlined = function CalculatorOutlined(props, ref) {
3230 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3231 ref: ref,
3232 icon: CalculatorOutlinedSvg
3233 }));
3234 };
3235
3236 CalculatorOutlined.displayName = 'CalculatorOutlined';
3237 var CalculatorOutlined$1 = /*#__PURE__*/React.forwardRef(CalculatorOutlined);
3238
3239 var CalculatorTwoTone_1 = createCommonjsModule(function (module, exports) {
3240 // This icon file is generated automatically.
3241 Object.defineProperty(exports, "__esModule", { value: true });
3242 var CalculatorTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm256.2-75h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 01-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6 34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2zM576 335c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 265c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zm0 104c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48zM248 335c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4v48c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M383.5 675l61.3-74.8c4.3-5.2.7-13.1-5.9-13.1h-50.8c-2.3 0-4.4 1-5.9 2.9l-34 41.6-34-41.6a7.69 7.69 0 00-5.9-2.9h-50.9c-6.6 0-10.2 7.9-5.9 13.1l61.2 74.9-62.7 76.8c-4.4 5.2-.8 13.1 5.8 13.1h50.8c2.3 0 4.4-1 5.9-2.9l35.5-43.5 35.5 43.5c1.4 1.8 3.7 2.9 5.9 2.9h50.8c6.6 0 10.2-7.9 6-13.2L383.5 675zM251.2 387H320v68.8c0 1.8 1.8 3.2 4 3.2h48c2.2 0 4-1.4 4-3.3V387h68.8c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H376v-68.8c0-1.8-1.8-3.2-4-3.2h-48c-2.2 0-4 1.4-4 3.2V331h-68.8c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm328 369h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-104h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4zm0-265h193.6c1.8 0 3.2-1.8 3.2-4v-48c0-2.2-1.4-4-3.3-4H579.2c-1.8 0-3.2 1.8-3.2 4v48c0 2.2 1.4 4 3.2 4z", "fill": primaryColor } }] }; }, "name": "calculator", "theme": "twotone" };
3243 exports.default = CalculatorTwoTone;
3244 });
3245
3246 var CalculatorTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CalculatorTwoTone_1);
3247
3248 var CalculatorTwoTone = function CalculatorTwoTone(props, ref) {
3249 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3250 ref: ref,
3251 icon: CalculatorTwoToneSvg
3252 }));
3253 };
3254
3255 CalculatorTwoTone.displayName = 'CalculatorTwoTone';
3256 var CalculatorTwoTone$1 = /*#__PURE__*/React.forwardRef(CalculatorTwoTone);
3257
3258 var CalendarFilled_1 = createCommonjsModule(function (module, exports) {
3259 // This icon file is generated automatically.
3260 Object.defineProperty(exports, "__esModule", { value: true });
3261 var CalendarFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M112 880c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V460H112v420zm768-696H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v176h800V216c0-17.7-14.3-32-32-32z" } }] }, "name": "calendar", "theme": "filled" };
3262 exports.default = CalendarFilled;
3263 });
3264
3265 var CalendarFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CalendarFilled_1);
3266
3267 var CalendarFilled = function CalendarFilled(props, ref) {
3268 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3269 ref: ref,
3270 icon: CalendarFilledSvg
3271 }));
3272 };
3273
3274 CalendarFilled.displayName = 'CalendarFilled';
3275 var CalendarFilled$1 = /*#__PURE__*/React.forwardRef(CalendarFilled);
3276
3277 var CalendarOutlined_1 = createCommonjsModule(function (module, exports) {
3278 // This icon file is generated automatically.
3279 Object.defineProperty(exports, "__esModule", { value: true });
3280 var CalendarOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zM184 392V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136H184z" } }] }, "name": "calendar", "theme": "outlined" };
3281 exports.default = CalendarOutlined;
3282 });
3283
3284 var CalendarOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CalendarOutlined_1);
3285
3286 var CalendarOutlined = function CalendarOutlined(props, ref) {
3287 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3288 ref: ref,
3289 icon: CalendarOutlinedSvg
3290 }));
3291 };
3292
3293 CalendarOutlined.displayName = 'CalendarOutlined';
3294 var CalendarOutlined$1 = /*#__PURE__*/React.forwardRef(CalendarOutlined);
3295
3296 var CalendarTwoTone_1 = createCommonjsModule(function (module, exports) {
3297 // This icon file is generated automatically.
3298 Object.defineProperty(exports, "__esModule", { value: true });
3299 var CalendarTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v136h656V256H712v48z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V460h656v380zm0-448H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v136z", "fill": primaryColor } }] }; }, "name": "calendar", "theme": "twotone" };
3300 exports.default = CalendarTwoTone;
3301 });
3302
3303 var CalendarTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CalendarTwoTone_1);
3304
3305 var CalendarTwoTone = function CalendarTwoTone(props, ref) {
3306 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3307 ref: ref,
3308 icon: CalendarTwoToneSvg
3309 }));
3310 };
3311
3312 CalendarTwoTone.displayName = 'CalendarTwoTone';
3313 var CalendarTwoTone$1 = /*#__PURE__*/React.forwardRef(CalendarTwoTone);
3314
3315 var CameraFilled_1 = createCommonjsModule(function (module, exports) {
3316 // This icon file is generated automatically.
3317 Object.defineProperty(exports, "__esModule", { value: true });
3318 var CameraFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 260H728l-32.4-90.8a32.07 32.07 0 00-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 260H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V340c0-44.2-35.8-80-80-80zM512 716c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160zm-96-160a96 96 0 10192 0 96 96 0 10-192 0z" } }] }, "name": "camera", "theme": "filled" };
3319 exports.default = CameraFilled;
3320 });
3321
3322 var CameraFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CameraFilled_1);
3323
3324 var CameraFilled = function CameraFilled(props, ref) {
3325 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3326 ref: ref,
3327 icon: CameraFilledSvg
3328 }));
3329 };
3330
3331 CameraFilled.displayName = 'CameraFilled';
3332 var CameraFilled$1 = /*#__PURE__*/React.forwardRef(CameraFilled);
3333
3334 var CameraOutlined_1 = createCommonjsModule(function (module, exports) {
3335 // This icon file is generated automatically.
3336 Object.defineProperty(exports, "__esModule", { value: true });
3337 var CameraOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 248H728l-32.4-90.8a32.07 32.07 0 00-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456zM512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z" } }] }, "name": "camera", "theme": "outlined" };
3338 exports.default = CameraOutlined;
3339 });
3340
3341 var CameraOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CameraOutlined_1);
3342
3343 var CameraOutlined = function CameraOutlined(props, ref) {
3344 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3345 ref: ref,
3346 icon: CameraOutlinedSvg
3347 }));
3348 };
3349
3350 CameraOutlined.displayName = 'CameraOutlined';
3351 var CameraOutlined$1 = /*#__PURE__*/React.forwardRef(CameraOutlined);
3352
3353 var CameraTwoTone_1 = createCommonjsModule(function (module, exports) {
3354 // This icon file is generated automatically.
3355 Object.defineProperty(exports, "__esModule", { value: true });
3356 var CameraTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 320H677.2l-17.1-47.8-22.9-64.2H386.7l-22.9 64.2-17.1 47.8H160c-4.4 0-8 3.6-8 8v456c0 4.4 3.6 8 8 8h704c4.4 0 8-3.6 8-8V328c0-4.4-3.6-8-8-8zM512 704c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 384c-88.4 0-160 71.6-160 160s71.6 160 160 160 160-71.6 160-160-71.6-160-160-160zm0 256c-53 0-96-43-96-96s43-96 96-96 96 43 96 96-43 96-96 96z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M864 248H728l-32.4-90.8a32.07 32.07 0 00-30.2-21.2H358.6c-13.5 0-25.6 8.5-30.1 21.2L296 248H160c-44.2 0-80 35.8-80 80v456c0 44.2 35.8 80 80 80h704c44.2 0 80-35.8 80-80V328c0-44.2-35.8-80-80-80zm8 536c0 4.4-3.6 8-8 8H160c-4.4 0-8-3.6-8-8V328c0-4.4 3.6-8 8-8h186.7l17.1-47.8 22.9-64.2h250.5l22.9 64.2 17.1 47.8H864c4.4 0 8 3.6 8 8v456z", "fill": primaryColor } }] }; }, "name": "camera", "theme": "twotone" };
3357 exports.default = CameraTwoTone;
3358 });
3359
3360 var CameraTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CameraTwoTone_1);
3361
3362 var CameraTwoTone = function CameraTwoTone(props, ref) {
3363 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3364 ref: ref,
3365 icon: CameraTwoToneSvg
3366 }));
3367 };
3368
3369 CameraTwoTone.displayName = 'CameraTwoTone';
3370 var CameraTwoTone$1 = /*#__PURE__*/React.forwardRef(CameraTwoTone);
3371
3372 var CarFilled_1 = createCommonjsModule(function (module, exports) {
3373 // This icon file is generated automatically.
3374 Object.defineProperty(exports, "__esModule", { value: true });
3375 var CarFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M959 413.4L935.3 372a8 8 0 00-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 00-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 00-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 003-10.8zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM220 418l72.7-199.9.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220z" } }] }, "name": "car", "theme": "filled" };
3376 exports.default = CarFilled;
3377 });
3378
3379 var CarFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CarFilled_1);
3380
3381 var CarFilled = function CarFilled(props, ref) {
3382 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3383 ref: ref,
3384 icon: CarFilledSvg
3385 }));
3386 };
3387
3388 CarFilled.displayName = 'CarFilled';
3389 var CarFilled$1 = /*#__PURE__*/React.forwardRef(CarFilled);
3390
3391 var CarOutlined_1 = createCommonjsModule(function (module, exports) {
3392 // This icon file is generated automatically.
3393 Object.defineProperty(exports, "__esModule", { value: true });
3394 var CarOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M380 704h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8zm340-123a40 40 0 1080 0 40 40 0 10-80 0zm239-167.6L935.3 372a8 8 0 00-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 00-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 00-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 003-10.8zM840 517v237H184V517l15.6-43h624.8l15.6 43zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM224 581a40 40 0 1080 0 40 40 0 10-80 0z" } }] }, "name": "car", "theme": "outlined" };
3395 exports.default = CarOutlined;
3396 });
3397
3398 var CarOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CarOutlined_1);
3399
3400 var CarOutlined = function CarOutlined(props, ref) {
3401 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3402 ref: ref,
3403 icon: CarOutlinedSvg
3404 }));
3405 };
3406
3407 CarOutlined.displayName = 'CarOutlined';
3408 var CarOutlined$1 = /*#__PURE__*/React.forwardRef(CarOutlined);
3409
3410 var CarTwoTone_1 = createCommonjsModule(function (module, exports) {
3411 // This icon file is generated automatically.
3412 Object.defineProperty(exports, "__esModule", { value: true });
3413 var CarTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M199.6 474L184 517v237h656V517l-15.6-43H199.6zM264 621c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm388 75c0 4.4-3.6 8-8 8H380c-4.4 0-8-3.6-8-8v-84c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v36h168v-36c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v84zm108-75c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M720 581a40 40 0 1080 0 40 40 0 10-80 0z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M959 413.4L935.3 372a8 8 0 00-10.9-2.9l-50.7 29.6-78.3-216.2a63.9 63.9 0 00-60.9-44.4H301.2c-34.7 0-65.5 22.4-76.2 55.5l-74.6 205.2-50.8-29.6a8 8 0 00-10.9 2.9L65 413.4c-2.2 3.8-.9 8.6 2.9 10.8l60.4 35.2-14.5 40c-1.2 3.2-1.8 6.6-1.8 10v348.2c0 15.7 11.8 28.4 26.3 28.4h67.6c12.3 0 23-9.3 25.6-22.3l7.7-37.7h545.6l7.7 37.7c2.7 13 13.3 22.3 25.6 22.3h67.6c14.5 0 26.3-12.7 26.3-28.4V509.4c0-3.4-.6-6.8-1.8-10l-14.5-40 60.3-35.2a8 8 0 003-10.8zM292.7 218.1l.5-1.3.4-1.3c1.1-3.3 4.1-5.5 7.6-5.5h427.6l75.4 208H220l72.7-199.9zM840 754H184V517l15.6-43h624.8l15.6 43v237z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M224 581a40 40 0 1080 0 40 40 0 10-80 0zm420 23h-40c-4.4 0-8 3.6-8 8v36H428v-36c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v84c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-84c0-4.4-3.6-8-8-8z", "fill": primaryColor } }] }; }, "name": "car", "theme": "twotone" };
3414 exports.default = CarTwoTone;
3415 });
3416
3417 var CarTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CarTwoTone_1);
3418
3419 var CarTwoTone = function CarTwoTone(props, ref) {
3420 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3421 ref: ref,
3422 icon: CarTwoToneSvg
3423 }));
3424 };
3425
3426 CarTwoTone.displayName = 'CarTwoTone';
3427 var CarTwoTone$1 = /*#__PURE__*/React.forwardRef(CarTwoTone);
3428
3429 var CaretDownFilled_1 = createCommonjsModule(function (module, exports) {
3430 // This icon file is generated automatically.
3431 Object.defineProperty(exports, "__esModule", { value: true });
3432 var CaretDownFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "filled" };
3433 exports.default = CaretDownFilled;
3434 });
3435
3436 var CaretDownFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CaretDownFilled_1);
3437
3438 var CaretDownFilled = function CaretDownFilled(props, ref) {
3439 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3440 ref: ref,
3441 icon: CaretDownFilledSvg
3442 }));
3443 };
3444
3445 CaretDownFilled.displayName = 'CaretDownFilled';
3446 var CaretDownFilled$1 = /*#__PURE__*/React.forwardRef(CaretDownFilled);
3447
3448 var CaretDownOutlined_1 = createCommonjsModule(function (module, exports) {
3449 // This icon file is generated automatically.
3450 Object.defineProperty(exports, "__esModule", { value: true });
3451 var CaretDownOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "outlined" };
3452 exports.default = CaretDownOutlined;
3453 });
3454
3455 var CaretDownOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CaretDownOutlined_1);
3456
3457 var CaretDownOutlined = function CaretDownOutlined(props, ref) {
3458 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3459 ref: ref,
3460 icon: CaretDownOutlinedSvg
3461 }));
3462 };
3463
3464 CaretDownOutlined.displayName = 'CaretDownOutlined';
3465 var CaretDownOutlined$1 = /*#__PURE__*/React.forwardRef(CaretDownOutlined);
3466
3467 var CaretLeftFilled_1 = createCommonjsModule(function (module, exports) {
3468 // This icon file is generated automatically.
3469 Object.defineProperty(exports, "__esModule", { value: true });
3470 var CaretLeftFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z" } }] }, "name": "caret-left", "theme": "filled" };
3471 exports.default = CaretLeftFilled;
3472 });
3473
3474 var CaretLeftFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CaretLeftFilled_1);
3475
3476 var CaretLeftFilled = function CaretLeftFilled(props, ref) {
3477 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3478 ref: ref,
3479 icon: CaretLeftFilledSvg
3480 }));
3481 };
3482
3483 CaretLeftFilled.displayName = 'CaretLeftFilled';
3484 var CaretLeftFilled$1 = /*#__PURE__*/React.forwardRef(CaretLeftFilled);
3485
3486 var CaretLeftOutlined_1 = createCommonjsModule(function (module, exports) {
3487 // This icon file is generated automatically.
3488 Object.defineProperty(exports, "__esModule", { value: true });
3489 var CaretLeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z" } }] }, "name": "caret-left", "theme": "outlined" };
3490 exports.default = CaretLeftOutlined;
3491 });
3492
3493 var CaretLeftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CaretLeftOutlined_1);
3494
3495 var CaretLeftOutlined = function CaretLeftOutlined(props, ref) {
3496 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3497 ref: ref,
3498 icon: CaretLeftOutlinedSvg
3499 }));
3500 };
3501
3502 CaretLeftOutlined.displayName = 'CaretLeftOutlined';
3503 var CaretLeftOutlined$1 = /*#__PURE__*/React.forwardRef(CaretLeftOutlined);
3504
3505 var CaretRightFilled_1 = createCommonjsModule(function (module, exports) {
3506 // This icon file is generated automatically.
3507 Object.defineProperty(exports, "__esModule", { value: true });
3508 var CaretRightFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z" } }] }, "name": "caret-right", "theme": "filled" };
3509 exports.default = CaretRightFilled;
3510 });
3511
3512 var CaretRightFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CaretRightFilled_1);
3513
3514 var CaretRightFilled = function CaretRightFilled(props, ref) {
3515 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3516 ref: ref,
3517 icon: CaretRightFilledSvg
3518 }));
3519 };
3520
3521 CaretRightFilled.displayName = 'CaretRightFilled';
3522 var CaretRightFilled$1 = /*#__PURE__*/React.forwardRef(CaretRightFilled);
3523
3524 var CaretRightOutlined_1 = createCommonjsModule(function (module, exports) {
3525 // This icon file is generated automatically.
3526 Object.defineProperty(exports, "__esModule", { value: true });
3527 var CaretRightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z" } }] }, "name": "caret-right", "theme": "outlined" };
3528 exports.default = CaretRightOutlined;
3529 });
3530
3531 var CaretRightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CaretRightOutlined_1);
3532
3533 var CaretRightOutlined = function CaretRightOutlined(props, ref) {
3534 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3535 ref: ref,
3536 icon: CaretRightOutlinedSvg
3537 }));
3538 };
3539
3540 CaretRightOutlined.displayName = 'CaretRightOutlined';
3541 var CaretRightOutlined$1 = /*#__PURE__*/React.forwardRef(CaretRightOutlined);
3542
3543 var CaretUpFilled_1 = createCommonjsModule(function (module, exports) {
3544 // This icon file is generated automatically.
3545 Object.defineProperty(exports, "__esModule", { value: true });
3546 var CaretUpFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z" } }] }, "name": "caret-up", "theme": "filled" };
3547 exports.default = CaretUpFilled;
3548 });
3549
3550 var CaretUpFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CaretUpFilled_1);
3551
3552 var CaretUpFilled = function CaretUpFilled(props, ref) {
3553 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3554 ref: ref,
3555 icon: CaretUpFilledSvg
3556 }));
3557 };
3558
3559 CaretUpFilled.displayName = 'CaretUpFilled';
3560 var CaretUpFilled$1 = /*#__PURE__*/React.forwardRef(CaretUpFilled);
3561
3562 var CaretUpOutlined_1 = createCommonjsModule(function (module, exports) {
3563 // This icon file is generated automatically.
3564 Object.defineProperty(exports, "__esModule", { value: true });
3565 var CaretUpOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z" } }] }, "name": "caret-up", "theme": "outlined" };
3566 exports.default = CaretUpOutlined;
3567 });
3568
3569 var CaretUpOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CaretUpOutlined_1);
3570
3571 var CaretUpOutlined = function CaretUpOutlined(props, ref) {
3572 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3573 ref: ref,
3574 icon: CaretUpOutlinedSvg
3575 }));
3576 };
3577
3578 CaretUpOutlined.displayName = 'CaretUpOutlined';
3579 var CaretUpOutlined$1 = /*#__PURE__*/React.forwardRef(CaretUpOutlined);
3580
3581 var CarryOutFilled_1 = createCommonjsModule(function (module, exports) {
3582 // This icon file is generated automatically.
3583 Object.defineProperty(exports, "__esModule", { value: true });
3584 var CarryOutFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zM694.5 432.7L481.9 725.4a16.1 16.1 0 01-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z" } }] }, "name": "carry-out", "theme": "filled" };
3585 exports.default = CarryOutFilled;
3586 });
3587
3588 var CarryOutFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CarryOutFilled_1);
3589
3590 var CarryOutFilled = function CarryOutFilled(props, ref) {
3591 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3592 ref: ref,
3593 icon: CarryOutFilledSvg
3594 }));
3595 };
3596
3597 CarryOutFilled.displayName = 'CarryOutFilled';
3598 var CarryOutFilled$1 = /*#__PURE__*/React.forwardRef(CarryOutFilled);
3599
3600 var CarryOutOutlined_1 = createCommonjsModule(function (module, exports) {
3601 // This icon file is generated automatically.
3602 Object.defineProperty(exports, "__esModule", { value: true });
3603 var CarryOutOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584zM688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0026 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z" } }] }, "name": "carry-out", "theme": "outlined" };
3604 exports.default = CarryOutOutlined;
3605 });
3606
3607 var CarryOutOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CarryOutOutlined_1);
3608
3609 var CarryOutOutlined = function CarryOutOutlined(props, ref) {
3610 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3611 ref: ref,
3612 icon: CarryOutOutlinedSvg
3613 }));
3614 };
3615
3616 CarryOutOutlined.displayName = 'CarryOutOutlined';
3617 var CarryOutOutlined$1 = /*#__PURE__*/React.forwardRef(CarryOutOutlined);
3618
3619 var CarryOutTwoTone_1 = createCommonjsModule(function (module, exports) {
3620 // This icon file is generated automatically.
3621 Object.defineProperty(exports, "__esModule", { value: true });
3622 var CarryOutTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32zm-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128v584z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712v48zm-17.5 128.8L481.9 725.5a16.1 16.1 0 01-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.9-6.6 13-6.6H688c6.5 0 10.3 7.4 6.5 12.8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0026 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8z", "fill": primaryColor } }] }; }, "name": "carry-out", "theme": "twotone" };
3623 exports.default = CarryOutTwoTone;
3624 });
3625
3626 var CarryOutTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CarryOutTwoTone_1);
3627
3628 var CarryOutTwoTone = function CarryOutTwoTone(props, ref) {
3629 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3630 ref: ref,
3631 icon: CarryOutTwoToneSvg
3632 }));
3633 };
3634
3635 CarryOutTwoTone.displayName = 'CarryOutTwoTone';
3636 var CarryOutTwoTone$1 = /*#__PURE__*/React.forwardRef(CarryOutTwoTone);
3637
3638 var CheckCircleFilled_1 = createCommonjsModule(function (module, exports) {
3639 // This icon file is generated automatically.
3640 Object.defineProperty(exports, "__esModule", { value: true });
3641 var CheckCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z" } }] }, "name": "check-circle", "theme": "filled" };
3642 exports.default = CheckCircleFilled;
3643 });
3644
3645 var CheckCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CheckCircleFilled_1);
3646
3647 var CheckCircleFilled = function CheckCircleFilled(props, ref) {
3648 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3649 ref: ref,
3650 icon: CheckCircleFilledSvg
3651 }));
3652 };
3653
3654 CheckCircleFilled.displayName = 'CheckCircleFilled';
3655 var CheckCircleFilled$1 = /*#__PURE__*/React.forwardRef(CheckCircleFilled);
3656
3657 var CheckCircleOutlined_1 = createCommonjsModule(function (module, exports) {
3658 // This icon file is generated automatically.
3659 Object.defineProperty(exports, "__esModule", { value: true });
3660 var CheckCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0051.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z" } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }] }, "name": "check-circle", "theme": "outlined" };
3661 exports.default = CheckCircleOutlined;
3662 });
3663
3664 var CheckCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CheckCircleOutlined_1);
3665
3666 var CheckCircleOutlined = function CheckCircleOutlined(props, ref) {
3667 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3668 ref: ref,
3669 icon: CheckCircleOutlinedSvg
3670 }));
3671 };
3672
3673 CheckCircleOutlined.displayName = 'CheckCircleOutlined';
3674 var CheckCircleOutlined$1 = /*#__PURE__*/React.forwardRef(CheckCircleOutlined);
3675
3676 var CheckCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
3677 // This icon file is generated automatically.
3678 Object.defineProperty(exports, "__esModule", { value: true });
3679 var CheckCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm193.4 225.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 5 25.9 13.3l71.2 98.8 157.2-218c6-8.4 15.7-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.4 12.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0051.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z", "fill": primaryColor } }] }; }, "name": "check-circle", "theme": "twotone" };
3680 exports.default = CheckCircleTwoTone;
3681 });
3682
3683 var CheckCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CheckCircleTwoTone_1);
3684
3685 var CheckCircleTwoTone = function CheckCircleTwoTone(props, ref) {
3686 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3687 ref: ref,
3688 icon: CheckCircleTwoToneSvg
3689 }));
3690 };
3691
3692 CheckCircleTwoTone.displayName = 'CheckCircleTwoTone';
3693 var CheckCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(CheckCircleTwoTone);
3694
3695 var CheckOutlined_1 = createCommonjsModule(function (module, exports) {
3696 // This icon file is generated automatically.
3697 Object.defineProperty(exports, "__esModule", { value: true });
3698 var CheckOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z" } }] }, "name": "check", "theme": "outlined" };
3699 exports.default = CheckOutlined;
3700 });
3701
3702 var CheckOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CheckOutlined_1);
3703
3704 var CheckOutlined = function CheckOutlined(props, ref) {
3705 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3706 ref: ref,
3707 icon: CheckOutlinedSvg
3708 }));
3709 };
3710
3711 CheckOutlined.displayName = 'CheckOutlined';
3712 var CheckOutlined$1 = /*#__PURE__*/React.forwardRef(CheckOutlined);
3713
3714 var CheckSquareFilled_1 = createCommonjsModule(function (module, exports) {
3715 // This icon file is generated automatically.
3716 Object.defineProperty(exports, "__esModule", { value: true });
3717 var CheckSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM695.5 365.7l-210.6 292a31.8 31.8 0 01-51.7 0L308.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H689c6.5 0 10.3 7.4 6.5 12.7z" } }] }, "name": "check-square", "theme": "filled" };
3718 exports.default = CheckSquareFilled;
3719 });
3720
3721 var CheckSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CheckSquareFilled_1);
3722
3723 var CheckSquareFilled = function CheckSquareFilled(props, ref) {
3724 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3725 ref: ref,
3726 icon: CheckSquareFilledSvg
3727 }));
3728 };
3729
3730 CheckSquareFilled.displayName = 'CheckSquareFilled';
3731 var CheckSquareFilled$1 = /*#__PURE__*/React.forwardRef(CheckSquareFilled);
3732
3733 var CheckSquareOutlined_1 = createCommonjsModule(function (module, exports) {
3734 // This icon file is generated automatically.
3735 Object.defineProperty(exports, "__esModule", { value: true });
3736 var CheckSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M433.1 657.7a31.8 31.8 0 0051.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7H642c-10.2 0-19.9 4.9-25.9 13.3L459 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H315c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "check-square", "theme": "outlined" };
3737 exports.default = CheckSquareOutlined;
3738 });
3739
3740 var CheckSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CheckSquareOutlined_1);
3741
3742 var CheckSquareOutlined = function CheckSquareOutlined(props, ref) {
3743 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3744 ref: ref,
3745 icon: CheckSquareOutlinedSvg
3746 }));
3747 };
3748
3749 CheckSquareOutlined.displayName = 'CheckSquareOutlined';
3750 var CheckSquareOutlined$1 = /*#__PURE__*/React.forwardRef(CheckSquareOutlined);
3751
3752 var CheckSquareTwoTone_1 = createCommonjsModule(function (module, exports) {
3753 // This icon file is generated automatically.
3754 Object.defineProperty(exports, "__esModule", { value: true });
3755 var CheckSquareTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm130-367.8h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H688c6.5 0 10.3 7.4 6.5 12.7l-210.6 292a31.8 31.8 0 01-51.7 0L307.5 484.9c-3.8-5.3 0-12.7 6.5-12.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M432.2 657.7a31.8 31.8 0 0051.7 0l210.6-292c3.8-5.3 0-12.7-6.5-12.7h-46.9c-10.3 0-19.9 5-25.9 13.3L458 584.3l-71.2-98.8c-6-8.4-15.7-13.3-25.9-13.3H314c-6.5 0-10.3 7.4-6.5 12.7l124.7 172.8z", "fill": primaryColor } }] }; }, "name": "check-square", "theme": "twotone" };
3756 exports.default = CheckSquareTwoTone;
3757 });
3758
3759 var CheckSquareTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CheckSquareTwoTone_1);
3760
3761 var CheckSquareTwoTone = function CheckSquareTwoTone(props, ref) {
3762 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3763 ref: ref,
3764 icon: CheckSquareTwoToneSvg
3765 }));
3766 };
3767
3768 CheckSquareTwoTone.displayName = 'CheckSquareTwoTone';
3769 var CheckSquareTwoTone$1 = /*#__PURE__*/React.forwardRef(CheckSquareTwoTone);
3770
3771 var ChromeFilled_1 = createCommonjsModule(function (module, exports) {
3772 // This icon file is generated automatically.
3773 Object.defineProperty(exports, "__esModule", { value: true });
3774 var ChromeFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M371.8 512c0 77.5 62.7 140.2 140.2 140.2S652.2 589.5 652.2 512 589.5 371.8 512 371.8 371.8 434.4 371.8 512zM900 362.4l-234.3 12.1c63.6 74.3 64.6 181.5 11.1 263.7l-188 289.2c78 4.2 158.4-12.9 231.2-55.2 180-104 253-322.1 180-509.8zM320.3 591.9L163.8 284.1A415.35 415.35 0 0096 512c0 208 152.3 380.3 351.4 410.8l106.9-209.4c-96.6 18.2-189.9-34.8-234-121.5zm218.5-285.5l344.4 18.1C848 254.7 792.6 194 719.8 151.7 653.9 113.6 581.5 95.5 510.5 96c-122.5.5-242.2 55.2-322.1 154.5l128.2 196.9c32-91.9 124.8-146.7 222.2-141z" } }] }, "name": "chrome", "theme": "filled" };
3775 exports.default = ChromeFilled;
3776 });
3777
3778 var ChromeFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ChromeFilled_1);
3779
3780 var ChromeFilled = function ChromeFilled(props, ref) {
3781 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3782 ref: ref,
3783 icon: ChromeFilledSvg
3784 }));
3785 };
3786
3787 ChromeFilled.displayName = 'ChromeFilled';
3788 var ChromeFilled$1 = /*#__PURE__*/React.forwardRef(ChromeFilled);
3789
3790 var ChromeOutlined_1 = createCommonjsModule(function (module, exports) {
3791 // This icon file is generated automatically.
3792 Object.defineProperty(exports, "__esModule", { value: true });
3793 var ChromeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 512.3v-.3c0-229.8-186.2-416-416-416S96 282.2 96 512v.4c0 229.8 186.2 416 416 416s416-186.2 416-416v-.3.2zm-6.7-74.6l.6 3.3-.6-3.3zM676.7 638.2c53.5-82.2 52.5-189.4-11.1-263.7l162.4-8.4c20.5 44.4 32 93.8 32 145.9 0 185.2-144.6 336.6-327.1 347.4l143.8-221.2zM512 652.3c-77.5 0-140.2-62.7-140.2-140.2 0-77.7 62.7-140.2 140.2-140.2S652.2 434.5 652.2 512 589.5 652.3 512 652.3zm369.2-331.7l-3-5.7 3 5.7zM512 164c121.3 0 228.2 62.1 290.4 156.2l-263.6-13.9c-97.5-5.7-190.2 49.2-222.3 141.1L227.8 311c63.1-88.9 166.9-147 284.2-147zM102.5 585.8c26 145 127.1 264 261.6 315.1C229.6 850 128.5 731 102.5 585.8zM164 512c0-55.9 13.2-108.7 36.6-155.5l119.7 235.4c44.1 86.7 137.4 139.7 234 121.6l-74 145.1C302.9 842.5 164 693.5 164 512zm324.7 415.4c4 .2 8 .4 12 .5-4-.2-8-.3-12-.5z" } }] }, "name": "chrome", "theme": "outlined" };
3794 exports.default = ChromeOutlined;
3795 });
3796
3797 var ChromeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ChromeOutlined_1);
3798
3799 var ChromeOutlined = function ChromeOutlined(props, ref) {
3800 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3801 ref: ref,
3802 icon: ChromeOutlinedSvg
3803 }));
3804 };
3805
3806 ChromeOutlined.displayName = 'ChromeOutlined';
3807 var ChromeOutlined$1 = /*#__PURE__*/React.forwardRef(ChromeOutlined);
3808
3809 var CiCircleFilled_1 = createCommonjsModule(function (module, exports) {
3810 // This icon file is generated automatically.
3811 Object.defineProperty(exports, "__esModule", { value: true });
3812 var CiCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-63.6 656c-103 0-162.4-68.6-162.4-182.6v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-4-46.1-37.6-77.6-87-77.6-61.1 0-95.6 45.4-95.6 126.9v49.3c0 80.3 34.5 125.1 95.6 125.1 49.3 0 82.8-29.5 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z" } }] }, "name": "ci-circle", "theme": "filled" };
3813 exports.default = CiCircleFilled;
3814 });
3815
3816 var CiCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CiCircleFilled_1);
3817
3818 var CiCircleFilled = function CiCircleFilled(props, ref) {
3819 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3820 ref: ref,
3821 icon: CiCircleFilledSvg
3822 }));
3823 };
3824
3825 CiCircleFilled.displayName = 'CiCircleFilled';
3826 var CiCircleFilled$1 = /*#__PURE__*/React.forwardRef(CiCircleFilled);
3827
3828 var CiCircleOutlined_1 = createCommonjsModule(function (module, exports) {
3829 // This icon file is generated automatically.
3830 Object.defineProperty(exports, "__esModule", { value: true });
3831 var CiCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm218-572.1h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z" } }] }, "name": "ci-circle", "theme": "outlined" };
3832 exports.default = CiCircleOutlined;
3833 });
3834
3835 var CiCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CiCircleOutlined_1);
3836
3837 var CiCircleOutlined = function CiCircleOutlined(props, ref) {
3838 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3839 ref: ref,
3840 icon: CiCircleOutlinedSvg
3841 }));
3842 };
3843
3844 CiCircleOutlined.displayName = 'CiCircleOutlined';
3845 var CiCircleOutlined$1 = /*#__PURE__*/React.forwardRef(CiCircleOutlined);
3846
3847 var CiCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
3848 // This icon file is generated automatically.
3849 Object.defineProperty(exports, "__esModule", { value: true });
3850 var CiCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-63.5 522.8c49.3 0 82.8-29.4 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5C345.4 720 286 651.4 286 537.4v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-3.9-46.1-37.5-77.6-87-77.6-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z", "fill": primaryColor } }] }; }, "name": "ci-circle", "theme": "twotone" };
3851 exports.default = CiCircleTwoTone;
3852 });
3853
3854 var CiCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CiCircleTwoTone_1);
3855
3856 var CiCircleTwoTone = function CiCircleTwoTone(props, ref) {
3857 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3858 ref: ref,
3859 icon: CiCircleTwoToneSvg
3860 }));
3861 };
3862
3863 CiCircleTwoTone.displayName = 'CiCircleTwoTone';
3864 var CiCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(CiCircleTwoTone);
3865
3866 var CiOutlined_1 = createCommonjsModule(function (module, exports) {
3867 // This icon file is generated automatically.
3868 Object.defineProperty(exports, "__esModule", { value: true });
3869 var CiOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm218-572.1h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z" } }] }, "name": "ci", "theme": "outlined" };
3870 exports.default = CiOutlined;
3871 });
3872
3873 var CiOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CiOutlined_1);
3874
3875 var CiOutlined = function CiOutlined(props, ref) {
3876 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3877 ref: ref,
3878 icon: CiOutlinedSvg
3879 }));
3880 };
3881
3882 CiOutlined.displayName = 'CiOutlined';
3883 var CiOutlined$1 = /*#__PURE__*/React.forwardRef(CiOutlined);
3884
3885 var CiTwoTone_1 = createCommonjsModule(function (module, exports) {
3886 // This icon file is generated automatically.
3887 Object.defineProperty(exports, "__esModule", { value: true });
3888 var CiTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-63.5 522.8c49.3 0 82.8-29.4 87-72.4.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4 0 77.4-64.3 132.5-152.3 132.5C345.4 720 286 651.4 286 537.4v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1 0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4-3.9-46.1-37.5-77.6-87-77.6-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2zM738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8v384.2z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8zm-281.4 49.6c49.5 0 83.1 31.5 87 77.6.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4 0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6 88 0 152.3-55.1 152.3-132.5 0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3-4.2 43-37.7 72.4-87 72.4-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8z", "fill": primaryColor } }] }; }, "name": "ci", "theme": "twotone" };
3889 exports.default = CiTwoTone;
3890 });
3891
3892 var CiTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CiTwoTone_1);
3893
3894 var CiTwoTone = function CiTwoTone(props, ref) {
3895 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3896 ref: ref,
3897 icon: CiTwoToneSvg
3898 }));
3899 };
3900
3901 CiTwoTone.displayName = 'CiTwoTone';
3902 var CiTwoTone$1 = /*#__PURE__*/React.forwardRef(CiTwoTone);
3903
3904 var ClearOutlined_1 = createCommonjsModule(function (module, exports) {
3905 // This icon file is generated automatically.
3906 Object.defineProperty(exports, "__esModule", { value: true });
3907 var ClearOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M899.1 869.6l-53-305.6H864c14.4 0 26-11.6 26-26V346c0-14.4-11.6-26-26-26H618V138c0-14.4-11.6-26-26-26H432c-14.4 0-26 11.6-26 26v182H160c-14.4 0-26 11.6-26 26v192c0 14.4 11.6 26 26 26h17.9l-53 305.6a25.95 25.95 0 0025.6 30.4h723c1.5 0 3-.1 4.4-.4a25.88 25.88 0 0021.2-30zM204 390h272V182h72v208h272v104H204V390zm468 440V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H416V674c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v156H202.8l45.1-260H776l45.1 260H672z" } }] }, "name": "clear", "theme": "outlined" };
3908 exports.default = ClearOutlined;
3909 });
3910
3911 var ClearOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ClearOutlined_1);
3912
3913 var ClearOutlined = function ClearOutlined(props, ref) {
3914 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3915 ref: ref,
3916 icon: ClearOutlinedSvg
3917 }));
3918 };
3919
3920 ClearOutlined.displayName = 'ClearOutlined';
3921 var ClearOutlined$1 = /*#__PURE__*/React.forwardRef(ClearOutlined);
3922
3923 var ClockCircleFilled_1 = createCommonjsModule(function (module, exports) {
3924 // This icon file is generated automatically.
3925 Object.defineProperty(exports, "__esModule", { value: true });
3926 var ClockCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm176.5 585.7l-28.6 39a7.99 7.99 0 01-11.2 1.7L483.3 569.8a7.92 7.92 0 01-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z" } }] }, "name": "clock-circle", "theme": "filled" };
3927 exports.default = ClockCircleFilled;
3928 });
3929
3930 var ClockCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ClockCircleFilled_1);
3931
3932 var ClockCircleFilled = function ClockCircleFilled(props, ref) {
3933 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3934 ref: ref,
3935 icon: ClockCircleFilledSvg
3936 }));
3937 };
3938
3939 ClockCircleFilled.displayName = 'ClockCircleFilled';
3940 var ClockCircleFilled$1 = /*#__PURE__*/React.forwardRef(ClockCircleFilled);
3941
3942 var ClockCircleOutlined_1 = createCommonjsModule(function (module, exports) {
3943 // This icon file is generated automatically.
3944 Object.defineProperty(exports, "__esModule", { value: true });
3945 var ClockCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z" } }] }, "name": "clock-circle", "theme": "outlined" };
3946 exports.default = ClockCircleOutlined;
3947 });
3948
3949 var ClockCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ClockCircleOutlined_1);
3950
3951 var ClockCircleOutlined = function ClockCircleOutlined(props, ref) {
3952 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3953 ref: ref,
3954 icon: ClockCircleOutlinedSvg
3955 }));
3956 };
3957
3958 ClockCircleOutlined.displayName = 'ClockCircleOutlined';
3959 var ClockCircleOutlined$1 = /*#__PURE__*/React.forwardRef(ClockCircleOutlined);
3960
3961 var ClockCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
3962 // This icon file is generated automatically.
3963 Object.defineProperty(exports, "__esModule", { value: true });
3964 var ClockCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm176.5 509.7l-28.6 39a7.99 7.99 0 01-11.2 1.7L483.3 569.8a7.92 7.92 0 01-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.6-3.6 1.8-8.6-1.8-11.1z", "fill": primaryColor } }] }; }, "name": "clock-circle", "theme": "twotone" };
3965 exports.default = ClockCircleTwoTone;
3966 });
3967
3968 var ClockCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ClockCircleTwoTone_1);
3969
3970 var ClockCircleTwoTone = function ClockCircleTwoTone(props, ref) {
3971 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3972 ref: ref,
3973 icon: ClockCircleTwoToneSvg
3974 }));
3975 };
3976
3977 ClockCircleTwoTone.displayName = 'ClockCircleTwoTone';
3978 var ClockCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(ClockCircleTwoTone);
3979
3980 var CloseCircleFilled_1 = createCommonjsModule(function (module, exports) {
3981 // This icon file is generated automatically.
3982 Object.defineProperty(exports, "__esModule", { value: true });
3983 var CloseCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z" } }] }, "name": "close-circle", "theme": "filled" };
3984 exports.default = CloseCircleFilled;
3985 });
3986
3987 var CloseCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CloseCircleFilled_1);
3988
3989 var CloseCircleFilled = function CloseCircleFilled(props, ref) {
3990 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
3991 ref: ref,
3992 icon: CloseCircleFilledSvg
3993 }));
3994 };
3995
3996 CloseCircleFilled.displayName = 'CloseCircleFilled';
3997 var CloseCircleFilled$1 = /*#__PURE__*/React.forwardRef(CloseCircleFilled);
3998
3999 var CloseCircleOutlined_1 = createCommonjsModule(function (module, exports) {
4000 // This icon file is generated automatically.
4001 Object.defineProperty(exports, "__esModule", { value: true });
4002 var CloseCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M685.4 354.8c0-4.4-3.6-8-8-8l-66 .3L512 465.6l-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155L340.5 670a8.32 8.32 0 00-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3L512 564.4l99.3 118.4 66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.5 515l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z" } }, { "tag": "path", "attrs": { "d": "M512 65C264.6 65 64 265.6 64 513s200.6 448 448 448 448-200.6 448-448S759.4 65 512 65zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }] }, "name": "close-circle", "theme": "outlined" };
4003 exports.default = CloseCircleOutlined;
4004 });
4005
4006 var CloseCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CloseCircleOutlined_1);
4007
4008 var CloseCircleOutlined = function CloseCircleOutlined(props, ref) {
4009 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4010 ref: ref,
4011 icon: CloseCircleOutlinedSvg
4012 }));
4013 };
4014
4015 CloseCircleOutlined.displayName = 'CloseCircleOutlined';
4016 var CloseCircleOutlined$1 = /*#__PURE__*/React.forwardRef(CloseCircleOutlined);
4017
4018 var CloseCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
4019 // This icon file is generated automatically.
4020 Object.defineProperty(exports, "__esModule", { value: true });
4021 var CloseCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm171.8 527.1c1.2 1.5 1.9 3.3 1.9 5.2 0 4.5-3.6 8-8 8l-66-.3-99.3-118.4-99.3 118.5-66.1.3c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2L471 512.3l-130.1-155a8.32 8.32 0 01-1.9-5.2c0-4.5 3.6-8 8-8l66.1.3 99.3 118.4 99.4-118.5 66-.3c4.4 0 8 3.6 8 8 0 1.9-.6 3.8-1.8 5.2l-130.1 155 129.9 154.9z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M685.8 352c0-4.4-3.6-8-8-8l-66 .3-99.4 118.5-99.3-118.4-66.1-.3c-4.4 0-8 3.5-8 8 0 1.9.7 3.7 1.9 5.2l130.1 155-130.1 154.9a8.32 8.32 0 00-1.9 5.2c0 4.4 3.6 8 8 8l66.1-.3 99.3-118.5L611.7 680l66 .3c4.4 0 8-3.5 8-8 0-1.9-.7-3.7-1.9-5.2L553.9 512.2l130.1-155c1.2-1.4 1.8-3.3 1.8-5.2z", "fill": primaryColor } }] }; }, "name": "close-circle", "theme": "twotone" };
4022 exports.default = CloseCircleTwoTone;
4023 });
4024
4025 var CloseCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CloseCircleTwoTone_1);
4026
4027 var CloseCircleTwoTone = function CloseCircleTwoTone(props, ref) {
4028 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4029 ref: ref,
4030 icon: CloseCircleTwoToneSvg
4031 }));
4032 };
4033
4034 CloseCircleTwoTone.displayName = 'CloseCircleTwoTone';
4035 var CloseCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(CloseCircleTwoTone);
4036
4037 var CloseOutlined_1 = createCommonjsModule(function (module, exports) {
4038 // This icon file is generated automatically.
4039 Object.defineProperty(exports, "__esModule", { value: true });
4040 var CloseOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 00203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z" } }] }, "name": "close", "theme": "outlined" };
4041 exports.default = CloseOutlined;
4042 });
4043
4044 var CloseOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CloseOutlined_1);
4045
4046 var CloseOutlined = function CloseOutlined(props, ref) {
4047 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4048 ref: ref,
4049 icon: CloseOutlinedSvg
4050 }));
4051 };
4052
4053 CloseOutlined.displayName = 'CloseOutlined';
4054 var CloseOutlined$1 = /*#__PURE__*/React.forwardRef(CloseOutlined);
4055
4056 var CloseSquareFilled_1 = createCommonjsModule(function (module, exports) {
4057 // This icon file is generated automatically.
4058 Object.defineProperty(exports, "__esModule", { value: true });
4059 var CloseSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM676.1 657.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1A7.95 7.95 0 01354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9z" } }] }, "name": "close-square", "theme": "filled" };
4060 exports.default = CloseSquareFilled;
4061 });
4062
4063 var CloseSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CloseSquareFilled_1);
4064
4065 var CloseSquareFilled = function CloseSquareFilled(props, ref) {
4066 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4067 ref: ref,
4068 icon: CloseSquareFilledSvg
4069 }));
4070 };
4071
4072 CloseSquareFilled.displayName = 'CloseSquareFilled';
4073 var CloseSquareFilled$1 = /*#__PURE__*/React.forwardRef(CloseSquareFilled);
4074
4075 var CloseSquareOutlined_1 = createCommonjsModule(function (module, exports) {
4076 // This icon file is generated automatically.
4077 Object.defineProperty(exports, "__esModule", { value: true });
4078 var CloseSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M354 671h58.9c4.7 0 9.2-2.1 12.3-5.7L512 561.8l86.8 103.5c3 3.6 7.5 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.4-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.7 0-9.2 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3-3.6-7.5-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 00354 671z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "close-square", "theme": "outlined" };
4079 exports.default = CloseSquareOutlined;
4080 });
4081
4082 var CloseSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CloseSquareOutlined_1);
4083
4084 var CloseSquareOutlined = function CloseSquareOutlined(props, ref) {
4085 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4086 ref: ref,
4087 icon: CloseSquareOutlinedSvg
4088 }));
4089 };
4090
4091 CloseSquareOutlined.displayName = 'CloseSquareOutlined';
4092 var CloseSquareOutlined$1 = /*#__PURE__*/React.forwardRef(CloseSquareOutlined);
4093
4094 var CloseSquareTwoTone_1 = createCommonjsModule(function (module, exports) {
4095 // This icon file is generated automatically.
4096 Object.defineProperty(exports, "__esModule", { value: true });
4097 var CloseSquareTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm163.9-473.9A7.95 7.95 0 01354 353h58.9c4.7 0 9.2 2.1 12.3 5.7L512 462.2l86.8-103.5c3-3.6 7.5-5.7 12.3-5.7H670c6.8 0 10.5 7.9 6.1 13.1L553.8 512l122.3 145.9c4.4 5.2.7 13.1-6.1 13.1h-58.9c-4.7 0-9.2-2.1-12.3-5.7L512 561.8l-86.8 103.5c-3 3.6-7.5 5.7-12.3 5.7H354c-6.8 0-10.5-7.9-6.1-13.1L470.2 512 347.9 366.1z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M354 671h58.9c4.8 0 9.3-2.1 12.3-5.7L512 561.8l86.8 103.5c3.1 3.6 7.6 5.7 12.3 5.7H670c6.8 0 10.5-7.9 6.1-13.1L553.8 512l122.3-145.9c4.4-5.2.7-13.1-6.1-13.1h-58.9c-4.8 0-9.3 2.1-12.3 5.7L512 462.2l-86.8-103.5c-3.1-3.6-7.6-5.7-12.3-5.7H354c-6.8 0-10.5 7.9-6.1 13.1L470.2 512 347.9 657.9A7.95 7.95 0 00354 671z", "fill": primaryColor } }] }; }, "name": "close-square", "theme": "twotone" };
4098 exports.default = CloseSquareTwoTone;
4099 });
4100
4101 var CloseSquareTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CloseSquareTwoTone_1);
4102
4103 var CloseSquareTwoTone = function CloseSquareTwoTone(props, ref) {
4104 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4105 ref: ref,
4106 icon: CloseSquareTwoToneSvg
4107 }));
4108 };
4109
4110 CloseSquareTwoTone.displayName = 'CloseSquareTwoTone';
4111 var CloseSquareTwoTone$1 = /*#__PURE__*/React.forwardRef(CloseSquareTwoTone);
4112
4113 var CloudDownloadOutlined_1 = createCommonjsModule(function (module, exports) {
4114 // This icon file is generated automatically.
4115 Object.defineProperty(exports, "__esModule", { value: true });
4116 var CloudDownloadOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M624 706.3h-74.1V464c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v242.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.7a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9z" } }, { "tag": "path", "attrs": { "d": "M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0152.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 01-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z" } }] }, "name": "cloud-download", "theme": "outlined" };
4117 exports.default = CloudDownloadOutlined;
4118 });
4119
4120 var CloudDownloadOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CloudDownloadOutlined_1);
4121
4122 var CloudDownloadOutlined = function CloudDownloadOutlined(props, ref) {
4123 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4124 ref: ref,
4125 icon: CloudDownloadOutlinedSvg
4126 }));
4127 };
4128
4129 CloudDownloadOutlined.displayName = 'CloudDownloadOutlined';
4130 var CloudDownloadOutlined$1 = /*#__PURE__*/React.forwardRef(CloudDownloadOutlined);
4131
4132 var CloudFilled_1 = createCommonjsModule(function (module, exports) {
4133 // This icon file is generated automatically.
4134 Object.defineProperty(exports, "__esModule", { value: true });
4135 var CloudFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3z" } }] }, "name": "cloud", "theme": "filled" };
4136 exports.default = CloudFilled;
4137 });
4138
4139 var CloudFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CloudFilled_1);
4140
4141 var CloudFilled = function CloudFilled(props, ref) {
4142 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4143 ref: ref,
4144 icon: CloudFilledSvg
4145 }));
4146 };
4147
4148 CloudFilled.displayName = 'CloudFilled';
4149 var CloudFilled$1 = /*#__PURE__*/React.forwardRef(CloudFilled);
4150
4151 var CloudOutlined_1 = createCommonjsModule(function (module, exports) {
4152 // This icon file is generated automatically.
4153 Object.defineProperty(exports, "__esModule", { value: true });
4154 var CloudOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 01-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 01140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0166.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0152.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z" } }] }, "name": "cloud", "theme": "outlined" };
4155 exports.default = CloudOutlined;
4156 });
4157
4158 var CloudOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CloudOutlined_1);
4159
4160 var CloudOutlined = function CloudOutlined(props, ref) {
4161 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4162 ref: ref,
4163 icon: CloudOutlinedSvg
4164 }));
4165 };
4166
4167 CloudOutlined.displayName = 'CloudOutlined';
4168 var CloudOutlined$1 = /*#__PURE__*/React.forwardRef(CloudOutlined);
4169
4170 var CloudServerOutlined_1 = createCommonjsModule(function (module, exports) {
4171 // This icon file is generated automatically.
4172 Object.defineProperty(exports, "__esModule", { value: true });
4173 var CloudServerOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M704 446H320c-4.4 0-8 3.6-8 8v402c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8V454c0-4.4-3.6-8-8-8zm-328 64h272v117H376V510zm272 290H376V683h272v117z" } }, { "tag": "path", "attrs": { "d": "M424 748a32 32 0 1064 0 32 32 0 10-64 0zm0-178a32 32 0 1064 0 32 32 0 10-64 0z" } }, { "tag": "path", "attrs": { "d": "M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z" } }] }, "name": "cloud-server", "theme": "outlined" };
4174 exports.default = CloudServerOutlined;
4175 });
4176
4177 var CloudServerOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CloudServerOutlined_1);
4178
4179 var CloudServerOutlined = function CloudServerOutlined(props, ref) {
4180 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4181 ref: ref,
4182 icon: CloudServerOutlinedSvg
4183 }));
4184 };
4185
4186 CloudServerOutlined.displayName = 'CloudServerOutlined';
4187 var CloudServerOutlined$1 = /*#__PURE__*/React.forwardRef(CloudServerOutlined);
4188
4189 var CloudSyncOutlined_1 = createCommonjsModule(function (module, exports) {
4190 // This icon file is generated automatically.
4191 Object.defineProperty(exports, "__esModule", { value: true });
4192 var CloudSyncOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M811.4 368.9C765.6 248 648.9 162 512.2 162S258.8 247.9 213 368.8C126.9 391.5 63.5 470.2 64 563.6 64.6 668 145.6 752.9 247.6 762c4.7.4 8.7-3.3 8.7-8v-60.4c0-4-3-7.4-7-7.9-27-3.4-52.5-15.2-72.1-34.5-24-23.5-37.2-55.1-37.2-88.6 0-28 9.1-54.4 26.2-76.4 16.7-21.4 40.2-36.9 66.1-43.7l37.9-10 13.9-36.7c8.6-22.8 20.6-44.2 35.7-63.5 14.9-19.2 32.6-36 52.4-50 41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.3c19.9 14 37.5 30.8 52.4 50 15.1 19.3 27.1 40.7 35.7 63.5l13.8 36.6 37.8 10c54.2 14.4 92.1 63.7 92.1 120 0 33.6-13.2 65.1-37.2 88.6-19.5 19.2-44.9 31.1-71.9 34.5-4 .5-6.9 3.9-6.9 7.9V754c0 4.7 4.1 8.4 8.8 8 101.7-9.2 182.5-94 183.2-198.2.6-93.4-62.7-172.1-148.6-194.9z" } }, { "tag": "path", "attrs": { "d": "M376.9 656.4c1.8-33.5 15.7-64.7 39.5-88.6 25.4-25.5 60-39.8 96-39.8 36.2 0 70.3 14.1 96 39.8 1.4 1.4 2.7 2.8 4.1 4.3l-25 19.6a8 8 0 003 14.1l98.2 24c5 1.2 9.9-2.6 9.9-7.7l.5-101.3c0-6.7-7.6-10.5-12.9-6.3L663 532.7c-36.6-42-90.4-68.6-150.5-68.6-107.4 0-195 85.1-199.4 191.7-.2 4.5 3.4 8.3 8 8.3H369c4.2-.1 7.7-3.4 7.9-7.7zM703 664h-47.9c-4.2 0-7.7 3.3-8 7.6-1.8 33.5-15.7 64.7-39.5 88.6-25.4 25.5-60 39.8-96 39.8-36.2 0-70.3-14.1-96-39.8-1.4-1.4-2.7-2.8-4.1-4.3l25-19.6a8 8 0 00-3-14.1l-98.2-24c-5-1.2-9.9 2.6-9.9 7.7l-.4 101.4c0 6.7 7.6 10.5 12.9 6.3l23.2-18.2c36.6 42 90.4 68.6 150.5 68.6 107.4 0 195-85.1 199.4-191.7.2-4.5-3.4-8.3-8-8.3z" } }] }, "name": "cloud-sync", "theme": "outlined" };
4193 exports.default = CloudSyncOutlined;
4194 });
4195
4196 var CloudSyncOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CloudSyncOutlined_1);
4197
4198 var CloudSyncOutlined = function CloudSyncOutlined(props, ref) {
4199 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4200 ref: ref,
4201 icon: CloudSyncOutlinedSvg
4202 }));
4203 };
4204
4205 CloudSyncOutlined.displayName = 'CloudSyncOutlined';
4206 var CloudSyncOutlined$1 = /*#__PURE__*/React.forwardRef(CloudSyncOutlined);
4207
4208 var CloudTwoTone_1 = createCommonjsModule(function (module, exports) {
4209 // This icon file is generated automatically.
4210 Object.defineProperty(exports, "__esModule", { value: true });
4211 var CloudTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M791.9 492l-37.8-10-13.8-36.5c-8.6-22.7-20.6-44.1-35.7-63.4a245.73 245.73 0 00-52.4-49.9c-41.1-28.9-89.5-44.2-140-44.2s-98.9 15.3-140 44.2a245.6 245.6 0 00-52.4 49.9 240.47 240.47 0 00-35.7 63.4l-13.9 36.6-37.9 9.9a125.7 125.7 0 00-66.1 43.7A123.1 123.1 0 00140 612c0 33.1 12.9 64.3 36.3 87.7 23.4 23.4 54.5 36.3 87.6 36.3h496.2c33.1 0 64.2-12.9 87.6-36.3A123.3 123.3 0 00884 612c0-56.2-37.8-105.5-92.1-120z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M811.4 418.7C765.6 297.9 648.9 212 512.2 212S258.8 297.8 213 418.6C127.3 441.1 64 519.1 64 612c0 110.5 89.5 200 199.9 200h496.2C870.5 812 960 722.5 960 612c0-92.7-63.1-170.7-148.6-193.3zm36.3 281a123.07 123.07 0 01-87.6 36.3H263.9c-33.1 0-64.2-12.9-87.6-36.3A123.3 123.3 0 01140 612c0-28 9.1-54.3 26.2-76.3a125.7 125.7 0 0166.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0152.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10c54.3 14.5 92.1 63.8 92.1 120 0 33.1-12.9 64.3-36.3 87.7z", "fill": primaryColor } }] }; }, "name": "cloud", "theme": "twotone" };
4212 exports.default = CloudTwoTone;
4213 });
4214
4215 var CloudTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CloudTwoTone_1);
4216
4217 var CloudTwoTone = function CloudTwoTone(props, ref) {
4218 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4219 ref: ref,
4220 icon: CloudTwoToneSvg
4221 }));
4222 };
4223
4224 CloudTwoTone.displayName = 'CloudTwoTone';
4225 var CloudTwoTone$1 = /*#__PURE__*/React.forwardRef(CloudTwoTone);
4226
4227 var CloudUploadOutlined_1 = createCommonjsModule(function (module, exports) {
4228 // This icon file is generated automatically.
4229 Object.defineProperty(exports, "__esModule", { value: true });
4230 var CloudUploadOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M518.3 459a8 8 0 00-12.6 0l-112 141.7a7.98 7.98 0 006.3 12.9h73.9V856c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V613.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 459z" } }, { "tag": "path", "attrs": { "d": "M811.4 366.7C765.6 245.9 648.9 160 512.2 160S258.8 245.8 213 366.6C127.3 389.1 64 467.2 64 560c0 110.5 89.5 200 199.9 200H304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8h-40.1c-33.7 0-65.4-13.4-89-37.7-23.5-24.2-36-56.8-34.9-90.6.9-26.4 9.9-51.2 26.2-72.1 16.7-21.3 40.1-36.8 66.1-43.7l37.9-9.9 13.9-36.6c8.6-22.8 20.6-44.1 35.7-63.4a245.6 245.6 0 0152.4-49.9c41.1-28.9 89.5-44.2 140-44.2s98.9 15.3 140 44.2c19.9 14 37.5 30.8 52.4 49.9 15.1 19.3 27.1 40.7 35.7 63.4l13.8 36.5 37.8 10C846.1 454.5 884 503.8 884 560c0 33.1-12.9 64.3-36.3 87.7a123.07 123.07 0 01-87.6 36.3H720c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h40.1C870.5 760 960 670.5 960 560c0-92.7-63.1-170.7-148.6-193.3z" } }] }, "name": "cloud-upload", "theme": "outlined" };
4231 exports.default = CloudUploadOutlined;
4232 });
4233
4234 var CloudUploadOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CloudUploadOutlined_1);
4235
4236 var CloudUploadOutlined = function CloudUploadOutlined(props, ref) {
4237 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4238 ref: ref,
4239 icon: CloudUploadOutlinedSvg
4240 }));
4241 };
4242
4243 CloudUploadOutlined.displayName = 'CloudUploadOutlined';
4244 var CloudUploadOutlined$1 = /*#__PURE__*/React.forwardRef(CloudUploadOutlined);
4245
4246 var ClusterOutlined_1 = createCommonjsModule(function (module, exports) {
4247 // This icon file is generated automatically.
4248 Object.defineProperty(exports, "__esModule", { value: true });
4249 var ClusterOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M888 680h-54V540H546v-92h238c8.8 0 16-7.2 16-16V168c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h238v92H190v140h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8h-54v-72h220v72h-54c-4.4 0-8 3.6-8 8v176c0 4.4 3.6 8 8 8h176c4.4 0 8-3.6 8-8V688c0-4.4-3.6-8-8-8zM256 805.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zm288 0c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM288 384V216h448v168H288zm544 421.3c0 1.5-1.2 2.7-2.7 2.7h-58.7c-1.5 0-2.7-1.2-2.7-2.7v-58.7c0-1.5 1.2-2.7 2.7-2.7h58.7c1.5 0 2.7 1.2 2.7 2.7v58.7zM360 300a40 40 0 1080 0 40 40 0 10-80 0z" } }] }, "name": "cluster", "theme": "outlined" };
4250 exports.default = ClusterOutlined;
4251 });
4252
4253 var ClusterOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ClusterOutlined_1);
4254
4255 var ClusterOutlined = function ClusterOutlined(props, ref) {
4256 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4257 ref: ref,
4258 icon: ClusterOutlinedSvg
4259 }));
4260 };
4261
4262 ClusterOutlined.displayName = 'ClusterOutlined';
4263 var ClusterOutlined$1 = /*#__PURE__*/React.forwardRef(ClusterOutlined);
4264
4265 var CodeFilled_1 = createCommonjsModule(function (module, exports) {
4266 // This icon file is generated automatically.
4267 Object.defineProperty(exports, "__esModule", { value: true });
4268 var CodeFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM513.1 518.1l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 01-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3zM716 673c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8h185c4.1 0 7.5 3.6 7.5 8v48z" } }] }, "name": "code", "theme": "filled" };
4269 exports.default = CodeFilled;
4270 });
4271
4272 var CodeFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CodeFilled_1);
4273
4274 var CodeFilled = function CodeFilled(props, ref) {
4275 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4276 ref: ref,
4277 icon: CodeFilledSvg
4278 }));
4279 };
4280
4281 CodeFilled.displayName = 'CodeFilled';
4282 var CodeFilled$1 = /*#__PURE__*/React.forwardRef(CodeFilled);
4283
4284 var CodeOutlined_1 = createCommonjsModule(function (module, exports) {
4285 // This icon file is generated automatically.
4286 Object.defineProperty(exports, "__esModule", { value: true });
4287 var CodeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48zm-194.9 6.1l192-161c3.8-3.2 3.8-9.1 0-12.3l-192-160.9A7.95 7.95 0 00308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 00-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "code", "theme": "outlined" };
4288 exports.default = CodeOutlined;
4289 });
4290
4291 var CodeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CodeOutlined_1);
4292
4293 var CodeOutlined = function CodeOutlined(props, ref) {
4294 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4295 ref: ref,
4296 icon: CodeOutlinedSvg
4297 }));
4298 };
4299
4300 CodeOutlined.displayName = 'CodeOutlined';
4301 var CodeOutlined$1 = /*#__PURE__*/React.forwardRef(CodeOutlined);
4302
4303 var CodeSandboxCircleFilled_1 = createCommonjsModule(function (module, exports) {
4304 // This icon file is generated automatically.
4305 Object.defineProperty(exports, "__esModule", { value: true });
4306 var CodeSandboxCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm243.7 589.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zM307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zm203.9-151.8L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8zm20 352l97.3-56.2v-94.1l87-49.5V418.5L531.8 525z" } }] }, "name": "code-sandbox-circle", "theme": "filled" };
4307 exports.default = CodeSandboxCircleFilled;
4308 });
4309
4310 var CodeSandboxCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CodeSandboxCircleFilled_1);
4311
4312 var CodeSandboxCircleFilled = function CodeSandboxCircleFilled(props, ref) {
4313 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4314 ref: ref,
4315 icon: CodeSandboxCircleFilledSvg
4316 }));
4317 };
4318
4319 CodeSandboxCircleFilled.displayName = 'CodeSandboxCircleFilled';
4320 var CodeSandboxCircleFilled$1 = /*#__PURE__*/React.forwardRef(CodeSandboxCircleFilled);
4321
4322 var CodeSandboxOutlined_1 = createCommonjsModule(function (module, exports) {
4323 // This icon file is generated automatically.
4324 Object.defineProperty(exports, "__esModule", { value: true });
4325 var CodeSandboxOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M709.6 210l.4-.2h.2L512 96 313.9 209.8h-.2l.7.3L151.5 304v416L512 928l360.5-208V304l-162.9-94zM482.7 843.6L339.6 761V621.4L210 547.8V372.9l272.7 157.3v313.4zM238.2 321.5l134.7-77.8 138.9 79.7 139.1-79.9 135.2 78-273.9 158-274-158zM814 548.3l-128.8 73.1v139.1l-143.9 83V530.4L814 373.1v175.2z" } }] }, "name": "code-sandbox", "theme": "outlined" };
4326 exports.default = CodeSandboxOutlined;
4327 });
4328
4329 var CodeSandboxOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CodeSandboxOutlined_1);
4330
4331 var CodeSandboxOutlined = function CodeSandboxOutlined(props, ref) {
4332 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4333 ref: ref,
4334 icon: CodeSandboxOutlinedSvg
4335 }));
4336 };
4337
4338 CodeSandboxOutlined.displayName = 'CodeSandboxOutlined';
4339 var CodeSandboxOutlined$1 = /*#__PURE__*/React.forwardRef(CodeSandboxOutlined);
4340
4341 var CodeSandboxSquareFilled_1 = createCommonjsModule(function (module, exports) {
4342 // This icon file is generated automatically.
4343 Object.defineProperty(exports, "__esModule", { value: true });
4344 var CodeSandboxSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M307.9 536.7l87.6 49.9V681l96.7 55.9V524.8L307.9 418.4zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM755.7 653.2L512 794 268.3 653.2V371.8l110-63.6-.4-.2h.2L512 231l134 77h-.2l-.3.2 110.1 63.6v281.4zm-223.9 83.7l97.3-56.2v-94.1l87-49.5V418.5L531.8 525zm-20-352L418 331l-91.1 52.6 185.2 107 185.2-106.9-91.4-52.8z" } }] }, "name": "code-sandbox-square", "theme": "filled" };
4345 exports.default = CodeSandboxSquareFilled;
4346 });
4347
4348 var CodeSandboxSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CodeSandboxSquareFilled_1);
4349
4350 var CodeSandboxSquareFilled = function CodeSandboxSquareFilled(props, ref) {
4351 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4352 ref: ref,
4353 icon: CodeSandboxSquareFilledSvg
4354 }));
4355 };
4356
4357 CodeSandboxSquareFilled.displayName = 'CodeSandboxSquareFilled';
4358 var CodeSandboxSquareFilled$1 = /*#__PURE__*/React.forwardRef(CodeSandboxSquareFilled);
4359
4360 var CodeTwoTone_1 = createCommonjsModule(function (module, exports) {
4361 // This icon file is generated automatically.
4362 Object.defineProperty(exports, "__esModule", { value: true });
4363 var CodeTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm339.5-223h185c4.1 0 7.5 3.6 7.5 8v48c0 4.4-3.4 8-7.5 8h-185c-4.1 0-7.5-3.6-7.5-8v-48c0-4.4 3.4-8 7.5-8zM308 610.3c0-2.3 1.1-4.6 2.9-6.1L420.7 512l-109.8-92.2a7.63 7.63 0 01-2.9-6.1V351c0-6.8 7.9-10.5 13.1-6.1l192 160.9c3.9 3.2 3.9 9.1 0 12.3l-192 161c-5.2 4.4-13.1.7-13.1-6.1v-62.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M321.1 679.1l192-161c3.9-3.2 3.9-9.1 0-12.3l-192-160.9A7.95 7.95 0 00308 351v62.7c0 2.4 1 4.6 2.9 6.1L420.7 512l-109.8 92.2a8.1 8.1 0 00-2.9 6.1V673c0 6.8 7.9 10.5 13.1 6.1zM516 673c0 4.4 3.4 8 7.5 8h185c4.1 0 7.5-3.6 7.5-8v-48c0-4.4-3.4-8-7.5-8h-185c-4.1 0-7.5 3.6-7.5 8v48z", "fill": primaryColor } }] }; }, "name": "code", "theme": "twotone" };
4364 exports.default = CodeTwoTone;
4365 });
4366
4367 var CodeTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CodeTwoTone_1);
4368
4369 var CodeTwoTone = function CodeTwoTone(props, ref) {
4370 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4371 ref: ref,
4372 icon: CodeTwoToneSvg
4373 }));
4374 };
4375
4376 CodeTwoTone.displayName = 'CodeTwoTone';
4377 var CodeTwoTone$1 = /*#__PURE__*/React.forwardRef(CodeTwoTone);
4378
4379 var CodepenCircleFilled_1 = createCommonjsModule(function (module, exports) {
4380 // This icon file is generated automatically.
4381 Object.defineProperty(exports, "__esModule", { value: true });
4382 var CodepenCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 01-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 01-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 01.8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z" } }] }, "name": "codepen-circle", "theme": "filled" };
4383 exports.default = CodepenCircleFilled;
4384 });
4385
4386 var CodepenCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CodepenCircleFilled_1);
4387
4388 var CodepenCircleFilled = function CodepenCircleFilled(props, ref) {
4389 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4390 ref: ref,
4391 icon: CodepenCircleFilledSvg
4392 }));
4393 };
4394
4395 CodepenCircleFilled.displayName = 'CodepenCircleFilled';
4396 var CodepenCircleFilled$1 = /*#__PURE__*/React.forwardRef(CodepenCircleFilled);
4397
4398 var CodepenCircleOutlined_1 = createCommonjsModule(function (module, exports) {
4399 // This icon file is generated automatically.
4400 Object.defineProperty(exports, "__esModule", { value: true });
4401 var CodepenCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M488.1 414.7V303.4L300.9 428l83.6 55.8zm254.1 137.7v-79.8l-59.8 39.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm278 533c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 01-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 01-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 01.8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-254.1 13.3v111.3L723.1 597l-83.6-55.8zM281.8 472.6v79.8l59.8-39.9zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zM723.1 428L535.9 303.4v111.3l103.6 69.1zM384.5 541.2L300.9 597l187.2 124.6V610.3l-103.6-69.1z" } }] }, "name": "codepen-circle", "theme": "outlined" };
4402 exports.default = CodepenCircleOutlined;
4403 });
4404
4405 var CodepenCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CodepenCircleOutlined_1);
4406
4407 var CodepenCircleOutlined = function CodepenCircleOutlined(props, ref) {
4408 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4409 ref: ref,
4410 icon: CodepenCircleOutlinedSvg
4411 }));
4412 };
4413
4414 CodepenCircleOutlined.displayName = 'CodepenCircleOutlined';
4415 var CodepenCircleOutlined$1 = /*#__PURE__*/React.forwardRef(CodepenCircleOutlined);
4416
4417 var CodepenOutlined_1 = createCommonjsModule(function (module, exports) {
4418 // This icon file is generated automatically.
4419 Object.defineProperty(exports, "__esModule", { value: true });
4420 var CodepenOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M911.7 385.3l-.3-1.5c-.2-1-.3-1.9-.6-2.9-.2-.6-.4-1.1-.5-1.7-.3-.8-.5-1.7-.9-2.5-.2-.6-.5-1.1-.8-1.7-.4-.8-.8-1.5-1.2-2.3-.3-.5-.6-1.1-1-1.6-.8-1.2-1.7-2.4-2.6-3.6-.5-.6-1.1-1.3-1.7-1.9-.4-.5-.9-.9-1.4-1.3-.6-.6-1.3-1.1-1.9-1.6-.5-.4-1-.8-1.6-1.2-.2-.1-.4-.3-.6-.4L531.1 117.8a34.3 34.3 0 00-38.1 0L127.3 361.3c-.2.1-.4.3-.6.4-.5.4-1 .8-1.6 1.2-.7.5-1.3 1.1-1.9 1.6-.5.4-.9.9-1.4 1.3-.6.6-1.2 1.2-1.7 1.9-1 1.1-1.8 2.3-2.6 3.6-.3.5-.7 1-1 1.6-.4.7-.8 1.5-1.2 2.3-.3.5-.5 1.1-.8 1.7-.3.8-.6 1.7-.9 2.5-.2.6-.4 1.1-.5 1.7-.2.9-.4 1.9-.6 2.9l-.3 1.5c-.2 1.5-.3 3-.3 4.5v243.5c0 1.5.1 3 .3 4.5l.3 1.5.6 2.9c.2.6.3 1.1.5 1.7.3.9.6 1.7.9 2.5.2.6.5 1.1.8 1.7.4.8.7 1.5 1.2 2.3.3.5.6 1.1 1 1.6.5.7.9 1.4 1.5 2.1l1.2 1.5c.5.6 1.1 1.3 1.7 1.9.4.5.9.9 1.4 1.3.6.6 1.3 1.1 1.9 1.6.5.4 1 .8 1.6 1.2.2.1.4.3.6.4L493 905.7c5.6 3.8 12.3 5.8 19.1 5.8 6.6 0 13.3-1.9 19.1-5.8l365.6-243.5c.2-.1.4-.3.6-.4.5-.4 1-.8 1.6-1.2.7-.5 1.3-1.1 1.9-1.6.5-.4.9-.9 1.4-1.3.6-.6 1.2-1.2 1.7-1.9l1.2-1.5 1.5-2.1c.3-.5.7-1 1-1.6.4-.8.8-1.5 1.2-2.3.3-.5.5-1.1.8-1.7.3-.8.6-1.7.9-2.5.2-.5.4-1.1.5-1.7.3-.9.4-1.9.6-2.9l.3-1.5c.2-1.5.3-3 .3-4.5V389.8c-.3-1.5-.4-3-.6-4.5zM546.4 210.5l269.4 179.4-120.3 80.4-149-99.6V210.5zm-68.8 0v160.2l-149 99.6-120.3-80.4 269.3-179.4zM180.7 454.1l86 57.5-86 57.5v-115zm296.9 358.5L208.3 633.2l120.3-80.4 149 99.6v160.2zM512 592.8l-121.6-81.2L512 430.3l121.6 81.2L512 592.8zm34.4 219.8V652.4l149-99.6 120.3 80.4-269.3 179.4zM843.3 569l-86-57.5 86-57.5v115z" } }] }, "name": "codepen", "theme": "outlined" };
4421 exports.default = CodepenOutlined;
4422 });
4423
4424 var CodepenOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CodepenOutlined_1);
4425
4426 var CodepenOutlined = function CodepenOutlined(props, ref) {
4427 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4428 ref: ref,
4429 icon: CodepenOutlinedSvg
4430 }));
4431 };
4432
4433 CodepenOutlined.displayName = 'CodepenOutlined';
4434 var CodepenOutlined$1 = /*#__PURE__*/React.forwardRef(CodepenOutlined);
4435
4436 var CodepenSquareFilled_1 = createCommonjsModule(function (module, exports) {
4437 // This icon file is generated automatically.
4438 Object.defineProperty(exports, "__esModule", { value: true });
4439 var CodepenSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M723.1 428L535.9 303.4v111.3l103.6 69.1zM512 456.1l-84.5 56.4 84.5 56.4 84.5-56.4zm23.9 154.2v111.3L723.1 597l-83.6-55.8zm-151.4-69.1L300.9 597l187.2 124.6V610.3l-103.6-69.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-90 485c0 1.1-.1 2.1-.2 3.1 0 .4-.1.7-.2 1a14.16 14.16 0 01-.8 3.2c-.2.6-.4 1.2-.6 1.7-.2.4-.4.8-.5 1.2-.3.5-.5 1.1-.8 1.6-.2.4-.4.7-.7 1.1-.3.5-.7 1-1 1.5-.3.4-.5.7-.8 1-.4.4-.8.9-1.2 1.3-.3.3-.6.6-1 .9-.4.4-.9.8-1.4 1.1-.4.3-.7.6-1.1.8-.1.1-.3.2-.4.3L525.2 786c-4 2.7-8.6 4-13.2 4-4.7 0-9.3-1.4-13.3-4L244.6 616.9c-.1-.1-.3-.2-.4-.3l-1.1-.8c-.5-.4-.9-.7-1.3-1.1-.3-.3-.6-.6-1-.9-.4-.4-.8-.8-1.2-1.3a7 7 0 01-.8-1c-.4-.5-.7-1-1-1.5-.2-.4-.5-.7-.7-1.1-.3-.5-.6-1.1-.8-1.6-.2-.4-.4-.8-.5-1.2-.2-.6-.4-1.2-.6-1.7-.1-.4-.3-.8-.4-1.2-.2-.7-.3-1.3-.4-2-.1-.3-.1-.7-.2-1-.1-1-.2-2.1-.2-3.1V427.9c0-1 .1-2.1.2-3.1.1-.3.1-.7.2-1a14.16 14.16 0 01.8-3.2c.2-.6.4-1.2.6-1.7.2-.4.4-.8.5-1.2.2-.5.5-1.1.8-1.6.2-.4.4-.7.7-1.1.6-.9 1.2-1.7 1.8-2.5.4-.4.8-.9 1.2-1.3.3-.3.6-.6 1-.9.4-.4.9-.8 1.3-1.1.4-.3.7-.6 1.1-.8.1-.1.3-.2.4-.3L498.7 239c8-5.3 18.5-5.3 26.5 0l254.1 169.1c.1.1.3.2.4.3l1.1.8 1.4 1.1c.3.3.6.6 1 .9.4.4.8.8 1.2 1.3.7.8 1.3 1.6 1.8 2.5.2.4.5.7.7 1.1.3.5.6 1 .8 1.6.2.4.4.8.5 1.2.2.6.4 1.2.6 1.7.1.4.3.8.4 1.2.2.7.3 1.3.4 2 .1.3.1.7.2 1 .1 1 .2 2.1.2 3.1V597zm-47.8-44.6v-79.8l-59.8 39.9zm-460.4-79.8v79.8l59.8-39.9zm206.3-57.9V303.4L300.9 428l83.6 55.8z" } }] }, "name": "codepen-square", "theme": "filled" };
4440 exports.default = CodepenSquareFilled;
4441 });
4442
4443 var CodepenSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CodepenSquareFilled_1);
4444
4445 var CodepenSquareFilled = function CodepenSquareFilled(props, ref) {
4446 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4447 ref: ref,
4448 icon: CodepenSquareFilledSvg
4449 }));
4450 };
4451
4452 CodepenSquareFilled.displayName = 'CodepenSquareFilled';
4453 var CodepenSquareFilled$1 = /*#__PURE__*/React.forwardRef(CodepenSquareFilled);
4454
4455 var CoffeeOutlined_1 = createCommonjsModule(function (module, exports) {
4456 // This icon file is generated automatically.
4457 Object.defineProperty(exports, "__esModule", { value: true });
4458 var CoffeeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M275 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm613 144H768c0-39.8-32.2-72-72-72H200c-39.8 0-72 32.2-72 72v248c0 3.4.2 6.7.7 9.9-.5 7-.7 14-.7 21.1 0 176.7 143.3 320 320 320 160.1 0 292.7-117.5 316.3-271H888c39.8 0 72-32.2 72-72V497c0-39.8-32.2-72-72-72zM696 681h-1.1c.7 7.6 1.1 15.2 1.1 23 0 137-111 248-248 248S200 841 200 704c0-7.8.4-15.4 1.1-23H200V425h496v256zm192-8H776V497h112v176zM613 281c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36zm-170 0c19.9 0 36-16.1 36-36V36c0-19.9-16.1-36-36-36s-36 16.1-36 36v209c0 19.9 16.1 36 36 36z" } }] }, "name": "coffee", "theme": "outlined" };
4459 exports.default = CoffeeOutlined;
4460 });
4461
4462 var CoffeeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CoffeeOutlined_1);
4463
4464 var CoffeeOutlined = function CoffeeOutlined(props, ref) {
4465 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4466 ref: ref,
4467 icon: CoffeeOutlinedSvg
4468 }));
4469 };
4470
4471 CoffeeOutlined.displayName = 'CoffeeOutlined';
4472 var CoffeeOutlined$1 = /*#__PURE__*/React.forwardRef(CoffeeOutlined);
4473
4474 var ColumnHeightOutlined_1 = createCommonjsModule(function (module, exports) {
4475 // This icon file is generated automatically.
4476 Object.defineProperty(exports, "__esModule", { value: true });
4477 var ColumnHeightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 00-11.3 0L403.6 366.3a7.23 7.23 0 005.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z" } }] }, "name": "column-height", "theme": "outlined" };
4478 exports.default = ColumnHeightOutlined;
4479 });
4480
4481 var ColumnHeightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ColumnHeightOutlined_1);
4482
4483 var ColumnHeightOutlined = function ColumnHeightOutlined(props, ref) {
4484 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4485 ref: ref,
4486 icon: ColumnHeightOutlinedSvg
4487 }));
4488 };
4489
4490 ColumnHeightOutlined.displayName = 'ColumnHeightOutlined';
4491 var ColumnHeightOutlined$1 = /*#__PURE__*/React.forwardRef(ColumnHeightOutlined);
4492
4493 var ColumnWidthOutlined_1 = createCommonjsModule(function (module, exports) {
4494 // This icon file is generated automatically.
4495 Object.defineProperty(exports, "__esModule", { value: true });
4496 var ColumnWidthOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M180 176h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zm724 0h-60c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8zM785.3 504.3L657.7 403.6a7.23 7.23 0 00-11.7 5.7V476H378v-62.8c0-6-7-9.4-11.7-5.7L238.7 508.3a7.14 7.14 0 000 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h268v62.8c0 6 7 9.4 11.7 5.7l127.5-100.8c3.8-2.9 3.8-8.5.2-11.4z" } }] }, "name": "column-width", "theme": "outlined" };
4497 exports.default = ColumnWidthOutlined;
4498 });
4499
4500 var ColumnWidthOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ColumnWidthOutlined_1);
4501
4502 var ColumnWidthOutlined = function ColumnWidthOutlined(props, ref) {
4503 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4504 ref: ref,
4505 icon: ColumnWidthOutlinedSvg
4506 }));
4507 };
4508
4509 ColumnWidthOutlined.displayName = 'ColumnWidthOutlined';
4510 var ColumnWidthOutlined$1 = /*#__PURE__*/React.forwardRef(ColumnWidthOutlined);
4511
4512 var CommentOutlined_1 = createCommonjsModule(function (module, exports) {
4513 // This icon file is generated automatically.
4514 Object.defineProperty(exports, "__esModule", { value: true });
4515 var CommentOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M573 421c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40zm-280 0c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40z" } }, { "tag": "path", "attrs": { "d": "M894 345a343.92 343.92 0 00-189-130v.1c-17.1-19-36.4-36.5-58-52.1-163.7-119-393.5-82.7-513 81-96.3 133-92.2 311.9 6 439l.8 132.6c0 3.2.5 6.4 1.5 9.4a31.95 31.95 0 0040.1 20.9L309 806c33.5 11.9 68.1 18.7 102.5 20.6l-.5.4c89.1 64.9 205.9 84.4 313 49l127.1 41.4c3.2 1 6.5 1.6 9.9 1.6 17.7 0 32-14.3 32-32V753c88.1-119.6 90.4-284.9 1-408zM323 735l-12-5-99 31-1-104-8-9c-84.6-103.2-90.2-251.9-11-361 96.4-132.2 281.2-161.4 413-66 132.2 96.1 161.5 280.6 66 412-80.1 109.9-223.5 150.5-348 102zm505-17l-8 10 1 104-98-33-12 5c-56 20.8-115.7 22.5-171 7l-.2-.1A367.31 367.31 0 00729 676c76.4-105.3 88.8-237.6 44.4-350.4l.6.4c23 16.5 44.1 37.1 62 62 72.6 99.6 68.5 235.2-8 330z" } }, { "tag": "path", "attrs": { "d": "M433 421c-23.1 0-41 17.9-41 40s17.9 40 41 40c21.1 0 39-17.9 39-40s-17.9-40-39-40z" } }] }, "name": "comment", "theme": "outlined" };
4516 exports.default = CommentOutlined;
4517 });
4518
4519 var CommentOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CommentOutlined_1);
4520
4521 var CommentOutlined = function CommentOutlined(props, ref) {
4522 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4523 ref: ref,
4524 icon: CommentOutlinedSvg
4525 }));
4526 };
4527
4528 CommentOutlined.displayName = 'CommentOutlined';
4529 var CommentOutlined$1 = /*#__PURE__*/React.forwardRef(CommentOutlined);
4530
4531 var CompassFilled_1 = createCommonjsModule(function (module, exports) {
4532 // This icon file is generated automatically.
4533 Object.defineProperty(exports, "__esModule", { value: true });
4534 var CompassFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM327.3 702.4c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2l98.7-225.5 132.1 132.1-225.5 98.7zm375.1-375.1l-98.7 225.5-132.1-132.1L697.1 322c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z" } }] }, "name": "compass", "theme": "filled" };
4535 exports.default = CompassFilled;
4536 });
4537
4538 var CompassFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CompassFilled_1);
4539
4540 var CompassFilled = function CompassFilled(props, ref) {
4541 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4542 ref: ref,
4543 icon: CompassFilledSvg
4544 }));
4545 };
4546
4547 CompassFilled.displayName = 'CompassFilled';
4548 var CompassFilled$1 = /*#__PURE__*/React.forwardRef(CompassFilled);
4549
4550 var CompassOutlined_1 = createCommonjsModule(function (module, exports) {
4551 // This icon file is generated automatically.
4552 Object.defineProperty(exports, "__esModule", { value: true });
4553 var CompassOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm198.4-588.1a32 32 0 00-24.5.5L414.9 415 296.4 686c-3.6 8.2-3.6 17.5 0 25.7 3.4 7.8 9.7 13.9 17.7 17 3.8 1.5 7.7 2.2 11.7 2.2 4.4 0 8.7-.9 12.8-2.7l271-118.6 118.5-271a32.06 32.06 0 00-17.7-42.7zM576.8 534.4l26.2 26.2-42.4 42.4-26.2-26.2L380 644.4 447.5 490 422 464.4l42.4-42.4 25.5 25.5L644.4 380l-67.6 154.4zM464.4 422L422 464.4l25.5 25.6 86.9 86.8 26.2 26.2 42.4-42.4-26.2-26.2-86.8-86.9z" } }] }, "name": "compass", "theme": "outlined" };
4554 exports.default = CompassOutlined;
4555 });
4556
4557 var CompassOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CompassOutlined_1);
4558
4559 var CompassOutlined = function CompassOutlined(props, ref) {
4560 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4561 ref: ref,
4562 icon: CompassOutlinedSvg
4563 }));
4564 };
4565
4566 CompassOutlined.displayName = 'CompassOutlined';
4567 var CompassOutlined$1 = /*#__PURE__*/React.forwardRef(CompassOutlined);
4568
4569 var CompassTwoTone_1 = createCommonjsModule(function (module, exports) {
4570 // This icon file is generated automatically.
4571 Object.defineProperty(exports, "__esModule", { value: true });
4572 var CompassTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM327.6 701.7c-2 .9-4.4 0-5.3-2.1-.4-1-.4-2.2 0-3.2L421 470.9 553.1 603l-225.5 98.7zm375.1-375.1L604 552.1 471.9 420l225.5-98.7c2-.9 4.4 0 5.3 2.1.4 1 .4 2.1 0 3.2z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M322.3 696.4c-.4 1-.4 2.2 0 3.2.9 2.1 3.3 3 5.3 2.1L553.1 603 421 470.9l-98.7 225.5zm375.1-375.1L471.9 420 604 552.1l98.7-225.5c.4-1.1.4-2.2 0-3.2-.9-2.1-3.3-3-5.3-2.1z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }] }; }, "name": "compass", "theme": "twotone" };
4573 exports.default = CompassTwoTone;
4574 });
4575
4576 var CompassTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CompassTwoTone_1);
4577
4578 var CompassTwoTone = function CompassTwoTone(props, ref) {
4579 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4580 ref: ref,
4581 icon: CompassTwoToneSvg
4582 }));
4583 };
4584
4585 CompassTwoTone.displayName = 'CompassTwoTone';
4586 var CompassTwoTone$1 = /*#__PURE__*/React.forwardRef(CompassTwoTone);
4587
4588 var CompressOutlined_1 = createCommonjsModule(function (module, exports) {
4589 // This icon file is generated automatically.
4590 Object.defineProperty(exports, "__esModule", { value: true });
4591 var CompressOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M326 664H104c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h174v176c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V696c0-17.7-14.3-32-32-32zm16-576h-48c-8.8 0-16 7.2-16 16v176H104c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h222c17.7 0 32-14.3 32-32V104c0-8.8-7.2-16-16-16zm578 576H698c-17.7 0-32 14.3-32 32v224c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V744h174c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16zm0-384H746V104c0-8.8-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16v224c0 17.7 14.3 32 32 32h222c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16z" } }] }, "name": "compress", "theme": "outlined" };
4592 exports.default = CompressOutlined;
4593 });
4594
4595 var CompressOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CompressOutlined_1);
4596
4597 var CompressOutlined = function CompressOutlined(props, ref) {
4598 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4599 ref: ref,
4600 icon: CompressOutlinedSvg
4601 }));
4602 };
4603
4604 CompressOutlined.displayName = 'CompressOutlined';
4605 var CompressOutlined$1 = /*#__PURE__*/React.forwardRef(CompressOutlined);
4606
4607 var ConsoleSqlOutlined_1 = createCommonjsModule(function (module, exports) {
4608 // This icon file is generated automatically.
4609 Object.defineProperty(exports, "__esModule", { value: true });
4610 var ConsoleSqlOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M301.3 496.7c-23.8 0-40.2-10.5-41.6-26.9H205c.9 43.4 36.9 70.3 93.9 70.3 59.1 0 95-28.4 95-75.5 0-35.8-20-55.9-64.5-64.5l-29.1-5.6c-23.8-4.7-33.8-11.9-33.8-24.2 0-15 13.3-24.5 33.4-24.5 20.1 0 35.3 11.1 36.6 27h53c-.9-41.7-37.5-70.3-90.3-70.3-54.4 0-89.7 28.9-89.7 73 0 35.5 21.2 58 62.5 65.8l29.7 5.9c25.8 5.2 35.6 11.9 35.6 24.4.1 14.7-14.5 25.1-36 25.1z" } }, { "tag": "path", "attrs": { "d": "M928 140H96c-17.7 0-32 14.3-32 32v496c0 17.7 14.3 32 32 32h380v112H304c-8.8 0-16 7.2-16 16v48c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7 0 32-14.3 32-32V172c0-17.7-14.3-32-32-32zm-40 488H136V212h752v416z" } }, { "tag": "path", "attrs": { "d": "M828.5 486.7h-95.8V308.5h-57.4V534h153.2zm-298.6 53.4c14.1 0 27.2-2 39.1-5.8l13.3 20.3h53.3L607.9 511c21.1-20 33-51.1 33-89.8 0-73.3-43.3-118.8-110.9-118.8s-111.2 45.3-111.2 118.8c-.1 73.7 43 118.9 111.1 118.9zm0-190c31.6 0 52.7 27.7 52.7 71.1 0 16.7-3.6 30.6-10 40.5l-5.2-6.9h-48.8L542 491c-3.9.9-8 1.4-12.2 1.4-31.7 0-52.8-27.5-52.8-71.2.1-43.6 21.2-71.1 52.9-71.1z" } }] }, "name": "console-sql", "theme": "outlined" };
4611 exports.default = ConsoleSqlOutlined;
4612 });
4613
4614 var ConsoleSqlOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ConsoleSqlOutlined_1);
4615
4616 var ConsoleSqlOutlined = function ConsoleSqlOutlined(props, ref) {
4617 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4618 ref: ref,
4619 icon: ConsoleSqlOutlinedSvg
4620 }));
4621 };
4622
4623 ConsoleSqlOutlined.displayName = 'ConsoleSqlOutlined';
4624 var ConsoleSqlOutlined$1 = /*#__PURE__*/React.forwardRef(ConsoleSqlOutlined);
4625
4626 var ContactsFilled_1 = createCommonjsModule(function (module, exports) {
4627 // This icon file is generated automatically.
4628 Object.defineProperty(exports, "__esModule", { value: true });
4629 var ContactsFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM661 736h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.6-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H363a8 8 0 01-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 01-29.1-75.5c0-61.9 49.9-112 111.4-112 61.5 0 111.4 50.1 111.4 112 0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zM512 474c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52c28.5 0 51.7-23.3 51.7-52s-23.2-52-51.7-52z" } }] }, "name": "contacts", "theme": "filled" };
4630 exports.default = ContactsFilled;
4631 });
4632
4633 var ContactsFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ContactsFilled_1);
4634
4635 var ContactsFilled = function ContactsFilled(props, ref) {
4636 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4637 ref: ref,
4638 icon: ContactsFilledSvg
4639 }));
4640 };
4641
4642 ContactsFilled.displayName = 'ContactsFilled';
4643 var ContactsFilled$1 = /*#__PURE__*/React.forwardRef(ContactsFilled);
4644
4645 var ContactsOutlined_1 = createCommonjsModule(function (module, exports) {
4646 // This icon file is generated automatically.
4647 Object.defineProperty(exports, "__esModule", { value: true });
4648 var ContactsOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M594.3 601.5a111.8 111.8 0 0029.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 00-74.6 126.1 8 8 0 008 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 008-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52zm416-354H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z" } }] }, "name": "contacts", "theme": "outlined" };
4649 exports.default = ContactsOutlined;
4650 });
4651
4652 var ContactsOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ContactsOutlined_1);
4653
4654 var ContactsOutlined = function ContactsOutlined(props, ref) {
4655 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4656 ref: ref,
4657 icon: ContactsOutlinedSvg
4658 }));
4659 };
4660
4661 ContactsOutlined.displayName = 'ContactsOutlined';
4662 var ContactsOutlined$1 = /*#__PURE__*/React.forwardRef(ContactsOutlined);
4663
4664 var ContactsTwoTone_1 = createCommonjsModule(function (module, exports) {
4665 // This icon file is generated automatically.
4666 Object.defineProperty(exports, "__esModule", { value: true });
4667 var ContactsTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M460.3 526a51.7 52 0 10103.4 0 51.7 52 0 10-103.4 0z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM661 736h-43.8c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 39.9-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5h-43.9a8 8 0 01-8-8.4c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.7 26.4 71.9 72.8 74.7 126.1a8 8 0 01-8 8.4z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M594.3 601.5a111.8 111.8 0 0029.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 00-74.6 126.1 8 8 0 008 8.4H407c4.2 0 7.6-3.3 7.9-7.5 3.8-50.6 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H661a8 8 0 008-8.4c-2.8-53.3-32-99.7-74.7-126.1zM512 578c-28.5 0-51.7-23.3-51.7-52s23.2-52 51.7-52 51.7 23.3 51.7 52-23.2 52-51.7 52z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z", "fill": primaryColor } }] }; }, "name": "contacts", "theme": "twotone" };
4668 exports.default = ContactsTwoTone;
4669 });
4670
4671 var ContactsTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ContactsTwoTone_1);
4672
4673 var ContactsTwoTone = function ContactsTwoTone(props, ref) {
4674 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4675 ref: ref,
4676 icon: ContactsTwoToneSvg
4677 }));
4678 };
4679
4680 ContactsTwoTone.displayName = 'ContactsTwoTone';
4681 var ContactsTwoTone$1 = /*#__PURE__*/React.forwardRef(ContactsTwoTone);
4682
4683 var ContainerFilled_1 = createCommonjsModule(function (module, exports) {
4684 // This icon file is generated automatically.
4685 Object.defineProperty(exports, "__esModule", { value: true });
4686 var ContainerFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v529c0-.6.4-1 1-1h219.3l5.2 24.7C397.6 708.5 450.8 752 512 752s114.4-43.5 126.4-103.3l5.2-24.7H863c.6 0 1 .4 1 1V96c0-17.7-14.3-32-32-32zM712 493c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm0-160c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8v48zm151 354H694.1c-11.6 32.8-32 62.3-59.1 84.7-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 01-59.1-84.7H161c-.6 0-1-.4-1-1v242c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V686c0 .6-.4 1-1 1z" } }] }, "name": "container", "theme": "filled" };
4687 exports.default = ContainerFilled;
4688 });
4689
4690 var ContainerFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ContainerFilled_1);
4691
4692 var ContainerFilled = function ContainerFilled(props, ref) {
4693 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4694 ref: ref,
4695 icon: ContainerFilledSvg
4696 }));
4697 };
4698
4699 ContainerFilled.displayName = 'ContainerFilled';
4700 var ContainerFilled$1 = /*#__PURE__*/React.forwardRef(ContainerFilled);
4701
4702 var ContainerOutlined_1 = createCommonjsModule(function (module, exports) {
4703 // This icon file is generated automatically.
4704 Object.defineProperty(exports, "__esModule", { value: true });
4705 var ContainerOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v-63H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v752zM320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 160h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }] }, "name": "container", "theme": "outlined" };
4706 exports.default = ContainerOutlined;
4707 });
4708
4709 var ContainerOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ContainerOutlined_1);
4710
4711 var ContainerOutlined = function ContainerOutlined(props, ref) {
4712 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4713 ref: ref,
4714 icon: ContainerOutlinedSvg
4715 }));
4716 };
4717
4718 ContainerOutlined.displayName = 'ContainerOutlined';
4719 var ContainerOutlined$1 = /*#__PURE__*/React.forwardRef(ContainerOutlined);
4720
4721 var ContainerTwoTone_1 = createCommonjsModule(function (module, exports) {
4722 // This icon file is generated automatically.
4723 Object.defineProperty(exports, "__esModule", { value: true });
4724 var ContainerTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M635 771.7c-34.5 28.6-78.2 44.3-123 44.3s-88.5-15.8-123-44.3a194.02 194.02 0 01-59.1-84.7H232v201h560V687h-97.9c-11.6 32.8-32 62.3-59.1 84.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M320 501h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V687h97.9c11.6 32.8 32 62.3 59.1 84.7 34.5 28.5 78.2 44.3 123 44.3s88.5-15.7 123-44.3c27.1-22.4 47.5-51.9 59.1-84.7H792v201zm0-264H643.6l-5.2 24.7C626.4 708.5 573.2 752 512 752s-114.4-43.5-126.5-103.3l-5.2-24.7H232V136h560v488z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M320 341h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z", "fill": primaryColor } }] }; }, "name": "container", "theme": "twotone" };
4725 exports.default = ContainerTwoTone;
4726 });
4727
4728 var ContainerTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ContainerTwoTone_1);
4729
4730 var ContainerTwoTone = function ContainerTwoTone(props, ref) {
4731 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4732 ref: ref,
4733 icon: ContainerTwoToneSvg
4734 }));
4735 };
4736
4737 ContainerTwoTone.displayName = 'ContainerTwoTone';
4738 var ContainerTwoTone$1 = /*#__PURE__*/React.forwardRef(ContainerTwoTone);
4739
4740 var ControlFilled_1 = createCommonjsModule(function (module, exports) {
4741 // This icon file is generated automatically.
4742 Object.defineProperty(exports, "__esModule", { value: true });
4743 var ControlFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM404 683v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99zm279.6-143.9c.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1zM616 440a36 36 0 1072 0 36 36 0 10-72 0zM403.4 566.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 00-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5z" } }] }, "name": "control", "theme": "filled" };
4744 exports.default = ControlFilled;
4745 });
4746
4747 var ControlFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ControlFilled_1);
4748
4749 var ControlFilled = function ControlFilled(props, ref) {
4750 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4751 ref: ref,
4752 icon: ControlFilledSvg
4753 }));
4754 };
4755
4756 ControlFilled.displayName = 'ControlFilled';
4757 var ControlFilled$1 = /*#__PURE__*/React.forwardRef(ControlFilled);
4758
4759 var ControlOutlined_1 = createCommonjsModule(function (module, exports) {
4760 // This icon file is generated automatically.
4761 Object.defineProperty(exports, "__esModule", { value: true });
4762 var ControlOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8s0 .1.1.1a36.18 36.18 0 015.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8 0 0 0 .1-.1.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7zM620 539v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-10.1 3.3-20.8 5-32 5s-21.9-1.8-32-5zm64-198v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c10.1-3.3 20.8-5 32-5s21.9 1.8 32 5zm-64 198c10.1 3.3 20.8 5 32 5s21.9-1.8 32-5c41.8-13.5 72-52.7 72-99s-30.2-85.5-72-99c-10.1-3.3-20.8-5-32-5s-21.9 1.8-32 5c-41.8 13.5-72 52.7-72 99s30.2 85.5 72 99zm.1-115.7c.3-.6.7-1.2 1-1.8v-.1l1.2-1.8c.1-.2.2-.3.3-.5.3-.5.7-.9 1-1.4.1-.1.2-.3.3-.4.5-.6.9-1.1 1.4-1.6l.3-.3 1.2-1.2.4-.4c.5-.5 1-.9 1.6-1.4.6-.5 1.1-.9 1.7-1.3.2-.1.3-.2.5-.3.5-.3.9-.7 1.4-1 .1-.1.3-.2.4-.3.6-.4 1.2-.7 1.9-1.1.1-.1.3-.1.4-.2.5-.3 1-.5 1.6-.8l.6-.3c.7-.3 1.3-.6 2-.8.7-.3 1.4-.5 2.1-.7.2-.1.4-.1.6-.2.6-.2 1.1-.3 1.7-.4.2 0 .3-.1.5-.1.7-.2 1.5-.3 2.2-.4.2 0 .3 0 .5-.1.6-.1 1.2-.1 1.8-.2h.6c.8 0 1.5-.1 2.3-.1s1.5 0 2.3.1h.6c.6 0 1.2.1 1.8.2.2 0 .3 0 .5.1.7.1 1.5.2 2.2.4.2 0 .3.1.5.1.6.1 1.2.3 1.7.4.2.1.4.1.6.2.7.2 1.4.4 2.1.7.7.2 1.3.5 2 .8l.6.3c.5.2 1.1.5 1.6.8.1.1.3.1.4.2.6.3 1.3.7 1.9 1.1.1.1.3.2.4.3.5.3 1 .6 1.4 1 .2.1.3.2.5.3.6.4 1.2.9 1.7 1.3s1.1.9 1.6 1.4l.4.4 1.2 1.2.3.3c.5.5 1 1.1 1.4 1.6.1.1.2.3.3.4.4.4.7.9 1 1.4.1.2.2.3.3.5l1.2 1.8v.1a36.18 36.18 0 015.1 18.5c0 6-1.5 11.7-4.1 16.7-.3.6-.7 1.2-1 1.8v.1l-1.2 1.8c-.1.2-.2.3-.3.5-.3.5-.7.9-1 1.4-.1.1-.2.3-.3.4-.5.6-.9 1.1-1.4 1.6l-.3.3-1.2 1.2-.4.4c-.5.5-1 .9-1.6 1.4-.6.5-1.1.9-1.7 1.3-.2.1-.3.2-.5.3-.5.3-.9.7-1.4 1-.1.1-.3.2-.4.3-.6.4-1.2.7-1.9 1.1-.1.1-.3.1-.4.2-.5.3-1 .5-1.6.8l-.6.3c-.7.3-1.3.6-2 .8-.7.3-1.4.5-2.1.7-.2.1-.4.1-.6.2-.6.2-1.1.3-1.7.4-.2 0-.3.1-.5.1-.7.2-1.5.3-2.2.4-.2 0-.3 0-.5.1-.6.1-1.2.1-1.8.2h-.6c-.8 0-1.5.1-2.3.1s-1.5 0-2.3-.1h-.6c-.6 0-1.2-.1-1.8-.2-.2 0-.3 0-.5-.1-.7-.1-1.5-.2-2.2-.4-.2 0-.3-.1-.5-.1-.6-.1-1.2-.3-1.7-.4-.2-.1-.4-.1-.6-.2-.7-.2-1.4-.4-2.1-.7-.7-.2-1.3-.5-2-.8l-.6-.3c-.5-.2-1.1-.5-1.6-.8-.1-.1-.3-.1-.4-.2-.6-.3-1.3-.7-1.9-1.1-.1-.1-.3-.2-.4-.3-.5-.3-1-.6-1.4-1-.2-.1-.3-.2-.5-.3-.6-.4-1.2-.9-1.7-1.3s-1.1-.9-1.6-1.4l-.4-.4-1.2-1.2-.3-.3c-.5-.5-1-1.1-1.4-1.6-.1-.1-.2-.3-.3-.4-.4-.4-.7-.9-1-1.4-.1-.2-.2-.3-.3-.5l-1.2-1.8v-.1c-.4-.6-.7-1.2-1-1.8-2.6-5-4.1-10.7-4.1-16.7s1.5-11.7 4.1-16.7z" } }] }, "name": "control", "theme": "outlined" };
4763 exports.default = ControlOutlined;
4764 });
4765
4766 var ControlOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ControlOutlined_1);
4767
4768 var ControlOutlined = function ControlOutlined(props, ref) {
4769 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4770 ref: ref,
4771 icon: ControlOutlinedSvg
4772 }));
4773 };
4774
4775 ControlOutlined.displayName = 'ControlOutlined';
4776 var ControlOutlined$1 = /*#__PURE__*/React.forwardRef(ControlOutlined);
4777
4778 var ControlTwoTone_1 = createCommonjsModule(function (module, exports) {
4779 // This icon file is generated automatically.
4780 Object.defineProperty(exports, "__esModule", { value: true });
4781 var ControlTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M616 440a36 36 0 1072 0 36 36 0 10-72 0zM340.4 601.5l1.5 2.4c0 .1.1.1.1.2l.9 1.2c.1.1.2.2.2.3 1 1.3 2 2.5 3.2 3.6l.2.2c.4.4.8.8 1.2 1.1.8.8 1.7 1.5 2.6 2.1h.1l1.2.9c.1.1.3.2.4.3 1.2.8 2.5 1.6 3.9 2.2.2.1.5.2.7.4.4.2.7.3 1.1.5.3.1.7.3 1 .4.5.2 1 .4 1.5.5.4.1.9.3 1.3.4l.9.3 1.4.3c.2.1.5.1.7.2.7.1 1.4.3 2.1.4.2 0 .4 0 .6.1.6.1 1.1.1 1.7.2.2 0 .4 0 .7.1.8 0 1.5.1 2.3.1s1.5 0 2.3-.1c.2 0 .4 0 .7-.1.6 0 1.2-.1 1.7-.2.2 0 .4 0 .6-.1.7-.1 1.4-.2 2.1-.4.2-.1.5-.1.7-.2l1.4-.3.9-.3c.4-.1.9-.3 1.3-.4.5-.2 1-.4 1.5-.5.3-.1.7-.3 1-.4.4-.2.7-.3 1.1-.5.2-.1.5-.2.7-.4 1.3-.7 2.6-1.4 3.9-2.2.1-.1.3-.2.4-.3l1.2-.9h.1c.9-.7 1.8-1.4 2.6-2.1.4-.4.8-.7 1.2-1.1l.2-.2c1.1-1.1 2.2-2.4 3.2-3.6.1-.1.2-.2.2-.3l.9-1.2c0-.1.1-.1.1-.2l1.5-2.4c.1-.2.2-.3.3-.5 2.7-5.1 4.3-10.9 4.3-17s-1.6-12-4.3-17c-.1-.2-.2-.4-.3-.5l-1.5-2.4c0-.1-.1-.1-.1-.2l-.9-1.2c-.1-.1-.2-.2-.2-.3-1-1.3-2-2.5-3.2-3.6l-.2-.2c-.4-.4-.8-.8-1.2-1.1-.8-.8-1.7-1.5-2.6-2.1h-.1l-1.2-.9c-.1-.1-.3-.2-.4-.3-1.2-.8-2.5-1.6-3.9-2.2-.2-.1-.5-.2-.7-.4-.4-.2-.7-.3-1.1-.5-.3-.1-.7-.3-1-.4-.5-.2-1-.4-1.5-.5-.4-.1-.9-.3-1.3-.4l-.9-.3-1.4-.3c-.2-.1-.5-.1-.7-.2-.7-.1-1.4-.3-2.1-.4-.2 0-.4 0-.6-.1-.6-.1-1.1-.1-1.7-.2-.2 0-.4 0-.7-.1-.8 0-1.5-.1-2.3-.1s-1.5 0-2.3.1c-.2 0-.4 0-.7.1-.6 0-1.2.1-1.7.2-.2 0-.4 0-.6.1-.7.1-1.4.2-2.1.4-.2.1-.5.1-.7.2l-1.4.3-.9.3c-.4.1-.9.3-1.3.4-.5.2-1 .4-1.5.5-.3.1-.7.3-1 .4-.4.2-.7.3-1.1.5-.2.1-.5.2-.7.4-1.3.7-2.6 1.4-3.9 2.2-.1.1-.3.2-.4.3l-1.2.9h-.1c-.9.7-1.8 1.4-2.6 2.1-.4.4-.8.7-1.2 1.1l-.2.2a54.8 54.8 0 00-3.2 3.6c-.1.1-.2.2-.2.3l-.9 1.2c0 .1-.1.1-.1.2l-1.5 2.4c-.1.2-.2.3-.3.5-2.7 5.1-4.3 10.9-4.3 17s1.6 12 4.3 17c.1.2.2.3.3.5z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm436.4-499.1c-.2 0-.3.1-.4.1v-77c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v77c-.2 0-.3-.1-.4-.1 42 13.4 72.4 52.7 72.4 99.1 0 46.4-30.4 85.7-72.4 99.1.2 0 .3-.1.4-.1v221c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V539c.2 0 .3.1.4.1-42-13.4-72.4-52.7-72.4-99.1 0-46.4 30.4-85.7 72.4-99.1zM340 485V264c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v221c41.7 13.6 72 52.8 72 99s-30.3 85.5-72 99v77c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-77c-41.7-13.6-72-52.8-72-99s30.3-85.5 72-99z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M340 683v77c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-77c41.7-13.5 72-52.8 72-99s-30.3-85.4-72-99V264c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v221c-41.7 13.5-72 52.8-72 99s30.3 85.4 72 99zm.1-116c.1-.2.2-.3.3-.5l1.5-2.4c0-.1.1-.1.1-.2l.9-1.2c0-.1.1-.2.2-.3 1-1.2 2.1-2.5 3.2-3.6l.2-.2c.4-.4.8-.7 1.2-1.1.8-.7 1.7-1.4 2.6-2.1h.1l1.2-.9c.1-.1.3-.2.4-.3 1.3-.8 2.6-1.5 3.9-2.2.2-.2.5-.3.7-.4.4-.2.7-.3 1.1-.5.3-.1.7-.3 1-.4.5-.1 1-.3 1.5-.5.4-.1.9-.3 1.3-.4l.9-.3 1.4-.3c.2-.1.5-.1.7-.2.7-.2 1.4-.3 2.1-.4.2-.1.4-.1.6-.1.5-.1 1.1-.2 1.7-.2.3-.1.5-.1.7-.1.8-.1 1.5-.1 2.3-.1s1.5.1 2.3.1c.3.1.5.1.7.1.6.1 1.1.1 1.7.2.2.1.4.1.6.1.7.1 1.4.3 2.1.4.2.1.5.1.7.2l1.4.3.9.3c.4.1.9.3 1.3.4.5.1 1 .3 1.5.5.3.1.7.3 1 .4.4.2.7.3 1.1.5.2.2.5.3.7.4 1.4.6 2.7 1.4 3.9 2.2.1.1.3.2.4.3l1.2.9h.1c.9.6 1.8 1.3 2.6 2.1.4.3.8.7 1.2 1.1l.2.2c1.2 1.1 2.2 2.3 3.2 3.6 0 .1.1.2.2.3l.9 1.2c0 .1.1.1.1.2l1.5 2.4A36.03 36.03 0 01408 584c0 6.1-1.6 11.9-4.3 17-.1.2-.2.3-.3.5l-1.5 2.4c0 .1-.1.1-.1.2l-.9 1.2c0 .1-.1.2-.2.3-1 1.2-2.1 2.5-3.2 3.6l-.2.2c-.4.4-.8.7-1.2 1.1-.8.7-1.7 1.4-2.6 2.1h-.1l-1.2.9c-.1.1-.3.2-.4.3-1.3.8-2.6 1.5-3.9 2.2-.2.2-.5.3-.7.4-.4.2-.7.3-1.1.5-.3.1-.7.3-1 .4-.5.1-1 .3-1.5.5-.4.1-.9.3-1.3.4l-.9.3-1.4.3c-.2.1-.5.1-.7.2-.7.2-1.4.3-2.1.4-.2.1-.4.1-.6.1-.5.1-1.1.2-1.7.2-.3.1-.5.1-.7.1-.8.1-1.5.1-2.3.1s-1.5-.1-2.3-.1c-.3-.1-.5-.1-.7-.1-.6-.1-1.1-.1-1.7-.2-.2-.1-.4-.1-.6-.1-.7-.1-1.4-.3-2.1-.4-.2-.1-.5-.1-.7-.2l-1.4-.3-.9-.3c-.4-.1-.9-.3-1.3-.4-.5-.1-1-.3-1.5-.5-.3-.1-.7-.3-1-.4-.4-.2-.7-.3-1.1-.5-.2-.2-.5-.3-.7-.4-1.4-.6-2.7-1.4-3.9-2.2-.1-.1-.3-.2-.4-.3l-1.2-.9h-.1c-.9-.6-1.8-1.3-2.6-2.1-.4-.3-.8-.7-1.2-1.1l-.2-.2c-1.2-1.1-2.2-2.3-3.2-3.6 0-.1-.1-.2-.2-.3l-.9-1.2c0-.1-.1-.1-.1-.2l-1.5-2.4c-.1-.2-.2-.3-.3-.5-2.7-5-4.3-10.9-4.3-17s1.6-11.9 4.3-17zm280.3-27.9c-.1 0-.2-.1-.4-.1v221c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V539c-.1 0-.2.1-.4.1 42-13.4 72.4-52.7 72.4-99.1 0-46.4-30.4-85.7-72.4-99.1.1 0 .2.1.4.1v-77c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v77c.1 0 .2-.1.4-.1-42 13.4-72.4 52.7-72.4 99.1 0 46.4 30.4 85.7 72.4 99.1zM652 404c19.9 0 36 16.1 36 36s-16.1 36-36 36-36-16.1-36-36 16.1-36 36-36z", "fill": primaryColor } }] }; }, "name": "control", "theme": "twotone" };
4782 exports.default = ControlTwoTone;
4783 });
4784
4785 var ControlTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ControlTwoTone_1);
4786
4787 var ControlTwoTone = function ControlTwoTone(props, ref) {
4788 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4789 ref: ref,
4790 icon: ControlTwoToneSvg
4791 }));
4792 };
4793
4794 ControlTwoTone.displayName = 'ControlTwoTone';
4795 var ControlTwoTone$1 = /*#__PURE__*/React.forwardRef(ControlTwoTone);
4796
4797 var CopyFilled_1 = createCommonjsModule(function (module, exports) {
4798 // This icon file is generated automatically.
4799 Object.defineProperty(exports, "__esModule", { value: true });
4800 var CopyFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM382 896h-.2L232 746.2v-.2h150v150z" } }] }, "name": "copy", "theme": "filled" };
4801 exports.default = CopyFilled;
4802 });
4803
4804 var CopyFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CopyFilled_1);
4805
4806 var CopyFilled = function CopyFilled(props, ref) {
4807 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4808 ref: ref,
4809 icon: CopyFilledSvg
4810 }));
4811 };
4812
4813 CopyFilled.displayName = 'CopyFilled';
4814 var CopyFilled$1 = /*#__PURE__*/React.forwardRef(CopyFilled);
4815
4816 var CopyOutlined_1 = createCommonjsModule(function (module, exports) {
4817 // This icon file is generated automatically.
4818 Object.defineProperty(exports, "__esModule", { value: true });
4819 var CopyOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, "name": "copy", "theme": "outlined" };
4820 exports.default = CopyOutlined;
4821 });
4822
4823 var CopyOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CopyOutlined_1);
4824
4825 var CopyOutlined = function CopyOutlined(props, ref) {
4826 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4827 ref: ref,
4828 icon: CopyOutlinedSvg
4829 }));
4830 };
4831
4832 CopyOutlined.displayName = 'CopyOutlined';
4833 var CopyOutlined$1 = /*#__PURE__*/React.forwardRef(CopyOutlined);
4834
4835 var CopyTwoTone_1 = createCommonjsModule(function (module, exports) {
4836 // This icon file is generated automatically.
4837 Object.defineProperty(exports, "__esModule", { value: true });
4838 var CopyTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M232 706h142c22.1 0 40 17.9 40 40v142h250V264H232v442z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z", "fill": primaryColor } }] }; }, "name": "copy", "theme": "twotone" };
4839 exports.default = CopyTwoTone;
4840 });
4841
4842 var CopyTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CopyTwoTone_1);
4843
4844 var CopyTwoTone = function CopyTwoTone(props, ref) {
4845 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4846 ref: ref,
4847 icon: CopyTwoToneSvg
4848 }));
4849 };
4850
4851 CopyTwoTone.displayName = 'CopyTwoTone';
4852 var CopyTwoTone$1 = /*#__PURE__*/React.forwardRef(CopyTwoTone);
4853
4854 var CopyrightCircleFilled_1 = createCommonjsModule(function (module, exports) {
4855 // This icon file is generated automatically.
4856 Object.defineProperty(exports, "__esModule", { value: true });
4857 var CopyrightCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm5.4 670c-110 0-173.4-73.2-173.4-194.9v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.6-3.2-8-7.4-4-49.5-40-83.4-93-83.4-65.3 0-102.1 48.5-102.1 135.5v52.6c0 85.7 36.9 133.6 102.1 133.6 52.8 0 88.7-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4z" } }] }, "name": "copyright-circle", "theme": "filled" };
4858 exports.default = CopyrightCircleFilled;
4859 });
4860
4861 var CopyrightCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CopyrightCircleFilled_1);
4862
4863 var CopyrightCircleFilled = function CopyrightCircleFilled(props, ref) {
4864 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4865 ref: ref,
4866 icon: CopyrightCircleFilledSvg
4867 }));
4868 };
4869
4870 CopyrightCircleFilled.displayName = 'CopyrightCircleFilled';
4871 var CopyrightCircleFilled$1 = /*#__PURE__*/React.forwardRef(CopyrightCircleFilled);
4872
4873 var CopyrightCircleOutlined_1 = createCommonjsModule(function (module, exports) {
4874 // This icon file is generated automatically.
4875 Object.defineProperty(exports, "__esModule", { value: true });
4876 var CopyrightCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm5.6-532.7c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z" } }] }, "name": "copyright-circle", "theme": "outlined" };
4877 exports.default = CopyrightCircleOutlined;
4878 });
4879
4880 var CopyrightCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CopyrightCircleOutlined_1);
4881
4882 var CopyrightCircleOutlined = function CopyrightCircleOutlined(props, ref) {
4883 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4884 ref: ref,
4885 icon: CopyrightCircleOutlinedSvg
4886 }));
4887 };
4888
4889 CopyrightCircleOutlined.displayName = 'CopyrightCircleOutlined';
4890 var CopyrightCircleOutlined$1 = /*#__PURE__*/React.forwardRef(CopyrightCircleOutlined);
4891
4892 var CopyrightCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
4893 // This icon file is generated automatically.
4894 Object.defineProperty(exports, "__esModule", { value: true });
4895 var CopyrightCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm5.5 533c52.9 0 88.8-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4C407.4 734 344 660.8 344 539.1v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.7-3.2-8-7.4-4-49.6-40-83.4-93-83.4-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M517.6 351.3c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z", "fill": primaryColor } }] }; }, "name": "copyright-circle", "theme": "twotone" };
4896 exports.default = CopyrightCircleTwoTone;
4897 });
4898
4899 var CopyrightCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CopyrightCircleTwoTone_1);
4900
4901 var CopyrightCircleTwoTone = function CopyrightCircleTwoTone(props, ref) {
4902 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4903 ref: ref,
4904 icon: CopyrightCircleTwoToneSvg
4905 }));
4906 };
4907
4908 CopyrightCircleTwoTone.displayName = 'CopyrightCircleTwoTone';
4909 var CopyrightCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(CopyrightCircleTwoTone);
4910
4911 var CopyrightOutlined_1 = createCommonjsModule(function (module, exports) {
4912 // This icon file is generated automatically.
4913 Object.defineProperty(exports, "__esModule", { value: true });
4914 var CopyrightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm5.6-532.7c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z" } }] }, "name": "copyright", "theme": "outlined" };
4915 exports.default = CopyrightOutlined;
4916 });
4917
4918 var CopyrightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CopyrightOutlined_1);
4919
4920 var CopyrightOutlined = function CopyrightOutlined(props, ref) {
4921 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4922 ref: ref,
4923 icon: CopyrightOutlinedSvg
4924 }));
4925 };
4926
4927 CopyrightOutlined.displayName = 'CopyrightOutlined';
4928 var CopyrightOutlined$1 = /*#__PURE__*/React.forwardRef(CopyrightOutlined);
4929
4930 var CopyrightTwoTone_1 = createCommonjsModule(function (module, exports) {
4931 // This icon file is generated automatically.
4932 Object.defineProperty(exports, "__esModule", { value: true });
4933 var CopyrightTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm5.5 533c52.9 0 88.8-31.7 93-77.8.4-4.1 3.8-7.3 8-7.3h56.8c2.6 0 4.7 2.1 4.7 4.7 0 82.6-68.7 141.4-162.7 141.4C407.4 734 344 660.8 344 539.1v-52.3C344 364.2 407.4 290 517.3 290c94.3 0 162.7 60.7 162.7 147.4 0 2.6-2.1 4.7-4.7 4.7h-56.7c-4.2 0-7.7-3.2-8-7.4-4-49.6-40-83.4-93-83.4-65.2 0-102.1 48.5-102.2 135.5v52.6c0 85.7 36.8 133.6 102.1 133.6z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M517.6 351.3c53 0 89 33.8 93 83.4.3 4.2 3.8 7.4 8 7.4h56.7c2.6 0 4.7-2.1 4.7-4.7 0-86.7-68.4-147.4-162.7-147.4C407.4 290 344 364.2 344 486.8v52.3C344 660.8 407.4 734 517.3 734c94 0 162.7-58.8 162.7-141.4 0-2.6-2.1-4.7-4.7-4.7h-56.8c-4.2 0-7.6 3.2-8 7.3-4.2 46.1-40.1 77.8-93 77.8-65.3 0-102.1-47.9-102.1-133.6v-52.6c.1-87 37-135.5 102.2-135.5z", "fill": primaryColor } }] }; }, "name": "copyright", "theme": "twotone" };
4934 exports.default = CopyrightTwoTone;
4935 });
4936
4937 var CopyrightTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CopyrightTwoTone_1);
4938
4939 var CopyrightTwoTone = function CopyrightTwoTone(props, ref) {
4940 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4941 ref: ref,
4942 icon: CopyrightTwoToneSvg
4943 }));
4944 };
4945
4946 CopyrightTwoTone.displayName = 'CopyrightTwoTone';
4947 var CopyrightTwoTone$1 = /*#__PURE__*/React.forwardRef(CopyrightTwoTone);
4948
4949 var CreditCardFilled_1 = createCommonjsModule(function (module, exports) {
4950 // This icon file is generated automatically.
4951 Object.defineProperty(exports, "__esModule", { value: true });
4952 var CreditCardFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v160h896V192c0-17.7-14.3-32-32-32zM64 832c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V440H64v392zm579-184c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72z" } }] }, "name": "credit-card", "theme": "filled" };
4953 exports.default = CreditCardFilled;
4954 });
4955
4956 var CreditCardFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CreditCardFilled_1);
4957
4958 var CreditCardFilled = function CreditCardFilled(props, ref) {
4959 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4960 ref: ref,
4961 icon: CreditCardFilledSvg
4962 }));
4963 };
4964
4965 CreditCardFilled.displayName = 'CreditCardFilled';
4966 var CreditCardFilled$1 = /*#__PURE__*/React.forwardRef(CreditCardFilled);
4967
4968 var CreditCardOutlined_1 = createCommonjsModule(function (module, exports) {
4969 // This icon file is generated automatically.
4970 Object.defineProperty(exports, "__esModule", { value: true });
4971 var CreditCardOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-792 72h752v120H136V232zm752 560H136V440h752v352zm-237-64h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z" } }] }, "name": "credit-card", "theme": "outlined" };
4972 exports.default = CreditCardOutlined;
4973 });
4974
4975 var CreditCardOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CreditCardOutlined_1);
4976
4977 var CreditCardOutlined = function CreditCardOutlined(props, ref) {
4978 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4979 ref: ref,
4980 icon: CreditCardOutlinedSvg
4981 }));
4982 };
4983
4984 CreditCardOutlined.displayName = 'CreditCardOutlined';
4985 var CreditCardOutlined$1 = /*#__PURE__*/React.forwardRef(CreditCardOutlined);
4986
4987 var CreditCardTwoTone_1 = createCommonjsModule(function (module, exports) {
4988 // This icon file is generated automatically.
4989 Object.defineProperty(exports, "__esModule", { value: true });
4990 var CreditCardTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M136 792h752V440H136v352zm507-144c0-4.4 3.6-8 8-8h165c4.4 0 8 3.6 8 8v72c0 4.4-3.6 8-8 8H651c-4.4 0-8-3.6-8-8v-72zM136 232h752v120H136z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M651 728h165c4.4 0 8-3.6 8-8v-72c0-4.4-3.6-8-8-8H651c-4.4 0-8 3.6-8 8v72c0 4.4 3.6 8 8 8z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V440h752v352zm0-440H136V232h752v120z", "fill": primaryColor } }] }; }, "name": "credit-card", "theme": "twotone" };
4991 exports.default = CreditCardTwoTone;
4992 });
4993
4994 var CreditCardTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CreditCardTwoTone_1);
4995
4996 var CreditCardTwoTone = function CreditCardTwoTone(props, ref) {
4997 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
4998 ref: ref,
4999 icon: CreditCardTwoToneSvg
5000 }));
5001 };
5002
5003 CreditCardTwoTone.displayName = 'CreditCardTwoTone';
5004 var CreditCardTwoTone$1 = /*#__PURE__*/React.forwardRef(CreditCardTwoTone);
5005
5006 var CrownFilled_1 = createCommonjsModule(function (module, exports) {
5007 // This icon file is generated automatically.
5008 Object.defineProperty(exports, "__esModule", { value: true });
5009 var CrownFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 00-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zM512 734.2c-62.1 0-112.6-50.5-112.6-112.6S449.9 509 512 509s112.6 50.5 112.6 112.6S574.1 734.2 512 734.2zm0-160.9c-26.6 0-48.2 21.6-48.2 48.3 0 26.6 21.6 48.3 48.2 48.3s48.2-21.6 48.2-48.3c0-26.6-21.6-48.3-48.2-48.3z" } }] }, "name": "crown", "theme": "filled" };
5010 exports.default = CrownFilled;
5011 });
5012
5013 var CrownFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CrownFilled_1);
5014
5015 var CrownFilled = function CrownFilled(props, ref) {
5016 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5017 ref: ref,
5018 icon: CrownFilledSvg
5019 }));
5020 };
5021
5022 CrownFilled.displayName = 'CrownFilled';
5023 var CrownFilled$1 = /*#__PURE__*/React.forwardRef(CrownFilled);
5024
5025 var CrownOutlined_1 = createCommonjsModule(function (module, exports) {
5026 // This icon file is generated automatically.
5027 Object.defineProperty(exports, "__esModule", { value: true });
5028 var CrownOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M899.6 276.5L705 396.4 518.4 147.5a8.06 8.06 0 00-12.9 0L319 396.4 124.3 276.5c-5.7-3.5-13.1 1.2-12.2 7.9L188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.8-6.7-6.5-11.4-12.3-7.9zm-126 534.1H250.3l-53.8-409.4 139.8 86.1L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4zM512 509c-62.1 0-112.6 50.5-112.6 112.6S449.9 734.2 512 734.2s112.6-50.5 112.6-112.6S574.1 509 512 509zm0 160.9c-26.6 0-48.2-21.6-48.2-48.3 0-26.6 21.6-48.3 48.2-48.3s48.2 21.6 48.2 48.3c0 26.6-21.6 48.3-48.2 48.3z" } }] }, "name": "crown", "theme": "outlined" };
5029 exports.default = CrownOutlined;
5030 });
5031
5032 var CrownOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CrownOutlined_1);
5033
5034 var CrownOutlined = function CrownOutlined(props, ref) {
5035 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5036 ref: ref,
5037 icon: CrownOutlinedSvg
5038 }));
5039 };
5040
5041 CrownOutlined.displayName = 'CrownOutlined';
5042 var CrownOutlined$1 = /*#__PURE__*/React.forwardRef(CrownOutlined);
5043
5044 var CrownTwoTone_1 = createCommonjsModule(function (module, exports) {
5045 // This icon file is generated automatically.
5046 Object.defineProperty(exports, "__esModule", { value: true });
5047 var CrownTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M911.9 283.9v.5L835.5 865c-1 8-7.9 14-15.9 14H204.5c-8.1 0-14.9-6.1-16-14l-76.4-580.6v-.6 1.6L188.5 866c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6c.1-.5.1-1 0-1.5z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M773.6 810.6l53.9-409.4-139.8 86.1L512 252.9 336.3 487.3l-139.8-86.1 53.8 409.4h523.3zm-374.2-189c0-62.1 50.5-112.6 112.6-112.6s112.6 50.5 112.6 112.6v1c0 62.1-50.5 112.6-112.6 112.6s-112.6-50.5-112.6-112.6v-1z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 734.2c61.9 0 112.3-50.2 112.6-112.1v-.5c0-62.1-50.5-112.6-112.6-112.6s-112.6 50.5-112.6 112.6v.5c.3 61.9 50.7 112.1 112.6 112.1zm0-160.9c26.6 0 48.2 21.6 48.2 48.3 0 26.6-21.6 48.3-48.2 48.3s-48.2-21.6-48.2-48.3c0-26.6 21.6-48.3 48.2-48.3z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M188.5 865c1.1 7.9 7.9 14 16 14h615.1c8 0 14.9-6 15.9-14l76.4-580.6v-.5c.3-6.4-6.7-10.8-12.3-7.4L705 396.4 518.4 147.5a8.06 8.06 0 00-12.9 0L319 396.4 124.3 276.5c-5.5-3.4-12.6.9-12.2 7.3v.6L188.5 865zm147.8-377.7L512 252.9l175.7 234.4 139.8-86.1-53.9 409.4H250.3l-53.8-409.4 139.8 86.1z", "fill": primaryColor } }] }; }, "name": "crown", "theme": "twotone" };
5048 exports.default = CrownTwoTone;
5049 });
5050
5051 var CrownTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CrownTwoTone_1);
5052
5053 var CrownTwoTone = function CrownTwoTone(props, ref) {
5054 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5055 ref: ref,
5056 icon: CrownTwoToneSvg
5057 }));
5058 };
5059
5060 CrownTwoTone.displayName = 'CrownTwoTone';
5061 var CrownTwoTone$1 = /*#__PURE__*/React.forwardRef(CrownTwoTone);
5062
5063 var CustomerServiceFilled_1 = createCommonjsModule(function (module, exports) {
5064 // This icon file is generated automatically.
5065 Object.defineProperty(exports, "__esModule", { value: true });
5066 var CustomerServiceFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384z" } }] }, "name": "customer-service", "theme": "filled" };
5067 exports.default = CustomerServiceFilled;
5068 });
5069
5070 var CustomerServiceFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(CustomerServiceFilled_1);
5071
5072 var CustomerServiceFilled = function CustomerServiceFilled(props, ref) {
5073 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5074 ref: ref,
5075 icon: CustomerServiceFilledSvg
5076 }));
5077 };
5078
5079 CustomerServiceFilled.displayName = 'CustomerServiceFilled';
5080 var CustomerServiceFilled$1 = /*#__PURE__*/React.forwardRef(CustomerServiceFilled);
5081
5082 var CustomerServiceOutlined_1 = createCommonjsModule(function (module, exports) {
5083 // This icon file is generated automatically.
5084 Object.defineProperty(exports, "__esModule", { value: true });
5085 var CustomerServiceOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z" } }] }, "name": "customer-service", "theme": "outlined" };
5086 exports.default = CustomerServiceOutlined;
5087 });
5088
5089 var CustomerServiceOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(CustomerServiceOutlined_1);
5090
5091 var CustomerServiceOutlined = function CustomerServiceOutlined(props, ref) {
5092 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5093 ref: ref,
5094 icon: CustomerServiceOutlinedSvg
5095 }));
5096 };
5097
5098 CustomerServiceOutlined.displayName = 'CustomerServiceOutlined';
5099 var CustomerServiceOutlined$1 = /*#__PURE__*/React.forwardRef(CustomerServiceOutlined);
5100
5101 var CustomerServiceTwoTone_1 = createCommonjsModule(function (module, exports) {
5102 // This icon file is generated automatically.
5103 Object.defineProperty(exports, "__esModule", { value: true });
5104 var CustomerServiceTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M696 632h128v192H696zm-496 0h128v192H200z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 128c-212.1 0-384 171.9-384 384v360c0 13.3 10.7 24 24 24h184c35.3 0 64-28.7 64-64V624c0-35.3-28.7-64-64-64H200v-48c0-172.3 139.7-312 312-312s312 139.7 312 312v48H688c-35.3 0-64 28.7-64 64v208c0 35.3 28.7 64 64 64h184c13.3 0 24-10.7 24-24V512c0-212.1-171.9-384-384-384zM328 632v192H200V632h128zm496 192H696V632h128v192z", "fill": primaryColor } }] }; }, "name": "customer-service", "theme": "twotone" };
5105 exports.default = CustomerServiceTwoTone;
5106 });
5107
5108 var CustomerServiceTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(CustomerServiceTwoTone_1);
5109
5110 var CustomerServiceTwoTone = function CustomerServiceTwoTone(props, ref) {
5111 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5112 ref: ref,
5113 icon: CustomerServiceTwoToneSvg
5114 }));
5115 };
5116
5117 CustomerServiceTwoTone.displayName = 'CustomerServiceTwoTone';
5118 var CustomerServiceTwoTone$1 = /*#__PURE__*/React.forwardRef(CustomerServiceTwoTone);
5119
5120 var DashOutlined_1 = createCommonjsModule(function (module, exports) {
5121 // This icon file is generated automatically.
5122 Object.defineProperty(exports, "__esModule", { value: true });
5123 var DashOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M112 476h160v72H112zm320 0h160v72H432zm320 0h160v72H752z" } }] }, "name": "dash", "theme": "outlined" };
5124 exports.default = DashOutlined;
5125 });
5126
5127 var DashOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DashOutlined_1);
5128
5129 var DashOutlined = function DashOutlined(props, ref) {
5130 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5131 ref: ref,
5132 icon: DashOutlinedSvg
5133 }));
5134 };
5135
5136 DashOutlined.displayName = 'DashOutlined';
5137 var DashOutlined$1 = /*#__PURE__*/React.forwardRef(DashOutlined);
5138
5139 var DashboardFilled_1 = createCommonjsModule(function (module, exports) {
5140 // This icon file is generated automatically.
5141 Object.defineProperty(exports, "__esModule", { value: true });
5142 var DashboardFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M924.8 385.6a446.7 446.7 0 00-96-142.4 446.7 446.7 0 00-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 00-142.4 96 446.7 446.7 0 00-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM482 232c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.5l-31.1 31.1a8.03 8.03 0 01-11.3 0L261.7 352a8.03 8.03 0 010-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.6l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 01-79.2 0 55.95 55.95 0 010-79.2 55.87 55.87 0 0154.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.1 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 010-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 01-11.3 0zM846 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44z" } }] }, "name": "dashboard", "theme": "filled" };
5143 exports.default = DashboardFilled;
5144 });
5145
5146 var DashboardFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DashboardFilled_1);
5147
5148 var DashboardFilled = function DashboardFilled(props, ref) {
5149 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5150 ref: ref,
5151 icon: DashboardFilledSvg
5152 }));
5153 };
5154
5155 DashboardFilled.displayName = 'DashboardFilled';
5156 var DashboardFilled$1 = /*#__PURE__*/React.forwardRef(DashboardFilled);
5157
5158 var DashboardOutlined_1 = createCommonjsModule(function (module, exports) {
5159 // This icon file is generated automatically.
5160 Object.defineProperty(exports, "__esModule", { value: true });
5161 var DashboardOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M924.8 385.6a446.7 446.7 0 00-96-142.4 446.7 446.7 0 00-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 00-142.4 96 446.7 446.7 0 00-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 01140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276zM623.5 421.5a8.03 8.03 0 00-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 000 79.2 55.95 55.95 0 0079.2 0 55.87 55.87 0 0014.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8zm260 218v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zm12.7-197.2l-31.1-31.1a8.03 8.03 0 00-11.3 0l-56.6 56.6a8.03 8.03 0 000 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zm-458.6-31.1a8.03 8.03 0 00-11.3 0l-31.1 31.1a8.03 8.03 0 000 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z" } }] }, "name": "dashboard", "theme": "outlined" };
5162 exports.default = DashboardOutlined;
5163 });
5164
5165 var DashboardOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DashboardOutlined_1);
5166
5167 var DashboardOutlined = function DashboardOutlined(props, ref) {
5168 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5169 ref: ref,
5170 icon: DashboardOutlinedSvg
5171 }));
5172 };
5173
5174 DashboardOutlined.displayName = 'DashboardOutlined';
5175 var DashboardOutlined$1 = /*#__PURE__*/React.forwardRef(DashboardOutlined);
5176
5177 var DashboardTwoTone_1 = createCommonjsModule(function (module, exports) {
5178 // This icon file is generated automatically.
5179 Object.defineProperty(exports, "__esModule", { value: true });
5180 var DashboardTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 188c-99.3 0-192.7 38.7-263 109-70.3 70.2-109 163.6-109 263 0 105.6 44.5 205.5 122.6 276h498.8A371.12 371.12 0 00884 560c0-99.3-38.7-192.7-109-263-70.2-70.3-163.6-109-263-109zm-30 44c0-4.4 3.6-8 8-8h44c4.4 0 8 3.6 8 8v80c0 4.4-3.6 8-8 8h-44c-4.4 0-8-3.6-8-8v-80zM270 582c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v44zm90.7-204.4l-31.1 31.1a8.03 8.03 0 01-11.3 0l-56.6-56.6a8.03 8.03 0 010-11.3l31.1-31.1c3.1-3.1 8.2-3.1 11.3 0l56.6 56.6c3.1 3.1 3.1 8.2 0 11.3zm291.1 83.5l-84.5 84.5c5 18.7.2 39.4-14.5 54.1a55.95 55.95 0 01-79.2 0 55.95 55.95 0 010-79.2 55.87 55.87 0 0154.1-14.5l84.5-84.5c3.1-3.1 8.2-3.1 11.3 0l28.3 28.3c3.1 3.1 3.1 8.2 0 11.3zm43-52.4l-31.1-31.1a8.03 8.03 0 010-11.3l56.6-56.6c3.1-3.1 8.2-3.1 11.3 0l31.1 31.1c3.1 3.1 3.1 8.2 0 11.3l-56.6 56.6a8.03 8.03 0 01-11.3 0zM846 538v44c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8v-44c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M623.5 421.5a8.03 8.03 0 00-11.3 0L527.7 506c-18.7-5-39.4-.2-54.1 14.5a55.95 55.95 0 000 79.2 55.95 55.95 0 0079.2 0 55.87 55.87 0 0014.5-54.1l84.5-84.5c3.1-3.1 3.1-8.2 0-11.3l-28.3-28.3zM490 320h44c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8h-44c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M924.8 385.6a446.7 446.7 0 00-96-142.4 446.7 446.7 0 00-142.4-96C631.1 123.8 572.5 112 512 112s-119.1 11.8-174.4 35.2a446.7 446.7 0 00-142.4 96 446.7 446.7 0 00-96 142.4C75.8 440.9 64 499.5 64 560c0 132.7 58.3 257.7 159.9 343.1l1.7 1.4c5.8 4.8 13.1 7.5 20.6 7.5h531.7c7.5 0 14.8-2.7 20.6-7.5l1.7-1.4C901.7 817.7 960 692.7 960 560c0-60.5-11.9-119.1-35.2-174.4zM761.4 836H262.6A371.12 371.12 0 01140 560c0-99.4 38.7-192.8 109-263 70.3-70.3 163.7-109 263-109 99.4 0 192.8 38.7 263 109 70.3 70.3 109 163.7 109 263 0 105.6-44.5 205.5-122.6 276z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M762.7 340.8l-31.1-31.1a8.03 8.03 0 00-11.3 0l-56.6 56.6a8.03 8.03 0 000 11.3l31.1 31.1c3.1 3.1 8.2 3.1 11.3 0l56.6-56.6c3.1-3.1 3.1-8.2 0-11.3zM750 538v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8zM304.1 309.7a8.03 8.03 0 00-11.3 0l-31.1 31.1a8.03 8.03 0 000 11.3l56.6 56.6c3.1 3.1 8.2 3.1 11.3 0l31.1-31.1c3.1-3.1 3.1-8.2 0-11.3l-56.6-56.6zM262 530h-80c-4.4 0-8 3.6-8 8v44c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8v-44c0-4.4-3.6-8-8-8z", "fill": primaryColor } }] }; }, "name": "dashboard", "theme": "twotone" };
5181 exports.default = DashboardTwoTone;
5182 });
5183
5184 var DashboardTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(DashboardTwoTone_1);
5185
5186 var DashboardTwoTone = function DashboardTwoTone(props, ref) {
5187 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5188 ref: ref,
5189 icon: DashboardTwoToneSvg
5190 }));
5191 };
5192
5193 DashboardTwoTone.displayName = 'DashboardTwoTone';
5194 var DashboardTwoTone$1 = /*#__PURE__*/React.forwardRef(DashboardTwoTone);
5195
5196 var DatabaseFilled_1 = createCommonjsModule(function (module, exports) {
5197 // This icon file is generated automatically.
5198 Object.defineProperty(exports, "__esModule", { value: true });
5199 var DatabaseFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM288 232c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm128-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm128-168c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z" } }] }, "name": "database", "theme": "filled" };
5200 exports.default = DatabaseFilled;
5201 });
5202
5203 var DatabaseFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DatabaseFilled_1);
5204
5205 var DatabaseFilled = function DatabaseFilled(props, ref) {
5206 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5207 ref: ref,
5208 icon: DatabaseFilledSvg
5209 }));
5210 };
5211
5212 DatabaseFilled.displayName = 'DatabaseFilled';
5213 var DatabaseFilled$1 = /*#__PURE__*/React.forwardRef(DatabaseFilled);
5214
5215 var DatabaseOutlined_1 = createCommonjsModule(function (module, exports) {
5216 // This icon file is generated automatically.
5217 Object.defineProperty(exports, "__esModule", { value: true });
5218 var DatabaseOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM304 240a40 40 0 1080 0 40 40 0 10-80 0zm0 272a40 40 0 1080 0 40 40 0 10-80 0zm0 272a40 40 0 1080 0 40 40 0 10-80 0z" } }] }, "name": "database", "theme": "outlined" };
5219 exports.default = DatabaseOutlined;
5220 });
5221
5222 var DatabaseOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DatabaseOutlined_1);
5223
5224 var DatabaseOutlined = function DatabaseOutlined(props, ref) {
5225 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5226 ref: ref,
5227 icon: DatabaseOutlinedSvg
5228 }));
5229 };
5230
5231 DatabaseOutlined.displayName = 'DatabaseOutlined';
5232 var DatabaseOutlined$1 = /*#__PURE__*/React.forwardRef(DatabaseOutlined);
5233
5234 var DatabaseTwoTone_1 = createCommonjsModule(function (module, exports) {
5235 // This icon file is generated automatically.
5236 Object.defineProperty(exports, "__esModule", { value: true });
5237 var DatabaseTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M232 616h560V408H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 888h560V680H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 344h560V136H232v208zm112-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M304 512a40 40 0 1080 0 40 40 0 10-80 0zm0 272a40 40 0 1080 0 40 40 0 10-80 0zm0-544a40 40 0 1080 0 40 40 0 10-80 0z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z", "fill": primaryColor } }] }; }, "name": "database", "theme": "twotone" };
5238 exports.default = DatabaseTwoTone;
5239 });
5240
5241 var DatabaseTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(DatabaseTwoTone_1);
5242
5243 var DatabaseTwoTone = function DatabaseTwoTone(props, ref) {
5244 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5245 ref: ref,
5246 icon: DatabaseTwoToneSvg
5247 }));
5248 };
5249
5250 DatabaseTwoTone.displayName = 'DatabaseTwoTone';
5251 var DatabaseTwoTone$1 = /*#__PURE__*/React.forwardRef(DatabaseTwoTone);
5252
5253 var DeleteColumnOutlined_1 = createCommonjsModule(function (module, exports) {
5254 // This icon file is generated automatically.
5255 Object.defineProperty(exports, "__esModule", { value: true });
5256 var DeleteColumnOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M651.1 641.9a7.84 7.84 0 00-5.1-1.9h-54.7c-2.4 0-4.6 1.1-6.1 2.9L512 730.7l-73.1-87.8a8.1 8.1 0 00-6.1-2.9H378c-1.9 0-3.7.7-5.1 1.9a7.97 7.97 0 00-1 11.3L474.2 776 371.8 898.9a8.06 8.06 0 006.1 13.2h54.7c2.4 0 4.6-1.1 6.1-2.9l73.1-87.8 73.1 87.8a8.1 8.1 0 006.1 2.9h55c1.9 0 3.7-.7 5.1-1.9 3.4-2.8 3.9-7.9 1-11.3L549.8 776l102.4-122.9c2.8-3.4 2.3-8.4-1.1-11.2zM472 544h80c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8zM350 386H184V136c0-3.3-2.7-6-6-6h-60c-3.3 0-6 2.7-6 6v292c0 16.6 13.4 30 30 30h208c3.3 0 6-2.7 6-6v-60c0-3.3-2.7-6-6-6zm556-256h-60c-3.3 0-6 2.7-6 6v250H674c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6h208c16.6 0 30-13.4 30-30V136c0-3.3-2.7-6-6-6z" } }] }, "name": "delete-column", "theme": "outlined" };
5257 exports.default = DeleteColumnOutlined;
5258 });
5259
5260 var DeleteColumnOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DeleteColumnOutlined_1);
5261
5262 var DeleteColumnOutlined = function DeleteColumnOutlined(props, ref) {
5263 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5264 ref: ref,
5265 icon: DeleteColumnOutlinedSvg
5266 }));
5267 };
5268
5269 DeleteColumnOutlined.displayName = 'DeleteColumnOutlined';
5270 var DeleteColumnOutlined$1 = /*#__PURE__*/React.forwardRef(DeleteColumnOutlined);
5271
5272 var DeleteFilled_1 = createCommonjsModule(function (module, exports) {
5273 // This icon file is generated automatically.
5274 Object.defineProperty(exports, "__esModule", { value: true });
5275 var DeleteFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-200 0H360v-72h304v72z" } }] }, "name": "delete", "theme": "filled" };
5276 exports.default = DeleteFilled;
5277 });
5278
5279 var DeleteFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DeleteFilled_1);
5280
5281 var DeleteFilled = function DeleteFilled(props, ref) {
5282 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5283 ref: ref,
5284 icon: DeleteFilledSvg
5285 }));
5286 };
5287
5288 DeleteFilled.displayName = 'DeleteFilled';
5289 var DeleteFilled$1 = /*#__PURE__*/React.forwardRef(DeleteFilled);
5290
5291 var DeleteOutlined_1 = createCommonjsModule(function (module, exports) {
5292 // This icon file is generated automatically.
5293 Object.defineProperty(exports, "__esModule", { value: true });
5294 var DeleteOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z" } }] }, "name": "delete", "theme": "outlined" };
5295 exports.default = DeleteOutlined;
5296 });
5297
5298 var DeleteOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DeleteOutlined_1);
5299
5300 var DeleteOutlined = function DeleteOutlined(props, ref) {
5301 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5302 ref: ref,
5303 icon: DeleteOutlinedSvg
5304 }));
5305 };
5306
5307 DeleteOutlined.displayName = 'DeleteOutlined';
5308 var DeleteOutlined$1 = /*#__PURE__*/React.forwardRef(DeleteOutlined);
5309
5310 var DeleteRowOutlined_1 = createCommonjsModule(function (module, exports) {
5311 // This icon file is generated automatically.
5312 Object.defineProperty(exports, "__esModule", { value: true });
5313 var DeleteRowOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M819.8 512l102.4-122.9a8.06 8.06 0 00-6.1-13.2h-54.7c-2.4 0-4.6 1.1-6.1 2.9L782 466.7l-73.1-87.8a8.1 8.1 0 00-6.1-2.9H648c-1.9 0-3.7.7-5.1 1.9a7.97 7.97 0 00-1 11.3L744.2 512 641.8 634.9a8.06 8.06 0 006.1 13.2h54.7c2.4 0 4.6-1.1 6.1-2.9l73.1-87.8 73.1 87.8a8.1 8.1 0 006.1 2.9h55c1.9 0 3.7-.7 5.1-1.9 3.4-2.8 3.9-7.9 1-11.3L819.8 512zM536 464H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h416c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8zm-84 204h-60c-3.3 0-6 2.7-6 6v166H136c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6h292c16.6 0 30-13.4 30-30V674c0-3.3-2.7-6-6-6zM136 184h250v166c0 3.3 2.7 6 6 6h60c3.3 0 6-2.7 6-6V142c0-16.6-13.4-30-30-30H136c-3.3 0-6 2.7-6 6v60c0 3.3 2.7 6 6 6z" } }] }, "name": "delete-row", "theme": "outlined" };
5314 exports.default = DeleteRowOutlined;
5315 });
5316
5317 var DeleteRowOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DeleteRowOutlined_1);
5318
5319 var DeleteRowOutlined = function DeleteRowOutlined(props, ref) {
5320 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5321 ref: ref,
5322 icon: DeleteRowOutlinedSvg
5323 }));
5324 };
5325
5326 DeleteRowOutlined.displayName = 'DeleteRowOutlined';
5327 var DeleteRowOutlined$1 = /*#__PURE__*/React.forwardRef(DeleteRowOutlined);
5328
5329 var DeleteTwoTone_1 = createCommonjsModule(function (module, exports) {
5330 // This icon file is generated automatically.
5331 Object.defineProperty(exports, "__esModule", { value: true });
5332 var DeleteTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M292.7 840h438.6l24.2-512h-487z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M864 256H736v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zm-504-72h304v72H360v-72zm371.3 656H292.7l-24.2-512h487l-24.2 512z", "fill": primaryColor } }] }; }, "name": "delete", "theme": "twotone" };
5333 exports.default = DeleteTwoTone;
5334 });
5335
5336 var DeleteTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(DeleteTwoTone_1);
5337
5338 var DeleteTwoTone = function DeleteTwoTone(props, ref) {
5339 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5340 ref: ref,
5341 icon: DeleteTwoToneSvg
5342 }));
5343 };
5344
5345 DeleteTwoTone.displayName = 'DeleteTwoTone';
5346 var DeleteTwoTone$1 = /*#__PURE__*/React.forwardRef(DeleteTwoTone);
5347
5348 var DeliveredProcedureOutlined_1 = createCommonjsModule(function (module, exports) {
5349 // This icon file is generated automatically.
5350 Object.defineProperty(exports, "__esModule", { value: true });
5351 var DeliveredProcedureOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M632 698.3l141.9-112a8 8 0 000-12.6L632 461.7c-5.3-4.2-13-.4-13 6.3v76H295c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h324v76c0 6.7 7.8 10.4 13 6.3zm261.3-405L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v278c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V422c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-83.5c0-17-6.7-33.2-18.7-45.2zM640 288H384V184h256v104zm264 436h-56c-4.4 0-8 3.6-8 8v108H184V732c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v148c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V732c0-4.4-3.6-8-8-8z" } }] }, "name": "delivered-procedure", "theme": "outlined" };
5352 exports.default = DeliveredProcedureOutlined;
5353 });
5354
5355 var DeliveredProcedureOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DeliveredProcedureOutlined_1);
5356
5357 var DeliveredProcedureOutlined = function DeliveredProcedureOutlined(props, ref) {
5358 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5359 ref: ref,
5360 icon: DeliveredProcedureOutlinedSvg
5361 }));
5362 };
5363
5364 DeliveredProcedureOutlined.displayName = 'DeliveredProcedureOutlined';
5365 var DeliveredProcedureOutlined$1 = /*#__PURE__*/React.forwardRef(DeliveredProcedureOutlined);
5366
5367 var DeploymentUnitOutlined_1 = createCommonjsModule(function (module, exports) {
5368 // This icon file is generated automatically.
5369 Object.defineProperty(exports, "__esModule", { value: true });
5370 var DeploymentUnitOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M888.3 693.2c-42.5-24.6-94.3-18-129.2 12.8l-53-30.7V523.6c0-15.7-8.4-30.3-22-38.1l-136-78.3v-67.1c44.2-15 76-56.8 76-106.1 0-61.9-50.1-112-112-112s-112 50.1-112 112c0 49.3 31.8 91.1 76 106.1v67.1l-136 78.3c-13.6 7.8-22 22.4-22 38.1v151.6l-53 30.7c-34.9-30.8-86.8-37.4-129.2-12.8-53.5 31-71.7 99.4-41 152.9 30.8 53.5 98.9 71.9 152.2 41 42.5-24.6 62.7-73 53.6-118.8l48.7-28.3 140.6 81c6.8 3.9 14.4 5.9 22 5.9s15.2-2 22-5.9L674.5 740l48.7 28.3c-9.1 45.7 11.2 94.2 53.6 118.8 53.3 30.9 121.5 12.6 152.2-41 30.8-53.6 12.6-122-40.7-152.9zm-673 138.4a47.6 47.6 0 01-65.2-17.6c-13.2-22.9-5.4-52.3 17.5-65.5a47.6 47.6 0 0165.2 17.6c13.2 22.9 5.4 52.3-17.5 65.5zM522 463.8zM464 234a48.01 48.01 0 0196 0 48.01 48.01 0 01-96 0zm170 446.2l-122 70.3-122-70.3V539.8l122-70.3 122 70.3v140.4zm239.9 133.9c-13.2 22.9-42.4 30.8-65.2 17.6-22.8-13.2-30.7-42.6-17.5-65.5s42.4-30.8 65.2-17.6c22.9 13.2 30.7 42.5 17.5 65.5z" } }] }, "name": "deployment-unit", "theme": "outlined" };
5371 exports.default = DeploymentUnitOutlined;
5372 });
5373
5374 var DeploymentUnitOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DeploymentUnitOutlined_1);
5375
5376 var DeploymentUnitOutlined = function DeploymentUnitOutlined(props, ref) {
5377 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5378 ref: ref,
5379 icon: DeploymentUnitOutlinedSvg
5380 }));
5381 };
5382
5383 DeploymentUnitOutlined.displayName = 'DeploymentUnitOutlined';
5384 var DeploymentUnitOutlined$1 = /*#__PURE__*/React.forwardRef(DeploymentUnitOutlined);
5385
5386 var DesktopOutlined_1 = createCommonjsModule(function (module, exports) {
5387 // This icon file is generated automatically.
5388 Object.defineProperty(exports, "__esModule", { value: true });
5389 var DesktopOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 140H96c-17.7 0-32 14.3-32 32v496c0 17.7 14.3 32 32 32h380v112H304c-8.8 0-16 7.2-16 16v48c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-48c0-8.8-7.2-16-16-16H548V700h380c17.7 0 32-14.3 32-32V172c0-17.7-14.3-32-32-32zm-40 488H136V212h752v416z" } }] }, "name": "desktop", "theme": "outlined" };
5390 exports.default = DesktopOutlined;
5391 });
5392
5393 var DesktopOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DesktopOutlined_1);
5394
5395 var DesktopOutlined = function DesktopOutlined(props, ref) {
5396 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5397 ref: ref,
5398 icon: DesktopOutlinedSvg
5399 }));
5400 };
5401
5402 DesktopOutlined.displayName = 'DesktopOutlined';
5403 var DesktopOutlined$1 = /*#__PURE__*/React.forwardRef(DesktopOutlined);
5404
5405 var DiffFilled_1 = createCommonjsModule(function (module, exports) {
5406 // This icon file is generated automatically.
5407 Object.defineProperty(exports, "__esModule", { value: true });
5408 var DiffFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23zM553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM568 753c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-220c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7v42z" } }] }, "name": "diff", "theme": "filled" };
5409 exports.default = DiffFilled;
5410 });
5411
5412 var DiffFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DiffFilled_1);
5413
5414 var DiffFilled = function DiffFilled(props, ref) {
5415 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5416 ref: ref,
5417 icon: DiffFilledSvg
5418 }));
5419 };
5420
5421 DiffFilled.displayName = 'DiffFilled';
5422 var DiffFilled$1 = /*#__PURE__*/React.forwardRef(DiffFilled);
5423
5424 var DiffOutlined_1 = createCommonjsModule(function (module, exports) {
5425 // This icon file is generated automatically.
5426 Object.defineProperty(exports, "__esModule", { value: true });
5427 var DiffOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7zm-7.1-502.6c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888zm190.2-581.4L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z" } }] }, "name": "diff", "theme": "outlined" };
5428 exports.default = DiffOutlined;
5429 });
5430
5431 var DiffOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DiffOutlined_1);
5432
5433 var DiffOutlined = function DiffOutlined(props, ref) {
5434 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5435 ref: ref,
5436 icon: DiffOutlinedSvg
5437 }));
5438 };
5439
5440 DiffOutlined.displayName = 'DiffOutlined';
5441 var DiffOutlined$1 = /*#__PURE__*/React.forwardRef(DiffOutlined);
5442
5443 var DiffTwoTone_1 = createCommonjsModule(function (module, exports) {
5444 // This icon file is generated automatically.
5445 Object.defineProperty(exports, "__esModule", { value: true });
5446 var DiffTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M232 264v624h432V413.8L514.2 264H232zm336 489c0 3.8-3.4 7-7.5 7h-225c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7h225c4.1 0 7.5 3.2 7.5 7v42zm0-262v42c0 3.8-3.4 7-7.5 7H476v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V540h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H420v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1V484h84.5c4.1 0 7.5 3.1 7.5 7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.2 306.6L611.3 72.9c-6-5.7-13.9-8.9-22.2-8.9H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h277l219 210.6V824c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V329.6c0-8.7-3.5-17-9.8-23z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M553.4 201.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v704c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32V397.3c0-8.5-3.4-16.6-9.4-22.6L553.4 201.4zM664 888H232V264h282.2L664 413.8V888z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M476 399.1c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1V484h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H420v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V540h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H476v-84.9zM560.5 704h-225c-4.1 0-7.5 3.2-7.5 7v42c0 3.8 3.4 7 7.5 7h225c4.1 0 7.5-3.2 7.5-7v-42c0-3.8-3.4-7-7.5-7z", "fill": primaryColor } }] }; }, "name": "diff", "theme": "twotone" };
5447 exports.default = DiffTwoTone;
5448 });
5449
5450 var DiffTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(DiffTwoTone_1);
5451
5452 var DiffTwoTone = function DiffTwoTone(props, ref) {
5453 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5454 ref: ref,
5455 icon: DiffTwoToneSvg
5456 }));
5457 };
5458
5459 DiffTwoTone.displayName = 'DiffTwoTone';
5460 var DiffTwoTone$1 = /*#__PURE__*/React.forwardRef(DiffTwoTone);
5461
5462 var DingdingOutlined_1 = createCommonjsModule(function (module, exports) {
5463 // This icon file is generated automatically.
5464 Object.defineProperty(exports, "__esModule", { value: true });
5465 var DingdingOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M573.7 252.5C422.5 197.4 201.3 96.7 201.3 96.7c-15.7-4.1-17.9 11.1-17.9 11.1-5 61.1 33.6 160.5 53.6 182.8 19.9 22.3 319.1 113.7 319.1 113.7S326 357.9 270.5 341.9c-55.6-16-37.9 17.8-37.9 17.8 11.4 61.7 64.9 131.8 107.2 138.4 42.2 6.6 220.1 4 220.1 4s-35.5 4.1-93.2 11.9c-42.7 5.8-97 12.5-111.1 17.8-33.1 12.5 24 62.6 24 62.6 84.7 76.8 129.7 50.5 129.7 50.5 33.3-10.7 61.4-18.5 85.2-24.2L565 743.1h84.6L603 928l205.3-271.9H700.8l22.3-38.7c.3.5.4.8.4.8S799.8 496.1 829 433.8l.6-1h-.1c5-10.8 8.6-19.7 10-25.8 17-71.3-114.5-99.4-265.8-154.5z" } }] }, "name": "dingding", "theme": "outlined" };
5466 exports.default = DingdingOutlined;
5467 });
5468
5469 var DingdingOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DingdingOutlined_1);
5470
5471 var DingdingOutlined = function DingdingOutlined(props, ref) {
5472 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5473 ref: ref,
5474 icon: DingdingOutlinedSvg
5475 }));
5476 };
5477
5478 DingdingOutlined.displayName = 'DingdingOutlined';
5479 var DingdingOutlined$1 = /*#__PURE__*/React.forwardRef(DingdingOutlined);
5480
5481 var DingtalkCircleFilled_1 = createCommonjsModule(function (module, exports) {
5482 // This icon file is generated automatically.
5483 Object.defineProperty(exports, "__esModule", { value: true });
5484 var DingtalkCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm227 385.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z" } }] }, "name": "dingtalk-circle", "theme": "filled" };
5485 exports.default = DingtalkCircleFilled;
5486 });
5487
5488 var DingtalkCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DingtalkCircleFilled_1);
5489
5490 var DingtalkCircleFilled = function DingtalkCircleFilled(props, ref) {
5491 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5492 ref: ref,
5493 icon: DingtalkCircleFilledSvg
5494 }));
5495 };
5496
5497 DingtalkCircleFilled.displayName = 'DingtalkCircleFilled';
5498 var DingtalkCircleFilled$1 = /*#__PURE__*/React.forwardRef(DingtalkCircleFilled);
5499
5500 var DingtalkOutlined_1 = createCommonjsModule(function (module, exports) {
5501 // This icon file is generated automatically.
5502 Object.defineProperty(exports, "__esModule", { value: true });
5503 var DingtalkOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M573.7 252.5C422.5 197.4 201.3 96.7 201.3 96.7c-15.7-4.1-17.9 11.1-17.9 11.1-5 61.1 33.6 160.5 53.6 182.8 19.9 22.3 319.1 113.7 319.1 113.7S326 357.9 270.5 341.9c-55.6-16-37.9 17.8-37.9 17.8 11.4 61.7 64.9 131.8 107.2 138.4 42.2 6.6 220.1 4 220.1 4s-35.5 4.1-93.2 11.9c-42.7 5.8-97 12.5-111.1 17.8-33.1 12.5 24 62.6 24 62.6 84.7 76.8 129.7 50.5 129.7 50.5 33.3-10.7 61.4-18.5 85.2-24.2L565 743.1h84.6L603 928l205.3-271.9H700.8l22.3-38.7c.3.5.4.8.4.8S799.8 496.1 829 433.8l.6-1h-.1c5-10.8 8.6-19.7 10-25.8 17-71.3-114.5-99.4-265.8-154.5z" } }] }, "name": "dingtalk", "theme": "outlined" };
5504 exports.default = DingtalkOutlined;
5505 });
5506
5507 var DingtalkOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DingtalkOutlined_1);
5508
5509 var DingtalkOutlined = function DingtalkOutlined(props, ref) {
5510 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5511 ref: ref,
5512 icon: DingtalkOutlinedSvg
5513 }));
5514 };
5515
5516 DingtalkOutlined.displayName = 'DingtalkOutlined';
5517 var DingtalkOutlined$1 = /*#__PURE__*/React.forwardRef(DingtalkOutlined);
5518
5519 var DingtalkSquareFilled_1 = createCommonjsModule(function (module, exports) {
5520 // This icon file is generated automatically.
5521 Object.defineProperty(exports, "__esModule", { value: true });
5522 var DingtalkSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM739 449.3c-1 4.2-3.5 10.4-7 17.8h.1l-.4.7c-20.3 43.1-73.1 127.7-73.1 127.7s-.1-.2-.3-.5l-15.5 26.8h74.5L575.1 810l32.3-128h-58.6l20.4-84.7c-16.5 3.9-35.9 9.4-59 16.8 0 0-31.2 18.2-89.9-35 0 0-39.6-34.7-16.6-43.4 9.8-3.7 47.4-8.4 77-12.3 40-5.4 64.6-8.2 64.6-8.2S422 517 392.7 512.5c-29.3-4.6-66.4-53.1-74.3-95.8 0 0-12.2-23.4 26.3-12.3 38.5 11.1 197.9 43.2 197.9 43.2s-207.4-63.3-221.2-78.7c-13.8-15.4-40.6-84.2-37.1-126.5 0 0 1.5-10.5 12.4-7.7 0 0 153.3 69.7 258.1 107.9 104.8 37.9 195.9 57.3 184.2 106.7z" } }] }, "name": "dingtalk-square", "theme": "filled" };
5523 exports.default = DingtalkSquareFilled;
5524 });
5525
5526 var DingtalkSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DingtalkSquareFilled_1);
5527
5528 var DingtalkSquareFilled = function DingtalkSquareFilled(props, ref) {
5529 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5530 ref: ref,
5531 icon: DingtalkSquareFilledSvg
5532 }));
5533 };
5534
5535 DingtalkSquareFilled.displayName = 'DingtalkSquareFilled';
5536 var DingtalkSquareFilled$1 = /*#__PURE__*/React.forwardRef(DingtalkSquareFilled);
5537
5538 var DisconnectOutlined_1 = createCommonjsModule(function (module, exports) {
5539 // This icon file is generated automatically.
5540 Object.defineProperty(exports, "__esModule", { value: true });
5541 var DisconnectOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832.6 191.4c-84.6-84.6-221.5-84.6-306 0l-96.9 96.9 51 51 96.9-96.9c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204l-96.9 96.9 51.1 51.1 96.9-96.9c84.4-84.6 84.4-221.5-.1-306.1zM446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l96.9-96.9-51.1-51.1-96.9 96.9c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l96.9-96.9-51-51-96.8 97zM260.3 209.4a8.03 8.03 0 00-11.3 0L209.4 249a8.03 8.03 0 000 11.3l554.4 554.4c3.1 3.1 8.2 3.1 11.3 0l39.6-39.6c3.1-3.1 3.1-8.2 0-11.3L260.3 209.4z" } }] }, "name": "disconnect", "theme": "outlined" };
5542 exports.default = DisconnectOutlined;
5543 });
5544
5545 var DisconnectOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DisconnectOutlined_1);
5546
5547 var DisconnectOutlined = function DisconnectOutlined(props, ref) {
5548 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5549 ref: ref,
5550 icon: DisconnectOutlinedSvg
5551 }));
5552 };
5553
5554 DisconnectOutlined.displayName = 'DisconnectOutlined';
5555 var DisconnectOutlined$1 = /*#__PURE__*/React.forwardRef(DisconnectOutlined);
5556
5557 var DislikeFilled_1 = createCommonjsModule(function (module, exports) {
5558 // This icon file is generated automatically.
5559 Object.defineProperty(exports, "__esModule", { value: true });
5560 var DislikeFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 00-26.5-5.4H273v428h.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32z" } }] }, "name": "dislike", "theme": "filled" };
5561 exports.default = DislikeFilled;
5562 });
5563
5564 var DislikeFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DislikeFilled_1);
5565
5566 var DislikeFilled = function DislikeFilled(props, ref) {
5567 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5568 ref: ref,
5569 icon: DislikeFilledSvg
5570 }));
5571 };
5572
5573 DislikeFilled.displayName = 'DislikeFilled';
5574 var DislikeFilled$1 = /*#__PURE__*/React.forwardRef(DislikeFilled);
5575
5576 var DislikeOutlined_1 = createCommonjsModule(function (module, exports) {
5577 // This icon file is generated automatically.
5578 Object.defineProperty(exports, "__esModule", { value: true });
5579 var DislikeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885.9 490.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 00-26.5-5.4H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h129.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zM184 456V172h81v284h-81zm627.2 160.4H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 01-42.2-32.3L329 459.2V172h415.4a56.85 56.85 0 0133.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0119.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0119.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0119.6 43c0 19.1-11 37.5-28.8 48.4z" } }] }, "name": "dislike", "theme": "outlined" };
5580 exports.default = DislikeOutlined;
5581 });
5582
5583 var DislikeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DislikeOutlined_1);
5584
5585 var DislikeOutlined = function DislikeOutlined(props, ref) {
5586 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5587 ref: ref,
5588 icon: DislikeOutlinedSvg
5589 }));
5590 };
5591
5592 DislikeOutlined.displayName = 'DislikeOutlined';
5593 var DislikeOutlined$1 = /*#__PURE__*/React.forwardRef(DislikeOutlined);
5594
5595 var DislikeTwoTone_1 = createCommonjsModule(function (module, exports) {
5596 // This icon file is generated automatically.
5597 Object.defineProperty(exports, "__esModule", { value: true });
5598 var DislikeTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M273 100.1v428h.3l-.3-428zM820.4 525l-21.9-19 14-25.5a56.2 56.2 0 006.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 006.9-27.3c0-16.5-7.1-32.2-19.6-43l-21.9-19 13.9-25.4a56.2 56.2 0 006.9-27.3c0-22.4-13.2-42.6-33.6-51.8H345v345.2c18.6 67.2 46.4 168 83.5 302.5a44.28 44.28 0 0042.2 32.3c7.5.1 15-2.2 21.1-6.7 9.9-7.4 15.2-18.6 14.6-30.5l-9.6-198.4h314.4C829 605.5 840 587.1 840 568c0-16.5-7.1-32.2-19.6-43z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M112 132v364c0 17.7 14.3 32 32 32h65V100h-65c-17.7 0-32 14.3-32 32zm773.9 358.3c3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-28.3-9.3-55.5-26.1-77.7 3.6-12 5.4-24.4 5.4-37 0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 00-26.5-5.4H273l.3 428 85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4 20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3 40.4-23.5 65.5-66.1 65.5-111 0-28.3-9.3-55.5-26.1-77.7zm-74.7 126.1H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 01-42.2-32.3c-37.1-134.4-64.9-235.2-83.5-302.5V172h399.4a56.85 56.85 0 0133.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0119.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4 21.9 19a56.76 56.76 0 0119.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5 21.9 19a56.76 56.76 0 0119.6 43c0 19.1-11 37.5-28.8 48.4z", "fill": primaryColor } }] }; }, "name": "dislike", "theme": "twotone" };
5599 exports.default = DislikeTwoTone;
5600 });
5601
5602 var DislikeTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(DislikeTwoTone_1);
5603
5604 var DislikeTwoTone = function DislikeTwoTone(props, ref) {
5605 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5606 ref: ref,
5607 icon: DislikeTwoToneSvg
5608 }));
5609 };
5610
5611 DislikeTwoTone.displayName = 'DislikeTwoTone';
5612 var DislikeTwoTone$1 = /*#__PURE__*/React.forwardRef(DislikeTwoTone);
5613
5614 var DollarCircleFilled_1 = createCommonjsModule(function (module, exports) {
5615 // This icon file is generated automatically.
5616 Object.defineProperty(exports, "__esModule", { value: true });
5617 var DollarCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm22.3 665.2l.2 31.7c0 4.4-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4C401.3 723 359.5 672.4 355 617.4c-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.7 29.8 55.4 74.1 61.3V533.9l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-72.9 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.9 46.9 125.9 109.2.5 4.7-3.2 8.8-8 8.8h-44.9c-4 0-7.4-3-7.9-6.9-4-29.2-27.4-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 108.9 116.4 0 75.3-56 117.3-134.3 124.1zM426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-36.9 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.8-.6-5.6-1.3-8.8-2.2V677c42.6-3.8 72-27.2 72-66.4 0-30.7-15.9-50.7-63.2-65.1z" } }] }, "name": "dollar-circle", "theme": "filled" };
5618 exports.default = DollarCircleFilled;
5619 });
5620
5621 var DollarCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DollarCircleFilled_1);
5622
5623 var DollarCircleFilled = function DollarCircleFilled(props, ref) {
5624 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5625 ref: ref,
5626 icon: DollarCircleFilledSvg
5627 }));
5628 };
5629
5630 DollarCircleFilled.displayName = 'DollarCircleFilled';
5631 var DollarCircleFilled$1 = /*#__PURE__*/React.forwardRef(DollarCircleFilled);
5632
5633 var DollarCircleOutlined_1 = createCommonjsModule(function (module, exports) {
5634 // This icon file is generated automatically.
5635 Object.defineProperty(exports, "__esModule", { value: true });
5636 var DollarCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm47.7-395.2l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z" } }] }, "name": "dollar-circle", "theme": "outlined" };
5637 exports.default = DollarCircleOutlined;
5638 });
5639
5640 var DollarCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DollarCircleOutlined_1);
5641
5642 var DollarCircleOutlined = function DollarCircleOutlined(props, ref) {
5643 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5644 ref: ref,
5645 icon: DollarCircleOutlinedSvg
5646 }));
5647 };
5648
5649 DollarCircleOutlined.displayName = 'DollarCircleOutlined';
5650 var DollarCircleOutlined$1 = /*#__PURE__*/React.forwardRef(DollarCircleOutlined);
5651
5652 var DollarCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
5653 // This icon file is generated automatically.
5654 Object.defineProperty(exports, "__esModule", { value: true });
5655 var DollarCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-37 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.9-.6-5.7-1.3-8.8-2.2V677c42.6-3.8 72-27.3 72-66.4 0-30.7-15.9-50.7-63.2-65.1z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm22.4 589.2l.2 31.7c0 4.5-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4c-89-6.5-130.7-57.1-135.2-112.1-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.8 29.9 55.4 74.1 61.3V534l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-73 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.8 46.9 125.9 109.2a8.1 8.1 0 01-8 8.8h-44.9c-4 0-7.4-2.9-7.9-6.9-4-29.2-27.5-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 109 116.4 0 75.2-56 117.1-134.3 124z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M559.7 488.8l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z", "fill": primaryColor } }] }; }, "name": "dollar-circle", "theme": "twotone" };
5656 exports.default = DollarCircleTwoTone;
5657 });
5658
5659 var DollarCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(DollarCircleTwoTone_1);
5660
5661 var DollarCircleTwoTone = function DollarCircleTwoTone(props, ref) {
5662 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5663 ref: ref,
5664 icon: DollarCircleTwoToneSvg
5665 }));
5666 };
5667
5668 DollarCircleTwoTone.displayName = 'DollarCircleTwoTone';
5669 var DollarCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(DollarCircleTwoTone);
5670
5671 var DollarOutlined_1 = createCommonjsModule(function (module, exports) {
5672 // This icon file is generated automatically.
5673 Object.defineProperty(exports, "__esModule", { value: true });
5674 var DollarOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm47.7-395.2l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z" } }] }, "name": "dollar", "theme": "outlined" };
5675 exports.default = DollarOutlined;
5676 });
5677
5678 var DollarOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DollarOutlined_1);
5679
5680 var DollarOutlined = function DollarOutlined(props, ref) {
5681 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5682 ref: ref,
5683 icon: DollarOutlinedSvg
5684 }));
5685 };
5686
5687 DollarOutlined.displayName = 'DollarOutlined';
5688 var DollarOutlined$1 = /*#__PURE__*/React.forwardRef(DollarOutlined);
5689
5690 var DollarTwoTone_1 = createCommonjsModule(function (module, exports) {
5691 // This icon file is generated automatically.
5692 Object.defineProperty(exports, "__esModule", { value: true });
5693 var DollarTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M426.6 410.3c0 25.4 15.7 45.1 49.5 57.3 4.7 1.9 9.4 3.4 15 5v-124c-37 4.7-64.5 25.4-64.5 61.7zm116.5 135.2c-2.9-.6-5.7-1.3-8.8-2.2V677c42.6-3.8 72-27.3 72-66.4 0-30.7-15.9-50.7-63.2-65.1z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm22.4 589.2l.2 31.7c0 4.5-3.6 8.1-8 8.1h-28.4c-4.4 0-8-3.6-8-8v-31.4c-89-6.5-130.7-57.1-135.2-112.1-.4-4.7 3.3-8.7 8-8.7h46.2c3.9 0 7.3 2.8 7.9 6.6 5.1 31.8 29.9 55.4 74.1 61.3V534l-24.7-6.3c-52.3-12.5-102.1-45.1-102.1-112.7 0-73 55.4-112.1 126.2-119v-33c0-4.4 3.6-8 8-8h28.1c4.4 0 8 3.6 8 8v32.7c68.5 6.9 119.8 46.9 125.9 109.2a8.1 8.1 0 01-8 8.8h-44.9c-4 0-7.4-2.9-7.9-6.9-4-29.2-27.5-53-65.5-58.2v134.3l25.4 5.9c64.8 16 108.9 47 109 116.4 0 75.2-56 117.1-134.3 124z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M559.7 488.8l-25.4-5.9V348.6c38 5.2 61.5 29 65.5 58.2.5 4 3.9 6.9 7.9 6.9h44.9c4.7 0 8.4-4.1 8-8.8-6.1-62.3-57.4-102.3-125.9-109.2V263c0-4.4-3.6-8-8-8h-28.1c-4.4 0-8 3.6-8 8v33c-70.8 6.9-126.2 46-126.2 119 0 67.6 49.8 100.2 102.1 112.7l24.7 6.3v142.7c-44.2-5.9-69-29.5-74.1-61.3-.6-3.8-4-6.6-7.9-6.6H363c-4.7 0-8.4 4-8 8.7 4.5 55 46.2 105.6 135.2 112.1V761c0 4.4 3.6 8 8 8h28.4c4.4 0 8-3.6 8-8.1l-.2-31.7c78.3-6.9 134.3-48.8 134.3-124-.1-69.4-44.2-100.4-109-116.4zm-68.6-16.2c-5.6-1.6-10.3-3.1-15-5-33.8-12.2-49.5-31.9-49.5-57.3 0-36.3 27.5-57 64.5-61.7v124zM534.3 677V543.3c3.1.9 5.9 1.6 8.8 2.2 47.3 14.4 63.2 34.4 63.2 65.1 0 39.1-29.4 62.6-72 66.4z", "fill": primaryColor } }] }; }, "name": "dollar", "theme": "twotone" };
5694 exports.default = DollarTwoTone;
5695 });
5696
5697 var DollarTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(DollarTwoTone_1);
5698
5699 var DollarTwoTone = function DollarTwoTone(props, ref) {
5700 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5701 ref: ref,
5702 icon: DollarTwoToneSvg
5703 }));
5704 };
5705
5706 DollarTwoTone.displayName = 'DollarTwoTone';
5707 var DollarTwoTone$1 = /*#__PURE__*/React.forwardRef(DollarTwoTone);
5708
5709 var DotChartOutlined_1 = createCommonjsModule(function (module, exports) {
5710 // This icon file is generated automatically.
5711 Object.defineProperty(exports, "__esModule", { value: true });
5712 var DotChartOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM288 604a64 64 0 10128 0 64 64 0 10-128 0zm118-224a48 48 0 1096 0 48 48 0 10-96 0zm158 228a96 96 0 10192 0 96 96 0 10-192 0zm148-314a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "dot-chart", "theme": "outlined" };
5713 exports.default = DotChartOutlined;
5714 });
5715
5716 var DotChartOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DotChartOutlined_1);
5717
5718 var DotChartOutlined = function DotChartOutlined(props, ref) {
5719 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5720 ref: ref,
5721 icon: DotChartOutlinedSvg
5722 }));
5723 };
5724
5725 DotChartOutlined.displayName = 'DotChartOutlined';
5726 var DotChartOutlined$1 = /*#__PURE__*/React.forwardRef(DotChartOutlined);
5727
5728 var DoubleLeftOutlined_1 = createCommonjsModule(function (module, exports) {
5729 // This icon file is generated automatically.
5730 Object.defineProperty(exports, "__esModule", { value: true });
5731 var DoubleLeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z" } }] }, "name": "double-left", "theme": "outlined" };
5732 exports.default = DoubleLeftOutlined;
5733 });
5734
5735 var DoubleLeftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DoubleLeftOutlined_1);
5736
5737 var DoubleLeftOutlined = function DoubleLeftOutlined(props, ref) {
5738 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5739 ref: ref,
5740 icon: DoubleLeftOutlinedSvg
5741 }));
5742 };
5743
5744 DoubleLeftOutlined.displayName = 'DoubleLeftOutlined';
5745 var DoubleLeftOutlined$1 = /*#__PURE__*/React.forwardRef(DoubleLeftOutlined);
5746
5747 var DoubleRightOutlined_1 = createCommonjsModule(function (module, exports) {
5748 // This icon file is generated automatically.
5749 Object.defineProperty(exports, "__esModule", { value: true });
5750 var DoubleRightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 00188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 00492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z" } }] }, "name": "double-right", "theme": "outlined" };
5751 exports.default = DoubleRightOutlined;
5752 });
5753
5754 var DoubleRightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DoubleRightOutlined_1);
5755
5756 var DoubleRightOutlined = function DoubleRightOutlined(props, ref) {
5757 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5758 ref: ref,
5759 icon: DoubleRightOutlinedSvg
5760 }));
5761 };
5762
5763 DoubleRightOutlined.displayName = 'DoubleRightOutlined';
5764 var DoubleRightOutlined$1 = /*#__PURE__*/React.forwardRef(DoubleRightOutlined);
5765
5766 var DownCircleFilled_1 = createCommonjsModule(function (module, exports) {
5767 // This icon file is generated automatically.
5768 Object.defineProperty(exports, "__esModule", { value: true });
5769 var DownCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm184.5 353.7l-178 246a7.95 7.95 0 01-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z" } }] }, "name": "down-circle", "theme": "filled" };
5770 exports.default = DownCircleFilled;
5771 });
5772
5773 var DownCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DownCircleFilled_1);
5774
5775 var DownCircleFilled = function DownCircleFilled(props, ref) {
5776 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5777 ref: ref,
5778 icon: DownCircleFilledSvg
5779 }));
5780 };
5781
5782 DownCircleFilled.displayName = 'DownCircleFilled';
5783 var DownCircleFilled$1 = /*#__PURE__*/React.forwardRef(DownCircleFilled);
5784
5785 var DownCircleOutlined_1 = createCommonjsModule(function (module, exports) {
5786 // This icon file is generated automatically.
5787 Object.defineProperty(exports, "__esModule", { value: true });
5788 var DownCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z" } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }] }, "name": "down-circle", "theme": "outlined" };
5789 exports.default = DownCircleOutlined;
5790 });
5791
5792 var DownCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DownCircleOutlined_1);
5793
5794 var DownCircleOutlined = function DownCircleOutlined(props, ref) {
5795 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5796 ref: ref,
5797 icon: DownCircleOutlinedSvg
5798 }));
5799 };
5800
5801 DownCircleOutlined.displayName = 'DownCircleOutlined';
5802 var DownCircleOutlined$1 = /*#__PURE__*/React.forwardRef(DownCircleOutlined);
5803
5804 var DownCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
5805 // This icon file is generated automatically.
5806 Object.defineProperty(exports, "__esModule", { value: true });
5807 var DownCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm184.4 277.7l-178 246a7.95 7.95 0 01-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 4.9 25.9 13.2L512 563.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M690 405h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 563.6 406.8 418.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7z", "fill": primaryColor } }] }; }, "name": "down-circle", "theme": "twotone" };
5808 exports.default = DownCircleTwoTone;
5809 });
5810
5811 var DownCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(DownCircleTwoTone_1);
5812
5813 var DownCircleTwoTone = function DownCircleTwoTone(props, ref) {
5814 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5815 ref: ref,
5816 icon: DownCircleTwoToneSvg
5817 }));
5818 };
5819
5820 DownCircleTwoTone.displayName = 'DownCircleTwoTone';
5821 var DownCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(DownCircleTwoTone);
5822
5823 var DownOutlined_1 = createCommonjsModule(function (module, exports) {
5824 // This icon file is generated automatically.
5825 Object.defineProperty(exports, "__esModule", { value: true });
5826 var DownOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z" } }] }, "name": "down", "theme": "outlined" };
5827 exports.default = DownOutlined;
5828 });
5829
5830 var DownOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DownOutlined_1);
5831
5832 var DownOutlined = function DownOutlined(props, ref) {
5833 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5834 ref: ref,
5835 icon: DownOutlinedSvg
5836 }));
5837 };
5838
5839 DownOutlined.displayName = 'DownOutlined';
5840 var DownOutlined$1 = /*#__PURE__*/React.forwardRef(DownOutlined);
5841
5842 var DownSquareFilled_1 = createCommonjsModule(function (module, exports) {
5843 // This icon file is generated automatically.
5844 Object.defineProperty(exports, "__esModule", { value: true });
5845 var DownSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM696.5 412.7l-178 246a7.95 7.95 0 01-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7H381c10.2 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.6-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.5 12.7z" } }] }, "name": "down-square", "theme": "filled" };
5846 exports.default = DownSquareFilled;
5847 });
5848
5849 var DownSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DownSquareFilled_1);
5850
5851 var DownSquareFilled = function DownSquareFilled(props, ref) {
5852 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5853 ref: ref,
5854 icon: DownSquareFilledSvg
5855 }));
5856 };
5857
5858 DownSquareFilled.displayName = 'DownSquareFilled';
5859 var DownSquareFilled$1 = /*#__PURE__*/React.forwardRef(DownSquareFilled);
5860
5861 var DownSquareOutlined_1 = createCommonjsModule(function (module, exports) {
5862 // This icon file is generated automatically.
5863 Object.defineProperty(exports, "__esModule", { value: true });
5864 var DownSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.8-5.3 0-12.7-6.5-12.7H643c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "down-square", "theme": "outlined" };
5865 exports.default = DownSquareOutlined;
5866 });
5867
5868 var DownSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DownSquareOutlined_1);
5869
5870 var DownSquareOutlined = function DownSquareOutlined(props, ref) {
5871 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5872 ref: ref,
5873 icon: DownSquareOutlinedSvg
5874 }));
5875 };
5876
5877 DownSquareOutlined.displayName = 'DownSquareOutlined';
5878 var DownSquareOutlined$1 = /*#__PURE__*/React.forwardRef(DownSquareOutlined);
5879
5880 var DownSquareTwoTone_1 = createCommonjsModule(function (module, exports) {
5881 // This icon file is generated automatically.
5882 Object.defineProperty(exports, "__esModule", { value: true });
5883 var DownSquareTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm150-440h46.9c10.3 0 19.9 4.9 25.9 13.2L512 558.6l105.2-145.4c6-8.3 15.7-13.2 25.9-13.2H690c6.5 0 10.3 7.4 6.4 12.7l-178 246a7.95 7.95 0 01-12.9 0l-178-246c-3.8-5.3 0-12.7 6.5-12.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M505.5 658.7c3.2 4.4 9.7 4.4 12.9 0l178-246c3.9-5.3.1-12.7-6.4-12.7h-46.9c-10.2 0-19.9 4.9-25.9 13.2L512 558.6 406.8 413.2c-6-8.3-15.6-13.2-25.9-13.2H334c-6.5 0-10.3 7.4-6.5 12.7l178 246z", "fill": primaryColor } }] }; }, "name": "down-square", "theme": "twotone" };
5884 exports.default = DownSquareTwoTone;
5885 });
5886
5887 var DownSquareTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(DownSquareTwoTone_1);
5888
5889 var DownSquareTwoTone = function DownSquareTwoTone(props, ref) {
5890 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5891 ref: ref,
5892 icon: DownSquareTwoToneSvg
5893 }));
5894 };
5895
5896 DownSquareTwoTone.displayName = 'DownSquareTwoTone';
5897 var DownSquareTwoTone$1 = /*#__PURE__*/React.forwardRef(DownSquareTwoTone);
5898
5899 var DownloadOutlined_1 = createCommonjsModule(function (module, exports) {
5900 // This icon file is generated automatically.
5901 Object.defineProperty(exports, "__esModule", { value: true });
5902 var DownloadOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" } }] }, "name": "download", "theme": "outlined" };
5903 exports.default = DownloadOutlined;
5904 });
5905
5906 var DownloadOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DownloadOutlined_1);
5907
5908 var DownloadOutlined = function DownloadOutlined(props, ref) {
5909 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5910 ref: ref,
5911 icon: DownloadOutlinedSvg
5912 }));
5913 };
5914
5915 DownloadOutlined.displayName = 'DownloadOutlined';
5916 var DownloadOutlined$1 = /*#__PURE__*/React.forwardRef(DownloadOutlined);
5917
5918 var DragOutlined_1 = createCommonjsModule(function (module, exports) {
5919 // This icon file is generated automatically.
5920 Object.defineProperty(exports, "__esModule", { value: true });
5921 var DragOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M909.3 506.3L781.7 405.6a7.23 7.23 0 00-11.7 5.7V476H548V254h64.8c6 0 9.4-7 5.7-11.7L517.7 114.7a7.14 7.14 0 00-11.3 0L405.6 242.3a7.23 7.23 0 005.7 11.7H476v222H254v-64.8c0-6-7-9.4-11.7-5.7L114.7 506.3a7.14 7.14 0 000 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V548h222v222h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V548h222v64.8c0 6 7 9.4 11.7 5.7l127.5-100.8a7.3 7.3 0 00.1-11.4z" } }] }, "name": "drag", "theme": "outlined" };
5922 exports.default = DragOutlined;
5923 });
5924
5925 var DragOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DragOutlined_1);
5926
5927 var DragOutlined = function DragOutlined(props, ref) {
5928 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5929 ref: ref,
5930 icon: DragOutlinedSvg
5931 }));
5932 };
5933
5934 DragOutlined.displayName = 'DragOutlined';
5935 var DragOutlined$1 = /*#__PURE__*/React.forwardRef(DragOutlined);
5936
5937 var DribbbleCircleFilled_1 = createCommonjsModule(function (module, exports) {
5938 // This icon file is generated automatically.
5939 Object.defineProperty(exports, "__esModule", { value: true });
5940 var DribbbleCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M675.1 328.3a245.2 245.2 0 00-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6zm47.7-11.9c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 736c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm53.1-346.2c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm30.6 82.5c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4z" } }] }, "name": "dribbble-circle", "theme": "filled" };
5941 exports.default = DribbbleCircleFilled;
5942 });
5943
5944 var DribbbleCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DribbbleCircleFilled_1);
5945
5946 var DribbbleCircleFilled = function DribbbleCircleFilled(props, ref) {
5947 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5948 ref: ref,
5949 icon: DribbbleCircleFilledSvg
5950 }));
5951 };
5952
5953 DribbbleCircleFilled.displayName = 'DribbbleCircleFilled';
5954 var DribbbleCircleFilled$1 = /*#__PURE__*/React.forwardRef(DribbbleCircleFilled);
5955
5956 var DribbbleOutlined_1 = createCommonjsModule(function (module, exports) {
5957 // This icon file is generated automatically.
5958 Object.defineProperty(exports, "__esModule", { value: true });
5959 var DribbbleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 96C282.6 96 96 282.6 96 512s186.6 416 416 416 416-186.6 416-416S741.4 96 512 96zm275.1 191.8c49.5 60.5 79.5 137.5 80.2 221.4-11.7-2.5-129.2-26.3-247.4-11.4-2.5-6.1-5-12.2-7.6-18.3-7.4-17.3-15.3-34.6-23.6-51.5C720 374.3 779.6 298 787.1 287.8zM512 157.2c90.3 0 172.8 33.9 235.5 89.5-6.4 9.1-59.9 81-186.2 128.4-58.2-107-122.7-194.8-132.6-208 27.3-6.6 55.2-9.9 83.3-9.9zM360.9 191c9.4 12.8 72.9 100.9 131.7 205.5C326.4 440.6 180 440 164.1 439.8c23.1-110.3 97.4-201.9 196.8-248.8zM156.7 512.5c0-3.6.1-7.3.2-10.9 15.5.3 187.7 2.5 365.2-50.6 10.2 19.9 19.9 40.1 28.8 60.3-4.7 1.3-9.4 2.7-14 4.2C353.6 574.9 256.1 736.4 248 750.1c-56.7-63-91.3-146.3-91.3-237.6zM512 867.8c-82.2 0-157.9-28-218.1-75 6.4-13.1 78.3-152 278.7-221.9l2.3-.8c49.9 129.6 70.5 238.3 75.8 269.5A350.46 350.46 0 01512 867.8zm198.5-60.7c-3.6-21.6-22.5-125.6-69-253.3C752.9 536 850.7 565.2 862.8 569c-15.8 98.8-72.5 184.2-152.3 238.1z" } }] }, "name": "dribbble", "theme": "outlined" };
5960 exports.default = DribbbleOutlined;
5961 });
5962
5963 var DribbbleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DribbbleOutlined_1);
5964
5965 var DribbbleOutlined = function DribbbleOutlined(props, ref) {
5966 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5967 ref: ref,
5968 icon: DribbbleOutlinedSvg
5969 }));
5970 };
5971
5972 DribbbleOutlined.displayName = 'DribbbleOutlined';
5973 var DribbbleOutlined$1 = /*#__PURE__*/React.forwardRef(DribbbleOutlined);
5974
5975 var DribbbleSquareFilled_1 = createCommonjsModule(function (module, exports) {
5976 // This icon file is generated automatically.
5977 Object.defineProperty(exports, "__esModule", { value: true });
5978 var DribbbleSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 00-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z" } }] }, "name": "dribbble-square", "theme": "filled" };
5979 exports.default = DribbbleSquareFilled;
5980 });
5981
5982 var DribbbleSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DribbbleSquareFilled_1);
5983
5984 var DribbbleSquareFilled = function DribbbleSquareFilled(props, ref) {
5985 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
5986 ref: ref,
5987 icon: DribbbleSquareFilledSvg
5988 }));
5989 };
5990
5991 DribbbleSquareFilled.displayName = 'DribbbleSquareFilled';
5992 var DribbbleSquareFilled$1 = /*#__PURE__*/React.forwardRef(DribbbleSquareFilled);
5993
5994 var DribbbleSquareOutlined_1 = createCommonjsModule(function (module, exports) {
5995 // This icon file is generated automatically.
5996 Object.defineProperty(exports, "__esModule", { value: true });
5997 var DribbbleSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M498.6 432c-40.8-72.5-84.7-133.4-91.2-142.3-68.8 32.5-120.3 95.9-136.2 172.2 11 .2 112.4.7 227.4-29.9zm66.5 21.8c5.7 11.7 11.2 23.6 16.3 35.6 1.8 4.2 3.6 8.4 5.3 12.7 81.8-10.3 163.2 6.2 171.3 7.9-.5-58.1-21.3-111.4-55.5-153.3-5.3 7.1-46.5 60-137.4 97.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM512 800c-158.8 0-288-129.2-288-288s129.2-288 288-288 288 129.2 288 288-129.2 288-288 288zm89.7-259.1c32.2 88.4 45.3 160.4 47.8 175.4 55.2-37.3 94.5-96.4 105.4-164.9-8.4-2.6-76.1-22.8-153.2-10.5zm-72.5-26.4c3.2-1 6.4-2 9.7-2.9-6.2-14-12.9-28-19.9-41.7-122.8 36.8-242.1 35.2-252.8 35-.1 2.5-.1 5-.1 7.5 0 63.2 23.9 120.9 63.2 164.5 5.5-9.6 73-121.4 199.9-162.4zm145.9-186.2a245.2 245.2 0 00-220.8-55.1c6.8 9.1 51.5 69.9 91.8 144 87.5-32.8 124.5-82.6 129-88.9zM554 552.8c-138.7 48.3-188.6 144.6-193 153.6 41.7 32.5 94.1 51.9 151 51.9 34.1 0 66.6-6.9 96.1-19.5-3.7-21.6-17.9-96.8-52.5-186.6l-1.6.6z" } }] }, "name": "dribbble-square", "theme": "outlined" };
5998 exports.default = DribbbleSquareOutlined;
5999 });
6000
6001 var DribbbleSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DribbbleSquareOutlined_1);
6002
6003 var DribbbleSquareOutlined = function DribbbleSquareOutlined(props, ref) {
6004 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6005 ref: ref,
6006 icon: DribbbleSquareOutlinedSvg
6007 }));
6008 };
6009
6010 DribbbleSquareOutlined.displayName = 'DribbbleSquareOutlined';
6011 var DribbbleSquareOutlined$1 = /*#__PURE__*/React.forwardRef(DribbbleSquareOutlined);
6012
6013 var DropboxCircleFilled_1 = createCommonjsModule(function (module, exports) {
6014 // This icon file is generated automatically.
6015 Object.defineProperty(exports, "__esModule", { value: true });
6016 var DropboxCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M663.8 455.5zm-151.5-93.8l-151.8 93.8 151.8 93.9 151.5-93.9zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm151.2 595.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1z" } }] }, "name": "dropbox-circle", "theme": "filled" };
6017 exports.default = DropboxCircleFilled;
6018 });
6019
6020 var DropboxCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DropboxCircleFilled_1);
6021
6022 var DropboxCircleFilled = function DropboxCircleFilled(props, ref) {
6023 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6024 ref: ref,
6025 icon: DropboxCircleFilledSvg
6026 }));
6027 };
6028
6029 DropboxCircleFilled.displayName = 'DropboxCircleFilled';
6030 var DropboxCircleFilled$1 = /*#__PURE__*/React.forwardRef(DropboxCircleFilled);
6031
6032 var DropboxOutlined_1 = createCommonjsModule(function (module, exports) {
6033 // This icon file is generated automatically.
6034 Object.defineProperty(exports, "__esModule", { value: true });
6035 var DropboxOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M64 556.9l264.2 173.5L512.5 577 246.8 412.7zm896-290.3zm0 0L696.8 95 512.5 248.5l265.2 164.2L512.5 577l184.3 153.4L960 558.8 777.7 412.7zM513 609.8L328.2 763.3l-79.4-51.5v57.8L513 928l263.7-158.4v-57.8l-78.9 51.5zM328.2 95L64 265.1l182.8 147.6 265.7-164.2zM64 556.9z" } }] }, "name": "dropbox", "theme": "outlined" };
6036 exports.default = DropboxOutlined;
6037 });
6038
6039 var DropboxOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(DropboxOutlined_1);
6040
6041 var DropboxOutlined = function DropboxOutlined(props, ref) {
6042 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6043 ref: ref,
6044 icon: DropboxOutlinedSvg
6045 }));
6046 };
6047
6048 DropboxOutlined.displayName = 'DropboxOutlined';
6049 var DropboxOutlined$1 = /*#__PURE__*/React.forwardRef(DropboxOutlined);
6050
6051 var DropboxSquareFilled_1 = createCommonjsModule(function (module, exports) {
6052 // This icon file is generated automatically.
6053 Object.defineProperty(exports, "__esModule", { value: true });
6054 var DropboxSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM663.2 659.5L512.6 750l-151-90.5v-33.1l45.4 29.4 105.6-87.7 105.6 87.7 45.1-29.4v33.1zm-45.6-22.4l-105.3-87.7L407 637.1l-151-99.2 104.5-82.4L256 371.2 407 274l105.3 87.7L617.6 274 768 372.1l-104.2 83.5L768 539l-150.4 98.1zM512.3 361.7l-151.8 93.8 151.8 93.9 151.5-93.9zm151.5 93.8z" } }] }, "name": "dropbox-square", "theme": "filled" };
6055 exports.default = DropboxSquareFilled;
6056 });
6057
6058 var DropboxSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(DropboxSquareFilled_1);
6059
6060 var DropboxSquareFilled = function DropboxSquareFilled(props, ref) {
6061 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6062 ref: ref,
6063 icon: DropboxSquareFilledSvg
6064 }));
6065 };
6066
6067 DropboxSquareFilled.displayName = 'DropboxSquareFilled';
6068 var DropboxSquareFilled$1 = /*#__PURE__*/React.forwardRef(DropboxSquareFilled);
6069
6070 var EditFilled_1 = createCommonjsModule(function (module, exports) {
6071 // This icon file is generated automatically.
6072 Object.defineProperty(exports, "__esModule", { value: true });
6073 var EditFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9z" } }] }, "name": "edit", "theme": "filled" };
6074 exports.default = EditFilled;
6075 });
6076
6077 var EditFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(EditFilled_1);
6078
6079 var EditFilled = function EditFilled(props, ref) {
6080 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6081 ref: ref,
6082 icon: EditFilledSvg
6083 }));
6084 };
6085
6086 EditFilled.displayName = 'EditFilled';
6087 var EditFilled$1 = /*#__PURE__*/React.forwardRef(EditFilled);
6088
6089 var EditOutlined_1 = createCommonjsModule(function (module, exports) {
6090 // This icon file is generated automatically.
6091 Object.defineProperty(exports, "__esModule", { value: true });
6092 var EditOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z" } }] }, "name": "edit", "theme": "outlined" };
6093 exports.default = EditOutlined;
6094 });
6095
6096 var EditOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(EditOutlined_1);
6097
6098 var EditOutlined = function EditOutlined(props, ref) {
6099 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6100 ref: ref,
6101 icon: EditOutlinedSvg
6102 }));
6103 };
6104
6105 EditOutlined.displayName = 'EditOutlined';
6106 var EditOutlined$1 = /*#__PURE__*/React.forwardRef(EditOutlined);
6107
6108 var EditTwoTone_1 = createCommonjsModule(function (module, exports) {
6109 // This icon file is generated automatically.
6110 Object.defineProperty(exports, "__esModule", { value: true });
6111 var EditTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M761.1 288.3L687.8 215 325.1 577.6l-15.6 89 88.9-15.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89z", "fill": primaryColor } }] }; }, "name": "edit", "theme": "twotone" };
6112 exports.default = EditTwoTone;
6113 });
6114
6115 var EditTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(EditTwoTone_1);
6116
6117 var EditTwoTone = function EditTwoTone(props, ref) {
6118 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6119 ref: ref,
6120 icon: EditTwoToneSvg
6121 }));
6122 };
6123
6124 EditTwoTone.displayName = 'EditTwoTone';
6125 var EditTwoTone$1 = /*#__PURE__*/React.forwardRef(EditTwoTone);
6126
6127 var EllipsisOutlined_1 = createCommonjsModule(function (module, exports) {
6128 // This icon file is generated automatically.
6129 Object.defineProperty(exports, "__esModule", { value: true });
6130 var EllipsisOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M176 511a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0zm280 0a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "ellipsis", "theme": "outlined" };
6131 exports.default = EllipsisOutlined;
6132 });
6133
6134 var EllipsisOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(EllipsisOutlined_1);
6135
6136 var EllipsisOutlined = function EllipsisOutlined(props, ref) {
6137 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6138 ref: ref,
6139 icon: EllipsisOutlinedSvg
6140 }));
6141 };
6142
6143 EllipsisOutlined.displayName = 'EllipsisOutlined';
6144 var EllipsisOutlined$1 = /*#__PURE__*/React.forwardRef(EllipsisOutlined);
6145
6146 var EnterOutlined_1 = createCommonjsModule(function (module, exports) {
6147 // This icon file is generated automatically.
6148 Object.defineProperty(exports, "__esModule", { value: true });
6149 var EnterOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 000 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z" } }] }, "name": "enter", "theme": "outlined" };
6150 exports.default = EnterOutlined;
6151 });
6152
6153 var EnterOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(EnterOutlined_1);
6154
6155 var EnterOutlined = function EnterOutlined(props, ref) {
6156 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6157 ref: ref,
6158 icon: EnterOutlinedSvg
6159 }));
6160 };
6161
6162 EnterOutlined.displayName = 'EnterOutlined';
6163 var EnterOutlined$1 = /*#__PURE__*/React.forwardRef(EnterOutlined);
6164
6165 var EnvironmentFilled_1 = createCommonjsModule(function (module, exports) {
6166 // This icon file is generated automatically.
6167 Object.defineProperty(exports, "__esModule", { value: true });
6168 var EnvironmentFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 327c-29.9 0-58 11.6-79.2 32.8A111.6 111.6 0 00400 439c0 29.9 11.7 58 32.8 79.2A111.6 111.6 0 00512 551c29.9 0 58-11.7 79.2-32.8C612.4 497 624 468.9 624 439c0-29.9-11.6-58-32.8-79.2S541.9 327 512 327zm342.6-37.9a362.49 362.49 0 00-79.9-115.7 370.83 370.83 0 00-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 00169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0022.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z" } }] }, "name": "environment", "theme": "filled" };
6169 exports.default = EnvironmentFilled;
6170 });
6171
6172 var EnvironmentFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(EnvironmentFilled_1);
6173
6174 var EnvironmentFilled = function EnvironmentFilled(props, ref) {
6175 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6176 ref: ref,
6177 icon: EnvironmentFilledSvg
6178 }));
6179 };
6180
6181 EnvironmentFilled.displayName = 'EnvironmentFilled';
6182 var EnvironmentFilled$1 = /*#__PURE__*/React.forwardRef(EnvironmentFilled);
6183
6184 var EnvironmentOutlined_1 = createCommonjsModule(function (module, exports) {
6185 // This icon file is generated automatically.
6186 Object.defineProperty(exports, "__esModule", { value: true });
6187 var EnvironmentOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 289.1a362.49 362.49 0 00-79.9-115.7 370.83 370.83 0 00-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 00169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0022.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1zm0-617.2c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 01512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 01400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8C612.4 381 624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z" } }] }, "name": "environment", "theme": "outlined" };
6188 exports.default = EnvironmentOutlined;
6189 });
6190
6191 var EnvironmentOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(EnvironmentOutlined_1);
6192
6193 var EnvironmentOutlined = function EnvironmentOutlined(props, ref) {
6194 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6195 ref: ref,
6196 icon: EnvironmentOutlinedSvg
6197 }));
6198 };
6199
6200 EnvironmentOutlined.displayName = 'EnvironmentOutlined';
6201 var EnvironmentOutlined$1 = /*#__PURE__*/React.forwardRef(EnvironmentOutlined);
6202
6203 var EnvironmentTwoTone_1 = createCommonjsModule(function (module, exports) {
6204 // This icon file is generated automatically.
6205 Object.defineProperty(exports, "__esModule", { value: true });
6206 var EnvironmentTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M724.4 224.9C667.7 169.5 592.3 139 512 139s-155.7 30.5-212.4 85.8C243.1 280 212 353.2 212 431.1c0 241.3 234.1 407.2 300 449.1 65.9-41.9 300-207.8 300-449.1 0-77.9-31.1-151.1-87.6-206.2zM512 615c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 263c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 01512 551c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 01400 439c0-29.9 11.7-58 32.8-79.2C454 338.6 482.1 327 512 327c29.9 0 58 11.6 79.2 32.8S624 409.1 624 439c0 29.9-11.6 58-32.8 79.2z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 289.1a362.49 362.49 0 00-79.9-115.7 370.83 370.83 0 00-118.2-77.8C610.7 76.6 562.1 67 512 67c-50.1 0-98.7 9.6-144.5 28.5-44.3 18.3-84 44.5-118.2 77.8A363.6 363.6 0 00169.4 289c-19.5 45-29.4 92.8-29.4 142 0 70.6 16.9 140.9 50.1 208.7 26.7 54.5 64 107.6 111 158.1 80.3 86.2 164.5 138.9 188.4 153a43.9 43.9 0 0022.4 6.1c7.8 0 15.5-2 22.4-6.1 23.9-14.1 108.1-66.8 188.4-153 47-50.4 84.3-103.6 111-158.1C867.1 572 884 501.8 884 431.1c0-49.2-9.9-97-29.4-142zM512 880.2c-65.9-41.9-300-207.8-300-449.1 0-77.9 31.1-151.1 87.6-206.3C356.3 169.5 431.7 139 512 139s155.7 30.5 212.4 85.9C780.9 280 812 353.2 812 431.1c0 241.3-234.1 407.2-300 449.1z", "fill": primaryColor } }] }; }, "name": "environment", "theme": "twotone" };
6207 exports.default = EnvironmentTwoTone;
6208 });
6209
6210 var EnvironmentTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(EnvironmentTwoTone_1);
6211
6212 var EnvironmentTwoTone = function EnvironmentTwoTone(props, ref) {
6213 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6214 ref: ref,
6215 icon: EnvironmentTwoToneSvg
6216 }));
6217 };
6218
6219 EnvironmentTwoTone.displayName = 'EnvironmentTwoTone';
6220 var EnvironmentTwoTone$1 = /*#__PURE__*/React.forwardRef(EnvironmentTwoTone);
6221
6222 var EuroCircleFilled_1 = createCommonjsModule(function (module, exports) {
6223 // This icon file is generated automatically.
6224 Object.defineProperty(exports, "__esModule", { value: true });
6225 var EuroCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm63.5 375.8c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8h-136c-.3 4.4-.3 9.1-.3 13.8v36h136.2c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H444.9c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.2 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.3 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.8.3-12.8H344c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.7c19.7-94.2 92-149.9 198.6-149.9 20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346h.1c0 5.1-4.6 8.8-9.6 7.8-14.7-2.9-31.8-4.4-51.7-4.4-65.4 0-110.4 33.5-127.6 90.4h128.4z" } }] }, "name": "euro-circle", "theme": "filled" };
6226 exports.default = EuroCircleFilled;
6227 });
6228
6229 var EuroCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(EuroCircleFilled_1);
6230
6231 var EuroCircleFilled = function EuroCircleFilled(props, ref) {
6232 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6233 ref: ref,
6234 icon: EuroCircleFilledSvg
6235 }));
6236 };
6237
6238 EuroCircleFilled.displayName = 'EuroCircleFilled';
6239 var EuroCircleFilled$1 = /*#__PURE__*/React.forwardRef(EuroCircleFilled);
6240
6241 var EuroCircleOutlined_1 = createCommonjsModule(function (module, exports) {
6242 // This icon file is generated automatically.
6243 Object.defineProperty(exports, "__esModule", { value: true });
6244 var EuroCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H344c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 009.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8z" } }] }, "name": "euro-circle", "theme": "outlined" };
6245 exports.default = EuroCircleOutlined;
6246 });
6247
6248 var EuroCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(EuroCircleOutlined_1);
6249
6250 var EuroCircleOutlined = function EuroCircleOutlined(props, ref) {
6251 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6252 ref: ref,
6253 icon: EuroCircleOutlinedSvg
6254 }));
6255 };
6256
6257 EuroCircleOutlined.displayName = 'EuroCircleOutlined';
6258 var EuroCircleOutlined$1 = /*#__PURE__*/React.forwardRef(EuroCircleOutlined);
6259
6260 var EuroCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
6261 // This icon file is generated automatically.
6262 Object.defineProperty(exports, "__esModule", { value: true });
6263 var EuroCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm117.1 581.1c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.4 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.7.3-12.8H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.8C388.5 345.7 460.7 290 567.4 290c20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346a8 8 0 01-9.6 7.8c-14.6-2.9-31.8-4.4-51.7-4.4-65.3 0-110.4 33.5-127.6 90.4h128.3c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8H432.5c-.3 4.4-.3 9.1-.3 13.8v36h136.4c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H438c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.3 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M619.6 670.5c-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H432.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H440.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 009.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H337c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H337c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8z", "fill": primaryColor } }] }; }, "name": "euro-circle", "theme": "twotone" };
6264 exports.default = EuroCircleTwoTone;
6265 });
6266
6267 var EuroCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(EuroCircleTwoTone_1);
6268
6269 var EuroCircleTwoTone = function EuroCircleTwoTone(props, ref) {
6270 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6271 ref: ref,
6272 icon: EuroCircleTwoToneSvg
6273 }));
6274 };
6275
6276 EuroCircleTwoTone.displayName = 'EuroCircleTwoTone';
6277 var EuroCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(EuroCircleTwoTone);
6278
6279 var EuroOutlined_1 = createCommonjsModule(function (module, exports) {
6280 // This icon file is generated automatically.
6281 Object.defineProperty(exports, "__esModule", { value: true });
6282 var EuroOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm117.7-588.6c-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H344c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H344c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H439.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H447.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 009.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8z" } }] }, "name": "euro", "theme": "outlined" };
6283 exports.default = EuroOutlined;
6284 });
6285
6286 var EuroOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(EuroOutlined_1);
6287
6288 var EuroOutlined = function EuroOutlined(props, ref) {
6289 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6290 ref: ref,
6291 icon: EuroOutlinedSvg
6292 }));
6293 };
6294
6295 EuroOutlined.displayName = 'EuroOutlined';
6296 var EuroOutlined$1 = /*#__PURE__*/React.forwardRef(EuroOutlined);
6297
6298 var EuroTwoTone_1 = createCommonjsModule(function (module, exports) {
6299 // This icon file is generated automatically.
6300 Object.defineProperty(exports, "__esModule", { value: true });
6301 var EuroTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm117.1 581.1c0 3.8-2.7 7-6.4 7.8-15.9 3.4-34.4 5.1-55.3 5.1-109.8 0-183-58.8-200.2-158H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h26.1v-36.9c0-4.4 0-8.7.3-12.8H337c-4.4 0-8-3.6-8-8v-27.2c0-4.4 3.6-8 8-8h31.8C388.5 345.7 460.7 290 567.4 290c20.9 0 39.4 1.9 55.3 5.4 3.7.8 6.3 4 6.3 7.8V346a8 8 0 01-9.6 7.8c-14.6-2.9-31.8-4.4-51.7-4.4-65.3 0-110.4 33.5-127.6 90.4h128.3c4.4 0 8 3.6 8 8V475c0 4.4-3.6 8-8 8H432.5c-.3 4.4-.3 9.1-.3 13.8v36h136.4c4.4 0 8 3.6 8 8V568c0 4.4-3.6 8-8 8H438c15.3 62 61.3 98.6 129.8 98.6 19.9 0 37.1-1.3 51.8-4.1 4.9-1 9.5 2.8 9.5 7.8v42.8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M619.6 670.5c-14.7 2.8-31.9 4.1-51.8 4.1-68.5 0-114.5-36.6-129.8-98.6h130.6c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H432.2v-36c0-4.7 0-9.4.3-13.8h135.9c4.4 0 8-3.6 8-8v-27.2c0-4.4-3.6-8-8-8H440.1c17.2-56.9 62.3-90.4 127.6-90.4 19.9 0 37.1 1.5 51.7 4.4a8 8 0 009.6-7.8v-42.8c0-3.8-2.6-7-6.3-7.8-15.9-3.5-34.4-5.4-55.3-5.4-106.7 0-178.9 55.7-198.6 149.9H337c-4.4 0-8 3.6-8 8v27.2c0 4.4 3.6 8 8 8h26.4c-.3 4.1-.3 8.4-.3 12.8v36.9H337c-4.4 0-8 3.6-8 8V568c0 4.4 3.6 8 8 8h30.2c17.2 99.2 90.4 158 200.2 158 20.9 0 39.4-1.7 55.3-5.1 3.7-.8 6.4-4 6.4-7.8v-42.8c0-5-4.6-8.8-9.5-7.8z", "fill": primaryColor } }] }; }, "name": "euro", "theme": "twotone" };
6302 exports.default = EuroTwoTone;
6303 });
6304
6305 var EuroTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(EuroTwoTone_1);
6306
6307 var EuroTwoTone = function EuroTwoTone(props, ref) {
6308 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6309 ref: ref,
6310 icon: EuroTwoToneSvg
6311 }));
6312 };
6313
6314 EuroTwoTone.displayName = 'EuroTwoTone';
6315 var EuroTwoTone$1 = /*#__PURE__*/React.forwardRef(EuroTwoTone);
6316
6317 var ExceptionOutlined_1 = createCommonjsModule(function (module, exports) {
6318 // This icon file is generated automatically.
6319 Object.defineProperty(exports, "__esModule", { value: true });
6320 var ExceptionOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM640 812a32 32 0 1064 0 32 32 0 10-64 0zm12-64h40c4.4 0 8-3.6 8-8V628c0-4.4-3.6-8-8-8h-40c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "exception", "theme": "outlined" };
6321 exports.default = ExceptionOutlined;
6322 });
6323
6324 var ExceptionOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ExceptionOutlined_1);
6325
6326 var ExceptionOutlined = function ExceptionOutlined(props, ref) {
6327 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6328 ref: ref,
6329 icon: ExceptionOutlinedSvg
6330 }));
6331 };
6332
6333 ExceptionOutlined.displayName = 'ExceptionOutlined';
6334 var ExceptionOutlined$1 = /*#__PURE__*/React.forwardRef(ExceptionOutlined);
6335
6336 var ExclamationCircleFilled_1 = createCommonjsModule(function (module, exports) {
6337 // This icon file is generated automatically.
6338 Object.defineProperty(exports, "__esModule", { value: true });
6339 var ExclamationCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "exclamation-circle", "theme": "filled" };
6340 exports.default = ExclamationCircleFilled;
6341 });
6342
6343 var ExclamationCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ExclamationCircleFilled_1);
6344
6345 var ExclamationCircleFilled = function ExclamationCircleFilled(props, ref) {
6346 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6347 ref: ref,
6348 icon: ExclamationCircleFilledSvg
6349 }));
6350 };
6351
6352 ExclamationCircleFilled.displayName = 'ExclamationCircleFilled';
6353 var ExclamationCircleFilled$1 = /*#__PURE__*/React.forwardRef(ExclamationCircleFilled);
6354
6355 var ExclamationCircleOutlined_1 = createCommonjsModule(function (module, exports) {
6356 // This icon file is generated automatically.
6357 Object.defineProperty(exports, "__esModule", { value: true });
6358 var ExclamationCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z" } }] }, "name": "exclamation-circle", "theme": "outlined" };
6359 exports.default = ExclamationCircleOutlined;
6360 });
6361
6362 var ExclamationCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ExclamationCircleOutlined_1);
6363
6364 var ExclamationCircleOutlined = function ExclamationCircleOutlined(props, ref) {
6365 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6366 ref: ref,
6367 icon: ExclamationCircleOutlinedSvg
6368 }));
6369 };
6370
6371 ExclamationCircleOutlined.displayName = 'ExclamationCircleOutlined';
6372 var ExclamationCircleOutlined$1 = /*#__PURE__*/React.forwardRef(ExclamationCircleOutlined);
6373
6374 var ExclamationCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
6375 // This icon file is generated automatically.
6376 Object.defineProperty(exports, "__esModule", { value: true });
6377 var ExclamationCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-32 156c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M488 576h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8zm-24 112a48 48 0 1096 0 48 48 0 10-96 0z", "fill": primaryColor } }] }; }, "name": "exclamation-circle", "theme": "twotone" };
6378 exports.default = ExclamationCircleTwoTone;
6379 });
6380
6381 var ExclamationCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ExclamationCircleTwoTone_1);
6382
6383 var ExclamationCircleTwoTone = function ExclamationCircleTwoTone(props, ref) {
6384 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6385 ref: ref,
6386 icon: ExclamationCircleTwoToneSvg
6387 }));
6388 };
6389
6390 ExclamationCircleTwoTone.displayName = 'ExclamationCircleTwoTone';
6391 var ExclamationCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(ExclamationCircleTwoTone);
6392
6393 var ExclamationOutlined_1 = createCommonjsModule(function (module, exports) {
6394 // This icon file is generated automatically.
6395 Object.defineProperty(exports, "__esModule", { value: true });
6396 var ExclamationOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M448 804a64 64 0 10128 0 64 64 0 10-128 0zm32-168h64c4.4 0 8-3.6 8-8V164c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z" } }] }, "name": "exclamation", "theme": "outlined" };
6397 exports.default = ExclamationOutlined;
6398 });
6399
6400 var ExclamationOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ExclamationOutlined_1);
6401
6402 var ExclamationOutlined = function ExclamationOutlined(props, ref) {
6403 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6404 ref: ref,
6405 icon: ExclamationOutlinedSvg
6406 }));
6407 };
6408
6409 ExclamationOutlined.displayName = 'ExclamationOutlined';
6410 var ExclamationOutlined$1 = /*#__PURE__*/React.forwardRef(ExclamationOutlined);
6411
6412 var ExpandAltOutlined_1 = createCommonjsModule(function (module, exports) {
6413 // This icon file is generated automatically.
6414 Object.defineProperty(exports, "__esModule", { value: true });
6415 var ExpandAltOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M855 160.1l-189.2 23.5c-6.6.8-9.3 8.8-4.7 13.5l54.7 54.7-153.5 153.5a8.03 8.03 0 000 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l153.6-153.6 54.7 54.7a7.94 7.94 0 0013.5-4.7L863.9 169a7.9 7.9 0 00-8.9-8.9zM416.6 562.3a8.03 8.03 0 00-11.3 0L251.8 715.9l-54.7-54.7a7.94 7.94 0 00-13.5 4.7L160.1 855c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 153.6-153.6c3.1-3.1 3.1-8.2 0-11.3l-45.2-45z" } }] }, "name": "expand-alt", "theme": "outlined" };
6416 exports.default = ExpandAltOutlined;
6417 });
6418
6419 var ExpandAltOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ExpandAltOutlined_1);
6420
6421 var ExpandAltOutlined = function ExpandAltOutlined(props, ref) {
6422 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6423 ref: ref,
6424 icon: ExpandAltOutlinedSvg
6425 }));
6426 };
6427
6428 ExpandAltOutlined.displayName = 'ExpandAltOutlined';
6429 var ExpandAltOutlined$1 = /*#__PURE__*/React.forwardRef(ExpandAltOutlined);
6430
6431 var ExpandOutlined_1 = createCommonjsModule(function (module, exports) {
6432 // This icon file is generated automatically.
6433 Object.defineProperty(exports, "__esModule", { value: true });
6434 var ExpandOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M342 88H120c-17.7 0-32 14.3-32 32v224c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V168h174c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16zm578 576h-48c-8.8 0-16 7.2-16 16v176H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h222c17.7 0 32-14.3 32-32V680c0-8.8-7.2-16-16-16zM342 856H168V680c0-8.8-7.2-16-16-16h-48c-8.8 0-16 7.2-16 16v224c0 17.7 14.3 32 32 32h222c8.8 0 16-7.2 16-16v-48c0-8.8-7.2-16-16-16zM904 88H682c-8.8 0-16 7.2-16 16v48c0 8.8 7.2 16 16 16h174v176c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16V120c0-17.7-14.3-32-32-32z" } }] }, "name": "expand", "theme": "outlined" };
6435 exports.default = ExpandOutlined;
6436 });
6437
6438 var ExpandOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ExpandOutlined_1);
6439
6440 var ExpandOutlined = function ExpandOutlined(props, ref) {
6441 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6442 ref: ref,
6443 icon: ExpandOutlinedSvg
6444 }));
6445 };
6446
6447 ExpandOutlined.displayName = 'ExpandOutlined';
6448 var ExpandOutlined$1 = /*#__PURE__*/React.forwardRef(ExpandOutlined);
6449
6450 var ExperimentFilled_1 = createCommonjsModule(function (module, exports) {
6451 // This icon file is generated automatically.
6452 Object.defineProperty(exports, "__esModule", { value: true });
6453 var ExperimentFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M218.9 636.3l42.6 26.6c.1.1.3.2.4.3l12.7 8 .3.3a186.9 186.9 0 0094.1 25.1c44.9 0 87.2-15.7 121-43.8a256.27 256.27 0 01164.9-59.9c52.3 0 102.2 15.7 144.6 44.5l7.9 5-111.6-289V179.8h63.5c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8H264.7c-4.4 0-8 3.6-8 8v51.9c0 4.4 3.6 8 8 8h63.5v173.6L218.9 636.3zm333-203.1c22 0 39.9 17.9 39.9 39.9S573.9 513 551.9 513 512 495.1 512 473.1s17.9-39.9 39.9-39.9zM878 825.1l-29.9-77.4-85.7-53.5-.1.1c-.7-.5-1.5-1-2.2-1.5l-8.1-5-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 01-164.9 59.9c-53 0-103.5-16.1-146.2-45.6l-28.9-18.1L146 825.1c-2.8 7.4-4.3 15.2-4.3 23 0 35.2 28.6 63.8 63.8 63.8h612.9c7.9 0 15.7-1.5 23-4.3a63.6 63.6 0 0036.6-82.5z" } }] }, "name": "experiment", "theme": "filled" };
6454 exports.default = ExperimentFilled;
6455 });
6456
6457 var ExperimentFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ExperimentFilled_1);
6458
6459 var ExperimentFilled = function ExperimentFilled(props, ref) {
6460 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6461 ref: ref,
6462 icon: ExperimentFilledSvg
6463 }));
6464 };
6465
6466 ExperimentFilled.displayName = 'ExperimentFilled';
6467 var ExperimentFilled$1 = /*#__PURE__*/React.forwardRef(ExperimentFilled);
6468
6469 var ExperimentOutlined_1 = createCommonjsModule(function (module, exports) {
6470 // This icon file is generated automatically.
6471 Object.defineProperty(exports, "__esModule", { value: true });
6472 var ExperimentOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 472a40 40 0 1080 0 40 40 0 10-80 0zm367 352.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 01-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.7-107.8c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1L813.5 844h-603z" } }] }, "name": "experiment", "theme": "outlined" };
6473 exports.default = ExperimentOutlined;
6474 });
6475
6476 var ExperimentOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ExperimentOutlined_1);
6477
6478 var ExperimentOutlined = function ExperimentOutlined(props, ref) {
6479 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6480 ref: ref,
6481 icon: ExperimentOutlinedSvg
6482 }));
6483 };
6484
6485 ExperimentOutlined.displayName = 'ExperimentOutlined';
6486 var ExperimentOutlined$1 = /*#__PURE__*/React.forwardRef(ExperimentOutlined);
6487
6488 var ExperimentTwoTone_1 = createCommonjsModule(function (module, exports) {
6489 // This icon file is generated automatically.
6490 Object.defineProperty(exports, "__esModule", { value: true });
6491 var ExperimentTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M551.9 513c19.6 0 35.9-14.2 39.3-32.8A40.02 40.02 0 01552 512a40 40 0 01-40-39.4v.5c0 22 17.9 39.9 39.9 39.9zM752 687.8l-.3-.3c-29-17.5-62.3-26.8-97-26.8-44.9 0-87.2 15.7-121 43.8a256.27 256.27 0 01-164.9 59.9c-41.2 0-81-9.8-116.7-28L210.5 844h603l-59.9-155.2-1.6-1z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M879 824.9L696.3 352V178H768v-68H256v68h71.7v174L145 824.9c-2.8 7.4-4.3 15.2-4.3 23.1 0 35.3 28.7 64 64 64h614.6c7.9 0 15.7-1.5 23.1-4.3 33-12.7 49.4-49.8 36.6-82.8zM395.7 364.7V180h232.6v184.7L719.2 600c-20.7-5.3-42.1-8-63.9-8-61.2 0-119.2 21.5-165.3 60a188.78 188.78 0 01-121.3 43.9c-32.7 0-64.1-8.3-91.8-23.7l118.8-307.5zM210.5 844l41.6-107.6.1-.2c35.7 18.1 75.4 27.8 116.6 27.8 61.2 0 119.2-21.5 165.3-60 33.9-28.2 76.3-43.9 121.3-43.9 35 0 68.4 9.5 97.6 27.1l.6 1.6L813.5 844h-603z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M552 512c19.3 0 35.4-13.6 39.2-31.8.6-2.7.8-5.4.8-8.2 0-22.1-17.9-40-40-40s-40 17.9-40 40v.6a40 40 0 0040 39.4z", "fill": primaryColor } }] }; }, "name": "experiment", "theme": "twotone" };
6492 exports.default = ExperimentTwoTone;
6493 });
6494
6495 var ExperimentTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ExperimentTwoTone_1);
6496
6497 var ExperimentTwoTone = function ExperimentTwoTone(props, ref) {
6498 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6499 ref: ref,
6500 icon: ExperimentTwoToneSvg
6501 }));
6502 };
6503
6504 ExperimentTwoTone.displayName = 'ExperimentTwoTone';
6505 var ExperimentTwoTone$1 = /*#__PURE__*/React.forwardRef(ExperimentTwoTone);
6506
6507 var ExportOutlined_1 = createCommonjsModule(function (module, exports) {
6508 // This icon file is generated automatically.
6509 Object.defineProperty(exports, "__esModule", { value: true });
6510 var ExportOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zm18.6-251.7L765 393.7c-5.3-4.2-13-.4-13 6.3v76H438c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 000-12.6z" } }] }, "name": "export", "theme": "outlined" };
6511 exports.default = ExportOutlined;
6512 });
6513
6514 var ExportOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ExportOutlined_1);
6515
6516 var ExportOutlined = function ExportOutlined(props, ref) {
6517 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6518 ref: ref,
6519 icon: ExportOutlinedSvg
6520 }));
6521 };
6522
6523 ExportOutlined.displayName = 'ExportOutlined';
6524 var ExportOutlined$1 = /*#__PURE__*/React.forwardRef(ExportOutlined);
6525
6526 var EyeFilled_1 = createCommonjsModule(function (module, exports) {
6527 // This icon file is generated automatically.
6528 Object.defineProperty(exports, "__esModule", { value: true });
6529 var EyeFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M396 512a112 112 0 10224 0 112 112 0 10-224 0zm546.2-25.8C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM508 688c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z" } }] }, "name": "eye", "theme": "filled" };
6530 exports.default = EyeFilled;
6531 });
6532
6533 var EyeFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(EyeFilled_1);
6534
6535 var EyeFilled = function EyeFilled(props, ref) {
6536 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6537 ref: ref,
6538 icon: EyeFilledSvg
6539 }));
6540 };
6541
6542 EyeFilled.displayName = 'EyeFilled';
6543 var EyeFilled$1 = /*#__PURE__*/React.forwardRef(EyeFilled);
6544
6545 var EyeInvisibleFilled_1 = createCommonjsModule(function (module, exports) {
6546 // This icon file is generated automatically.
6547 Object.defineProperty(exports, "__esModule", { value: true });
6548 var EyeInvisibleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M508 624a112 112 0 00112-112c0-3.28-.15-6.53-.43-9.74L498.26 623.57c3.21.28 6.45.43 9.74.43zm370.72-458.44L836 122.88a8 8 0 00-11.31 0L715.37 232.23Q624.91 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.7 119.43 136.55 191.45L112.56 835a8 8 0 000 11.31L155.25 889a8 8 0 0011.31 0l712.16-712.12a8 8 0 000-11.32zM332 512a176 176 0 01258.88-155.28l-48.62 48.62a112.08 112.08 0 00-140.92 140.92l-48.62 48.62A175.09 175.09 0 01332 512z" } }, { "tag": "path", "attrs": { "d": "M942.2 486.2Q889.4 375 816.51 304.85L672.37 449A176.08 176.08 0 01445 676.37L322.74 798.63Q407.82 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5z" } }] }, "name": "eye-invisible", "theme": "filled" };
6549 exports.default = EyeInvisibleFilled;
6550 });
6551
6552 var EyeInvisibleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(EyeInvisibleFilled_1);
6553
6554 var EyeInvisibleFilled = function EyeInvisibleFilled(props, ref) {
6555 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6556 ref: ref,
6557 icon: EyeInvisibleFilledSvg
6558 }));
6559 };
6560
6561 EyeInvisibleFilled.displayName = 'EyeInvisibleFilled';
6562 var EyeInvisibleFilled$1 = /*#__PURE__*/React.forwardRef(EyeInvisibleFilled);
6563
6564 var EyeInvisibleOutlined_1 = createCommonjsModule(function (module, exports) {
6565 // This icon file is generated automatically.
6566 Object.defineProperty(exports, "__esModule", { value: true });
6567 var EyeInvisibleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z" } }, { "tag": "path", "attrs": { "d": "M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z" } }] }, "name": "eye-invisible", "theme": "outlined" };
6568 exports.default = EyeInvisibleOutlined;
6569 });
6570
6571 var EyeInvisibleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(EyeInvisibleOutlined_1);
6572
6573 var EyeInvisibleOutlined = function EyeInvisibleOutlined(props, ref) {
6574 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6575 ref: ref,
6576 icon: EyeInvisibleOutlinedSvg
6577 }));
6578 };
6579
6580 EyeInvisibleOutlined.displayName = 'EyeInvisibleOutlined';
6581 var EyeInvisibleOutlined$1 = /*#__PURE__*/React.forwardRef(EyeInvisibleOutlined);
6582
6583 var EyeInvisibleTwoTone_1 = createCommonjsModule(function (module, exports) {
6584 // This icon file is generated automatically.
6585 Object.defineProperty(exports, "__esModule", { value: true });
6586 var EyeInvisibleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M254.89 758.85l125.57-125.57a176 176 0 01248.82-248.82L757 256.72Q651.69 186.07 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q69.27 145.91 173.09 221.05zM942.2 486.2Q889.46 375.11 816.7 305L672.48 449.27a176.09 176.09 0 01-227.22 227.21L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zM878.63 165.56L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z", "fill": primaryColor } }] }; }, "name": "eye-invisible", "theme": "twotone" };
6587 exports.default = EyeInvisibleTwoTone;
6588 });
6589
6590 var EyeInvisibleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(EyeInvisibleTwoTone_1);
6591
6592 var EyeInvisibleTwoTone = function EyeInvisibleTwoTone(props, ref) {
6593 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6594 ref: ref,
6595 icon: EyeInvisibleTwoToneSvg
6596 }));
6597 };
6598
6599 EyeInvisibleTwoTone.displayName = 'EyeInvisibleTwoTone';
6600 var EyeInvisibleTwoTone$1 = /*#__PURE__*/React.forwardRef(EyeInvisibleTwoTone);
6601
6602 var EyeOutlined_1 = createCommonjsModule(function (module, exports) {
6603 // This icon file is generated automatically.
6604 Object.defineProperty(exports, "__esModule", { value: true });
6605 var EyeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" } }] }, "name": "eye", "theme": "outlined" };
6606 exports.default = EyeOutlined;
6607 });
6608
6609 var EyeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(EyeOutlined_1);
6610
6611 var EyeOutlined = function EyeOutlined(props, ref) {
6612 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6613 ref: ref,
6614 icon: EyeOutlinedSvg
6615 }));
6616 };
6617
6618 EyeOutlined.displayName = 'EyeOutlined';
6619 var EyeOutlined$1 = /*#__PURE__*/React.forwardRef(EyeOutlined);
6620
6621 var EyeTwoTone_1 = createCommonjsModule(function (module, exports) {
6622 // This icon file is generated automatically.
6623 Object.defineProperty(exports, "__esModule", { value: true });
6624 var EyeTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M81.8 537.8a60.3 60.3 0 010-51.5C176.6 286.5 319.8 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c-192.1 0-335.4-100.5-430.2-300.2z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 258c-161.3 0-279.4 81.8-362.7 254C232.6 684.2 350.7 766 512 766c161.4 0 279.5-81.8 362.7-254C791.4 339.8 673.3 258 512 258zm-4 430c-97.2 0-176-78.8-176-176s78.8-176 176-176 176 78.8 176 176-78.8 176-176 176z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258s279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M508 336c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z", "fill": primaryColor } }] }; }, "name": "eye", "theme": "twotone" };
6625 exports.default = EyeTwoTone;
6626 });
6627
6628 var EyeTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(EyeTwoTone_1);
6629
6630 var EyeTwoTone = function EyeTwoTone(props, ref) {
6631 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6632 ref: ref,
6633 icon: EyeTwoToneSvg
6634 }));
6635 };
6636
6637 EyeTwoTone.displayName = 'EyeTwoTone';
6638 var EyeTwoTone$1 = /*#__PURE__*/React.forwardRef(EyeTwoTone);
6639
6640 var FacebookFilled_1 = createCommonjsModule(function (module, exports) {
6641 // This icon file is generated automatically.
6642 Object.defineProperty(exports, "__esModule", { value: true });
6643 var FacebookFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-92.4 233.5h-63.9c-50.1 0-59.8 23.8-59.8 58.8v77.1h119.6l-15.6 120.7h-104V912H539.2V602.2H434.9V481.4h104.3v-89c0-103.3 63.1-159.6 155.3-159.6 44.2 0 82.1 3.3 93.2 4.8v107.9z" } }] }, "name": "facebook", "theme": "filled" };
6644 exports.default = FacebookFilled;
6645 });
6646
6647 var FacebookFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FacebookFilled_1);
6648
6649 var FacebookFilled = function FacebookFilled(props, ref) {
6650 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6651 ref: ref,
6652 icon: FacebookFilledSvg
6653 }));
6654 };
6655
6656 FacebookFilled.displayName = 'FacebookFilled';
6657 var FacebookFilled$1 = /*#__PURE__*/React.forwardRef(FacebookFilled);
6658
6659 var FacebookOutlined_1 = createCommonjsModule(function (module, exports) {
6660 // This icon file is generated automatically.
6661 Object.defineProperty(exports, "__esModule", { value: true });
6662 var FacebookOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 736H663.9V602.2h104l15.6-120.7H663.9v-77.1c0-35 9.7-58.8 59.8-58.8h63.9v-108c-11.1-1.5-49-4.8-93.2-4.8-92.2 0-155.3 56.3-155.3 159.6v89H434.9v120.7h104.3V848H176V176h672v672z" } }] }, "name": "facebook", "theme": "outlined" };
6663 exports.default = FacebookOutlined;
6664 });
6665
6666 var FacebookOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FacebookOutlined_1);
6667
6668 var FacebookOutlined = function FacebookOutlined(props, ref) {
6669 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6670 ref: ref,
6671 icon: FacebookOutlinedSvg
6672 }));
6673 };
6674
6675 FacebookOutlined.displayName = 'FacebookOutlined';
6676 var FacebookOutlined$1 = /*#__PURE__*/React.forwardRef(FacebookOutlined);
6677
6678 var FallOutlined_1 = createCommonjsModule(function (module, exports) {
6679 // This icon file is generated automatically.
6680 Object.defineProperty(exports, "__esModule", { value: true });
6681 var FallOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M925.9 804l-24-199.2c-.8-6.6-8.9-9.4-13.6-4.7L829 659.5 557.7 388.3c-6.3-6.2-16.4-6.2-22.6 0L433.3 490 156.6 213.3a8.03 8.03 0 00-11.3 0l-45 45.2a8.03 8.03 0 000 11.3L422 591.7c6.2 6.3 16.4 6.3 22.6 0L546.4 490l226.1 226-59.3 59.3a8.01 8.01 0 004.7 13.6l199.2 24c5.1.7 9.5-3.7 8.8-8.9z" } }] }, "name": "fall", "theme": "outlined" };
6682 exports.default = FallOutlined;
6683 });
6684
6685 var FallOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FallOutlined_1);
6686
6687 var FallOutlined = function FallOutlined(props, ref) {
6688 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6689 ref: ref,
6690 icon: FallOutlinedSvg
6691 }));
6692 };
6693
6694 FallOutlined.displayName = 'FallOutlined';
6695 var FallOutlined$1 = /*#__PURE__*/React.forwardRef(FallOutlined);
6696
6697 var FastBackwardFilled_1 = createCommonjsModule(function (module, exports) {
6698 // This icon file is generated automatically.
6699 Object.defineProperty(exports, "__esModule", { value: true });
6700 var FastBackwardFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M517.6 273.5L230.2 499.3a16.14 16.14 0 000 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 000 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z" } }] }, "name": "fast-backward", "theme": "filled" };
6701 exports.default = FastBackwardFilled;
6702 });
6703
6704 var FastBackwardFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FastBackwardFilled_1);
6705
6706 var FastBackwardFilled = function FastBackwardFilled(props, ref) {
6707 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6708 ref: ref,
6709 icon: FastBackwardFilledSvg
6710 }));
6711 };
6712
6713 FastBackwardFilled.displayName = 'FastBackwardFilled';
6714 var FastBackwardFilled$1 = /*#__PURE__*/React.forwardRef(FastBackwardFilled);
6715
6716 var FastBackwardOutlined_1 = createCommonjsModule(function (module, exports) {
6717 // This icon file is generated automatically.
6718 Object.defineProperty(exports, "__esModule", { value: true });
6719 var FastBackwardOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M517.6 273.5L230.2 499.3a16.14 16.14 0 000 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm320 0L550.2 499.3a16.14 16.14 0 000 25.4l287.4 225.8c10.7 8.4 26.4.8 26.4-12.7V286.2c0-13.5-15.7-21.1-26.4-12.7zm-620-25.5h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z" } }] }, "name": "fast-backward", "theme": "outlined" };
6720 exports.default = FastBackwardOutlined;
6721 });
6722
6723 var FastBackwardOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FastBackwardOutlined_1);
6724
6725 var FastBackwardOutlined = function FastBackwardOutlined(props, ref) {
6726 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6727 ref: ref,
6728 icon: FastBackwardOutlinedSvg
6729 }));
6730 };
6731
6732 FastBackwardOutlined.displayName = 'FastBackwardOutlined';
6733 var FastBackwardOutlined$1 = /*#__PURE__*/React.forwardRef(FastBackwardOutlined);
6734
6735 var FastForwardFilled_1 = createCommonjsModule(function (module, exports) {
6736 // This icon file is generated automatically.
6737 Object.defineProperty(exports, "__esModule", { value: true });
6738 var FastForwardFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 000-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z" } }] }, "name": "fast-forward", "theme": "filled" };
6739 exports.default = FastForwardFilled;
6740 });
6741
6742 var FastForwardFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FastForwardFilled_1);
6743
6744 var FastForwardFilled = function FastForwardFilled(props, ref) {
6745 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6746 ref: ref,
6747 icon: FastForwardFilledSvg
6748 }));
6749 };
6750
6751 FastForwardFilled.displayName = 'FastForwardFilled';
6752 var FastForwardFilled$1 = /*#__PURE__*/React.forwardRef(FastForwardFilled);
6753
6754 var FastForwardOutlined_1 = createCommonjsModule(function (module, exports) {
6755 // This icon file is generated automatically.
6756 Object.defineProperty(exports, "__esModule", { value: true });
6757 var FastForwardOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M793.8 499.3L506.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.6c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8a16.14 16.14 0 000-25.4zm-320 0L186.4 273.5c-10.7-8.4-26.4-.8-26.4 12.7v451.5c0 13.5 15.7 21.1 26.4 12.7l287.4-225.8c4.1-3.2 6.2-8 6.2-12.7 0-4.6-2.1-9.4-6.2-12.6zM857.6 248h-51.2c-3.5 0-6.4 2.7-6.4 6v516c0 3.3 2.9 6 6.4 6h51.2c3.5 0 6.4-2.7 6.4-6V254c0-3.3-2.9-6-6.4-6z" } }] }, "name": "fast-forward", "theme": "outlined" };
6758 exports.default = FastForwardOutlined;
6759 });
6760
6761 var FastForwardOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FastForwardOutlined_1);
6762
6763 var FastForwardOutlined = function FastForwardOutlined(props, ref) {
6764 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6765 ref: ref,
6766 icon: FastForwardOutlinedSvg
6767 }));
6768 };
6769
6770 FastForwardOutlined.displayName = 'FastForwardOutlined';
6771 var FastForwardOutlined$1 = /*#__PURE__*/React.forwardRef(FastForwardOutlined);
6772
6773 var FieldBinaryOutlined_1 = createCommonjsModule(function (module, exports) {
6774 // This icon file is generated automatically.
6775 Object.defineProperty(exports, "__esModule", { value: true });
6776 var FieldBinaryOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M600 395.4h91V649h79V267c0-4.4-3.6-8-8-8h-48.2c-3.7 0-7 2.6-7.7 6.3-2.6 12.1-6.9 22.3-12.9 30.9a86.14 86.14 0 01-26.3 24.4c-10.3 6.2-22 10.5-35 12.9-10.4 1.9-21 3-32 3.1a8 8 0 00-7.9 8v42.8c0 4.4 3.6 8 8 8zM871 702H567c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM443.9 312.7c-16.1-19-34.4-32.4-55.2-40.4-21.3-8.2-44.1-12.3-68.4-12.3-23.9 0-46.4 4.1-67.7 12.3-20.8 8-39 21.4-54.8 40.3-15.9 19.1-28.7 44.7-38.3 77-9.6 32.5-14.5 73-14.5 121.5 0 49.9 4.9 91.4 14.5 124.4 9.6 32.8 22.4 58.7 38.3 77.7 15.8 18.9 34 32.3 54.8 40.3 21.3 8.2 43.8 12.3 67.7 12.3 24.4 0 47.2-4.1 68.4-12.3 20.8-8 39.2-21.4 55.2-40.4 16.1-19 29-44.9 38.6-77.7 9.6-33 14.5-74.5 14.5-124.4 0-48.4-4.9-88.9-14.5-121.5-9.5-32.1-22.4-57.7-38.6-76.8zm-29.5 251.7c-1 21.4-4.2 42-9.5 61.9-5.5 20.7-14.5 38.5-27 53.4-13.6 16.3-33.2 24.3-57.6 24.3-24 0-43.2-8.1-56.7-24.4-12.2-14.8-21.1-32.6-26.6-53.3-5.3-19.9-8.5-40.6-9.5-61.9-1-20.8-1.5-38.5-1.5-53.2 0-8.8.1-19.4.4-31.8.2-12.7 1.1-25.8 2.6-39.2 1.5-13.6 4-27.1 7.6-40.5 3.7-13.8 8.8-26.3 15.4-37.4 6.9-11.6 15.8-21.1 26.7-28.3 11.4-7.6 25.3-11.3 41.5-11.3 16.1 0 30.1 3.7 41.7 11.2a87.94 87.94 0 0127.4 28.2c6.9 11.2 12.1 23.8 15.6 37.7 3.3 13.2 5.8 26.6 7.5 40.1 1.8 13.5 2.8 26.6 3 39.4.2 12.4.4 23 .4 31.8.1 14.8-.4 32.5-1.4 53.3z" } }] }, "name": "field-binary", "theme": "outlined" };
6777 exports.default = FieldBinaryOutlined;
6778 });
6779
6780 var FieldBinaryOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FieldBinaryOutlined_1);
6781
6782 var FieldBinaryOutlined = function FieldBinaryOutlined(props, ref) {
6783 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6784 ref: ref,
6785 icon: FieldBinaryOutlinedSvg
6786 }));
6787 };
6788
6789 FieldBinaryOutlined.displayName = 'FieldBinaryOutlined';
6790 var FieldBinaryOutlined$1 = /*#__PURE__*/React.forwardRef(FieldBinaryOutlined);
6791
6792 var FieldNumberOutlined_1 = createCommonjsModule(function (module, exports) {
6793 // This icon file is generated automatically.
6794 Object.defineProperty(exports, "__esModule", { value: true });
6795 var FieldNumberOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M508 280h-63.3c-3.3 0-6 2.7-6 6v340.2H433L197.4 282.6c-1.1-1.6-3-2.6-4.9-2.6H126c-3.3 0-6 2.7-6 6v464c0 3.3 2.7 6 6 6h62.7c3.3 0 6-2.7 6-6V405.1h5.7l238.2 348.3c1.1 1.6 3 2.6 5 2.6H508c3.3 0 6-2.7 6-6V286c0-3.3-2.7-6-6-6zm378 413H582c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-152.2-63c52.9 0 95.2-17.2 126.2-51.7 29.4-32.9 44-75.8 44-128.8 0-53.1-14.6-96.5-44-129.3-30.9-34.8-73.2-52.2-126.2-52.2-53.7 0-95.9 17.5-126.3 52.8-29.2 33.1-43.4 75.9-43.4 128.7 0 52.4 14.3 95.2 43.5 128.3 30.6 34.7 73 52.2 126.2 52.2zm-71.5-263.7c16.9-20.6 40.3-30.9 71.4-30.9 31.5 0 54.8 9.6 71 29.1 16.4 20.3 24.9 48.6 24.9 84.9 0 36.3-8.4 64.1-24.8 83.9-16.5 19.4-40 29.2-71.1 29.2-31.2 0-55-10.3-71.4-30.4-16.3-20.1-24.5-47.3-24.5-82.6.1-35.8 8.2-63 24.5-83.2z" } }] }, "name": "field-number", "theme": "outlined" };
6796 exports.default = FieldNumberOutlined;
6797 });
6798
6799 var FieldNumberOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FieldNumberOutlined_1);
6800
6801 var FieldNumberOutlined = function FieldNumberOutlined(props, ref) {
6802 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6803 ref: ref,
6804 icon: FieldNumberOutlinedSvg
6805 }));
6806 };
6807
6808 FieldNumberOutlined.displayName = 'FieldNumberOutlined';
6809 var FieldNumberOutlined$1 = /*#__PURE__*/React.forwardRef(FieldNumberOutlined);
6810
6811 var FieldStringOutlined_1 = createCommonjsModule(function (module, exports) {
6812 // This icon file is generated automatically.
6813 Object.defineProperty(exports, "__esModule", { value: true });
6814 var FieldStringOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M875.6 515.9c2.1.8 4.4-.3 5.2-2.4.2-.4.2-.9.2-1.4v-58.3c0-1.8-1.1-3.3-2.8-3.8-6-1.8-17.2-3-27.2-3-32.9 0-61.7 16.7-73.5 41.2v-28.6c0-4.4-3.6-8-8-8H717c-4.4 0-8 3.6-8 8V729c0 4.4 3.6 8 8 8h54.8c4.4 0 8-3.6 8-8V572.7c0-36.2 26.1-60.2 65.1-60.2 10.4.1 26.6 1.8 30.7 3.4zm-537-40.5l-54.7-12.6c-61.2-14.2-87.7-34.8-87.7-70.7 0-44.6 39.1-73.5 96.9-73.5 52.8 0 91.4 26.5 99.9 68.9h70C455.9 311.6 387.6 259 293.4 259c-103.3 0-171 55.5-171 139 0 68.6 38.6 109.5 122.2 128.5l61.6 14.3c63.6 14.9 91.6 37.1 91.6 75.1 0 44.1-43.5 75.2-102.5 75.2-60.6 0-104.5-27.2-112.8-70.5H111c7.2 79.9 75.6 130.4 179.1 130.4C402.3 751 471 695.2 471 605.3c0-70.2-38.6-108.5-132.4-129.9zM841 729a36 36 0 1072 0 36 36 0 10-72 0zM653 457.8h-51.4V396c0-4.4-3.6-8-8-8h-54.7c-4.4 0-8 3.6-8 8v61.8H495c-4.4 0-8 3.6-8 8v42.3c0 4.4 3.6 8 8 8h35.9v147.5c0 56.2 27.4 79.4 93.1 79.4 11.7 0 23.6-1.2 33.8-3.1 1.9-.3 3.2-2 3.2-3.9v-49.3c0-2.2-1.8-4-4-4h-.4c-4.9.5-6.2.6-8.3.8-4.1.3-7.8.5-12.6.5-24.1 0-34.1-10.3-34.1-35.6V516.1H653c4.4 0 8-3.6 8-8v-42.3c0-4.4-3.6-8-8-8z" } }] }, "name": "field-string", "theme": "outlined" };
6815 exports.default = FieldStringOutlined;
6816 });
6817
6818 var FieldStringOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FieldStringOutlined_1);
6819
6820 var FieldStringOutlined = function FieldStringOutlined(props, ref) {
6821 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6822 ref: ref,
6823 icon: FieldStringOutlinedSvg
6824 }));
6825 };
6826
6827 FieldStringOutlined.displayName = 'FieldStringOutlined';
6828 var FieldStringOutlined$1 = /*#__PURE__*/React.forwardRef(FieldStringOutlined);
6829
6830 var FieldTimeOutlined_1 = createCommonjsModule(function (module, exports) {
6831 // This icon file is generated automatically.
6832 Object.defineProperty(exports, "__esModule", { value: true });
6833 var FieldTimeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M945 412H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h256c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM811 548H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h122c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM477.3 322.5H434c-6.2 0-11.2 5-11.2 11.2v248c0 3.6 1.7 6.9 4.6 9l148.9 108.6c5 3.6 12 2.6 15.6-2.4l25.7-35.1v-.1c3.6-5 2.5-12-2.5-15.6l-126.7-91.6V333.7c.1-6.2-5-11.2-11.1-11.2z" } }, { "tag": "path", "attrs": { "d": "M804.8 673.9H747c-5.6 0-10.9 2.9-13.9 7.7a321 321 0 01-44.5 55.7 317.17 317.17 0 01-101.3 68.3c-39.3 16.6-81 25-124 25-43.1 0-84.8-8.4-124-25-37.9-16-72-39-101.3-68.3s-52.3-63.4-68.3-101.3c-16.6-39.2-25-80.9-25-124 0-43.1 8.4-84.7 25-124 16-37.9 39-72 68.3-101.3 29.3-29.3 63.4-52.3 101.3-68.3 39.2-16.6 81-25 124-25 43.1 0 84.8 8.4 124 25 37.9 16 72 39 101.3 68.3a321 321 0 0144.5 55.7c3 4.8 8.3 7.7 13.9 7.7h57.8c6.9 0 11.3-7.2 8.2-13.3-65.2-129.7-197.4-214-345-215.7-216.1-2.7-395.6 174.2-396 390.1C71.6 727.5 246.9 903 463.2 903c149.5 0 283.9-84.6 349.8-215.8a9.18 9.18 0 00-8.2-13.3z" } }] }, "name": "field-time", "theme": "outlined" };
6834 exports.default = FieldTimeOutlined;
6835 });
6836
6837 var FieldTimeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FieldTimeOutlined_1);
6838
6839 var FieldTimeOutlined = function FieldTimeOutlined(props, ref) {
6840 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6841 ref: ref,
6842 icon: FieldTimeOutlinedSvg
6843 }));
6844 };
6845
6846 FieldTimeOutlined.displayName = 'FieldTimeOutlined';
6847 var FieldTimeOutlined$1 = /*#__PURE__*/React.forwardRef(FieldTimeOutlined);
6848
6849 var FileAddFilled_1 = createCommonjsModule(function (module, exports) {
6850 // This icon file is generated automatically.
6851 Object.defineProperty(exports, "__esModule", { value: true });
6852 var FileAddFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M480 580H372a8 8 0 00-8 8v48a8 8 0 008 8h108v108a8 8 0 008 8h48a8 8 0 008-8V644h108a8 8 0 008-8v-48a8 8 0 00-8-8H544V472a8 8 0 00-8-8h-48a8 8 0 00-8 8v108zm374.6-291.3c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z" } }] }, "name": "file-add", "theme": "filled" };
6853 exports.default = FileAddFilled;
6854 });
6855
6856 var FileAddFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FileAddFilled_1);
6857
6858 var FileAddFilled = function FileAddFilled(props, ref) {
6859 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6860 ref: ref,
6861 icon: FileAddFilledSvg
6862 }));
6863 };
6864
6865 FileAddFilled.displayName = 'FileAddFilled';
6866 var FileAddFilled$1 = /*#__PURE__*/React.forwardRef(FileAddFilled);
6867
6868 var FileAddOutlined_1 = createCommonjsModule(function (module, exports) {
6869 // This icon file is generated automatically.
6870 Object.defineProperty(exports, "__esModule", { value: true });
6871 var FileAddOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494zM544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z" } }] }, "name": "file-add", "theme": "outlined" };
6872 exports.default = FileAddOutlined;
6873 });
6874
6875 var FileAddOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileAddOutlined_1);
6876
6877 var FileAddOutlined = function FileAddOutlined(props, ref) {
6878 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6879 ref: ref,
6880 icon: FileAddOutlinedSvg
6881 }));
6882 };
6883
6884 FileAddOutlined.displayName = 'FileAddOutlined';
6885 var FileAddOutlined$1 = /*#__PURE__*/React.forwardRef(FileAddOutlined);
6886
6887 var FileAddTwoTone_1 = createCommonjsModule(function (module, exports) {
6888 // This icon file is generated automatically.
6889 Object.defineProperty(exports, "__esModule", { value: true });
6890 var FileAddTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm126 236v48c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V644H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V472c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M544 472c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V472z", "fill": primaryColor } }] }; }, "name": "file-add", "theme": "twotone" };
6891 exports.default = FileAddTwoTone;
6892 });
6893
6894 var FileAddTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FileAddTwoTone_1);
6895
6896 var FileAddTwoTone = function FileAddTwoTone(props, ref) {
6897 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6898 ref: ref,
6899 icon: FileAddTwoToneSvg
6900 }));
6901 };
6902
6903 FileAddTwoTone.displayName = 'FileAddTwoTone';
6904 var FileAddTwoTone$1 = /*#__PURE__*/React.forwardRef(FileAddTwoTone);
6905
6906 var FileDoneOutlined_1 = createCommonjsModule(function (module, exports) {
6907 // This icon file is generated automatically.
6908 Object.defineProperty(exports, "__esModule", { value: true });
6909 var FileDoneOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm376 116c-119.3 0-216 96.7-216 216s96.7 216 216 216 216-96.7 216-216-96.7-216-216-216zm107.5 323.5C750.8 868.2 712.6 884 672 884s-78.8-15.8-107.5-44.5C535.8 810.8 520 772.6 520 732s15.8-78.8 44.5-107.5C593.2 595.8 631.4 580 672 580s78.8 15.8 107.5 44.5C808.2 653.2 824 691.4 824 732s-15.8 78.8-44.5 107.5zM761 656h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-23.1-31.9a7.92 7.92 0 00-6.5-3.3H573c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.9-5.3.1-12.7-6.4-12.7zM440 852H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "file-done", "theme": "outlined" };
6910 exports.default = FileDoneOutlined;
6911 });
6912
6913 var FileDoneOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileDoneOutlined_1);
6914
6915 var FileDoneOutlined = function FileDoneOutlined(props, ref) {
6916 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6917 ref: ref,
6918 icon: FileDoneOutlinedSvg
6919 }));
6920 };
6921
6922 FileDoneOutlined.displayName = 'FileDoneOutlined';
6923 var FileDoneOutlined$1 = /*#__PURE__*/React.forwardRef(FileDoneOutlined);
6924
6925 var FileExcelFilled_1 = createCommonjsModule(function (module, exports) {
6926 // This icon file is generated automatically.
6927 Object.defineProperty(exports, "__esModule", { value: true });
6928 var FileExcelFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM575.34 477.84l-61.22 102.3L452.3 477.8a12 12 0 00-10.27-5.79h-38.44a12 12 0 00-6.4 1.85 12 12 0 00-3.75 16.56l82.34 130.42-83.45 132.78a12 12 0 00-1.84 6.39 12 12 0 0012 12h34.46a12 12 0 0010.21-5.7l62.7-101.47 62.3 101.45a12 12 0 0010.23 5.72h37.48a12 12 0 006.48-1.9 12 12 0 003.62-16.58l-83.83-130.55 85.3-132.47a12 12 0 001.9-6.5 12 12 0 00-12-12h-35.7a12 12 0 00-10.29 5.84z" } }] }, "name": "file-excel", "theme": "filled" };
6929 exports.default = FileExcelFilled;
6930 });
6931
6932 var FileExcelFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FileExcelFilled_1);
6933
6934 var FileExcelFilled = function FileExcelFilled(props, ref) {
6935 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6936 ref: ref,
6937 icon: FileExcelFilledSvg
6938 }));
6939 };
6940
6941 FileExcelFilled.displayName = 'FileExcelFilled';
6942 var FileExcelFilled$1 = /*#__PURE__*/React.forwardRef(FileExcelFilled);
6943
6944 var FileExcelOutlined_1 = createCommonjsModule(function (module, exports) {
6945 // This icon file is generated automatically.
6946 Object.defineProperty(exports, "__esModule", { value: true });
6947 var FileExcelOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494zM514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0010.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 00-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z" } }] }, "name": "file-excel", "theme": "outlined" };
6948 exports.default = FileExcelOutlined;
6949 });
6950
6951 var FileExcelOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileExcelOutlined_1);
6952
6953 var FileExcelOutlined = function FileExcelOutlined(props, ref) {
6954 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6955 ref: ref,
6956 icon: FileExcelOutlinedSvg
6957 }));
6958 };
6959
6960 FileExcelOutlined.displayName = 'FileExcelOutlined';
6961 var FileExcelOutlined$1 = /*#__PURE__*/React.forwardRef(FileExcelOutlined);
6962
6963 var FileExcelTwoTone_1 = createCommonjsModule(function (module, exports) {
6964 // This icon file is generated automatically.
6965 Object.defineProperty(exports, "__esModule", { value: true });
6966 var FileExcelTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm51.6 120h35.7a12.04 12.04 0 0110.1 18.5L546.1 623l84 130.4c3.6 5.6 2 13-3.6 16.6-2 1.2-4.2 1.9-6.5 1.9h-37.5c-4.1 0-8-2.1-10.2-5.7L510 664.8l-62.7 101.5c-2.2 3.5-6 5.7-10.2 5.7h-34.5a12.04 12.04 0 01-10.2-18.4l83.4-132.8-82.3-130.4c-3.6-5.7-1.9-13.1 3.7-16.6 1.9-1.3 4.1-1.9 6.4-1.9H442c4.2 0 8.1 2.2 10.3 5.8l61.8 102.4 61.2-102.3c2.2-3.6 6.1-5.8 10.3-5.8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4-83.4 132.8a12.04 12.04 0 0010.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9 5.6-3.6 7.2-11 3.6-16.6l-84-130.4 85.3-132.5a12.04 12.04 0 00-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8l-61.2 102.3z", "fill": primaryColor } }] }; }, "name": "file-excel", "theme": "twotone" };
6967 exports.default = FileExcelTwoTone;
6968 });
6969
6970 var FileExcelTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FileExcelTwoTone_1);
6971
6972 var FileExcelTwoTone = function FileExcelTwoTone(props, ref) {
6973 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6974 ref: ref,
6975 icon: FileExcelTwoToneSvg
6976 }));
6977 };
6978
6979 FileExcelTwoTone.displayName = 'FileExcelTwoTone';
6980 var FileExcelTwoTone$1 = /*#__PURE__*/React.forwardRef(FileExcelTwoTone);
6981
6982 var FileExclamationFilled_1 = createCommonjsModule(function (module, exports) {
6983 // This icon file is generated automatically.
6984 Object.defineProperty(exports, "__esModule", { value: true });
6985 var FileExclamationFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 784a40 40 0 100-80 40 40 0 000 80zm32-152V448a8 8 0 00-8-8h-48a8 8 0 00-8 8v184a8 8 0 008 8h48a8 8 0 008-8z" } }] }, "name": "file-exclamation", "theme": "filled" };
6986 exports.default = FileExclamationFilled;
6987 });
6988
6989 var FileExclamationFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FileExclamationFilled_1);
6990
6991 var FileExclamationFilled = function FileExclamationFilled(props, ref) {
6992 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
6993 ref: ref,
6994 icon: FileExclamationFilledSvg
6995 }));
6996 };
6997
6998 FileExclamationFilled.displayName = 'FileExclamationFilled';
6999 var FileExclamationFilled$1 = /*#__PURE__*/React.forwardRef(FileExclamationFilled);
7000
7001 var FileExclamationOutlined_1 = createCommonjsModule(function (module, exports) {
7002 // This icon file is generated automatically.
7003 Object.defineProperty(exports, "__esModule", { value: true });
7004 var FileExclamationOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494zM472 744a40 40 0 1080 0 40 40 0 10-80 0zm16-104h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8z" } }] }, "name": "file-exclamation", "theme": "outlined" };
7005 exports.default = FileExclamationOutlined;
7006 });
7007
7008 var FileExclamationOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileExclamationOutlined_1);
7009
7010 var FileExclamationOutlined = function FileExclamationOutlined(props, ref) {
7011 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7012 ref: ref,
7013 icon: FileExclamationOutlinedSvg
7014 }));
7015 };
7016
7017 FileExclamationOutlined.displayName = 'FileExclamationOutlined';
7018 var FileExclamationOutlined$1 = /*#__PURE__*/React.forwardRef(FileExclamationOutlined);
7019
7020 var FileExclamationTwoTone_1 = createCommonjsModule(function (module, exports) {
7021 // This icon file is generated automatically.
7022 Object.defineProperty(exports, "__esModule", { value: true });
7023 var FileExclamationTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm-54 96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V448zm32 336c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M488 640h48c4.4 0 8-3.6 8-8V448c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm-16 104a40 40 0 1080 0 40 40 0 10-80 0z", "fill": primaryColor } }] }; }, "name": "file-exclamation", "theme": "twotone" };
7024 exports.default = FileExclamationTwoTone;
7025 });
7026
7027 var FileExclamationTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FileExclamationTwoTone_1);
7028
7029 var FileExclamationTwoTone = function FileExclamationTwoTone(props, ref) {
7030 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7031 ref: ref,
7032 icon: FileExclamationTwoToneSvg
7033 }));
7034 };
7035
7036 FileExclamationTwoTone.displayName = 'FileExclamationTwoTone';
7037 var FileExclamationTwoTone$1 = /*#__PURE__*/React.forwardRef(FileExclamationTwoTone);
7038
7039 var FileFilled_1 = createCommonjsModule(function (module, exports) {
7040 // This icon file is generated automatically.
7041 Object.defineProperty(exports, "__esModule", { value: true });
7042 var FileFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2z" } }] }, "name": "file", "theme": "filled" };
7043 exports.default = FileFilled;
7044 });
7045
7046 var FileFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FileFilled_1);
7047
7048 var FileFilled = function FileFilled(props, ref) {
7049 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7050 ref: ref,
7051 icon: FileFilledSvg
7052 }));
7053 };
7054
7055 FileFilled.displayName = 'FileFilled';
7056 var FileFilled$1 = /*#__PURE__*/React.forwardRef(FileFilled);
7057
7058 var FileGifOutlined_1 = createCommonjsModule(function (module, exports) {
7059 // This icon file is generated automatically.
7060 Object.defineProperty(exports, "__esModule", { value: true });
7061 var FileGifOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M551.5 490.5H521c-4.6 0-8.4 3.7-8.4 8.4V720c0 4.6 3.7 8.4 8.4 8.4h30.5c4.6 0 8.4-3.7 8.4-8.4V498.9c-.1-4.6-3.8-8.4-8.4-8.4zM477.3 600h-88.1c-4.6 0-8.4 3.7-8.4 8.4v23.8c0 4.6 3.7 8.4 8.4 8.4h47.6v.7c-.6 29.9-23 49.8-56.5 49.8-39.2 0-63.6-30.7-63.6-81.4 0-50.1 23.9-80.6 62.3-80.6 28.1 0 47.5 13.5 55.4 38.3l.9 2.8h49.2l-.7-4.6C475.9 515.9 434.7 484 379 484c-68.8 0-113 49.4-113 125.9 0 77.5 43.7 126.1 113.6 126.1 64.4 0 106-40.3 106-102.9v-24.8c0-4.6-3.7-8.3-8.3-8.3z" } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z" } }, { "tag": "path", "attrs": { "d": "M608.2 727.8h32.3c4.6 0 8.4-3.7 8.4-8.4v-84.8h87.8c4.6 0 8.4-3.7 8.4-8.4v-25.5c0-4.6-3.7-8.4-8.4-8.4h-87.8v-58.9h96.8c4.6 0 8.4-3.7 8.4-8.4v-26.8c0-4.6-3.7-8.4-8.4-8.4H608.2c-4.6 0-8.4 3.7-8.4 8.4v221.1c0 4.8 3.8 8.5 8.4 8.5z" } }] }, "name": "file-gif", "theme": "outlined" };
7062 exports.default = FileGifOutlined;
7063 });
7064
7065 var FileGifOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileGifOutlined_1);
7066
7067 var FileGifOutlined = function FileGifOutlined(props, ref) {
7068 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7069 ref: ref,
7070 icon: FileGifOutlinedSvg
7071 }));
7072 };
7073
7074 FileGifOutlined.displayName = 'FileGifOutlined';
7075 var FileGifOutlined$1 = /*#__PURE__*/React.forwardRef(FileGifOutlined);
7076
7077 var FileImageFilled_1 = createCommonjsModule(function (module, exports) {
7078 // This icon file is generated automatically.
7079 Object.defineProperty(exports, "__esModule", { value: true });
7080 var FileImageFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM400 402c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0112.6 0l41.1 52.4 77.8-99.2a8 8 0 0112.6 0l136.5 174c4.3 5.2.5 12.9-6.1 12.9zm-94-370V137.8L790.2 326H602z" } }] }, "name": "file-image", "theme": "filled" };
7081 exports.default = FileImageFilled;
7082 });
7083
7084 var FileImageFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FileImageFilled_1);
7085
7086 var FileImageFilled = function FileImageFilled(props, ref) {
7087 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7088 ref: ref,
7089 icon: FileImageFilledSvg
7090 }));
7091 };
7092
7093 FileImageFilled.displayName = 'FileImageFilled';
7094 var FileImageFilled$1 = /*#__PURE__*/React.forwardRef(FileImageFilled);
7095
7096 var FileImageOutlined_1 = createCommonjsModule(function (module, exports) {
7097 // This icon file is generated automatically.
7098 Object.defineProperty(exports, "__esModule", { value: true });
7099 var FileImageOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 00-12.6 0l-99.8 127.2a7.98 7.98 0 006.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 00-12.7 0zM360 442a40 40 0 1080 0 40 40 0 10-80 0zm494.6-153.4L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, "name": "file-image", "theme": "outlined" };
7100 exports.default = FileImageOutlined;
7101 });
7102
7103 var FileImageOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileImageOutlined_1);
7104
7105 var FileImageOutlined = function FileImageOutlined(props, ref) {
7106 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7107 ref: ref,
7108 icon: FileImageOutlinedSvg
7109 }));
7110 };
7111
7112 FileImageOutlined.displayName = 'FileImageOutlined';
7113 var FileImageOutlined$1 = /*#__PURE__*/React.forwardRef(FileImageOutlined);
7114
7115 var FileImageTwoTone_1 = createCommonjsModule(function (module, exports) {
7116 // This icon file is generated automatically.
7117 Object.defineProperty(exports, "__esModule", { value: true });
7118 var FileImageTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm-134 50c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm296 294H328.1c-6.7 0-10.4-7.7-6.3-12.9l99.8-127.2a8 8 0 0112.6 0l41.1 52.4 77.8-99.2a8.1 8.1 0 0112.7 0l136.5 174c4.1 5.2.4 12.9-6.3 12.9z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M553.1 509.1l-77.8 99.2-41.1-52.4a8 8 0 00-12.6 0l-99.8 127.2a7.98 7.98 0 006.3 12.9H696c6.7 0 10.4-7.7 6.3-12.9l-136.5-174a8.1 8.1 0 00-12.7 0zM360 442a40 40 0 1080 0 40 40 0 10-80 0z", "fill": primaryColor } }] }; }, "name": "file-image", "theme": "twotone" };
7119 exports.default = FileImageTwoTone;
7120 });
7121
7122 var FileImageTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FileImageTwoTone_1);
7123
7124 var FileImageTwoTone = function FileImageTwoTone(props, ref) {
7125 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7126 ref: ref,
7127 icon: FileImageTwoToneSvg
7128 }));
7129 };
7130
7131 FileImageTwoTone.displayName = 'FileImageTwoTone';
7132 var FileImageTwoTone$1 = /*#__PURE__*/React.forwardRef(FileImageTwoTone);
7133
7134 var FileJpgOutlined_1 = createCommonjsModule(function (module, exports) {
7135 // This icon file is generated automatically.
7136 Object.defineProperty(exports, "__esModule", { value: true });
7137 var FileJpgOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M874.6 301.8L596.8 21.3c-4.5-4.5-9.4-8.3-14.7-11.5-1.4-.8-2.8-1.6-4.3-2.3-.9-.5-1.9-.9-2.8-1.3-9-4-18.9-6.2-29-6.2H201c-39.8 0-73 32.2-73 72v880c0 39.8 33.2 72 73 72h623c39.8 0 71-32.2 71-72V352.5c0-19-7-37.2-20.4-50.7zM583 110.4L783.8 312H583V110.4zM823 952H200V72h311v240c0 39.8 33.2 72 73 72h239v568zM350 696.5c0 24.2-7.5 31.4-21.9 31.4-9 0-18.4-5.8-24.8-18.5L272.9 732c13.4 22.9 32.3 34.2 61.3 34.2 41.6 0 60.8-29.9 60.8-66.2V577h-45v119.5zM501.3 577H437v186h44v-62h21.6c39.1 0 73.1-19.6 73.1-63.6 0-45.8-33.5-60.4-74.4-60.4zm-.8 89H481v-53h18.2c21.5 0 33.4 6.2 33.4 24.9 0 18.1-10.5 28.1-32.1 28.1zm182.5-9v36h30v30.1c-4 2.9-11 4.7-17.7 4.7-34.3 0-50.7-21.4-50.7-58.2 0-36.1 19.7-57.4 47.1-57.4 15.3 0 25 6.2 34 14.4l23.7-28.3c-12.7-12.8-32.1-24.2-59.2-24.2-49.6 0-91.1 35.3-91.1 97 0 62.7 40 95.1 91.5 95.1 25.9 0 49.2-10.2 61.5-22.6V657H683z" } }] }, "name": "file-jpg", "theme": "outlined" };
7138 exports.default = FileJpgOutlined;
7139 });
7140
7141 var FileJpgOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileJpgOutlined_1);
7142
7143 var FileJpgOutlined = function FileJpgOutlined(props, ref) {
7144 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7145 ref: ref,
7146 icon: FileJpgOutlinedSvg
7147 }));
7148 };
7149
7150 FileJpgOutlined.displayName = 'FileJpgOutlined';
7151 var FileJpgOutlined$1 = /*#__PURE__*/React.forwardRef(FileJpgOutlined);
7152
7153 var FileMarkdownFilled_1 = createCommonjsModule(function (module, exports) {
7154 // This icon file is generated automatically.
7155 Object.defineProperty(exports, "__esModule", { value: true });
7156 var FileMarkdownFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM426.13 600.93l59.11 132.97a16 16 0 0014.62 9.5h24.06a16 16 0 0014.63-9.51l59.1-133.35V758a16 16 0 0016.01 16H641a16 16 0 0016-16V486a16 16 0 00-16-16h-34.75a16 16 0 00-14.67 9.62L512.1 662.2l-79.48-182.59a16 16 0 00-14.67-9.61H383a16 16 0 00-16 16v272a16 16 0 0016 16h27.13a16 16 0 0016-16V600.93z" } }] }, "name": "file-markdown", "theme": "filled" };
7157 exports.default = FileMarkdownFilled;
7158 });
7159
7160 var FileMarkdownFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FileMarkdownFilled_1);
7161
7162 var FileMarkdownFilled = function FileMarkdownFilled(props, ref) {
7163 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7164 ref: ref,
7165 icon: FileMarkdownFilledSvg
7166 }));
7167 };
7168
7169 FileMarkdownFilled.displayName = 'FileMarkdownFilled';
7170 var FileMarkdownFilled$1 = /*#__PURE__*/React.forwardRef(FileMarkdownFilled);
7171
7172 var FileMarkdownOutlined_1 = createCommonjsModule(function (module, exports) {
7173 // This icon file is generated automatically.
7174 Object.defineProperty(exports, "__esModule", { value: true });
7175 var FileMarkdownOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494zM429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0011 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z" } }] }, "name": "file-markdown", "theme": "outlined" };
7176 exports.default = FileMarkdownOutlined;
7177 });
7178
7179 var FileMarkdownOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileMarkdownOutlined_1);
7180
7181 var FileMarkdownOutlined = function FileMarkdownOutlined(props, ref) {
7182 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7183 ref: ref,
7184 icon: FileMarkdownOutlinedSvg
7185 }));
7186 };
7187
7188 FileMarkdownOutlined.displayName = 'FileMarkdownOutlined';
7189 var FileMarkdownOutlined$1 = /*#__PURE__*/React.forwardRef(FileMarkdownOutlined);
7190
7191 var FileMarkdownTwoTone_1 = createCommonjsModule(function (module, exports) {
7192 // This icon file is generated automatically.
7193 Object.defineProperty(exports, "__esModule", { value: true });
7194 var FileMarkdownTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm72.3 122H641c6.6 0 12 5.4 12 12v272c0 6.6-5.4 12-12 12h-27.2c-6.6 0-12-5.4-12-12V581.7L535 732.3c-2 4.3-6.3 7.1-11 7.1h-24.1a12 12 0 01-11-7.1l-66.8-150.2V758c0 6.6-5.4 12-12 12H383c-6.6 0-12-5.4-12-12V486c0-6.6 5.4-12 12-12h35c4.8 0 9.1 2.8 11 7.2l83.2 191 83.1-191c1.9-4.4 6.2-7.2 11-7.2z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M429 481.2c-1.9-4.4-6.2-7.2-11-7.2h-35c-6.6 0-12 5.4-12 12v272c0 6.6 5.4 12 12 12h27.1c6.6 0 12-5.4 12-12V582.1l66.8 150.2a12 12 0 0011 7.1H524c4.7 0 9-2.8 11-7.1l66.8-150.6V758c0 6.6 5.4 12 12 12H641c6.6 0 12-5.4 12-12V486c0-6.6-5.4-12-12-12h-34.7c-4.8 0-9.1 2.8-11 7.2l-83.1 191-83.2-191z", "fill": primaryColor } }] }; }, "name": "file-markdown", "theme": "twotone" };
7195 exports.default = FileMarkdownTwoTone;
7196 });
7197
7198 var FileMarkdownTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FileMarkdownTwoTone_1);
7199
7200 var FileMarkdownTwoTone = function FileMarkdownTwoTone(props, ref) {
7201 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7202 ref: ref,
7203 icon: FileMarkdownTwoToneSvg
7204 }));
7205 };
7206
7207 FileMarkdownTwoTone.displayName = 'FileMarkdownTwoTone';
7208 var FileMarkdownTwoTone$1 = /*#__PURE__*/React.forwardRef(FileMarkdownTwoTone);
7209
7210 var FileOutlined_1 = createCommonjsModule(function (module, exports) {
7211 // This icon file is generated automatically.
7212 Object.defineProperty(exports, "__esModule", { value: true });
7213 var FileOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, "name": "file", "theme": "outlined" };
7214 exports.default = FileOutlined;
7215 });
7216
7217 var FileOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileOutlined_1);
7218
7219 var FileOutlined = function FileOutlined(props, ref) {
7220 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7221 ref: ref,
7222 icon: FileOutlinedSvg
7223 }));
7224 };
7225
7226 FileOutlined.displayName = 'FileOutlined';
7227 var FileOutlined$1 = /*#__PURE__*/React.forwardRef(FileOutlined);
7228
7229 var FilePdfFilled_1 = createCommonjsModule(function (module, exports) {
7230 // This icon file is generated automatically.
7231 Object.defineProperty(exports, "__esModule", { value: true });
7232 var FilePdfFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.22 637.26c-15.18-.5-31.32.67-49.65 2.96-24.3-14.99-40.66-35.58-52.28-65.83l1.07-4.38 1.24-5.18c4.3-18.13 6.61-31.36 7.3-44.7.52-10.07-.04-19.36-1.83-27.97-3.3-18.59-16.45-29.46-33.02-30.13-15.45-.63-29.65 8-33.28 21.37-5.91 21.62-2.45 50.07 10.08 98.59-15.96 38.05-37.05 82.66-51.2 107.54-18.89 9.74-33.6 18.6-45.96 28.42-16.3 12.97-26.48 26.3-29.28 40.3-1.36 6.49.69 14.97 5.36 21.92 5.3 7.88 13.28 13 22.85 13.74 24.15 1.87 53.83-23.03 86.6-79.26 3.29-1.1 6.77-2.26 11.02-3.7l11.9-4.02c7.53-2.54 12.99-4.36 18.39-6.11 23.4-7.62 41.1-12.43 57.2-15.17 27.98 14.98 60.32 24.8 82.1 24.8 17.98 0 30.13-9.32 34.52-23.99 3.85-12.88.8-27.82-7.48-36.08-8.56-8.41-24.3-12.43-45.65-13.12zM385.23 765.68v-.36l.13-.34a54.86 54.86 0 015.6-10.76c4.28-6.58 10.17-13.5 17.47-20.87 3.92-3.95 8-7.8 12.79-12.12 1.07-.96 7.91-7.05 9.19-8.25l11.17-10.4-8.12 12.93c-12.32 19.64-23.46 33.78-33 43-3.51 3.4-6.6 5.9-9.1 7.51a16.43 16.43 0 01-2.61 1.42c-.41.17-.77.27-1.13.3a2.2 2.2 0 01-1.12-.15 2.07 2.07 0 01-1.27-1.91zM511.17 547.4l-2.26 4-1.4-4.38c-3.1-9.83-5.38-24.64-6.01-38-.72-15.2.49-24.32 5.29-24.32 6.74 0 9.83 10.8 10.07 27.05.22 14.28-2.03 29.14-5.7 35.65zm-5.81 58.46l1.53-4.05 2.09 3.8c11.69 21.24 26.86 38.96 43.54 51.31l3.6 2.66-4.39.9c-16.33 3.38-31.54 8.46-52.34 16.85 2.17-.88-21.62 8.86-27.64 11.17l-5.25 2.01 2.8-4.88c12.35-21.5 23.76-47.32 36.05-79.77zm157.62 76.26c-7.86 3.1-24.78.33-54.57-12.39l-7.56-3.22 8.2-.6c23.3-1.73 39.8-.45 49.42 3.07 4.1 1.5 6.83 3.39 8.04 5.55a4.64 4.64 0 01-1.36 6.31 6.7 6.7 0 01-2.17 1.28z" } }] }, "name": "file-pdf", "theme": "filled" };
7233 exports.default = FilePdfFilled;
7234 });
7235
7236 var FilePdfFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FilePdfFilled_1);
7237
7238 var FilePdfFilled = function FilePdfFilled(props, ref) {
7239 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7240 ref: ref,
7241 icon: FilePdfFilledSvg
7242 }));
7243 };
7244
7245 FilePdfFilled.displayName = 'FilePdfFilled';
7246 var FilePdfFilled$1 = /*#__PURE__*/React.forwardRef(FilePdfFilled);
7247
7248 var FilePdfOutlined_1 = createCommonjsModule(function (module, exports) {
7249 // This icon file is generated automatically.
7250 Object.defineProperty(exports, "__esModule", { value: true });
7251 var FilePdfOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M531.3 574.4l.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7-3.8-21.3-19.5-29.6-32.9-30.2-15.8-.7-29.9 8.3-33.4 21.4-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.5-51.2 107.5-29.6 15.3-69.3 38.9-75.2 68.7-1.2 5.5.2 12.5 3.5 18.8 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-13.2-13-45.3-16.4-95.3-10.2-24.6-15-40.7-35.4-52.4-65.8zM421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7 6.7-12.3 19.8-25.3 30.1-34.7zm87.6-235.5c5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4.8.1 1.5.7 2.2 2zm-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4zm155.6 65.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4zm191.4-388.2L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, "name": "file-pdf", "theme": "outlined" };
7252 exports.default = FilePdfOutlined;
7253 });
7254
7255 var FilePdfOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FilePdfOutlined_1);
7256
7257 var FilePdfOutlined = function FilePdfOutlined(props, ref) {
7258 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7259 ref: ref,
7260 icon: FilePdfOutlinedSvg
7261 }));
7262 };
7263
7264 FilePdfOutlined.displayName = 'FilePdfOutlined';
7265 var FilePdfOutlined$1 = /*#__PURE__*/React.forwardRef(FilePdfOutlined);
7266
7267 var FilePdfTwoTone_1 = createCommonjsModule(function (module, exports) {
7268 // This icon file is generated automatically.
7269 Object.defineProperty(exports, "__esModule", { value: true });
7270 var FilePdfTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M509.2 490.8c-.7-1.3-1.4-1.9-2.2-2-2.9 3.3-2.2 31.5 2.7 51.4 4-13.6 4.7-40.5-.5-49.4zm-1.6 120.5c-7.7 20-18.8 47.3-32.1 71.4 4-1.6 8.1-3.3 12.3-5 17.6-7.2 37.3-15.3 58.9-20.2-14.9-11.8-28.4-27.7-39.1-46.2z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm55 287.6c16.1-1.9 30.6-2.8 44.3-2.3 12.8.4 23.6 2 32 5.1.2.1.3.1.5.2.4.2.8.3 1.2.5.5.2 1.1.4 1.6.7.1.1.3.1.4.2 4.1 1.8 7.5 4 10.1 6.6 9.1 9.1 11.8 26.1 6.2 39.6-3.2 7.7-11.7 20.5-33.3 20.5-21.8 0-53.9-9.7-82.1-24.8-25.5 4.3-53.7 13.9-80.9 23.1-5.8 2-11.8 4-17.6 5.9-38 65.2-66.5 79.4-84.1 79.4-4.2 0-7.8-.9-10.8-2-6.9-2.6-12.8-8-16.5-15-.9-1.7-1.6-3.4-2.2-5.2-1.6-4.8-2.1-9.6-1.3-13.6l.6-2.7c.1-.2.1-.4.2-.6.2-.7.4-1.4.7-2.1 0-.1.1-.2.1-.3 4.1-11.9 13.6-23.4 27.7-34.6 12.3-9.8 27.1-18.7 45.9-28.4 15.9-28 37.6-75.1 51.2-107.4-10.8-41.8-16.7-74.6-10.1-98.6.9-3.3 2.5-6.4 4.6-9.1.2-.2.3-.4.5-.6.1-.1.1-.2.2-.2 6.3-7.5 16.9-11.9 28.1-11.5 16.6.7 29.7 11.5 33 30.1 1.7 8 2.2 16.5 1.9 25.7v.7c0 .5 0 1-.1 1.5-.7 13.3-3 26.6-7.3 44.7-.4 1.6-.8 3.2-1.2 5.2l-1 4.1-.1.3c.1.2.1.3.2.5l1.8 4.5c.1.3.3.7.4 1 .7 1.6 1.4 3.3 2.1 4.8v.1c8.7 18.8 19.7 33.4 33.9 45.1 4.3 3.5 8.9 6.7 13.9 9.8 1.8-.5 3.5-.7 5.3-.9z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M391.5 761c5.7-4.4 16.2-14.5 30.1-34.7-10.3 9.4-23.4 22.4-30.1 34.7zm270.9-83l.2-.3h.2c.6-.4.5-.7.4-.9-.1-.1-4.5-9.3-45.1-7.4 35.3 13.9 43.5 9.1 44.3 8.6z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M535.9 585.3c-.8-1.7-1.5-3.3-2.2-4.9-.1-.3-.3-.7-.4-1l-1.8-4.5c-.1-.2-.1-.3-.2-.5l.1-.3.2-1.1c4-16.3 8.6-35.3 9.4-54.4v-.7c.3-8.6-.2-17.2-2-25.6-3.8-21.3-19.5-29.6-32.9-30.2-11.3-.5-21.8 4-28.1 11.4-.1.1-.1.2-.2.2-.2.2-.4.4-.5.6-2.1 2.7-3.7 5.8-4.6 9.1-6.6 24-.7 56.8 10.1 98.6-13.6 32.4-35.3 79.4-51.2 107.4v.1c-27.7 14.3-64.1 35.8-73.6 62.9 0 .1-.1.2-.1.3-.2.7-.5 1.4-.7 2.1-.1.2-.1.4-.2.6-.2.9-.5 1.8-.6 2.7-.9 4-.4 8.8 1.3 13.6.6 1.8 1.3 3.5 2.2 5.2 3.7 7 9.6 12.4 16.5 15 3 1.1 6.6 2 10.8 2 17.6 0 46.1-14.2 84.1-79.4 5.8-1.9 11.8-3.9 17.6-5.9 27.2-9.2 55.4-18.8 80.9-23.1 28.2 15.1 60.3 24.8 82.1 24.8 21.6 0 30.1-12.8 33.3-20.5 5.6-13.5 2.9-30.5-6.2-39.6-2.6-2.6-6-4.8-10.1-6.6-.1-.1-.3-.1-.4-.2-.5-.2-1.1-.4-1.6-.7-.4-.2-.8-.3-1.2-.5-.2-.1-.3-.1-.5-.2-16.2-5.8-41.7-6.7-76.3-2.8l-5.3.6c-5-3-9.6-6.3-13.9-9.8-14.2-11.3-25.1-25.8-33.8-44.7zM391.5 761c6.7-12.3 19.8-25.3 30.1-34.7-13.9 20.2-24.4 30.3-30.1 34.7zM507 488.8c.8.1 1.5.7 2.2 2 5.2 8.9 4.5 35.8.5 49.4-4.9-19.9-5.6-48.1-2.7-51.4zm-19.2 188.9c-4.2 1.7-8.3 3.4-12.3 5 13.3-24.1 24.4-51.4 32.1-71.4 10.7 18.5 24.2 34.4 39.1 46.2-21.6 4.9-41.3 13-58.9 20.2zm175.4-.9c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6 40.6-1.9 45 7.3 45.1 7.4z", "fill": primaryColor } }] }; }, "name": "file-pdf", "theme": "twotone" };
7271 exports.default = FilePdfTwoTone;
7272 });
7273
7274 var FilePdfTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FilePdfTwoTone_1);
7275
7276 var FilePdfTwoTone = function FilePdfTwoTone(props, ref) {
7277 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7278 ref: ref,
7279 icon: FilePdfTwoToneSvg
7280 }));
7281 };
7282
7283 FilePdfTwoTone.displayName = 'FilePdfTwoTone';
7284 var FilePdfTwoTone$1 = /*#__PURE__*/React.forwardRef(FilePdfTwoTone);
7285
7286 var FilePptFilled_1 = createCommonjsModule(function (module, exports) {
7287 // This icon file is generated automatically.
7288 Object.defineProperty(exports, "__esModule", { value: true });
7289 var FilePptFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM468.53 760v-91.54h59.27c60.57 0 100.2-39.65 100.2-98.12 0-58.22-39.58-98.34-99.98-98.34H424a12 12 0 00-12 12v276a12 12 0 0012 12h32.53a12 12 0 0012-12zm0-139.33h34.9c47.82 0 67.19-12.93 67.19-50.33 0-32.05-18.12-50.12-49.87-50.12h-52.22v100.45z" } }] }, "name": "file-ppt", "theme": "filled" };
7290 exports.default = FilePptFilled;
7291 });
7292
7293 var FilePptFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FilePptFilled_1);
7294
7295 var FilePptFilled = function FilePptFilled(props, ref) {
7296 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7297 ref: ref,
7298 icon: FilePptFilledSvg
7299 }));
7300 };
7301
7302 FilePptFilled.displayName = 'FilePptFilled';
7303 var FilePptFilled$1 = /*#__PURE__*/React.forwardRef(FilePptFilled);
7304
7305 var FilePptOutlined_1 = createCommonjsModule(function (module, exports) {
7306 // This icon file is generated automatically.
7307 Object.defineProperty(exports, "__esModule", { value: true });
7308 var FilePptOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M424 476c-4.4 0-8 3.6-8 8v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.3c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1zm280-281.7L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, "name": "file-ppt", "theme": "outlined" };
7309 exports.default = FilePptOutlined;
7310 });
7311
7312 var FilePptOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FilePptOutlined_1);
7313
7314 var FilePptOutlined = function FilePptOutlined(props, ref) {
7315 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7316 ref: ref,
7317 icon: FilePptOutlinedSvg
7318 }));
7319 };
7320
7321 FilePptOutlined.displayName = 'FilePptOutlined';
7322 var FilePptOutlined$1 = /*#__PURE__*/React.forwardRef(FilePptOutlined);
7323
7324 var FilePptTwoTone_1 = createCommonjsModule(function (module, exports) {
7325 // This icon file is generated automatically.
7326 Object.defineProperty(exports, "__esModule", { value: true });
7327 var FilePptTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M464.5 516.2v108.4h38.9c44.7 0 71.2-10.9 71.2-54.3 0-34.4-20.1-54.1-53.9-54.1h-56.2z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm90 218.4c0 55.2-36.8 94.1-96.2 94.1h-63.3V760c0 4.4-3.6 8-8 8H424c-4.4 0-8-3.6-8-8V484c0-4.4 3.6-8 8-8v.1h104c59.7 0 96 39.8 96 94.3z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M424 476.1c-4.4-.1-8 3.5-8 7.9v276c0 4.4 3.6 8 8 8h32.5c4.4 0 8-3.6 8-8v-95.5h63.3c59.4 0 96.2-38.9 96.2-94.1 0-54.5-36.3-94.3-96-94.3H424zm150.6 94.2c0 43.4-26.5 54.3-71.2 54.3h-38.9V516.2h56.2c33.8 0 53.9 19.7 53.9 54.1z", "fill": primaryColor } }] }; }, "name": "file-ppt", "theme": "twotone" };
7328 exports.default = FilePptTwoTone;
7329 });
7330
7331 var FilePptTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FilePptTwoTone_1);
7332
7333 var FilePptTwoTone = function FilePptTwoTone(props, ref) {
7334 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7335 ref: ref,
7336 icon: FilePptTwoToneSvg
7337 }));
7338 };
7339
7340 FilePptTwoTone.displayName = 'FilePptTwoTone';
7341 var FilePptTwoTone$1 = /*#__PURE__*/React.forwardRef(FilePptTwoTone);
7342
7343 var FileProtectOutlined_1 = createCommonjsModule(function (module, exports) {
7344 // This icon file is generated automatically.
7345 Object.defineProperty(exports, "__esModule", { value: true });
7346 var FileProtectOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M644.7 669.2a7.92 7.92 0 00-6.5-3.3H594c-6.5 0-10.3 7.4-6.5 12.7l73.8 102.1c3.2 4.4 9.7 4.4 12.9 0l114.2-158c3.8-5.3 0-12.7-6.5-12.7h-44.3c-2.6 0-5 1.2-6.5 3.3l-63.5 87.8-22.9-31.9zM688 306v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm184 458H208V148h560v296c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h312c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm402.6-320.8l-192-66.7c-.9-.3-1.7-.4-2.6-.4s-1.8.1-2.6.4l-192 66.7a7.96 7.96 0 00-5.4 7.5v251.1c0 2.5 1.1 4.8 3.1 6.3l192 150.2c1.4 1.1 3.2 1.7 4.9 1.7s3.5-.6 4.9-1.7l192-150.2c1.9-1.5 3.1-3.8 3.1-6.3V538.7c0-3.4-2.2-6.4-5.4-7.5zM826 763.7L688 871.6 550 763.7V577l138-48 138 48v186.7z" } }] }, "name": "file-protect", "theme": "outlined" };
7347 exports.default = FileProtectOutlined;
7348 });
7349
7350 var FileProtectOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileProtectOutlined_1);
7351
7352 var FileProtectOutlined = function FileProtectOutlined(props, ref) {
7353 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7354 ref: ref,
7355 icon: FileProtectOutlinedSvg
7356 }));
7357 };
7358
7359 FileProtectOutlined.displayName = 'FileProtectOutlined';
7360 var FileProtectOutlined$1 = /*#__PURE__*/React.forwardRef(FileProtectOutlined);
7361
7362 var FileSearchOutlined_1 = createCommonjsModule(function (module, exports) {
7363 // This icon file is generated automatically.
7364 Object.defineProperty(exports, "__esModule", { value: true });
7365 var FileSearchOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M688 312v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8zm-392 88c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm144 452H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm445.7 51.5l-93.3-93.3C814.7 780.7 828 743.9 828 704c0-97.2-78.8-176-176-176s-176 78.8-176 176 78.8 176 176 176c35.8 0 69-10.7 96.8-29l94.7 94.7c1.6 1.6 3.6 2.3 5.6 2.3s4.1-.8 5.6-2.3l31-31a7.9 7.9 0 000-11.2zM652 816c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" } }] }, "name": "file-search", "theme": "outlined" };
7366 exports.default = FileSearchOutlined;
7367 });
7368
7369 var FileSearchOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileSearchOutlined_1);
7370
7371 var FileSearchOutlined = function FileSearchOutlined(props, ref) {
7372 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7373 ref: ref,
7374 icon: FileSearchOutlinedSvg
7375 }));
7376 };
7377
7378 FileSearchOutlined.displayName = 'FileSearchOutlined';
7379 var FileSearchOutlined$1 = /*#__PURE__*/React.forwardRef(FileSearchOutlined);
7380
7381 var FileSyncOutlined_1 = createCommonjsModule(function (module, exports) {
7382 // This icon file is generated automatically.
7383 Object.defineProperty(exports, "__esModule", { value: true });
7384 var FileSyncOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M296 256c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H296zm192 200v-48c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8zm-48 396H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h272c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm104.1-115.6c1.8-34.5 16.2-66.8 40.8-91.4 26.2-26.2 62-41 99.1-41 37.4 0 72.6 14.6 99.1 41 3.2 3.2 6.3 6.6 9.2 10.1L769.2 673a8 8 0 003 14.1l93.3 22.5c5 1.2 9.8-2.6 9.9-7.7l.6-95.4a8 8 0 00-12.9-6.4l-20.3 15.8C805.4 569.6 748.1 540 684 540c-109.9 0-199.6 86.9-204 195.7-.2 4.5 3.5 8.3 8 8.3h48.1c4.3 0 7.8-3.3 8-7.6zM880 744h-48.1c-4.3 0-7.8 3.3-8 7.6-1.8 34.5-16.2 66.8-40.8 91.4-26.2 26.2-62 41-99.1 41-37.4 0-72.6-14.6-99.1-41-3.2-3.2-6.3-6.6-9.2-10.1l23.1-17.9a8 8 0 00-3-14.1l-93.3-22.5c-5-1.2-9.8 2.6-9.9 7.7l-.6 95.4a8 8 0 0012.9 6.4l20.3-15.8C562.6 918.4 619.9 948 684 948c109.9 0 199.6-86.9 204-195.7.2-4.5-3.5-8.3-8-8.3z" } }] }, "name": "file-sync", "theme": "outlined" };
7385 exports.default = FileSyncOutlined;
7386 });
7387
7388 var FileSyncOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileSyncOutlined_1);
7389
7390 var FileSyncOutlined = function FileSyncOutlined(props, ref) {
7391 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7392 ref: ref,
7393 icon: FileSyncOutlinedSvg
7394 }));
7395 };
7396
7397 FileSyncOutlined.displayName = 'FileSyncOutlined';
7398 var FileSyncOutlined$1 = /*#__PURE__*/React.forwardRef(FileSyncOutlined);
7399
7400 var FileTextFilled_1 = createCommonjsModule(function (module, exports) {
7401 // This icon file is generated automatically.
7402 Object.defineProperty(exports, "__esModule", { value: true });
7403 var FileTextFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM320 482a8 8 0 00-8 8v48a8 8 0 008 8h384a8 8 0 008-8v-48a8 8 0 00-8-8H320zm0 136a8 8 0 00-8 8v48a8 8 0 008 8h184a8 8 0 008-8v-48a8 8 0 00-8-8H320z" } }] }, "name": "file-text", "theme": "filled" };
7404 exports.default = FileTextFilled;
7405 });
7406
7407 var FileTextFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FileTextFilled_1);
7408
7409 var FileTextFilled = function FileTextFilled(props, ref) {
7410 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7411 ref: ref,
7412 icon: FileTextFilledSvg
7413 }));
7414 };
7415
7416 FileTextFilled.displayName = 'FileTextFilled';
7417 var FileTextFilled$1 = /*#__PURE__*/React.forwardRef(FileTextFilled);
7418
7419 var FileTextOutlined_1 = createCommonjsModule(function (module, exports) {
7420 // This icon file is generated automatically.
7421 Object.defineProperty(exports, "__esModule", { value: true });
7422 var FileTextOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494zM504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z" } }] }, "name": "file-text", "theme": "outlined" };
7423 exports.default = FileTextOutlined;
7424 });
7425
7426 var FileTextOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileTextOutlined_1);
7427
7428 var FileTextOutlined = function FileTextOutlined(props, ref) {
7429 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7430 ref: ref,
7431 icon: FileTextOutlinedSvg
7432 }));
7433 };
7434
7435 FileTextOutlined.displayName = 'FileTextOutlined';
7436 var FileTextOutlined$1 = /*#__PURE__*/React.forwardRef(FileTextOutlined);
7437
7438 var FileTextTwoTone_1 = createCommonjsModule(function (module, exports) {
7439 // This icon file is generated automatically.
7440 Object.defineProperty(exports, "__esModule", { value: true });
7441 var FileTextTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm-22 322c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm200-184v48c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8zm192 128H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z", "fill": primaryColor } }] }; }, "name": "file-text", "theme": "twotone" };
7442 exports.default = FileTextTwoTone;
7443 });
7444
7445 var FileTextTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FileTextTwoTone_1);
7446
7447 var FileTextTwoTone = function FileTextTwoTone(props, ref) {
7448 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7449 ref: ref,
7450 icon: FileTextTwoToneSvg
7451 }));
7452 };
7453
7454 FileTextTwoTone.displayName = 'FileTextTwoTone';
7455 var FileTextTwoTone$1 = /*#__PURE__*/React.forwardRef(FileTextTwoTone);
7456
7457 var FileTwoTone_1 = createCommonjsModule(function (module, exports) {
7458 // This icon file is generated automatically.
7459 Object.defineProperty(exports, "__esModule", { value: true });
7460 var FileTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }] }; }, "name": "file", "theme": "twotone" };
7461 exports.default = FileTwoTone;
7462 });
7463
7464 var FileTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FileTwoTone_1);
7465
7466 var FileTwoTone = function FileTwoTone(props, ref) {
7467 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7468 ref: ref,
7469 icon: FileTwoToneSvg
7470 }));
7471 };
7472
7473 FileTwoTone.displayName = 'FileTwoTone';
7474 var FileTwoTone$1 = /*#__PURE__*/React.forwardRef(FileTwoTone);
7475
7476 var FileUnknownFilled_1 = createCommonjsModule(function (module, exports) {
7477 // This icon file is generated automatically.
7478 Object.defineProperty(exports, "__esModule", { value: true });
7479 var FileUnknownFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm110 227a32 32 0 100-64 32 32 0 000 64z" } }] }, "name": "file-unknown", "theme": "filled" };
7480 exports.default = FileUnknownFilled;
7481 });
7482
7483 var FileUnknownFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FileUnknownFilled_1);
7484
7485 var FileUnknownFilled = function FileUnknownFilled(props, ref) {
7486 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7487 ref: ref,
7488 icon: FileUnknownFilledSvg
7489 }));
7490 };
7491
7492 FileUnknownFilled.displayName = 'FileUnknownFilled';
7493 var FileUnknownFilled$1 = /*#__PURE__*/React.forwardRef(FileUnknownFilled);
7494
7495 var FileUnknownOutlined_1 = createCommonjsModule(function (module, exports) {
7496 // This icon file is generated automatically.
7497 Object.defineProperty(exports, "__esModule", { value: true });
7498 var FileUnknownOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494zM402 549c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103zm78 195a32 32 0 1064 0 32 32 0 10-64 0z" } }] }, "name": "file-unknown", "theme": "outlined" };
7499 exports.default = FileUnknownOutlined;
7500 });
7501
7502 var FileUnknownOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileUnknownOutlined_1);
7503
7504 var FileUnknownOutlined = function FileUnknownOutlined(props, ref) {
7505 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7506 ref: ref,
7507 icon: FileUnknownOutlinedSvg
7508 }));
7509 };
7510
7511 FileUnknownOutlined.displayName = 'FileUnknownOutlined';
7512 var FileUnknownOutlined$1 = /*#__PURE__*/React.forwardRef(FileUnknownOutlined);
7513
7514 var FileUnknownTwoTone_1 = createCommonjsModule(function (module, exports) {
7515 // This icon file is generated automatically.
7516 Object.defineProperty(exports, "__esModule", { value: true });
7517 var FileUnknownTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm-22 424c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm110-228.4c.7 44.9-29.7 84.5-74.3 98.9-5.7 1.8-9.7 7.3-9.7 13.3V672c0 5.5-4.5 10-10 10h-32c-5.5 0-10-4.5-10-10v-32c.2-19.8 15.4-37.3 34.7-40.1C549 596.2 570 574.3 570 549c0-28.1-25.8-51.5-58-51.5s-58 23.4-58 51.6c0 5.2-4.4 9.4-9.8 9.4h-32.4c-5.4 0-9.8-4.1-9.8-9.5 0-57.4 50.1-103.7 111.5-103 59.3.8 107.7 46.1 108.5 101.6z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.6-9.4-22.6zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M480 744a32 32 0 1064 0 32 32 0 10-64 0zm-78-195c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4 0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3 44.6-14.4 75-54 74.3-98.9-.8-55.5-49.2-100.8-108.5-101.6-61.4-.7-111.5 45.6-111.5 103z", "fill": primaryColor } }] }; }, "name": "file-unknown", "theme": "twotone" };
7518 exports.default = FileUnknownTwoTone;
7519 });
7520
7521 var FileUnknownTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FileUnknownTwoTone_1);
7522
7523 var FileUnknownTwoTone = function FileUnknownTwoTone(props, ref) {
7524 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7525 ref: ref,
7526 icon: FileUnknownTwoToneSvg
7527 }));
7528 };
7529
7530 FileUnknownTwoTone.displayName = 'FileUnknownTwoTone';
7531 var FileUnknownTwoTone$1 = /*#__PURE__*/React.forwardRef(FileUnknownTwoTone);
7532
7533 var FileWordFilled_1 = createCommonjsModule(function (module, exports) {
7534 // This icon file is generated automatically.
7535 Object.defineProperty(exports, "__esModule", { value: true });
7536 var FileWordFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM512 566.1l52.81 197a12 12 0 0011.6 8.9h31.77a12 12 0 0011.6-8.88l74.37-276a12 12 0 00.4-3.12 12 12 0 00-12-12h-35.57a12 12 0 00-11.7 9.31l-45.78 199.1-49.76-199.32A12 12 0 00528.1 472h-32.2a12 12 0 00-11.64 9.1L434.6 680.01 388.5 481.3a12 12 0 00-11.68-9.29h-35.39a12 12 0 00-3.11.41 12 12 0 00-8.47 14.7l74.17 276A12 12 0 00415.6 772h31.99a12 12 0 0011.59-8.9l52.81-197z" } }] }, "name": "file-word", "theme": "filled" };
7537 exports.default = FileWordFilled;
7538 });
7539
7540 var FileWordFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FileWordFilled_1);
7541
7542 var FileWordFilled = function FileWordFilled(props, ref) {
7543 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7544 ref: ref,
7545 icon: FileWordFilledSvg
7546 }));
7547 };
7548
7549 FileWordFilled.displayName = 'FileWordFilled';
7550 var FileWordFilled$1 = /*#__PURE__*/React.forwardRef(FileWordFilled);
7551
7552 var FileWordOutlined_1 = createCommonjsModule(function (module, exports) {
7553 // This icon file is generated automatically.
7554 Object.defineProperty(exports, "__esModule", { value: true });
7555 var FileWordOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494zM528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 00-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 00-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z" } }] }, "name": "file-word", "theme": "outlined" };
7556 exports.default = FileWordOutlined;
7557 });
7558
7559 var FileWordOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileWordOutlined_1);
7560
7561 var FileWordOutlined = function FileWordOutlined(props, ref) {
7562 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7563 ref: ref,
7564 icon: FileWordOutlinedSvg
7565 }));
7566 };
7567
7568 FileWordOutlined.displayName = 'FileWordOutlined';
7569 var FileWordOutlined$1 = /*#__PURE__*/React.forwardRef(FileWordOutlined);
7570
7571 var FileWordTwoTone_1 = createCommonjsModule(function (module, exports) {
7572 // This icon file is generated automatically.
7573 Object.defineProperty(exports, "__esModule", { value: true });
7574 var FileWordTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm101.3 129.3c1.3-5.4 6.1-9.3 11.7-9.3h35.6a12.04 12.04 0 0111.6 15.1l-74.4 276c-1.4 5.3-6.2 8.9-11.6 8.9h-31.8c-5.4 0-10.2-3.7-11.6-8.9l-52.8-197-52.8 197c-1.4 5.3-6.2 8.9-11.6 8.9h-32c-5.4 0-10.2-3.7-11.6-8.9l-74.2-276a12.02 12.02 0 0111.6-15.1h35.4c5.6 0 10.4 3.9 11.7 9.3L434.6 680l49.7-198.9c1.3-5.4 6.1-9.1 11.6-9.1h32.2c5.5 0 10.3 3.7 11.6 9.1l49.8 199.3 45.8-199.1z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M528.1 472h-32.2c-5.5 0-10.3 3.7-11.6 9.1L434.6 680l-46.1-198.7c-1.3-5.4-6.1-9.3-11.7-9.3h-35.4a12.02 12.02 0 00-11.6 15.1l74.2 276c1.4 5.2 6.2 8.9 11.6 8.9h32c5.4 0 10.2-3.6 11.6-8.9l52.8-197 52.8 197c1.4 5.2 6.2 8.9 11.6 8.9h31.8c5.4 0 10.2-3.6 11.6-8.9l74.4-276a12.04 12.04 0 00-11.6-15.1H647c-5.6 0-10.4 3.9-11.7 9.3l-45.8 199.1-49.8-199.3c-1.3-5.4-6.1-9.1-11.6-9.1z", "fill": primaryColor } }] }; }, "name": "file-word", "theme": "twotone" };
7575 exports.default = FileWordTwoTone;
7576 });
7577
7578 var FileWordTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FileWordTwoTone_1);
7579
7580 var FileWordTwoTone = function FileWordTwoTone(props, ref) {
7581 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7582 ref: ref,
7583 icon: FileWordTwoToneSvg
7584 }));
7585 };
7586
7587 FileWordTwoTone.displayName = 'FileWordTwoTone';
7588 var FileWordTwoTone$1 = /*#__PURE__*/React.forwardRef(FileWordTwoTone);
7589
7590 var FileZipFilled_1 = createCommonjsModule(function (module, exports) {
7591 // This icon file is generated automatically.
7592 Object.defineProperty(exports, "__esModule", { value: true });
7593 var FileZipFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM296 136v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm64 64v64h64v-64h-64zm-64 64v64h64v-64h-64zm0 64v160h128V584H296zm48 48h32v64h-32v-64z" } }] }, "name": "file-zip", "theme": "filled" };
7594 exports.default = FileZipFilled;
7595 });
7596
7597 var FileZipFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FileZipFilled_1);
7598
7599 var FileZipFilled = function FileZipFilled(props, ref) {
7600 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7601 ref: ref,
7602 icon: FileZipFilledSvg
7603 }));
7604 };
7605
7606 FileZipFilled.displayName = 'FileZipFilled';
7607 var FileZipFilled$1 = /*#__PURE__*/React.forwardRef(FileZipFilled);
7608
7609 var FileZipOutlined_1 = createCommonjsModule(function (module, exports) {
7610 // This icon file is generated automatically.
7611 Object.defineProperty(exports, "__esModule", { value: true });
7612 var FileZipOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M296 392h64v64h-64zm0 190v160h128V582h-64v-62h-64v62zm80 48v64h-32v-64h32zm-16-302h64v64h-64zm-64-64h64v64h-64zm64 192h64v64h-64zm0-256h64v64h-64zm494.6 88.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h64v64h64v-64h174v216a42 42 0 0042 42h216v494z" } }] }, "name": "file-zip", "theme": "outlined" };
7613 exports.default = FileZipOutlined;
7614 });
7615
7616 var FileZipOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FileZipOutlined_1);
7617
7618 var FileZipOutlined = function FileZipOutlined(props, ref) {
7619 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7620 ref: ref,
7621 icon: FileZipOutlinedSvg
7622 }));
7623 };
7624
7625 FileZipOutlined.displayName = 'FileZipOutlined';
7626 var FileZipOutlined$1 = /*#__PURE__*/React.forwardRef(FileZipOutlined);
7627
7628 var FileZipTwoTone_1 = createCommonjsModule(function (module, exports) {
7629 // This icon file is generated automatically.
7630 Object.defineProperty(exports, "__esModule", { value: true });
7631 var FileZipTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M344 630h32v2h-32z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M534 352V136H360v64h64v64h-64v64h64v64h-64v64h64v64h-64v62h64v160H296V520h64v-64h-64v-64h64v-64h-64v-64h64v-64h-64v-64h-64v752h560V394H576a42 42 0 01-42-42z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h64v64h64v-64h174v216a42 42 0 0042 42h216v494z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M296 392h64v64h-64zm0-128h64v64h-64zm0 318v160h128V582h-64v-62h-64v62zm48 50v-2h32v64h-32v-62zm16-432h64v64h-64zm0 256h64v64h-64zm0-128h64v64h-64z", "fill": primaryColor } }] }; }, "name": "file-zip", "theme": "twotone" };
7632 exports.default = FileZipTwoTone;
7633 });
7634
7635 var FileZipTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FileZipTwoTone_1);
7636
7637 var FileZipTwoTone = function FileZipTwoTone(props, ref) {
7638 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7639 ref: ref,
7640 icon: FileZipTwoToneSvg
7641 }));
7642 };
7643
7644 FileZipTwoTone.displayName = 'FileZipTwoTone';
7645 var FileZipTwoTone$1 = /*#__PURE__*/React.forwardRef(FileZipTwoTone);
7646
7647 var FilterFilled_1 = createCommonjsModule(function (module, exports) {
7648 // This icon file is generated automatically.
7649 Object.defineProperty(exports, "__esModule", { value: true });
7650 var FilterFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z" } }] }, "name": "filter", "theme": "filled" };
7651 exports.default = FilterFilled;
7652 });
7653
7654 var FilterFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FilterFilled_1);
7655
7656 var FilterFilled = function FilterFilled(props, ref) {
7657 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7658 ref: ref,
7659 icon: FilterFilledSvg
7660 }));
7661 };
7662
7663 FilterFilled.displayName = 'FilterFilled';
7664 var FilterFilled$1 = /*#__PURE__*/React.forwardRef(FilterFilled);
7665
7666 var FilterOutlined_1 = createCommonjsModule(function (module, exports) {
7667 // This icon file is generated automatically.
7668 Object.defineProperty(exports, "__esModule", { value: true });
7669 var FilterOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V642h182.9v156zm9.6-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z" } }] }, "name": "filter", "theme": "outlined" };
7670 exports.default = FilterOutlined;
7671 });
7672
7673 var FilterOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FilterOutlined_1);
7674
7675 var FilterOutlined = function FilterOutlined(props, ref) {
7676 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7677 ref: ref,
7678 icon: FilterOutlinedSvg
7679 }));
7680 };
7681
7682 FilterOutlined.displayName = 'FilterOutlined';
7683 var FilterOutlined$1 = /*#__PURE__*/React.forwardRef(FilterOutlined);
7684
7685 var FilterTwoTone_1 = createCommonjsModule(function (module, exports) {
7686 // This icon file is generated automatically.
7687 Object.defineProperty(exports, "__esModule", { value: true });
7688 var FilterTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M420.6 798h182.9V642H420.6zM411 561.4l9.5 16.6h183l9.5-16.6L811.3 226H212.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V642h182.9v156zm9.5-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z", "fill": primaryColor } }] }; }, "name": "filter", "theme": "twotone" };
7689 exports.default = FilterTwoTone;
7690 });
7691
7692 var FilterTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FilterTwoTone_1);
7693
7694 var FilterTwoTone = function FilterTwoTone(props, ref) {
7695 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7696 ref: ref,
7697 icon: FilterTwoToneSvg
7698 }));
7699 };
7700
7701 FilterTwoTone.displayName = 'FilterTwoTone';
7702 var FilterTwoTone$1 = /*#__PURE__*/React.forwardRef(FilterTwoTone);
7703
7704 var FireFilled_1 = createCommonjsModule(function (module, exports) {
7705 // This icon file is generated automatically.
7706 Object.defineProperty(exports, "__esModule", { value: true });
7707 var FireFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M834.1 469.2A347.49 347.49 0 00751.2 354l-29.1-26.7a8.09 8.09 0 00-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 01-47.5 46.1 352.6 352.6 0 00-100.3 121.5A347.75 347.75 0 00160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0075.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 00760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0027.7-136c0-48.8-10-96.2-29.9-140.9z" } }] }, "name": "fire", "theme": "filled" };
7708 exports.default = FireFilled;
7709 });
7710
7711 var FireFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FireFilled_1);
7712
7713 var FireFilled = function FireFilled(props, ref) {
7714 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7715 ref: ref,
7716 icon: FireFilledSvg
7717 }));
7718 };
7719
7720 FireFilled.displayName = 'FireFilled';
7721 var FireFilled$1 = /*#__PURE__*/React.forwardRef(FireFilled);
7722
7723 var FireOutlined_1 = createCommonjsModule(function (module, exports) {
7724 // This icon file is generated automatically.
7725 Object.defineProperty(exports, "__esModule", { value: true });
7726 var FireOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M834.1 469.2A347.49 347.49 0 00751.2 354l-29.1-26.7a8.09 8.09 0 00-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 01-47.5 46.1 352.6 352.6 0 00-100.3 121.5A347.75 347.75 0 00160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0075.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 00760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0027.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0058.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0012.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0024.4 59.8 73.36 73.36 0 0053.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z" } }] }, "name": "fire", "theme": "outlined" };
7727 exports.default = FireOutlined;
7728 });
7729
7730 var FireOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FireOutlined_1);
7731
7732 var FireOutlined = function FireOutlined(props, ref) {
7733 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7734 ref: ref,
7735 icon: FireOutlinedSvg
7736 }));
7737 };
7738
7739 FireOutlined.displayName = 'FireOutlined';
7740 var FireOutlined$1 = /*#__PURE__*/React.forwardRef(FireOutlined);
7741
7742 var FireTwoTone_1 = createCommonjsModule(function (module, exports) {
7743 // This icon file is generated automatically.
7744 Object.defineProperty(exports, "__esModule", { value: true });
7745 var FireTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M737 438.6c-9.6 15.5-21.1 30.7-34.4 45.6a73.1 73.1 0 01-51 24.4 73.36 73.36 0 01-53.4-18.8 74.01 74.01 0 01-24.4-59.8c3-47.4-12.4-103.1-45.8-165.7-16.9-31.4-37.1-58.2-61.2-80.4a240 240 0 01-12.1 46.5 354.26 354.26 0 01-58.2 101 349.6 349.6 0 01-58.6 56.8c-34 26.1-62 60-80.8 97.9a275.96 275.96 0 00-29.1 124c0 74.9 29.5 145.3 83 198.4 53.7 53.2 125 82.4 201 82.4s147.3-29.2 201-82.4c53.5-53 83-123.5 83-198.4 0-39.2-8.1-77.3-24-113.1-9.3-21-21-40.5-35-58.4z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M834.1 469.2A347.49 347.49 0 00751.2 354l-29.1-26.7a8.09 8.09 0 00-13 3.3l-13 37.3c-8.1 23.4-23 47.3-44.1 70.8-1.4 1.5-3 1.9-4.1 2-1.1.1-2.8-.1-4.3-1.5-1.4-1.2-2.1-3-2-4.8 3.7-60.2-14.3-128.1-53.7-202C555.3 171 510 123.1 453.4 89.7l-41.3-24.3c-5.4-3.2-12.3 1-12 7.3l2.2 48c1.5 32.8-2.3 61.8-11.3 85.9-11 29.5-26.8 56.9-47 81.5a295.64 295.64 0 01-47.5 46.1 352.6 352.6 0 00-100.3 121.5A347.75 347.75 0 00160 610c0 47.2 9.3 92.9 27.7 136a349.4 349.4 0 0075.5 110.9c32.4 32 70 57.2 111.9 74.7C418.5 949.8 464.5 959 512 959s93.5-9.2 136.9-27.3A348.6 348.6 0 00760.8 857c32.4-32 57.8-69.4 75.5-110.9a344.2 344.2 0 0027.7-136c0-48.8-10-96.2-29.9-140.9zM713 808.5c-53.7 53.2-125 82.4-201 82.4s-147.3-29.2-201-82.4c-53.5-53.1-83-123.5-83-198.4 0-43.5 9.8-85.2 29.1-124 18.8-37.9 46.8-71.8 80.8-97.9a349.6 349.6 0 0058.6-56.8c25-30.5 44.6-64.5 58.2-101a240 240 0 0012.1-46.5c24.1 22.2 44.3 49 61.2 80.4 33.4 62.6 48.8 118.3 45.8 165.7a74.01 74.01 0 0024.4 59.8 73.36 73.36 0 0053.4 18.8c19.7-1 37.8-9.7 51-24.4 13.3-14.9 24.8-30.1 34.4-45.6 14 17.9 25.7 37.4 35 58.4 15.9 35.8 24 73.9 24 113.1 0 74.9-29.5 145.4-83 198.4z", "fill": primaryColor } }] }; }, "name": "fire", "theme": "twotone" };
7746 exports.default = FireTwoTone;
7747 });
7748
7749 var FireTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FireTwoTone_1);
7750
7751 var FireTwoTone = function FireTwoTone(props, ref) {
7752 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7753 ref: ref,
7754 icon: FireTwoToneSvg
7755 }));
7756 };
7757
7758 FireTwoTone.displayName = 'FireTwoTone';
7759 var FireTwoTone$1 = /*#__PURE__*/React.forwardRef(FireTwoTone);
7760
7761 var FlagFilled_1 = createCommonjsModule(function (module, exports) {
7762 // This icon file is generated automatically.
7763 Object.defineProperty(exports, "__esModule", { value: true });
7764 var FlagFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32z" } }] }, "name": "flag", "theme": "filled" };
7765 exports.default = FlagFilled;
7766 });
7767
7768 var FlagFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FlagFilled_1);
7769
7770 var FlagFilled = function FlagFilled(props, ref) {
7771 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7772 ref: ref,
7773 icon: FlagFilledSvg
7774 }));
7775 };
7776
7777 FlagFilled.displayName = 'FlagFilled';
7778 var FlagFilled$1 = /*#__PURE__*/React.forwardRef(FlagFilled);
7779
7780 var FlagOutlined_1 = createCommonjsModule(function (module, exports) {
7781 // This icon file is generated automatically.
7782 Object.defineProperty(exports, "__esModule", { value: true });
7783 var FlagOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z" } }] }, "name": "flag", "theme": "outlined" };
7784 exports.default = FlagOutlined;
7785 });
7786
7787 var FlagOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FlagOutlined_1);
7788
7789 var FlagOutlined = function FlagOutlined(props, ref) {
7790 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7791 ref: ref,
7792 icon: FlagOutlinedSvg
7793 }));
7794 };
7795
7796 FlagOutlined.displayName = 'FlagOutlined';
7797 var FlagOutlined$1 = /*#__PURE__*/React.forwardRef(FlagOutlined);
7798
7799 var FlagTwoTone_1 = createCommonjsModule(function (module, exports) {
7800 // This icon file is generated automatically.
7801 Object.defineProperty(exports, "__esModule", { value: true });
7802 var FlagTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M184 232h368v336H184z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M624 632c0 4.4-3.6 8-8 8H504v73h336V377H624v255z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M880 305H624V192c0-17.7-14.3-32-32-32H184v-40c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V640h248v113c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V337c0-17.7-14.3-32-32-32zM184 568V232h368v336H184zm656 145H504v-73h112c4.4 0 8-3.6 8-8V377h216v336z", "fill": primaryColor } }] }; }, "name": "flag", "theme": "twotone" };
7803 exports.default = FlagTwoTone;
7804 });
7805
7806 var FlagTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FlagTwoTone_1);
7807
7808 var FlagTwoTone = function FlagTwoTone(props, ref) {
7809 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7810 ref: ref,
7811 icon: FlagTwoToneSvg
7812 }));
7813 };
7814
7815 FlagTwoTone.displayName = 'FlagTwoTone';
7816 var FlagTwoTone$1 = /*#__PURE__*/React.forwardRef(FlagTwoTone);
7817
7818 var FolderAddFilled_1 = createCommonjsModule(function (module, exports) {
7819 // This icon file is generated automatically.
7820 Object.defineProperty(exports, "__esModule", { value: true });
7821 var FolderAddFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM632 577c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.2 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.8 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.8 0 7 3.2 7 7.1V528h84.5c4.1 0 7.5 3.2 7.5 7v42z" } }] }, "name": "folder-add", "theme": "filled" };
7822 exports.default = FolderAddFilled;
7823 });
7824
7825 var FolderAddFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FolderAddFilled_1);
7826
7827 var FolderAddFilled = function FolderAddFilled(props, ref) {
7828 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7829 ref: ref,
7830 icon: FolderAddFilledSvg
7831 }));
7832 };
7833
7834 FolderAddFilled.displayName = 'FolderAddFilled';
7835 var FolderAddFilled$1 = /*#__PURE__*/React.forwardRef(FolderAddFilled);
7836
7837 var FolderAddOutlined_1 = createCommonjsModule(function (module, exports) {
7838 // This icon file is generated automatically.
7839 Object.defineProperty(exports, "__esModule", { value: true });
7840 var FolderAddOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1zm396-144.7H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, "name": "folder-add", "theme": "outlined" };
7841 exports.default = FolderAddOutlined;
7842 });
7843
7844 var FolderAddOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FolderAddOutlined_1);
7845
7846 var FolderAddOutlined = function FolderAddOutlined(props, ref) {
7847 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7848 ref: ref,
7849 icon: FolderAddOutlinedSvg
7850 }));
7851 };
7852
7853 FolderAddOutlined.displayName = 'FolderAddOutlined';
7854 var FolderAddOutlined$1 = /*#__PURE__*/React.forwardRef(FolderAddOutlined);
7855
7856 var FolderAddTwoTone_1 = createCommonjsModule(function (module, exports) {
7857 // This icon file is generated automatically.
7858 Object.defineProperty(exports, "__esModule", { value: true });
7859 var FolderAddTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M372.5 256H184v512h656V370.4H492.1L372.5 256zM540 443.1V528h84.5c4.1 0 7.5 3.1 7.5 7v42c0 3.8-3.4 7-7.5 7H540v84.9c0 3.9-3.1 7.1-7 7.1h-42c-3.8 0-7-3.2-7-7.1V584h-84.5c-4.1 0-7.5-3.2-7.5-7v-42c0-3.9 3.4-7 7.5-7H484v-84.9c0-3.9 3.2-7.1 7-7.1h42c3.9 0 7 3.2 7 7.1z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M484 443.1V528h-84.5c-4.1 0-7.5 3.1-7.5 7v42c0 3.8 3.4 7 7.5 7H484v84.9c0 3.9 3.2 7.1 7 7.1h42c3.9 0 7-3.2 7-7.1V584h84.5c4.1 0 7.5-3.2 7.5-7v-42c0-3.9-3.4-7-7.5-7H540v-84.9c0-3.9-3.1-7.1-7-7.1h-42c-3.8 0-7 3.2-7 7.1z", "fill": primaryColor } }] }; }, "name": "folder-add", "theme": "twotone" };
7860 exports.default = FolderAddTwoTone;
7861 });
7862
7863 var FolderAddTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FolderAddTwoTone_1);
7864
7865 var FolderAddTwoTone = function FolderAddTwoTone(props, ref) {
7866 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7867 ref: ref,
7868 icon: FolderAddTwoToneSvg
7869 }));
7870 };
7871
7872 FolderAddTwoTone.displayName = 'FolderAddTwoTone';
7873 var FolderAddTwoTone$1 = /*#__PURE__*/React.forwardRef(FolderAddTwoTone);
7874
7875 var FolderFilled_1 = createCommonjsModule(function (module, exports) {
7876 // This icon file is generated automatically.
7877 Object.defineProperty(exports, "__esModule", { value: true });
7878 var FolderFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32z" } }] }, "name": "folder", "theme": "filled" };
7879 exports.default = FolderFilled;
7880 });
7881
7882 var FolderFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FolderFilled_1);
7883
7884 var FolderFilled = function FolderFilled(props, ref) {
7885 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7886 ref: ref,
7887 icon: FolderFilledSvg
7888 }));
7889 };
7890
7891 FolderFilled.displayName = 'FolderFilled';
7892 var FolderFilled$1 = /*#__PURE__*/React.forwardRef(FolderFilled);
7893
7894 var FolderOpenFilled_1 = createCommonjsModule(function (module, exports) {
7895 // This icon file is generated automatically.
7896 Object.defineProperty(exports, "__esModule", { value: true });
7897 var FolderOpenFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zm-180 0H238c-13 0-24.8 7.9-29.7 20L136 643.2V256h188.5l119.6 114.4H748V444z" } }] }, "name": "folder-open", "theme": "filled" };
7898 exports.default = FolderOpenFilled;
7899 });
7900
7901 var FolderOpenFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FolderOpenFilled_1);
7902
7903 var FolderOpenFilled = function FolderOpenFilled(props, ref) {
7904 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7905 ref: ref,
7906 icon: FolderOpenFilledSvg
7907 }));
7908 };
7909
7910 FolderOpenFilled.displayName = 'FolderOpenFilled';
7911 var FolderOpenFilled$1 = /*#__PURE__*/React.forwardRef(FolderOpenFilled);
7912
7913 var FolderOpenOutlined_1 = createCommonjsModule(function (module, exports) {
7914 // This icon file is generated automatically.
7915 Object.defineProperty(exports, "__esModule", { value: true });
7916 var FolderOpenOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z" } }] }, "name": "folder-open", "theme": "outlined" };
7917 exports.default = FolderOpenOutlined;
7918 });
7919
7920 var FolderOpenOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FolderOpenOutlined_1);
7921
7922 var FolderOpenOutlined = function FolderOpenOutlined(props, ref) {
7923 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7924 ref: ref,
7925 icon: FolderOpenOutlinedSvg
7926 }));
7927 };
7928
7929 FolderOpenOutlined.displayName = 'FolderOpenOutlined';
7930 var FolderOpenOutlined$1 = /*#__PURE__*/React.forwardRef(FolderOpenOutlined);
7931
7932 var FolderOpenTwoTone_1 = createCommonjsModule(function (module, exports) {
7933 // This icon file is generated automatically.
7934 Object.defineProperty(exports, "__esModule", { value: true });
7935 var FolderOpenTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M159 768h612.3l103.4-256H262.3z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z", "fill": primaryColor } }] }; }, "name": "folder-open", "theme": "twotone" };
7936 exports.default = FolderOpenTwoTone;
7937 });
7938
7939 var FolderOpenTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FolderOpenTwoTone_1);
7940
7941 var FolderOpenTwoTone = function FolderOpenTwoTone(props, ref) {
7942 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7943 ref: ref,
7944 icon: FolderOpenTwoToneSvg
7945 }));
7946 };
7947
7948 FolderOpenTwoTone.displayName = 'FolderOpenTwoTone';
7949 var FolderOpenTwoTone$1 = /*#__PURE__*/React.forwardRef(FolderOpenTwoTone);
7950
7951 var FolderOutlined_1 = createCommonjsModule(function (module, exports) {
7952 // This icon file is generated automatically.
7953 Object.defineProperty(exports, "__esModule", { value: true });
7954 var FolderOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, "name": "folder", "theme": "outlined" };
7955 exports.default = FolderOutlined;
7956 });
7957
7958 var FolderOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FolderOutlined_1);
7959
7960 var FolderOutlined = function FolderOutlined(props, ref) {
7961 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7962 ref: ref,
7963 icon: FolderOutlinedSvg
7964 }));
7965 };
7966
7967 FolderOutlined.displayName = 'FolderOutlined';
7968 var FolderOutlined$1 = /*#__PURE__*/React.forwardRef(FolderOutlined);
7969
7970 var FolderTwoTone_1 = createCommonjsModule(function (module, exports) {
7971 // This icon file is generated automatically.
7972 Object.defineProperty(exports, "__esModule", { value: true });
7973 var FolderTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M372.5 256H184v512h656V370.4H492.1z", "fill": secondaryColor } }] }; }, "name": "folder", "theme": "twotone" };
7974 exports.default = FolderTwoTone;
7975 });
7976
7977 var FolderTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FolderTwoTone_1);
7978
7979 var FolderTwoTone = function FolderTwoTone(props, ref) {
7980 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
7981 ref: ref,
7982 icon: FolderTwoToneSvg
7983 }));
7984 };
7985
7986 FolderTwoTone.displayName = 'FolderTwoTone';
7987 var FolderTwoTone$1 = /*#__PURE__*/React.forwardRef(FolderTwoTone);
7988
7989 var FolderViewOutlined_1 = createCommonjsModule(function (module, exports) {
7990 // This icon file is generated automatically.
7991 Object.defineProperty(exports, "__esModule", { value: true });
7992 var FolderViewOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M309.1 554.3a42.92 42.92 0 000 36.4C353.3 684 421.6 732 512.5 732s159.2-48.1 203.4-141.3c5.4-11.5 5.4-24.8.1-36.3l-.1-.1-.1-.1C671.7 461 603.4 413 512.5 413s-159.2 48.1-203.4 141.3zM512.5 477c62.1 0 107.4 30 141.1 95.5C620 638 574.6 668 512.5 668s-107.4-30-141.1-95.5c33.7-65.5 79-95.5 141.1-95.5z" } }, { "tag": "path", "attrs": { "d": "M457 573a56 56 0 10112 0 56 56 0 10-112 0z" } }, { "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, "name": "folder-view", "theme": "outlined" };
7993 exports.default = FolderViewOutlined;
7994 });
7995
7996 var FolderViewOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FolderViewOutlined_1);
7997
7998 var FolderViewOutlined = function FolderViewOutlined(props, ref) {
7999 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8000 ref: ref,
8001 icon: FolderViewOutlinedSvg
8002 }));
8003 };
8004
8005 FolderViewOutlined.displayName = 'FolderViewOutlined';
8006 var FolderViewOutlined$1 = /*#__PURE__*/React.forwardRef(FolderViewOutlined);
8007
8008 var FontColorsOutlined_1 = createCommonjsModule(function (module, exports) {
8009 // This icon file is generated automatically.
8010 Object.defineProperty(exports, "__esModule", { value: true });
8011 var FontColorsOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8zm-650.3-80h85c4.2 0 8-2.7 9.3-6.8l53.7-166h219.2l53.2 166c1.3 4 5 6.8 9.3 6.8h89.1c1.1 0 2.2-.2 3.2-.5a9.7 9.7 0 006-12.4L573.6 118.6a9.9 9.9 0 00-9.2-6.6H462.1c-4.2 0-7.9 2.6-9.2 6.6L244.5 723.1c-.4 1-.5 2.1-.5 3.2-.1 5.3 4.3 9.7 9.7 9.7zm255.9-516.1h4.1l83.8 263.8H424.9l84.7-263.8z" } }] }, "name": "font-colors", "theme": "outlined" };
8012 exports.default = FontColorsOutlined;
8013 });
8014
8015 var FontColorsOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FontColorsOutlined_1);
8016
8017 var FontColorsOutlined = function FontColorsOutlined(props, ref) {
8018 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8019 ref: ref,
8020 icon: FontColorsOutlinedSvg
8021 }));
8022 };
8023
8024 FontColorsOutlined.displayName = 'FontColorsOutlined';
8025 var FontColorsOutlined$1 = /*#__PURE__*/React.forwardRef(FontColorsOutlined);
8026
8027 var FontSizeOutlined_1 = createCommonjsModule(function (module, exports) {
8028 // This icon file is generated automatically.
8029 Object.defineProperty(exports, "__esModule", { value: true });
8030 var FontSizeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M920 416H616c-4.4 0-8 3.6-8 8v112c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-56h60v320h-46c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h164c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-46V480h60v56c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V424c0-4.4-3.6-8-8-8zM656 296V168c0-4.4-3.6-8-8-8H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8z" } }] }, "name": "font-size", "theme": "outlined" };
8031 exports.default = FontSizeOutlined;
8032 });
8033
8034 var FontSizeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FontSizeOutlined_1);
8035
8036 var FontSizeOutlined = function FontSizeOutlined(props, ref) {
8037 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8038 ref: ref,
8039 icon: FontSizeOutlinedSvg
8040 }));
8041 };
8042
8043 FontSizeOutlined.displayName = 'FontSizeOutlined';
8044 var FontSizeOutlined$1 = /*#__PURE__*/React.forwardRef(FontSizeOutlined);
8045
8046 var ForkOutlined_1 = createCommonjsModule(function (module, exports) {
8047 // This icon file is generated automatically.
8048 Object.defineProperty(exports, "__esModule", { value: true });
8049 var ForkOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M752 100c-61.8 0-112 50.2-112 112 0 47.7 29.9 88.5 72 104.6v27.6L512 601.4 312 344.2v-27.6c42.1-16.1 72-56.9 72-104.6 0-61.8-50.2-112-112-112s-112 50.2-112 112c0 50.6 33.8 93.5 80 107.3v34.4c0 9.7 3.3 19.3 9.3 27L476 672.3v33.6c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1v-33.6l226.7-291.6c6-7.7 9.3-17.3 9.3-27v-34.4c46.2-13.8 80-56.7 80-107.3 0-61.8-50.2-112-112-112zM224 212a48.01 48.01 0 0196 0 48.01 48.01 0 01-96 0zm336 600a48.01 48.01 0 01-96 0 48.01 48.01 0 0196 0zm192-552a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "fork", "theme": "outlined" };
8050 exports.default = ForkOutlined;
8051 });
8052
8053 var ForkOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ForkOutlined_1);
8054
8055 var ForkOutlined = function ForkOutlined(props, ref) {
8056 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8057 ref: ref,
8058 icon: ForkOutlinedSvg
8059 }));
8060 };
8061
8062 ForkOutlined.displayName = 'ForkOutlined';
8063 var ForkOutlined$1 = /*#__PURE__*/React.forwardRef(ForkOutlined);
8064
8065 var FormOutlined_1 = createCommonjsModule(function (module, exports) {
8066 // This icon file is generated automatically.
8067 Object.defineProperty(exports, "__esModule", { value: true });
8068 var FormOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M904 512h-56c-4.4 0-8 3.6-8 8v320H184V184h320c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V520c0-4.4-3.6-8-8-8z" } }, { "tag": "path", "attrs": { "d": "M355.9 534.9L354 653.8c-.1 8.9 7.1 16.2 16 16.2h.4l118-2.9c2-.1 4-.9 5.4-2.3l415.9-415c3.1-3.1 3.1-8.2 0-11.3L785.4 114.3c-1.6-1.6-3.6-2.3-5.7-2.3s-4.1.8-5.7 2.3l-415.8 415a8.3 8.3 0 00-2.3 5.6zm63.5 23.6L779.7 199l45.2 45.1-360.5 359.7-45.7 1.1.7-46.4z" } }] }, "name": "form", "theme": "outlined" };
8069 exports.default = FormOutlined;
8070 });
8071
8072 var FormOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FormOutlined_1);
8073
8074 var FormOutlined = function FormOutlined(props, ref) {
8075 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8076 ref: ref,
8077 icon: FormOutlinedSvg
8078 }));
8079 };
8080
8081 FormOutlined.displayName = 'FormOutlined';
8082 var FormOutlined$1 = /*#__PURE__*/React.forwardRef(FormOutlined);
8083
8084 var FormatPainterFilled_1 = createCommonjsModule(function (module, exports) {
8085 // This icon file is generated automatically.
8086 Object.defineProperty(exports, "__esModule", { value: true });
8087 var FormatPainterFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M840 192h-56v-72c0-13.3-10.7-24-24-24H168c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h592c13.3 0 24-10.7 24-24V256h32v200H465c-22.1 0-40 17.9-40 40v136h-44c-4.4 0-8 3.6-8 8v228c0 1.1.2 2.2.6 3.1-.4 1.6-.6 3.2-.6 4.9 0 46.4 37.6 84 84 84s84-37.6 84-84c0-1.7-.2-3.3-.6-4.9.4-1 .6-2 .6-3.1V640c0-4.4-3.6-8-8-8h-44V520h351c22.1 0 40-17.9 40-40V232c0-22.1-17.9-40-40-40z" } }] }, "name": "format-painter", "theme": "filled" };
8088 exports.default = FormatPainterFilled;
8089 });
8090
8091 var FormatPainterFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FormatPainterFilled_1);
8092
8093 var FormatPainterFilled = function FormatPainterFilled(props, ref) {
8094 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8095 ref: ref,
8096 icon: FormatPainterFilledSvg
8097 }));
8098 };
8099
8100 FormatPainterFilled.displayName = 'FormatPainterFilled';
8101 var FormatPainterFilled$1 = /*#__PURE__*/React.forwardRef(FormatPainterFilled);
8102
8103 var FormatPainterOutlined_1 = createCommonjsModule(function (module, exports) {
8104 // This icon file is generated automatically.
8105 Object.defineProperty(exports, "__esModule", { value: true });
8106 var FormatPainterOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M840 192h-56v-72c0-13.3-10.7-24-24-24H168c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h592c13.3 0 24-10.7 24-24V256h32v200H465c-22.1 0-40 17.9-40 40v136h-44c-4.4 0-8 3.6-8 8v228c0 .6.1 1.3.2 1.9A83.99 83.99 0 00457 960c46.4 0 84-37.6 84-84 0-2.1-.1-4.1-.2-6.1.1-.6.2-1.2.2-1.9V640c0-4.4-3.6-8-8-8h-44V520h351c22.1 0 40-17.9 40-40V232c0-22.1-17.9-40-40-40zM720 352H208V160h512v192zM477 876c0 11-9 20-20 20s-20-9-20-20V696h40v180z" } }] }, "name": "format-painter", "theme": "outlined" };
8107 exports.default = FormatPainterOutlined;
8108 });
8109
8110 var FormatPainterOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FormatPainterOutlined_1);
8111
8112 var FormatPainterOutlined = function FormatPainterOutlined(props, ref) {
8113 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8114 ref: ref,
8115 icon: FormatPainterOutlinedSvg
8116 }));
8117 };
8118
8119 FormatPainterOutlined.displayName = 'FormatPainterOutlined';
8120 var FormatPainterOutlined$1 = /*#__PURE__*/React.forwardRef(FormatPainterOutlined);
8121
8122 var ForwardFilled_1 = createCommonjsModule(function (module, exports) {
8123 // This icon file is generated automatically.
8124 Object.defineProperty(exports, "__esModule", { value: true });
8125 var ForwardFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z" } }] }, "name": "forward", "theme": "filled" };
8126 exports.default = ForwardFilled;
8127 });
8128
8129 var ForwardFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ForwardFilled_1);
8130
8131 var ForwardFilled = function ForwardFilled(props, ref) {
8132 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8133 ref: ref,
8134 icon: ForwardFilledSvg
8135 }));
8136 };
8137
8138 ForwardFilled.displayName = 'ForwardFilled';
8139 var ForwardFilled$1 = /*#__PURE__*/React.forwardRef(ForwardFilled);
8140
8141 var ForwardOutlined_1 = createCommonjsModule(function (module, exports) {
8142 // This icon file is generated automatically.
8143 Object.defineProperty(exports, "__esModule", { value: true });
8144 var ForwardOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M825.8 498L538.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L825.8 526c8.3-7.2 8.3-20.8 0-28zm-320 0L218.4 249.9c-10.7-9.2-26.4-.9-26.4 14v496.3c0 14.9 15.7 23.2 26.4 14L505.8 526c4.1-3.6 6.2-8.8 6.2-14 0-5.2-2.1-10.4-6.2-14z" } }] }, "name": "forward", "theme": "outlined" };
8145 exports.default = ForwardOutlined;
8146 });
8147
8148 var ForwardOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ForwardOutlined_1);
8149
8150 var ForwardOutlined = function ForwardOutlined(props, ref) {
8151 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8152 ref: ref,
8153 icon: ForwardOutlinedSvg
8154 }));
8155 };
8156
8157 ForwardOutlined.displayName = 'ForwardOutlined';
8158 var ForwardOutlined$1 = /*#__PURE__*/React.forwardRef(ForwardOutlined);
8159
8160 var FrownFilled_1 = createCommonjsModule(function (module, exports) {
8161 // This icon file is generated automatically.
8162 Object.defineProperty(exports, "__esModule", { value: true });
8163 var FrownFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0196 0 48.01 48.01 0 01-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 01-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 01-8 8.4zm24-224a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "frown", "theme": "filled" };
8164 exports.default = FrownFilled;
8165 });
8166
8167 var FrownFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FrownFilled_1);
8168
8169 var FrownFilled = function FrownFilled(props, ref) {
8170 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8171 ref: ref,
8172 icon: FrownFilledSvg
8173 }));
8174 };
8175
8176 FrownFilled.displayName = 'FrownFilled';
8177 var FrownFilled$1 = /*#__PURE__*/React.forwardRef(FrownFilled);
8178
8179 var FrownOutlined_1 = createCommonjsModule(function (module, exports) {
8180 // This icon file is generated automatically.
8181 Object.defineProperty(exports, "__esModule", { value: true });
8182 var FrownOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M288 421a48 48 0 1096 0 48 48 0 10-96 0zm352 0a48 48 0 1096 0 48 48 0 10-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 01248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 01249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 01775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 01775 775zM512 533c-85.5 0-155.6 67.3-160 151.6a8 8 0 008 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4C420 636.1 461.5 597 512 597s92.1 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 008-8.4C667.6 600.3 597.5 533 512 533z" } }] }, "name": "frown", "theme": "outlined" };
8183 exports.default = FrownOutlined;
8184 });
8185
8186 var FrownOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FrownOutlined_1);
8187
8188 var FrownOutlined = function FrownOutlined(props, ref) {
8189 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8190 ref: ref,
8191 icon: FrownOutlinedSvg
8192 }));
8193 };
8194
8195 FrownOutlined.displayName = 'FrownOutlined';
8196 var FrownOutlined$1 = /*#__PURE__*/React.forwardRef(FrownOutlined);
8197
8198 var FrownTwoTone_1 = createCommonjsModule(function (module, exports) {
8199 // This icon file is generated automatically.
8200 Object.defineProperty(exports, "__esModule", { value: true });
8201 var FrownTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0196 0 48.01 48.01 0 01-96 0zm376 272h-48.1c-4.2 0-7.8-3.2-8.1-7.4C604 636.1 562.5 597 512 597s-92.1 39.1-95.8 88.6c-.3 4.2-3.9 7.4-8.1 7.4H360a8 8 0 01-8-8.4c4.4-84.3 74.5-151.6 160-151.6s155.6 67.3 160 151.6a8 8 0 01-8 8.4zm24-224a48.01 48.01 0 010-96 48.01 48.01 0 010 96z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M288 421a48 48 0 1096 0 48 48 0 10-96 0zm224 112c-85.5 0-155.6 67.3-160 151.6a8 8 0 008 8.4h48.1c4.2 0 7.8-3.2 8.1-7.4 3.7-49.5 45.3-88.6 95.8-88.6s92 39.1 95.8 88.6c.3 4.2 3.9 7.4 8.1 7.4H664a8 8 0 008-8.4C667.6 600.3 597.5 533 512 533zm128-112a48 48 0 1096 0 48 48 0 10-96 0z", "fill": primaryColor } }] }; }, "name": "frown", "theme": "twotone" };
8202 exports.default = FrownTwoTone;
8203 });
8204
8205 var FrownTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FrownTwoTone_1);
8206
8207 var FrownTwoTone = function FrownTwoTone(props, ref) {
8208 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8209 ref: ref,
8210 icon: FrownTwoToneSvg
8211 }));
8212 };
8213
8214 FrownTwoTone.displayName = 'FrownTwoTone';
8215 var FrownTwoTone$1 = /*#__PURE__*/React.forwardRef(FrownTwoTone);
8216
8217 var FullscreenExitOutlined_1 = createCommonjsModule(function (module, exports) {
8218 // This icon file is generated automatically.
8219 Object.defineProperty(exports, "__esModule", { value: true });
8220 var FullscreenExitOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M391 240.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L200 146.3a8.03 8.03 0 00-11.3 0l-42.4 42.3a8.03 8.03 0 000 11.3L280 333.6l-43.9 43.9a8.01 8.01 0 004.7 13.6L401 410c5.1.6 9.5-3.7 8.9-8.9L391 240.9zm10.1 373.2L240.8 633c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L146.3 824a8.03 8.03 0 000 11.3l42.4 42.3c3.1 3.1 8.2 3.1 11.3 0L333.7 744l43.7 43.7A8.01 8.01 0 00391 783l18.9-160.1c.6-5.1-3.7-9.4-8.8-8.8zm221.8-204.2L783.2 391c6.6-.8 9.4-8.9 4.7-13.6L744 333.6 877.7 200c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.3a8.03 8.03 0 00-11.3 0L690.3 279.9l-43.7-43.7a8.01 8.01 0 00-13.6 4.7L614.1 401c-.6 5.2 3.7 9.5 8.8 8.9zM744 690.4l43.9-43.9a8.01 8.01 0 00-4.7-13.6L623 614c-5.1-.6-9.5 3.7-8.9 8.9L633 783.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L824 877.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L744 690.4z" } }] }, "name": "fullscreen-exit", "theme": "outlined" };
8221 exports.default = FullscreenExitOutlined;
8222 });
8223
8224 var FullscreenExitOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FullscreenExitOutlined_1);
8225
8226 var FullscreenExitOutlined = function FullscreenExitOutlined(props, ref) {
8227 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8228 ref: ref,
8229 icon: FullscreenExitOutlinedSvg
8230 }));
8231 };
8232
8233 FullscreenExitOutlined.displayName = 'FullscreenExitOutlined';
8234 var FullscreenExitOutlined$1 = /*#__PURE__*/React.forwardRef(FullscreenExitOutlined);
8235
8236 var FullscreenOutlined_1 = createCommonjsModule(function (module, exports) {
8237 // This icon file is generated automatically.
8238 Object.defineProperty(exports, "__esModule", { value: true });
8239 var FullscreenOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M290 236.4l43.9-43.9a8.01 8.01 0 00-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6 43.7 43.7a8.01 8.01 0 0013.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 000 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 00-11.3 0l-42.4 42.3a8.03 8.03 0 000 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 004.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 00-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 00-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6 423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z" } }] }, "name": "fullscreen", "theme": "outlined" };
8240 exports.default = FullscreenOutlined;
8241 });
8242
8243 var FullscreenOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FullscreenOutlined_1);
8244
8245 var FullscreenOutlined = function FullscreenOutlined(props, ref) {
8246 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8247 ref: ref,
8248 icon: FullscreenOutlinedSvg
8249 }));
8250 };
8251
8252 FullscreenOutlined.displayName = 'FullscreenOutlined';
8253 var FullscreenOutlined$1 = /*#__PURE__*/React.forwardRef(FullscreenOutlined);
8254
8255 var FunctionOutlined_1 = createCommonjsModule(function (module, exports) {
8256 // This icon file is generated automatically.
8257 Object.defineProperty(exports, "__esModule", { value: true });
8258 var FunctionOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M841 370c3-3.3 2.7-8.3-.6-11.3a8.24 8.24 0 00-5.3-2.1h-72.6c-2.4 0-4.6 1-6.1 2.8L633.5 504.6a7.96 7.96 0 01-13.4-1.9l-63.5-141.3a7.9 7.9 0 00-7.3-4.7H380.7l.9-4.7 8-42.3c10.5-55.4 38-81.4 85.8-81.4 18.6 0 35.5 1.7 48.8 4.7l14.1-66.8c-22.6-4.7-35.2-6.1-54.9-6.1-103.3 0-156.4 44.3-175.9 147.3l-9.4 49.4h-97.6c-3.8 0-7.1 2.7-7.8 6.4L181.9 415a8.07 8.07 0 007.8 9.7H284l-89 429.9a8.07 8.07 0 007.8 9.7H269c3.8 0 7.1-2.7 7.8-6.4l89.7-433.1h135.8l68.2 139.1c1.4 2.9 1 6.4-1.2 8.8l-180.6 203c-2.9 3.3-2.6 8.4.7 11.3 1.5 1.3 3.4 2 5.3 2h72.7c2.4 0 4.6-1 6.1-2.8l123.7-146.7c2.8-3.4 7.9-3.8 11.3-1 .9.8 1.6 1.7 2.1 2.8L676.4 784c1.3 2.8 4.1 4.7 7.3 4.7h64.6a8.02 8.02 0 007.2-11.5l-95.2-198.9c-1.4-2.9-.9-6.4 1.3-8.8L841 370z" } }] }, "name": "function", "theme": "outlined" };
8259 exports.default = FunctionOutlined;
8260 });
8261
8262 var FunctionOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FunctionOutlined_1);
8263
8264 var FunctionOutlined = function FunctionOutlined(props, ref) {
8265 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8266 ref: ref,
8267 icon: FunctionOutlinedSvg
8268 }));
8269 };
8270
8271 FunctionOutlined.displayName = 'FunctionOutlined';
8272 var FunctionOutlined$1 = /*#__PURE__*/React.forwardRef(FunctionOutlined);
8273
8274 var FundFilled_1 = createCommonjsModule(function (module, exports) {
8275 // This icon file is generated automatically.
8276 Object.defineProperty(exports, "__esModule", { value: true });
8277 var FundFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-92.3 194.4l-297 297.2a8.03 8.03 0 01-11.3 0L410.9 541.1 238.4 713.7a8.03 8.03 0 01-11.3 0l-36.8-36.8a8.03 8.03 0 010-11.3l214.9-215c3.1-3.1 8.2-3.1 11.3 0L531 565l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.2 3 3.2 8.1.1 11.2z" } }] }, "name": "fund", "theme": "filled" };
8278 exports.default = FundFilled;
8279 });
8280
8281 var FundFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FundFilled_1);
8282
8283 var FundFilled = function FundFilled(props, ref) {
8284 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8285 ref: ref,
8286 icon: FundFilledSvg
8287 }));
8288 };
8289
8290 FundFilled.displayName = 'FundFilled';
8291 var FundFilled$1 = /*#__PURE__*/React.forwardRef(FundFilled);
8292
8293 var FundOutlined_1 = createCommonjsModule(function (module, exports) {
8294 // This icon file is generated automatically.
8295 Object.defineProperty(exports, "__esModule", { value: true });
8296 var FundOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M926 164H94c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V196c0-17.7-14.3-32-32-32zm-40 632H134V236h752v560zm-658.9-82.3c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 00-11.3 0L531 565 416.6 450.5a8.03 8.03 0 00-11.3 0l-214.9 215a8.03 8.03 0 000 11.3l36.7 36.9z" } }] }, "name": "fund", "theme": "outlined" };
8297 exports.default = FundOutlined;
8298 });
8299
8300 var FundOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FundOutlined_1);
8301
8302 var FundOutlined = function FundOutlined(props, ref) {
8303 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8304 ref: ref,
8305 icon: FundOutlinedSvg
8306 }));
8307 };
8308
8309 FundOutlined.displayName = 'FundOutlined';
8310 var FundOutlined$1 = /*#__PURE__*/React.forwardRef(FundOutlined);
8311
8312 var FundProjectionScreenOutlined_1 = createCommonjsModule(function (module, exports) {
8313 // This icon file is generated automatically.
8314 Object.defineProperty(exports, "__esModule", { value: true });
8315 var FundProjectionScreenOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M312.1 591.5c3.1 3.1 8.2 3.1 11.3 0l101.8-101.8 86.1 86.2c3.1 3.1 8.2 3.1 11.3 0l226.3-226.5c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 00-11.3 0L517 485.3l-86.1-86.2a8.03 8.03 0 00-11.3 0L275.3 543.4a8.03 8.03 0 000 11.3l36.8 36.8z" } }, { "tag": "path", "attrs": { "d": "M904 160H548V96c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H120c-17.7 0-32 14.3-32 32v520c0 17.7 14.3 32 32 32h356.4v32L311.6 884.1a7.92 7.92 0 00-2.3 11l30.3 47.2v.1c2.4 3.7 7.4 4.7 11.1 2.3L512 838.9l161.3 105.8c3.7 2.4 8.7 1.4 11.1-2.3v-.1l30.3-47.2a8 8 0 00-2.3-11L548 776.3V744h356c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 512H160V232h704v440z" } }] }, "name": "fund-projection-screen", "theme": "outlined" };
8316 exports.default = FundProjectionScreenOutlined;
8317 });
8318
8319 var FundProjectionScreenOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FundProjectionScreenOutlined_1);
8320
8321 var FundProjectionScreenOutlined = function FundProjectionScreenOutlined(props, ref) {
8322 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8323 ref: ref,
8324 icon: FundProjectionScreenOutlinedSvg
8325 }));
8326 };
8327
8328 FundProjectionScreenOutlined.displayName = 'FundProjectionScreenOutlined';
8329 var FundProjectionScreenOutlined$1 = /*#__PURE__*/React.forwardRef(FundProjectionScreenOutlined);
8330
8331 var FundTwoTone_1 = createCommonjsModule(function (module, exports) {
8332 // This icon file is generated automatically.
8333 Object.defineProperty(exports, "__esModule", { value: true });
8334 var FundTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M136 792h752V232H136v560zm56.4-130.5l214.9-215c3.1-3.1 8.2-3.1 11.3 0L533 561l254.5-254.6c3.1-3.1 8.2-3.1 11.3 0l36.8 36.8c3.1 3.1 3.1 8.2 0 11.3l-297 297.2a8.03 8.03 0 01-11.3 0L412.9 537.2 240.4 709.7a8.03 8.03 0 01-11.3 0l-36.7-36.9a8.03 8.03 0 010-11.3z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M229.1 709.7c3.1 3.1 8.2 3.1 11.3 0l172.5-172.5 114.4 114.5c3.1 3.1 8.2 3.1 11.3 0l297-297.2c3.1-3.1 3.1-8.2 0-11.3l-36.8-36.8a8.03 8.03 0 00-11.3 0L533 561 418.6 446.5a8.03 8.03 0 00-11.3 0l-214.9 215a8.03 8.03 0 000 11.3l36.7 36.9z", "fill": primaryColor } }] }; }, "name": "fund", "theme": "twotone" };
8335 exports.default = FundTwoTone;
8336 });
8337
8338 var FundTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FundTwoTone_1);
8339
8340 var FundTwoTone = function FundTwoTone(props, ref) {
8341 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8342 ref: ref,
8343 icon: FundTwoToneSvg
8344 }));
8345 };
8346
8347 FundTwoTone.displayName = 'FundTwoTone';
8348 var FundTwoTone$1 = /*#__PURE__*/React.forwardRef(FundTwoTone);
8349
8350 var FundViewOutlined_1 = createCommonjsModule(function (module, exports) {
8351 // This icon file is generated automatically.
8352 Object.defineProperty(exports, "__esModule", { value: true });
8353 var FundViewOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M956 686.5l-.1-.1-.1-.1C911.7 593 843.4 545 752.5 545s-159.2 48.1-203.4 141.3v.1a42.92 42.92 0 000 36.4C593.3 816 661.6 864 752.5 864s159.2-48.1 203.4-141.3c5.4-11.5 5.4-24.8.1-36.2zM752.5 800c-62.1 0-107.4-30-141.1-95.5C645 639 690.4 609 752.5 609c62.1 0 107.4 30 141.1 95.5C860 770 814.6 800 752.5 800z" } }, { "tag": "path", "attrs": { "d": "M697 705a56 56 0 10112 0 56 56 0 10-112 0zM136 232h704v253h72V192c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v520c0 17.7 14.3 32 32 32h352v-72H136V232z" } }, { "tag": "path", "attrs": { "d": "M724.9 338.1l-36.8-36.8a8.03 8.03 0 00-11.3 0L493 485.3l-86.1-86.2a8.03 8.03 0 00-11.3 0L251.3 543.4a8.03 8.03 0 000 11.3l36.8 36.8c3.1 3.1 8.2 3.1 11.3 0l101.8-101.8 86.1 86.2c3.1 3.1 8.2 3.1 11.3 0l226.3-226.5c3.2-3.1 3.2-8.2 0-11.3z" } }] }, "name": "fund-view", "theme": "outlined" };
8354 exports.default = FundViewOutlined;
8355 });
8356
8357 var FundViewOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FundViewOutlined_1);
8358
8359 var FundViewOutlined = function FundViewOutlined(props, ref) {
8360 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8361 ref: ref,
8362 icon: FundViewOutlinedSvg
8363 }));
8364 };
8365
8366 FundViewOutlined.displayName = 'FundViewOutlined';
8367 var FundViewOutlined$1 = /*#__PURE__*/React.forwardRef(FundViewOutlined);
8368
8369 var FunnelPlotFilled_1 = createCommonjsModule(function (module, exports) {
8370 // This icon file is generated automatically.
8371 Object.defineProperty(exports, "__esModule", { value: true });
8372 var FunnelPlotFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M336.7 586h350.6l84.9-148H251.8zm543.4-432H143.9c-24.5 0-39.8 26.7-27.5 48L215 374h594l98.7-172c12.2-21.3-3.1-48-27.6-48zM349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V650H349v188z" } }] }, "name": "funnel-plot", "theme": "filled" };
8373 exports.default = FunnelPlotFilled;
8374 });
8375
8376 var FunnelPlotFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(FunnelPlotFilled_1);
8377
8378 var FunnelPlotFilled = function FunnelPlotFilled(props, ref) {
8379 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8380 ref: ref,
8381 icon: FunnelPlotFilledSvg
8382 }));
8383 };
8384
8385 FunnelPlotFilled.displayName = 'FunnelPlotFilled';
8386 var FunnelPlotFilled$1 = /*#__PURE__*/React.forwardRef(FunnelPlotFilled);
8387
8388 var FunnelPlotOutlined_1 = createCommonjsModule(function (module, exports) {
8389 // This icon file is generated automatically.
8390 Object.defineProperty(exports, "__esModule", { value: true });
8391 var FunnelPlotOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V650h182.9v148zm9.6-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z" } }] }, "name": "funnel-plot", "theme": "outlined" };
8392 exports.default = FunnelPlotOutlined;
8393 });
8394
8395 var FunnelPlotOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(FunnelPlotOutlined_1);
8396
8397 var FunnelPlotOutlined = function FunnelPlotOutlined(props, ref) {
8398 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8399 ref: ref,
8400 icon: FunnelPlotOutlinedSvg
8401 }));
8402 };
8403
8404 FunnelPlotOutlined.displayName = 'FunnelPlotOutlined';
8405 var FunnelPlotOutlined$1 = /*#__PURE__*/React.forwardRef(FunnelPlotOutlined);
8406
8407 var FunnelPlotTwoTone_1 = createCommonjsModule(function (module, exports) {
8408 // This icon file is generated automatically.
8409 Object.defineProperty(exports, "__esModule", { value: true });
8410 var FunnelPlotTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M420.6 798h182.9V650H420.6zM297.7 374h428.6l85-148H212.7zm113.2 197.4l8.4 14.6h185.3l8.4-14.6L689.6 438H334.4z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 607.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V607.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.5 798H420.6V650h182.9v148zm9.5-226.6l-8.4 14.6H419.3l-8.4-14.6L334.4 438h355.2L613 571.4zM726.3 374H297.7l-85-148h598.6l-85 148z", "fill": primaryColor } }] }; }, "name": "funnel-plot", "theme": "twotone" };
8411 exports.default = FunnelPlotTwoTone;
8412 });
8413
8414 var FunnelPlotTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(FunnelPlotTwoTone_1);
8415
8416 var FunnelPlotTwoTone = function FunnelPlotTwoTone(props, ref) {
8417 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8418 ref: ref,
8419 icon: FunnelPlotTwoToneSvg
8420 }));
8421 };
8422
8423 FunnelPlotTwoTone.displayName = 'FunnelPlotTwoTone';
8424 var FunnelPlotTwoTone$1 = /*#__PURE__*/React.forwardRef(FunnelPlotTwoTone);
8425
8426 var GatewayOutlined_1 = createCommonjsModule(function (module, exports) {
8427 // This icon file is generated automatically.
8428 Object.defineProperty(exports, "__esModule", { value: true });
8429 var GatewayOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 392c8.8 0 16-7.2 16-16V192c0-8.8-7.2-16-16-16H744c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h56v240H96c-8.8 0-16 7.2-16 16v184c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h184c8.8 0 16-7.2 16-16V648c0-8.8-7.2-16-16-16h-56V392h56zM792 240h88v88h-88v-88zm-648 88v-88h88v88h-88zm88 456h-88v-88h88v88zm648-88v88h-88v-88h88zm-80-64h-56c-8.8 0-16 7.2-16 16v56H296v-56c0-8.8-7.2-16-16-16h-56V392h56c8.8 0 16-7.2 16-16v-56h432v56c0 8.8 7.2 16 16 16h56v240z" } }] }, "name": "gateway", "theme": "outlined" };
8430 exports.default = GatewayOutlined;
8431 });
8432
8433 var GatewayOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(GatewayOutlined_1);
8434
8435 var GatewayOutlined = function GatewayOutlined(props, ref) {
8436 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8437 ref: ref,
8438 icon: GatewayOutlinedSvg
8439 }));
8440 };
8441
8442 GatewayOutlined.displayName = 'GatewayOutlined';
8443 var GatewayOutlined$1 = /*#__PURE__*/React.forwardRef(GatewayOutlined);
8444
8445 var GifOutlined_1 = createCommonjsModule(function (module, exports) {
8446 // This icon file is generated automatically.
8447 Object.defineProperty(exports, "__esModule", { value: true });
8448 var GifOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M944 299H692c-4.4 0-8 3.6-8 8v406c0 4.4 3.6 8 8 8h59.2c4.4 0 8-3.6 8-8V549.9h168.2c4.4 0 8-3.6 8-8V495c0-4.4-3.6-8-8-8H759.2V364.2H944c4.4 0 8-3.6 8-8V307c0-4.4-3.6-8-8-8zm-356 1h-56c-4.4 0-8 3.6-8 8v406c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V308c0-4.4-3.6-8-8-8zM452 500.9H290.5c-4.4 0-8 3.6-8 8v43.7c0 4.4 3.6 8 8 8h94.9l-.3 8.9c-1.2 58.8-45.6 98.5-110.9 98.5-76.2 0-123.9-59.7-123.9-156.7 0-95.8 46.8-155.2 121.5-155.2 54.8 0 93.1 26.9 108.5 75.4h76.2c-13.6-87.2-86-143.4-184.7-143.4C150 288 72 375.2 72 511.9 72 650.2 149.1 736 273 736c114.1 0 187-70.7 187-181.6v-45.5c0-4.4-3.6-8-8-8z" } }] }, "name": "gif", "theme": "outlined" };
8449 exports.default = GifOutlined;
8450 });
8451
8452 var GifOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(GifOutlined_1);
8453
8454 var GifOutlined = function GifOutlined(props, ref) {
8455 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8456 ref: ref,
8457 icon: GifOutlinedSvg
8458 }));
8459 };
8460
8461 GifOutlined.displayName = 'GifOutlined';
8462 var GifOutlined$1 = /*#__PURE__*/React.forwardRef(GifOutlined);
8463
8464 var GiftFilled_1 = createCommonjsModule(function (module, exports) {
8465 // This icon file is generated automatically.
8466 Object.defineProperty(exports, "__esModule", { value: true });
8467 var GiftFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M160 894c0 17.7 14.3 32 32 32h286V550H160v344zm386 32h286c17.7 0 32-14.3 32-32V550H546v376zm334-616H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v140h366V310h68v172h366V342c0-17.7-14.3-32-32-32zm-402-4h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm138 0h-70v-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70z" } }] }, "name": "gift", "theme": "filled" };
8468 exports.default = GiftFilled;
8469 });
8470
8471 var GiftFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(GiftFilled_1);
8472
8473 var GiftFilled = function GiftFilled(props, ref) {
8474 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8475 ref: ref,
8476 icon: GiftFilledSvg
8477 }));
8478 };
8479
8480 GiftFilled.displayName = 'GiftFilled';
8481 var GiftFilled$1 = /*#__PURE__*/React.forwardRef(GiftFilled);
8482
8483 var GiftOutlined_1 = createCommonjsModule(function (module, exports) {
8484 // This icon file is generated automatically.
8485 Object.defineProperty(exports, "__esModule", { value: true });
8486 var GiftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zm-334-74c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm-138-70c38.6 0 70 31.4 70 70v70h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70zM180 482V378h298v104H180zm48 68h250v308H228V550zm568 308H546V550h250v308zm48-376H546V378h298v104z" } }] }, "name": "gift", "theme": "outlined" };
8487 exports.default = GiftOutlined;
8488 });
8489
8490 var GiftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(GiftOutlined_1);
8491
8492 var GiftOutlined = function GiftOutlined(props, ref) {
8493 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8494 ref: ref,
8495 icon: GiftOutlinedSvg
8496 }));
8497 };
8498
8499 GiftOutlined.displayName = 'GiftOutlined';
8500 var GiftOutlined$1 = /*#__PURE__*/React.forwardRef(GiftOutlined);
8501
8502 var GiftTwoTone_1 = createCommonjsModule(function (module, exports) {
8503 // This icon file is generated automatically.
8504 Object.defineProperty(exports, "__esModule", { value: true });
8505 var GiftTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M546 378h298v104H546zM228 550h250v308H228zm-48-172h298v104H180zm366 172h250v308H546z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M880 310H732.4c13.6-21.4 21.6-46.8 21.6-74 0-76.1-61.9-138-138-138-41.4 0-78.7 18.4-104 47.4-25.3-29-62.6-47.4-104-47.4-76.1 0-138 61.9-138 138 0 27.2 7.9 52.6 21.6 74H144c-17.7 0-32 14.3-32 32v200c0 4.4 3.6 8 8 8h40v344c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V550h40c4.4 0 8-3.6 8-8V342c0-17.7-14.3-32-32-32zM478 858H228V550h250v308zm0-376H180V378h298v104zm0-176h-70c-38.6 0-70-31.4-70-70s31.4-70 70-70 70 31.4 70 70v70zm68-70c0-38.6 31.4-70 70-70s70 31.4 70 70-31.4 70-70 70h-70v-70zm250 622H546V550h250v308zm48-376H546V378h298v104z", "fill": primaryColor } }] }; }, "name": "gift", "theme": "twotone" };
8506 exports.default = GiftTwoTone;
8507 });
8508
8509 var GiftTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(GiftTwoTone_1);
8510
8511 var GiftTwoTone = function GiftTwoTone(props, ref) {
8512 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8513 ref: ref,
8514 icon: GiftTwoToneSvg
8515 }));
8516 };
8517
8518 GiftTwoTone.displayName = 'GiftTwoTone';
8519 var GiftTwoTone$1 = /*#__PURE__*/React.forwardRef(GiftTwoTone);
8520
8521 var GithubFilled_1 = createCommonjsModule(function (module, exports) {
8522 // This icon file is generated automatically.
8523 Object.defineProperty(exports, "__esModule", { value: true });
8524 var GithubFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0138.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z" } }] }, "name": "github", "theme": "filled" };
8525 exports.default = GithubFilled;
8526 });
8527
8528 var GithubFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(GithubFilled_1);
8529
8530 var GithubFilled = function GithubFilled(props, ref) {
8531 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8532 ref: ref,
8533 icon: GithubFilledSvg
8534 }));
8535 };
8536
8537 GithubFilled.displayName = 'GithubFilled';
8538 var GithubFilled$1 = /*#__PURE__*/React.forwardRef(GithubFilled);
8539
8540 var GithubOutlined_1 = createCommonjsModule(function (module, exports) {
8541 // This icon file is generated automatically.
8542 Object.defineProperty(exports, "__esModule", { value: true });
8543 var GithubOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M511.6 76.3C264.3 76.2 64 276.4 64 523.5 64 718.9 189.3 885 363.8 946c23.5 5.9 19.9-10.8 19.9-22.2v-77.5c-135.7 15.9-141.2-73.9-150.3-88.9C215 726 171.5 718 184.5 703c30.9-15.9 62.4 4 98.9 57.9 26.4 39.1 77.9 32.5 104 26 5.7-23.5 17.9-44.5 34.7-60.8-140.6-25.2-199.2-111-199.2-213 0-49.5 16.3-95 48.3-131.7-20.4-60.5 1.9-112.3 4.9-120 58.1-5.2 118.5 41.6 123.2 45.3 33-8.9 70.7-13.6 112.9-13.6 42.4 0 80.2 4.9 113.5 13.9 11.3-8.6 67.3-48.8 121.3-43.9 2.9 7.7 24.7 58.3 5.5 118 32.4 36.8 48.9 82.7 48.9 132.3 0 102.2-59 188.1-200 212.9a127.5 127.5 0 0138.1 91v112.5c.8 9 0 17.9 15 17.9 177.1-59.7 304.6-227 304.6-424.1 0-247.2-200.4-447.3-447.5-447.3z" } }] }, "name": "github", "theme": "outlined" };
8544 exports.default = GithubOutlined;
8545 });
8546
8547 var GithubOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(GithubOutlined_1);
8548
8549 var GithubOutlined = function GithubOutlined(props, ref) {
8550 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8551 ref: ref,
8552 icon: GithubOutlinedSvg
8553 }));
8554 };
8555
8556 GithubOutlined.displayName = 'GithubOutlined';
8557 var GithubOutlined$1 = /*#__PURE__*/React.forwardRef(GithubOutlined);
8558
8559 var GitlabFilled_1 = createCommonjsModule(function (module, exports) {
8560 // This icon file is generated automatically.
8561 Object.defineProperty(exports, "__esModule", { value: true });
8562 var GitlabFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M910.5 553.2l-109-370.8c-6.8-20.4-23.1-34.1-44.9-34.1s-39.5 12.3-46.3 32.7l-72.2 215.4H386.2L314 181.1c-6.8-20.4-24.5-32.7-46.3-32.7s-39.5 13.6-44.9 34.1L113.9 553.2c-4.1 13.6 1.4 28.6 12.3 36.8l385.4 289 386.7-289c10.8-8.1 16.3-23.1 12.2-36.8z" } }] }, "name": "gitlab", "theme": "filled" };
8563 exports.default = GitlabFilled;
8564 });
8565
8566 var GitlabFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(GitlabFilled_1);
8567
8568 var GitlabFilled = function GitlabFilled(props, ref) {
8569 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8570 ref: ref,
8571 icon: GitlabFilledSvg
8572 }));
8573 };
8574
8575 GitlabFilled.displayName = 'GitlabFilled';
8576 var GitlabFilled$1 = /*#__PURE__*/React.forwardRef(GitlabFilled);
8577
8578 var GitlabOutlined_1 = createCommonjsModule(function (module, exports) {
8579 // This icon file is generated automatically.
8580 Object.defineProperty(exports, "__esModule", { value: true });
8581 var GitlabOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M913.9 552.2L805 181.4v-.1c-7.6-22.9-25.7-36.5-48.3-36.5-23.4 0-42.5 13.5-49.7 35.2l-71.4 213H388.8l-71.4-213c-7.2-21.7-26.3-35.2-49.7-35.2-23.1 0-42.5 14.8-48.4 36.6L110.5 552.2c-4.4 14.7 1.2 31.4 13.5 40.7l368.5 276.4c2.6 3.6 6.2 6.3 10.4 7.8l8.6 6.4 8.5-6.4c4.9-1.7 9-4.7 11.9-8.9l368.4-275.4c12.4-9.2 18-25.9 13.6-40.6zM751.7 193.4c1-1.8 2.9-1.9 3.5-1.9 1.1 0 2.5.3 3.4 3L818 394.3H684.5l67.2-200.9zm-487.4 1c.9-2.6 2.3-2.9 3.4-2.9 2.7 0 2.9.1 3.4 1.7l67.3 201.2H206.5l57.8-200zM158.8 558.7l28.2-97.3 202.4 270.2-230.6-172.9zm73.9-116.4h122.1l90.8 284.3-212.9-284.3zM512.9 776L405.7 442.3H620L512.9 776zm157.9-333.7h119.5L580 723.1l90.8-280.8zm-40.7 293.9l207.3-276.7 29.5 99.2-236.8 177.5z" } }] }, "name": "gitlab", "theme": "outlined" };
8582 exports.default = GitlabOutlined;
8583 });
8584
8585 var GitlabOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(GitlabOutlined_1);
8586
8587 var GitlabOutlined = function GitlabOutlined(props, ref) {
8588 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8589 ref: ref,
8590 icon: GitlabOutlinedSvg
8591 }));
8592 };
8593
8594 GitlabOutlined.displayName = 'GitlabOutlined';
8595 var GitlabOutlined$1 = /*#__PURE__*/React.forwardRef(GitlabOutlined);
8596
8597 var GlobalOutlined_1 = createCommonjsModule(function (module, exports) {
8598 // This icon file is generated automatically.
8599 Object.defineProperty(exports, "__esModule", { value: true });
8600 var GlobalOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.4 800.9c.2-.3.5-.6.7-.9C920.6 722.1 960 621.7 960 512s-39.4-210.1-104.8-288c-.2-.3-.5-.5-.7-.8-1.1-1.3-2.1-2.5-3.2-3.7-.4-.5-.8-.9-1.2-1.4l-4.1-4.7-.1-.1c-1.5-1.7-3.1-3.4-4.6-5.1l-.1-.1c-3.2-3.4-6.4-6.8-9.7-10.1l-.1-.1-4.8-4.8-.3-.3c-1.5-1.5-3-2.9-4.5-4.3-.5-.5-1-1-1.6-1.5-1-1-2-1.9-3-2.8-.3-.3-.7-.6-1-1C736.4 109.2 629.5 64 512 64s-224.4 45.2-304.3 119.2c-.3.3-.7.6-1 1-1 .9-2 1.9-3 2.9-.5.5-1 1-1.6 1.5-1.5 1.4-3 2.9-4.5 4.3l-.3.3-4.8 4.8-.1.1c-3.3 3.3-6.5 6.7-9.7 10.1l-.1.1c-1.6 1.7-3.1 3.4-4.6 5.1l-.1.1c-1.4 1.5-2.8 3.1-4.1 4.7-.4.5-.8.9-1.2 1.4-1.1 1.2-2.1 2.5-3.2 3.7-.2.3-.5.5-.7.8C103.4 301.9 64 402.3 64 512s39.4 210.1 104.8 288c.2.3.5.6.7.9l3.1 3.7c.4.5.8.9 1.2 1.4l4.1 4.7c0 .1.1.1.1.2 1.5 1.7 3 3.4 4.6 5l.1.1c3.2 3.4 6.4 6.8 9.6 10.1l.1.1c1.6 1.6 3.1 3.2 4.7 4.7l.3.3c3.3 3.3 6.7 6.5 10.1 9.6 80.1 74 187 119.2 304.5 119.2s224.4-45.2 304.3-119.2a300 300 0 0010-9.6l.3-.3c1.6-1.6 3.2-3.1 4.7-4.7l.1-.1c3.3-3.3 6.5-6.7 9.6-10.1l.1-.1c1.5-1.7 3.1-3.3 4.6-5 0-.1.1-.1.1-.2 1.4-1.5 2.8-3.1 4.1-4.7.4-.5.8-.9 1.2-1.4a99 99 0 003.3-3.7zm4.1-142.6c-13.8 32.6-32 62.8-54.2 90.2a444.07 444.07 0 00-81.5-55.9c11.6-46.9 18.8-98.4 20.7-152.6H887c-3 40.9-12.6 80.6-28.5 118.3zM887 484H743.5c-1.9-54.2-9.1-105.7-20.7-152.6 29.3-15.6 56.6-34.4 81.5-55.9A373.86 373.86 0 01887 484zM658.3 165.5c39.7 16.8 75.8 40 107.6 69.2a394.72 394.72 0 01-59.4 41.8c-15.7-45-35.8-84.1-59.2-115.4 3.7 1.4 7.4 2.9 11 4.4zm-90.6 700.6c-9.2 7.2-18.4 12.7-27.7 16.4V697a389.1 389.1 0 01115.7 26.2c-8.3 24.6-17.9 47.3-29 67.8-17.4 32.4-37.8 58.3-59 75.1zm59-633.1c11 20.6 20.7 43.3 29 67.8A389.1 389.1 0 01540 327V141.6c9.2 3.7 18.5 9.1 27.7 16.4 21.2 16.7 41.6 42.6 59 75zM540 640.9V540h147.5c-1.6 44.2-7.1 87.1-16.3 127.8l-.3 1.2A445.02 445.02 0 00540 640.9zm0-156.9V383.1c45.8-2.8 89.8-12.5 130.9-28.1l.3 1.2c9.2 40.7 14.7 83.5 16.3 127.8H540zm-56 56v100.9c-45.8 2.8-89.8 12.5-130.9 28.1l-.3-1.2c-9.2-40.7-14.7-83.5-16.3-127.8H484zm-147.5-56c1.6-44.2 7.1-87.1 16.3-127.8l.3-1.2c41.1 15.6 85 25.3 130.9 28.1V484H336.5zM484 697v185.4c-9.2-3.7-18.5-9.1-27.7-16.4-21.2-16.7-41.7-42.7-59.1-75.1-11-20.6-20.7-43.3-29-67.8 37.2-14.6 75.9-23.3 115.8-26.1zm0-370a389.1 389.1 0 01-115.7-26.2c8.3-24.6 17.9-47.3 29-67.8 17.4-32.4 37.8-58.4 59.1-75.1 9.2-7.2 18.4-12.7 27.7-16.4V327zM365.7 165.5c3.7-1.5 7.3-3 11-4.4-23.4 31.3-43.5 70.4-59.2 115.4-21-12-40.9-26-59.4-41.8 31.8-29.2 67.9-52.4 107.6-69.2zM165.5 365.7c13.8-32.6 32-62.8 54.2-90.2 24.9 21.5 52.2 40.3 81.5 55.9-11.6 46.9-18.8 98.4-20.7 152.6H137c3-40.9 12.6-80.6 28.5-118.3zM137 540h143.5c1.9 54.2 9.1 105.7 20.7 152.6a444.07 444.07 0 00-81.5 55.9A373.86 373.86 0 01137 540zm228.7 318.5c-39.7-16.8-75.8-40-107.6-69.2 18.5-15.8 38.4-29.7 59.4-41.8 15.7 45 35.8 84.1 59.2 115.4-3.7-1.4-7.4-2.9-11-4.4zm292.6 0c-3.7 1.5-7.3 3-11 4.4 23.4-31.3 43.5-70.4 59.2-115.4 21 12 40.9 26 59.4 41.8a373.81 373.81 0 01-107.6 69.2z" } }] }, "name": "global", "theme": "outlined" };
8601 exports.default = GlobalOutlined;
8602 });
8603
8604 var GlobalOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(GlobalOutlined_1);
8605
8606 var GlobalOutlined = function GlobalOutlined(props, ref) {
8607 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8608 ref: ref,
8609 icon: GlobalOutlinedSvg
8610 }));
8611 };
8612
8613 GlobalOutlined.displayName = 'GlobalOutlined';
8614 var GlobalOutlined$1 = /*#__PURE__*/React.forwardRef(GlobalOutlined);
8615
8616 var GoldFilled_1 = createCommonjsModule(function (module, exports) {
8617 // This icon file is generated automatically.
8618 Object.defineProperty(exports, "__esModule", { value: true });
8619 var GoldFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M905.9 806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zm-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8z" } }] }, "name": "gold", "theme": "filled" };
8620 exports.default = GoldFilled;
8621 });
8622
8623 var GoldFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(GoldFilled_1);
8624
8625 var GoldFilled = function GoldFilled(props, ref) {
8626 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8627 ref: ref,
8628 icon: GoldFilledSvg
8629 }));
8630 };
8631
8632 GoldFilled.displayName = 'GoldFilled';
8633 var GoldFilled$1 = /*#__PURE__*/React.forwardRef(GoldFilled);
8634
8635 var GoldOutlined_1 = createCommonjsModule(function (module, exports) {
8636 // This icon file is generated automatically.
8637 Object.defineProperty(exports, "__esModule", { value: true });
8638 var GoldOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128zm2.5 282.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5z" } }] }, "name": "gold", "theme": "outlined" };
8639 exports.default = GoldOutlined;
8640 });
8641
8642 var GoldOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(GoldOutlined_1);
8643
8644 var GoldOutlined = function GoldOutlined(props, ref) {
8645 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8646 ref: ref,
8647 icon: GoldOutlinedSvg
8648 }));
8649 };
8650
8651 GoldOutlined.displayName = 'GoldOutlined';
8652 var GoldOutlined$1 = /*#__PURE__*/React.forwardRef(GoldOutlined);
8653
8654 var GoldTwoTone_1 = createCommonjsModule(function (module, exports) {
8655 // This icon file is generated automatically.
8656 Object.defineProperty(exports, "__esModule", { value: true });
8657 var GoldTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M435.7 558.7c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM196.5 748l20.7-128h159.5l20.7 128H196.5zm709.4 58.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zM626.5 748l20.7-128h159.5l20.7 128H626.5zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8zm91.2-196h159.5l20.7 128h-201l20.8-128z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M592.7 276H433.2l-20.8 128h201zM217.2 620l-20.7 128h200.9l-20.7-128zm430 0l-20.7 128h200.9l-20.7-128z", "fill": secondaryColor } }] }; }, "name": "gold", "theme": "twotone" };
8658 exports.default = GoldTwoTone;
8659 });
8660
8661 var GoldTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(GoldTwoTone_1);
8662
8663 var GoldTwoTone = function GoldTwoTone(props, ref) {
8664 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8665 ref: ref,
8666 icon: GoldTwoToneSvg
8667 }));
8668 };
8669
8670 GoldTwoTone.displayName = 'GoldTwoTone';
8671 var GoldTwoTone$1 = /*#__PURE__*/React.forwardRef(GoldTwoTone);
8672
8673 var GoldenFilled_1 = createCommonjsModule(function (module, exports) {
8674 // This icon file is generated automatically.
8675 Object.defineProperty(exports, "__esModule", { value: true });
8676 var GoldenFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M905.9 806.7l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H596.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.3-.7 7.3-4.8 6.6-9.2zm-470.2-248c-.6-3.9-4-6.7-7.9-6.7H166.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248zM342 472h342c.4 0 .9 0 1.3-.1 4.4-.7 7.3-4.8 6.6-9.2l-40.2-248c-.6-3.9-4-6.7-7.9-6.7H382.2c-3.9 0-7.3 2.8-7.9 6.7l-40.2 248c-.1.4-.1.9-.1 1.3 0 4.4 3.6 8 8 8z" } }] }, "name": "golden", "theme": "filled" };
8677 exports.default = GoldenFilled;
8678 });
8679
8680 var GoldenFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(GoldenFilled_1);
8681
8682 var GoldenFilled = function GoldenFilled(props, ref) {
8683 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8684 ref: ref,
8685 icon: GoldenFilledSvg
8686 }));
8687 };
8688
8689 GoldenFilled.displayName = 'GoldenFilled';
8690 var GoldenFilled$1 = /*#__PURE__*/React.forwardRef(GoldenFilled);
8691
8692 var GoogleCircleFilled_1 = createCommonjsModule(function (module, exports) {
8693 // This icon file is generated automatically.
8694 Object.defineProperty(exports, "__esModule", { value: true });
8695 var GoogleCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm167 633.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9C281.5 589 272 551.6 272 512s9.5-77 26.1-110.1c40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z" } }] }, "name": "google-circle", "theme": "filled" };
8696 exports.default = GoogleCircleFilled;
8697 });
8698
8699 var GoogleCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(GoogleCircleFilled_1);
8700
8701 var GoogleCircleFilled = function GoogleCircleFilled(props, ref) {
8702 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8703 ref: ref,
8704 icon: GoogleCircleFilledSvg
8705 }));
8706 };
8707
8708 GoogleCircleFilled.displayName = 'GoogleCircleFilled';
8709 var GoogleCircleFilled$1 = /*#__PURE__*/React.forwardRef(GoogleCircleFilled);
8710
8711 var GoogleOutlined_1 = createCommonjsModule(function (module, exports) {
8712 // This icon file is generated automatically.
8713 Object.defineProperty(exports, "__esModule", { value: true });
8714 var GoogleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M881 442.4H519.7v148.5h206.4c-8.9 48-35.9 88.6-76.6 115.8-34.4 23-78.3 36.6-129.9 36.6-99.9 0-184.4-67.5-214.6-158.2-7.6-23-12-47.6-12-72.9s4.4-49.9 12-72.9c30.3-90.6 114.8-158.1 214.7-158.1 56.3 0 106.8 19.4 146.6 57.4l110-110.1c-66.5-62-153.2-100-256.6-100-149.9 0-279.6 86-342.7 211.4-26 51.8-40.8 110.4-40.8 172.4S151 632.8 177 684.6C240.1 810 369.8 896 519.7 896c103.6 0 190.4-34.4 253.8-93 72.5-66.8 114.4-165.2 114.4-282.1 0-27.2-2.4-53.3-6.9-78.5z" } }] }, "name": "google", "theme": "outlined" };
8715 exports.default = GoogleOutlined;
8716 });
8717
8718 var GoogleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(GoogleOutlined_1);
8719
8720 var GoogleOutlined = function GoogleOutlined(props, ref) {
8721 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8722 ref: ref,
8723 icon: GoogleOutlinedSvg
8724 }));
8725 };
8726
8727 GoogleOutlined.displayName = 'GoogleOutlined';
8728 var GoogleOutlined$1 = /*#__PURE__*/React.forwardRef(GoogleOutlined);
8729
8730 var GooglePlusCircleFilled_1 = createCommonjsModule(function (module, exports) {
8731 // This icon file is generated automatically.
8732 Object.defineProperty(exports, "__esModule", { value: true });
8733 var GooglePlusCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm36.5 558.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z" } }] }, "name": "google-plus-circle", "theme": "filled" };
8734 exports.default = GooglePlusCircleFilled;
8735 });
8736
8737 var GooglePlusCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(GooglePlusCircleFilled_1);
8738
8739 var GooglePlusCircleFilled = function GooglePlusCircleFilled(props, ref) {
8740 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8741 ref: ref,
8742 icon: GooglePlusCircleFilledSvg
8743 }));
8744 };
8745
8746 GooglePlusCircleFilled.displayName = 'GooglePlusCircleFilled';
8747 var GooglePlusCircleFilled$1 = /*#__PURE__*/React.forwardRef(GooglePlusCircleFilled);
8748
8749 var GooglePlusOutlined_1 = createCommonjsModule(function (module, exports) {
8750 // This icon file is generated automatically.
8751 Object.defineProperty(exports, "__esModule", { value: true });
8752 var GooglePlusOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M879.5 470.4c-.3-27-.4-54.2-.5-81.3h-80.8c-.3 27-.5 54.1-.7 81.3-27.2.1-54.2.3-81.2.6v80.9c27 .3 54.2.5 81.2.8.3 27 .3 54.1.5 81.1h80.9c.1-27 .3-54.1.5-81.3 27.2-.3 54.2-.4 81.2-.7v-80.9c-26.9-.2-54.1-.2-81.1-.5zm-530 .4c-.1 32.3 0 64.7.1 97 54.2 1.8 108.5 1 162.7 1.8-23.9 120.3-187.4 159.3-273.9 80.7-89-68.9-84.8-220 7.7-284 64.7-51.6 156.6-38.9 221.3 5.8 25.4-23.5 49.2-48.7 72.1-74.7-53.8-42.9-119.8-73.5-190-70.3-146.6-4.9-281.3 123.5-283.7 270.2-9.4 119.9 69.4 237.4 180.6 279.8 110.8 42.7 252.9 13.6 323.7-86 46.7-62.9 56.8-143.9 51.3-220-90.7-.7-181.3-.6-271.9-.3z" } }] }, "name": "google-plus", "theme": "outlined" };
8753 exports.default = GooglePlusOutlined;
8754 });
8755
8756 var GooglePlusOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(GooglePlusOutlined_1);
8757
8758 var GooglePlusOutlined = function GooglePlusOutlined(props, ref) {
8759 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8760 ref: ref,
8761 icon: GooglePlusOutlinedSvg
8762 }));
8763 };
8764
8765 GooglePlusOutlined.displayName = 'GooglePlusOutlined';
8766 var GooglePlusOutlined$1 = /*#__PURE__*/React.forwardRef(GooglePlusOutlined);
8767
8768 var GooglePlusSquareFilled_1 = createCommonjsModule(function (module, exports) {
8769 // This icon file is generated automatically.
8770 Object.defineProperty(exports, "__esModule", { value: true });
8771 var GooglePlusSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM548.5 622.8c-43.9 61.8-132.1 79.8-200.9 53.3-69-26.3-118-99.2-112.1-173.5 1.5-90.9 85.2-170.6 176.1-167.5 43.6-2 84.6 16.9 118 43.6-14.3 16.2-29 31.8-44.8 46.3-40.1-27.7-97.2-35.6-137.3-3.6-57.4 39.7-60 133.4-4.8 176.1 53.7 48.7 155.2 24.5 170.1-50.1-33.6-.5-67.4 0-101-1.1-.1-20.1-.2-40.1-.1-60.2 56.2-.2 112.5-.3 168.8.2 3.3 47.3-3 97.5-32 136.5zM791 536.5c-16.8.2-33.6.3-50.4.4-.2 16.8-.3 33.6-.3 50.4H690c-.2-16.8-.2-33.5-.3-50.3-16.8-.2-33.6-.3-50.4-.5v-50.1c16.8-.2 33.6-.3 50.4-.3.1-16.8.3-33.6.4-50.4h50.2l.3 50.4c16.8.2 33.6.2 50.4.3v50.1z" } }] }, "name": "google-plus-square", "theme": "filled" };
8772 exports.default = GooglePlusSquareFilled;
8773 });
8774
8775 var GooglePlusSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(GooglePlusSquareFilled_1);
8776
8777 var GooglePlusSquareFilled = function GooglePlusSquareFilled(props, ref) {
8778 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8779 ref: ref,
8780 icon: GooglePlusSquareFilledSvg
8781 }));
8782 };
8783
8784 GooglePlusSquareFilled.displayName = 'GooglePlusSquareFilled';
8785 var GooglePlusSquareFilled$1 = /*#__PURE__*/React.forwardRef(GooglePlusSquareFilled);
8786
8787 var GoogleSquareFilled_1 = createCommonjsModule(function (module, exports) {
8788 // This icon file is generated automatically.
8789 Object.defineProperty(exports, "__esModule", { value: true });
8790 var GoogleSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM679 697.6C638.4 735 583 757 516.9 757c-95.7 0-178.5-54.9-218.8-134.9A245.02 245.02 0 01272 512c0-39.6 9.5-77 26.1-110.1 40.3-80.1 123.1-135 218.8-135 66 0 121.4 24.3 163.9 63.8L610.6 401c-25.4-24.3-57.7-36.6-93.6-36.6-63.8 0-117.8 43.1-137.1 101-4.9 14.7-7.7 30.4-7.7 46.6s2.8 31.9 7.7 46.6c19.3 57.9 73.3 101 137 101 33 0 61-8.7 82.9-23.4 26-17.4 43.2-43.3 48.9-74H516.9v-94.8h230.7c2.9 16.1 4.4 32.8 4.4 50.1 0 74.7-26.7 137.4-73 180.1z" } }] }, "name": "google-square", "theme": "filled" };
8791 exports.default = GoogleSquareFilled;
8792 });
8793
8794 var GoogleSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(GoogleSquareFilled_1);
8795
8796 var GoogleSquareFilled = function GoogleSquareFilled(props, ref) {
8797 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8798 ref: ref,
8799 icon: GoogleSquareFilledSvg
8800 }));
8801 };
8802
8803 GoogleSquareFilled.displayName = 'GoogleSquareFilled';
8804 var GoogleSquareFilled$1 = /*#__PURE__*/React.forwardRef(GoogleSquareFilled);
8805
8806 var GroupOutlined_1 = createCommonjsModule(function (module, exports) {
8807 // This icon file is generated automatically.
8808 Object.defineProperty(exports, "__esModule", { value: true });
8809 var GroupOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M912 820.1V203.9c28-9.9 48-36.6 48-67.9 0-39.8-32.2-72-72-72-31.3 0-58 20-67.9 48H203.9C194 84 167.3 64 136 64c-39.8 0-72 32.2-72 72 0 31.3 20 58 48 67.9v616.2C84 830 64 856.7 64 888c0 39.8 32.2 72 72 72 31.3 0 58-20 67.9-48h616.2c9.9 28 36.6 48 67.9 48 39.8 0 72-32.2 72-72 0-31.3-20-58-48-67.9zM888 112c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zM136 912c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-752c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm704 680H184V184h656v656zm48 72c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z" } }, { "tag": "path", "attrs": { "d": "M288 474h448c8.8 0 16-7.2 16-16V282c0-8.8-7.2-16-16-16H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16zm56-136h336v64H344v-64zm-56 420h448c8.8 0 16-7.2 16-16V566c0-8.8-7.2-16-16-16H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16zm56-136h336v64H344v-64z" } }] }, "name": "group", "theme": "outlined" };
8810 exports.default = GroupOutlined;
8811 });
8812
8813 var GroupOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(GroupOutlined_1);
8814
8815 var GroupOutlined = function GroupOutlined(props, ref) {
8816 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8817 ref: ref,
8818 icon: GroupOutlinedSvg
8819 }));
8820 };
8821
8822 GroupOutlined.displayName = 'GroupOutlined';
8823 var GroupOutlined$1 = /*#__PURE__*/React.forwardRef(GroupOutlined);
8824
8825 var HddFilled_1 = createCommonjsModule(function (module, exports) {
8826 // This icon file is generated automatically.
8827 Object.defineProperty(exports, "__esModule", { value: true });
8828 var HddFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v224h704V96c0-17.7-14.3-32-32-32zM456 216c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zM160 928c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V704H160v224zm576-136c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM160 640h704V384H160v256zm96-152c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H264c-4.4 0-8-3.6-8-8v-48z" } }] }, "name": "hdd", "theme": "filled" };
8829 exports.default = HddFilled;
8830 });
8831
8832 var HddFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(HddFilled_1);
8833
8834 var HddFilled = function HddFilled(props, ref) {
8835 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8836 ref: ref,
8837 icon: HddFilledSvg
8838 }));
8839 };
8840
8841 HddFilled.displayName = 'HddFilled';
8842 var HddFilled$1 = /*#__PURE__*/React.forwardRef(HddFilled);
8843
8844 var HddOutlined_1 = createCommonjsModule(function (module, exports) {
8845 // This icon file is generated automatically.
8846 Object.defineProperty(exports, "__esModule", { value: true });
8847 var HddOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-600 72h560v208H232V136zm560 480H232V408h560v208zm0 272H232V680h560v208zM496 208H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 244a40 40 0 1080 0 40 40 0 10-80 0z" } }] }, "name": "hdd", "theme": "outlined" };
8848 exports.default = HddOutlined;
8849 });
8850
8851 var HddOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(HddOutlined_1);
8852
8853 var HddOutlined = function HddOutlined(props, ref) {
8854 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8855 ref: ref,
8856 icon: HddOutlinedSvg
8857 }));
8858 };
8859
8860 HddOutlined.displayName = 'HddOutlined';
8861 var HddOutlined$1 = /*#__PURE__*/React.forwardRef(HddOutlined);
8862
8863 var HddTwoTone_1 = createCommonjsModule(function (module, exports) {
8864 // This icon file is generated automatically.
8865 Object.defineProperty(exports, "__esModule", { value: true });
8866 var HddTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M232 888h560V680H232v208zm448-140c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zM232 616h560V408H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48zm-72-144h560V136H232v208zm72-128c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H312c-4.4 0-8-3.6-8-8v-48z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V680h560v208zm0-272H232V408h560v208zm0-272H232V136h560v208z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M312 544h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-272h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H312c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm328 516a40 40 0 1080 0 40 40 0 10-80 0z", "fill": primaryColor } }] }; }, "name": "hdd", "theme": "twotone" };
8867 exports.default = HddTwoTone;
8868 });
8869
8870 var HddTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(HddTwoTone_1);
8871
8872 var HddTwoTone = function HddTwoTone(props, ref) {
8873 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8874 ref: ref,
8875 icon: HddTwoToneSvg
8876 }));
8877 };
8878
8879 HddTwoTone.displayName = 'HddTwoTone';
8880 var HddTwoTone$1 = /*#__PURE__*/React.forwardRef(HddTwoTone);
8881
8882 var HeartFilled_1 = createCommonjsModule(function (module, exports) {
8883 // This icon file is generated automatically.
8884 Object.defineProperty(exports, "__esModule", { value: true });
8885 var HeartFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M923 283.6a260.04 260.04 0 00-56.9-82.8 264.4 264.4 0 00-84-55.5A265.34 265.34 0 00679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 00-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9z" } }] }, "name": "heart", "theme": "filled" };
8886 exports.default = HeartFilled;
8887 });
8888
8889 var HeartFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(HeartFilled_1);
8890
8891 var HeartFilled = function HeartFilled(props, ref) {
8892 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8893 ref: ref,
8894 icon: HeartFilledSvg
8895 }));
8896 };
8897
8898 HeartFilled.displayName = 'HeartFilled';
8899 var HeartFilled$1 = /*#__PURE__*/React.forwardRef(HeartFilled);
8900
8901 var HeartOutlined_1 = createCommonjsModule(function (module, exports) {
8902 // This icon file is generated automatically.
8903 Object.defineProperty(exports, "__esModule", { value: true });
8904 var HeartOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M923 283.6a260.04 260.04 0 00-56.9-82.8 264.4 264.4 0 00-84-55.5A265.34 265.34 0 00679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 00-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z" } }] }, "name": "heart", "theme": "outlined" };
8905 exports.default = HeartOutlined;
8906 });
8907
8908 var HeartOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(HeartOutlined_1);
8909
8910 var HeartOutlined = function HeartOutlined(props, ref) {
8911 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8912 ref: ref,
8913 icon: HeartOutlinedSvg
8914 }));
8915 };
8916
8917 HeartOutlined.displayName = 'HeartOutlined';
8918 var HeartOutlined$1 = /*#__PURE__*/React.forwardRef(HeartOutlined);
8919
8920 var HeartTwoTone_1 = createCommonjsModule(function (module, exports) {
8921 // This icon file is generated automatically.
8922 Object.defineProperty(exports, "__esModule", { value: true });
8923 var HeartTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M923 283.6a260.04 260.04 0 00-56.9-82.8 264.4 264.4 0 00-84-55.5A265.34 265.34 0 00679.7 125c-49.3 0-97.4 13.5-139.2 39-10 6.1-19.5 12.8-28.5 20.1-9-7.3-18.5-14-28.5-20.1-41.8-25.5-89.9-39-139.2-39-35.5 0-69.9 6.8-102.4 20.3-31.4 13-59.7 31.7-84 55.5a258.44 258.44 0 00-56.9 82.8c-13.9 32.3-21 66.6-21 101.9 0 33.3 6.8 68 20.3 103.3 11.3 29.5 27.5 60.1 48.2 91 32.8 48.9 77.9 99.9 133.9 151.6 92.8 85.7 184.7 144.9 188.6 147.3l23.7 15.2c10.5 6.7 24 6.7 34.5 0l23.7-15.2c3.9-2.5 95.7-61.6 188.6-147.3 56-51.7 101.1-102.7 133.9-151.6 20.7-30.9 37-61.5 48.2-91 13.5-35.3 20.3-70 20.3-103.3.1-35.3-7-69.6-20.9-101.9zM512 814.8S156 586.7 156 385.5C156 283.6 240.3 201 344.3 201c73.1 0 136.5 40.8 167.7 100.4C543.2 241.8 606.6 201 679.7 201c104 0 188.3 82.6 188.3 184.5 0 201.2-356 429.3-356 429.3z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M679.7 201c-73.1 0-136.5 40.8-167.7 100.4C480.8 241.8 417.4 201 344.3 201c-104 0-188.3 82.6-188.3 184.5 0 201.2 356 429.3 356 429.3s356-228.1 356-429.3C868 283.6 783.7 201 679.7 201z", "fill": secondaryColor } }] }; }, "name": "heart", "theme": "twotone" };
8924 exports.default = HeartTwoTone;
8925 });
8926
8927 var HeartTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(HeartTwoTone_1);
8928
8929 var HeartTwoTone = function HeartTwoTone(props, ref) {
8930 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8931 ref: ref,
8932 icon: HeartTwoToneSvg
8933 }));
8934 };
8935
8936 HeartTwoTone.displayName = 'HeartTwoTone';
8937 var HeartTwoTone$1 = /*#__PURE__*/React.forwardRef(HeartTwoTone);
8938
8939 var HeatMapOutlined_1 = createCommonjsModule(function (module, exports) {
8940 // This icon file is generated automatically.
8941 Object.defineProperty(exports, "__esModule", { value: true });
8942 var HeatMapOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-790.4-23.9L512 231.9 858.7 832H165.3zm319-474.1l-228 394c-12.3 21.3 3.1 48 27.7 48h455.8c24.7 0 40.1-26.7 27.7-48L539.7 358c-6.2-10.7-17-16-27.7-16-10.8 0-21.6 5.3-27.7 16zm214 386H325.7L512 422l186.3 322zm-214-194.1l-57 98.4C415 669.5 430.4 696 455 696h114c24.6 0 39.9-26.5 27.7-47.7l-57-98.4c-6.1-10.6-16.9-15.9-27.7-15.9s-21.5 5.3-27.7 15.9zm57.1 98.4h-58.7l29.4-50.7 29.3 50.7z" } }] }, "name": "heat-map", "theme": "outlined" };
8943 exports.default = HeatMapOutlined;
8944 });
8945
8946 var HeatMapOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(HeatMapOutlined_1);
8947
8948 var HeatMapOutlined = function HeatMapOutlined(props, ref) {
8949 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8950 ref: ref,
8951 icon: HeatMapOutlinedSvg
8952 }));
8953 };
8954
8955 HeatMapOutlined.displayName = 'HeatMapOutlined';
8956 var HeatMapOutlined$1 = /*#__PURE__*/React.forwardRef(HeatMapOutlined);
8957
8958 var HighlightFilled_1 = createCommonjsModule(function (module, exports) {
8959 // This icon file is generated automatically.
8960 Object.defineProperty(exports, "__esModule", { value: true });
8961 var HighlightFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M957.6 507.4L603.2 158.2a7.9 7.9 0 00-11.2 0L353.3 393.4a8.03 8.03 0 00-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 00-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0011.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0011.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2z" } }] }, "name": "highlight", "theme": "filled" };
8962 exports.default = HighlightFilled;
8963 });
8964
8965 var HighlightFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(HighlightFilled_1);
8966
8967 var HighlightFilled = function HighlightFilled(props, ref) {
8968 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8969 ref: ref,
8970 icon: HighlightFilledSvg
8971 }));
8972 };
8973
8974 HighlightFilled.displayName = 'HighlightFilled';
8975 var HighlightFilled$1 = /*#__PURE__*/React.forwardRef(HighlightFilled);
8976
8977 var HighlightOutlined_1 = createCommonjsModule(function (module, exports) {
8978 // This icon file is generated automatically.
8979 Object.defineProperty(exports, "__esModule", { value: true });
8980 var HighlightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M957.6 507.4L603.2 158.2a7.9 7.9 0 00-11.2 0L353.3 393.4a8.03 8.03 0 00-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 00-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8V860c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6 40.4 39.8a7.9 7.9 0 0011.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0011.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.2H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.2l68.6-67.6 171.4 168.9-68.6 67.6zM713.1 658L450.3 399.1 597.6 254l262.8 259-147.3 145z" } }] }, "name": "highlight", "theme": "outlined" };
8981 exports.default = HighlightOutlined;
8982 });
8983
8984 var HighlightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(HighlightOutlined_1);
8985
8986 var HighlightOutlined = function HighlightOutlined(props, ref) {
8987 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
8988 ref: ref,
8989 icon: HighlightOutlinedSvg
8990 }));
8991 };
8992
8993 HighlightOutlined.displayName = 'HighlightOutlined';
8994 var HighlightOutlined$1 = /*#__PURE__*/React.forwardRef(HighlightOutlined);
8995
8996 var HighlightTwoTone_1 = createCommonjsModule(function (module, exports) {
8997 // This icon file is generated automatically.
8998 Object.defineProperty(exports, "__esModule", { value: true });
8999 var HighlightTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M229.6 796.3h160.2l54.3-54.1-80.1-78.9zm220.7-397.1l262.8 258.9 147.3-145-262.8-259zm-77.1 166.1l171.4 168.9 68.6-67.6-171.4-168.9z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M957.6 507.5L603.2 158.3a7.9 7.9 0 00-11.2 0L353.3 393.5a8.03 8.03 0 00-.1 11.3l.1.1 40 39.4-117.2 115.3a8.03 8.03 0 00-.1 11.3l.1.1 39.5 38.9-189.1 187H72.1c-4.4 0-8.1 3.6-8.1 8v55.2c0 4.4 3.6 8 8 8h344.9c2.1 0 4.1-.8 5.6-2.3l76.1-75.6L539 830a7.9 7.9 0 0011.2 0l117.1-115.6 40.1 39.5a7.9 7.9 0 0011.2 0l238.7-235.2c3.4-3 3.4-8 .3-11.2zM389.8 796.3H229.6l134.4-133 80.1 78.9-54.3 54.1zm154.8-62.1L373.2 565.3l68.6-67.6 171.4 168.9-68.6 67.6zm168.5-76.1L450.3 399.2l147.3-145.1 262.8 259-147.3 145z", "fill": primaryColor } }] }; }, "name": "highlight", "theme": "twotone" };
9000 exports.default = HighlightTwoTone;
9001 });
9002
9003 var HighlightTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(HighlightTwoTone_1);
9004
9005 var HighlightTwoTone = function HighlightTwoTone(props, ref) {
9006 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9007 ref: ref,
9008 icon: HighlightTwoToneSvg
9009 }));
9010 };
9011
9012 HighlightTwoTone.displayName = 'HighlightTwoTone';
9013 var HighlightTwoTone$1 = /*#__PURE__*/React.forwardRef(HighlightTwoTone);
9014
9015 var HistoryOutlined_1 = createCommonjsModule(function (module, exports) {
9016 // This icon file is generated automatically.
9017 Object.defineProperty(exports, "__esModule", { value: true });
9018 var HistoryOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M536.1 273H488c-4.4 0-8 3.6-8 8v275.3c0 2.6 1.2 5 3.3 6.5l165.3 120.7c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.7-3.7 1.9-8.7-1.7-11.2L544.1 528.5V281c0-4.4-3.6-8-8-8zm219.8 75.2l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3L752.9 334.1a8 8 0 003 14.1zm167.7 301.1l-56.7-19.5a8 8 0 00-10.1 4.8c-1.9 5.1-3.9 10.1-6 15.1-17.8 42.1-43.3 80-75.9 112.5a353 353 0 01-112.5 75.9 352.18 352.18 0 01-137.7 27.8c-47.8 0-94.1-9.3-137.7-27.8a353 353 0 01-112.5-75.9c-32.5-32.5-58-70.4-75.9-112.5A353.44 353.44 0 01171 512c0-47.8 9.3-94.2 27.8-137.8 17.8-42.1 43.3-80 75.9-112.5a353 353 0 01112.5-75.9C430.6 167.3 477 158 524.8 158s94.1 9.3 137.7 27.8A353 353 0 01775 261.7c10.2 10.3 19.8 21 28.6 32.3l59.8-46.8C784.7 146.6 662.2 81.9 524.6 82 285 82.1 92.6 276.7 95 516.4 97.4 751.9 288.9 942 524.8 942c185.5 0 343.5-117.6 403.7-282.3 1.5-4.2-.7-8.9-4.9-10.4z" } }] }, "name": "history", "theme": "outlined" };
9019 exports.default = HistoryOutlined;
9020 });
9021
9022 var HistoryOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(HistoryOutlined_1);
9023
9024 var HistoryOutlined = function HistoryOutlined(props, ref) {
9025 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9026 ref: ref,
9027 icon: HistoryOutlinedSvg
9028 }));
9029 };
9030
9031 HistoryOutlined.displayName = 'HistoryOutlined';
9032 var HistoryOutlined$1 = /*#__PURE__*/React.forwardRef(HistoryOutlined);
9033
9034 var HolderOutlined_1 = createCommonjsModule(function (module, exports) {
9035 // This icon file is generated automatically.
9036 Object.defineProperty(exports, "__esModule", { value: true });
9037 var HolderOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M300 276.5a56 56 0 1056-97 56 56 0 00-56 97zm0 284a56 56 0 1056-97 56 56 0 00-56 97zM640 228a56 56 0 10112 0 56 56 0 00-112 0zm0 284a56 56 0 10112 0 56 56 0 00-112 0zM300 844.5a56 56 0 1056-97 56 56 0 00-56 97zM640 796a56 56 0 10112 0 56 56 0 00-112 0z" } }] }, "name": "holder", "theme": "outlined" };
9038 exports.default = HolderOutlined;
9039 });
9040
9041 var HolderOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(HolderOutlined_1);
9042
9043 var HolderOutlined = function HolderOutlined(props, ref) {
9044 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9045 ref: ref,
9046 icon: HolderOutlinedSvg
9047 }));
9048 };
9049
9050 HolderOutlined.displayName = 'HolderOutlined';
9051 var HolderOutlined$1 = /*#__PURE__*/React.forwardRef(HolderOutlined);
9052
9053 var HomeFilled_1 = createCommonjsModule(function (module, exports) {
9054 // This icon file is generated automatically.
9055 Object.defineProperty(exports, "__esModule", { value: true });
9056 var HomeFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M946.5 505L534.6 93.4a31.93 31.93 0 00-45.2 0L77.5 505c-12 12-18.8 28.3-18.8 45.3 0 35.3 28.7 64 64 64h43.4V908c0 17.7 14.3 32 32 32H448V716h112v224h265.9c17.7 0 32-14.3 32-32V614.3h43.4c17 0 33.3-6.7 45.3-18.8 24.9-25 24.9-65.5-.1-90.5z" } }] }, "name": "home", "theme": "filled" };
9057 exports.default = HomeFilled;
9058 });
9059
9060 var HomeFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(HomeFilled_1);
9061
9062 var HomeFilled = function HomeFilled(props, ref) {
9063 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9064 ref: ref,
9065 icon: HomeFilledSvg
9066 }));
9067 };
9068
9069 HomeFilled.displayName = 'HomeFilled';
9070 var HomeFilled$1 = /*#__PURE__*/React.forwardRef(HomeFilled);
9071
9072 var HomeOutlined_1 = createCommonjsModule(function (module, exports) {
9073 // This icon file is generated automatically.
9074 Object.defineProperty(exports, "__esModule", { value: true });
9075 var HomeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M946.5 505L560.1 118.8l-25.9-25.9a31.5 31.5 0 00-44.4 0L77.5 505a63.9 63.9 0 00-18.8 46c.4 35.2 29.7 63.3 64.9 63.3h42.5V940h691.8V614.3h43.4c17.1 0 33.2-6.7 45.3-18.8a63.6 63.6 0 0018.7-45.3c0-17-6.7-33.1-18.8-45.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z" } }] }, "name": "home", "theme": "outlined" };
9076 exports.default = HomeOutlined;
9077 });
9078
9079 var HomeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(HomeOutlined_1);
9080
9081 var HomeOutlined = function HomeOutlined(props, ref) {
9082 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9083 ref: ref,
9084 icon: HomeOutlinedSvg
9085 }));
9086 };
9087
9088 HomeOutlined.displayName = 'HomeOutlined';
9089 var HomeOutlined$1 = /*#__PURE__*/React.forwardRef(HomeOutlined);
9090
9091 var HomeTwoTone_1 = createCommonjsModule(function (module, exports) {
9092 // This icon file is generated automatically.
9093 Object.defineProperty(exports, "__esModule", { value: true });
9094 var HomeTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512.1 172.6l-370 369.7h96V868H392V640c0-22.1 17.9-40 40-40h160c22.1 0 40 17.9 40 40v228h153.9V542.3H882L535.2 195.7l-23.1-23.1zm434.5 422.9c-6 6-13.1 10.8-20.8 13.9 7.7-3.2 14.8-7.9 20.8-13.9zm-887-34.7c5 30.3 31.4 53.5 63.1 53.5h.9c-31.9 0-58.9-23-64-53.5zm-.9-10.5v-1.9 1.9zm.1-2.6c.1-3.1.5-6.1 1-9.1-.6 2.9-.9 6-1 9.1z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M951 510c0-.1-.1-.1-.1-.2l-1.8-2.1c-.1-.1-.2-.3-.4-.4-.7-.8-1.5-1.6-2.2-2.4L560.1 118.8l-25.9-25.9a31.5 31.5 0 00-44.4 0L77.5 505a63.6 63.6 0 00-16 26.6l-.6 2.1-.3 1.1-.3 1.2c-.2.7-.3 1.4-.4 2.1 0 .1 0 .3-.1.4-.6 3-.9 6-1 9.1v3.3c0 .5 0 1 .1 1.5 0 .5 0 .9.1 1.4 0 .5.1 1 .1 1.5 0 .6.1 1.2.2 1.8 0 .3.1.6.1.9l.3 2.5v.1c5.1 30.5 32.2 53.5 64 53.5h42.5V940h691.7V614.3h43.4c8.6 0 16.9-1.7 24.5-4.9s14.7-7.9 20.8-13.9a63.6 63.6 0 0018.7-45.3c0-14.7-5-28.8-14.3-40.2zM568 868H456V664h112v204zm217.9-325.7V868H632V640c0-22.1-17.9-40-40-40H432c-22.1 0-40 17.9-40 40v228H238.1V542.3h-96l370-369.7 23.1 23.1L882 542.3h-96.1z", "fill": primaryColor } }] }; }, "name": "home", "theme": "twotone" };
9095 exports.default = HomeTwoTone;
9096 });
9097
9098 var HomeTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(HomeTwoTone_1);
9099
9100 var HomeTwoTone = function HomeTwoTone(props, ref) {
9101 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9102 ref: ref,
9103 icon: HomeTwoToneSvg
9104 }));
9105 };
9106
9107 HomeTwoTone.displayName = 'HomeTwoTone';
9108 var HomeTwoTone$1 = /*#__PURE__*/React.forwardRef(HomeTwoTone);
9109
9110 var HourglassFilled_1 = createCommonjsModule(function (module, exports) {
9111 // This icon file is generated automatically.
9112 Object.defineProperty(exports, "__esModule", { value: true });
9113 var HourglassFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194z" } }] }, "name": "hourglass", "theme": "filled" };
9114 exports.default = HourglassFilled;
9115 });
9116
9117 var HourglassFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(HourglassFilled_1);
9118
9119 var HourglassFilled = function HourglassFilled(props, ref) {
9120 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9121 ref: ref,
9122 icon: HourglassFilledSvg
9123 }));
9124 };
9125
9126 HourglassFilled.displayName = 'HourglassFilled';
9127 var HourglassFilled$1 = /*#__PURE__*/React.forwardRef(HourglassFilled);
9128
9129 var HourglassOutlined_1 = createCommonjsModule(function (module, exports) {
9130 // This icon file is generated automatically.
9131 Object.defineProperty(exports, "__esModule", { value: true });
9132 var HourglassOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 01354 318V184h316v134z" } }] }, "name": "hourglass", "theme": "outlined" };
9133 exports.default = HourglassOutlined;
9134 });
9135
9136 var HourglassOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(HourglassOutlined_1);
9137
9138 var HourglassOutlined = function HourglassOutlined(props, ref) {
9139 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9140 ref: ref,
9141 icon: HourglassOutlinedSvg
9142 }));
9143 };
9144
9145 HourglassOutlined.displayName = 'HourglassOutlined';
9146 var HourglassOutlined$1 = /*#__PURE__*/React.forwardRef(HourglassOutlined);
9147
9148 var HourglassTwoTone_1 = createCommonjsModule(function (module, exports) {
9149 // This icon file is generated automatically.
9150 Object.defineProperty(exports, "__esModule", { value: true });
9151 var HourglassTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 548c-42.2 0-81.9 16.4-111.7 46.3A156.63 156.63 0 00354 706v134h316V706c0-42.2-16.4-81.9-46.3-111.7A156.63 156.63 0 00512 548zM354 318c0 42.2 16.4 81.9 46.3 111.7C430.1 459.6 469.8 476 512 476s81.9-16.4 111.7-46.3C653.6 399.9 670 360.2 670 318V184H354v134z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M742 318V184h86c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h86v134c0 81.5 42.4 153.2 106.4 194-64 40.8-106.4 112.5-106.4 194v134h-86c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h632c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-86V706c0-81.5-42.4-153.2-106.4-194 64-40.8 106.4-112.5 106.4-194zm-72 388v134H354V706c0-42.2 16.4-81.9 46.3-111.7C430.1 564.4 469.8 548 512 548s81.9 16.4 111.7 46.3C653.6 624.1 670 663.8 670 706zm0-388c0 42.2-16.4 81.9-46.3 111.7C593.9 459.6 554.2 476 512 476s-81.9-16.4-111.7-46.3A156.63 156.63 0 01354 318V184h316v134z", "fill": primaryColor } }] }; }, "name": "hourglass", "theme": "twotone" };
9152 exports.default = HourglassTwoTone;
9153 });
9154
9155 var HourglassTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(HourglassTwoTone_1);
9156
9157 var HourglassTwoTone = function HourglassTwoTone(props, ref) {
9158 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9159 ref: ref,
9160 icon: HourglassTwoToneSvg
9161 }));
9162 };
9163
9164 HourglassTwoTone.displayName = 'HourglassTwoTone';
9165 var HourglassTwoTone$1 = /*#__PURE__*/React.forwardRef(HourglassTwoTone);
9166
9167 var Html5Filled_1 = createCommonjsModule(function (module, exports) {
9168 // This icon file is generated automatically.
9169 Object.defineProperty(exports, "__esModule", { value: true });
9170 var Html5Filled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M145.2 96l66 746.6L512 928l299.6-85.4L878.9 96H145.2zm595 177.1l-4.8 47.2-1.7 19.5H382.3l8.2 94.2h335.1l-3.3 24.3-21.2 242.2-1.7 16.2-187 51.6v.3h-1.2l-.3.1v-.1h-.1l-188.6-52L310.8 572h91.1l6.5 73.2 102.4 27.7h.4l102-27.6 11.4-118.6H510.9v-.1H306l-22.8-253.5-1.7-24.3h460.3l-1.6 24.3z" } }] }, "name": "html5", "theme": "filled" };
9171 exports.default = Html5Filled;
9172 });
9173
9174 var Html5FilledSvg = /*@__PURE__*/getDefaultExportFromCjs(Html5Filled_1);
9175
9176 var Html5Filled = function Html5Filled(props, ref) {
9177 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9178 ref: ref,
9179 icon: Html5FilledSvg
9180 }));
9181 };
9182
9183 Html5Filled.displayName = 'Html5Filled';
9184 var Html5Filled$1 = /*#__PURE__*/React.forwardRef(Html5Filled);
9185
9186 var Html5Outlined_1 = createCommonjsModule(function (module, exports) {
9187 // This icon file is generated automatically.
9188 Object.defineProperty(exports, "__esModule", { value: true });
9189 var Html5Outlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2zM281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z" } }] }, "name": "html5", "theme": "outlined" };
9190 exports.default = Html5Outlined;
9191 });
9192
9193 var Html5OutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(Html5Outlined_1);
9194
9195 var Html5Outlined = function Html5Outlined(props, ref) {
9196 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9197 ref: ref,
9198 icon: Html5OutlinedSvg
9199 }));
9200 };
9201
9202 Html5Outlined.displayName = 'Html5Outlined';
9203 var Html5Outlined$1 = /*#__PURE__*/React.forwardRef(Html5Outlined);
9204
9205 var Html5TwoTone_1 = createCommonjsModule(function (module, exports) {
9206 // This icon file is generated automatically.
9207 Object.defineProperty(exports, "__esModule", { value: true });
9208 var Html5TwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M145 96l66 746.6L511.8 928l299.6-85.4L878.7 96H145zm610.9 700.6l-244.1 69.6-245.2-69.6-56.7-641.2h603.8l-57.8 641.2z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M209.9 155.4l56.7 641.2 245.2 69.6 244.1-69.6 57.8-641.2H209.9zm530.4 117.9l-4.8 47.2-1.7 19.5H381.7l8.2 94.2H511v-.2h214.7l-3.2 24.3-21.2 242.2-1.7 16.3-187.7 51.7v.4h-1.7l-188.6-52-11.3-144.7h91l6.5 73.2 102.4 27.7h.8v-.2l102.4-27.7 11.4-118.5H511.9v.1H305.4l-22.7-253.5L281 249h461l-1.7 24.3z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M281 249l1.7 24.3 22.7 253.5h206.5v-.1h112.9l-11.4 118.5L511 672.9v.2h-.8l-102.4-27.7-6.5-73.2h-91l11.3 144.7 188.6 52h1.7v-.4l187.7-51.7 1.7-16.3 21.2-242.2 3.2-24.3H511v.2H389.9l-8.2-94.2h352.1l1.7-19.5 4.8-47.2L742 249H511z", "fill": primaryColor } }] }; }, "name": "html5", "theme": "twotone" };
9209 exports.default = Html5TwoTone;
9210 });
9211
9212 var Html5TwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(Html5TwoTone_1);
9213
9214 var Html5TwoTone = function Html5TwoTone(props, ref) {
9215 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9216 ref: ref,
9217 icon: Html5TwoToneSvg
9218 }));
9219 };
9220
9221 Html5TwoTone.displayName = 'Html5TwoTone';
9222 var Html5TwoTone$1 = /*#__PURE__*/React.forwardRef(Html5TwoTone);
9223
9224 var IdcardFilled_1 = createCommonjsModule(function (module, exports) {
9225 // This icon file is generated automatically.
9226 Object.defineProperty(exports, "__esModule", { value: true });
9227 var IdcardFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M373 411c-28.5 0-51.7 23.3-51.7 52s23.2 52 51.7 52 51.7-23.3 51.7-52-23.2-52-51.7-52zm555-251H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM608 420c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm-86 253h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224a8 8 0 01-8-8.4c2.8-53.3 32-99.7 74.6-126.1a111.8 111.8 0 01-29.1-75.5c0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.5-29.1 75.5 42.7 26.5 71.8 72.8 74.6 126.1.4 4.6-3.2 8.4-7.8 8.4zm278.9-53H615.1c-3.9 0-7.1-3.6-7.1-8v-48c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48h.1c0 4.4-3.2 8-7.1 8z" } }] }, "name": "idcard", "theme": "filled" };
9228 exports.default = IdcardFilled;
9229 });
9230
9231 var IdcardFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(IdcardFilled_1);
9232
9233 var IdcardFilled = function IdcardFilled(props, ref) {
9234 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9235 ref: ref,
9236 icon: IdcardFilledSvg
9237 }));
9238 };
9239
9240 IdcardFilled.displayName = 'IdcardFilled';
9241 var IdcardFilled$1 = /*#__PURE__*/React.forwardRef(IdcardFilled);
9242
9243 var IdcardOutlined_1 = createCommonjsModule(function (module, exports) {
9244 // This icon file is generated automatically.
9245 Object.defineProperty(exports, "__esModule", { value: true });
9246 var IdcardOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560zM610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 008-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0029.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 00-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z" } }] }, "name": "idcard", "theme": "outlined" };
9247 exports.default = IdcardOutlined;
9248 });
9249
9250 var IdcardOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(IdcardOutlined_1);
9251
9252 var IdcardOutlined = function IdcardOutlined(props, ref) {
9253 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9254 ref: ref,
9255 icon: IdcardOutlinedSvg
9256 }));
9257 };
9258
9259 IdcardOutlined.displayName = 'IdcardOutlined';
9260 var IdcardOutlined$1 = /*#__PURE__*/React.forwardRef(IdcardOutlined);
9261
9262 var IdcardTwoTone_1 = createCommonjsModule(function (module, exports) {
9263 // This icon file is generated automatically.
9264 Object.defineProperty(exports, "__esModule", { value: true });
9265 var IdcardTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136V232h752v560z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M136 792h752V232H136v560zm472-372c0-4.4 1-8 2.3-8h123.4c1.3 0 2.3 3.6 2.3 8v48c0 4.4-1 8-2.3 8H610.3c-1.3 0-2.3-3.6-2.3-8v-48zm0 144c0-4.4 3.2-8 7.1-8h185.7c3.9 0 7.1 3.6 7.1 8v48c0 4.4-3.2 8-7.1 8H615.1c-3.9 0-7.1-3.6-7.1-8v-48zM216.2 664.6c2.8-53.3 31.9-99.6 74.6-126.1-18.1-20-29.1-46.4-29.1-75.5 0-61.9 49.9-112 111.4-112s111.4 50.1 111.4 112c0 29.1-11 55.6-29.1 75.5 42.6 26.4 71.8 72.8 74.6 126.1a8 8 0 01-8 8.4h-43.9c-4.2 0-7.6-3.3-7.9-7.5-3.8-50.5-46-90.5-97.2-90.5s-93.4 40-97.2 90.5c-.3 4.2-3.7 7.5-7.9 7.5H224c-4.6 0-8.2-3.8-7.8-8.4z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M321.3 463a51.7 52 0 10103.4 0 51.7 52 0 10-103.4 0z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M610.3 476h123.4c1.3 0 2.3-3.6 2.3-8v-48c0-4.4-1-8-2.3-8H610.3c-1.3 0-2.3 3.6-2.3 8v48c0 4.4 1 8 2.3 8zm4.8 144h185.7c3.9 0 7.1-3.6 7.1-8v-48c0-4.4-3.2-8-7.1-8H615.1c-3.9 0-7.1 3.6-7.1 8v48c0 4.4 3.2 8 7.1 8zM224 673h43.9c4.2 0 7.6-3.3 7.9-7.5 3.8-50.5 46-90.5 97.2-90.5s93.4 40 97.2 90.5c.3 4.2 3.7 7.5 7.9 7.5H522a8 8 0 008-8.4c-2.8-53.3-32-99.7-74.6-126.1a111.8 111.8 0 0029.1-75.5c0-61.9-49.9-112-111.4-112s-111.4 50.1-111.4 112c0 29.1 11 55.5 29.1 75.5a158.09 158.09 0 00-74.6 126.1c-.4 4.6 3.2 8.4 7.8 8.4zm149-262c28.5 0 51.7 23.3 51.7 52s-23.2 52-51.7 52-51.7-23.3-51.7-52 23.2-52 51.7-52z", "fill": primaryColor } }] }; }, "name": "idcard", "theme": "twotone" };
9266 exports.default = IdcardTwoTone;
9267 });
9268
9269 var IdcardTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(IdcardTwoTone_1);
9270
9271 var IdcardTwoTone = function IdcardTwoTone(props, ref) {
9272 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9273 ref: ref,
9274 icon: IdcardTwoToneSvg
9275 }));
9276 };
9277
9278 IdcardTwoTone.displayName = 'IdcardTwoTone';
9279 var IdcardTwoTone$1 = /*#__PURE__*/React.forwardRef(IdcardTwoTone);
9280
9281 var IeCircleFilled_1 = createCommonjsModule(function (module, exports) {
9282 // This icon file is generated automatically.
9283 Object.defineProperty(exports, "__esModule", { value: true });
9284 var IeCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M693.6 284.4c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm253.9 492.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z" } }] }, "name": "ie-circle", "theme": "filled" };
9285 exports.default = IeCircleFilled;
9286 });
9287
9288 var IeCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(IeCircleFilled_1);
9289
9290 var IeCircleFilled = function IeCircleFilled(props, ref) {
9291 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9292 ref: ref,
9293 icon: IeCircleFilledSvg
9294 }));
9295 };
9296
9297 IeCircleFilled.displayName = 'IeCircleFilled';
9298 var IeCircleFilled$1 = /*#__PURE__*/React.forwardRef(IeCircleFilled);
9299
9300 var IeOutlined_1 = createCommonjsModule(function (module, exports) {
9301 // This icon file is generated automatically.
9302 Object.defineProperty(exports, "__esModule", { value: true });
9303 var IeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M852.6 367.6c16.3-36.9 32.1-90.7 32.1-131.8 0-109.1-119.5-147.6-314.5-57.9-161.4-10.8-316.8 110.5-355.6 279.7 46.3-52.3 117.4-123.4 183-151.7C316.1 378.3 246.7 470 194 565.6c-31.1 56.9-66 148.8-66 217.5 0 147.9 139.3 129.8 270.4 63 47.1 23.1 99.8 23.4 152.5 23.4 145.7 0 276.4-81.4 325.2-219H694.9c-78.8 132.9-295.2 79.5-295.2-71.2h493.2c9.6-65.4-2.5-143.6-40.3-211.7zM224.8 648.3c26.6 76.7 80.6 143.8 150.4 185-133.1 73.4-259.9 43.6-150.4-185zm174-163.3c3-82.7 75.4-142.3 156-142.3 80.1 0 153 59.6 156 142.3h-312zm276.8-281.4c32.1-15.4 72.8-33 108.8-33 47.1 0 81.4 32.6 81.4 80.6 0 30-11.1 73.5-21.9 101.8-39.3-63.5-98.9-122.4-168.3-149.4z" } }] }, "name": "ie", "theme": "outlined" };
9304 exports.default = IeOutlined;
9305 });
9306
9307 var IeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(IeOutlined_1);
9308
9309 var IeOutlined = function IeOutlined(props, ref) {
9310 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9311 ref: ref,
9312 icon: IeOutlinedSvg
9313 }));
9314 };
9315
9316 IeOutlined.displayName = 'IeOutlined';
9317 var IeOutlined$1 = /*#__PURE__*/React.forwardRef(IeOutlined);
9318
9319 var IeSquareFilled_1 = createCommonjsModule(function (module, exports) {
9320 // This icon file is generated automatically.
9321 Object.defineProperty(exports, "__esModule", { value: true });
9322 var IeSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM765.9 556.9H437.1c0 100.4 144.3 136 196.8 47.4h120.8c-32.6 91.7-119.7 146-216.8 146-35.1 0-70.3-.1-101.7-15.6-87.4 44.5-180.3 56.6-180.3-42 0-45.8 23.2-107.1 44-145C335 484 381.3 422.8 435.6 374.5c-43.7 18.9-91.1 66.3-122 101.2 25.9-112.8 129.5-193.6 237.1-186.5 130-59.8 209.7-34.1 209.7 38.6 0 27.4-10.6 63.3-21.4 87.9 25.2 45.5 33.3 97.6 26.9 141.2zm-72.3-272.5c-24 0-51.1 11.7-72.6 22 46.3 18 86 57.3 112.3 99.6 7.1-18.9 14.6-47.9 14.6-67.9 0-32-22.8-53.7-54.3-53.7zM540.5 399.1c-53.7 0-102 39.7-104 94.9h208c-2-55.1-50.6-94.9-104-94.9zM320.6 602.9c-73 152.4 11.5 172.2 100.3 123.3-46.6-27.5-82.6-72.2-100.3-123.3z" } }] }, "name": "ie-square", "theme": "filled" };
9323 exports.default = IeSquareFilled;
9324 });
9325
9326 var IeSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(IeSquareFilled_1);
9327
9328 var IeSquareFilled = function IeSquareFilled(props, ref) {
9329 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9330 ref: ref,
9331 icon: IeSquareFilledSvg
9332 }));
9333 };
9334
9335 IeSquareFilled.displayName = 'IeSquareFilled';
9336 var IeSquareFilled$1 = /*#__PURE__*/React.forwardRef(IeSquareFilled);
9337
9338 var ImportOutlined_1 = createCommonjsModule(function (module, exports) {
9339 // This icon file is generated automatically.
9340 Object.defineProperty(exports, "__esModule", { value: true });
9341 var ImportOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M888.3 757.4h-53.8c-4.2 0-7.7 3.5-7.7 7.7v61.8H197.1V197.1h629.8v61.8c0 4.2 3.5 7.7 7.7 7.7h53.8c4.2 0 7.7-3.4 7.7-7.7V158.7c0-17-13.7-30.7-30.7-30.7H158.7c-17 0-30.7 13.7-30.7 30.7v706.6c0 17 13.7 30.7 30.7 30.7h706.6c17 0 30.7-13.7 30.7-30.7V765.1c0-4.3-3.5-7.7-7.7-7.7zM902 476H588v-76c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 000 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-76h314c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "import", "theme": "outlined" };
9342 exports.default = ImportOutlined;
9343 });
9344
9345 var ImportOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ImportOutlined_1);
9346
9347 var ImportOutlined = function ImportOutlined(props, ref) {
9348 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9349 ref: ref,
9350 icon: ImportOutlinedSvg
9351 }));
9352 };
9353
9354 ImportOutlined.displayName = 'ImportOutlined';
9355 var ImportOutlined$1 = /*#__PURE__*/React.forwardRef(ImportOutlined);
9356
9357 var InboxOutlined_1 = createCommonjsModule(function (module, exports) {
9358 // This icon file is generated automatically.
9359 Object.defineProperty(exports, "__esModule", { value: true });
9360 var InboxOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0060.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z" } }] }, "name": "inbox", "theme": "outlined" };
9361 exports.default = InboxOutlined;
9362 });
9363
9364 var InboxOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(InboxOutlined_1);
9365
9366 var InboxOutlined = function InboxOutlined(props, ref) {
9367 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9368 ref: ref,
9369 icon: InboxOutlinedSvg
9370 }));
9371 };
9372
9373 InboxOutlined.displayName = 'InboxOutlined';
9374 var InboxOutlined$1 = /*#__PURE__*/React.forwardRef(InboxOutlined);
9375
9376 var InfoCircleFilled_1 = createCommonjsModule(function (module, exports) {
9377 // This icon file is generated automatically.
9378 Object.defineProperty(exports, "__esModule", { value: true });
9379 var InfoCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 664c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "info-circle", "theme": "filled" };
9380 exports.default = InfoCircleFilled;
9381 });
9382
9383 var InfoCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(InfoCircleFilled_1);
9384
9385 var InfoCircleFilled = function InfoCircleFilled(props, ref) {
9386 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9387 ref: ref,
9388 icon: InfoCircleFilledSvg
9389 }));
9390 };
9391
9392 InfoCircleFilled.displayName = 'InfoCircleFilled';
9393 var InfoCircleFilled$1 = /*#__PURE__*/React.forwardRef(InfoCircleFilled);
9394
9395 var InfoCircleOutlined_1 = createCommonjsModule(function (module, exports) {
9396 // This icon file is generated automatically.
9397 Object.defineProperty(exports, "__esModule", { value: true });
9398 var InfoCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 336a48 48 0 1096 0 48 48 0 10-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z" } }] }, "name": "info-circle", "theme": "outlined" };
9399 exports.default = InfoCircleOutlined;
9400 });
9401
9402 var InfoCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(InfoCircleOutlined_1);
9403
9404 var InfoCircleOutlined = function InfoCircleOutlined(props, ref) {
9405 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9406 ref: ref,
9407 icon: InfoCircleOutlinedSvg
9408 }));
9409 };
9410
9411 InfoCircleOutlined.displayName = 'InfoCircleOutlined';
9412 var InfoCircleOutlined$1 = /*#__PURE__*/React.forwardRef(InfoCircleOutlined);
9413
9414 var InfoCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
9415 // This icon file is generated automatically.
9416 Object.defineProperty(exports, "__esModule", { value: true });
9417 var InfoCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm32 588c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V456c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272zm-32-344a48.01 48.01 0 010-96 48.01 48.01 0 010 96z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M464 336a48 48 0 1096 0 48 48 0 10-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z", "fill": primaryColor } }] }; }, "name": "info-circle", "theme": "twotone" };
9418 exports.default = InfoCircleTwoTone;
9419 });
9420
9421 var InfoCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(InfoCircleTwoTone_1);
9422
9423 var InfoCircleTwoTone = function InfoCircleTwoTone(props, ref) {
9424 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9425 ref: ref,
9426 icon: InfoCircleTwoToneSvg
9427 }));
9428 };
9429
9430 InfoCircleTwoTone.displayName = 'InfoCircleTwoTone';
9431 var InfoCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(InfoCircleTwoTone);
9432
9433 var InfoOutlined_1 = createCommonjsModule(function (module, exports) {
9434 // This icon file is generated automatically.
9435 Object.defineProperty(exports, "__esModule", { value: true });
9436 var InfoOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M448 224a64 64 0 10128 0 64 64 0 10-128 0zm96 168h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V400c0-4.4-3.6-8-8-8z" } }] }, "name": "info", "theme": "outlined" };
9437 exports.default = InfoOutlined;
9438 });
9439
9440 var InfoOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(InfoOutlined_1);
9441
9442 var InfoOutlined = function InfoOutlined(props, ref) {
9443 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9444 ref: ref,
9445 icon: InfoOutlinedSvg
9446 }));
9447 };
9448
9449 InfoOutlined.displayName = 'InfoOutlined';
9450 var InfoOutlined$1 = /*#__PURE__*/React.forwardRef(InfoOutlined);
9451
9452 var InsertRowAboveOutlined_1 = createCommonjsModule(function (module, exports) {
9453 // This icon file is generated automatically.
9454 Object.defineProperty(exports, "__esModule", { value: true });
9455 var InsertRowAboveOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M878.7 336H145.3c-18.4 0-33.3 14.3-33.3 32v464c0 17.7 14.9 32 33.3 32h733.3c18.4 0 33.3-14.3 33.3-32V368c.1-17.7-14.8-32-33.2-32zM360 792H184V632h176v160zm0-224H184V408h176v160zm240 224H424V632h176v160zm0-224H424V408h176v160zm240 224H664V632h176v160zm0-224H664V408h176v160zm64-408H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8z" } }] }, "name": "insert-row-above", "theme": "outlined" };
9456 exports.default = InsertRowAboveOutlined;
9457 });
9458
9459 var InsertRowAboveOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(InsertRowAboveOutlined_1);
9460
9461 var InsertRowAboveOutlined = function InsertRowAboveOutlined(props, ref) {
9462 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9463 ref: ref,
9464 icon: InsertRowAboveOutlinedSvg
9465 }));
9466 };
9467
9468 InsertRowAboveOutlined.displayName = 'InsertRowAboveOutlined';
9469 var InsertRowAboveOutlined$1 = /*#__PURE__*/React.forwardRef(InsertRowAboveOutlined);
9470
9471 var InsertRowBelowOutlined_1 = createCommonjsModule(function (module, exports) {
9472 // This icon file is generated automatically.
9473 Object.defineProperty(exports, "__esModule", { value: true });
9474 var InsertRowBelowOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M904 768H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8zm-25.3-608H145.3c-18.4 0-33.3 14.3-33.3 32v464c0 17.7 14.9 32 33.3 32h733.3c18.4 0 33.3-14.3 33.3-32V192c.1-17.7-14.8-32-33.2-32zM360 616H184V456h176v160zm0-224H184V232h176v160zm240 224H424V456h176v160zm0-224H424V232h176v160zm240 224H664V456h176v160zm0-224H664V232h176v160z" } }] }, "name": "insert-row-below", "theme": "outlined" };
9475 exports.default = InsertRowBelowOutlined;
9476 });
9477
9478 var InsertRowBelowOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(InsertRowBelowOutlined_1);
9479
9480 var InsertRowBelowOutlined = function InsertRowBelowOutlined(props, ref) {
9481 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9482 ref: ref,
9483 icon: InsertRowBelowOutlinedSvg
9484 }));
9485 };
9486
9487 InsertRowBelowOutlined.displayName = 'InsertRowBelowOutlined';
9488 var InsertRowBelowOutlined$1 = /*#__PURE__*/React.forwardRef(InsertRowBelowOutlined);
9489
9490 var InsertRowLeftOutlined_1 = createCommonjsModule(function (module, exports) {
9491 // This icon file is generated automatically.
9492 Object.defineProperty(exports, "__esModule", { value: true });
9493 var InsertRowLeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M248 112h-80c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8zm584 0H368c-17.7 0-32 14.9-32 33.3v733.3c0 18.4 14.3 33.3 32 33.3h464c17.7 0 32-14.9 32-33.3V145.3c0-18.4-14.3-33.3-32-33.3zM568 840H408V664h160v176zm0-240H408V424h160v176zm0-240H408V184h160v176zm224 480H632V664h160v176zm0-240H632V424h160v176zm0-240H632V184h160v176z" } }] }, "name": "insert-row-left", "theme": "outlined" };
9494 exports.default = InsertRowLeftOutlined;
9495 });
9496
9497 var InsertRowLeftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(InsertRowLeftOutlined_1);
9498
9499 var InsertRowLeftOutlined = function InsertRowLeftOutlined(props, ref) {
9500 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9501 ref: ref,
9502 icon: InsertRowLeftOutlinedSvg
9503 }));
9504 };
9505
9506 InsertRowLeftOutlined.displayName = 'InsertRowLeftOutlined';
9507 var InsertRowLeftOutlined$1 = /*#__PURE__*/React.forwardRef(InsertRowLeftOutlined);
9508
9509 var InsertRowRightOutlined_1 = createCommonjsModule(function (module, exports) {
9510 // This icon file is generated automatically.
9511 Object.defineProperty(exports, "__esModule", { value: true });
9512 var InsertRowRightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M856 112h-80c-4.4 0-8 3.6-8 8v784c0 4.4 3.6 8 8 8h80c4.4 0 8-3.6 8-8V120c0-4.4-3.6-8-8-8zm-200 0H192c-17.7 0-32 14.9-32 33.3v733.3c0 18.4 14.3 33.3 32 33.3h464c17.7 0 32-14.9 32-33.3V145.3c0-18.4-14.3-33.3-32-33.3zM392 840H232V664h160v176zm0-240H232V424h160v176zm0-240H232V184h160v176zm224 480H456V664h160v176zm0-240H456V424h160v176zm0-240H456V184h160v176z" } }] }, "name": "insert-row-right", "theme": "outlined" };
9513 exports.default = InsertRowRightOutlined;
9514 });
9515
9516 var InsertRowRightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(InsertRowRightOutlined_1);
9517
9518 var InsertRowRightOutlined = function InsertRowRightOutlined(props, ref) {
9519 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9520 ref: ref,
9521 icon: InsertRowRightOutlinedSvg
9522 }));
9523 };
9524
9525 InsertRowRightOutlined.displayName = 'InsertRowRightOutlined';
9526 var InsertRowRightOutlined$1 = /*#__PURE__*/React.forwardRef(InsertRowRightOutlined);
9527
9528 var InstagramFilled_1 = createCommonjsModule(function (module, exports) {
9529 // This icon file is generated automatically.
9530 Object.defineProperty(exports, "__esModule", { value: true });
9531 var InstagramFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 378.7c-73.4 0-133.3 59.9-133.3 133.3S438.6 645.3 512 645.3 645.3 585.4 645.3 512 585.4 378.7 512 378.7zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zM512 717.1c-113.5 0-205.1-91.6-205.1-205.1S398.5 306.9 512 306.9 717.1 398.5 717.1 512 625.5 717.1 512 717.1zm213.5-370.7c-26.5 0-47.9-21.4-47.9-47.9s21.4-47.9 47.9-47.9 47.9 21.4 47.9 47.9a47.84 47.84 0 01-47.9 47.9z" } }] }, "name": "instagram", "theme": "filled" };
9532 exports.default = InstagramFilled;
9533 });
9534
9535 var InstagramFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(InstagramFilled_1);
9536
9537 var InstagramFilled = function InstagramFilled(props, ref) {
9538 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9539 ref: ref,
9540 icon: InstagramFilledSvg
9541 }));
9542 };
9543
9544 InstagramFilled.displayName = 'InstagramFilled';
9545 var InstagramFilled$1 = /*#__PURE__*/React.forwardRef(InstagramFilled);
9546
9547 var InstagramOutlined_1 = createCommonjsModule(function (module, exports) {
9548 // This icon file is generated automatically.
9549 Object.defineProperty(exports, "__esModule", { value: true });
9550 var InstagramOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 306.9c-113.5 0-205.1 91.6-205.1 205.1S398.5 717.1 512 717.1 717.1 625.5 717.1 512 625.5 306.9 512 306.9zm0 338.4c-73.4 0-133.3-59.9-133.3-133.3S438.6 378.7 512 378.7 645.3 438.6 645.3 512 585.4 645.3 512 645.3zm213.5-394.6c-26.5 0-47.9 21.4-47.9 47.9s21.4 47.9 47.9 47.9 47.9-21.3 47.9-47.9a47.84 47.84 0 00-47.9-47.9zM911.8 512c0-55.2.5-109.9-2.6-165-3.1-64-17.7-120.8-64.5-167.6-46.9-46.9-103.6-61.4-167.6-64.5-55.2-3.1-109.9-2.6-165-2.6-55.2 0-109.9-.5-165 2.6-64 3.1-120.8 17.7-167.6 64.5C132.6 226.3 118.1 283 115 347c-3.1 55.2-2.6 109.9-2.6 165s-.5 109.9 2.6 165c3.1 64 17.7 120.8 64.5 167.6 46.9 46.9 103.6 61.4 167.6 64.5 55.2 3.1 109.9 2.6 165 2.6 55.2 0 109.9.5 165-2.6 64-3.1 120.8-17.7 167.6-64.5 46.9-46.9 61.4-103.6 64.5-167.6 3.2-55.1 2.6-109.8 2.6-165zm-88 235.8c-7.3 18.2-16.1 31.8-30.2 45.8-14.1 14.1-27.6 22.9-45.8 30.2C695.2 844.7 570.3 840 512 840c-58.3 0-183.3 4.7-235.9-16.1-18.2-7.3-31.8-16.1-45.8-30.2-14.1-14.1-22.9-27.6-30.2-45.8C179.3 695.2 184 570.3 184 512c0-58.3-4.7-183.3 16.1-235.9 7.3-18.2 16.1-31.8 30.2-45.8s27.6-22.9 45.8-30.2C328.7 179.3 453.7 184 512 184s183.3-4.7 235.9 16.1c18.2 7.3 31.8 16.1 45.8 30.2 14.1 14.1 22.9 27.6 30.2 45.8C844.7 328.7 840 453.7 840 512c0 58.3 4.7 183.2-16.2 235.8z" } }] }, "name": "instagram", "theme": "outlined" };
9551 exports.default = InstagramOutlined;
9552 });
9553
9554 var InstagramOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(InstagramOutlined_1);
9555
9556 var InstagramOutlined = function InstagramOutlined(props, ref) {
9557 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9558 ref: ref,
9559 icon: InstagramOutlinedSvg
9560 }));
9561 };
9562
9563 InstagramOutlined.displayName = 'InstagramOutlined';
9564 var InstagramOutlined$1 = /*#__PURE__*/React.forwardRef(InstagramOutlined);
9565
9566 var InsuranceFilled_1 = createCommonjsModule(function (module, exports) {
9567 // This icon file is generated automatically.
9568 Object.defineProperty(exports, "__esModule", { value: true });
9569 var InsuranceFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M519.9 358.8h97.9v41.6h-97.9zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM411.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 01-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 01-33.6 79V656zm296.5-49.2l-26.3 35.3a5.92 5.92 0 01-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a5.9 5.9 0 01-8.9-1.4L430 605.7a6 6 0 011.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5z" } }] }, "name": "insurance", "theme": "filled" };
9570 exports.default = InsuranceFilled;
9571 });
9572
9573 var InsuranceFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(InsuranceFilled_1);
9574
9575 var InsuranceFilled = function InsuranceFilled(props, ref) {
9576 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9577 ref: ref,
9578 icon: InsuranceFilledSvg
9579 }));
9580 };
9581
9582 InsuranceFilled.displayName = 'InsuranceFilled';
9583 var InsuranceFilled$1 = /*#__PURE__*/React.forwardRef(InsuranceFilled);
9584
9585 var InsuranceOutlined_1 = createCommonjsModule(function (module, exports) {
9586 // This icon file is generated automatically.
9587 Object.defineProperty(exports, "__esModule", { value: true });
9588 var InsuranceOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M441.6 306.8L403 288.6a6.1 6.1 0 00-8.4 3.7c-17.5 58.5-45.2 110.1-82.2 153.6a6.05 6.05 0 00-1.2 5.6l13.2 43.5c1.3 4.4 7 5.7 10.2 2.4 7.7-8.1 15.4-16.9 23.1-26V656c0 4.4 3.6 8 8 8H403c4.4 0 8-3.6 8-8V393.1a429.2 429.2 0 0033.6-79c1-2.9-.3-6-3-7.3zm26.8 9.2v127.2c0 4.4 3.6 8 8 8h65.9v18.6h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 00-1.6 8.1l22.8 36.5c1.9 3.1 6.2 3.8 8.9 1.4 31.6-26.8 58.7-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V536c21.3 41.7 47.5 77.5 78.1 106.9 2.6 2.5 6.8 2.1 8.9-.7l26.3-35.3c2-2.7 1.4-6.5-1.2-8.4-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8V478c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H476.4c-4.4 0-8 3.6-8 8zm51.5 42.8h97.9v41.6h-97.9v-41.6zm347-188.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z" } }] }, "name": "insurance", "theme": "outlined" };
9589 exports.default = InsuranceOutlined;
9590 });
9591
9592 var InsuranceOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(InsuranceOutlined_1);
9593
9594 var InsuranceOutlined = function InsuranceOutlined(props, ref) {
9595 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9596 ref: ref,
9597 icon: InsuranceOutlinedSvg
9598 }));
9599 };
9600
9601 InsuranceOutlined.displayName = 'InsuranceOutlined';
9602 var InsuranceOutlined$1 = /*#__PURE__*/React.forwardRef(InsuranceOutlined);
9603
9604 var InsuranceTwoTone_1 = createCommonjsModule(function (module, exports) {
9605 // This icon file is generated automatically.
9606 Object.defineProperty(exports, "__esModule", { value: true });
9607 var InsuranceTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M521.9 358.8h97.9v41.6h-97.9z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM413.3 656h-.2c0 4.4-3.6 8-8 8h-37.3c-4.4 0-8-3.6-8-8V471.4c-7.7 9.2-15.4 17.9-23.1 26a6.04 6.04 0 01-10.2-2.4l-13.2-43.5c-.6-2-.2-4.1 1.2-5.6 37-43.4 64.7-95.1 82.2-153.6 1.1-3.5 5-5.3 8.4-3.7l38.6 18.3c2.7 1.3 4.1 4.4 3.2 7.2a429.2 429.2 0 01-33.6 79V656zm257.9-340v127.2c0 4.4-3.6 8-8 8h-66.7v18.6h98.8c4.4 0 8 3.6 8 8v35.6c0 4.4-3.6 8-8 8h-59c18.1 29.1 41.8 54.3 72.3 76.9 2.6 2.1 3.2 5.9 1.2 8.5l-26.3 35.3a5.92 5.92 0 01-8.9.7c-30.6-29.3-56.8-65.2-78.1-106.9V656c0 4.4-3.6 8-8 8h-36.2c-4.4 0-8-3.6-8-8V536c-22 44.7-49 80.8-80.6 107.6a6.38 6.38 0 01-4.8 1.4c-1.7-.3-3.2-1.3-4.1-2.8L432 605.7a6 6 0 011.6-8.1c28.6-20.3 51.9-45.2 71-76h-55.1c-4.4 0-8-3.6-8-8V478c0-4.4 3.6-8 8-8h94.9v-18.6h-65.9c-4.4 0-8-3.6-8-8V316c0-4.4 3.6-8 8-8h184.7c4.4 0 8 3.6 8 8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M443.7 306.9l-38.6-18.3c-3.4-1.6-7.3.2-8.4 3.7-17.5 58.5-45.2 110.2-82.2 153.6a5.7 5.7 0 00-1.2 5.6l13.2 43.5c1.4 4.5 7 5.8 10.2 2.4 7.7-8.1 15.4-16.8 23.1-26V656c0 4.4 3.6 8 8 8h37.3c4.4 0 8-3.6 8-8h.2V393.1a429.2 429.2 0 0033.6-79c.9-2.8-.5-5.9-3.2-7.2zm26.8 9.1v127.4c0 4.4 3.6 8 8 8h65.9V470h-94.9c-4.4 0-8 3.6-8 8v35.6c0 4.4 3.6 8 8 8h55.1c-19.1 30.8-42.4 55.7-71 76a6 6 0 00-1.6 8.1l22.8 36.5c.9 1.5 2.4 2.5 4.1 2.8 1.7.3 3.5-.2 4.8-1.4 31.6-26.8 58.6-62.9 80.6-107.6v120c0 4.4 3.6 8 8 8h36.2c4.4 0 8-3.6 8-8V535.9c21.3 41.7 47.5 77.6 78.1 106.9 2.6 2.5 6.7 2.2 8.9-.7l26.3-35.3c2-2.6 1.4-6.4-1.2-8.5-30.5-22.6-54.2-47.8-72.3-76.9h59c4.4 0 8-3.6 8-8v-35.6c0-4.4-3.6-8-8-8h-98.8v-18.6h66.7c4.4 0 8-3.6 8-8V316c0-4.4-3.6-8-8-8H478.5c-4.4 0-8 3.6-8 8zm51.4 42.8h97.9v41.6h-97.9v-41.6z", "fill": primaryColor } }] }; }, "name": "insurance", "theme": "twotone" };
9608 exports.default = InsuranceTwoTone;
9609 });
9610
9611 var InsuranceTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(InsuranceTwoTone_1);
9612
9613 var InsuranceTwoTone = function InsuranceTwoTone(props, ref) {
9614 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9615 ref: ref,
9616 icon: InsuranceTwoToneSvg
9617 }));
9618 };
9619
9620 InsuranceTwoTone.displayName = 'InsuranceTwoTone';
9621 var InsuranceTwoTone$1 = /*#__PURE__*/React.forwardRef(InsuranceTwoTone);
9622
9623 var InteractionFilled_1 = createCommonjsModule(function (module, exports) {
9624 // This icon file is generated automatically.
9625 Object.defineProperty(exports, "__esModule", { value: true });
9626 var InteractionFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM726 585.7c0 55.3-44.7 100.1-99.7 100.1H420.6v53.4c0 5.7-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.7l109.1-85.7c4.4-3.5 10.9-.3 10.9 5.3v53.4h205.7c19.6 0 35.5-16 35.5-35.6v-78.9c0-3.7 3-6.8 6.8-6.8h50.7c3.7 0 6.8 3 6.8 6.8v79.1zm-2.6-209.9l-109.1 85.7c-4.4 3.5-10.9.3-10.9-5.3v-53.4H397.7c-19.6 0-35.5 16-35.5 35.6v78.9c0 3.7-3 6.8-6.8 6.8h-50.7c-3.7 0-6.8-3-6.8-6.8v-78.9c0-55.3 44.7-100.1 99.7-100.1h205.7v-53.4c0-5.7 6.5-8.8 10.9-5.3l109.1 85.7c3.6 2.5 3.6 7.8.1 10.5z" } }] }, "name": "interaction", "theme": "filled" };
9627 exports.default = InteractionFilled;
9628 });
9629
9630 var InteractionFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(InteractionFilled_1);
9631
9632 var InteractionFilled = function InteractionFilled(props, ref) {
9633 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9634 ref: ref,
9635 icon: InteractionFilledSvg
9636 }));
9637 };
9638
9639 InteractionFilled.displayName = 'InteractionFilled';
9640 var InteractionFilled$1 = /*#__PURE__*/React.forwardRef(InteractionFilled);
9641
9642 var InteractionOutlined_1 = createCommonjsModule(function (module, exports) {
9643 // This icon file is generated automatically.
9644 Object.defineProperty(exports, "__esModule", { value: true });
9645 var InteractionOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z" } }] }, "name": "interaction", "theme": "outlined" };
9646 exports.default = InteractionOutlined;
9647 });
9648
9649 var InteractionOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(InteractionOutlined_1);
9650
9651 var InteractionOutlined = function InteractionOutlined(props, ref) {
9652 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9653 ref: ref,
9654 icon: InteractionOutlinedSvg
9655 }));
9656 };
9657
9658 InteractionOutlined.displayName = 'InteractionOutlined';
9659 var InteractionOutlined$1 = /*#__PURE__*/React.forwardRef(InteractionOutlined);
9660
9661 var InteractionTwoTone_1 = createCommonjsModule(function (module, exports) {
9662 // This icon file is generated automatically.
9663 Object.defineProperty(exports, "__esModule", { value: true });
9664 var InteractionTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm114-401.9c0-55.3 44.6-100.1 99.7-100.1h205.8v-53.4c0-5.6 6.5-8.8 10.9-5.3L723.5 365c3.5 2.7 3.5 8 0 10.7l-109.1 85.7c-4.4 3.5-10.9.4-10.9-5.3v-53.4H397.8c-19.6 0-35.5 15.9-35.5 35.6v78.9c0 3.8-3.1 6.8-6.8 6.8h-50.7c-3.8 0-6.8-3-6.8-7v-78.9zm2.6 210.3l109.1-85.7c4.4-3.5 10.9-.4 10.9 5.3v53.4h205.6c19.6 0 35.5-15.9 35.5-35.6v-78.9c0-3.8 3.1-6.8 6.8-6.8h50.7c3.8 0 6.8 3.1 6.8 6.8v78.9c0 55.3-44.6 100.1-99.7 100.1H420.6v53.4c0 5.6-6.5 8.8-10.9 5.3l-109.1-85.7c-3.5-2.7-3.5-8 0-10.5z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M304.8 524h50.7c3.7 0 6.8-3 6.8-6.8v-78.9c0-19.7 15.9-35.6 35.5-35.6h205.7v53.4c0 5.7 6.5 8.8 10.9 5.3l109.1-85.7c3.5-2.7 3.5-8 0-10.7l-109.1-85.7c-4.4-3.5-10.9-.3-10.9 5.3V338H397.7c-55.1 0-99.7 44.8-99.7 100.1V517c0 4 3 7 6.8 7zm-4.2 134.9l109.1 85.7c4.4 3.5 10.9.3 10.9-5.3v-53.4h205.7c55.1 0 99.7-44.8 99.7-100.1v-78.9c0-3.7-3-6.8-6.8-6.8h-50.7c-3.7 0-6.8 3-6.8 6.8v78.9c0 19.7-15.9 35.6-35.5 35.6H420.6V568c0-5.7-6.5-8.8-10.9-5.3l-109.1 85.7c-3.5 2.5-3.5 7.8 0 10.5z", "fill": primaryColor } }] }; }, "name": "interaction", "theme": "twotone" };
9665 exports.default = InteractionTwoTone;
9666 });
9667
9668 var InteractionTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(InteractionTwoTone_1);
9669
9670 var InteractionTwoTone = function InteractionTwoTone(props, ref) {
9671 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9672 ref: ref,
9673 icon: InteractionTwoToneSvg
9674 }));
9675 };
9676
9677 InteractionTwoTone.displayName = 'InteractionTwoTone';
9678 var InteractionTwoTone$1 = /*#__PURE__*/React.forwardRef(InteractionTwoTone);
9679
9680 var IssuesCloseOutlined_1 = createCommonjsModule(function (module, exports) {
9681 // This icon file is generated automatically.
9682 Object.defineProperty(exports, "__esModule", { value: true });
9683 var IssuesCloseOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm72-112c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48zm400-188h-59.3c-2.6 0-5 1.2-6.5 3.3L763.7 538.1l-49.9-68.8a7.92 7.92 0 00-6.5-3.3H648c-6.5 0-10.3 7.4-6.5 12.7l109.2 150.7a16.1 16.1 0 0026 0l165.8-228.7c3.8-5.3 0-12.7-6.5-12.7zm-44 306h-64.2c-5.5 0-10.6 2.9-13.6 7.5a352.2 352.2 0 01-49.8 62.2A355.92 355.92 0 01651.1 840a355 355 0 01-138.7 27.9c-48.1 0-94.8-9.4-138.7-27.9a355.92 355.92 0 01-113.3-76.3A353.06 353.06 0 01184 650.5c-18.6-43.8-28-90.5-28-138.5s9.4-94.7 28-138.5c17.9-42.4 43.6-80.5 76.4-113.2 32.8-32.7 70.9-58.4 113.3-76.3a355 355 0 01138.7-27.9c48.1 0 94.8 9.4 138.7 27.9 42.4 17.9 80.5 43.6 113.3 76.3 19 19 35.6 39.8 49.8 62.2 2.9 4.7 8.1 7.5 13.6 7.5H892c6 0 9.8-6.3 7.2-11.6C828.8 178.5 684.7 82 517.7 80 278.9 77.2 80.5 272.5 80 511.2 79.5 750.1 273.3 944 512.4 944c169.2 0 315.6-97 386.7-238.4A8 8 0 00892 694z" } }] }, "name": "issues-close", "theme": "outlined" };
9684 exports.default = IssuesCloseOutlined;
9685 });
9686
9687 var IssuesCloseOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(IssuesCloseOutlined_1);
9688
9689 var IssuesCloseOutlined = function IssuesCloseOutlined(props, ref) {
9690 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9691 ref: ref,
9692 icon: IssuesCloseOutlinedSvg
9693 }));
9694 };
9695
9696 IssuesCloseOutlined.displayName = 'IssuesCloseOutlined';
9697 var IssuesCloseOutlined$1 = /*#__PURE__*/React.forwardRef(IssuesCloseOutlined);
9698
9699 var ItalicOutlined_1 = createCommonjsModule(function (module, exports) {
9700 // This icon file is generated automatically.
9701 Object.defineProperty(exports, "__esModule", { value: true });
9702 var ItalicOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M798 160H366c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h181.2l-156 544H229c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h432c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8H474.4l156-544H798c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z" } }] }, "name": "italic", "theme": "outlined" };
9703 exports.default = ItalicOutlined;
9704 });
9705
9706 var ItalicOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ItalicOutlined_1);
9707
9708 var ItalicOutlined = function ItalicOutlined(props, ref) {
9709 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9710 ref: ref,
9711 icon: ItalicOutlinedSvg
9712 }));
9713 };
9714
9715 ItalicOutlined.displayName = 'ItalicOutlined';
9716 var ItalicOutlined$1 = /*#__PURE__*/React.forwardRef(ItalicOutlined);
9717
9718 var KeyOutlined_1 = createCommonjsModule(function (module, exports) {
9719 // This icon file is generated automatically.
9720 Object.defineProperty(exports, "__esModule", { value: true });
9721 var KeyOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5l-41.1 41.1-62.3-62.3a8.15 8.15 0 00-11.4 0l-39.8 39.8a8.15 8.15 0 000 11.4l62.3 62.3-44.9 44.9-62.3-62.3a8.15 8.15 0 00-11.4 0l-39.8 39.8a8.15 8.15 0 000 11.4l62.3 62.3-65.3 65.3a8.03 8.03 0 000 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6A304.06 304.06 0 00608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644c-60.9 0-118.2-23.7-161.2-66.8-43.1-43-66.8-100.3-66.8-161.2 0-60.9 23.7-118.2 66.8-161.2 43-43.1 100.3-66.8 161.2-66.8 60.9 0 118.2 23.7 161.2 66.8 43.1 43 66.8 100.3 66.8 161.2 0 60.9-23.7 118.2-66.8 161.2z" } }] }, "name": "key", "theme": "outlined" };
9722 exports.default = KeyOutlined;
9723 });
9724
9725 var KeyOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(KeyOutlined_1);
9726
9727 var KeyOutlined = function KeyOutlined(props, ref) {
9728 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9729 ref: ref,
9730 icon: KeyOutlinedSvg
9731 }));
9732 };
9733
9734 KeyOutlined.displayName = 'KeyOutlined';
9735 var KeyOutlined$1 = /*#__PURE__*/React.forwardRef(KeyOutlined);
9736
9737 var LaptopOutlined_1 = createCommonjsModule(function (module, exports) {
9738 // This icon file is generated automatically.
9739 Object.defineProperty(exports, "__esModule", { value: true });
9740 var LaptopOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M956.9 845.1L896.4 632V168c0-17.7-14.3-32-32-32h-704c-17.7 0-32 14.3-32 32v464L67.9 845.1C60.4 866 75.8 888 98 888h828.8c22.2 0 37.6-22 30.1-42.9zM200.4 208h624v395h-624V208zm228.3 608l8.1-37h150.3l8.1 37H428.7zm224 0l-19.1-86.7c-.8-3.7-4.1-6.3-7.8-6.3H398.2c-3.8 0-7 2.6-7.8 6.3L371.3 816H151l42.3-149h638.2l42.3 149H652.7z" } }] }, "name": "laptop", "theme": "outlined" };
9741 exports.default = LaptopOutlined;
9742 });
9743
9744 var LaptopOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LaptopOutlined_1);
9745
9746 var LaptopOutlined = function LaptopOutlined(props, ref) {
9747 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9748 ref: ref,
9749 icon: LaptopOutlinedSvg
9750 }));
9751 };
9752
9753 LaptopOutlined.displayName = 'LaptopOutlined';
9754 var LaptopOutlined$1 = /*#__PURE__*/React.forwardRef(LaptopOutlined);
9755
9756 var LayoutFilled_1 = createCommonjsModule(function (module, exports) {
9757 // This icon file is generated automatically.
9758 Object.defineProperty(exports, "__esModule", { value: true });
9759 var LayoutFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M384 912h496c17.7 0 32-14.3 32-32V340H384v572zm496-800H384v164h528V144c0-17.7-14.3-32-32-32zm-768 32v736c0 17.7 14.3 32 32 32h176V112H144c-17.7 0-32 14.3-32 32z" } }] }, "name": "layout", "theme": "filled" };
9760 exports.default = LayoutFilled;
9761 });
9762
9763 var LayoutFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(LayoutFilled_1);
9764
9765 var LayoutFilled = function LayoutFilled(props, ref) {
9766 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9767 ref: ref,
9768 icon: LayoutFilledSvg
9769 }));
9770 };
9771
9772 LayoutFilled.displayName = 'LayoutFilled';
9773 var LayoutFilled$1 = /*#__PURE__*/React.forwardRef(LayoutFilled);
9774
9775 var LayoutOutlined_1 = createCommonjsModule(function (module, exports) {
9776 // This icon file is generated automatically.
9777 Object.defineProperty(exports, "__esModule", { value: true });
9778 var LayoutOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-696 72h136v656H184V184zm656 656H384V384h456v456zM384 320V184h456v136H384z" } }] }, "name": "layout", "theme": "outlined" };
9779 exports.default = LayoutOutlined;
9780 });
9781
9782 var LayoutOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LayoutOutlined_1);
9783
9784 var LayoutOutlined = function LayoutOutlined(props, ref) {
9785 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9786 ref: ref,
9787 icon: LayoutOutlinedSvg
9788 }));
9789 };
9790
9791 LayoutOutlined.displayName = 'LayoutOutlined';
9792 var LayoutOutlined$1 = /*#__PURE__*/React.forwardRef(LayoutOutlined);
9793
9794 var LayoutTwoTone_1 = createCommonjsModule(function (module, exports) {
9795 // This icon file is generated automatically.
9796 Object.defineProperty(exports, "__esModule", { value: true });
9797 var LayoutTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M384 185h456v136H384zm-200 0h136v656H184zm696-73H144c-17.7 0-32 14.3-32 32v1c0-17.7 14.3-32 32-32h736c17.7 0 32 14.3 32 32v-1c0-17.7-14.3-32-32-32zM384 385h456v456H384z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M880 113H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V145c0-17.7-14.3-32-32-32zM320 841H184V185h136v656zm520 0H384V385h456v456zm0-520H384V185h456v136z", "fill": primaryColor } }] }; }, "name": "layout", "theme": "twotone" };
9798 exports.default = LayoutTwoTone;
9799 });
9800
9801 var LayoutTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(LayoutTwoTone_1);
9802
9803 var LayoutTwoTone = function LayoutTwoTone(props, ref) {
9804 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9805 ref: ref,
9806 icon: LayoutTwoToneSvg
9807 }));
9808 };
9809
9810 LayoutTwoTone.displayName = 'LayoutTwoTone';
9811 var LayoutTwoTone$1 = /*#__PURE__*/React.forwardRef(LayoutTwoTone);
9812
9813 var LeftCircleFilled_1 = createCommonjsModule(function (module, exports) {
9814 // This icon file is generated automatically.
9815 Object.defineProperty(exports, "__esModule", { value: true });
9816 var LeftCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm104 316.9c0 10.2-4.9 19.9-13.2 25.9L457.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 010-12.9l246-178a8 8 0 0112.7 6.5v46.8z" } }] }, "name": "left-circle", "theme": "filled" };
9817 exports.default = LeftCircleFilled;
9818 });
9819
9820 var LeftCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(LeftCircleFilled_1);
9821
9822 var LeftCircleFilled = function LeftCircleFilled(props, ref) {
9823 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9824 ref: ref,
9825 icon: LeftCircleFilledSvg
9826 }));
9827 };
9828
9829 LeftCircleFilled.displayName = 'LeftCircleFilled';
9830 var LeftCircleFilled$1 = /*#__PURE__*/React.forwardRef(LeftCircleFilled);
9831
9832 var LeftCircleOutlined_1 = createCommonjsModule(function (module, exports) {
9833 // This icon file is generated automatically.
9834 Object.defineProperty(exports, "__esModule", { value: true });
9835 var LeftCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M603.3 327.5l-246 178a7.95 7.95 0 000 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z" } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }] }, "name": "left-circle", "theme": "outlined" };
9836 exports.default = LeftCircleOutlined;
9837 });
9838
9839 var LeftCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LeftCircleOutlined_1);
9840
9841 var LeftCircleOutlined = function LeftCircleOutlined(props, ref) {
9842 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9843 ref: ref,
9844 icon: LeftCircleOutlinedSvg
9845 }));
9846 };
9847
9848 LeftCircleOutlined.displayName = 'LeftCircleOutlined';
9849 var LeftCircleOutlined$1 = /*#__PURE__*/React.forwardRef(LeftCircleOutlined);
9850
9851 var LeftCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
9852 // This icon file is generated automatically.
9853 Object.defineProperty(exports, "__esModule", { value: true });
9854 var LeftCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm104 240.9c0 10.3-4.9 19.9-13.2 25.9L457.4 512l145.4 105.1c8.3 6 13.2 15.7 13.2 25.9v46.9c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 010-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M603.3 327.5l-246 178a7.95 7.95 0 000 12.9l246 178c5.3 3.8 12.7 0 12.7-6.5V643c0-10.2-4.9-19.9-13.2-25.9L457.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5z", "fill": primaryColor } }] }; }, "name": "left-circle", "theme": "twotone" };
9855 exports.default = LeftCircleTwoTone;
9856 });
9857
9858 var LeftCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(LeftCircleTwoTone_1);
9859
9860 var LeftCircleTwoTone = function LeftCircleTwoTone(props, ref) {
9861 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9862 ref: ref,
9863 icon: LeftCircleTwoToneSvg
9864 }));
9865 };
9866
9867 LeftCircleTwoTone.displayName = 'LeftCircleTwoTone';
9868 var LeftCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(LeftCircleTwoTone);
9869
9870 var LeftOutlined_1 = createCommonjsModule(function (module, exports) {
9871 // This icon file is generated automatically.
9872 Object.defineProperty(exports, "__esModule", { value: true });
9873 var LeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z" } }] }, "name": "left", "theme": "outlined" };
9874 exports.default = LeftOutlined;
9875 });
9876
9877 var LeftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LeftOutlined_1);
9878
9879 var LeftOutlined = function LeftOutlined(props, ref) {
9880 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9881 ref: ref,
9882 icon: LeftOutlinedSvg
9883 }));
9884 };
9885
9886 LeftOutlined.displayName = 'LeftOutlined';
9887 var LeftOutlined$1 = /*#__PURE__*/React.forwardRef(LeftOutlined);
9888
9889 var LeftSquareFilled_1 = createCommonjsModule(function (module, exports) {
9890 // This icon file is generated automatically.
9891 Object.defineProperty(exports, "__esModule", { value: true });
9892 var LeftSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM624 380.9c0 10.2-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.6 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.5l-246-178a7.95 7.95 0 010-12.9l246-178c5.3-3.8 12.7 0 12.7 6.5v46.8z" } }] }, "name": "left-square", "theme": "filled" };
9893 exports.default = LeftSquareFilled;
9894 });
9895
9896 var LeftSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(LeftSquareFilled_1);
9897
9898 var LeftSquareFilled = function LeftSquareFilled(props, ref) {
9899 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9900 ref: ref,
9901 icon: LeftSquareFilledSvg
9902 }));
9903 };
9904
9905 LeftSquareFilled.displayName = 'LeftSquareFilled';
9906 var LeftSquareFilled$1 = /*#__PURE__*/React.forwardRef(LeftSquareFilled);
9907
9908 var LeftSquareOutlined_1 = createCommonjsModule(function (module, exports) {
9909 // This icon file is generated automatically.
9910 Object.defineProperty(exports, "__esModule", { value: true });
9911 var LeftSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M365.3 518.5l246 178c5.3 3.8 12.7 0 12.7-6.5v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a8.05 8.05 0 000 13z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "left-square", "theme": "outlined" };
9912 exports.default = LeftSquareOutlined;
9913 });
9914
9915 var LeftSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LeftSquareOutlined_1);
9916
9917 var LeftSquareOutlined = function LeftSquareOutlined(props, ref) {
9918 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9919 ref: ref,
9920 icon: LeftSquareOutlinedSvg
9921 }));
9922 };
9923
9924 LeftSquareOutlined.displayName = 'LeftSquareOutlined';
9925 var LeftSquareOutlined$1 = /*#__PURE__*/React.forwardRef(LeftSquareOutlined);
9926
9927 var LeftSquareTwoTone_1 = createCommonjsModule(function (module, exports) {
9928 // This icon file is generated automatically.
9929 Object.defineProperty(exports, "__esModule", { value: true });
9930 var LeftSquareTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm181.3-334.5l246-178c5.3-3.8 12.7 0 12.7 6.5v46.9c0 10.3-4.9 19.9-13.2 25.9L465.4 512l145.4 105.2c8.3 6 13.2 15.7 13.2 25.9V690c0 6.5-7.4 10.3-12.7 6.4l-246-178a7.95 7.95 0 010-12.9z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M365.3 518.4l246 178c5.3 3.9 12.7.1 12.7-6.4v-46.9c0-10.2-4.9-19.9-13.2-25.9L465.4 512l145.4-105.2c8.3-6 13.2-15.6 13.2-25.9V334c0-6.5-7.4-10.3-12.7-6.5l-246 178a7.95 7.95 0 000 12.9z", "fill": primaryColor } }] }; }, "name": "left-square", "theme": "twotone" };
9931 exports.default = LeftSquareTwoTone;
9932 });
9933
9934 var LeftSquareTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(LeftSquareTwoTone_1);
9935
9936 var LeftSquareTwoTone = function LeftSquareTwoTone(props, ref) {
9937 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9938 ref: ref,
9939 icon: LeftSquareTwoToneSvg
9940 }));
9941 };
9942
9943 LeftSquareTwoTone.displayName = 'LeftSquareTwoTone';
9944 var LeftSquareTwoTone$1 = /*#__PURE__*/React.forwardRef(LeftSquareTwoTone);
9945
9946 var LikeFilled_1 = createCommonjsModule(function (module, exports) {
9947 // This icon file is generated automatically.
9948 Object.defineProperty(exports, "__esModule", { value: true });
9949 var LikeFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 00-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 00471 99.9c-52 0-98 35-111.8 85.1l-85.9 311h-.3v428h472.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32z" } }] }, "name": "like", "theme": "filled" };
9950 exports.default = LikeFilled;
9951 });
9952
9953 var LikeFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(LikeFilled_1);
9954
9955 var LikeFilled = function LikeFilled(props, ref) {
9956 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9957 ref: ref,
9958 icon: LikeFilledSvg
9959 }));
9960 };
9961
9962 LikeFilled.displayName = 'LikeFilled';
9963 var LikeFilled$1 = /*#__PURE__*/React.forwardRef(LikeFilled);
9964
9965 var LikeOutlined_1 = createCommonjsModule(function (module, exports) {
9966 // This icon file is generated automatically.
9967 Object.defineProperty(exports, "__esModule", { value: true });
9968 var LikeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885.9 533.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.4-65.5-111.1a67.67 67.67 0 00-34.3-9.3H572.4l6-122.9c1.4-29.7-9.1-57.9-29.5-79.4A106.62 106.62 0 00471 99.9c-52 0-98 35-111.8 85.1l-85.9 311H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h601.3c9.2 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7-.2-12.6-2-25.1-5.6-37.1zM184 852V568h81v284h-81zm636.4-353l-21.9 19 13.9 25.4a56.2 56.2 0 016.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 016.9 27.3c0 16.5-7.2 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 016.9 27.3c0 22.4-13.2 42.6-33.6 51.8H329V564.8l99.5-360.5a44.1 44.1 0 0142.2-32.3c7.6 0 15.1 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.2 32.1-19.6 43z" } }] }, "name": "like", "theme": "outlined" };
9969 exports.default = LikeOutlined;
9970 });
9971
9972 var LikeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LikeOutlined_1);
9973
9974 var LikeOutlined = function LikeOutlined(props, ref) {
9975 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9976 ref: ref,
9977 icon: LikeOutlinedSvg
9978 }));
9979 };
9980
9981 LikeOutlined.displayName = 'LikeOutlined';
9982 var LikeOutlined$1 = /*#__PURE__*/React.forwardRef(LikeOutlined);
9983
9984 var LikeTwoTone_1 = createCommonjsModule(function (module, exports) {
9985 // This icon file is generated automatically.
9986 Object.defineProperty(exports, "__esModule", { value: true });
9987 var LikeTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M273 495.9v428l.3-428zm538.2-88.3H496.8l9.6-198.4c.6-11.9-4.7-23.1-14.6-30.5-6.1-4.5-13.6-6.8-21.1-6.7-19.6.1-36.9 13.4-42.2 32.3-37.1 134.4-64.9 235.2-83.5 302.5V852h399.4a56.85 56.85 0 0033.6-51.8c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0019.6-43c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4 21.9-19a56.76 56.76 0 0019.6-43c0-9.7-2.3-18.9-6.9-27.3l-14-25.5 21.9-19a56.76 56.76 0 0019.6-43c0-19.1-11-37.5-28.8-48.4z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32zm773.9 5.7c16.8-22.2 26.1-49.4 26.1-77.7 0-44.9-25.1-87.5-65.5-111a67.67 67.67 0 00-34.3-9.3H572.3l6-122.9c1.5-29.7-9-57.9-29.5-79.4a106.4 106.4 0 00-77.9-33.4c-52 0-98 35-111.8 85.1l-85.8 310.8-.3 428h472.1c9.3 0 18.2-1.8 26.5-5.4 47.6-20.3 78.3-66.8 78.3-118.4 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37 16.8-22.2 26.1-49.4 26.1-77.7 0-12.6-1.8-25-5.4-37zM820.4 499l-21.9 19 14 25.5a56.2 56.2 0 016.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 016.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19 13.9 25.4a56.2 56.2 0 016.9 27.3c0 22.4-13.2 42.6-33.6 51.8H345V506.8c18.6-67.2 46.4-168 83.5-302.5a44.28 44.28 0 0142.2-32.3c7.5-.1 15 2.2 21.1 6.7 9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.1 32.2-19.6 43z", "fill": primaryColor } }] }; }, "name": "like", "theme": "twotone" };
9988 exports.default = LikeTwoTone;
9989 });
9990
9991 var LikeTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(LikeTwoTone_1);
9992
9993 var LikeTwoTone = function LikeTwoTone(props, ref) {
9994 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
9995 ref: ref,
9996 icon: LikeTwoToneSvg
9997 }));
9998 };
9999
10000 LikeTwoTone.displayName = 'LikeTwoTone';
10001 var LikeTwoTone$1 = /*#__PURE__*/React.forwardRef(LikeTwoTone);
10002
10003 var LineChartOutlined_1 = createCommonjsModule(function (module, exports) {
10004 // This icon file is generated automatically.
10005 Object.defineProperty(exports, "__esModule", { value: true });
10006 var LineChartOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M888 792H200V168c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h752c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM305.8 637.7c3.1 3.1 8.1 3.1 11.3 0l138.3-137.6L583 628.5c3.1 3.1 8.2 3.1 11.3 0l275.4-275.3c3.1-3.1 3.1-8.2 0-11.3l-39.6-39.6a8.03 8.03 0 00-11.3 0l-230 229.9L461.4 404a8.03 8.03 0 00-11.3 0L266.3 586.7a8.03 8.03 0 000 11.3l39.5 39.7z" } }] }, "name": "line-chart", "theme": "outlined" };
10007 exports.default = LineChartOutlined;
10008 });
10009
10010 var LineChartOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LineChartOutlined_1);
10011
10012 var LineChartOutlined = function LineChartOutlined(props, ref) {
10013 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10014 ref: ref,
10015 icon: LineChartOutlinedSvg
10016 }));
10017 };
10018
10019 LineChartOutlined.displayName = 'LineChartOutlined';
10020 var LineChartOutlined$1 = /*#__PURE__*/React.forwardRef(LineChartOutlined);
10021
10022 var LineHeightOutlined_1 = createCommonjsModule(function (module, exports) {
10023 // This icon file is generated automatically.
10024 Object.defineProperty(exports, "__esModule", { value: true });
10025 var LineHeightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M648 160H104c-4.4 0-8 3.6-8 8v128c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-64h168v560h-92c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-92V232h168v64c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V168c0-4.4-3.6-8-8-8zm272.8 546H856V318h64.8c6 0 9.4-7 5.7-11.7L825.7 178.7a7.14 7.14 0 00-11.3 0L713.6 306.3a7.23 7.23 0 005.7 11.7H784v388h-64.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5a7.2 7.2 0 00-5.6-11.7z" } }] }, "name": "line-height", "theme": "outlined" };
10026 exports.default = LineHeightOutlined;
10027 });
10028
10029 var LineHeightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LineHeightOutlined_1);
10030
10031 var LineHeightOutlined = function LineHeightOutlined(props, ref) {
10032 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10033 ref: ref,
10034 icon: LineHeightOutlinedSvg
10035 }));
10036 };
10037
10038 LineHeightOutlined.displayName = 'LineHeightOutlined';
10039 var LineHeightOutlined$1 = /*#__PURE__*/React.forwardRef(LineHeightOutlined);
10040
10041 var LineOutlined_1 = createCommonjsModule(function (module, exports) {
10042 // This icon file is generated automatically.
10043 Object.defineProperty(exports, "__esModule", { value: true });
10044 var LineOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M904 476H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "line", "theme": "outlined" };
10045 exports.default = LineOutlined;
10046 });
10047
10048 var LineOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LineOutlined_1);
10049
10050 var LineOutlined = function LineOutlined(props, ref) {
10051 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10052 ref: ref,
10053 icon: LineOutlinedSvg
10054 }));
10055 };
10056
10057 LineOutlined.displayName = 'LineOutlined';
10058 var LineOutlined$1 = /*#__PURE__*/React.forwardRef(LineOutlined);
10059
10060 var LinkOutlined_1 = createCommonjsModule(function (module, exports) {
10061 // This icon file is generated automatically.
10062 Object.defineProperty(exports, "__esModule", { value: true });
10063 var LinkOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M574 665.4a8.03 8.03 0 00-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8a8.03 8.03 0 00-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3L574 665.4zm258.6-474c-84.6-84.6-221.5-84.6-306 0L410.3 307.6a8.03 8.03 0 000 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204L665.3 562.6a8.03 8.03 0 000 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1zM610.1 372.3a8.03 8.03 0 00-11.3 0L372.3 598.7a8.03 8.03 0 000 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3l-39.5-39.6z" } }] }, "name": "link", "theme": "outlined" };
10064 exports.default = LinkOutlined;
10065 });
10066
10067 var LinkOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LinkOutlined_1);
10068
10069 var LinkOutlined = function LinkOutlined(props, ref) {
10070 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10071 ref: ref,
10072 icon: LinkOutlinedSvg
10073 }));
10074 };
10075
10076 LinkOutlined.displayName = 'LinkOutlined';
10077 var LinkOutlined$1 = /*#__PURE__*/React.forwardRef(LinkOutlined);
10078
10079 var LinkedinFilled_1 = createCommonjsModule(function (module, exports) {
10080 // This icon file is generated automatically.
10081 Object.defineProperty(exports, "__esModule", { value: true });
10082 var LinkedinFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM349.3 793.7H230.6V411.9h118.7v381.8zm-59.3-434a68.8 68.8 0 1168.8-68.8c-.1 38-30.9 68.8-68.8 68.8zm503.7 434H675.1V608c0-44.3-.8-101.2-61.7-101.2-61.7 0-71.2 48.2-71.2 98v188.9H423.7V411.9h113.8v52.2h1.6c15.8-30 54.5-61.7 112.3-61.7 120.2 0 142.3 79.1 142.3 181.9v209.4z" } }] }, "name": "linkedin", "theme": "filled" };
10083 exports.default = LinkedinFilled;
10084 });
10085
10086 var LinkedinFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(LinkedinFilled_1);
10087
10088 var LinkedinFilled = function LinkedinFilled(props, ref) {
10089 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10090 ref: ref,
10091 icon: LinkedinFilledSvg
10092 }));
10093 };
10094
10095 LinkedinFilled.displayName = 'LinkedinFilled';
10096 var LinkedinFilled$1 = /*#__PURE__*/React.forwardRef(LinkedinFilled);
10097
10098 var LinkedinOutlined_1 = createCommonjsModule(function (module, exports) {
10099 // This icon file is generated automatically.
10100 Object.defineProperty(exports, "__esModule", { value: true });
10101 var LinkedinOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M847.7 112H176.3c-35.5 0-64.3 28.8-64.3 64.3v671.4c0 35.5 28.8 64.3 64.3 64.3h671.4c35.5 0 64.3-28.8 64.3-64.3V176.3c0-35.5-28.8-64.3-64.3-64.3zm0 736c-447.8-.1-671.7-.2-671.7-.3.1-447.8.2-671.7.3-671.7 447.8.1 671.7.2 671.7.3-.1 447.8-.2 671.7-.3 671.7zM230.6 411.9h118.7v381.8H230.6zm59.4-52.2c37.9 0 68.8-30.8 68.8-68.8a68.8 68.8 0 10-137.6 0c-.1 38 30.7 68.8 68.8 68.8zm252.3 245.1c0-49.8 9.5-98 71.2-98 60.8 0 61.7 56.9 61.7 101.2v185.7h118.6V584.3c0-102.8-22.2-181.9-142.3-181.9-57.7 0-96.4 31.7-112.3 61.7h-1.6v-52.2H423.7v381.8h118.6V604.8z" } }] }, "name": "linkedin", "theme": "outlined" };
10102 exports.default = LinkedinOutlined;
10103 });
10104
10105 var LinkedinOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LinkedinOutlined_1);
10106
10107 var LinkedinOutlined = function LinkedinOutlined(props, ref) {
10108 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10109 ref: ref,
10110 icon: LinkedinOutlinedSvg
10111 }));
10112 };
10113
10114 LinkedinOutlined.displayName = 'LinkedinOutlined';
10115 var LinkedinOutlined$1 = /*#__PURE__*/React.forwardRef(LinkedinOutlined);
10116
10117 var Loading3QuartersOutlined_1 = createCommonjsModule(function (module, exports) {
10118 // This icon file is generated automatically.
10119 Object.defineProperty(exports, "__esModule", { value: true });
10120 var Loading3QuartersOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 1024c-69.1 0-136.2-13.5-199.3-40.2C251.7 958 197 921 150 874c-47-47-84-101.7-109.8-162.7C13.5 648.2 0 581.1 0 512c0-19.9 16.1-36 36-36s36 16.1 36 36c0 59.4 11.6 117 34.6 171.3 22.2 52.4 53.9 99.5 94.3 139.9 40.4 40.4 87.5 72.2 139.9 94.3C395 940.4 452.6 952 512 952c59.4 0 117-11.6 171.3-34.6 52.4-22.2 99.5-53.9 139.9-94.3 40.4-40.4 72.2-87.5 94.3-139.9C940.4 629 952 571.4 952 512c0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.2C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3s-13.5 136.2-40.2 199.3C958 772.3 921 827 874 874c-47 47-101.8 83.9-162.7 109.7-63.1 26.8-130.2 40.3-199.3 40.3z" } }] }, "name": "loading-3-quarters", "theme": "outlined" };
10121 exports.default = Loading3QuartersOutlined;
10122 });
10123
10124 var Loading3QuartersOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(Loading3QuartersOutlined_1);
10125
10126 var Loading3QuartersOutlined = function Loading3QuartersOutlined(props, ref) {
10127 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10128 ref: ref,
10129 icon: Loading3QuartersOutlinedSvg
10130 }));
10131 };
10132
10133 Loading3QuartersOutlined.displayName = 'Loading3QuartersOutlined';
10134 var Loading3QuartersOutlined$1 = /*#__PURE__*/React.forwardRef(Loading3QuartersOutlined);
10135
10136 var LoadingOutlined_1 = createCommonjsModule(function (module, exports) {
10137 // This icon file is generated automatically.
10138 Object.defineProperty(exports, "__esModule", { value: true });
10139 var LoadingOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" } }] }, "name": "loading", "theme": "outlined" };
10140 exports.default = LoadingOutlined;
10141 });
10142
10143 var LoadingOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LoadingOutlined_1);
10144
10145 var LoadingOutlined = function LoadingOutlined(props, ref) {
10146 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10147 ref: ref,
10148 icon: LoadingOutlinedSvg
10149 }));
10150 };
10151
10152 LoadingOutlined.displayName = 'LoadingOutlined';
10153 var LoadingOutlined$1 = /*#__PURE__*/React.forwardRef(LoadingOutlined);
10154
10155 var LockFilled_1 = createCommonjsModule(function (module, exports) {
10156 // This icon file is generated automatically.
10157 Object.defineProperty(exports, "__esModule", { value: true });
10158 var LockFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1156 0zm152-237H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224z" } }] }, "name": "lock", "theme": "filled" };
10159 exports.default = LockFilled;
10160 });
10161
10162 var LockFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(LockFilled_1);
10163
10164 var LockFilled = function LockFilled(props, ref) {
10165 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10166 ref: ref,
10167 icon: LockFilledSvg
10168 }));
10169 };
10170
10171 LockFilled.displayName = 'LockFilled';
10172 var LockFilled$1 = /*#__PURE__*/React.forwardRef(LockFilled);
10173
10174 var LockOutlined_1 = createCommonjsModule(function (module, exports) {
10175 // This icon file is generated automatically.
10176 Object.defineProperty(exports, "__esModule", { value: true });
10177 var LockOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 10-56 0z" } }] }, "name": "lock", "theme": "outlined" };
10178 exports.default = LockOutlined;
10179 });
10180
10181 var LockOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LockOutlined_1);
10182
10183 var LockOutlined = function LockOutlined(props, ref) {
10184 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10185 ref: ref,
10186 icon: LockOutlinedSvg
10187 }));
10188 };
10189
10190 LockOutlined.displayName = 'LockOutlined';
10191 var LockOutlined$1 = /*#__PURE__*/React.forwardRef(LockOutlined);
10192
10193 var LockTwoTone_1 = createCommonjsModule(function (module, exports) {
10194 // This icon file is generated automatically.
10195 Object.defineProperty(exports, "__esModule", { value: true });
10196 var LockTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 464h-68V240c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM332 240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v224H332V240zm460 600H232V536h560v304z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M232 840h560V536H232v304zm280-226a48.01 48.01 0 0128 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0128-87z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 10-56 0z", "fill": primaryColor } }] }; }, "name": "lock", "theme": "twotone" };
10197 exports.default = LockTwoTone;
10198 });
10199
10200 var LockTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(LockTwoTone_1);
10201
10202 var LockTwoTone = function LockTwoTone(props, ref) {
10203 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10204 ref: ref,
10205 icon: LockTwoToneSvg
10206 }));
10207 };
10208
10209 LockTwoTone.displayName = 'LockTwoTone';
10210 var LockTwoTone$1 = /*#__PURE__*/React.forwardRef(LockTwoTone);
10211
10212 var LoginOutlined_1 = createCommonjsModule(function (module, exports) {
10213 // This icon file is generated automatically.
10214 Object.defineProperty(exports, "__esModule", { value: true });
10215 var LoginOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M521.7 82c-152.5-.4-286.7 78.5-363.4 197.7-3.4 5.3.4 12.3 6.7 12.3h70.3c4.8 0 9.3-2.1 12.3-5.8 7-8.5 14.5-16.7 22.4-24.5 32.6-32.5 70.5-58.1 112.7-75.9 43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 32.6 32.5 58.1 70.4 76 112.5C865.7 417.8 875 464.1 875 512c0 47.9-9.4 94.2-27.8 137.8-17.8 42.1-43.4 80-76 112.5s-70.5 58.1-112.7 75.9A352.8 352.8 0 01520.6 866c-47.9 0-94.3-9.4-137.9-27.8A353.84 353.84 0 01270 762.3c-7.9-7.9-15.3-16.1-22.4-24.5-3-3.7-7.6-5.8-12.3-5.8H165c-6.3 0-10.2 7-6.7 12.3C234.9 863.2 368.5 942 520.6 942c236.2 0 428-190.1 430.4-425.6C953.4 277.1 761.3 82.6 521.7 82zM395.02 624v-76h-314c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h314v-76c0-6.7 7.8-10.5 13-6.3l141.9 112a8 8 0 010 12.6l-141.9 112c-5.2 4.1-13 .4-13-6.3z" } }] }, "name": "login", "theme": "outlined" };
10216 exports.default = LoginOutlined;
10217 });
10218
10219 var LoginOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LoginOutlined_1);
10220
10221 var LoginOutlined = function LoginOutlined(props, ref) {
10222 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10223 ref: ref,
10224 icon: LoginOutlinedSvg
10225 }));
10226 };
10227
10228 LoginOutlined.displayName = 'LoginOutlined';
10229 var LoginOutlined$1 = /*#__PURE__*/React.forwardRef(LoginOutlined);
10230
10231 var LogoutOutlined_1 = createCommonjsModule(function (module, exports) {
10232 // This icon file is generated automatically.
10233 Object.defineProperty(exports, "__esModule", { value: true });
10234 var LogoutOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M868 732h-70.3c-4.8 0-9.3 2.1-12.3 5.8-7 8.5-14.5 16.7-22.4 24.5a353.84 353.84 0 01-112.7 75.9A352.8 352.8 0 01512.4 866c-47.9 0-94.3-9.4-137.9-27.8a353.84 353.84 0 01-112.7-75.9 353.28 353.28 0 01-76-112.5C167.3 606.2 158 559.9 158 512s9.4-94.2 27.8-137.8c17.8-42.1 43.4-80 76-112.5s70.5-58.1 112.7-75.9c43.6-18.4 90-27.8 137.9-27.8 47.9 0 94.3 9.3 137.9 27.8 42.2 17.8 80.1 43.4 112.7 75.9 7.9 7.9 15.3 16.1 22.4 24.5 3 3.7 7.6 5.8 12.3 5.8H868c6.3 0 10.2-7 6.7-12.3C798 160.5 663.8 81.6 511.3 82 271.7 82.6 79.6 277.1 82 516.4 84.4 751.9 276.2 942 512.4 942c152.1 0 285.7-78.8 362.3-197.7 3.4-5.3-.4-12.3-6.7-12.3zm88.9-226.3L815 393.7c-5.3-4.2-13-.4-13 6.3v76H488c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 000-12.6z" } }] }, "name": "logout", "theme": "outlined" };
10235 exports.default = LogoutOutlined;
10236 });
10237
10238 var LogoutOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(LogoutOutlined_1);
10239
10240 var LogoutOutlined = function LogoutOutlined(props, ref) {
10241 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10242 ref: ref,
10243 icon: LogoutOutlinedSvg
10244 }));
10245 };
10246
10247 LogoutOutlined.displayName = 'LogoutOutlined';
10248 var LogoutOutlined$1 = /*#__PURE__*/React.forwardRef(LogoutOutlined);
10249
10250 var MacCommandFilled_1 = createCommonjsModule(function (module, exports) {
10251 // This icon file is generated automatically.
10252 Object.defineProperty(exports, "__esModule", { value: true });
10253 var MacCommandFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M624 672a48.01 48.01 0 0096 0c0-26.5-21.5-48-48-48h-48v48zm96-320a48.01 48.01 0 00-96 0v48h48c26.5 0 48-21.5 48-48z" } }, { "tag": "path", "attrs": { "d": "M928 64H96c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM672 560c61.9 0 112 50.1 112 112s-50.1 112-112 112-112-50.1-112-112v-48h-96v48c0 61.9-50.1 112-112 112s-112-50.1-112-112 50.1-112 112-112h48v-96h-48c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112v48h96v-48c0-61.9 50.1-112 112-112s112 50.1 112 112-50.1 112-112 112h-48v96h48z" } }, { "tag": "path", "attrs": { "d": "M464 464h96v96h-96zM352 304a48.01 48.01 0 000 96h48v-48c0-26.5-21.5-48-48-48zm-48 368a48.01 48.01 0 0096 0v-48h-48c-26.5 0-48 21.5-48 48z" } }] }, "name": "mac-command", "theme": "filled" };
10254 exports.default = MacCommandFilled;
10255 });
10256
10257 var MacCommandFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(MacCommandFilled_1);
10258
10259 var MacCommandFilled = function MacCommandFilled(props, ref) {
10260 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10261 ref: ref,
10262 icon: MacCommandFilledSvg
10263 }));
10264 };
10265
10266 MacCommandFilled.displayName = 'MacCommandFilled';
10267 var MacCommandFilled$1 = /*#__PURE__*/React.forwardRef(MacCommandFilled);
10268
10269 var MacCommandOutlined_1 = createCommonjsModule(function (module, exports) {
10270 // This icon file is generated automatically.
10271 Object.defineProperty(exports, "__esModule", { value: true });
10272 var MacCommandOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }, { "tag": "path", "attrs": { "d": "M370.8 554.4c-54.6 0-98.8 44.2-98.8 98.8s44.2 98.8 98.8 98.8 98.8-44.2 98.8-98.8v-42.4h84.7v42.4c0 54.6 44.2 98.8 98.8 98.8s98.8-44.2 98.8-98.8-44.2-98.8-98.8-98.8h-42.4v-84.7h42.4c54.6 0 98.8-44.2 98.8-98.8 0-54.6-44.2-98.8-98.8-98.8s-98.8 44.2-98.8 98.8v42.4h-84.7v-42.4c0-54.6-44.2-98.8-98.8-98.8S272 316.2 272 370.8s44.2 98.8 98.8 98.8h42.4v84.7h-42.4zm42.4 98.8c0 23.4-19 42.4-42.4 42.4s-42.4-19-42.4-42.4 19-42.4 42.4-42.4h42.4v42.4zm197.6-282.4c0-23.4 19-42.4 42.4-42.4s42.4 19 42.4 42.4-19 42.4-42.4 42.4h-42.4v-42.4zm0 240h42.4c23.4 0 42.4 19 42.4 42.4s-19 42.4-42.4 42.4-42.4-19-42.4-42.4v-42.4zM469.6 469.6h84.7v84.7h-84.7v-84.7zm-98.8-56.4c-23.4 0-42.4-19-42.4-42.4s19-42.4 42.4-42.4 42.4 19 42.4 42.4v42.4h-42.4z" } }] }, "name": "mac-command", "theme": "outlined" };
10273 exports.default = MacCommandOutlined;
10274 });
10275
10276 var MacCommandOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MacCommandOutlined_1);
10277
10278 var MacCommandOutlined = function MacCommandOutlined(props, ref) {
10279 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10280 ref: ref,
10281 icon: MacCommandOutlinedSvg
10282 }));
10283 };
10284
10285 MacCommandOutlined.displayName = 'MacCommandOutlined';
10286 var MacCommandOutlined$1 = /*#__PURE__*/React.forwardRef(MacCommandOutlined);
10287
10288 var MailFilled_1 = createCommonjsModule(function (module, exports) {
10289 // This icon file is generated automatically.
10290 Object.defineProperty(exports, "__esModule", { value: true });
10291 var MailFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-80.8 108.9L531.7 514.4c-7.8 6.1-18.7 6.1-26.5 0L189.6 268.9A7.2 7.2 0 01194 256h648.8a7.2 7.2 0 014.4 12.9z" } }] }, "name": "mail", "theme": "filled" };
10292 exports.default = MailFilled;
10293 });
10294
10295 var MailFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(MailFilled_1);
10296
10297 var MailFilled = function MailFilled(props, ref) {
10298 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10299 ref: ref,
10300 icon: MailFilledSvg
10301 }));
10302 };
10303
10304 MailFilled.displayName = 'MailFilled';
10305 var MailFilled$1 = /*#__PURE__*/React.forwardRef(MailFilled);
10306
10307 var MailOutlined_1 = createCommonjsModule(function (module, exports) {
10308 // This icon file is generated automatically.
10309 Object.defineProperty(exports, "__esModule", { value: true });
10310 var MailOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 110.8V792H136V270.8l-27.6-21.5 39.3-50.5 42.8 33.3h643.1l42.8-33.3 39.3 50.5-27.7 21.5zM833.6 232L512 482 190.4 232l-42.8-33.3-39.3 50.5 27.6 21.5 341.6 265.6a55.99 55.99 0 0068.7 0L888 270.8l27.6-21.5-39.3-50.5-42.7 33.2z" } }] }, "name": "mail", "theme": "outlined" };
10311 exports.default = MailOutlined;
10312 });
10313
10314 var MailOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MailOutlined_1);
10315
10316 var MailOutlined = function MailOutlined(props, ref) {
10317 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10318 ref: ref,
10319 icon: MailOutlinedSvg
10320 }));
10321 };
10322
10323 MailOutlined.displayName = 'MailOutlined';
10324 var MailOutlined$1 = /*#__PURE__*/React.forwardRef(MailOutlined);
10325
10326 var MailTwoTone_1 = createCommonjsModule(function (module, exports) {
10327 // This icon file is generated automatically.
10328 Object.defineProperty(exports, "__esModule", { value: true });
10329 var MailTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M477.5 536.3L135.9 270.7l-27.5-21.4 27.6 21.5V792h752V270.8L546.2 536.3a55.99 55.99 0 01-68.7 0z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M876.3 198.8l39.3 50.5-27.6 21.5 27.7-21.5-39.3-50.5z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-94.5 72.1L512 482 190.5 232.1h643zm54.5 38.7V792H136V270.8l-27.6-21.5 27.5 21.4 341.6 265.6a55.99 55.99 0 0068.7 0L888 270.8l27.6-21.5-39.3-50.5h.1l39.3 50.5-27.7 21.5z", "fill": primaryColor } }] }; }, "name": "mail", "theme": "twotone" };
10330 exports.default = MailTwoTone;
10331 });
10332
10333 var MailTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(MailTwoTone_1);
10334
10335 var MailTwoTone = function MailTwoTone(props, ref) {
10336 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10337 ref: ref,
10338 icon: MailTwoToneSvg
10339 }));
10340 };
10341
10342 MailTwoTone.displayName = 'MailTwoTone';
10343 var MailTwoTone$1 = /*#__PURE__*/React.forwardRef(MailTwoTone);
10344
10345 var ManOutlined_1 = createCommonjsModule(function (module, exports) {
10346 // This icon file is generated automatically.
10347 Object.defineProperty(exports, "__esModule", { value: true });
10348 var ManOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M874 120H622c-3.3 0-6 2.7-6 6v56c0 3.3 2.7 6 6 6h160.4L583.1 387.3c-50-38.5-111-59.3-175.1-59.3-76.9 0-149.3 30-203.6 84.4S120 539.1 120 616s30 149.3 84.4 203.6C258.7 874 331.1 904 408 904s149.3-30 203.6-84.4C666 765.3 696 692.9 696 616c0-64.1-20.8-124.9-59.2-174.9L836 241.9V402c0 3.3 2.7 6 6 6h56c3.3 0 6-2.7 6-6V150c0-16.5-13.5-30-30-30zM408 828c-116.9 0-212-95.1-212-212s95.1-212 212-212 212 95.1 212 212-95.1 212-212 212z" } }] }, "name": "man", "theme": "outlined" };
10349 exports.default = ManOutlined;
10350 });
10351
10352 var ManOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ManOutlined_1);
10353
10354 var ManOutlined = function ManOutlined(props, ref) {
10355 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10356 ref: ref,
10357 icon: ManOutlinedSvg
10358 }));
10359 };
10360
10361 ManOutlined.displayName = 'ManOutlined';
10362 var ManOutlined$1 = /*#__PURE__*/React.forwardRef(ManOutlined);
10363
10364 var MedicineBoxFilled_1 = createCommonjsModule(function (module, exports) {
10365 // This icon file is generated automatically.
10366 Object.defineProperty(exports, "__esModule", { value: true });
10367 var MedicineBoxFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M839.2 278.1a32 32 0 00-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 00-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48zm4-372H360v-72h304v72z" } }] }, "name": "medicine-box", "theme": "filled" };
10368 exports.default = MedicineBoxFilled;
10369 });
10370
10371 var MedicineBoxFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(MedicineBoxFilled_1);
10372
10373 var MedicineBoxFilled = function MedicineBoxFilled(props, ref) {
10374 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10375 ref: ref,
10376 icon: MedicineBoxFilledSvg
10377 }));
10378 };
10379
10380 MedicineBoxFilled.displayName = 'MedicineBoxFilled';
10381 var MedicineBoxFilled$1 = /*#__PURE__*/React.forwardRef(MedicineBoxFilled);
10382
10383 var MedicineBoxOutlined_1 = createCommonjsModule(function (module, exports) {
10384 // This icon file is generated automatically.
10385 Object.defineProperty(exports, "__esModule", { value: true });
10386 var MedicineBoxOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M839.2 278.1a32 32 0 00-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 00-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840zM652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" } }] }, "name": "medicine-box", "theme": "outlined" };
10387 exports.default = MedicineBoxOutlined;
10388 });
10389
10390 var MedicineBoxOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MedicineBoxOutlined_1);
10391
10392 var MedicineBoxOutlined = function MedicineBoxOutlined(props, ref) {
10393 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10394 ref: ref,
10395 icon: MedicineBoxOutlinedSvg
10396 }));
10397 };
10398
10399 MedicineBoxOutlined.displayName = 'MedicineBoxOutlined';
10400 var MedicineBoxOutlined$1 = /*#__PURE__*/React.forwardRef(MedicineBoxOutlined);
10401
10402 var MedicineBoxTwoTone_1 = createCommonjsModule(function (module, exports) {
10403 // This icon file is generated automatically.
10404 Object.defineProperty(exports, "__esModule", { value: true });
10405 var MedicineBoxTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M244.3 328L184 513.4V840h656V513.4L779.7 328H244.3zM660 628c0 4.4-3.6 8-8 8H544v108c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V636H372c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h108V464c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v108h108c4.4 0 8 3.6 8 8v48z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M652 572H544V464c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v108H372c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h108v108c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V636h108c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M839.2 278.1a32 32 0 00-30.4-22.1H736V144c0-17.7-14.3-32-32-32H320c-17.7 0-32 14.3-32 32v112h-72.8a31.9 31.9 0 00-30.4 22.1L112 502v378c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V502l-72.8-223.9zM360 184h304v72H360v-72zm480 656H184V513.4L244.3 328h535.4L840 513.4V840z", "fill": primaryColor } }] }; }, "name": "medicine-box", "theme": "twotone" };
10406 exports.default = MedicineBoxTwoTone;
10407 });
10408
10409 var MedicineBoxTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(MedicineBoxTwoTone_1);
10410
10411 var MedicineBoxTwoTone = function MedicineBoxTwoTone(props, ref) {
10412 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10413 ref: ref,
10414 icon: MedicineBoxTwoToneSvg
10415 }));
10416 };
10417
10418 MedicineBoxTwoTone.displayName = 'MedicineBoxTwoTone';
10419 var MedicineBoxTwoTone$1 = /*#__PURE__*/React.forwardRef(MedicineBoxTwoTone);
10420
10421 var MediumCircleFilled_1 = createCommonjsModule(function (module, exports) {
10422 // This icon file is generated automatically.
10423 Object.defineProperty(exports, "__esModule", { value: true });
10424 var MediumCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm256 253.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 007-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z" } }] }, "name": "medium-circle", "theme": "filled" };
10425 exports.default = MediumCircleFilled;
10426 });
10427
10428 var MediumCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(MediumCircleFilled_1);
10429
10430 var MediumCircleFilled = function MediumCircleFilled(props, ref) {
10431 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10432 ref: ref,
10433 icon: MediumCircleFilledSvg
10434 }));
10435 };
10436
10437 MediumCircleFilled.displayName = 'MediumCircleFilled';
10438 var MediumCircleFilled$1 = /*#__PURE__*/React.forwardRef(MediumCircleFilled);
10439
10440 var MediumOutlined_1 = createCommonjsModule(function (module, exports) {
10441 // This icon file is generated automatically.
10442 Object.defineProperty(exports, "__esModule", { value: true });
10443 var MediumOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M834.7 279.8l61.3-58.9V208H683.7L532.4 586.4 360.3 208H137.7v12.9l71.6 86.6c7 6.4 10.6 15.8 9.7 25.2V673c2.2 12.3-1.7 24.8-10.3 33.7L128 805v12.7h228.6v-12.9l-80.6-98a39.99 39.99 0 01-11.1-33.7V378.7l200.7 439.2h23.3l172.6-439.2v349.9c0 9.2 0 11.1-6 17.2l-62.1 60.3V819h301.2v-12.9l-59.9-58.9c-5.2-4-7.9-10.7-6.8-17.2V297a18.1 18.1 0 016.8-17.2z" } }] }, "name": "medium", "theme": "outlined" };
10444 exports.default = MediumOutlined;
10445 });
10446
10447 var MediumOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MediumOutlined_1);
10448
10449 var MediumOutlined = function MediumOutlined(props, ref) {
10450 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10451 ref: ref,
10452 icon: MediumOutlinedSvg
10453 }));
10454 };
10455
10456 MediumOutlined.displayName = 'MediumOutlined';
10457 var MediumOutlined$1 = /*#__PURE__*/React.forwardRef(MediumOutlined);
10458
10459 var MediumSquareFilled_1 = createCommonjsModule(function (module, exports) {
10460 // This icon file is generated automatically.
10461 Object.defineProperty(exports, "__esModule", { value: true });
10462 var MediumSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM768 317.7l-40.8 39.1c-3.6 2.7-5.3 7.1-4.6 11.4v287.7c-.7 4.4 1 8.8 4.6 11.4l40 39.1v8.7H566.4v-8.3l41.3-40.1c4.1-4.1 4.1-5.3 4.1-11.4V422.5l-115 291.6h-15.5L347.5 422.5V618c-1.2 8.2 1.7 16.5 7.5 22.4l53.8 65.1v8.7H256v-8.7l53.8-65.1a26.1 26.1 0 007-22.4V392c.7-6.3-1.7-12.4-6.5-16.7l-47.8-57.6V309H411l114.6 251.5 100.9-251.3H768v8.5z" } }] }, "name": "medium-square", "theme": "filled" };
10463 exports.default = MediumSquareFilled;
10464 });
10465
10466 var MediumSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(MediumSquareFilled_1);
10467
10468 var MediumSquareFilled = function MediumSquareFilled(props, ref) {
10469 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10470 ref: ref,
10471 icon: MediumSquareFilledSvg
10472 }));
10473 };
10474
10475 MediumSquareFilled.displayName = 'MediumSquareFilled';
10476 var MediumSquareFilled$1 = /*#__PURE__*/React.forwardRef(MediumSquareFilled);
10477
10478 var MediumWorkmarkOutlined_1 = createCommonjsModule(function (module, exports) {
10479 // This icon file is generated automatically.
10480 Object.defineProperty(exports, "__esModule", { value: true });
10481 var MediumWorkmarkOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M517.2 590.55c0 3.55 0 4.36 2.4 6.55l13.43 13.25v.57h-59.57v-25.47a41.44 41.44 0 01-39.5 27.65c-30.61 0-52.84-24.25-52.84-68.87 0-41.8 23.99-69.69 57.65-69.69a35.15 35.15 0 0134.61 21.67v-56.19a6.99 6.99 0 00-2.71-6.79l-12.8-12.45v-.56l59.33-7.04v177.37zm-43.74-8.09v-83.83a22.2 22.2 0 00-17.74-8.4c-14.48 0-28.47 13.25-28.47 52.62 0 36.86 12.07 49.88 27.1 49.88a23.91 23.91 0 0019.11-10.27zm83.23 28.46V497.74a7.65 7.65 0 00-2.4-6.79l-13.19-13.74v-.57h59.56v114.8c0 3.55 0 4.36 2.4 6.54l13.12 12.45v.57l-59.49-.08zm-2.16-175.67c0-13.4 10.74-24.25 23.99-24.25 13.25 0 23.98 10.86 23.98 24.25 0 13.4-10.73 24.25-23.98 24.25s-23.99-10.85-23.99-24.25zm206.83 155.06c0 3.55 0 4.6 2.4 6.79l13.43 13.25v.57h-59.88V581.9a43.4 43.4 0 01-41.01 31.2c-26.55 0-40.78-19.56-40.78-56.59 0-17.86 0-37.43.56-59.41a6.91 6.91 0 00-2.4-6.55L620.5 477.2v-.57h59.09v73.81c0 24.25 3.51 40.42 18.54 40.42a23.96 23.96 0 0019.35-12.2v-80.85a7.65 7.65 0 00-2.4-6.79l-13.27-13.82v-.57h59.56V590.3zm202.76 20.6c0-4.36.8-59.97.8-72.75 0-24.25-3.76-40.98-20.63-40.98a26.7 26.7 0 00-21.19 11.64 99.68 99.68 0 012.4 23.04c0 16.81-.56 38.23-.8 59.66a6.91 6.91 0 002.4 6.55l13.43 12.45v.56h-60.12c0-4.04.8-59.98.8-72.76 0-24.65-3.76-40.98-20.39-40.98-8.2.3-15.68 4.8-19.83 11.96v82.46c0 3.56 0 4.37 2.4 6.55l13.11 12.45v.56h-59.48V498.15a7.65 7.65 0 00-2.4-6.8l-13.19-14.14v-.57H841v28.78c5.53-19 23.13-31.76 42.7-30.96 19.82 0 33.26 11.16 38.93 32.34a46.41 46.41 0 0144.77-32.34c26.55 0 41.58 19.8 41.58 57.23 0 17.87-.56 38.24-.8 59.66a6.5 6.5 0 002.72 6.55l13.11 12.45v.57h-59.88zM215.87 593.3l17.66 17.05v.57h-89.62v-.57l17.99-17.05a6.91 6.91 0 002.4-6.55V477.69c0-4.6 0-10.83.8-16.16L104.66 613.1h-.72l-62.6-139.45c-1.37-3.47-1.77-3.72-2.65-6.06v91.43a32.08 32.08 0 002.96 17.87l25.19 33.46v.57H0v-.57l25.18-33.55a32.16 32.16 0 002.96-17.78V457.97A19.71 19.71 0 0024 444.15L6.16 420.78v-.56h63.96l53.56 118.1 47.17-118.1h62.6v.56l-17.58 19.8a6.99 6.99 0 00-2.72 6.8v139.37a6.5 6.5 0 002.72 6.55zm70.11-54.65v.56c0 34.6 17.67 48.5 38.38 48.5a43.5 43.5 0 0040.77-24.97h.56c-7.2 34.2-28.14 50.36-59.48 50.36-33.82 0-65.72-20.61-65.72-68.39 0-50.2 31.98-70.25 67.32-70.25 28.46 0 58.76 13.58 58.76 57.24v6.95h-80.59zm0-6.95h39.42v-7.04c0-35.57-7.28-45.03-18.23-45.03-13.27 0-21.35 14.15-21.35 52.07h.16z" } }] }, "name": "medium-workmark", "theme": "outlined" };
10482 exports.default = MediumWorkmarkOutlined;
10483 });
10484
10485 var MediumWorkmarkOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MediumWorkmarkOutlined_1);
10486
10487 var MediumWorkmarkOutlined = function MediumWorkmarkOutlined(props, ref) {
10488 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10489 ref: ref,
10490 icon: MediumWorkmarkOutlinedSvg
10491 }));
10492 };
10493
10494 MediumWorkmarkOutlined.displayName = 'MediumWorkmarkOutlined';
10495 var MediumWorkmarkOutlined$1 = /*#__PURE__*/React.forwardRef(MediumWorkmarkOutlined);
10496
10497 var MehFilled_1 = createCommonjsModule(function (module, exports) {
10498 // This icon file is generated automatically.
10499 Object.defineProperty(exports, "__esModule", { value: true });
10500 var MehFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0196 0 48.01 48.01 0 01-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "meh", "theme": "filled" };
10501 exports.default = MehFilled;
10502 });
10503
10504 var MehFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(MehFilled_1);
10505
10506 var MehFilled = function MehFilled(props, ref) {
10507 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10508 ref: ref,
10509 icon: MehFilledSvg
10510 }));
10511 };
10512
10513 MehFilled.displayName = 'MehFilled';
10514 var MehFilled$1 = /*#__PURE__*/React.forwardRef(MehFilled);
10515
10516 var MehOutlined_1 = createCommonjsModule(function (module, exports) {
10517 // This icon file is generated automatically.
10518 Object.defineProperty(exports, "__esModule", { value: true });
10519 var MehOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M288 421a48 48 0 1096 0 48 48 0 10-96 0zm352 0a48 48 0 1096 0 48 48 0 10-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 01248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 01249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 01775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 01775 775zM664 565H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" } }] }, "name": "meh", "theme": "outlined" };
10520 exports.default = MehOutlined;
10521 });
10522
10523 var MehOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MehOutlined_1);
10524
10525 var MehOutlined = function MehOutlined(props, ref) {
10526 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10527 ref: ref,
10528 icon: MehOutlinedSvg
10529 }));
10530 };
10531
10532 MehOutlined.displayName = 'MehOutlined';
10533 var MehOutlined$1 = /*#__PURE__*/React.forwardRef(MehOutlined);
10534
10535 var MehTwoTone_1 = createCommonjsModule(function (module, exports) {
10536 // This icon file is generated automatically.
10537 Object.defineProperty(exports, "__esModule", { value: true });
10538 var MehTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0196 0 48.01 48.01 0 01-96 0zm384 200c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v48zm16-152a48.01 48.01 0 010-96 48.01 48.01 0 010 96z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M288 421a48 48 0 1096 0 48 48 0 10-96 0zm376 144H360c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-24-144a48 48 0 1096 0 48 48 0 10-96 0z", "fill": primaryColor } }] }; }, "name": "meh", "theme": "twotone" };
10539 exports.default = MehTwoTone;
10540 });
10541
10542 var MehTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(MehTwoTone_1);
10543
10544 var MehTwoTone = function MehTwoTone(props, ref) {
10545 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10546 ref: ref,
10547 icon: MehTwoToneSvg
10548 }));
10549 };
10550
10551 MehTwoTone.displayName = 'MehTwoTone';
10552 var MehTwoTone$1 = /*#__PURE__*/React.forwardRef(MehTwoTone);
10553
10554 var MenuFoldOutlined_1 = createCommonjsModule(function (module, exports) {
10555 // This icon file is generated automatically.
10556 Object.defineProperty(exports, "__esModule", { value: true });
10557 var MenuFoldOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 000 13.8z" } }] }, "name": "menu-fold", "theme": "outlined" };
10558 exports.default = MenuFoldOutlined;
10559 });
10560
10561 var MenuFoldOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MenuFoldOutlined_1);
10562
10563 var MenuFoldOutlined = function MenuFoldOutlined(props, ref) {
10564 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10565 ref: ref,
10566 icon: MenuFoldOutlinedSvg
10567 }));
10568 };
10569
10570 MenuFoldOutlined.displayName = 'MenuFoldOutlined';
10571 var MenuFoldOutlined$1 = /*#__PURE__*/React.forwardRef(MenuFoldOutlined);
10572
10573 var MenuOutlined_1 = createCommonjsModule(function (module, exports) {
10574 // This icon file is generated automatically.
10575 Object.defineProperty(exports, "__esModule", { value: true });
10576 var MenuOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z" } }] }, "name": "menu", "theme": "outlined" };
10577 exports.default = MenuOutlined;
10578 });
10579
10580 var MenuOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MenuOutlined_1);
10581
10582 var MenuOutlined = function MenuOutlined(props, ref) {
10583 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10584 ref: ref,
10585 icon: MenuOutlinedSvg
10586 }));
10587 };
10588
10589 MenuOutlined.displayName = 'MenuOutlined';
10590 var MenuOutlined$1 = /*#__PURE__*/React.forwardRef(MenuOutlined);
10591
10592 var MenuUnfoldOutlined_1 = createCommonjsModule(function (module, exports) {
10593 // This icon file is generated automatically.
10594 Object.defineProperty(exports, "__esModule", { value: true });
10595 var MenuUnfoldOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM142.4 642.1L298.7 519a8.84 8.84 0 000-13.9L142.4 381.9c-5.8-4.6-14.4-.5-14.4 6.9v246.3a8.9 8.9 0 0014.4 7z" } }] }, "name": "menu-unfold", "theme": "outlined" };
10596 exports.default = MenuUnfoldOutlined;
10597 });
10598
10599 var MenuUnfoldOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MenuUnfoldOutlined_1);
10600
10601 var MenuUnfoldOutlined = function MenuUnfoldOutlined(props, ref) {
10602 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10603 ref: ref,
10604 icon: MenuUnfoldOutlinedSvg
10605 }));
10606 };
10607
10608 MenuUnfoldOutlined.displayName = 'MenuUnfoldOutlined';
10609 var MenuUnfoldOutlined$1 = /*#__PURE__*/React.forwardRef(MenuUnfoldOutlined);
10610
10611 var MergeCellsOutlined_1 = createCommonjsModule(function (module, exports) {
10612 // This icon file is generated automatically.
10613 Object.defineProperty(exports, "__esModule", { value: true });
10614 var MergeCellsOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M482.2 508.4L331.3 389c-3-2.4-7.3-.2-7.3 3.6V478H184V184h204v128c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V144c0-15.5-12.5-28-28-28H144c-15.5 0-28 12.5-28 28v736c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v128H184V546h140v85.4c0 3.8 4.4 6 7.3 3.6l150.9-119.4a4.5 4.5 0 000-7.2zM880 116H596c-15.5 0-28 12.5-28 28v168c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V184h204v294H700v-85.4c0-3.8-4.3-6-7.3-3.6l-151 119.4a4.52 4.52 0 000 7.1l151 119.5c2.9 2.3 7.3.2 7.3-3.6V546h140v294H636V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v168c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V144c0-15.5-12.5-28-28-28z" } }] }, "name": "merge-cells", "theme": "outlined" };
10615 exports.default = MergeCellsOutlined;
10616 });
10617
10618 var MergeCellsOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MergeCellsOutlined_1);
10619
10620 var MergeCellsOutlined = function MergeCellsOutlined(props, ref) {
10621 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10622 ref: ref,
10623 icon: MergeCellsOutlinedSvg
10624 }));
10625 };
10626
10627 MergeCellsOutlined.displayName = 'MergeCellsOutlined';
10628 var MergeCellsOutlined$1 = /*#__PURE__*/React.forwardRef(MergeCellsOutlined);
10629
10630 var MessageFilled_1 = createCommonjsModule(function (module, exports) {
10631 // This icon file is generated automatically.
10632 Object.defineProperty(exports, "__esModule", { value: true });
10633 var MessageFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M924.3 338.4a447.57 447.57 0 00-96.1-143.3 443.09 443.09 0 00-143-96.3A443.91 443.91 0 00512 64h-2c-60.5.3-119 12.3-174.1 35.9a444.08 444.08 0 00-141.7 96.5 445 445 0 00-95 142.8A449.89 449.89 0 0065 514.1c.3 69.4 16.9 138.3 47.9 199.9v152c0 25.4 20.6 46 45.9 46h151.8a447.72 447.72 0 00199.5 48h2.1c59.8 0 117.7-11.6 172.3-34.3A443.2 443.2 0 00827 830.5c41.2-40.9 73.6-88.7 96.3-142 23.5-55.2 35.5-113.9 35.8-174.5.2-60.9-11.6-120-34.8-175.6zM312.4 560c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.4 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48zm199.6 0c-26.4 0-47.9-21.5-47.9-48s21.5-48 47.9-48 47.9 21.5 47.9 48-21.5 48-47.9 48z" } }] }, "name": "message", "theme": "filled" };
10634 exports.default = MessageFilled;
10635 });
10636
10637 var MessageFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(MessageFilled_1);
10638
10639 var MessageFilled = function MessageFilled(props, ref) {
10640 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10641 ref: ref,
10642 icon: MessageFilledSvg
10643 }));
10644 };
10645
10646 MessageFilled.displayName = 'MessageFilled';
10647 var MessageFilled$1 = /*#__PURE__*/React.forwardRef(MessageFilled);
10648
10649 var MessageOutlined_1 = createCommonjsModule(function (module, exports) {
10650 // This icon file is generated automatically.
10651 Object.defineProperty(exports, "__esModule", { value: true });
10652 var MessageOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M464 512a48 48 0 1096 0 48 48 0 10-96 0zm200 0a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0zm661.2-173.6c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z" } }] }, "name": "message", "theme": "outlined" };
10653 exports.default = MessageOutlined;
10654 });
10655
10656 var MessageOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MessageOutlined_1);
10657
10658 var MessageOutlined = function MessageOutlined(props, ref) {
10659 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10660 ref: ref,
10661 icon: MessageOutlinedSvg
10662 }));
10663 };
10664
10665 MessageOutlined.displayName = 'MessageOutlined';
10666 var MessageOutlined$1 = /*#__PURE__*/React.forwardRef(MessageOutlined);
10667
10668 var MessageTwoTone_1 = createCommonjsModule(function (module, exports) {
10669 // This icon file is generated automatically.
10670 Object.defineProperty(exports, "__esModule", { value: true });
10671 var MessageTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M775.3 248.9a369.62 369.62 0 00-119-80A370.2 370.2 0 00512.1 140h-1.7c-99.7.4-193 39.4-262.8 109.9-69.9 70.5-108 164.1-107.6 263.8.3 60.3 15.3 120.2 43.5 173.1l4.5 8.4V836h140.8l8.4 4.5c52.9 28.2 112.8 43.2 173.1 43.5h1.7c99 0 192-38.2 262.1-107.6 70.4-69.8 109.5-163.1 110.1-262.7.2-50.6-9.5-99.6-28.9-145.8a370.15 370.15 0 00-80-119zM312 560a48.01 48.01 0 010-96 48.01 48.01 0 010 96zm200 0a48.01 48.01 0 010-96 48.01 48.01 0 010 96zm200 0a48.01 48.01 0 010-96 48.01 48.01 0 010 96z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M664 512a48 48 0 1096 0 48 48 0 10-96 0zm-400 0a48 48 0 1096 0 48 48 0 10-96 0z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M925.2 338.4c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M464 512a48 48 0 1096 0 48 48 0 10-96 0z", "fill": primaryColor } }] }; }, "name": "message", "theme": "twotone" };
10672 exports.default = MessageTwoTone;
10673 });
10674
10675 var MessageTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(MessageTwoTone_1);
10676
10677 var MessageTwoTone = function MessageTwoTone(props, ref) {
10678 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10679 ref: ref,
10680 icon: MessageTwoToneSvg
10681 }));
10682 };
10683
10684 MessageTwoTone.displayName = 'MessageTwoTone';
10685 var MessageTwoTone$1 = /*#__PURE__*/React.forwardRef(MessageTwoTone);
10686
10687 var MinusCircleFilled_1 = createCommonjsModule(function (module, exports) {
10688 // This icon file is generated automatically.
10689 Object.defineProperty(exports, "__esModule", { value: true });
10690 var MinusCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z" } }] }, "name": "minus-circle", "theme": "filled" };
10691 exports.default = MinusCircleFilled;
10692 });
10693
10694 var MinusCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(MinusCircleFilled_1);
10695
10696 var MinusCircleFilled = function MinusCircleFilled(props, ref) {
10697 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10698 ref: ref,
10699 icon: MinusCircleFilledSvg
10700 }));
10701 };
10702
10703 MinusCircleFilled.displayName = 'MinusCircleFilled';
10704 var MinusCircleFilled$1 = /*#__PURE__*/React.forwardRef(MinusCircleFilled);
10705
10706 var MinusCircleOutlined_1 = createCommonjsModule(function (module, exports) {
10707 // This icon file is generated automatically.
10708 Object.defineProperty(exports, "__esModule", { value: true });
10709 var MinusCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }] }, "name": "minus-circle", "theme": "outlined" };
10710 exports.default = MinusCircleOutlined;
10711 });
10712
10713 var MinusCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MinusCircleOutlined_1);
10714
10715 var MinusCircleOutlined = function MinusCircleOutlined(props, ref) {
10716 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10717 ref: ref,
10718 icon: MinusCircleOutlinedSvg
10719 }));
10720 };
10721
10722 MinusCircleOutlined.displayName = 'MinusCircleOutlined';
10723 var MinusCircleOutlined$1 = /*#__PURE__*/React.forwardRef(MinusCircleOutlined);
10724
10725 var MinusCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
10726 // This icon file is generated automatically.
10727 Object.defineProperty(exports, "__esModule", { value: true });
10728 var MinusCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M696 480H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z", "fill": primaryColor } }] }; }, "name": "minus-circle", "theme": "twotone" };
10729 exports.default = MinusCircleTwoTone;
10730 });
10731
10732 var MinusCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(MinusCircleTwoTone_1);
10733
10734 var MinusCircleTwoTone = function MinusCircleTwoTone(props, ref) {
10735 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10736 ref: ref,
10737 icon: MinusCircleTwoToneSvg
10738 }));
10739 };
10740
10741 MinusCircleTwoTone.displayName = 'MinusCircleTwoTone';
10742 var MinusCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(MinusCircleTwoTone);
10743
10744 var MinusOutlined_1 = createCommonjsModule(function (module, exports) {
10745 // This icon file is generated automatically.
10746 Object.defineProperty(exports, "__esModule", { value: true });
10747 var MinusOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 474H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" } }] }, "name": "minus", "theme": "outlined" };
10748 exports.default = MinusOutlined;
10749 });
10750
10751 var MinusOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MinusOutlined_1);
10752
10753 var MinusOutlined = function MinusOutlined(props, ref) {
10754 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10755 ref: ref,
10756 icon: MinusOutlinedSvg
10757 }));
10758 };
10759
10760 MinusOutlined.displayName = 'MinusOutlined';
10761 var MinusOutlined$1 = /*#__PURE__*/React.forwardRef(MinusOutlined);
10762
10763 var MinusSquareFilled_1 = createCommonjsModule(function (module, exports) {
10764 // This icon file is generated automatically.
10765 Object.defineProperty(exports, "__esModule", { value: true });
10766 var MinusSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48z" } }] }, "name": "minus-square", "theme": "filled" };
10767 exports.default = MinusSquareFilled;
10768 });
10769
10770 var MinusSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(MinusSquareFilled_1);
10771
10772 var MinusSquareFilled = function MinusSquareFilled(props, ref) {
10773 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10774 ref: ref,
10775 icon: MinusSquareFilledSvg
10776 }));
10777 };
10778
10779 MinusSquareFilled.displayName = 'MinusSquareFilled';
10780 var MinusSquareFilled$1 = /*#__PURE__*/React.forwardRef(MinusSquareFilled);
10781
10782 var MinusSquareOutlined_1 = createCommonjsModule(function (module, exports) {
10783 // This icon file is generated automatically.
10784 Object.defineProperty(exports, "__esModule", { value: true });
10785 var MinusSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "minus-square", "theme": "outlined" };
10786 exports.default = MinusSquareOutlined;
10787 });
10788
10789 var MinusSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MinusSquareOutlined_1);
10790
10791 var MinusSquareOutlined = function MinusSquareOutlined(props, ref) {
10792 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10793 ref: ref,
10794 icon: MinusSquareOutlinedSvg
10795 }));
10796 };
10797
10798 MinusSquareOutlined.displayName = 'MinusSquareOutlined';
10799 var MinusSquareOutlined$1 = /*#__PURE__*/React.forwardRef(MinusSquareOutlined);
10800
10801 var MinusSquareTwoTone_1 = createCommonjsModule(function (module, exports) {
10802 // This icon file is generated automatically.
10803 Object.defineProperty(exports, "__esModule", { value: true });
10804 var MinusSquareTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h368c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H328c-4.4 0-8-3.6-8-8v-48z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M328 544h368c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z", "fill": primaryColor } }] }; }, "name": "minus-square", "theme": "twotone" };
10805 exports.default = MinusSquareTwoTone;
10806 });
10807
10808 var MinusSquareTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(MinusSquareTwoTone_1);
10809
10810 var MinusSquareTwoTone = function MinusSquareTwoTone(props, ref) {
10811 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10812 ref: ref,
10813 icon: MinusSquareTwoToneSvg
10814 }));
10815 };
10816
10817 MinusSquareTwoTone.displayName = 'MinusSquareTwoTone';
10818 var MinusSquareTwoTone$1 = /*#__PURE__*/React.forwardRef(MinusSquareTwoTone);
10819
10820 var MobileFilled_1 = createCommonjsModule(function (module, exports) {
10821 // This icon file is generated automatically.
10822 Object.defineProperty(exports, "__esModule", { value: true });
10823 var MobileFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z" } }] }, "name": "mobile", "theme": "filled" };
10824 exports.default = MobileFilled;
10825 });
10826
10827 var MobileFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(MobileFilled_1);
10828
10829 var MobileFilled = function MobileFilled(props, ref) {
10830 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10831 ref: ref,
10832 icon: MobileFilledSvg
10833 }));
10834 };
10835
10836 MobileFilled.displayName = 'MobileFilled';
10837 var MobileFilled$1 = /*#__PURE__*/React.forwardRef(MobileFilled);
10838
10839 var MobileOutlined_1 = createCommonjsModule(function (module, exports) {
10840 // This icon file is generated automatically.
10841 Object.defineProperty(exports, "__esModule", { value: true });
10842 var MobileOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M744 62H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V126c0-35.3-28.7-64-64-64zm-8 824H288V134h448v752zM472 784a40 40 0 1080 0 40 40 0 10-80 0z" } }] }, "name": "mobile", "theme": "outlined" };
10843 exports.default = MobileOutlined;
10844 });
10845
10846 var MobileOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MobileOutlined_1);
10847
10848 var MobileOutlined = function MobileOutlined(props, ref) {
10849 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10850 ref: ref,
10851 icon: MobileOutlinedSvg
10852 }));
10853 };
10854
10855 MobileOutlined.displayName = 'MobileOutlined';
10856 var MobileOutlined$1 = /*#__PURE__*/React.forwardRef(MobileOutlined);
10857
10858 var MobileTwoTone_1 = createCommonjsModule(function (module, exports) {
10859 // This icon file is generated automatically.
10860 Object.defineProperty(exports, "__esModule", { value: true });
10861 var MobileTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M744 64H280c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h464c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H288V136h448v752z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M288 888h448V136H288v752zm224-142c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M472 786a40 40 0 1080 0 40 40 0 10-80 0z", "fill": primaryColor } }] }; }, "name": "mobile", "theme": "twotone" };
10862 exports.default = MobileTwoTone;
10863 });
10864
10865 var MobileTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(MobileTwoTone_1);
10866
10867 var MobileTwoTone = function MobileTwoTone(props, ref) {
10868 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10869 ref: ref,
10870 icon: MobileTwoToneSvg
10871 }));
10872 };
10873
10874 MobileTwoTone.displayName = 'MobileTwoTone';
10875 var MobileTwoTone$1 = /*#__PURE__*/React.forwardRef(MobileTwoTone);
10876
10877 var MoneyCollectFilled_1 = createCommonjsModule(function (module, exports) {
10878 // This icon file is generated automatically.
10879 Object.defineProperty(exports, "__esModule", { value: true });
10880 var MoneyCollectFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M911.5 699.7a8 8 0 00-10.3-4.8L840 717.2V179c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V762c0 3.3 2.1 6.3 5.3 7.5L501 909.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zm-243.8-377L564 514.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V703c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 322.8c-2.1-3.8-.7-8.7 3.2-10.8 1.2-.7 2.5-1 3.8-1h55.7a8 8 0 017.1 4.4L511 484.2h3.3L599 315.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8z" } }] }, "name": "money-collect", "theme": "filled" };
10881 exports.default = MoneyCollectFilled;
10882 });
10883
10884 var MoneyCollectFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(MoneyCollectFilled_1);
10885
10886 var MoneyCollectFilled = function MoneyCollectFilled(props, ref) {
10887 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10888 ref: ref,
10889 icon: MoneyCollectFilledSvg
10890 }));
10891 };
10892
10893 MoneyCollectFilled.displayName = 'MoneyCollectFilled';
10894 var MoneyCollectFilled$1 = /*#__PURE__*/React.forwardRef(MoneyCollectFilled);
10895
10896 var MoneyCollectOutlined_1 = createCommonjsModule(function (module, exports) {
10897 // This icon file is generated automatically.
10898 Object.defineProperty(exports, "__esModule", { value: true });
10899 var MoneyCollectOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M911.5 700.7a8 8 0 00-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM512 837.5l-256-93.1V184h512v560.4l-256 93.1zM660.6 312h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 00-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9z" } }] }, "name": "money-collect", "theme": "outlined" };
10900 exports.default = MoneyCollectOutlined;
10901 });
10902
10903 var MoneyCollectOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MoneyCollectOutlined_1);
10904
10905 var MoneyCollectOutlined = function MoneyCollectOutlined(props, ref) {
10906 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10907 ref: ref,
10908 icon: MoneyCollectOutlinedSvg
10909 }));
10910 };
10911
10912 MoneyCollectOutlined.displayName = 'MoneyCollectOutlined';
10913 var MoneyCollectOutlined$1 = /*#__PURE__*/React.forwardRef(MoneyCollectOutlined);
10914
10915 var MoneyCollectTwoTone_1 = createCommonjsModule(function (module, exports) {
10916 // This icon file is generated automatically.
10917 Object.defineProperty(exports, "__esModule", { value: true });
10918 var MoneyCollectTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M256 744.4l256 93.1 256-93.1V184H256v560.4zM359.7 313c1.2-.7 2.5-1 3.8-1h55.7a8 8 0 017.1 4.4L511 485.2h3.3L599 316.4c1.3-2.7 4.1-4.4 7.1-4.4h54.5c4.4 0 8 3.6 8.1 7.9 0 1.3-.4 2.6-1 3.8L564 515.3h57.6c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3v39h76.3c4.4 0 8 3.6 8 8v27.1c0 4.4-3.6 8-8 8h-76.3V704c0 4.4-3.6 8-8 8h-49.9c-4.4 0-8-3.6-8-8v-63.4h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h76v-39h-76c-4.4 0-8-3.6-8-8v-27.1c0-4.4 3.6-8 8-8h57L356.5 323.8c-2.1-3.8-.7-8.7 3.2-10.8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M911.5 700.7a8 8 0 00-10.3-4.8L840 718.2V180c0-37.6-30.4-68-68-68H252c-37.6 0-68 30.4-68 68v538.2l-61.3-22.3c-.9-.3-1.8-.5-2.7-.5-4.4 0-8 3.6-8 8V763c0 3.3 2.1 6.3 5.3 7.5L501 910.1c7.1 2.6 14.8 2.6 21.9 0l383.8-139.5c3.2-1.2 5.3-4.2 5.3-7.5v-59.6c0-1-.2-1.9-.5-2.8zM768 744.4l-256 93.1-256-93.1V184h512v560.4z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M460.4 515.4h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.6-1.2 1-2.5 1-3.8-.1-4.3-3.7-7.9-8.1-7.9h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 00-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6z", "fill": primaryColor } }] }; }, "name": "money-collect", "theme": "twotone" };
10919 exports.default = MoneyCollectTwoTone;
10920 });
10921
10922 var MoneyCollectTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(MoneyCollectTwoTone_1);
10923
10924 var MoneyCollectTwoTone = function MoneyCollectTwoTone(props, ref) {
10925 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10926 ref: ref,
10927 icon: MoneyCollectTwoToneSvg
10928 }));
10929 };
10930
10931 MoneyCollectTwoTone.displayName = 'MoneyCollectTwoTone';
10932 var MoneyCollectTwoTone$1 = /*#__PURE__*/React.forwardRef(MoneyCollectTwoTone);
10933
10934 var MonitorOutlined_1 = createCommonjsModule(function (module, exports) {
10935 // This icon file is generated automatically.
10936 Object.defineProperty(exports, "__esModule", { value: true });
10937 var MonitorOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M692.8 412.7l.2-.2-34.6-44.3a7.97 7.97 0 00-11.2-1.4l-50.4 39.3-70.5-90.1a7.97 7.97 0 00-11.2-1.4l-37.9 29.7a7.97 7.97 0 00-1.4 11.2l70.5 90.2-.2.1 34.6 44.3c2.7 3.5 7.7 4.1 11.2 1.4l50.4-39.3 64.1 82c2.7 3.5 7.7 4.1 11.2 1.4l37.9-29.6c3.5-2.7 4.1-7.7 1.4-11.2l-64.1-82.1zM608 112c-167.9 0-304 136.1-304 304 0 70.3 23.9 135 63.9 186.5L114.3 856.1a8.03 8.03 0 000 11.3l42.3 42.3c3.1 3.1 8.2 3.1 11.3 0l253.6-253.6C473 696.1 537.7 720 608 720c167.9 0 304-136.1 304-304S775.9 112 608 112zm161.2 465.2C726.2 620.3 668.9 644 608 644s-118.2-23.7-161.2-66.8C403.7 534.2 380 476.9 380 416s23.7-118.2 66.8-161.2c43-43.1 100.3-66.8 161.2-66.8s118.2 23.7 161.2 66.8c43.1 43 66.8 100.3 66.8 161.2s-23.7 118.2-66.8 161.2z" } }] }, "name": "monitor", "theme": "outlined" };
10938 exports.default = MonitorOutlined;
10939 });
10940
10941 var MonitorOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MonitorOutlined_1);
10942
10943 var MonitorOutlined = function MonitorOutlined(props, ref) {
10944 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10945 ref: ref,
10946 icon: MonitorOutlinedSvg
10947 }));
10948 };
10949
10950 MonitorOutlined.displayName = 'MonitorOutlined';
10951 var MonitorOutlined$1 = /*#__PURE__*/React.forwardRef(MonitorOutlined);
10952
10953 var MoreOutlined_1 = createCommonjsModule(function (module, exports) {
10954 // This icon file is generated automatically.
10955 Object.defineProperty(exports, "__esModule", { value: true });
10956 var MoreOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M456 231a56 56 0 10112 0 56 56 0 10-112 0zm0 280a56 56 0 10112 0 56 56 0 10-112 0zm0 280a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "more", "theme": "outlined" };
10957 exports.default = MoreOutlined;
10958 });
10959
10960 var MoreOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(MoreOutlined_1);
10961
10962 var MoreOutlined = function MoreOutlined(props, ref) {
10963 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10964 ref: ref,
10965 icon: MoreOutlinedSvg
10966 }));
10967 };
10968
10969 MoreOutlined.displayName = 'MoreOutlined';
10970 var MoreOutlined$1 = /*#__PURE__*/React.forwardRef(MoreOutlined);
10971
10972 var NodeCollapseOutlined_1 = createCommonjsModule(function (module, exports) {
10973 // This icon file is generated automatically.
10974 Object.defineProperty(exports, "__esModule", { value: true });
10975 var NodeCollapseOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M952 612c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H298a95.92 95.92 0 00-89-60c-53 0-96 43-96 96s43 96 96 96c40.3 0 74.8-24.8 89-60h150.3v152c0 55.2 44.8 100 100 100H952c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H548.3c-15.5 0-28-12.5-28-28V612H952zM451.7 313.7l172.5 136.2c6.3 5.1 15.8.5 15.8-7.7V344h264c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H640v-98.2c0-8.1-9.4-12.8-15.8-7.7L451.7 298.3a9.9 9.9 0 000 15.4z" } }] }, "name": "node-collapse", "theme": "outlined" };
10976 exports.default = NodeCollapseOutlined;
10977 });
10978
10979 var NodeCollapseOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(NodeCollapseOutlined_1);
10980
10981 var NodeCollapseOutlined = function NodeCollapseOutlined(props, ref) {
10982 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
10983 ref: ref,
10984 icon: NodeCollapseOutlinedSvg
10985 }));
10986 };
10987
10988 NodeCollapseOutlined.displayName = 'NodeCollapseOutlined';
10989 var NodeCollapseOutlined$1 = /*#__PURE__*/React.forwardRef(NodeCollapseOutlined);
10990
10991 var NodeExpandOutlined_1 = createCommonjsModule(function (module, exports) {
10992 // This icon file is generated automatically.
10993 Object.defineProperty(exports, "__esModule", { value: true });
10994 var NodeExpandOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M952 612c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H298a95.92 95.92 0 00-89-60c-53 0-96 43-96 96s43 96 96 96c40.3 0 74.8-24.8 89-60h150.3v152c0 55.2 44.8 100 100 100H952c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H548.3c-15.5 0-28-12.5-28-28V612H952zM456 344h264v98.2c0 8.1 9.5 12.8 15.8 7.7l172.5-136.2c5-3.9 5-11.4 0-15.3L735.8 162.1c-6.4-5.1-15.8-.5-15.8 7.7V268H456c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8z" } }] }, "name": "node-expand", "theme": "outlined" };
10995 exports.default = NodeExpandOutlined;
10996 });
10997
10998 var NodeExpandOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(NodeExpandOutlined_1);
10999
11000 var NodeExpandOutlined = function NodeExpandOutlined(props, ref) {
11001 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11002 ref: ref,
11003 icon: NodeExpandOutlinedSvg
11004 }));
11005 };
11006
11007 NodeExpandOutlined.displayName = 'NodeExpandOutlined';
11008 var NodeExpandOutlined$1 = /*#__PURE__*/React.forwardRef(NodeExpandOutlined);
11009
11010 var NodeIndexOutlined_1 = createCommonjsModule(function (module, exports) {
11011 // This icon file is generated automatically.
11012 Object.defineProperty(exports, "__esModule", { value: true });
11013 var NodeIndexOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M843.5 737.4c-12.4-75.2-79.2-129.1-155.3-125.4S550.9 676 546 752c-153.5-4.8-208-40.7-199.1-113.7 3.3-27.3 19.8-41.9 50.1-49 18.4-4.3 38.8-4.9 57.3-3.2 1.7.2 3.5.3 5.2.5 11.3 2.7 22.8 5 34.3 6.8 34.1 5.6 68.8 8.4 101.8 6.6 92.8-5 156-45.9 159.2-132.7 3.1-84.1-54.7-143.7-147.9-183.6-29.9-12.8-61.6-22.7-93.3-30.2-14.3-3.4-26.3-5.7-35.2-7.2-7.9-75.9-71.5-133.8-147.8-134.4-76.3-.6-140.9 56.1-150.1 131.9s40 146.3 114.2 163.9c74.2 17.6 149.9-23.3 175.7-95.1 9.4 1.7 18.7 3.6 28 5.8 28.2 6.6 56.4 15.4 82.4 26.6 70.7 30.2 109.3 70.1 107.5 119.9-1.6 44.6-33.6 65.2-96.2 68.6-27.5 1.5-57.6-.9-87.3-5.8-8.3-1.4-15.9-2.8-22.6-4.3-3.9-.8-6.6-1.5-7.8-1.8l-3.1-.6c-2.2-.3-5.9-.8-10.7-1.3-25-2.3-52.1-1.5-78.5 4.6-55.2 12.9-93.9 47.2-101.1 105.8-15.7 126.2 78.6 184.7 276 188.9 29.1 70.4 106.4 107.9 179.6 87 73.3-20.9 119.3-93.4 106.9-168.6zM329.1 345.2a83.3 83.3 0 11.01-166.61 83.3 83.3 0 01-.01 166.61zM695.6 845a83.3 83.3 0 11.01-166.61A83.3 83.3 0 01695.6 845z" } }] }, "name": "node-index", "theme": "outlined" };
11014 exports.default = NodeIndexOutlined;
11015 });
11016
11017 var NodeIndexOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(NodeIndexOutlined_1);
11018
11019 var NodeIndexOutlined = function NodeIndexOutlined(props, ref) {
11020 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11021 ref: ref,
11022 icon: NodeIndexOutlinedSvg
11023 }));
11024 };
11025
11026 NodeIndexOutlined.displayName = 'NodeIndexOutlined';
11027 var NodeIndexOutlined$1 = /*#__PURE__*/React.forwardRef(NodeIndexOutlined);
11028
11029 var NotificationFilled_1 = createCommonjsModule(function (module, exports) {
11030 // This icon file is generated automatically.
11031 Object.defineProperty(exports, "__esModule", { value: true });
11032 var NotificationFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.6c-3.7 11.6-5.6 23.9-5.6 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1z" } }] }, "name": "notification", "theme": "filled" };
11033 exports.default = NotificationFilled;
11034 });
11035
11036 var NotificationFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(NotificationFilled_1);
11037
11038 var NotificationFilled = function NotificationFilled(props, ref) {
11039 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11040 ref: ref,
11041 icon: NotificationFilledSvg
11042 }));
11043 };
11044
11045 NotificationFilled.displayName = 'NotificationFilled';
11046 var NotificationFilled$1 = /*#__PURE__*/React.forwardRef(NotificationFilled);
11047
11048 var NotificationOutlined_1 = createCommonjsModule(function (module, exports) {
11049 // This icon file is generated automatically.
11050 Object.defineProperty(exports, "__esModule", { value: true });
11051 var NotificationOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z" } }] }, "name": "notification", "theme": "outlined" };
11052 exports.default = NotificationOutlined;
11053 });
11054
11055 var NotificationOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(NotificationOutlined_1);
11056
11057 var NotificationOutlined = function NotificationOutlined(props, ref) {
11058 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11059 ref: ref,
11060 icon: NotificationOutlinedSvg
11061 }));
11062 };
11063
11064 NotificationOutlined.displayName = 'NotificationOutlined';
11065 var NotificationOutlined$1 = /*#__PURE__*/React.forwardRef(NotificationOutlined);
11066
11067 var NotificationTwoTone_1 = createCommonjsModule(function (module, exports) {
11068 // This icon file is generated automatically.
11069 Object.defineProperty(exports, "__esModule", { value: true });
11070 var NotificationTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M229.6 678.1c-3.7 11.6-5.6 23.9-5.6 36.4 0-12.5 2-24.8 5.7-36.4h-.1zm76.3-260.2H184v188.2h121.9l12.9 5.2L840 820.7V203.3L318.8 412.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M880 112c-3.8 0-7.7.7-11.6 2.3L292 345.9H128c-8.8 0-16 7.4-16 16.6v299c0 9.2 7.2 16.6 16 16.6h101.7c-3.7 11.6-5.7 23.9-5.7 36.4 0 65.9 53.8 119.5 120 119.5 55.4 0 102.1-37.6 115.9-88.4l408.6 164.2c3.9 1.5 7.8 2.3 11.6 2.3 16.9 0 32-14.2 32-33.2V145.2C912 126.2 897 112 880 112zM344 762.3c-26.5 0-48-21.4-48-47.8 0-11.2 3.9-21.9 11-30.4l84.9 34.1c-2 24.6-22.7 44.1-47.9 44.1zm496 58.4L318.8 611.3l-12.9-5.2H184V417.9h121.9l12.9-5.2L840 203.3v617.4z", "fill": primaryColor } }] }; }, "name": "notification", "theme": "twotone" };
11071 exports.default = NotificationTwoTone;
11072 });
11073
11074 var NotificationTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(NotificationTwoTone_1);
11075
11076 var NotificationTwoTone = function NotificationTwoTone(props, ref) {
11077 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11078 ref: ref,
11079 icon: NotificationTwoToneSvg
11080 }));
11081 };
11082
11083 NotificationTwoTone.displayName = 'NotificationTwoTone';
11084 var NotificationTwoTone$1 = /*#__PURE__*/React.forwardRef(NotificationTwoTone);
11085
11086 var NumberOutlined_1 = createCommonjsModule(function (module, exports) {
11087 // This icon file is generated automatically.
11088 Object.defineProperty(exports, "__esModule", { value: true });
11089 var NumberOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 394c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H400V152c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v166H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v236H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h168v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h228v166c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V706h164c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H708V394h164zM628 630H400V394h228v236z" } }] }, "name": "number", "theme": "outlined" };
11090 exports.default = NumberOutlined;
11091 });
11092
11093 var NumberOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(NumberOutlined_1);
11094
11095 var NumberOutlined = function NumberOutlined(props, ref) {
11096 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11097 ref: ref,
11098 icon: NumberOutlinedSvg
11099 }));
11100 };
11101
11102 NumberOutlined.displayName = 'NumberOutlined';
11103 var NumberOutlined$1 = /*#__PURE__*/React.forwardRef(NumberOutlined);
11104
11105 var OneToOneOutlined_1 = createCommonjsModule(function (module, exports) {
11106 // This icon file is generated automatically.
11107 Object.defineProperty(exports, "__esModule", { value: true });
11108 var OneToOneOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M316 672h60c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8zm196-50c22.1 0 40-17.9 40-39 0-23.1-17.9-41-40-41s-40 17.9-40 41c0 21.1 17.9 39 40 39zm0-140c22.1 0 40-17.9 40-39 0-23.1-17.9-41-40-41s-40 17.9-40 41c0 21.1 17.9 39 40 39z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }, { "tag": "path", "attrs": { "d": "M648 672h60c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8z" } }] }, "name": "one-to-one", "theme": "outlined" };
11109 exports.default = OneToOneOutlined;
11110 });
11111
11112 var OneToOneOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(OneToOneOutlined_1);
11113
11114 var OneToOneOutlined = function OneToOneOutlined(props, ref) {
11115 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11116 ref: ref,
11117 icon: OneToOneOutlinedSvg
11118 }));
11119 };
11120
11121 OneToOneOutlined.displayName = 'OneToOneOutlined';
11122 var OneToOneOutlined$1 = /*#__PURE__*/React.forwardRef(OneToOneOutlined);
11123
11124 var OrderedListOutlined_1 = createCommonjsModule(function (module, exports) {
11125 // This icon file is generated automatically.
11126 Object.defineProperty(exports, "__esModule", { value: true });
11127 var OrderedListOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M920 760H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-568H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H336c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM216 712H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h72.4v20.5h-35.7c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h35.7V838H100c-2.2 0-4 1.8-4 4v34c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4V716c0-2.2-1.8-4-4-4zM100 188h38v120c0 2.2 1.8 4 4 4h40c2.2 0 4-1.8 4-4V152c0-4.4-3.6-8-8-8h-78c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4zm116 240H100c-2.2 0-4 1.8-4 4v36c0 2.2 1.8 4 4 4h68.4l-70.3 77.7a8.3 8.3 0 00-2.1 5.4V592c0 2.2 1.8 4 4 4h116c2.2 0 4-1.8 4-4v-36c0-2.2-1.8-4-4-4h-68.4l70.3-77.7a8.3 8.3 0 002.1-5.4V432c0-2.2-1.8-4-4-4z" } }] }, "name": "ordered-list", "theme": "outlined" };
11128 exports.default = OrderedListOutlined;
11129 });
11130
11131 var OrderedListOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(OrderedListOutlined_1);
11132
11133 var OrderedListOutlined = function OrderedListOutlined(props, ref) {
11134 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11135 ref: ref,
11136 icon: OrderedListOutlinedSvg
11137 }));
11138 };
11139
11140 OrderedListOutlined.displayName = 'OrderedListOutlined';
11141 var OrderedListOutlined$1 = /*#__PURE__*/React.forwardRef(OrderedListOutlined);
11142
11143 var PaperClipOutlined_1 = createCommonjsModule(function (module, exports) {
11144 // This icon file is generated automatically.
11145 Object.defineProperty(exports, "__esModule", { value: true });
11146 var PaperClipOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2 0 45.8-17.8 88.8-50.2 121.2l-266 265.9-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3 6.7 6.7 10.3 15.5 10.3 24.9 0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0012.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364 224.8 602.1A172.22 172.22 0 00174 724.8c0 46.3 18.1 89.8 50.8 122.5 33.9 33.8 78.3 50.7 122.7 50.7 44.4 0 88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9z" } }] }, "name": "paper-clip", "theme": "outlined" };
11147 exports.default = PaperClipOutlined;
11148 });
11149
11150 var PaperClipOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PaperClipOutlined_1);
11151
11152 var PaperClipOutlined = function PaperClipOutlined(props, ref) {
11153 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11154 ref: ref,
11155 icon: PaperClipOutlinedSvg
11156 }));
11157 };
11158
11159 PaperClipOutlined.displayName = 'PaperClipOutlined';
11160 var PaperClipOutlined$1 = /*#__PURE__*/React.forwardRef(PaperClipOutlined);
11161
11162 var PartitionOutlined_1 = createCommonjsModule(function (module, exports) {
11163 // This icon file is generated automatically.
11164 Object.defineProperty(exports, "__esModule", { value: true });
11165 var PartitionOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M640.6 429.8h257.1c7.9 0 14.3-6.4 14.3-14.3V158.3c0-7.9-6.4-14.3-14.3-14.3H640.6c-7.9 0-14.3 6.4-14.3 14.3v92.9H490.6c-3.9 0-7.1 3.2-7.1 7.1v221.5h-85.7v-96.5c0-7.9-6.4-14.3-14.3-14.3H126.3c-7.9 0-14.3 6.4-14.3 14.3v257.2c0 7.9 6.4 14.3 14.3 14.3h257.1c7.9 0 14.3-6.4 14.3-14.3V544h85.7v221.5c0 3.9 3.2 7.1 7.1 7.1h135.7v92.9c0 7.9 6.4 14.3 14.3 14.3h257.1c7.9 0 14.3-6.4 14.3-14.3v-257c0-7.9-6.4-14.3-14.3-14.3h-257c-7.9 0-14.3 6.4-14.3 14.3v100h-78.6v-393h78.6v100c0 7.9 6.4 14.3 14.3 14.3zm53.5-217.9h150V362h-150V211.9zM329.9 587h-150V437h150v150zm364.2 75.1h150v150.1h-150V662.1z" } }] }, "name": "partition", "theme": "outlined" };
11166 exports.default = PartitionOutlined;
11167 });
11168
11169 var PartitionOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PartitionOutlined_1);
11170
11171 var PartitionOutlined = function PartitionOutlined(props, ref) {
11172 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11173 ref: ref,
11174 icon: PartitionOutlinedSvg
11175 }));
11176 };
11177
11178 PartitionOutlined.displayName = 'PartitionOutlined';
11179 var PartitionOutlined$1 = /*#__PURE__*/React.forwardRef(PartitionOutlined);
11180
11181 var PauseCircleFilled_1 = createCommonjsModule(function (module, exports) {
11182 // This icon file is generated automatically.
11183 Object.defineProperty(exports, "__esModule", { value: true });
11184 var PauseCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-80 600c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z" } }] }, "name": "pause-circle", "theme": "filled" };
11185 exports.default = PauseCircleFilled;
11186 });
11187
11188 var PauseCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PauseCircleFilled_1);
11189
11190 var PauseCircleFilled = function PauseCircleFilled(props, ref) {
11191 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11192 ref: ref,
11193 icon: PauseCircleFilledSvg
11194 }));
11195 };
11196
11197 PauseCircleFilled.displayName = 'PauseCircleFilled';
11198 var PauseCircleFilled$1 = /*#__PURE__*/React.forwardRef(PauseCircleFilled);
11199
11200 var PauseCircleOutlined_1 = createCommonjsModule(function (module, exports) {
11201 // This icon file is generated automatically.
11202 Object.defineProperty(exports, "__esModule", { value: true });
11203 var PauseCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm-88-532h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z" } }] }, "name": "pause-circle", "theme": "outlined" };
11204 exports.default = PauseCircleOutlined;
11205 });
11206
11207 var PauseCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PauseCircleOutlined_1);
11208
11209 var PauseCircleOutlined = function PauseCircleOutlined(props, ref) {
11210 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11211 ref: ref,
11212 icon: PauseCircleOutlinedSvg
11213 }));
11214 };
11215
11216 PauseCircleOutlined.displayName = 'PauseCircleOutlined';
11217 var PauseCircleOutlined$1 = /*#__PURE__*/React.forwardRef(PauseCircleOutlined);
11218
11219 var PauseCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
11220 // This icon file is generated automatically.
11221 Object.defineProperty(exports, "__esModule", { value: true });
11222 var PauseCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-80 524c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304zm224 0c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V360c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v304z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M424 352h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8zm224 0h-48c-4.4 0-8 3.6-8 8v304c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V360c0-4.4-3.6-8-8-8z", "fill": primaryColor } }] }; }, "name": "pause-circle", "theme": "twotone" };
11223 exports.default = PauseCircleTwoTone;
11224 });
11225
11226 var PauseCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PauseCircleTwoTone_1);
11227
11228 var PauseCircleTwoTone = function PauseCircleTwoTone(props, ref) {
11229 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11230 ref: ref,
11231 icon: PauseCircleTwoToneSvg
11232 }));
11233 };
11234
11235 PauseCircleTwoTone.displayName = 'PauseCircleTwoTone';
11236 var PauseCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(PauseCircleTwoTone);
11237
11238 var PauseOutlined_1 = createCommonjsModule(function (module, exports) {
11239 // This icon file is generated automatically.
11240 Object.defineProperty(exports, "__esModule", { value: true });
11241 var PauseOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M304 176h80v672h-80zm408 0h-64c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8z" } }] }, "name": "pause", "theme": "outlined" };
11242 exports.default = PauseOutlined;
11243 });
11244
11245 var PauseOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PauseOutlined_1);
11246
11247 var PauseOutlined = function PauseOutlined(props, ref) {
11248 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11249 ref: ref,
11250 icon: PauseOutlinedSvg
11251 }));
11252 };
11253
11254 PauseOutlined.displayName = 'PauseOutlined';
11255 var PauseOutlined$1 = /*#__PURE__*/React.forwardRef(PauseOutlined);
11256
11257 var PayCircleFilled_1 = createCommonjsModule(function (module, exports) {
11258 // This icon file is generated automatically.
11259 Object.defineProperty(exports, "__esModule", { value: true });
11260 var PayCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm166.6 246.8L567.5 515.6h62c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V603h82c4.4 0 8 3.6 8 8v29.9c0 4.4-3.6 8-8 8h-82V717c0 4.4-3.6 8-8 8h-54.3c-4.4 0-8-3.6-8-8v-68.1h-81.7c-4.4 0-8-3.6-8-8V611c0-4.4 3.6-8 8-8h81.7v-41.5h-81.7c-4.4 0-8-3.6-8-8v-29.9c0-4.4 3.6-8 8-8h61.4L345.4 310.8a8.07 8.07 0 017-11.9h60.7c3 0 5.8 1.7 7.1 4.4l90.6 180h3.4l90.6-180a8 8 0 017.1-4.4h59.5c4.4 0 8 3.6 8 8 .2 1.4-.2 2.7-.8 3.9z" } }] }, "name": "pay-circle", "theme": "filled" };
11261 exports.default = PayCircleFilled;
11262 });
11263
11264 var PayCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PayCircleFilled_1);
11265
11266 var PayCircleFilled = function PayCircleFilled(props, ref) {
11267 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11268 ref: ref,
11269 icon: PayCircleFilledSvg
11270 }));
11271 };
11272
11273 PayCircleFilled.displayName = 'PayCircleFilled';
11274 var PayCircleFilled$1 = /*#__PURE__*/React.forwardRef(PayCircleFilled);
11275
11276 var PayCircleOutlined_1 = createCommonjsModule(function (module, exports) {
11277 // This icon file is generated automatically.
11278 Object.defineProperty(exports, "__esModule", { value: true });
11279 var PayCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm159.6-585h-59.5c-3 0-5.8 1.7-7.1 4.4l-90.6 180H511l-90.6-180a8 8 0 00-7.1-4.4h-60.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.9L457 515.7h-61.4c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V603h-81.7c-4.4 0-8 3.6-8 8v29.9c0 4.4 3.6 8 8 8h81.7V717c0 4.4 3.6 8 8 8h54.3c4.4 0 8-3.6 8-8v-68.1h82c4.4 0 8-3.6 8-8V611c0-4.4-3.6-8-8-8h-82v-41.5h82c4.4 0 8-3.6 8-8v-29.9c0-4.4-3.6-8-8-8h-62l111.1-204.8c.6-1.2 1-2.5 1-3.8-.1-4.4-3.7-8-8.1-8z" } }] }, "name": "pay-circle", "theme": "outlined" };
11280 exports.default = PayCircleOutlined;
11281 });
11282
11283 var PayCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PayCircleOutlined_1);
11284
11285 var PayCircleOutlined = function PayCircleOutlined(props, ref) {
11286 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11287 ref: ref,
11288 icon: PayCircleOutlinedSvg
11289 }));
11290 };
11291
11292 PayCircleOutlined.displayName = 'PayCircleOutlined';
11293 var PayCircleOutlined$1 = /*#__PURE__*/React.forwardRef(PayCircleOutlined);
11294
11295 var PercentageOutlined_1 = createCommonjsModule(function (module, exports) {
11296 // This icon file is generated automatically.
11297 Object.defineProperty(exports, "__esModule", { value: true });
11298 var PercentageOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M855.7 210.8l-42.4-42.4a8.03 8.03 0 00-11.3 0L168.3 801.9a8.03 8.03 0 000 11.3l42.4 42.4c3.1 3.1 8.2 3.1 11.3 0L855.6 222c3.2-3 3.2-8.1.1-11.2zM304 448c79.4 0 144-64.6 144-144s-64.6-144-144-144-144 64.6-144 144 64.6 144 144 144zm0-216c39.7 0 72 32.3 72 72s-32.3 72-72 72-72-32.3-72-72 32.3-72 72-72zm416 344c-79.4 0-144 64.6-144 144s64.6 144 144 144 144-64.6 144-144-64.6-144-144-144zm0 216c-39.7 0-72-32.3-72-72s32.3-72 72-72 72 32.3 72 72-32.3 72-72 72z" } }] }, "name": "percentage", "theme": "outlined" };
11299 exports.default = PercentageOutlined;
11300 });
11301
11302 var PercentageOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PercentageOutlined_1);
11303
11304 var PercentageOutlined = function PercentageOutlined(props, ref) {
11305 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11306 ref: ref,
11307 icon: PercentageOutlinedSvg
11308 }));
11309 };
11310
11311 PercentageOutlined.displayName = 'PercentageOutlined';
11312 var PercentageOutlined$1 = /*#__PURE__*/React.forwardRef(PercentageOutlined);
11313
11314 var PhoneFilled_1 = createCommonjsModule(function (module, exports) {
11315 // This icon file is generated automatically.
11316 Object.defineProperty(exports, "__esModule", { value: true });
11317 var PhoneFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885.6 230.2L779.1 123.8a80.83 80.83 0 00-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L549.8 238.4a80.83 80.83 0 00-23.8 57.3c0 21.7 8.5 42.1 23.8 57.4l83.8 83.8A393.82 393.82 0 01553.1 553 395.34 395.34 0 01437 633.8L353.2 550a80.83 80.83 0 00-57.3-23.8c-21.7 0-42.1 8.5-57.4 23.8L123.8 664.5a80.89 80.89 0 00-23.8 57.4c0 21.7 8.5 42.1 23.8 57.4l106.3 106.3c24.4 24.5 58.1 38.4 92.7 38.4 7.3 0 14.3-.6 21.2-1.8 134.8-22.2 268.5-93.9 376.4-201.7C828.2 612.8 899.8 479.2 922.3 344c6.8-41.3-6.9-83.8-36.7-113.8z" } }] }, "name": "phone", "theme": "filled" };
11318 exports.default = PhoneFilled;
11319 });
11320
11321 var PhoneFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PhoneFilled_1);
11322
11323 var PhoneFilled = function PhoneFilled(props, ref) {
11324 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11325 ref: ref,
11326 icon: PhoneFilledSvg
11327 }));
11328 };
11329
11330 PhoneFilled.displayName = 'PhoneFilled';
11331 var PhoneFilled$1 = /*#__PURE__*/React.forwardRef(PhoneFilled);
11332
11333 var PhoneOutlined_1 = createCommonjsModule(function (module, exports) {
11334 // This icon file is generated automatically.
11335 Object.defineProperty(exports, "__esModule", { value: true });
11336 var PhoneOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 01-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 00-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 00285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z" } }] }, "name": "phone", "theme": "outlined" };
11337 exports.default = PhoneOutlined;
11338 });
11339
11340 var PhoneOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PhoneOutlined_1);
11341
11342 var PhoneOutlined = function PhoneOutlined(props, ref) {
11343 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11344 ref: ref,
11345 icon: PhoneOutlinedSvg
11346 }));
11347 };
11348
11349 PhoneOutlined.displayName = 'PhoneOutlined';
11350 var PhoneOutlined$1 = /*#__PURE__*/React.forwardRef(PhoneOutlined);
11351
11352 var PhoneTwoTone_1 = createCommonjsModule(function (module, exports) {
11353 // This icon file is generated automatically.
11354 Object.defineProperty(exports, "__esModule", { value: true });
11355 var PhoneTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M721.7 184.9L610.9 295.8l120.8 120.7-8 21.6A481.29 481.29 0 01438 723.9l-21.6 8-.9-.9-119.8-120-110.8 110.9 104.5 104.5c10.8 10.7 26 15.7 40.8 13.2 117.9-19.5 235.4-82.9 330.9-178.4s158.9-213.1 178.4-331c2.5-14.8-2.5-30-13.3-40.8L721.7 184.9z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M877.1 238.7L770.6 132.3c-13-13-30.4-20.3-48.8-20.3s-35.8 7.2-48.8 20.3L558.3 246.8c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l89.6 89.7a405.46 405.46 0 01-86.4 127.3c-36.7 36.9-79.6 66-127.2 86.6l-89.6-89.7c-13-13-30.4-20.3-48.8-20.3a68.2 68.2 0 00-48.8 20.3L132.3 673c-13 13-20.3 30.5-20.3 48.9 0 18.5 7.2 35.8 20.3 48.9l106.4 106.4c22.2 22.2 52.8 34.9 84.2 34.9 6.5 0 12.8-.5 19.2-1.6 132.4-21.8 263.8-92.3 369.9-198.3C818 606 888.4 474.6 910.4 342.1c6.3-37.6-6.3-76.3-33.3-103.4zm-37.6 91.5c-19.5 117.9-82.9 235.5-178.4 331s-213 158.9-330.9 178.4c-14.8 2.5-30-2.5-40.8-13.2L184.9 721.9 295.7 611l119.8 120 .9.9 21.6-8a481.29 481.29 0 00285.7-285.8l8-21.6-120.8-120.7 110.8-110.9 104.5 104.5c10.8 10.8 15.8 26 13.3 40.8z", "fill": primaryColor } }] }; }, "name": "phone", "theme": "twotone" };
11356 exports.default = PhoneTwoTone;
11357 });
11358
11359 var PhoneTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PhoneTwoTone_1);
11360
11361 var PhoneTwoTone = function PhoneTwoTone(props, ref) {
11362 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11363 ref: ref,
11364 icon: PhoneTwoToneSvg
11365 }));
11366 };
11367
11368 PhoneTwoTone.displayName = 'PhoneTwoTone';
11369 var PhoneTwoTone$1 = /*#__PURE__*/React.forwardRef(PhoneTwoTone);
11370
11371 var PicCenterOutlined_1 = createCommonjsModule(function (module, exports) {
11372 // This icon file is generated automatically.
11373 Object.defineProperty(exports, "__esModule", { value: true });
11374 var PicCenterOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM848 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h672zM232 436h560v152H232V436z" } }] }, "name": "pic-center", "theme": "outlined" };
11375 exports.default = PicCenterOutlined;
11376 });
11377
11378 var PicCenterOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PicCenterOutlined_1);
11379
11380 var PicCenterOutlined = function PicCenterOutlined(props, ref) {
11381 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11382 ref: ref,
11383 icon: PicCenterOutlinedSvg
11384 }));
11385 };
11386
11387 PicCenterOutlined.displayName = 'PicCenterOutlined';
11388 var PicCenterOutlined$1 = /*#__PURE__*/React.forwardRef(PicCenterOutlined);
11389
11390 var PicLeftOutlined_1 = createCommonjsModule(function (module, exports) {
11391 // This icon file is generated automatically.
11392 Object.defineProperty(exports, "__esModule", { value: true });
11393 var PicLeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM608 660c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM152 436h400v152H152V436zm552 210c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H712c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z" } }] }, "name": "pic-left", "theme": "outlined" };
11394 exports.default = PicLeftOutlined;
11395 });
11396
11397 var PicLeftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PicLeftOutlined_1);
11398
11399 var PicLeftOutlined = function PicLeftOutlined(props, ref) {
11400 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11401 ref: ref,
11402 icon: PicLeftOutlinedSvg
11403 }));
11404 };
11405
11406 PicLeftOutlined.displayName = 'PicLeftOutlined';
11407 var PicLeftOutlined$1 = /*#__PURE__*/React.forwardRef(PicLeftOutlined);
11408
11409 var PicRightOutlined_1 = createCommonjsModule(function (module, exports) {
11410 // This icon file is generated automatically.
11411 Object.defineProperty(exports, "__esModule", { value: true });
11412 var PicRightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M952 792H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-632H72c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h880c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-24 500c8.8 0 16-7.2 16-16V380c0-8.8-7.2-16-16-16H416c-8.8 0-16 7.2-16 16v264c0 8.8 7.2 16 16 16h512zM472 436h400v152H472V436zM80 646c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56zm8-204h224c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H88c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z" } }] }, "name": "pic-right", "theme": "outlined" };
11413 exports.default = PicRightOutlined;
11414 });
11415
11416 var PicRightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PicRightOutlined_1);
11417
11418 var PicRightOutlined = function PicRightOutlined(props, ref) {
11419 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11420 ref: ref,
11421 icon: PicRightOutlinedSvg
11422 }));
11423 };
11424
11425 PicRightOutlined.displayName = 'PicRightOutlined';
11426 var PicRightOutlined$1 = /*#__PURE__*/React.forwardRef(PicRightOutlined);
11427
11428 var PictureFilled_1 = createCommonjsModule(function (module, exports) {
11429 // This icon file is generated automatically.
11430 Object.defineProperty(exports, "__esModule", { value: true });
11431 var PictureFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zM338 304c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zm513.9 437.1a8.11 8.11 0 01-5.2 1.9H177.2c-4.4 0-8-3.6-8-8 0-1.9.7-3.7 1.9-5.2l170.3-202c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l99.4 118 158.1-187.5c2.8-3.4 7.9-3.8 11.3-1 .3.3.7.6 1 1l229.6 271.6c2.6 3.3 2.2 8.4-1.2 11.2z" } }] }, "name": "picture", "theme": "filled" };
11432 exports.default = PictureFilled;
11433 });
11434
11435 var PictureFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PictureFilled_1);
11436
11437 var PictureFilled = function PictureFilled(props, ref) {
11438 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11439 ref: ref,
11440 icon: PictureFilledSvg
11441 }));
11442 };
11443
11444 PictureFilled.displayName = 'PictureFilled';
11445 var PictureFilled$1 = /*#__PURE__*/React.forwardRef(PictureFilled);
11446
11447 var PictureOutlined_1 = createCommonjsModule(function (module, exports) {
11448 // This icon file is generated automatically.
11449 Object.defineProperty(exports, "__esModule", { value: true });
11450 var PictureOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2zM304 456a88 88 0 100-176 88 88 0 000 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z" } }] }, "name": "picture", "theme": "outlined" };
11451 exports.default = PictureOutlined;
11452 });
11453
11454 var PictureOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PictureOutlined_1);
11455
11456 var PictureOutlined = function PictureOutlined(props, ref) {
11457 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11458 ref: ref,
11459 icon: PictureOutlinedSvg
11460 }));
11461 };
11462
11463 PictureOutlined.displayName = 'PictureOutlined';
11464 var PictureOutlined$1 = /*#__PURE__*/React.forwardRef(PictureOutlined);
11465
11466 var PictureTwoTone_1 = createCommonjsModule(function (module, exports) {
11467 // This icon file is generated automatically.
11468 Object.defineProperty(exports, "__esModule", { value: true });
11469 var PictureTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 632H136v-39.9l138.5-164.3 150.1 178L658.1 489 888 761.6V792zm0-129.8L664.2 396.8c-3.2-3.8-9-3.8-12.2 0L424.6 666.4l-144-170.7c-3.2-3.8-9-3.8-12.2 0L136 652.7V232h752v430.2z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M424.6 765.8l-150.1-178L136 752.1V792h752v-30.4L658.1 489z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M136 652.7l132.4-157c3.2-3.8 9-3.8 12.2 0l144 170.7L652 396.8c3.2-3.8 9-3.8 12.2 0L888 662.2V232H136v420.7zM304 280a88 88 0 110 176 88 88 0 010-176z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M276 368a28 28 0 1056 0 28 28 0 10-56 0z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M304 456a88 88 0 100-176 88 88 0 000 176zm0-116c15.5 0 28 12.5 28 28s-12.5 28-28 28-28-12.5-28-28 12.5-28 28-28z", "fill": primaryColor } }] }; }, "name": "picture", "theme": "twotone" };
11470 exports.default = PictureTwoTone;
11471 });
11472
11473 var PictureTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PictureTwoTone_1);
11474
11475 var PictureTwoTone = function PictureTwoTone(props, ref) {
11476 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11477 ref: ref,
11478 icon: PictureTwoToneSvg
11479 }));
11480 };
11481
11482 PictureTwoTone.displayName = 'PictureTwoTone';
11483 var PictureTwoTone$1 = /*#__PURE__*/React.forwardRef(PictureTwoTone);
11484
11485 var PieChartFilled_1 = createCommonjsModule(function (module, exports) {
11486 // This icon file is generated automatically.
11487 Object.defineProperty(exports, "__esModule", { value: true });
11488 var PieChartFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M863.1 518.5H505.5V160.9c0-4.4-3.6-8-8-8h-26a398.57 398.57 0 00-282.5 117 397.47 397.47 0 00-85.6 127C82.6 446.2 72 498.5 72 552.5S82.6 658.7 103.4 708c20.1 47.5 48.9 90.3 85.6 127 36.7 36.7 79.4 65.5 127 85.6a396.64 396.64 0 00155.6 31.5 398.57 398.57 0 00282.5-117c36.7-36.7 65.5-79.4 85.6-127a396.64 396.64 0 0031.5-155.6v-26c-.1-4.4-3.7-8-8.1-8zM951 463l-2.6-28.2c-8.5-92-49.3-178.8-115.1-244.3A398.5 398.5 0 00588.4 75.6L560.1 73c-4.7-.4-8.7 3.2-8.7 7.9v383.7c0 4.4 3.6 8 8 8l383.6-1c4.7-.1 8.4-4 8-8.6z" } }] }, "name": "pie-chart", "theme": "filled" };
11489 exports.default = PieChartFilled;
11490 });
11491
11492 var PieChartFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PieChartFilled_1);
11493
11494 var PieChartFilled = function PieChartFilled(props, ref) {
11495 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11496 ref: ref,
11497 icon: PieChartFilledSvg
11498 }));
11499 };
11500
11501 PieChartFilled.displayName = 'PieChartFilled';
11502 var PieChartFilled$1 = /*#__PURE__*/React.forwardRef(PieChartFilled);
11503
11504 var PieChartOutlined_1 = createCommonjsModule(function (module, exports) {
11505 // This icon file is generated automatically.
11506 Object.defineProperty(exports, "__esModule", { value: true });
11507 var PieChartOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 00-282.8 117.1 398.19 398.19 0 00-85.7 127.1A397.61 397.61 0 0072 552a398.46 398.46 0 00117.1 282.8c36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 00472 952a398.46 398.46 0 00282.8-117.1c36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 00872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 01470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552c0-88.7 34.5-172.1 97.2-234.8 54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8zM952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 00589 74.6L560.7 72c-4.7-.4-8.7 3.2-8.7 7.9V464c0 4.4 3.6 8 8 8l384-1c4.7 0 8.4-4 8-8.6zm-332.2-58.2V147.6a332.24 332.24 0 01166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z" } }] }, "name": "pie-chart", "theme": "outlined" };
11508 exports.default = PieChartOutlined;
11509 });
11510
11511 var PieChartOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PieChartOutlined_1);
11512
11513 var PieChartOutlined = function PieChartOutlined(props, ref) {
11514 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11515 ref: ref,
11516 icon: PieChartOutlinedSvg
11517 }));
11518 };
11519
11520 PieChartOutlined.displayName = 'PieChartOutlined';
11521 var PieChartOutlined$1 = /*#__PURE__*/React.forwardRef(PieChartOutlined);
11522
11523 var PieChartTwoTone_1 = createCommonjsModule(function (module, exports) {
11524 // This icon file is generated automatically.
11525 Object.defineProperty(exports, "__esModule", { value: true });
11526 var PieChartTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M316.2 920.5c-47.6-20.1-90.4-49-127.1-85.7a398.19 398.19 0 01-85.7-127.1A397.12 397.12 0 0172 552.2v.2a398.57 398.57 0 00117 282.5c36.7 36.7 79.4 65.5 127 85.6A396.64 396.64 0 00471.6 952c27 0 53.6-2.7 79.7-7.9-25.9 5.2-52.4 7.8-79.3 7.8-54 .1-106.4-10.5-155.8-31.4zM560 472c-4.4 0-8-3.6-8-8V79.9c0-1.3.3-2.5.9-3.6-.9 1.3-1.5 2.9-1.5 4.6v383.7c0 4.4 3.6 8 8 8l383.6-1c1.6 0 3.1-.5 4.4-1.3-1 .5-2.2.7-3.4.7l-384 1z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M619.8 147.6v256.6l256.4-.7c-13-62.5-44.3-120.5-90-166.1a332.24 332.24 0 00-166.4-89.8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M438 221.7c-75.9 7.6-146.2 40.9-200.8 95.5C174.5 379.9 140 463.3 140 552s34.5 172.1 97.2 234.8c62.3 62.3 145.1 96.8 233.2 97.2 88.2.4 172.7-34.1 235.3-96.2C761 733 794.6 662.3 802.3 586H438V221.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M864 518H506V160c0-4.4-3.6-8-8-8h-26a398.46 398.46 0 00-282.8 117.1 398.19 398.19 0 00-85.7 127.1A397.61 397.61 0 0072 552v.2c0 53.9 10.6 106.2 31.4 155.5 20.1 47.6 49 90.4 85.7 127.1 36.7 36.7 79.5 65.6 127.1 85.7A397.61 397.61 0 00472 952c26.9 0 53.4-2.6 79.3-7.8 26.1-5.3 51.7-13.1 76.4-23.6 47.6-20.1 90.4-49 127.1-85.7 36.7-36.7 65.6-79.5 85.7-127.1A397.61 397.61 0 00872 552v-26c0-4.4-3.6-8-8-8zM705.7 787.8A331.59 331.59 0 01470.4 884c-88.1-.4-170.9-34.9-233.2-97.2C174.5 724.1 140 640.7 140 552s34.5-172.1 97.2-234.8c54.6-54.6 124.9-87.9 200.8-95.5V586h364.3c-7.7 76.3-41.3 147-96.6 201.8z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M952 462.4l-2.6-28.2c-8.5-92.1-49.4-179-115.2-244.6A399.4 399.4 0 00589 74.6L560.7 72c-3.4-.3-6.4 1.5-7.8 4.3a8.7 8.7 0 00-.9 3.6V464c0 4.4 3.6 8 8 8l384-1c1.2 0 2.3-.3 3.4-.7a8.1 8.1 0 004.6-7.9zm-332.2-58.2V147.6a332.24 332.24 0 01166.4 89.8c45.7 45.6 77 103.6 90 166.1l-256.4.7z", "fill": primaryColor } }] }; }, "name": "pie-chart", "theme": "twotone" };
11527 exports.default = PieChartTwoTone;
11528 });
11529
11530 var PieChartTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PieChartTwoTone_1);
11531
11532 var PieChartTwoTone = function PieChartTwoTone(props, ref) {
11533 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11534 ref: ref,
11535 icon: PieChartTwoToneSvg
11536 }));
11537 };
11538
11539 PieChartTwoTone.displayName = 'PieChartTwoTone';
11540 var PieChartTwoTone$1 = /*#__PURE__*/React.forwardRef(PieChartTwoTone);
11541
11542 var PlayCircleFilled_1 = createCommonjsModule(function (module, exports) {
11543 // This icon file is generated automatically.
11544 Object.defineProperty(exports, "__esModule", { value: true });
11545 var PlayCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm144.1 454.9L437.7 677.8a8.02 8.02 0 01-12.7-6.5V353.7a8 8 0 0112.7-6.5L656.1 506a7.9 7.9 0 010 12.9z" } }] }, "name": "play-circle", "theme": "filled" };
11546 exports.default = PlayCircleFilled;
11547 });
11548
11549 var PlayCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PlayCircleFilled_1);
11550
11551 var PlayCircleFilled = function PlayCircleFilled(props, ref) {
11552 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11553 ref: ref,
11554 icon: PlayCircleFilledSvg
11555 }));
11556 };
11557
11558 PlayCircleFilled.displayName = 'PlayCircleFilled';
11559 var PlayCircleFilled$1 = /*#__PURE__*/React.forwardRef(PlayCircleFilled);
11560
11561 var PlayCircleOutlined_1 = createCommonjsModule(function (module, exports) {
11562 // This icon file is generated automatically.
11563 Object.defineProperty(exports, "__esModule", { value: true });
11564 var PlayCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M719.4 499.1l-296.1-215A15.9 15.9 0 00398 297v430c0 13.1 14.8 20.5 25.3 12.9l296.1-215a15.9 15.9 0 000-25.8zm-257.6 134V390.9L628.5 512 461.8 633.1z" } }] }, "name": "play-circle", "theme": "outlined" };
11565 exports.default = PlayCircleOutlined;
11566 });
11567
11568 var PlayCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PlayCircleOutlined_1);
11569
11570 var PlayCircleOutlined = function PlayCircleOutlined(props, ref) {
11571 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11572 ref: ref,
11573 icon: PlayCircleOutlinedSvg
11574 }));
11575 };
11576
11577 PlayCircleOutlined.displayName = 'PlayCircleOutlined';
11578 var PlayCircleOutlined$1 = /*#__PURE__*/React.forwardRef(PlayCircleOutlined);
11579
11580 var PlayCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
11581 // This icon file is generated automatically.
11582 Object.defineProperty(exports, "__esModule", { value: true });
11583 var PlayCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm164.1 378.2L457.7 677.1a8.02 8.02 0 01-12.7-6.5V353a8 8 0 0112.7-6.5l218.4 158.8a7.9 7.9 0 010 12.9z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M676.1 505.3L457.7 346.5A8 8 0 00445 353v317.6a8.02 8.02 0 0012.7 6.5l218.4-158.9a7.9 7.9 0 000-12.9z", "fill": primaryColor } }] }; }, "name": "play-circle", "theme": "twotone" };
11584 exports.default = PlayCircleTwoTone;
11585 });
11586
11587 var PlayCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PlayCircleTwoTone_1);
11588
11589 var PlayCircleTwoTone = function PlayCircleTwoTone(props, ref) {
11590 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11591 ref: ref,
11592 icon: PlayCircleTwoToneSvg
11593 }));
11594 };
11595
11596 PlayCircleTwoTone.displayName = 'PlayCircleTwoTone';
11597 var PlayCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(PlayCircleTwoTone);
11598
11599 var PlaySquareFilled_1 = createCommonjsModule(function (module, exports) {
11600 // This icon file is generated automatically.
11601 Object.defineProperty(exports, "__esModule", { value: true });
11602 var PlaySquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM641.7 520.8L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 010 17.6z" } }] }, "name": "play-square", "theme": "filled" };
11603 exports.default = PlaySquareFilled;
11604 });
11605
11606 var PlaySquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PlaySquareFilled_1);
11607
11608 var PlaySquareFilled = function PlaySquareFilled(props, ref) {
11609 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11610 ref: ref,
11611 icon: PlaySquareFilledSvg
11612 }));
11613 };
11614
11615 PlaySquareFilled.displayName = 'PlaySquareFilled';
11616 var PlaySquareFilled$1 = /*#__PURE__*/React.forwardRef(PlaySquareFilled);
11617
11618 var PlaySquareOutlined_1 = createCommonjsModule(function (module, exports) {
11619 // This icon file is generated automatically.
11620 Object.defineProperty(exports, "__esModule", { value: true });
11621 var PlaySquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M442.3 677.6l199.4-156.7a11.3 11.3 0 000-17.7L442.3 346.4c-7.4-5.8-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.7 18.3 8.9z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "play-square", "theme": "outlined" };
11622 exports.default = PlaySquareOutlined;
11623 });
11624
11625 var PlaySquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PlaySquareOutlined_1);
11626
11627 var PlaySquareOutlined = function PlaySquareOutlined(props, ref) {
11628 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11629 ref: ref,
11630 icon: PlaySquareOutlinedSvg
11631 }));
11632 };
11633
11634 PlaySquareOutlined.displayName = 'PlaySquareOutlined';
11635 var PlaySquareOutlined$1 = /*#__PURE__*/React.forwardRef(PlaySquareOutlined);
11636
11637 var PlaySquareTwoTone_1 = createCommonjsModule(function (module, exports) {
11638 // This icon file is generated automatically.
11639 Object.defineProperty(exports, "__esModule", { value: true });
11640 var PlaySquareTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm240-484.7c0-9.4 10.9-14.7 18.3-8.8l199.4 156.7a11.2 11.2 0 010 17.6L442.3 677.6c-7.4 5.8-18.3.6-18.3-8.8V355.3z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M442.3 677.6l199.4-156.8a11.2 11.2 0 000-17.6L442.3 346.5c-7.4-5.9-18.3-.6-18.3 8.8v313.5c0 9.4 10.9 14.6 18.3 8.8z", "fill": primaryColor } }] }; }, "name": "play-square", "theme": "twotone" };
11641 exports.default = PlaySquareTwoTone;
11642 });
11643
11644 var PlaySquareTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PlaySquareTwoTone_1);
11645
11646 var PlaySquareTwoTone = function PlaySquareTwoTone(props, ref) {
11647 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11648 ref: ref,
11649 icon: PlaySquareTwoToneSvg
11650 }));
11651 };
11652
11653 PlaySquareTwoTone.displayName = 'PlaySquareTwoTone';
11654 var PlaySquareTwoTone$1 = /*#__PURE__*/React.forwardRef(PlaySquareTwoTone);
11655
11656 var PlusCircleFilled_1 = createCommonjsModule(function (module, exports) {
11657 // This icon file is generated automatically.
11658 Object.defineProperty(exports, "__esModule", { value: true });
11659 var PlusCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm192 472c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z" } }] }, "name": "plus-circle", "theme": "filled" };
11660 exports.default = PlusCircleFilled;
11661 });
11662
11663 var PlusCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PlusCircleFilled_1);
11664
11665 var PlusCircleFilled = function PlusCircleFilled(props, ref) {
11666 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11667 ref: ref,
11668 icon: PlusCircleFilledSvg
11669 }));
11670 };
11671
11672 PlusCircleFilled.displayName = 'PlusCircleFilled';
11673 var PlusCircleFilled$1 = /*#__PURE__*/React.forwardRef(PlusCircleFilled);
11674
11675 var PlusCircleOutlined_1 = createCommonjsModule(function (module, exports) {
11676 // This icon file is generated automatically.
11677 Object.defineProperty(exports, "__esModule", { value: true });
11678 var PlusCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }] }, "name": "plus-circle", "theme": "outlined" };
11679 exports.default = PlusCircleOutlined;
11680 });
11681
11682 var PlusCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PlusCircleOutlined_1);
11683
11684 var PlusCircleOutlined = function PlusCircleOutlined(props, ref) {
11685 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11686 ref: ref,
11687 icon: PlusCircleOutlinedSvg
11688 }));
11689 };
11690
11691 PlusCircleOutlined.displayName = 'PlusCircleOutlined';
11692 var PlusCircleOutlined$1 = /*#__PURE__*/React.forwardRef(PlusCircleOutlined);
11693
11694 var PlusCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
11695 // This icon file is generated automatically.
11696 Object.defineProperty(exports, "__esModule", { value: true });
11697 var PlusCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm192 396c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M696 480H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z", "fill": primaryColor } }] }; }, "name": "plus-circle", "theme": "twotone" };
11698 exports.default = PlusCircleTwoTone;
11699 });
11700
11701 var PlusCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PlusCircleTwoTone_1);
11702
11703 var PlusCircleTwoTone = function PlusCircleTwoTone(props, ref) {
11704 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11705 ref: ref,
11706 icon: PlusCircleTwoToneSvg
11707 }));
11708 };
11709
11710 PlusCircleTwoTone.displayName = 'PlusCircleTwoTone';
11711 var PlusCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(PlusCircleTwoTone);
11712
11713 var PlusOutlined_1 = createCommonjsModule(function (module, exports) {
11714 // This icon file is generated automatically.
11715 Object.defineProperty(exports, "__esModule", { value: true });
11716 var PlusOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z" } }, { "tag": "path", "attrs": { "d": "M176 474h672q8 0 8 8v60q0 8-8 8H176q-8 0-8-8v-60q0-8 8-8z" } }] }, "name": "plus", "theme": "outlined" };
11717 exports.default = PlusOutlined;
11718 });
11719
11720 var PlusOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PlusOutlined_1);
11721
11722 var PlusOutlined = function PlusOutlined(props, ref) {
11723 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11724 ref: ref,
11725 icon: PlusOutlinedSvg
11726 }));
11727 };
11728
11729 PlusOutlined.displayName = 'PlusOutlined';
11730 var PlusOutlined$1 = /*#__PURE__*/React.forwardRef(PlusOutlined);
11731
11732 var PlusSquareFilled_1 = createCommonjsModule(function (module, exports) {
11733 // This icon file is generated automatically.
11734 Object.defineProperty(exports, "__esModule", { value: true });
11735 var PlusSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM704 536c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48z" } }] }, "name": "plus-square", "theme": "filled" };
11736 exports.default = PlusSquareFilled;
11737 });
11738
11739 var PlusSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PlusSquareFilled_1);
11740
11741 var PlusSquareFilled = function PlusSquareFilled(props, ref) {
11742 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11743 ref: ref,
11744 icon: PlusSquareFilledSvg
11745 }));
11746 };
11747
11748 PlusSquareFilled.displayName = 'PlusSquareFilled';
11749 var PlusSquareFilled$1 = /*#__PURE__*/React.forwardRef(PlusSquareFilled);
11750
11751 var PlusSquareOutlined_1 = createCommonjsModule(function (module, exports) {
11752 // This icon file is generated automatically.
11753 Object.defineProperty(exports, "__esModule", { value: true });
11754 var PlusSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "plus-square", "theme": "outlined" };
11755 exports.default = PlusSquareOutlined;
11756 });
11757
11758 var PlusSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PlusSquareOutlined_1);
11759
11760 var PlusSquareOutlined = function PlusSquareOutlined(props, ref) {
11761 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11762 ref: ref,
11763 icon: PlusSquareOutlinedSvg
11764 }));
11765 };
11766
11767 PlusSquareOutlined.displayName = 'PlusSquareOutlined';
11768 var PlusSquareOutlined$1 = /*#__PURE__*/React.forwardRef(PlusSquareOutlined);
11769
11770 var PlusSquareTwoTone_1 = createCommonjsModule(function (module, exports) {
11771 // This icon file is generated automatically.
11772 Object.defineProperty(exports, "__esModule", { value: true });
11773 var PlusSquareTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm136-352c0-4.4 3.6-8 8-8h152V328c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v152h152c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H544v152c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V544H328c-4.4 0-8-3.6-8-8v-48z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z", "fill": primaryColor } }] }; }, "name": "plus-square", "theme": "twotone" };
11774 exports.default = PlusSquareTwoTone;
11775 });
11776
11777 var PlusSquareTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PlusSquareTwoTone_1);
11778
11779 var PlusSquareTwoTone = function PlusSquareTwoTone(props, ref) {
11780 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11781 ref: ref,
11782 icon: PlusSquareTwoToneSvg
11783 }));
11784 };
11785
11786 PlusSquareTwoTone.displayName = 'PlusSquareTwoTone';
11787 var PlusSquareTwoTone$1 = /*#__PURE__*/React.forwardRef(PlusSquareTwoTone);
11788
11789 var PoundCircleFilled_1 = createCommonjsModule(function (module, exports) {
11790 // This icon file is generated automatically.
11791 Object.defineProperty(exports, "__esModule", { value: true });
11792 var PoundCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm146 658c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 01-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8V722z" } }] }, "name": "pound-circle", "theme": "filled" };
11793 exports.default = PoundCircleFilled;
11794 });
11795
11796 var PoundCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PoundCircleFilled_1);
11797
11798 var PoundCircleFilled = function PoundCircleFilled(props, ref) {
11799 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11800 ref: ref,
11801 icon: PoundCircleFilledSvg
11802 }));
11803 };
11804
11805 PoundCircleFilled.displayName = 'PoundCircleFilled';
11806 var PoundCircleFilled$1 = /*#__PURE__*/React.forwardRef(PoundCircleFilled);
11807
11808 var PoundCircleOutlined_1 = createCommonjsModule(function (module, exports) {
11809 // This icon file is generated automatically.
11810 Object.defineProperty(exports, "__esModule", { value: true });
11811 var PoundCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm138-209.8H469.8v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.9-5.3-41H607c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5 0-43.5 34-70.2 87.3-70.2 21.5 0 42.5 4.1 60.4 10.5 5.2 1.9 10.6-2 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.8-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.3 6.9 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.1c3.4 14.7 5.9 29.4 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8V722c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z" } }] }, "name": "pound-circle", "theme": "outlined" };
11812 exports.default = PoundCircleOutlined;
11813 });
11814
11815 var PoundCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PoundCircleOutlined_1);
11816
11817 var PoundCircleOutlined = function PoundCircleOutlined(props, ref) {
11818 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11819 ref: ref,
11820 icon: PoundCircleOutlinedSvg
11821 }));
11822 };
11823
11824 PoundCircleOutlined.displayName = 'PoundCircleOutlined';
11825 var PoundCircleOutlined$1 = /*#__PURE__*/React.forwardRef(PoundCircleOutlined);
11826
11827 var PoundCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
11828 // This icon file is generated automatically.
11829 Object.defineProperty(exports, "__esModule", { value: true });
11830 var PoundCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm146 582.1c0 4.4-3.6 8-8 8H376.2c-4.4 0-8-3.6-8-8v-38.5c0-3.7 2.5-6.9 6.1-7.8 44-10.9 72.8-49 72.8-94.2 0-14.7-2.5-29.4-5.9-44.2H374c-4.4 0-8-3.6-8-8v-30c0-4.4 3.6-8 8-8h53.7c-7.8-25.1-14.6-50.7-14.6-77.1 0-75.8 58.6-120.3 151.5-120.3 26.5 0 51.4 5.5 70.3 12.7 3.1 1.2 5.2 4.2 5.2 7.5v39.5a8 8 0 01-10.6 7.6c-17.9-6.4-39-10.5-60.4-10.5-53.3 0-87.3 26.6-87.3 70.2 0 24.7 6.2 47.9 13.4 70.5h112c4.4 0 8 3.6 8 8v30c0 4.4-3.6 8-8 8h-98.6c3.1 13.2 5.3 26.9 5.3 41 0 40.7-16.5 73.9-43.9 91.1v4.7h180c4.4 0 8 3.6 8 8v39.8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M650 674.3H470v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.8-5.3-41h98.6c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8h-112c-7.2-22.6-13.4-45.8-13.4-70.5 0-43.6 34-70.2 87.3-70.2 21.4 0 42.5 4.1 60.4 10.5a8 8 0 0010.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.9-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.4 6.8 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.2c3.4 14.8 5.9 29.5 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8v38.5c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z", "fill": primaryColor } }] }; }, "name": "pound-circle", "theme": "twotone" };
11831 exports.default = PoundCircleTwoTone;
11832 });
11833
11834 var PoundCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PoundCircleTwoTone_1);
11835
11836 var PoundCircleTwoTone = function PoundCircleTwoTone(props, ref) {
11837 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11838 ref: ref,
11839 icon: PoundCircleTwoToneSvg
11840 }));
11841 };
11842
11843 PoundCircleTwoTone.displayName = 'PoundCircleTwoTone';
11844 var PoundCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(PoundCircleTwoTone);
11845
11846 var PoundOutlined_1 = createCommonjsModule(function (module, exports) {
11847 // This icon file is generated automatically.
11848 Object.defineProperty(exports, "__esModule", { value: true });
11849 var PoundOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm138-209.8H469.8v-4.7c27.4-17.2 43.9-50.4 43.9-91.1 0-14.1-2.2-27.9-5.3-41H607c4.4 0 8-3.6 8-8v-30c0-4.4-3.6-8-8-8H495c-7.2-22.6-13.4-45.7-13.4-70.5 0-43.5 34-70.2 87.3-70.2 21.5 0 42.5 4.1 60.4 10.5 5.2 1.9 10.6-2 10.6-7.6v-39.5c0-3.3-2.1-6.3-5.2-7.5-18.8-7.2-43.8-12.7-70.3-12.7-92.9 0-151.5 44.5-151.5 120.3 0 26.3 6.9 52 14.6 77.1H374c-4.4 0-8 3.6-8 8v30c0 4.4 3.6 8 8 8h67.1c3.4 14.7 5.9 29.4 5.9 44.2 0 45.2-28.8 83.3-72.8 94.2-3.6.9-6.1 4.1-6.1 7.8V722c0 4.4 3.6 8 8 8H650c4.4 0 8-3.6 8-8v-39.8c0-4.4-3.6-8-8-8z" } }] }, "name": "pound", "theme": "outlined" };
11850 exports.default = PoundOutlined;
11851 });
11852
11853 var PoundOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PoundOutlined_1);
11854
11855 var PoundOutlined = function PoundOutlined(props, ref) {
11856 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11857 ref: ref,
11858 icon: PoundOutlinedSvg
11859 }));
11860 };
11861
11862 PoundOutlined.displayName = 'PoundOutlined';
11863 var PoundOutlined$1 = /*#__PURE__*/React.forwardRef(PoundOutlined);
11864
11865 var PoweroffOutlined_1 = createCommonjsModule(function (module, exports) {
11866 // This icon file is generated automatically.
11867 Object.defineProperty(exports, "__esModule", { value: true });
11868 var PoweroffOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M705.6 124.9a8 8 0 00-11.6 7.2v64.2c0 5.5 2.9 10.6 7.5 13.6a352.2 352.2 0 0162.2 49.8c32.7 32.8 58.4 70.9 76.3 113.3a355 355 0 0127.9 138.7c0 48.1-9.4 94.8-27.9 138.7a355.92 355.92 0 01-76.3 113.3 353.06 353.06 0 01-113.2 76.4c-43.8 18.6-90.5 28-138.5 28s-94.7-9.4-138.5-28a353.06 353.06 0 01-113.2-76.4A355.92 355.92 0 01184 650.4a355 355 0 01-27.9-138.7c0-48.1 9.4-94.8 27.9-138.7 17.9-42.4 43.6-80.5 76.3-113.3 19-19 39.8-35.6 62.2-49.8 4.7-2.9 7.5-8.1 7.5-13.6V132c0-6-6.3-9.8-11.6-7.2C178.5 195.2 82 339.3 80 506.3 77.2 745.1 272.5 943.5 511.2 944c239 .5 432.8-193.3 432.8-432.4 0-169.2-97-315.7-238.4-386.7zM480 560h64c4.4 0 8-3.6 8-8V88c0-4.4-3.6-8-8-8h-64c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8z" } }] }, "name": "poweroff", "theme": "outlined" };
11869 exports.default = PoweroffOutlined;
11870 });
11871
11872 var PoweroffOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PoweroffOutlined_1);
11873
11874 var PoweroffOutlined = function PoweroffOutlined(props, ref) {
11875 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11876 ref: ref,
11877 icon: PoweroffOutlinedSvg
11878 }));
11879 };
11880
11881 PoweroffOutlined.displayName = 'PoweroffOutlined';
11882 var PoweroffOutlined$1 = /*#__PURE__*/React.forwardRef(PoweroffOutlined);
11883
11884 var PrinterFilled_1 = createCommonjsModule(function (module, exports) {
11885 // This icon file is generated automatically.
11886 Object.defineProperty(exports, "__esModule", { value: true });
11887 var PrinterFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M732 120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v148h440V120zm120 212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM664 844H360V568h304v276zm164-360c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z" } }] }, "name": "printer", "theme": "filled" };
11888 exports.default = PrinterFilled;
11889 });
11890
11891 var PrinterFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PrinterFilled_1);
11892
11893 var PrinterFilled = function PrinterFilled(props, ref) {
11894 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11895 ref: ref,
11896 icon: PrinterFilledSvg
11897 }));
11898 };
11899
11900 PrinterFilled.displayName = 'PrinterFilled';
11901 var PrinterFilled$1 = /*#__PURE__*/React.forwardRef(PrinterFilled);
11902
11903 var PrinterOutlined_1 = createCommonjsModule(function (module, exports) {
11904 // This icon file is generated automatically.
11905 Object.defineProperty(exports, "__esModule", { value: true });
11906 var PrinterOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8zm32-104H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z" } }] }, "name": "printer", "theme": "outlined" };
11907 exports.default = PrinterOutlined;
11908 });
11909
11910 var PrinterOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PrinterOutlined_1);
11911
11912 var PrinterOutlined = function PrinterOutlined(props, ref) {
11913 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11914 ref: ref,
11915 icon: PrinterOutlinedSvg
11916 }));
11917 };
11918
11919 PrinterOutlined.displayName = 'PrinterOutlined';
11920 var PrinterOutlined$1 = /*#__PURE__*/React.forwardRef(PrinterOutlined);
11921
11922 var PrinterTwoTone_1 = createCommonjsModule(function (module, exports) {
11923 // This icon file is generated automatically.
11924 Object.defineProperty(exports, "__esModule", { value: true });
11925 var PrinterTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M360 180h304v152H360zm492 220H172c-6.6 0-12 5.4-12 12v292h132V500h440v204h132V412c0-6.6-5.4-12-12-12zm-24 84c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8 3.6 8 8v40z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M852 332H732V120c0-4.4-3.6-8-8-8H300c-4.4 0-8 3.6-8 8v212H172c-44.2 0-80 35.8-80 80v328c0 17.7 14.3 32 32 32h168v132c0 4.4 3.6 8 8 8h424c4.4 0 8-3.6 8-8V772h168c17.7 0 32-14.3 32-32V412c0-44.2-35.8-80-80-80zM360 180h304v152H360V180zm304 664H360V568h304v276zm200-140H732V500H292v204H160V412c0-6.6 5.4-12 12-12h680c6.6 0 12 5.4 12 12v292z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M820 436h-40c-4.4 0-8 3.6-8 8v40c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-40c0-4.4-3.6-8-8-8z", "fill": primaryColor } }] }; }, "name": "printer", "theme": "twotone" };
11926 exports.default = PrinterTwoTone;
11927 });
11928
11929 var PrinterTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PrinterTwoTone_1);
11930
11931 var PrinterTwoTone = function PrinterTwoTone(props, ref) {
11932 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11933 ref: ref,
11934 icon: PrinterTwoToneSvg
11935 }));
11936 };
11937
11938 PrinterTwoTone.displayName = 'PrinterTwoTone';
11939 var PrinterTwoTone$1 = /*#__PURE__*/React.forwardRef(PrinterTwoTone);
11940
11941 var ProfileFilled_1 = createCommonjsModule(function (module, exports) {
11942 // This icon file is generated automatically.
11943 Object.defineProperty(exports, "__esModule", { value: true });
11944 var ProfileFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM380 696c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm0-144c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm304 272c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-144c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48z" } }] }, "name": "profile", "theme": "filled" };
11945 exports.default = ProfileFilled;
11946 });
11947
11948 var ProfileFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ProfileFilled_1);
11949
11950 var ProfileFilled = function ProfileFilled(props, ref) {
11951 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11952 ref: ref,
11953 icon: ProfileFilledSvg
11954 }));
11955 };
11956
11957 ProfileFilled.displayName = 'ProfileFilled';
11958 var ProfileFilled$1 = /*#__PURE__*/React.forwardRef(ProfileFilled);
11959
11960 var ProfileOutlined_1 = createCommonjsModule(function (module, exports) {
11961 // This icon file is generated automatically.
11962 Object.defineProperty(exports, "__esModule", { value: true });
11963 var ProfileOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656zM492 400h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0 144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zM340 368a40 40 0 1080 0 40 40 0 10-80 0zm0 144a40 40 0 1080 0 40 40 0 10-80 0zm0 144a40 40 0 1080 0 40 40 0 10-80 0z" } }] }, "name": "profile", "theme": "outlined" };
11964 exports.default = ProfileOutlined;
11965 });
11966
11967 var ProfileOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ProfileOutlined_1);
11968
11969 var ProfileOutlined = function ProfileOutlined(props, ref) {
11970 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11971 ref: ref,
11972 icon: ProfileOutlinedSvg
11973 }));
11974 };
11975
11976 ProfileOutlined.displayName = 'ProfileOutlined';
11977 var ProfileOutlined$1 = /*#__PURE__*/React.forwardRef(ProfileOutlined);
11978
11979 var ProfileTwoTone_1 = createCommonjsModule(function (module, exports) {
11980 // This icon file is generated automatically.
11981 Object.defineProperty(exports, "__esModule", { value: true });
11982 var ProfileTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm300-496c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zm0 144c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H492c-4.4 0-8-3.6-8-8v-48zM380 328c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40zm0 144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M340 656a40 40 0 1080 0 40 40 0 10-80 0zm0-144a40 40 0 1080 0 40 40 0 10-80 0zm0-144a40 40 0 1080 0 40 40 0 10-80 0zm152 320h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm0-144h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H492c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z", "fill": primaryColor } }] }; }, "name": "profile", "theme": "twotone" };
11983 exports.default = ProfileTwoTone;
11984 });
11985
11986 var ProfileTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ProfileTwoTone_1);
11987
11988 var ProfileTwoTone = function ProfileTwoTone(props, ref) {
11989 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
11990 ref: ref,
11991 icon: ProfileTwoToneSvg
11992 }));
11993 };
11994
11995 ProfileTwoTone.displayName = 'ProfileTwoTone';
11996 var ProfileTwoTone$1 = /*#__PURE__*/React.forwardRef(ProfileTwoTone);
11997
11998 var ProjectFilled_1 = createCommonjsModule(function (module, exports) {
11999 // This icon file is generated automatically.
12000 Object.defineProperty(exports, "__esModule", { value: true });
12001 var ProjectFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM368 744c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464zm192-280c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184zm192 72c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256z" } }] }, "name": "project", "theme": "filled" };
12002 exports.default = ProjectFilled;
12003 });
12004
12005 var ProjectFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ProjectFilled_1);
12006
12007 var ProjectFilled = function ProjectFilled(props, ref) {
12008 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12009 ref: ref,
12010 icon: ProjectFilledSvg
12011 }));
12012 };
12013
12014 ProjectFilled.displayName = 'ProjectFilled';
12015 var ProjectFilled$1 = /*#__PURE__*/React.forwardRef(ProjectFilled);
12016
12017 var ProjectOutlined_1 = createCommonjsModule(function (module, exports) {
12018 // This icon file is generated automatically.
12019 Object.defineProperty(exports, "__esModule", { value: true });
12020 var ProjectOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8zm216-432H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "project", "theme": "outlined" };
12021 exports.default = ProjectOutlined;
12022 });
12023
12024 var ProjectOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ProjectOutlined_1);
12025
12026 var ProjectOutlined = function ProjectOutlined(props, ref) {
12027 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12028 ref: ref,
12029 icon: ProjectOutlinedSvg
12030 }));
12031 };
12032
12033 ProjectOutlined.displayName = 'ProjectOutlined';
12034 var ProjectOutlined$1 = /*#__PURE__*/React.forwardRef(ProjectOutlined);
12035
12036 var ProjectTwoTone_1 = createCommonjsModule(function (module, exports) {
12037 // This icon file is generated automatically.
12038 Object.defineProperty(exports, "__esModule", { value: true });
12039 var ProjectTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm472-560c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v256c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280zm-192 0c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v464c0 4.4-3.6 8-8 8h-80c-4.4 0-8-3.6-8-8V280z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M280 752h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v464c0 4.4 3.6 8 8 8zm192-280h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v184c0 4.4 3.6 8 8 8zm192 72h80c4.4 0 8-3.6 8-8V280c0-4.4-3.6-8-8-8h-80c-4.4 0-8 3.6-8 8v256c0 4.4 3.6 8 8 8z", "fill": primaryColor } }] }; }, "name": "project", "theme": "twotone" };
12040 exports.default = ProjectTwoTone;
12041 });
12042
12043 var ProjectTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ProjectTwoTone_1);
12044
12045 var ProjectTwoTone = function ProjectTwoTone(props, ref) {
12046 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12047 ref: ref,
12048 icon: ProjectTwoToneSvg
12049 }));
12050 };
12051
12052 ProjectTwoTone.displayName = 'ProjectTwoTone';
12053 var ProjectTwoTone$1 = /*#__PURE__*/React.forwardRef(ProjectTwoTone);
12054
12055 var PropertySafetyFilled_1 = createCommonjsModule(function (module, exports) {
12056 // This icon file is generated automatically.
12057 Object.defineProperty(exports, "__esModule", { value: true });
12058 var PropertySafetyFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM648.3 332.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7h-63.1c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3 73.2-144.3a10 10 0 018.9-5.5h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8z" } }] }, "name": "property-safety", "theme": "filled" };
12059 exports.default = PropertySafetyFilled;
12060 });
12061
12062 var PropertySafetyFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PropertySafetyFilled_1);
12063
12064 var PropertySafetyFilled = function PropertySafetyFilled(props, ref) {
12065 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12066 ref: ref,
12067 icon: PropertySafetyFilledSvg
12068 }));
12069 };
12070
12071 PropertySafetyFilled.displayName = 'PropertySafetyFilled';
12072 var PropertySafetyFilled$1 = /*#__PURE__*/React.forwardRef(PropertySafetyFilled);
12073
12074 var PropertySafetyOutlined_1 = createCommonjsModule(function (module, exports) {
12075 // This icon file is generated automatically.
12076 Object.defineProperty(exports, "__esModule", { value: true });
12077 var PropertySafetyOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM430.5 318h-46c-1.7 0-3.3.4-4.8 1.2a10.1 10.1 0 00-4 13.6l88 161.1h-45.2c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7h-63.1c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1a10.05 10.05 0 00-8.8-14.8h-45c-3.8 0-7.2 2.1-8.9 5.5l-73.2 144.3-72.9-144.3c-1.7-3.4-5.2-5.5-9-5.5z" } }] }, "name": "property-safety", "theme": "outlined" };
12078 exports.default = PropertySafetyOutlined;
12079 });
12080
12081 var PropertySafetyOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PropertySafetyOutlined_1);
12082
12083 var PropertySafetyOutlined = function PropertySafetyOutlined(props, ref) {
12084 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12085 ref: ref,
12086 icon: PropertySafetyOutlinedSvg
12087 }));
12088 };
12089
12090 PropertySafetyOutlined.displayName = 'PropertySafetyOutlined';
12091 var PropertySafetyOutlined$1 = /*#__PURE__*/React.forwardRef(PropertySafetyOutlined);
12092
12093 var PropertySafetyTwoTone_1 = createCommonjsModule(function (module, exports) {
12094 // This icon file is generated automatically.
12095 Object.defineProperty(exports, "__esModule", { value: true });
12096 var PropertySafetyTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM593.9 318h45c5.5 0 10 4.5 10 10 .1 1.7-.3 3.3-1.1 4.8l-87.7 161.1h45.7c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4v29.7h63.4c5.5 0 10 4.5 10 10v21.3c0 5.5-4.5 10-10 10h-63.4V658c0 5.5-4.5 10-10 10h-41.3c-5.5 0-10-4.5-10-10v-51.8H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h63.1v-29.7H418c-5.5 0-10-4.5-10-10v-21.3c0-5.5 4.5-10 10-10h45.2l-88-161.1c-2.6-4.8-.9-10.9 4-13.6 1.5-.8 3.1-1.2 4.8-1.2h46c3.8 0 7.2 2.1 8.9 5.5l72.9 144.3L585 323.5a10 10 0 018.9-5.5z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M438.9 323.5a9.88 9.88 0 00-8.9-5.5h-46c-1.7 0-3.3.4-4.8 1.2-4.9 2.7-6.6 8.8-4 13.6l88 161.1H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1v29.7H418c-5.5 0-10 4.5-10 10v21.3c0 5.5 4.5 10 10 10h63.1V658c0 5.5 4.5 10 10 10h41.3c5.5 0 10-4.5 10-10v-51.8h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-63.4v-29.7h63.4c5.5 0 10-4.5 10-10v-21.3c0-5.5-4.5-10-10-10h-45.7l87.7-161.1c.8-1.5 1.2-3.1 1.1-4.8 0-5.5-4.5-10-10-10h-45a10 10 0 00-8.9 5.5l-73.2 144.3-72.9-144.3z", "fill": primaryColor } }] }; }, "name": "property-safety", "theme": "twotone" };
12097 exports.default = PropertySafetyTwoTone;
12098 });
12099
12100 var PropertySafetyTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PropertySafetyTwoTone_1);
12101
12102 var PropertySafetyTwoTone = function PropertySafetyTwoTone(props, ref) {
12103 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12104 ref: ref,
12105 icon: PropertySafetyTwoToneSvg
12106 }));
12107 };
12108
12109 PropertySafetyTwoTone.displayName = 'PropertySafetyTwoTone';
12110 var PropertySafetyTwoTone$1 = /*#__PURE__*/React.forwardRef(PropertySafetyTwoTone);
12111
12112 var PullRequestOutlined_1 = createCommonjsModule(function (module, exports) {
12113 // This icon file is generated automatically.
12114 Object.defineProperty(exports, "__esModule", { value: true });
12115 var PullRequestOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M788 705.9V192c0-8.8-7.2-16-16-16H602v-68.8c0-6-7-9.4-11.7-5.7L462.7 202.3a7.14 7.14 0 000 11.3l127.5 100.8c4.7 3.7 11.7.4 11.7-5.7V240h114v465.9c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c.1-49.2-31.7-91-75.9-106.1zM752 860a48.01 48.01 0 010-96 48.01 48.01 0 010 96zM384 212c0-61.8-50.2-112-112-112s-112 50.2-112 112c0 49.2 31.8 91 76 106.1V706c-44.2 15-76 56.9-76 106.1 0 61.8 50.2 112 112 112s112-50.2 112-112c0-49.2-31.8-91-76-106.1V318.1c44.2-15.1 76-56.9 76-106.1zm-160 0a48.01 48.01 0 0196 0 48.01 48.01 0 01-96 0zm96 600a48.01 48.01 0 01-96 0 48.01 48.01 0 0196 0z" } }] }, "name": "pull-request", "theme": "outlined" };
12116 exports.default = PullRequestOutlined;
12117 });
12118
12119 var PullRequestOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PullRequestOutlined_1);
12120
12121 var PullRequestOutlined = function PullRequestOutlined(props, ref) {
12122 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12123 ref: ref,
12124 icon: PullRequestOutlinedSvg
12125 }));
12126 };
12127
12128 PullRequestOutlined.displayName = 'PullRequestOutlined';
12129 var PullRequestOutlined$1 = /*#__PURE__*/React.forwardRef(PullRequestOutlined);
12130
12131 var PushpinFilled_1 = createCommonjsModule(function (module, exports) {
12132 // This icon file is generated automatically.
12133 Object.defineProperty(exports, "__esModule", { value: true });
12134 var PushpinFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3-15.4 12.3-16.6 35.4-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 00-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8z" } }] }, "name": "pushpin", "theme": "filled" };
12135 exports.default = PushpinFilled;
12136 });
12137
12138 var PushpinFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(PushpinFilled_1);
12139
12140 var PushpinFilled = function PushpinFilled(props, ref) {
12141 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12142 ref: ref,
12143 icon: PushpinFilledSvg
12144 }));
12145 };
12146
12147 PushpinFilled.displayName = 'PushpinFilled';
12148 var PushpinFilled$1 = /*#__PURE__*/React.forwardRef(PushpinFilled);
12149
12150 var PushpinOutlined_1 = createCommonjsModule(function (module, exports) {
12151 // This icon file is generated automatically.
12152 Object.defineProperty(exports, "__esModule", { value: true });
12153 var PushpinOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 00-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 00-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 01-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z" } }] }, "name": "pushpin", "theme": "outlined" };
12154 exports.default = PushpinOutlined;
12155 });
12156
12157 var PushpinOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(PushpinOutlined_1);
12158
12159 var PushpinOutlined = function PushpinOutlined(props, ref) {
12160 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12161 ref: ref,
12162 icon: PushpinOutlinedSvg
12163 }));
12164 };
12165
12166 PushpinOutlined.displayName = 'PushpinOutlined';
12167 var PushpinOutlined$1 = /*#__PURE__*/React.forwardRef(PushpinOutlined);
12168
12169 var PushpinTwoTone_1 = createCommonjsModule(function (module, exports) {
12170 // This icon file is generated automatically.
12171 Object.defineProperty(exports, "__esModule", { value: true });
12172 var PushpinTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M474.8 357.7l-24.5 24.5-34.4-3.8c-9.6-1.1-19.3-1.6-28.9-1.6-29 0-57.5 4.7-84.7 14.1-14 4.8-27.4 10.8-40.3 17.9l353.1 353.3a259.92 259.92 0 0030.4-153.9l-3.8-34.4 24.5-24.5L800 415.5 608.5 224 474.8 357.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M878.3 392.1L631.9 145.7c-6.5-6.5-15-9.7-23.5-9.7s-17 3.2-23.5 9.7L423.8 306.9c-12.2-1.4-24.5-2-36.8-2-73.2 0-146.4 24.1-206.5 72.3a33.23 33.23 0 00-2.7 49.4l181.7 181.7-215.4 215.2a15.8 15.8 0 00-4.6 9.8l-3.4 37.2c-.9 9.4 6.6 17.4 15.9 17.4.5 0 1 0 1.5-.1l37.2-3.4c3.7-.3 7.2-2 9.8-4.6l215.4-215.4 181.7 181.7c6.5 6.5 15 9.7 23.5 9.7 9.7 0 19.3-4.2 25.9-12.4 56.3-70.3 79.7-158.3 70.2-243.4l161.1-161.1c12.9-12.8 12.9-33.8 0-46.8zM666.2 549.3l-24.5 24.5 3.8 34.4a259.92 259.92 0 01-30.4 153.9L262 408.8c12.9-7.1 26.3-13.1 40.3-17.9 27.2-9.4 55.7-14.1 84.7-14.1 9.6 0 19.3.5 28.9 1.6l34.4 3.8 24.5-24.5L608.5 224 800 415.5 666.2 549.3z", "fill": primaryColor } }] }; }, "name": "pushpin", "theme": "twotone" };
12173 exports.default = PushpinTwoTone;
12174 });
12175
12176 var PushpinTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(PushpinTwoTone_1);
12177
12178 var PushpinTwoTone = function PushpinTwoTone(props, ref) {
12179 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12180 ref: ref,
12181 icon: PushpinTwoToneSvg
12182 }));
12183 };
12184
12185 PushpinTwoTone.displayName = 'PushpinTwoTone';
12186 var PushpinTwoTone$1 = /*#__PURE__*/React.forwardRef(PushpinTwoTone);
12187
12188 var QqCircleFilled_1 = createCommonjsModule(function (module, exports) {
12189 // This icon file is generated automatically.
12190 Object.defineProperty(exports, "__esModule", { value: true });
12191 var QqCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm210.5 612.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z" } }] }, "name": "qq-circle", "theme": "filled" };
12192 exports.default = QqCircleFilled;
12193 });
12194
12195 var QqCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(QqCircleFilled_1);
12196
12197 var QqCircleFilled = function QqCircleFilled(props, ref) {
12198 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12199 ref: ref,
12200 icon: QqCircleFilledSvg
12201 }));
12202 };
12203
12204 QqCircleFilled.displayName = 'QqCircleFilled';
12205 var QqCircleFilled$1 = /*#__PURE__*/React.forwardRef(QqCircleFilled);
12206
12207 var QqOutlined_1 = createCommonjsModule(function (module, exports) {
12208 // This icon file is generated automatically.
12209 Object.defineProperty(exports, "__esModule", { value: true });
12210 var QqOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M824.8 613.2c-16-51.4-34.4-94.6-62.7-165.3C766.5 262.2 689.3 112 511.5 112 331.7 112 256.2 265.2 261 447.9c-28.4 70.8-46.7 113.7-62.7 165.3-34 109.5-23 154.8-14.6 155.8 18 2.2 70.1-82.4 70.1-82.4 0 49 25.2 112.9 79.8 159-26.4 8.1-85.7 29.9-71.6 53.8 11.4 19.3 196.2 12.3 249.5 6.3 53.3 6 238.1 13 249.5-6.3 14.1-23.8-45.3-45.7-71.6-53.8 54.6-46.2 79.8-110.1 79.8-159 0 0 52.1 84.6 70.1 82.4 8.5-1.1 19.5-46.4-14.5-155.8z" } }] }, "name": "qq", "theme": "outlined" };
12211 exports.default = QqOutlined;
12212 });
12213
12214 var QqOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(QqOutlined_1);
12215
12216 var QqOutlined = function QqOutlined(props, ref) {
12217 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12218 ref: ref,
12219 icon: QqOutlinedSvg
12220 }));
12221 };
12222
12223 QqOutlined.displayName = 'QqOutlined';
12224 var QqOutlined$1 = /*#__PURE__*/React.forwardRef(QqOutlined);
12225
12226 var QqSquareFilled_1 = createCommonjsModule(function (module, exports) {
12227 // This icon file is generated automatically.
12228 Object.defineProperty(exports, "__esModule", { value: true });
12229 var QqSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM722.5 676.4c-11.5 1.4-44.9-52.7-44.9-52.7 0 31.3-16.2 72.2-51.1 101.8 16.9 5.2 54.9 19.2 45.9 34.4-7.3 12.3-125.6 7.9-159.8 4-34.2 3.8-152.5 8.3-159.8-4-9.1-15.2 28.9-29.2 45.8-34.4-35-29.5-51.1-70.4-51.1-101.8 0 0-33.4 54.1-44.9 52.7-5.4-.7-12.4-29.6 9.4-99.7 10.3-33 22-60.5 40.2-105.8-3.1-116.9 45.3-215 160.4-215 113.9 0 163.3 96.1 160.4 215 18.1 45.2 29.9 72.8 40.2 105.8 21.7 70.1 14.6 99.1 9.3 99.7z" } }] }, "name": "qq-square", "theme": "filled" };
12230 exports.default = QqSquareFilled;
12231 });
12232
12233 var QqSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(QqSquareFilled_1);
12234
12235 var QqSquareFilled = function QqSquareFilled(props, ref) {
12236 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12237 ref: ref,
12238 icon: QqSquareFilledSvg
12239 }));
12240 };
12241
12242 QqSquareFilled.displayName = 'QqSquareFilled';
12243 var QqSquareFilled$1 = /*#__PURE__*/React.forwardRef(QqSquareFilled);
12244
12245 var QrcodeOutlined_1 = createCommonjsModule(function (module, exports) {
12246 // This icon file is generated automatically.
12247 Object.defineProperty(exports, "__esModule", { value: true });
12248 var QrcodeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M468 128H160c-17.7 0-32 14.3-32 32v308c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V136c0-4.4-3.6-8-8-8zm-56 284H192V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210H136c-4.4 0-8 3.6-8 8v308c0 17.7 14.3 32 32 32h308c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zm-56 284H192V612h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm590-630H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h332c4.4 0 8-3.6 8-8V160c0-17.7-14.3-32-32-32zm-32 284H612V192h220v220zm-138-74h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm194 210h-48c-4.4 0-8 3.6-8 8v134h-78V556c0-4.4-3.6-8-8-8H556c-4.4 0-8 3.6-8 8v332c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V644h78v102c0 4.4 3.6 8 8 8h190c4.4 0 8-3.6 8-8V556c0-4.4-3.6-8-8-8zM746 832h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm142 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" } }] }, "name": "qrcode", "theme": "outlined" };
12249 exports.default = QrcodeOutlined;
12250 });
12251
12252 var QrcodeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(QrcodeOutlined_1);
12253
12254 var QrcodeOutlined = function QrcodeOutlined(props, ref) {
12255 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12256 ref: ref,
12257 icon: QrcodeOutlinedSvg
12258 }));
12259 };
12260
12261 QrcodeOutlined.displayName = 'QrcodeOutlined';
12262 var QrcodeOutlined$1 = /*#__PURE__*/React.forwardRef(QrcodeOutlined);
12263
12264 var QuestionCircleFilled_1 = createCommonjsModule(function (module, exports) {
12265 // This icon file is generated automatically.
12266 Object.defineProperty(exports, "__esModule", { value: true });
12267 var QuestionCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 708c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 00-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z" } }] }, "name": "question-circle", "theme": "filled" };
12268 exports.default = QuestionCircleFilled;
12269 });
12270
12271 var QuestionCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(QuestionCircleFilled_1);
12272
12273 var QuestionCircleFilled = function QuestionCircleFilled(props, ref) {
12274 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12275 ref: ref,
12276 icon: QuestionCircleFilledSvg
12277 }));
12278 };
12279
12280 QuestionCircleFilled.displayName = 'QuestionCircleFilled';
12281 var QuestionCircleFilled$1 = /*#__PURE__*/React.forwardRef(QuestionCircleFilled);
12282
12283 var QuestionCircleOutlined_1 = createCommonjsModule(function (module, exports) {
12284 // This icon file is generated automatically.
12285 Object.defineProperty(exports, "__esModule", { value: true });
12286 var QuestionCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0130.9-44.8c59-22.7 97.1-74.7 97.1-132.5.1-39.3-17.1-76-48.3-103.3zM472 732a40 40 0 1080 0 40 40 0 10-80 0z" } }] }, "name": "question-circle", "theme": "outlined" };
12287 exports.default = QuestionCircleOutlined;
12288 });
12289
12290 var QuestionCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(QuestionCircleOutlined_1);
12291
12292 var QuestionCircleOutlined = function QuestionCircleOutlined(props, ref) {
12293 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12294 ref: ref,
12295 icon: QuestionCircleOutlinedSvg
12296 }));
12297 };
12298
12299 QuestionCircleOutlined.displayName = 'QuestionCircleOutlined';
12300 var QuestionCircleOutlined$1 = /*#__PURE__*/React.forwardRef(QuestionCircleOutlined);
12301
12302 var QuestionCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
12303 // This icon file is generated automatically.
12304 Object.defineProperty(exports, "__esModule", { value: true });
12305 var QuestionCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm0 632c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40zm62.9-219.5a48.3 48.3 0 00-30.9 44.8V620c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-21.5c0-23.1 6.7-45.9 19.9-64.9 12.9-18.6 30.9-32.8 52.1-40.9 34-13.1 56-41.6 56-72.7 0-44.1-43.1-80-96-80s-96 35.9-96 80v7.6c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V420c0-39.3 17.2-76 48.4-103.3C430.4 290.4 470 276 512 276s81.6 14.5 111.6 40.7C654.8 344 672 380.7 672 420c0 57.8-38.1 109.8-97.1 132.5z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M472 732a40 40 0 1080 0 40 40 0 10-80 0zm151.6-415.3C593.6 290.5 554 276 512 276s-81.6 14.4-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.2 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0130.9-44.8c59-22.7 97.1-74.7 97.1-132.5 0-39.3-17.2-76-48.4-103.3z", "fill": primaryColor } }] }; }, "name": "question-circle", "theme": "twotone" };
12306 exports.default = QuestionCircleTwoTone;
12307 });
12308
12309 var QuestionCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(QuestionCircleTwoTone_1);
12310
12311 var QuestionCircleTwoTone = function QuestionCircleTwoTone(props, ref) {
12312 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12313 ref: ref,
12314 icon: QuestionCircleTwoToneSvg
12315 }));
12316 };
12317
12318 QuestionCircleTwoTone.displayName = 'QuestionCircleTwoTone';
12319 var QuestionCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(QuestionCircleTwoTone);
12320
12321 var QuestionOutlined_1 = createCommonjsModule(function (module, exports) {
12322 // This icon file is generated automatically.
12323 Object.defineProperty(exports, "__esModule", { value: true });
12324 var QuestionOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M764 280.9c-14-30.6-33.9-58.1-59.3-81.6C653.1 151.4 584.6 125 512 125s-141.1 26.4-192.7 74.2c-25.4 23.6-45.3 51-59.3 81.7-14.6 32-22 65.9-22 100.9v27c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-27c0-99.5 88.6-180.4 197.6-180.4s197.6 80.9 197.6 180.4c0 40.8-14.5 79.2-42 111.2-27.2 31.7-65.6 54.4-108.1 64-24.3 5.5-46.2 19.2-61.7 38.8a110.85 110.85 0 00-23.9 68.6v31.4c0 6.2 5 11.2 11.2 11.2h54c6.2 0 11.2-5 11.2-11.2v-31.4c0-15.7 10.9-29.5 26-32.9 58.4-13.2 111.4-44.7 149.3-88.7 19.1-22.3 34-47.1 44.3-74 10.7-27.9 16.1-57.2 16.1-87 0-35-7.4-69-22-100.9zM512 787c-30.9 0-56 25.1-56 56s25.1 56 56 56 56-25.1 56-56-25.1-56-56-56z" } }] }, "name": "question", "theme": "outlined" };
12325 exports.default = QuestionOutlined;
12326 });
12327
12328 var QuestionOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(QuestionOutlined_1);
12329
12330 var QuestionOutlined = function QuestionOutlined(props, ref) {
12331 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12332 ref: ref,
12333 icon: QuestionOutlinedSvg
12334 }));
12335 };
12336
12337 QuestionOutlined.displayName = 'QuestionOutlined';
12338 var QuestionOutlined$1 = /*#__PURE__*/React.forwardRef(QuestionOutlined);
12339
12340 var RadarChartOutlined_1 = createCommonjsModule(function (module, exports) {
12341 // This icon file is generated automatically.
12342 Object.defineProperty(exports, "__esModule", { value: true });
12343 var RadarChartOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M926.8 397.1l-396-288a31.81 31.81 0 00-37.6 0l-396 288a31.99 31.99 0 00-11.6 35.8l151.3 466a32 32 0 0030.4 22.1h489.5c13.9 0 26.1-8.9 30.4-22.1l151.3-466c4.2-13.2-.5-27.6-11.7-35.8zM838.6 417l-98.5 32-200-144.7V199.9L838.6 417zM466 567.2l-89.1 122.3-55.2-169.2L466 567.2zm-116.3-96.8L484 373.3v140.8l-134.3-43.7zM512 599.2l93.9 128.9H418.1L512 599.2zm28.1-225.9l134.2 97.1L540.1 514V373.3zM558 567.2l144.3-46.9-55.2 169.2L558 567.2zm-74-367.3v104.4L283.9 449l-98.5-32L484 199.9zM169.3 470.8l86.5 28.1 80.4 246.4-53.8 73.9-113.1-348.4zM327.1 853l50.3-69h269.3l50.3 69H327.1zm414.5-33.8l-53.8-73.9 80.4-246.4 86.5-28.1-113.1 348.4z" } }] }, "name": "radar-chart", "theme": "outlined" };
12344 exports.default = RadarChartOutlined;
12345 });
12346
12347 var RadarChartOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RadarChartOutlined_1);
12348
12349 var RadarChartOutlined = function RadarChartOutlined(props, ref) {
12350 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12351 ref: ref,
12352 icon: RadarChartOutlinedSvg
12353 }));
12354 };
12355
12356 RadarChartOutlined.displayName = 'RadarChartOutlined';
12357 var RadarChartOutlined$1 = /*#__PURE__*/React.forwardRef(RadarChartOutlined);
12358
12359 var RadiusBottomleftOutlined_1 = createCommonjsModule(function (module, exports) {
12360 // This icon file is generated automatically.
12361 Object.defineProperty(exports, "__esModule", { value: true });
12362 var RadiusBottomleftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M712 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm2-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM136 374h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0-174h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm752 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-230 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 624H358c-87.3 0-158-70.7-158-158V484c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v182c0 127 103 230 230 230h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "radius-bottomleft", "theme": "outlined" };
12363 exports.default = RadiusBottomleftOutlined;
12364 });
12365
12366 var RadiusBottomleftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RadiusBottomleftOutlined_1);
12367
12368 var RadiusBottomleftOutlined = function RadiusBottomleftOutlined(props, ref) {
12369 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12370 ref: ref,
12371 icon: RadiusBottomleftOutlinedSvg
12372 }));
12373 };
12374
12375 RadiusBottomleftOutlined.displayName = 'RadiusBottomleftOutlined';
12376 var RadiusBottomleftOutlined$1 = /*#__PURE__*/React.forwardRef(RadiusBottomleftOutlined);
12377
12378 var RadiusBottomrightOutlined_1 = createCommonjsModule(function (module, exports) {
12379 // This icon file is generated automatically.
12380 Object.defineProperty(exports, "__esModule", { value: true });
12381 var RadiusBottomrightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M368 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-58-624h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm578 102h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 824h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm292 72h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm174 0h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm230 276h-56c-4.4 0-8 3.6-8 8v182c0 87.3-70.7 158-158 158H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c127 0 230-103 230-230V484c0-4.4-3.6-8-8-8z" } }] }, "name": "radius-bottomright", "theme": "outlined" };
12382 exports.default = RadiusBottomrightOutlined;
12383 });
12384
12385 var RadiusBottomrightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RadiusBottomrightOutlined_1);
12386
12387 var RadiusBottomrightOutlined = function RadiusBottomrightOutlined(props, ref) {
12388 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12389 ref: ref,
12390 icon: RadiusBottomrightOutlinedSvg
12391 }));
12392 };
12393
12394 RadiusBottomrightOutlined.displayName = 'RadiusBottomrightOutlined';
12395 var RadiusBottomrightOutlined$1 = /*#__PURE__*/React.forwardRef(RadiusBottomrightOutlined);
12396
12397 var RadiusSettingOutlined_1 = createCommonjsModule(function (module, exports) {
12398 // This icon file is generated automatically.
12399 Object.defineProperty(exports, "__esModule", { value: true });
12400 var RadiusSettingOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M396 140h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-44 684h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm524-204h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 344h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 160h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm320 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm160 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm140-284c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V370c0-127-103-230-230-230H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h170c87.3 0 158 70.7 158 158v170zM236 96H92c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V104c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2zM920 780H776c-4.4 0-8 3.6-8 8v144c0 4.4 3.6 8 8 8h144c4.4 0 8-3.6 8-8V788c0-4.4-3.6-8-8-8zm-48 101.6c0 1.3-1.1 2.4-2.4 2.4h-43.2c-1.3 0-2.4-1.1-2.4-2.4v-43.2c0-1.3 1.1-2.4 2.4-2.4h43.2c1.3 0 2.4 1.1 2.4 2.4v43.2z" } }] }, "name": "radius-setting", "theme": "outlined" };
12401 exports.default = RadiusSettingOutlined;
12402 });
12403
12404 var RadiusSettingOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RadiusSettingOutlined_1);
12405
12406 var RadiusSettingOutlined = function RadiusSettingOutlined(props, ref) {
12407 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12408 ref: ref,
12409 icon: RadiusSettingOutlinedSvg
12410 }));
12411 };
12412
12413 RadiusSettingOutlined.displayName = 'RadiusSettingOutlined';
12414 var RadiusSettingOutlined$1 = /*#__PURE__*/React.forwardRef(RadiusSettingOutlined);
12415
12416 var RadiusUpleftOutlined_1 = createCommonjsModule(function (module, exports) {
12417 // This icon file is generated automatically.
12418 Object.defineProperty(exports, "__esModule", { value: true });
12419 var RadiusUpleftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M656 200h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm58 624h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 650h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm696-696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174-696H358c-127 0-230 103-230 230v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-87.3 70.7-158 158-158h182c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "radius-upleft", "theme": "outlined" };
12420 exports.default = RadiusUpleftOutlined;
12421 });
12422
12423 var RadiusUpleftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RadiusUpleftOutlined_1);
12424
12425 var RadiusUpleftOutlined = function RadiusUpleftOutlined(props, ref) {
12426 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12427 ref: ref,
12428 icon: RadiusUpleftOutlinedSvg
12429 }));
12430 };
12431
12432 RadiusUpleftOutlined.displayName = 'RadiusUpleftOutlined';
12433 var RadiusUpleftOutlined$1 = /*#__PURE__*/React.forwardRef(RadiusUpleftOutlined);
12434
12435 var RadiusUprightOutlined_1 = createCommonjsModule(function (module, exports) {
12436 // This icon file is generated automatically.
12437 Object.defineProperty(exports, "__esModule", { value: true });
12438 var RadiusUprightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M368 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-2 696h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm522-174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM192 128h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 174h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm348 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm174 0h-56c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm-48-696H484c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h182c87.3 0 158 70.7 158 158v182c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V358c0-127-103-230-230-230z" } }] }, "name": "radius-upright", "theme": "outlined" };
12439 exports.default = RadiusUprightOutlined;
12440 });
12441
12442 var RadiusUprightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RadiusUprightOutlined_1);
12443
12444 var RadiusUprightOutlined = function RadiusUprightOutlined(props, ref) {
12445 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12446 ref: ref,
12447 icon: RadiusUprightOutlinedSvg
12448 }));
12449 };
12450
12451 RadiusUprightOutlined.displayName = 'RadiusUprightOutlined';
12452 var RadiusUprightOutlined$1 = /*#__PURE__*/React.forwardRef(RadiusUprightOutlined);
12453
12454 var ReadFilled_1 = createCommonjsModule(function (module, exports) {
12455 // This icon file is generated automatically.
12456 Object.defineProperty(exports, "__esModule", { value: true });
12457 var ReadFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 00324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM404 553.5c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H211.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm416 140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45zm0-140c0 4.1-3.2 7.5-7.1 7.5H627.1c-3.9 0-7.1-3.4-7.1-7.5v-45c0-4.1 3.2-7.5 7.1-7.5h185.7c3.9 0 7.1 3.4 7.1 7.5v45z" } }] }, "name": "read", "theme": "filled" };
12458 exports.default = ReadFilled;
12459 });
12460
12461 var ReadFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ReadFilled_1);
12462
12463 var ReadFilled = function ReadFilled(props, ref) {
12464 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12465 ref: ref,
12466 icon: ReadFilledSvg
12467 }));
12468 };
12469
12470 ReadFilled.displayName = 'ReadFilled';
12471 var ReadFilled$1 = /*#__PURE__*/React.forwardRef(ReadFilled);
12472
12473 var ReadOutlined_1 = createCommonjsModule(function (module, exports) {
12474 // This icon file is generated automatically.
12475 Object.defineProperty(exports, "__esModule", { value: true });
12476 var ReadOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 161H699.2c-49.1 0-97.1 14.1-138.4 40.7L512 233l-48.8-31.3A255.2 255.2 0 00324.8 161H96c-17.7 0-32 14.3-32 32v568c0 17.7 14.3 32 32 32h228.8c49.1 0 97.1 14.1 138.4 40.7l44.4 28.6c1.3.8 2.8 1.3 4.3 1.3s3-.4 4.3-1.3l44.4-28.6C602 807.1 650.1 793 699.2 793H928c17.7 0 32-14.3 32-32V193c0-17.7-14.3-32-32-32zM324.8 721H136V233h188.8c35.4 0 69.8 10.1 99.5 29.2l48.8 31.3 6.9 4.5v462c-47.6-25.6-100.8-39-155.2-39zm563.2 0H699.2c-54.4 0-107.6 13.4-155.2 39V298l6.9-4.5 48.8-31.3c29.7-19.1 64.1-29.2 99.5-29.2H888v488zM396.9 361H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm223.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c0-4.1-3.2-7.5-7.1-7.5H627.1c-3.9 0-7.1 3.4-7.1 7.5zM396.9 501H211.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5zm416 0H627.1c-3.9 0-7.1 3.4-7.1 7.5v45c0 4.1 3.2 7.5 7.1 7.5h185.7c3.9 0 7.1-3.4 7.1-7.5v-45c.1-4.1-3.1-7.5-7-7.5z" } }] }, "name": "read", "theme": "outlined" };
12477 exports.default = ReadOutlined;
12478 });
12479
12480 var ReadOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ReadOutlined_1);
12481
12482 var ReadOutlined = function ReadOutlined(props, ref) {
12483 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12484 ref: ref,
12485 icon: ReadOutlinedSvg
12486 }));
12487 };
12488
12489 ReadOutlined.displayName = 'ReadOutlined';
12490 var ReadOutlined$1 = /*#__PURE__*/React.forwardRef(ReadOutlined);
12491
12492 var ReconciliationFilled_1 = createCommonjsModule(function (module, exports) {
12493 // This icon file is generated automatically.
12494 Object.defineProperty(exports, "__esModule", { value: true });
12495 var ReconciliationFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M676 623c-18.8 0-34 15.2-34 34s15.2 34 34 34 34-15.2 34-34-15.2-34-34-34zm204-455H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zM448 848H176V616h272v232zm0-296H176v-88h272v88zm20-272v-48h72v-56h64v56h72v48H468zm180 168v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8zm28 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-245c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v96zm-92 61c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z" } }] }, "name": "reconciliation", "theme": "filled" };
12496 exports.default = ReconciliationFilled;
12497 });
12498
12499 var ReconciliationFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ReconciliationFilled_1);
12500
12501 var ReconciliationFilled = function ReconciliationFilled(props, ref) {
12502 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12503 ref: ref,
12504 icon: ReconciliationFilledSvg
12505 }));
12506 };
12507
12508 ReconciliationFilled.displayName = 'ReconciliationFilled';
12509 var ReconciliationFilled$1 = /*#__PURE__*/React.forwardRef(ReconciliationFilled);
12510
12511 var ReconciliationOutlined_1 = createCommonjsModule(function (module, exports) {
12512 // This icon file is generated automatically.
12513 Object.defineProperty(exports, "__esModule", { value: true });
12514 var ReconciliationOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34zm204-523H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552zM704 408v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zM592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8z" } }] }, "name": "reconciliation", "theme": "outlined" };
12515 exports.default = ReconciliationOutlined;
12516 });
12517
12518 var ReconciliationOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ReconciliationOutlined_1);
12519
12520 var ReconciliationOutlined = function ReconciliationOutlined(props, ref) {
12521 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12522 ref: ref,
12523 icon: ReconciliationOutlinedSvg
12524 }));
12525 };
12526
12527 ReconciliationOutlined.displayName = 'ReconciliationOutlined';
12528 var ReconciliationOutlined$1 = /*#__PURE__*/React.forwardRef(ReconciliationOutlined);
12529
12530 var ReconciliationTwoTone_1 = createCommonjsModule(function (module, exports) {
12531 // This icon file is generated automatically.
12532 Object.defineProperty(exports, "__esModule", { value: true });
12533 var ReconciliationTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M740 344H404V240H304v160h176c17.7 0 32 14.3 32 32v360h328V240H740v104zM584 448c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v56c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-56zm92 301c-50.8 0-92-41.2-92-92s41.2-92 92-92 92 41.2 92 92-41.2 92-92 92zm92-341v96c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8v-96c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M642 657a34 34 0 1068 0 34 34 0 10-68 0z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M592 512h48c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm112-104v96c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-96c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M880 168H668c0-30.9-25.1-56-56-56h-80c-30.9 0-56 25.1-56 56H264c-17.7 0-32 14.3-32 32v200h-88c-17.7 0-32 14.3-32 32v448c0 17.7 14.3 32 32 32h336c17.7 0 32-14.3 32-32v-16h368c17.7 0 32-14.3 32-32V200c0-17.7-14.3-32-32-32zm-412 64h72v-56h64v56h72v48H468v-48zm-20 616H176V616h272v232zm0-296H176v-88h272v88zm392 240H512V432c0-17.7-14.3-32-32-32H304V240h100v104h336V240h100v552z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M676 565c-50.8 0-92 41.2-92 92s41.2 92 92 92 92-41.2 92-92-41.2-92-92-92zm0 126c-18.8 0-34-15.2-34-34s15.2-34 34-34 34 15.2 34 34-15.2 34-34 34z", "fill": primaryColor } }] }; }, "name": "reconciliation", "theme": "twotone" };
12534 exports.default = ReconciliationTwoTone;
12535 });
12536
12537 var ReconciliationTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ReconciliationTwoTone_1);
12538
12539 var ReconciliationTwoTone = function ReconciliationTwoTone(props, ref) {
12540 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12541 ref: ref,
12542 icon: ReconciliationTwoToneSvg
12543 }));
12544 };
12545
12546 ReconciliationTwoTone.displayName = 'ReconciliationTwoTone';
12547 var ReconciliationTwoTone$1 = /*#__PURE__*/React.forwardRef(ReconciliationTwoTone);
12548
12549 var RedEnvelopeFilled_1 = createCommonjsModule(function (module, exports) {
12550 // This icon file is generated automatically.
12551 Object.defineProperty(exports, "__esModule", { value: true });
12552 var RedEnvelopeFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM647 470.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4v25.1c0 4.6-3.8 8.4-8.4 8.4h-63.3v28.6h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.6-3.6 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4l-87.5-161c-2.2-4.1-.7-9.1 3.4-11.4 1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.9 141.8 71.9-141.9a8.5 8.5 0 017.5-4.6h47.8c4.6 0 8.4 3.8 8.4 8.4-.1 1.5-.5 2.9-1.1 4.1zM512.6 323L289 148h446L512.6 323z" } }] }, "name": "red-envelope", "theme": "filled" };
12553 exports.default = RedEnvelopeFilled;
12554 });
12555
12556 var RedEnvelopeFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(RedEnvelopeFilled_1);
12557
12558 var RedEnvelopeFilled = function RedEnvelopeFilled(props, ref) {
12559 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12560 ref: ref,
12561 icon: RedEnvelopeFilledSvg
12562 }));
12563 };
12564
12565 RedEnvelopeFilled.displayName = 'RedEnvelopeFilled';
12566 var RedEnvelopeFilled$1 = /*#__PURE__*/React.forwardRef(RedEnvelopeFilled);
12567
12568 var RedEnvelopeOutlined_1 = createCommonjsModule(function (module, exports) {
12569 // This icon file is generated automatically.
12570 Object.defineProperty(exports, "__esModule", { value: true });
12571 var RedEnvelopeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M440.6 462.6a8.38 8.38 0 00-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 00-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 00-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142zM832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z" } }] }, "name": "red-envelope", "theme": "outlined" };
12572 exports.default = RedEnvelopeOutlined;
12573 });
12574
12575 var RedEnvelopeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RedEnvelopeOutlined_1);
12576
12577 var RedEnvelopeOutlined = function RedEnvelopeOutlined(props, ref) {
12578 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12579 ref: ref,
12580 icon: RedEnvelopeOutlinedSvg
12581 }));
12582 };
12583
12584 RedEnvelopeOutlined.displayName = 'RedEnvelopeOutlined';
12585 var RedEnvelopeOutlined$1 = /*#__PURE__*/React.forwardRef(RedEnvelopeOutlined);
12586
12587 var RedEnvelopeTwoTone_1 = createCommonjsModule(function (module, exports) {
12588 // This icon file is generated automatically.
12589 Object.defineProperty(exports, "__esModule", { value: true });
12590 var RedEnvelopeTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-40 824H232V193.1l260.3 204.1c11.6 9.1 27.9 9.1 39.5 0L792 193.1V888zm0-751.3h-31.7L512 331.3 263.7 136.7H232v-.7h560v.7z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M492.3 397.2L232 193.1V888h560V193.1L531.8 397.2a31.99 31.99 0 01-39.5 0zm99.4 60.9h47.8a8.45 8.45 0 017.4 12.4l-87.2 161h45.9c4.6 0 8.4 3.8 8.4 8.4V665c0 4.6-3.8 8.4-8.4 8.4h-63.3V702h63.3c4.6 0 8.4 3.8 8.4 8.4v25c.2 4.7-3.5 8.5-8.2 8.5h-63.3v49.9c0 4.6-3.8 8.4-8.4 8.4h-43.7c-4.6 0-8.4-3.8-8.4-8.4v-49.9h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h63v-28.6h-63c-4.6 0-8.4-3.8-8.4-8.4v-25.1c0-4.6 3.8-8.4 8.4-8.4h45.4L377 470.4a8.4 8.4 0 013.4-11.4c1.3-.6 2.6-1 3.9-1h48.8c3.2 0 6.1 1.8 7.5 4.6l71.7 142 71.9-141.9a8.6 8.6 0 017.5-4.6z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M232 136.7h31.7L512 331.3l248.3-194.6H792v-.7H232z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M440.6 462.6a8.38 8.38 0 00-7.5-4.6h-48.8c-1.3 0-2.6.4-3.9 1a8.4 8.4 0 00-3.4 11.4l87.4 161.1H419c-4.6 0-8.4 3.8-8.4 8.4V665c0 4.6 3.8 8.4 8.4 8.4h63V702h-63c-4.6 0-8.4 3.8-8.4 8.4v25.1c0 4.6 3.8 8.4 8.4 8.4h63v49.9c0 4.6 3.8 8.4 8.4 8.4h43.7c4.6 0 8.4-3.8 8.4-8.4v-49.9h63.3c4.7 0 8.4-3.8 8.2-8.5v-25c0-4.6-3.8-8.4-8.4-8.4h-63.3v-28.6h63.3c4.6 0 8.4-3.8 8.4-8.4v-25.1c0-4.6-3.8-8.4-8.4-8.4h-45.9l87.2-161a8.45 8.45 0 00-7.4-12.4h-47.8c-3.1 0-6 1.8-7.5 4.6l-71.9 141.9-71.7-142z", "fill": primaryColor } }] }; }, "name": "red-envelope", "theme": "twotone" };
12591 exports.default = RedEnvelopeTwoTone;
12592 });
12593
12594 var RedEnvelopeTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(RedEnvelopeTwoTone_1);
12595
12596 var RedEnvelopeTwoTone = function RedEnvelopeTwoTone(props, ref) {
12597 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12598 ref: ref,
12599 icon: RedEnvelopeTwoToneSvg
12600 }));
12601 };
12602
12603 RedEnvelopeTwoTone.displayName = 'RedEnvelopeTwoTone';
12604 var RedEnvelopeTwoTone$1 = /*#__PURE__*/React.forwardRef(RedEnvelopeTwoTone);
12605
12606 var RedditCircleFilled_1 = createCommonjsModule(function (module, exports) {
12607 // This icon file is generated automatically.
12608 Object.defineProperty(exports, "__esModule", { value: true });
12609 var RedditCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M584 548a36 36 0 1072 0 36 36 0 10-72 0zm144-108a35.9 35.9 0 00-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 00728 440zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm245 477.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 01296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 01101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zm-171.3 83c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 00-30.1-3.6zM296 440a35.98 35.98 0 00-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 00296 440zm72 108a36 36 0 1072 0 36 36 0 10-72 0z" } }] }, "name": "reddit-circle", "theme": "filled" };
12610 exports.default = RedditCircleFilled;
12611 });
12612
12613 var RedditCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(RedditCircleFilled_1);
12614
12615 var RedditCircleFilled = function RedditCircleFilled(props, ref) {
12616 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12617 ref: ref,
12618 icon: RedditCircleFilledSvg
12619 }));
12620 };
12621
12622 RedditCircleFilled.displayName = 'RedditCircleFilled';
12623 var RedditCircleFilled$1 = /*#__PURE__*/React.forwardRef(RedditCircleFilled);
12624
12625 var RedditOutlined_1 = createCommonjsModule(function (module, exports) {
12626 // This icon file is generated automatically.
12627 Object.defineProperty(exports, "__esModule", { value: true });
12628 var RedditOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M288 568a56 56 0 10112 0 56 56 0 10-112 0zm338.7 119.7c-23.1 18.2-68.9 37.8-114.7 37.8s-91.6-19.6-114.7-37.8c-14.4-11.3-35.3-8.9-46.7 5.5s-8.9 35.3 5.5 46.7C396.3 771.6 457.5 792 512 792s115.7-20.4 155.9-52.1a33.25 33.25 0 10-41.2-52.2zM960 456c0-61.9-50.1-112-112-112-42.1 0-78.7 23.2-97.9 57.6-57.6-31.5-127.7-51.8-204.1-56.5L612.9 195l127.9 36.9c11.5 32.6 42.6 56.1 79.2 56.1 46.4 0 84-37.6 84-84s-37.6-84-84-84c-32 0-59.8 17.9-74 44.2L603.5 123a33.2 33.2 0 00-39.6 18.4l-90.8 203.9c-74.5 5.2-142.9 25.4-199.2 56.2A111.94 111.94 0 00176 344c-61.9 0-112 50.1-112 112 0 45.8 27.5 85.1 66.8 102.5-7.1 21-10.8 43-10.8 65.5 0 154.6 175.5 280 392 280s392-125.4 392-280c0-22.6-3.8-44.5-10.8-65.5C932.5 541.1 960 501.8 960 456zM820 172.5a31.5 31.5 0 110 63 31.5 31.5 0 010-63zM120 456c0-30.9 25.1-56 56-56a56 56 0 0150.6 32.1c-29.3 22.2-53.5 47.8-71.5 75.9a56.23 56.23 0 01-35.1-52zm392 381.5c-179.8 0-325.5-95.6-325.5-213.5S332.2 410.5 512 410.5 837.5 506.1 837.5 624 691.8 837.5 512 837.5zM868.8 508c-17.9-28.1-42.2-53.7-71.5-75.9 9-18.9 28.3-32.1 50.6-32.1 30.9 0 56 25.1 56 56 .1 23.5-14.5 43.7-35.1 52zM624 568a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "reddit", "theme": "outlined" };
12629 exports.default = RedditOutlined;
12630 });
12631
12632 var RedditOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RedditOutlined_1);
12633
12634 var RedditOutlined = function RedditOutlined(props, ref) {
12635 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12636 ref: ref,
12637 icon: RedditOutlinedSvg
12638 }));
12639 };
12640
12641 RedditOutlined.displayName = 'RedditOutlined';
12642 var RedditOutlined$1 = /*#__PURE__*/React.forwardRef(RedditOutlined);
12643
12644 var RedditSquareFilled_1 = createCommonjsModule(function (module, exports) {
12645 // This icon file is generated automatically.
12646 Object.defineProperty(exports, "__esModule", { value: true });
12647 var RedditSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M296 440a35.98 35.98 0 00-13.4 69.4c11.5-18.1 27.1-34.5 45.9-48.8A35.9 35.9 0 00296 440zm289.7 184.9c-14.9 11.7-44.3 24.3-73.7 24.3s-58.9-12.6-73.7-24.3c-9.3-7.3-22.7-5.7-30 3.6-7.3 9.3-5.7 22.7 3.6 30 25.7 20.4 65 33.5 100.1 33.5 35.1 0 74.4-13.1 100.2-33.5 9.3-7.3 10.9-20.8 3.6-30a21.46 21.46 0 00-30.1-3.6zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM757 541.9c4.6 13.5 7 27.6 7 42.1 0 99.4-112.8 180-252 180s-252-80.6-252-180c0-14.5 2.4-28.6 7-42.1A72.01 72.01 0 01296 404c27.1 0 50.6 14.9 62.9 37 36.2-19.8 80.2-32.8 128.1-36.1l58.4-131.1c4.3-9.8 15.2-14.8 25.5-11.8l91.6 26.5a54.03 54.03 0 01101.6 25.6c0 29.8-24.2 54-54 54-23.5 0-43.5-15.1-50.9-36.1L577 308.3l-43 96.5c49.1 3 94.2 16.1 131.2 36.3 12.3-22.1 35.8-37 62.9-37 39.8 0 72 32.2 72 72-.1 29.3-17.8 54.6-43.1 65.8zM584 548a36 36 0 1072 0 36 36 0 10-72 0zm144-108a35.9 35.9 0 00-32.5 20.6c18.8 14.3 34.4 30.7 45.9 48.8A35.98 35.98 0 00728 440zM368 548a36 36 0 1072 0 36 36 0 10-72 0z" } }] }, "name": "reddit-square", "theme": "filled" };
12648 exports.default = RedditSquareFilled;
12649 });
12650
12651 var RedditSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(RedditSquareFilled_1);
12652
12653 var RedditSquareFilled = function RedditSquareFilled(props, ref) {
12654 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12655 ref: ref,
12656 icon: RedditSquareFilledSvg
12657 }));
12658 };
12659
12660 RedditSquareFilled.displayName = 'RedditSquareFilled';
12661 var RedditSquareFilled$1 = /*#__PURE__*/React.forwardRef(RedditSquareFilled);
12662
12663 var RedoOutlined_1 = createCommonjsModule(function (module, exports) {
12664 // This icon file is generated automatically.
12665 Object.defineProperty(exports, "__esModule", { value: true });
12666 var RedoOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M758.2 839.1C851.8 765.9 912 651.9 912 523.9 912 303 733.5 124.3 512.6 124 291.4 123.7 112 302.8 112 523.9c0 125.2 57.5 236.9 147.6 310.2 3.5 2.8 8.6 2.2 11.4-1.3l39.4-50.5c2.7-3.4 2.1-8.3-1.2-11.1-8.1-6.6-15.9-13.7-23.4-21.2a318.64 318.64 0 01-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 01-68.6 101.7c-9.3 9.3-19.1 18-29.3 26L668.2 724a8 8 0 00-14.1 3l-39.6 162.2c-1.2 5 2.6 9.9 7.7 9.9l167 .8c6.7 0 10.5-7.7 6.3-12.9l-37.3-47.9z" } }] }, "name": "redo", "theme": "outlined" };
12667 exports.default = RedoOutlined;
12668 });
12669
12670 var RedoOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RedoOutlined_1);
12671
12672 var RedoOutlined = function RedoOutlined(props, ref) {
12673 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12674 ref: ref,
12675 icon: RedoOutlinedSvg
12676 }));
12677 };
12678
12679 RedoOutlined.displayName = 'RedoOutlined';
12680 var RedoOutlined$1 = /*#__PURE__*/React.forwardRef(RedoOutlined);
12681
12682 var ReloadOutlined_1 = createCommonjsModule(function (module, exports) {
12683 // This icon file is generated automatically.
12684 Object.defineProperty(exports, "__esModule", { value: true });
12685 var ReloadOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 00-10.1 4.8c-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4A344.77 344.77 0 01655.9 829c-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 01279 755.2a342.16 342.16 0 01-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 01109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 003 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2z" } }] }, "name": "reload", "theme": "outlined" };
12686 exports.default = ReloadOutlined;
12687 });
12688
12689 var ReloadOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ReloadOutlined_1);
12690
12691 var ReloadOutlined = function ReloadOutlined(props, ref) {
12692 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12693 ref: ref,
12694 icon: ReloadOutlinedSvg
12695 }));
12696 };
12697
12698 ReloadOutlined.displayName = 'ReloadOutlined';
12699 var ReloadOutlined$1 = /*#__PURE__*/React.forwardRef(ReloadOutlined);
12700
12701 var RestFilled_1 = createCommonjsModule(function (module, exports) {
12702 // This icon file is generated automatically.
12703 Object.defineProperty(exports, "__esModule", { value: true });
12704 var RestFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0031.9 29.3h429.2a32 32 0 0031.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zM508 704c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zM291 256l22.4-76h397.2l22.4 76H291zm137 304a80 80 0 10160 0 80 80 0 10-160 0z" } }] }, "name": "rest", "theme": "filled" };
12705 exports.default = RestFilled;
12706 });
12707
12708 var RestFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(RestFilled_1);
12709
12710 var RestFilled = function RestFilled(props, ref) {
12711 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12712 ref: ref,
12713 icon: RestFilledSvg
12714 }));
12715 };
12716
12717 RestFilled.displayName = 'RestFilled';
12718 var RestFilled$1 = /*#__PURE__*/React.forwardRef(RestFilled);
12719
12720 var RestOutlined_1 = createCommonjsModule(function (module, exports) {
12721 // This icon file is generated automatically.
12722 Object.defineProperty(exports, "__esModule", { value: true });
12723 var RestOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z" } }, { "tag": "path", "attrs": { "d": "M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0031.9 29.3h429.2a32 32 0 0031.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z" } }] }, "name": "rest", "theme": "outlined" };
12724 exports.default = RestOutlined;
12725 });
12726
12727 var RestOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RestOutlined_1);
12728
12729 var RestOutlined = function RestOutlined(props, ref) {
12730 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12731 ref: ref,
12732 icon: RestOutlinedSvg
12733 }));
12734 };
12735
12736 RestOutlined.displayName = 'RestOutlined';
12737 var RestOutlined$1 = /*#__PURE__*/React.forwardRef(RestOutlined);
12738
12739 var RestTwoTone_1 = createCommonjsModule(function (module, exports) {
12740 // This icon file is generated automatically.
12741 Object.defineProperty(exports, "__esModule", { value: true });
12742 var RestTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M326.4 844h363.2l44.3-520H282l44.4 520zM508 416c79.5 0 144 64.5 144 144s-64.5 144-144 144-144-64.5-144-144 64.5-144 144-144z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0031.9 29.3h429.2a32 32 0 0031.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32zm-518.6-76h397.2l22.4 76H291l22.4-76zm376.2 664H326.4L282 324h451.9l-44.3 520z", "fill": primaryColor } }] }; }, "name": "rest", "theme": "twotone" };
12743 exports.default = RestTwoTone;
12744 });
12745
12746 var RestTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(RestTwoTone_1);
12747
12748 var RestTwoTone = function RestTwoTone(props, ref) {
12749 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12750 ref: ref,
12751 icon: RestTwoToneSvg
12752 }));
12753 };
12754
12755 RestTwoTone.displayName = 'RestTwoTone';
12756 var RestTwoTone$1 = /*#__PURE__*/React.forwardRef(RestTwoTone);
12757
12758 var RetweetOutlined_1 = createCommonjsModule(function (module, exports) {
12759 // This icon file is generated automatically.
12760 Object.defineProperty(exports, "__esModule", { value: true });
12761 var RetweetOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M136 552h63.6c4.4 0 8-3.6 8-8V288.7h528.6v72.6c0 1.9.6 3.7 1.8 5.2a8.3 8.3 0 0011.7 1.4L893 255.4c4.3-5 3.6-10.3 0-13.2L749.7 129.8a8.22 8.22 0 00-5.2-1.8c-4.6 0-8.4 3.8-8.4 8.4V209H199.7c-39.5 0-71.7 32.2-71.7 71.8V544c0 4.4 3.6 8 8 8zm752-80h-63.6c-4.4 0-8 3.6-8 8v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2a8.3 8.3 0 00-11.7-1.4L131 768.6c-4.3 5-3.6 10.3 0 13.2l143.3 112.4c1.5 1.2 3.3 1.8 5.2 1.8 4.6 0 8.4-3.8 8.4-8.4V815h536.6c39.5 0 71.7-32.2 71.7-71.8V480c-.2-4.4-3.8-8-8.2-8z" } }] }, "name": "retweet", "theme": "outlined" };
12762 exports.default = RetweetOutlined;
12763 });
12764
12765 var RetweetOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RetweetOutlined_1);
12766
12767 var RetweetOutlined = function RetweetOutlined(props, ref) {
12768 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12769 ref: ref,
12770 icon: RetweetOutlinedSvg
12771 }));
12772 };
12773
12774 RetweetOutlined.displayName = 'RetweetOutlined';
12775 var RetweetOutlined$1 = /*#__PURE__*/React.forwardRef(RetweetOutlined);
12776
12777 var RightCircleFilled_1 = createCommonjsModule(function (module, exports) {
12778 // This icon file is generated automatically.
12779 Object.defineProperty(exports, "__esModule", { value: true });
12780 var RightCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm154.7 454.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z" } }] }, "name": "right-circle", "theme": "filled" };
12781 exports.default = RightCircleFilled;
12782 });
12783
12784 var RightCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(RightCircleFilled_1);
12785
12786 var RightCircleFilled = function RightCircleFilled(props, ref) {
12787 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12788 ref: ref,
12789 icon: RightCircleFilledSvg
12790 }));
12791 };
12792
12793 RightCircleFilled.displayName = 'RightCircleFilled';
12794 var RightCircleFilled$1 = /*#__PURE__*/React.forwardRef(RightCircleFilled);
12795
12796 var RightCircleOutlined_1 = createCommonjsModule(function (module, exports) {
12797 // This icon file is generated automatically.
12798 Object.defineProperty(exports, "__esModule", { value: true });
12799 var RightCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M666.7 505.5l-246-178A8 8 0 00408 334v46.9c0 10.2 4.9 19.9 13.2 25.9L566.6 512 421.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.8 0-13z" } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }] }, "name": "right-circle", "theme": "outlined" };
12800 exports.default = RightCircleOutlined;
12801 });
12802
12803 var RightCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RightCircleOutlined_1);
12804
12805 var RightCircleOutlined = function RightCircleOutlined(props, ref) {
12806 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12807 ref: ref,
12808 icon: RightCircleOutlinedSvg
12809 }));
12810 };
12811
12812 RightCircleOutlined.displayName = 'RightCircleOutlined';
12813 var RightCircleOutlined$1 = /*#__PURE__*/React.forwardRef(RightCircleOutlined);
12814
12815 var RightCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
12816 // This icon file is generated automatically.
12817 Object.defineProperty(exports, "__esModule", { value: true });
12818 var RightCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm154.7 378.4l-246 178c-5.3 3.8-12.7 0-12.7-6.5V643c0-10.2 4.9-19.9 13.2-25.9L566.6 512 421.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M666.7 505.5l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L566.6 512 421.2 617.1c-8.3 6-13.2 15.7-13.2 25.9v46.9c0 6.5 7.4 10.3 12.7 6.5l246-178c4.4-3.2 4.4-9.7 0-12.9z", "fill": primaryColor } }] }; }, "name": "right-circle", "theme": "twotone" };
12819 exports.default = RightCircleTwoTone;
12820 });
12821
12822 var RightCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(RightCircleTwoTone_1);
12823
12824 var RightCircleTwoTone = function RightCircleTwoTone(props, ref) {
12825 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12826 ref: ref,
12827 icon: RightCircleTwoToneSvg
12828 }));
12829 };
12830
12831 RightCircleTwoTone.displayName = 'RightCircleTwoTone';
12832 var RightCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(RightCircleTwoTone);
12833
12834 var RightOutlined_1 = createCommonjsModule(function (module, exports) {
12835 // This icon file is generated automatically.
12836 Object.defineProperty(exports, "__esModule", { value: true });
12837 var RightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z" } }] }, "name": "right", "theme": "outlined" };
12838 exports.default = RightOutlined;
12839 });
12840
12841 var RightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RightOutlined_1);
12842
12843 var RightOutlined = function RightOutlined(props, ref) {
12844 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12845 ref: ref,
12846 icon: RightOutlinedSvg
12847 }));
12848 };
12849
12850 RightOutlined.displayName = 'RightOutlined';
12851 var RightOutlined$1 = /*#__PURE__*/React.forwardRef(RightOutlined);
12852
12853 var RightSquareFilled_1 = createCommonjsModule(function (module, exports) {
12854 // This icon file is generated automatically.
12855 Object.defineProperty(exports, "__esModule", { value: true });
12856 var RightSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM658.7 518.5l-246 178c-5.3 3.8-12.7 0-12.7-6.5v-46.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.8 0 13z" } }] }, "name": "right-square", "theme": "filled" };
12857 exports.default = RightSquareFilled;
12858 });
12859
12860 var RightSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(RightSquareFilled_1);
12861
12862 var RightSquareFilled = function RightSquareFilled(props, ref) {
12863 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12864 ref: ref,
12865 icon: RightSquareFilledSvg
12866 }));
12867 };
12868
12869 RightSquareFilled.displayName = 'RightSquareFilled';
12870 var RightSquareFilled$1 = /*#__PURE__*/React.forwardRef(RightSquareFilled);
12871
12872 var RightSquareOutlined_1 = createCommonjsModule(function (module, exports) {
12873 // This icon file is generated automatically.
12874 Object.defineProperty(exports, "__esModule", { value: true });
12875 var RightSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M412.7 696.5l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5V381c0 10.2 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.6-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.5z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "right-square", "theme": "outlined" };
12876 exports.default = RightSquareOutlined;
12877 });
12878
12879 var RightSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RightSquareOutlined_1);
12880
12881 var RightSquareOutlined = function RightSquareOutlined(props, ref) {
12882 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12883 ref: ref,
12884 icon: RightSquareOutlinedSvg
12885 }));
12886 };
12887
12888 RightSquareOutlined.displayName = 'RightSquareOutlined';
12889 var RightSquareOutlined$1 = /*#__PURE__*/React.forwardRef(RightSquareOutlined);
12890
12891 var RightSquareTwoTone_1 = createCommonjsModule(function (module, exports) {
12892 // This icon file is generated automatically.
12893 Object.defineProperty(exports, "__esModule", { value: true });
12894 var RightSquareTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm216-196.9c0-10.2 4.9-19.9 13.2-25.9L558.6 512 413.2 406.8c-8.3-6-13.2-15.6-13.2-25.9V334c0-6.5 7.4-10.3 12.7-6.5l246 178c4.4 3.2 4.4 9.7 0 12.9l-246 178c-5.3 3.9-12.7.1-12.7-6.4v-46.9z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M412.7 696.4l246-178c4.4-3.2 4.4-9.7 0-12.9l-246-178c-5.3-3.8-12.7 0-12.7 6.5v46.9c0 10.3 4.9 19.9 13.2 25.9L558.6 512 413.2 617.2c-8.3 6-13.2 15.7-13.2 25.9V690c0 6.5 7.4 10.3 12.7 6.4z", "fill": primaryColor } }] }; }, "name": "right-square", "theme": "twotone" };
12895 exports.default = RightSquareTwoTone;
12896 });
12897
12898 var RightSquareTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(RightSquareTwoTone_1);
12899
12900 var RightSquareTwoTone = function RightSquareTwoTone(props, ref) {
12901 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12902 ref: ref,
12903 icon: RightSquareTwoToneSvg
12904 }));
12905 };
12906
12907 RightSquareTwoTone.displayName = 'RightSquareTwoTone';
12908 var RightSquareTwoTone$1 = /*#__PURE__*/React.forwardRef(RightSquareTwoTone);
12909
12910 var RiseOutlined_1 = createCommonjsModule(function (module, exports) {
12911 // This icon file is generated automatically.
12912 Object.defineProperty(exports, "__esModule", { value: true });
12913 var RiseOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M917 211.1l-199.2 24c-6.6.8-9.4 8.9-4.7 13.6l59.3 59.3-226 226-101.8-101.7c-6.3-6.3-16.4-6.2-22.6 0L100.3 754.1a8.03 8.03 0 000 11.3l45 45.2c3.1 3.1 8.2 3.1 11.3 0L433.3 534 535 635.7c6.3 6.2 16.4 6.2 22.6 0L829 364.5l59.3 59.3a8.01 8.01 0 0013.6-4.7l24-199.2c.7-5.1-3.7-9.5-8.9-8.8z" } }] }, "name": "rise", "theme": "outlined" };
12914 exports.default = RiseOutlined;
12915 });
12916
12917 var RiseOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RiseOutlined_1);
12918
12919 var RiseOutlined = function RiseOutlined(props, ref) {
12920 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12921 ref: ref,
12922 icon: RiseOutlinedSvg
12923 }));
12924 };
12925
12926 RiseOutlined.displayName = 'RiseOutlined';
12927 var RiseOutlined$1 = /*#__PURE__*/React.forwardRef(RiseOutlined);
12928
12929 var RobotFilled_1 = createCommonjsModule(function (module, exports) {
12930 // This icon file is generated automatically.
12931 Object.defineProperty(exports, "__esModule", { value: true });
12932 var RobotFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM300 328c0-33.1 26.9-60 60-60s60 26.9 60 60-26.9 60-60 60-60-26.9-60-60zm372 248c0 4.4-3.6 8-8 8H360c-4.4 0-8-3.6-8-8v-60c0-4.4 3.6-8 8-8h304c4.4 0 8 3.6 8 8v60zm-8-188c-33.1 0-60-26.9-60-60s26.9-60 60-60 60 26.9 60 60-26.9 60-60 60zm135 476H225c-13.8 0-25 14.3-25 32v56c0 4.4 2.8 8 6.2 8h611.5c3.4 0 6.2-3.6 6.2-8v-56c.1-17.7-11.1-32-24.9-32z" } }] }, "name": "robot", "theme": "filled" };
12933 exports.default = RobotFilled;
12934 });
12935
12936 var RobotFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(RobotFilled_1);
12937
12938 var RobotFilled = function RobotFilled(props, ref) {
12939 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12940 ref: ref,
12941 icon: RobotFilledSvg
12942 }));
12943 };
12944
12945 RobotFilled.displayName = 'RobotFilled';
12946 var RobotFilled$1 = /*#__PURE__*/React.forwardRef(RobotFilled);
12947
12948 var RobotOutlined_1 = createCommonjsModule(function (module, exports) {
12949 // This icon file is generated automatically.
12950 Object.defineProperty(exports, "__esModule", { value: true });
12951 var RobotOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M300 328a60 60 0 10120 0 60 60 0 10-120 0zM852 64H172c-17.7 0-32 14.3-32 32v660c0 17.7 14.3 32 32 32h680c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-32 660H204V128h616v596zM604 328a60 60 0 10120 0 60 60 0 10-120 0zm250.2 556H169.8c-16.5 0-29.8 14.3-29.8 32v36c0 4.4 3.3 8 7.4 8h729.1c4.1 0 7.4-3.6 7.4-8v-36c.1-17.7-13.2-32-29.7-32zM664 508H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h304c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" } }] }, "name": "robot", "theme": "outlined" };
12952 exports.default = RobotOutlined;
12953 });
12954
12955 var RobotOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RobotOutlined_1);
12956
12957 var RobotOutlined = function RobotOutlined(props, ref) {
12958 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12959 ref: ref,
12960 icon: RobotOutlinedSvg
12961 }));
12962 };
12963
12964 RobotOutlined.displayName = 'RobotOutlined';
12965 var RobotOutlined$1 = /*#__PURE__*/React.forwardRef(RobotOutlined);
12966
12967 var RocketFilled_1 = createCommonjsModule(function (module, exports) {
12968 // This icon file is generated automatically.
12969 Object.defineProperty(exports, "__esModule", { value: true });
12970 var RocketFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 00-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0043.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0043.1-30.5 97.52 97.52 0 0021.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zM512 352a48.01 48.01 0 010 96 48.01 48.01 0 010-96zm116.1 432.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 01-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5z" } }] }, "name": "rocket", "theme": "filled" };
12971 exports.default = RocketFilled;
12972 });
12973
12974 var RocketFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(RocketFilled_1);
12975
12976 var RocketFilled = function RocketFilled(props, ref) {
12977 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12978 ref: ref,
12979 icon: RocketFilledSvg
12980 }));
12981 };
12982
12983 RocketFilled.displayName = 'RocketFilled';
12984 var RocketFilled$1 = /*#__PURE__*/React.forwardRef(RocketFilled);
12985
12986 var RocketOutlined_1 = createCommonjsModule(function (module, exports) {
12987 // This icon file is generated automatically.
12988 Object.defineProperty(exports, "__esModule", { value: true });
12989 var RocketOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 00-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0043.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0043.1-30.5 97.52 97.52 0 0021.4-60.8c0-8.4-1.1-16.4-3.1-23.8H864zM762.3 621.4c9.4 14.6 17 30.3 22.5 46.6H700V558.7a211.6 211.6 0 0162.3 62.7zM388 483.1V318.8l124-147 124 147V668H388V483.1zM239.2 668c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668h-84.8zm388.9 116.2c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5-38.3 0-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 01-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM464 400a48 48 0 1096 0 48 48 0 10-96 0z" } }] }, "name": "rocket", "theme": "outlined" };
12990 exports.default = RocketOutlined;
12991 });
12992
12993 var RocketOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RocketOutlined_1);
12994
12995 var RocketOutlined = function RocketOutlined(props, ref) {
12996 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
12997 ref: ref,
12998 icon: RocketOutlinedSvg
12999 }));
13000 };
13001
13002 RocketOutlined.displayName = 'RocketOutlined';
13003 var RocketOutlined$1 = /*#__PURE__*/React.forwardRef(RocketOutlined);
13004
13005 var RocketTwoTone_1 = createCommonjsModule(function (module, exports) {
13006 // This icon file is generated automatically.
13007 Object.defineProperty(exports, "__esModule", { value: true });
13008 var RocketTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M261.7 621.4c-9.4 14.6-17 30.3-22.5 46.6H324V558.7c-24.8 16.2-46 37.5-62.3 62.7zM700 558.7V668h84.8c-5.5-16.3-13.1-32-22.5-46.6a211.6 211.6 0 00-62.3-62.7zm-64-239.9l-124-147-124 147V668h248V318.8zM512 448a48.01 48.01 0 010-96 48.01 48.01 0 010 96z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M864 736c0-111.6-65.4-208-160-252.9V317.3c0-15.1-5.3-29.7-15.1-41.2L536.5 95.4C530.1 87.8 521 84 512 84s-18.1 3.8-24.5 11.4L335.1 276.1a63.97 63.97 0 00-15.1 41.2v165.8C225.4 528 160 624.4 160 736h156.5c-2.3 7.2-3.5 15-3.5 23.8 0 22.1 7.6 43.7 21.4 60.8a97.2 97.2 0 0043.1 30.6c23.1 54 75.6 88.8 134.5 88.8 29.1 0 57.3-8.6 81.4-24.8 23.6-15.8 41.9-37.9 53-64a97 97 0 0043.1-30.5 97.52 97.52 0 0021.4-60.8c0-8.4-1.1-16.4-3.1-23.8L864 736zm-540-68h-84.8c5.5-16.3 13.1-32 22.5-46.6 16.3-25.2 37.5-46.5 62.3-62.7V668zm64-184.9V318.8l124-147 124 147V668H388V483.1zm240.1 301.1c-5.2 3-11.2 4.2-17.1 3.4l-19.5-2.4-2.8 19.4c-5.4 37.9-38.4 66.5-76.7 66.5s-71.3-28.6-76.7-66.5l-2.8-19.5-19.5 2.5a27.7 27.7 0 01-17.1-3.5c-8.7-5-14.1-14.3-14.1-24.4 0-10.6 5.9-19.4 14.6-23.8h231.3c8.8 4.5 14.6 13.3 14.6 23.8-.1 10.2-5.5 19.6-14.2 24.5zM700 668V558.7a211.6 211.6 0 0162.3 62.7c9.4 14.6 17 30.3 22.5 46.6H700z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M464 400a48 48 0 1096 0 48 48 0 10-96 0z", "fill": primaryColor } }] }; }, "name": "rocket", "theme": "twotone" };
13009 exports.default = RocketTwoTone;
13010 });
13011
13012 var RocketTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(RocketTwoTone_1);
13013
13014 var RocketTwoTone = function RocketTwoTone(props, ref) {
13015 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13016 ref: ref,
13017 icon: RocketTwoToneSvg
13018 }));
13019 };
13020
13021 RocketTwoTone.displayName = 'RocketTwoTone';
13022 var RocketTwoTone$1 = /*#__PURE__*/React.forwardRef(RocketTwoTone);
13023
13024 var RollbackOutlined_1 = createCommonjsModule(function (module, exports) {
13025 // This icon file is generated automatically.
13026 Object.defineProperty(exports, "__esModule", { value: true });
13027 var RollbackOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M793 242H366v-74c0-6.7-7.7-10.4-12.9-6.3l-142 112a8 8 0 000 12.6l142 112c5.2 4.1 12.9.4 12.9-6.3v-74h415v470H175c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h618c35.3 0 64-28.7 64-64V306c0-35.3-28.7-64-64-64z" } }] }, "name": "rollback", "theme": "outlined" };
13028 exports.default = RollbackOutlined;
13029 });
13030
13031 var RollbackOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RollbackOutlined_1);
13032
13033 var RollbackOutlined = function RollbackOutlined(props, ref) {
13034 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13035 ref: ref,
13036 icon: RollbackOutlinedSvg
13037 }));
13038 };
13039
13040 RollbackOutlined.displayName = 'RollbackOutlined';
13041 var RollbackOutlined$1 = /*#__PURE__*/React.forwardRef(RollbackOutlined);
13042
13043 var RotateLeftOutlined_1 = createCommonjsModule(function (module, exports) {
13044 // This icon file is generated automatically.
13045 Object.defineProperty(exports, "__esModule", { value: true });
13046 var RotateLeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M672 418H144c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32zm-44 402H188V494h440v326z" } }, { "tag": "path", "attrs": { "d": "M819.3 328.5c-78.8-100.7-196-153.6-314.6-154.2l-.2-64c0-6.5-7.6-10.1-12.6-6.1l-128 101c-4 3.1-3.9 9.1 0 12.3L492 318.6c5.1 4 12.7.4 12.6-6.1v-63.9c12.9.1 25.9.9 38.8 2.5 42.1 5.2 82.1 18.2 119 38.7 38.1 21.2 71.2 49.7 98.4 84.3 27.1 34.7 46.7 73.7 58.1 115.8a325.95 325.95 0 016.5 140.9h74.9c14.8-103.6-11.3-213-81-302.3z" } }] }, "name": "rotate-left", "theme": "outlined" };
13047 exports.default = RotateLeftOutlined;
13048 });
13049
13050 var RotateLeftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RotateLeftOutlined_1);
13051
13052 var RotateLeftOutlined = function RotateLeftOutlined(props, ref) {
13053 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13054 ref: ref,
13055 icon: RotateLeftOutlinedSvg
13056 }));
13057 };
13058
13059 RotateLeftOutlined.displayName = 'RotateLeftOutlined';
13060 var RotateLeftOutlined$1 = /*#__PURE__*/React.forwardRef(RotateLeftOutlined);
13061
13062 var RotateRightOutlined_1 = createCommonjsModule(function (module, exports) {
13063 // This icon file is generated automatically.
13064 Object.defineProperty(exports, "__esModule", { value: true });
13065 var RotateRightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M480.5 251.2c13-1.6 25.9-2.4 38.8-2.5v63.9c0 6.5 7.5 10.1 12.6 6.1L660 217.6c4-3.2 4-9.2 0-12.3l-128-101c-5.1-4-12.6-.4-12.6 6.1l-.2 64c-118.6.5-235.8 53.4-314.6 154.2A399.75 399.75 0 00123.5 631h74.9c-.9-5.3-1.7-10.7-2.4-16.1-5.1-42.1-2.1-84.1 8.9-124.8 11.4-42.2 31-81.1 58.1-115.8 27.2-34.7 60.3-63.2 98.4-84.3 37-20.6 76.9-33.6 119.1-38.8z" } }, { "tag": "path", "attrs": { "d": "M880 418H352c-17.7 0-32 14.3-32 32v414c0 17.7 14.3 32 32 32h528c17.7 0 32-14.3 32-32V450c0-17.7-14.3-32-32-32zm-44 402H396V494h440v326z" } }] }, "name": "rotate-right", "theme": "outlined" };
13066 exports.default = RotateRightOutlined;
13067 });
13068
13069 var RotateRightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(RotateRightOutlined_1);
13070
13071 var RotateRightOutlined = function RotateRightOutlined(props, ref) {
13072 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13073 ref: ref,
13074 icon: RotateRightOutlinedSvg
13075 }));
13076 };
13077
13078 RotateRightOutlined.displayName = 'RotateRightOutlined';
13079 var RotateRightOutlined$1 = /*#__PURE__*/React.forwardRef(RotateRightOutlined);
13080
13081 var SafetyCertificateFilled_1 = createCommonjsModule(function (module, exports) {
13082 // This icon file is generated automatically.
13083 Object.defineProperty(exports, "__esModule", { value: true });
13084 var SafetyCertificateFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM694.5 340.7L481.9 633.4a16.1 16.1 0 01-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.1 0 10 2.5 13 6.6l64.7 89 150.9-207.8c3-4.1 7.8-6.6 13-6.6H688c6.5.1 10.3 7.5 6.5 12.8z" } }] }, "name": "safety-certificate", "theme": "filled" };
13085 exports.default = SafetyCertificateFilled;
13086 });
13087
13088 var SafetyCertificateFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SafetyCertificateFilled_1);
13089
13090 var SafetyCertificateFilled = function SafetyCertificateFilled(props, ref) {
13091 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13092 ref: ref,
13093 icon: SafetyCertificateFilledSvg
13094 }));
13095 };
13096
13097 SafetyCertificateFilled.displayName = 'SafetyCertificateFilled';
13098 var SafetyCertificateFilled$1 = /*#__PURE__*/React.forwardRef(SafetyCertificateFilled);
13099
13100 var SafetyCertificateOutlined_1 = createCommonjsModule(function (module, exports) {
13101 // This icon file is generated automatically.
13102 Object.defineProperty(exports, "__esModule", { value: true });
13103 var SafetyCertificateOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zm-405.8-201c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0026 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z" } }] }, "name": "safety-certificate", "theme": "outlined" };
13104 exports.default = SafetyCertificateOutlined;
13105 });
13106
13107 var SafetyCertificateOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SafetyCertificateOutlined_1);
13108
13109 var SafetyCertificateOutlined = function SafetyCertificateOutlined(props, ref) {
13110 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13111 ref: ref,
13112 icon: SafetyCertificateOutlinedSvg
13113 }));
13114 };
13115
13116 SafetyCertificateOutlined.displayName = 'SafetyCertificateOutlined';
13117 var SafetyCertificateOutlined$1 = /*#__PURE__*/React.forwardRef(SafetyCertificateOutlined);
13118
13119 var SafetyCertificateTwoTone_1 = createCommonjsModule(function (module, exports) {
13120 // This icon file is generated automatically.
13121 Object.defineProperty(exports, "__esModule", { value: true });
13122 var SafetyCertificateTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zM632.8 328H688c6.5 0 10.3 7.4 6.5 12.7L481.9 633.4a16.1 16.1 0 01-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89.1 150.9-207.8c3-4.1 7.9-6.6 13-6.6z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M404.2 453.3c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0026 0l212.6-292.7c3.8-5.3 0-12.7-6.5-12.7h-55.2c-5.1 0-10 2.5-13 6.6L468.9 542.4l-64.7-89.1z", "fill": primaryColor } }] }; }, "name": "safety-certificate", "theme": "twotone" };
13123 exports.default = SafetyCertificateTwoTone;
13124 });
13125
13126 var SafetyCertificateTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(SafetyCertificateTwoTone_1);
13127
13128 var SafetyCertificateTwoTone = function SafetyCertificateTwoTone(props, ref) {
13129 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13130 ref: ref,
13131 icon: SafetyCertificateTwoToneSvg
13132 }));
13133 };
13134
13135 SafetyCertificateTwoTone.displayName = 'SafetyCertificateTwoTone';
13136 var SafetyCertificateTwoTone$1 = /*#__PURE__*/React.forwardRef(SafetyCertificateTwoTone);
13137
13138 var SafetyOutlined_1 = createCommonjsModule(function (module, exports) {
13139 // This icon file is generated automatically.
13140 Object.defineProperty(exports, "__esModule", { value: true });
13141 var SafetyOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64L128 192v384c0 212.1 171.9 384 384 384s384-171.9 384-384V192L512 64zm312 512c0 172.3-139.7 312-312 312S200 748.3 200 576V246l312-110 312 110v330z" } }, { "tag": "path", "attrs": { "d": "M378.4 475.1a35.91 35.91 0 00-50.9 0 35.91 35.91 0 000 50.9l129.4 129.4 2.1 2.1a33.98 33.98 0 0048.1 0L730.6 434a33.98 33.98 0 000-48.1l-2.8-2.8a33.98 33.98 0 00-48.1 0L483 579.7 378.4 475.1z" } }] }, "name": "safety", "theme": "outlined" };
13142 exports.default = SafetyOutlined;
13143 });
13144
13145 var SafetyOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SafetyOutlined_1);
13146
13147 var SafetyOutlined = function SafetyOutlined(props, ref) {
13148 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13149 ref: ref,
13150 icon: SafetyOutlinedSvg
13151 }));
13152 };
13153
13154 SafetyOutlined.displayName = 'SafetyOutlined';
13155 var SafetyOutlined$1 = /*#__PURE__*/React.forwardRef(SafetyOutlined);
13156
13157 var SaveFilled_1 = createCommonjsModule(function (module, exports) {
13158 // This icon file is generated automatically.
13159 Object.defineProperty(exports, "__esModule", { value: true });
13160 var SaveFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M893.3 293.3L730.7 130.7c-12-12-28.3-18.7-45.3-18.7H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 176h256v112H384V176zm128 554c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144zm0-224c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80z" } }] }, "name": "save", "theme": "filled" };
13161 exports.default = SaveFilled;
13162 });
13163
13164 var SaveFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SaveFilled_1);
13165
13166 var SaveFilled = function SaveFilled(props, ref) {
13167 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13168 ref: ref,
13169 icon: SaveFilledSvg
13170 }));
13171 };
13172
13173 SaveFilled.displayName = 'SaveFilled';
13174 var SaveFilled$1 = /*#__PURE__*/React.forwardRef(SaveFilled);
13175
13176 var SaveOutlined_1 = createCommonjsModule(function (module, exports) {
13177 // This icon file is generated automatically.
13178 Object.defineProperty(exports, "__esModule", { value: true });
13179 var SaveOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M893.3 293.3L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840zM512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z" } }] }, "name": "save", "theme": "outlined" };
13180 exports.default = SaveOutlined;
13181 });
13182
13183 var SaveOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SaveOutlined_1);
13184
13185 var SaveOutlined = function SaveOutlined(props, ref) {
13186 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13187 ref: ref,
13188 icon: SaveOutlinedSvg
13189 }));
13190 };
13191
13192 SaveOutlined.displayName = 'SaveOutlined';
13193 var SaveOutlined$1 = /*#__PURE__*/React.forwardRef(SaveOutlined);
13194
13195 var SaveTwoTone_1 = createCommonjsModule(function (module, exports) {
13196 // This icon file is generated automatically.
13197 Object.defineProperty(exports, "__esModule", { value: true });
13198 var SaveTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M704 320c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V184H184v656h656V341.8l-136-136V320zM512 730c-79.5 0-144-64.5-144-144s64.5-144 144-144 144 64.5 144 144-64.5 144-144 144z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 442c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 224c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M893.3 293.3L730.7 130.7c-.7-.7-1.4-1.3-2.1-2-.1-.1-.3-.2-.4-.3-.7-.7-1.5-1.3-2.2-1.9a64 64 0 00-22-11.7V112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V338.5c0-17-6.7-33.2-18.7-45.2zM384 184h256v104H384V184zm456 656H184V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V840z", "fill": primaryColor } }] }; }, "name": "save", "theme": "twotone" };
13199 exports.default = SaveTwoTone;
13200 });
13201
13202 var SaveTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(SaveTwoTone_1);
13203
13204 var SaveTwoTone = function SaveTwoTone(props, ref) {
13205 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13206 ref: ref,
13207 icon: SaveTwoToneSvg
13208 }));
13209 };
13210
13211 SaveTwoTone.displayName = 'SaveTwoTone';
13212 var SaveTwoTone$1 = /*#__PURE__*/React.forwardRef(SaveTwoTone);
13213
13214 var ScanOutlined_1 = createCommonjsModule(function (module, exports) {
13215 // This icon file is generated automatically.
13216 Object.defineProperty(exports, "__esModule", { value: true });
13217 var ScanOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M136 384h56c4.4 0 8-3.6 8-8V200h176c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H196c-37.6 0-68 30.4-68 68v180c0 4.4 3.6 8 8 8zm512-184h176v176c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V196c0-37.6-30.4-68-68-68H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zM376 824H200V648c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v180c0 37.6 30.4 68 68 68h180c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm512-184h-56c-4.4 0-8 3.6-8 8v176H648c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h180c37.6 0 68-30.4 68-68V648c0-4.4-3.6-8-8-8zm16-164H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "scan", "theme": "outlined" };
13218 exports.default = ScanOutlined;
13219 });
13220
13221 var ScanOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ScanOutlined_1);
13222
13223 var ScanOutlined = function ScanOutlined(props, ref) {
13224 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13225 ref: ref,
13226 icon: ScanOutlinedSvg
13227 }));
13228 };
13229
13230 ScanOutlined.displayName = 'ScanOutlined';
13231 var ScanOutlined$1 = /*#__PURE__*/React.forwardRef(ScanOutlined);
13232
13233 var ScheduleFilled_1 = createCommonjsModule(function (module, exports) {
13234 // This icon file is generated automatically.
13235 Object.defineProperty(exports, "__esModule", { value: true });
13236 var ScheduleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.5-91.3l-165 228.7a15.9 15.9 0 01-25.8 0L493.5 531.2c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.5 12.9 6.6l52.8 73.1 103.7-143.7c3-4.2 7.8-6.6 12.9-6.6H792c6.5.1 10.3 7.5 6.5 12.8z" } }] }, "name": "schedule", "theme": "filled" };
13237 exports.default = ScheduleFilled;
13238 });
13239
13240 var ScheduleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ScheduleFilled_1);
13241
13242 var ScheduleFilled = function ScheduleFilled(props, ref) {
13243 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13244 ref: ref,
13245 icon: ScheduleFilledSvg
13246 }));
13247 };
13248
13249 ScheduleFilled.displayName = 'ScheduleFilled';
13250 var ScheduleFilled$1 = /*#__PURE__*/React.forwardRef(ScheduleFilled);
13251
13252 var ScheduleOutlined_1 = createCommonjsModule(function (module, exports) {
13253 // This icon file is generated automatically.
13254 Object.defineProperty(exports, "__esModule", { value: true });
13255 var ScheduleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm0 136H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm308.2-177.4L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0025.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5z" } }] }, "name": "schedule", "theme": "outlined" };
13256 exports.default = ScheduleOutlined;
13257 });
13258
13259 var ScheduleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ScheduleOutlined_1);
13260
13261 var ScheduleOutlined = function ScheduleOutlined(props, ref) {
13262 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13263 ref: ref,
13264 icon: ScheduleOutlinedSvg
13265 }));
13266 };
13267
13268 ScheduleOutlined.displayName = 'ScheduleOutlined';
13269 var ScheduleOutlined$1 = /*#__PURE__*/React.forwardRef(ScheduleOutlined);
13270
13271 var ScheduleTwoTone_1 = createCommonjsModule(function (module, exports) {
13272 // This icon file is generated automatically.
13273 Object.defineProperty(exports, "__esModule", { value: true });
13274 var ScheduleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M768 352c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H548v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H328v56c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-56H136v496h752V296H768v56zM424 688c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm0-136c0 4.4-3.6 8-8 8H232c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm374.4-91.2l-165 228.7a15.9 15.9 0 01-25.8 0L493.5 531.3c-3.8-5.3 0-12.7 6.5-12.7h54.9c5.1 0 9.9 2.4 12.9 6.6l52.8 73.1 103.6-143.7c3-4.1 7.8-6.6 12.8-6.5h54.9c6.5 0 10.3 7.4 6.5 12.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M724.2 454.6L620.6 598.3l-52.8-73.1c-3-4.2-7.8-6.6-12.9-6.6H500c-6.5 0-10.3 7.4-6.5 12.7l114.1 158.2a15.9 15.9 0 0025.8 0l165-228.7c3.8-5.3 0-12.7-6.5-12.7H737c-5-.1-9.8 2.4-12.8 6.5zM416 496H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M928 224H768v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H548v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H328v-56c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v56H96c-17.7 0-32 14.3-32 32v576c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32zm-40 568H136V296h120v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h148v56c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-56h120v496z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M416 632H232c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z", "fill": primaryColor } }] }; }, "name": "schedule", "theme": "twotone" };
13275 exports.default = ScheduleTwoTone;
13276 });
13277
13278 var ScheduleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ScheduleTwoTone_1);
13279
13280 var ScheduleTwoTone = function ScheduleTwoTone(props, ref) {
13281 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13282 ref: ref,
13283 icon: ScheduleTwoToneSvg
13284 }));
13285 };
13286
13287 ScheduleTwoTone.displayName = 'ScheduleTwoTone';
13288 var ScheduleTwoTone$1 = /*#__PURE__*/React.forwardRef(ScheduleTwoTone);
13289
13290 var ScissorOutlined_1 = createCommonjsModule(function (module, exports) {
13291 // This icon file is generated automatically.
13292 Object.defineProperty(exports, "__esModule", { value: true });
13293 var ScissorOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M567.1 512l318.5-319.3c5-5 1.5-13.7-5.6-13.7h-90.5c-2.1 0-4.2.8-5.6 2.3l-273.3 274-90.2-90.5c12.5-22.1 19.7-47.6 19.7-74.8 0-83.9-68.1-152-152-152s-152 68.1-152 152 68.1 152 152 152c27.7 0 53.6-7.4 75.9-20.3l90 90.3-90.1 90.3A151.04 151.04 0 00288 582c-83.9 0-152 68.1-152 152s68.1 152 152 152 152-68.1 152-152c0-27.2-7.2-52.7-19.7-74.8l90.2-90.5 273.3 274c1.5 1.5 3.5 2.3 5.6 2.3H880c7.1 0 10.7-8.6 5.6-13.7L567.1 512zM288 370c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm0 444c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z" } }] }, "name": "scissor", "theme": "outlined" };
13294 exports.default = ScissorOutlined;
13295 });
13296
13297 var ScissorOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ScissorOutlined_1);
13298
13299 var ScissorOutlined = function ScissorOutlined(props, ref) {
13300 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13301 ref: ref,
13302 icon: ScissorOutlinedSvg
13303 }));
13304 };
13305
13306 ScissorOutlined.displayName = 'ScissorOutlined';
13307 var ScissorOutlined$1 = /*#__PURE__*/React.forwardRef(ScissorOutlined);
13308
13309 var SearchOutlined_1 = createCommonjsModule(function (module, exports) {
13310 // This icon file is generated automatically.
13311 Object.defineProperty(exports, "__esModule", { value: true });
13312 var SearchOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z" } }] }, "name": "search", "theme": "outlined" };
13313 exports.default = SearchOutlined;
13314 });
13315
13316 var SearchOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SearchOutlined_1);
13317
13318 var SearchOutlined = function SearchOutlined(props, ref) {
13319 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13320 ref: ref,
13321 icon: SearchOutlinedSvg
13322 }));
13323 };
13324
13325 SearchOutlined.displayName = 'SearchOutlined';
13326 var SearchOutlined$1 = /*#__PURE__*/React.forwardRef(SearchOutlined);
13327
13328 var SecurityScanFilled_1 = createCommonjsModule(function (module, exports) {
13329 // This icon file is generated automatically.
13330 Object.defineProperty(exports, "__esModule", { value: true });
13331 var SecurityScanFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM626.8 554c-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 01-11.3 0l-34-34a8.03 8.03 0 010-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0 56.3 56.3 56.3 147.5 0 203.8zm-158.54-45.27a80.1 80.1 0 10113.27-113.28 80.1 80.1 0 10-113.27 113.28z" } }] }, "name": "security-scan", "theme": "filled" };
13332 exports.default = SecurityScanFilled;
13333 });
13334
13335 var SecurityScanFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SecurityScanFilled_1);
13336
13337 var SecurityScanFilled = function SecurityScanFilled(props, ref) {
13338 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13339 ref: ref,
13340 icon: SecurityScanFilledSvg
13341 }));
13342 };
13343
13344 SecurityScanFilled.displayName = 'SecurityScanFilled';
13345 var SecurityScanFilled$1 = /*#__PURE__*/React.forwardRef(SecurityScanFilled);
13346
13347 var SecurityScanOutlined_1 = createCommonjsModule(function (module, exports) {
13348 // This icon file is generated automatically.
13349 Object.defineProperty(exports, "__esModule", { value: true });
13350 var SecurityScanOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6zM402.9 528.8l-77.5 77.5a8.03 8.03 0 000 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.7 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 123-20.1 178.6zm65.4-133.3c31.3-31.3 82-31.3 113.2 0 31.3 31.3 31.3 82 0 113.2-31.3 31.3-82 31.3-113.2 0s-31.3-81.9 0-113.2z" } }] }, "name": "security-scan", "theme": "outlined" };
13351 exports.default = SecurityScanOutlined;
13352 });
13353
13354 var SecurityScanOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SecurityScanOutlined_1);
13355
13356 var SecurityScanOutlined = function SecurityScanOutlined(props, ref) {
13357 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13358 ref: ref,
13359 icon: SecurityScanOutlinedSvg
13360 }));
13361 };
13362
13363 SecurityScanOutlined.displayName = 'SecurityScanOutlined';
13364 var SecurityScanOutlined$1 = /*#__PURE__*/React.forwardRef(SecurityScanOutlined);
13365
13366 var SecurityScanTwoTone_1 = createCommonjsModule(function (module, exports) {
13367 // This icon file is generated automatically.
13368 Object.defineProperty(exports, "__esModule", { value: true });
13369 var SecurityScanTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M460.7 451.1a80.1 80.1 0 10160.2 0 80.1 80.1 0 10-160.2 0z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M214 226.7v427.6l298 232.2 298-232.2V226.7L512 125.1 214 226.7zm428.7 122.5c56.3 56.3 56.3 147.5 0 203.8-48.5 48.5-123 55.2-178.6 20.1l-77.5 77.5a8.03 8.03 0 01-11.3 0l-34-34a8.03 8.03 0 010-11.3l77.5-77.5c-35.1-55.7-28.4-130.1 20.1-178.6 56.3-56.3 147.5-56.3 203.8 0z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M418.8 527.8l-77.5 77.5a8.03 8.03 0 000 11.3l34 34c3.1 3.1 8.2 3.1 11.3 0l77.5-77.5c55.6 35.1 130.1 28.4 178.6-20.1 56.3-56.3 56.3-147.5 0-203.8-56.3-56.3-147.5-56.3-203.8 0-48.5 48.5-55.2 122.9-20.1 178.6zm65.4-133.3a80.1 80.1 0 01113.3 0 80.1 80.1 0 010 113.3c-31.3 31.3-82 31.3-113.3 0s-31.3-82 0-113.3z", "fill": primaryColor } }] }; }, "name": "security-scan", "theme": "twotone" };
13370 exports.default = SecurityScanTwoTone;
13371 });
13372
13373 var SecurityScanTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(SecurityScanTwoTone_1);
13374
13375 var SecurityScanTwoTone = function SecurityScanTwoTone(props, ref) {
13376 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13377 ref: ref,
13378 icon: SecurityScanTwoToneSvg
13379 }));
13380 };
13381
13382 SecurityScanTwoTone.displayName = 'SecurityScanTwoTone';
13383 var SecurityScanTwoTone$1 = /*#__PURE__*/React.forwardRef(SecurityScanTwoTone);
13384
13385 var SelectOutlined_1 = createCommonjsModule(function (module, exports) {
13386 // This icon file is generated automatically.
13387 Object.defineProperty(exports, "__esModule", { value: true });
13388 var SelectOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h360c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H184V184h656v320c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM653.3 599.4l52.2-52.2a8.01 8.01 0 00-4.7-13.6l-179.4-21c-5.1-.6-9.5 3.7-8.9 8.9l21 179.4c.8 6.6 8.9 9.4 13.6 4.7l52.4-52.4 256.2 256.2c3.1 3.1 8.2 3.1 11.3 0l42.4-42.4c3.1-3.1 3.1-8.2 0-11.3L653.3 599.4z" } }] }, "name": "select", "theme": "outlined" };
13389 exports.default = SelectOutlined;
13390 });
13391
13392 var SelectOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SelectOutlined_1);
13393
13394 var SelectOutlined = function SelectOutlined(props, ref) {
13395 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13396 ref: ref,
13397 icon: SelectOutlinedSvg
13398 }));
13399 };
13400
13401 SelectOutlined.displayName = 'SelectOutlined';
13402 var SelectOutlined$1 = /*#__PURE__*/React.forwardRef(SelectOutlined);
13403
13404 var SendOutlined_1 = createCommonjsModule(function (module, exports) {
13405 // This icon file is generated automatically.
13406 Object.defineProperty(exports, "__esModule", { value: true });
13407 var SendOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M931.4 498.9L94.9 79.5c-3.4-1.7-7.3-2.1-11-1.2a15.99 15.99 0 00-11.7 19.3l86.2 352.2c1.3 5.3 5.2 9.6 10.4 11.3l147.7 50.7-147.6 50.7c-5.2 1.8-9.1 6-10.3 11.3L72.2 926.5c-.9 3.7-.5 7.6 1.2 10.9 3.9 7.9 13.5 11.1 21.5 7.2l836.5-417c3.1-1.5 5.6-4.1 7.2-7.1 3.9-8 .7-17.6-7.2-21.6zM170.8 826.3l50.3-205.6 295.2-101.3c2.3-.8 4.2-2.6 5-5 1.4-4.2-.8-8.7-5-10.2L221.1 403 171 198.2l628 314.9-628.2 313.2z" } }] }, "name": "send", "theme": "outlined" };
13408 exports.default = SendOutlined;
13409 });
13410
13411 var SendOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SendOutlined_1);
13412
13413 var SendOutlined = function SendOutlined(props, ref) {
13414 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13415 ref: ref,
13416 icon: SendOutlinedSvg
13417 }));
13418 };
13419
13420 SendOutlined.displayName = 'SendOutlined';
13421 var SendOutlined$1 = /*#__PURE__*/React.forwardRef(SendOutlined);
13422
13423 var SettingFilled_1 = createCommonjsModule(function (module, exports) {
13424 // This icon file is generated automatically.
13425 Object.defineProperty(exports, "__esModule", { value: true });
13426 var SettingFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512.5 390.6c-29.9 0-57.9 11.6-79.1 32.8-21.1 21.2-32.8 49.2-32.8 79.1 0 29.9 11.7 57.9 32.8 79.1 21.2 21.1 49.2 32.8 79.1 32.8 29.9 0 57.9-11.7 79.1-32.8 21.1-21.2 32.8-49.2 32.8-79.1 0-29.9-11.7-57.9-32.8-79.1a110.96 110.96 0 00-79.1-32.8zm412.3 235.5l-65.4-55.9c3.1-19 4.7-38.4 4.7-57.7s-1.6-38.8-4.7-57.7l65.4-55.9a32.03 32.03 0 009.3-35.2l-.9-2.6a442.5 442.5 0 00-79.6-137.7l-1.8-2.1a32.12 32.12 0 00-35.1-9.5l-81.2 28.9c-30-24.6-63.4-44-99.6-57.5l-15.7-84.9a32.05 32.05 0 00-25.8-25.7l-2.7-.5c-52-9.4-106.8-9.4-158.8 0l-2.7.5a32.05 32.05 0 00-25.8 25.7l-15.8 85.3a353.44 353.44 0 00-98.9 57.3l-81.8-29.1a32 32 0 00-35.1 9.5l-1.8 2.1a445.93 445.93 0 00-79.6 137.7l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.2 56.5c-3.1 18.8-4.6 38-4.6 57 0 19.2 1.5 38.4 4.6 57l-66 56.5a32.03 32.03 0 00-9.3 35.2l.9 2.6c18.1 50.3 44.8 96.8 79.6 137.7l1.8 2.1a32.12 32.12 0 0035.1 9.5l81.8-29.1c29.8 24.5 63 43.9 98.9 57.3l15.8 85.3a32.05 32.05 0 0025.8 25.7l2.7.5a448.27 448.27 0 00158.8 0l2.7-.5a32.05 32.05 0 0025.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0035.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c4.3-12.4.6-26.3-9.5-35zm-412.3 52.2c-97.1 0-175.8-78.7-175.8-175.8s78.7-175.8 175.8-175.8 175.8 78.7 175.8 175.8-78.7 175.8-175.8 175.8z" } }] }, "name": "setting", "theme": "filled" };
13427 exports.default = SettingFilled;
13428 });
13429
13430 var SettingFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SettingFilled_1);
13431
13432 var SettingFilled = function SettingFilled(props, ref) {
13433 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13434 ref: ref,
13435 icon: SettingFilledSvg
13436 }));
13437 };
13438
13439 SettingFilled.displayName = 'SettingFilled';
13440 var SettingFilled$1 = /*#__PURE__*/React.forwardRef(SettingFilled);
13441
13442 var SettingOutlined_1 = createCommonjsModule(function (module, exports) {
13443 // This icon file is generated automatically.
13444 Object.defineProperty(exports, "__esModule", { value: true });
13445 var SettingOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M924.8 625.7l-65.5-56c3.1-19 4.7-38.4 4.7-57.8s-1.6-38.8-4.7-57.8l65.5-56a32.03 32.03 0 009.3-35.2l-.9-2.6a443.74 443.74 0 00-79.7-137.9l-1.8-2.1a32.12 32.12 0 00-35.1-9.5l-81.3 28.9c-30-24.6-63.5-44-99.7-57.6l-15.7-85a32.05 32.05 0 00-25.8-25.7l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 00-25.8 25.7l-15.8 85.4a351.86 351.86 0 00-99 57.4l-81.9-29.1a32 32 0 00-35.1 9.5l-1.8 2.1a446.02 446.02 0 00-79.7 137.9l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.3 56.6c-3.1 18.8-4.6 38-4.6 57.1 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 00-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1a32.12 32.12 0 0035.1 9.5l81.9-29.1c29.8 24.5 63.1 43.9 99 57.4l15.8 85.4a32.05 32.05 0 0025.8 25.7l2.7.5a449.4 449.4 0 00159 0l2.7-.5a32.05 32.05 0 0025.8-25.7l15.7-85a350 350 0 0099.7-57.6l81.3 28.9a32 32 0 0035.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c4.5-12.3.8-26.3-9.3-35zM788.3 465.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 01-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97a377.5 377.5 0 01-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9zM512 326c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm79.2 255.2A111.6 111.6 0 01512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 01400 502c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 01624 502c0 29.9-11.7 58-32.8 79.2z" } }] }, "name": "setting", "theme": "outlined" };
13446 exports.default = SettingOutlined;
13447 });
13448
13449 var SettingOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SettingOutlined_1);
13450
13451 var SettingOutlined = function SettingOutlined(props, ref) {
13452 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13453 ref: ref,
13454 icon: SettingOutlinedSvg
13455 }));
13456 };
13457
13458 SettingOutlined.displayName = 'SettingOutlined';
13459 var SettingOutlined$1 = /*#__PURE__*/React.forwardRef(SettingOutlined);
13460
13461 var SettingTwoTone_1 = createCommonjsModule(function (module, exports) {
13462 // This icon file is generated automatically.
13463 Object.defineProperty(exports, "__esModule", { value: true });
13464 var SettingTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M859.3 569.7l.2.1c3.1-18.9 4.6-38.2 4.6-57.3 0-17.1-1.3-34.3-3.7-51.1 2.4 16.7 3.6 33.6 3.6 50.5 0 19.4-1.6 38.8-4.7 57.8zM99 398.1c-.5-.4-.9-.8-1.4-1.3.7.7 1.4 1.4 2.2 2.1l65.5 55.9v-.1L99 398.1zm536.6-216h.1l-15.5-83.8c-.2-1-.4-1.9-.7-2.8.1.5.3 1.1.4 1.6l15.7 85zm54 546.5l31.4-25.8 92.8 32.9c17-22.9 31.3-47.5 42.6-73.6l-74.7-63.9 6.6-40.1c2.5-15.1 3.8-30.6 3.8-46.1s-1.3-31-3.8-46.1l-6.5-39.9 74.7-63.9c-11.4-26-25.6-50.7-42.6-73.6l-92.8 32.9-31.4-25.8c-23.9-19.6-50.6-35-79.3-45.8l-38.1-14.3-17.9-97a377.5 377.5 0 00-85 0l-17.9 97.2-37.9 14.3c-28.5 10.8-55 26.2-78.7 45.7l-31.4 25.9-93.4-33.2c-17 22.9-31.3 47.5-42.6 73.6l75.5 64.5-6.5 40c-2.5 14.9-3.7 30.2-3.7 45.5 0 15.2 1.3 30.6 3.7 45.5l6.5 40-75.5 64.5c11.4 26 25.6 50.7 42.6 73.6l93.4-33.2 31.4 25.9c23.7 19.5 50.2 34.9 78.7 45.7l37.8 14.5 17.9 97.2c28.2 3.2 56.9 3.2 85 0l17.9-97 38.1-14.3c28.8-10.8 55.4-26.2 79.3-45.8zm-177.1-50.3c-30.5 0-59.2-7.8-84.3-21.5C373.3 627 336 568.9 336 502c0-97.2 78.8-176 176-176 66.9 0 125 37.3 154.8 92.2 13.7 25 21.5 53.7 21.5 84.3 0 97.1-78.7 175.8-175.8 175.8zM207.2 812.8c-5.5 1.9-11.2 2.3-16.6 1.2 5.7 1.2 11.7 1 17.5-1l81.4-29c-.1-.1-.3-.2-.4-.3l-81.9 29.1zm717.6-414.7l-65.5 56c0 .2.1.5.1.7l65.4-55.9c7.1-6.1 11.1-14.9 11.2-24-.3 8.8-4.3 17.3-11.2 23.2z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M935.8 646.6c.5 4.7 0 9.5-1.7 14.1l-.9 2.6a446.02 446.02 0 01-79.7 137.9l-1.8 2.1a32 32 0 01-35.1 9.5l-81.3-28.9a350 350 0 01-99.7 57.6l-15.7 85a32.05 32.05 0 01-25.8 25.7l-2.7.5a445.2 445.2 0 01-79.2 7.1h.3c26.7 0 53.4-2.4 79.4-7.1l2.7-.5a32.05 32.05 0 0025.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0035.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c1.6-4.7 2.1-9.7 1.5-14.5z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M688 502c0-30.3-7.7-58.9-21.2-83.8C637 363.3 578.9 326 512 326c-97.2 0-176 78.8-176 176 0 66.9 37.3 125 92.2 154.8 24.9 13.5 53.4 21.2 83.8 21.2 97.2 0 176-78.8 176-176zm-288 0c0-29.9 11.7-58 32.8-79.2C454 401.6 482.1 390 512 390c29.9 0 58 11.6 79.2 32.8A111.6 111.6 0 01624 502c0 29.9-11.7 58-32.8 79.2A111.6 111.6 0 01512 614c-29.9 0-58-11.7-79.2-32.8A111.6 111.6 0 01400 502z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M594.1 952.2a32.05 32.05 0 0025.8-25.7l15.7-85a350 350 0 0099.7-57.6l81.3 28.9a32 32 0 0035.1-9.5l1.8-2.1c34.8-41.1 61.6-87.5 79.7-137.9l.9-2.6c1.7-4.6 2.2-9.4 1.7-14.1-.9-7.9-4.7-15.4-11-20.9l-65.3-55.9-.2-.1c3.1-19 4.7-38.4 4.7-57.8 0-16.9-1.2-33.9-3.6-50.5-.3-2.2-.7-4.4-1-6.6 0-.2-.1-.5-.1-.7l65.5-56c6.9-5.9 10.9-14.4 11.2-23.2.1-4-.5-8.1-1.9-12l-.9-2.6a443.74 443.74 0 00-79.7-137.9l-1.8-2.1a32.12 32.12 0 00-35.1-9.5l-81.3 28.9c-30-24.6-63.4-44-99.6-57.6h-.1l-15.7-85c-.1-.5-.2-1.1-.4-1.6a32.08 32.08 0 00-25.4-24.1l-2.7-.5c-52.1-9.4-106.9-9.4-159 0l-2.7.5a32.05 32.05 0 00-25.8 25.7l-15.8 85.4a351.86 351.86 0 00-99 57.4l-81.9-29.1a32 32 0 00-35.1 9.5l-1.8 2.1a446.02 446.02 0 00-79.7 137.9l-.9 2.6a32.09 32.09 0 007.9 33.9c.5.4.9.9 1.4 1.3l66.3 56.6v.1c-3.1 18.8-4.6 37.9-4.6 57 0 19.2 1.5 38.4 4.6 57.1L99 625.5a32.03 32.03 0 00-9.3 35.2l.9 2.6c18.1 50.4 44.9 96.9 79.7 137.9l1.8 2.1c4.9 5.7 11.4 9.4 18.5 10.7 5.4 1 11.1.7 16.6-1.2l81.9-29.1c.1.1.3.2.4.3 29.7 24.3 62.8 43.6 98.6 57.1l15.8 85.4a32.05 32.05 0 0025.8 25.7l2.7.5c26.1 4.7 52.8 7.1 79.5 7.1h.3c26.6 0 53.3-2.4 79.2-7.1l2.7-.5zm-39.8-66.5a377.5 377.5 0 01-85 0l-17.9-97.2-37.8-14.5c-28.5-10.8-55-26.2-78.7-45.7l-31.4-25.9-93.4 33.2c-17-22.9-31.2-47.6-42.6-73.6l75.5-64.5-6.5-40c-2.4-14.9-3.7-30.3-3.7-45.5 0-15.3 1.2-30.6 3.7-45.5l6.5-40-75.5-64.5c11.3-26.1 25.6-50.7 42.6-73.6l93.4 33.2 31.4-25.9c23.7-19.5 50.2-34.9 78.7-45.7l37.9-14.3 17.9-97.2c28.1-3.2 56.8-3.2 85 0l17.9 97 38.1 14.3c28.7 10.8 55.4 26.2 79.3 45.8l31.4 25.8 92.8-32.9c17 22.9 31.2 47.6 42.6 73.6L781.8 426l6.5 39.9c2.5 15.1 3.8 30.6 3.8 46.1s-1.3 31-3.8 46.1l-6.6 40.1 74.7 63.9a370.03 370.03 0 01-42.6 73.6L721 702.8l-31.4 25.8c-23.9 19.6-50.5 35-79.3 45.8l-38.1 14.3-17.9 97z", "fill": primaryColor } }] }; }, "name": "setting", "theme": "twotone" };
13465 exports.default = SettingTwoTone;
13466 });
13467
13468 var SettingTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(SettingTwoTone_1);
13469
13470 var SettingTwoTone = function SettingTwoTone(props, ref) {
13471 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13472 ref: ref,
13473 icon: SettingTwoToneSvg
13474 }));
13475 };
13476
13477 SettingTwoTone.displayName = 'SettingTwoTone';
13478 var SettingTwoTone$1 = /*#__PURE__*/React.forwardRef(SettingTwoTone);
13479
13480 var ShakeOutlined_1 = createCommonjsModule(function (module, exports) {
13481 // This icon file is generated automatically.
13482 Object.defineProperty(exports, "__esModule", { value: true });
13483 var ShakeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M324 666a48 48 0 1096 0 48 48 0 10-96 0zm616.7-309.6L667.6 83.2C655.2 70.9 638.7 64 621.1 64s-34.1 6.8-46.5 19.2L83.3 574.5a65.85 65.85 0 000 93.1l273.2 273.2c12.3 12.3 28.9 19.2 46.5 19.2s34.1-6.8 46.5-19.2l491.3-491.3c25.6-25.7 25.6-67.5-.1-93.1zM403 880.1L143.9 621l477.2-477.2 259 259.2L403 880.1zM152.8 373.7a7.9 7.9 0 0011.2 0L373.7 164a7.9 7.9 0 000-11.2l-38.4-38.4a7.9 7.9 0 00-11.2 0L114.3 323.9a7.9 7.9 0 000 11.2l38.5 38.6zm718.6 276.6a7.9 7.9 0 00-11.2 0L650.3 860.1a7.9 7.9 0 000 11.2l38.4 38.4a7.9 7.9 0 0011.2 0L909.7 700a7.9 7.9 0 000-11.2l-38.3-38.5z" } }] }, "name": "shake", "theme": "outlined" };
13484 exports.default = ShakeOutlined;
13485 });
13486
13487 var ShakeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ShakeOutlined_1);
13488
13489 var ShakeOutlined = function ShakeOutlined(props, ref) {
13490 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13491 ref: ref,
13492 icon: ShakeOutlinedSvg
13493 }));
13494 };
13495
13496 ShakeOutlined.displayName = 'ShakeOutlined';
13497 var ShakeOutlined$1 = /*#__PURE__*/React.forwardRef(ShakeOutlined);
13498
13499 var ShareAltOutlined_1 = createCommonjsModule(function (module, exports) {
13500 // This icon file is generated automatically.
13501 Object.defineProperty(exports, "__esModule", { value: true });
13502 var ShareAltOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M752 664c-28.5 0-54.8 10-75.4 26.7L469.4 540.8a160.68 160.68 0 000-57.6l207.2-149.9C697.2 350 723.5 360 752 360c66.2 0 120-53.8 120-120s-53.8-120-120-120-120 53.8-120 120c0 11.6 1.6 22.7 4.7 33.3L439.9 415.8C410.7 377.1 364.3 352 312 352c-88.4 0-160 71.6-160 160s71.6 160 160 160c52.3 0 98.7-25.1 127.9-63.8l196.8 142.5c-3.1 10.6-4.7 21.8-4.7 33.3 0 66.2 53.8 120 120 120s120-53.8 120-120-53.8-120-120-120zm0-476c28.7 0 52 23.3 52 52s-23.3 52-52 52-52-23.3-52-52 23.3-52 52-52zM312 600c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88zm440 236c-28.7 0-52-23.3-52-52s23.3-52 52-52 52 23.3 52 52-23.3 52-52 52z" } }] }, "name": "share-alt", "theme": "outlined" };
13503 exports.default = ShareAltOutlined;
13504 });
13505
13506 var ShareAltOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ShareAltOutlined_1);
13507
13508 var ShareAltOutlined = function ShareAltOutlined(props, ref) {
13509 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13510 ref: ref,
13511 icon: ShareAltOutlinedSvg
13512 }));
13513 };
13514
13515 ShareAltOutlined.displayName = 'ShareAltOutlined';
13516 var ShareAltOutlined$1 = /*#__PURE__*/React.forwardRef(ShareAltOutlined);
13517
13518 var ShopFilled_1 = createCommonjsModule(function (module, exports) {
13519 // This icon file is generated automatically.
13520 Object.defineProperty(exports, "__esModule", { value: true });
13521 var ShopFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0014.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h274V736h128v176h274c17.7 0 32-14.3 32-32V535a175 175 0 0015.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zm-72 568H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0038.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0038.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm0-568.1H214v-88h596v88z" } }] }, "name": "shop", "theme": "filled" };
13522 exports.default = ShopFilled;
13523 });
13524
13525 var ShopFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ShopFilled_1);
13526
13527 var ShopFilled = function ShopFilled(props, ref) {
13528 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13529 ref: ref,
13530 icon: ShopFilledSvg
13531 }));
13532 };
13533
13534 ShopFilled.displayName = 'ShopFilled';
13535 var ShopFilled$1 = /*#__PURE__*/React.forwardRef(ShopFilled);
13536
13537 var ShopOutlined_1 = createCommonjsModule(function (module, exports) {
13538 // This icon file is generated automatically.
13539 Object.defineProperty(exports, "__esModule", { value: true });
13540 var ShopOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0014.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0015.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0038.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0038.7 22.1c22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 3-1.3 6-2.6 9-4v242.2zm30-404.4c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 01512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 01-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z" } }] }, "name": "shop", "theme": "outlined" };
13541 exports.default = ShopOutlined;
13542 });
13543
13544 var ShopOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ShopOutlined_1);
13545
13546 var ShopOutlined = function ShopOutlined(props, ref) {
13547 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13548 ref: ref,
13549 icon: ShopOutlinedSvg
13550 }));
13551 };
13552
13553 ShopOutlined.displayName = 'ShopOutlined';
13554 var ShopOutlined$1 = /*#__PURE__*/React.forwardRef(ShopOutlined);
13555
13556 var ShopTwoTone_1 = createCommonjsModule(function (module, exports) {
13557 // This icon file is generated automatically.
13558 Object.defineProperty(exports, "__esModule", { value: true });
13559 var ShopTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M839.5 344h-655c-.3 0-.5.2-.5.5v91.2c0 59.8 49 108.3 109.3 108.3 40.7 0 76.2-22 95.1-54.7 2.9-5.1 8.4-8.3 14.3-8.3s11.3 3.2 14.3 8.3c18.8 32.7 54.3 54.7 95 54.7 40.8 0 76.4-22.1 95.1-54.9 2.9-5 8.2-8.1 13.9-8.1h.6c5.8 0 11 3.1 13.9 8.1 18.8 32.8 54.4 54.9 95.2 54.9C791 544 840 495.5 840 435.7v-91.2c0-.3-.2-.5-.5-.5z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M882 272.1V144c0-17.7-14.3-32-32-32H174c-17.7 0-32 14.3-32 32v128.1c-16.7 1-30 14.9-30 31.9v131.7a177 177 0 0014.4 70.4c4.3 10.2 9.6 19.8 15.6 28.9v345c0 17.6 14.3 32 32 32h676c17.7 0 32-14.3 32-32V535a175 175 0 0015.6-28.9c9.5-22.3 14.4-46 14.4-70.4V304c0-17-13.3-30.9-30-31.9zM214 184h596v88H214v-88zm362 656.1H448V736h128v104.1zm234.4 0H640V704c0-17.7-14.3-32-32-32H416c-17.7 0-32 14.3-32 32v136.1H214V597.9c2.9 1.4 5.9 2.8 9 4 22.3 9.4 46 14.1 70.4 14.1 24.4 0 48-4.7 70.4-14.1 13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0038.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c13.8-5.8 26.8-13.2 38.7-22.1.2-.1.4-.1.6 0a180.4 180.4 0 0038.7 22.1c22.3 9.4 46 14.1 70.4 14.1s48-4.7 70.4-14.1c3-1.3 6-2.6 9-4v242.2zM840 435.7c0 59.8-49 108.3-109.3 108.3-40.8 0-76.4-22.1-95.2-54.9-2.9-5-8.1-8.1-13.9-8.1h-.6c-5.7 0-11 3.1-13.9 8.1A109.24 109.24 0 01512 544c-40.7 0-76.2-22-95-54.7-3-5.1-8.4-8.3-14.3-8.3s-11.4 3.2-14.3 8.3a109.63 109.63 0 01-95.1 54.7C233 544 184 495.5 184 435.7v-91.2c0-.3.2-.5.5-.5h655c.3 0 .5.2.5.5v91.2z", "fill": primaryColor } }] }; }, "name": "shop", "theme": "twotone" };
13560 exports.default = ShopTwoTone;
13561 });
13562
13563 var ShopTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ShopTwoTone_1);
13564
13565 var ShopTwoTone = function ShopTwoTone(props, ref) {
13566 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13567 ref: ref,
13568 icon: ShopTwoToneSvg
13569 }));
13570 };
13571
13572 ShopTwoTone.displayName = 'ShopTwoTone';
13573 var ShopTwoTone$1 = /*#__PURE__*/React.forwardRef(ShopTwoTone);
13574
13575 var ShoppingCartOutlined_1 = createCommonjsModule(function (module, exports) {
13576 // This icon file is generated automatically.
13577 Object.defineProperty(exports, "__esModule", { value: true });
13578 var ShoppingCartOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M922.9 701.9H327.4l29.9-60.9 496.8-.9c16.8 0 31.2-12 34.2-28.6l68.8-385.1c1.8-10.1-.9-20.5-7.5-28.4a34.99 34.99 0 00-26.6-12.5l-632-2.1-5.4-25.4c-3.4-16.2-18-28-34.6-28H96.5a35.3 35.3 0 100 70.6h125.9L246 312.8l58.1 281.3-74.8 122.1a34.96 34.96 0 00-3 36.8c6 11.9 18.1 19.4 31.5 19.4h62.8a102.43 102.43 0 00-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7h161.1a102.43 102.43 0 00-20.6 61.7c0 56.6 46 102.6 102.6 102.6s102.6-46 102.6-102.6c0-22.3-7.4-44-20.6-61.7H923c19.4 0 35.3-15.8 35.3-35.3a35.42 35.42 0 00-35.4-35.2zM305.7 253l575.8 1.9-56.4 315.8-452.3.8L305.7 253zm96.9 612.7c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 01-31.6 31.6zm325.1 0c-17.4 0-31.6-14.2-31.6-31.6 0-17.4 14.2-31.6 31.6-31.6s31.6 14.2 31.6 31.6a31.6 31.6 0 01-31.6 31.6z" } }] }, "name": "shopping-cart", "theme": "outlined" };
13579 exports.default = ShoppingCartOutlined;
13580 });
13581
13582 var ShoppingCartOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ShoppingCartOutlined_1);
13583
13584 var ShoppingCartOutlined = function ShoppingCartOutlined(props, ref) {
13585 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13586 ref: ref,
13587 icon: ShoppingCartOutlinedSvg
13588 }));
13589 };
13590
13591 ShoppingCartOutlined.displayName = 'ShoppingCartOutlined';
13592 var ShoppingCartOutlined$1 = /*#__PURE__*/React.forwardRef(ShoppingCartOutlined);
13593
13594 var ShoppingFilled_1 = createCommonjsModule(function (module, exports) {
13595 // This icon file is generated automatically.
13596 Object.defineProperty(exports, "__esModule", { value: true });
13597 var ShoppingFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-208 0H400v-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16z" } }] }, "name": "shopping", "theme": "filled" };
13598 exports.default = ShoppingFilled;
13599 });
13600
13601 var ShoppingFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ShoppingFilled_1);
13602
13603 var ShoppingFilled = function ShoppingFilled(props, ref) {
13604 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13605 ref: ref,
13606 icon: ShoppingFilledSvg
13607 }));
13608 };
13609
13610 ShoppingFilled.displayName = 'ShoppingFilled';
13611 var ShoppingFilled$1 = /*#__PURE__*/React.forwardRef(ShoppingFilled);
13612
13613 var ShoppingOutlined_1 = createCommonjsModule(function (module, exports) {
13614 // This icon file is generated automatically.
13615 Object.defineProperty(exports, "__esModule", { value: true });
13616 var ShoppingOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z" } }] }, "name": "shopping", "theme": "outlined" };
13617 exports.default = ShoppingOutlined;
13618 });
13619
13620 var ShoppingOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ShoppingOutlined_1);
13621
13622 var ShoppingOutlined = function ShoppingOutlined(props, ref) {
13623 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13624 ref: ref,
13625 icon: ShoppingOutlinedSvg
13626 }));
13627 };
13628
13629 ShoppingOutlined.displayName = 'ShoppingOutlined';
13630 var ShoppingOutlined$1 = /*#__PURE__*/React.forwardRef(ShoppingOutlined);
13631
13632 var ShoppingTwoTone_1 = createCommonjsModule(function (module, exports) {
13633 // This icon file is generated automatically.
13634 Object.defineProperty(exports, "__esModule", { value: true });
13635 var ShoppingTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M696 472c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88H400v88c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-88h-96v456h560V384h-96v88z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M832 312H696v-16c0-101.6-82.4-184-184-184s-184 82.4-184 184v16H192c-17.7 0-32 14.3-32 32v536c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V344c0-17.7-14.3-32-32-32zm-432-16c0-61.9 50.1-112 112-112s112 50.1 112 112v16H400v-16zm392 544H232V384h96v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h224v88c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-88h96v456z", "fill": primaryColor } }] }; }, "name": "shopping", "theme": "twotone" };
13636 exports.default = ShoppingTwoTone;
13637 });
13638
13639 var ShoppingTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ShoppingTwoTone_1);
13640
13641 var ShoppingTwoTone = function ShoppingTwoTone(props, ref) {
13642 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13643 ref: ref,
13644 icon: ShoppingTwoToneSvg
13645 }));
13646 };
13647
13648 ShoppingTwoTone.displayName = 'ShoppingTwoTone';
13649 var ShoppingTwoTone$1 = /*#__PURE__*/React.forwardRef(ShoppingTwoTone);
13650
13651 var ShrinkOutlined_1 = createCommonjsModule(function (module, exports) {
13652 // This icon file is generated automatically.
13653 Object.defineProperty(exports, "__esModule", { value: true });
13654 var ShrinkOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M881.7 187.4l-45.1-45.1a8.03 8.03 0 00-11.3 0L667.8 299.9l-54.7-54.7a7.94 7.94 0 00-13.5 4.7L576.1 439c-.6 5.2 3.7 9.5 8.9 8.9l189.2-23.5c6.6-.8 9.3-8.8 4.7-13.5l-54.7-54.7 157.6-157.6c3-3 3-8.1-.1-11.2zM439 576.1l-189.2 23.5c-6.6.8-9.3 8.9-4.7 13.5l54.7 54.7-157.5 157.5a8.03 8.03 0 000 11.3l45.1 45.1c3.1 3.1 8.2 3.1 11.3 0l157.6-157.6 54.7 54.7a7.94 7.94 0 0013.5-4.7L447.9 585a7.9 7.9 0 00-8.9-8.9z" } }] }, "name": "shrink", "theme": "outlined" };
13655 exports.default = ShrinkOutlined;
13656 });
13657
13658 var ShrinkOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ShrinkOutlined_1);
13659
13660 var ShrinkOutlined = function ShrinkOutlined(props, ref) {
13661 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13662 ref: ref,
13663 icon: ShrinkOutlinedSvg
13664 }));
13665 };
13666
13667 ShrinkOutlined.displayName = 'ShrinkOutlined';
13668 var ShrinkOutlined$1 = /*#__PURE__*/React.forwardRef(ShrinkOutlined);
13669
13670 var SignalFilled_1 = createCommonjsModule(function (module, exports) {
13671 // This icon file is generated automatically.
13672 Object.defineProperty(exports, "__esModule", { value: true });
13673 var SignalFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M584 352H440c-17.7 0-32 14.3-32 32v544c0 17.7 14.3 32 32 32h144c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32zM892 64H748c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h144c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM276 640H132c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h144c17.7 0 32-14.3 32-32V672c0-17.7-14.3-32-32-32z" } }] }, "name": "signal", "theme": "filled" };
13674 exports.default = SignalFilled;
13675 });
13676
13677 var SignalFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SignalFilled_1);
13678
13679 var SignalFilled = function SignalFilled(props, ref) {
13680 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13681 ref: ref,
13682 icon: SignalFilledSvg
13683 }));
13684 };
13685
13686 SignalFilled.displayName = 'SignalFilled';
13687 var SignalFilled$1 = /*#__PURE__*/React.forwardRef(SignalFilled);
13688
13689 var SisternodeOutlined_1 = createCommonjsModule(function (module, exports) {
13690 // This icon file is generated automatically.
13691 Object.defineProperty(exports, "__esModule", { value: true });
13692 var SisternodeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M672 432c-120.3 0-219.9 88.5-237.3 204H320c-15.5 0-28-12.5-28-28V244h291c14.2 35.2 48.7 60 89 60 53 0 96-43 96-96s-43-96-96-96c-40.3 0-74.8 24.8-89 60H112v72h108v364c0 55.2 44.8 100 100 100h114.7c17.4 115.5 117 204 237.3 204 132.5 0 240-107.5 240-240S804.5 432 672 432zm128 266c0 4.4-3.6 8-8 8h-86v86c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-86h-86c-4.4 0-8-3.6-8-8v-52c0-4.4 3.6-8 8-8h86v-86c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8v86h86c4.4 0 8 3.6 8 8v52z" } }] }, "name": "sisternode", "theme": "outlined" };
13693 exports.default = SisternodeOutlined;
13694 });
13695
13696 var SisternodeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SisternodeOutlined_1);
13697
13698 var SisternodeOutlined = function SisternodeOutlined(props, ref) {
13699 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13700 ref: ref,
13701 icon: SisternodeOutlinedSvg
13702 }));
13703 };
13704
13705 SisternodeOutlined.displayName = 'SisternodeOutlined';
13706 var SisternodeOutlined$1 = /*#__PURE__*/React.forwardRef(SisternodeOutlined);
13707
13708 var SketchCircleFilled_1 = createCommonjsModule(function (module, exports) {
13709 // This icon file is generated automatically.
13710 Object.defineProperty(exports, "__esModule", { value: true });
13711 var SketchCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M582.3 625.6l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zm-274.7 36L512 684.5l114.4-225.2zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm286.7 380.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 01-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 010 6.6zm-190.5-20.9L512 326.1l-96.2 97.2zM420.3 301.1l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8zm-222.4 7.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3z" } }] }, "name": "sketch-circle", "theme": "filled" };
13712 exports.default = SketchCircleFilled;
13713 });
13714
13715 var SketchCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SketchCircleFilled_1);
13716
13717 var SketchCircleFilled = function SketchCircleFilled(props, ref) {
13718 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13719 ref: ref,
13720 icon: SketchCircleFilledSvg
13721 }));
13722 };
13723
13724 SketchCircleFilled.displayName = 'SketchCircleFilled';
13725 var SketchCircleFilled$1 = /*#__PURE__*/React.forwardRef(SketchCircleFilled);
13726
13727 var SketchOutlined_1 = createCommonjsModule(function (module, exports) {
13728 // This icon file is generated automatically.
13729 Object.defineProperty(exports, "__esModule", { value: true });
13730 var SketchOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M925.6 405.1l-203-253.7a6.5 6.5 0 00-5-2.4H306.4c-1.9 0-3.8.9-5 2.4l-203 253.7a6.5 6.5 0 00.2 8.3l408.6 459.5c1.2 1.4 3 2.1 4.8 2.1 1.8 0 3.5-.8 4.8-2.1l408.6-459.5a6.5 6.5 0 00.2-8.3zM645.2 206.4l34.4 133.9-132.5-133.9h98.1zm8.2 178.5H370.6L512 242l141.4 142.9zM378.8 206.4h98.1L344.3 340.3l34.5-133.9zm-53.4 7l-44.1 171.5h-93.1l137.2-171.5zM194.6 434.9H289l125.8 247.7-220.2-247.7zM512 763.4L345.1 434.9h333.7L512 763.4zm97.1-80.8L735 434.9h94.4L609.1 682.6zm133.6-297.7l-44.1-171.5 137.2 171.5h-93.1z" } }] }, "name": "sketch", "theme": "outlined" };
13731 exports.default = SketchOutlined;
13732 });
13733
13734 var SketchOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SketchOutlined_1);
13735
13736 var SketchOutlined = function SketchOutlined(props, ref) {
13737 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13738 ref: ref,
13739 icon: SketchOutlinedSvg
13740 }));
13741 };
13742
13743 SketchOutlined.displayName = 'SketchOutlined';
13744 var SketchOutlined$1 = /*#__PURE__*/React.forwardRef(SketchOutlined);
13745
13746 var SketchSquareFilled_1 = createCommonjsModule(function (module, exports) {
13747 // This icon file is generated automatically.
13748 Object.defineProperty(exports, "__esModule", { value: true });
13749 var SketchSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M608.2 423.3L512 326.1l-96.2 97.2zm-25.9 202.3l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-81.3 332.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 01-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 010 6.6zm-401.1 15.1L512 684.5l114.4-225.2zm-16.3-151.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3-84.5-166.3zm126.5-158.2l-23.1 89.8 88.8-89.8zm183.4 0H538l88.8 89.8z" } }] }, "name": "sketch-square", "theme": "filled" };
13750 exports.default = SketchSquareFilled;
13751 });
13752
13753 var SketchSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SketchSquareFilled_1);
13754
13755 var SketchSquareFilled = function SketchSquareFilled(props, ref) {
13756 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13757 ref: ref,
13758 icon: SketchSquareFilledSvg
13759 }));
13760 };
13761
13762 SketchSquareFilled.displayName = 'SketchSquareFilled';
13763 var SketchSquareFilled$1 = /*#__PURE__*/React.forwardRef(SketchSquareFilled);
13764
13765 var SkinFilled_1 = createCommonjsModule(function (module, exports) {
13766 // This icon file is generated automatically.
13767 Object.defineProperty(exports, "__esModule", { value: true });
13768 var SkinFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 00-37-29.3H154a44 44 0 00-44 44v252a44 44 0 0044 44h75v388a44 44 0 0044 44h478a44 44 0 0044-44V466h75a44 44 0 0044-44V170a44 44 0 00-44-44z" } }] }, "name": "skin", "theme": "filled" };
13769 exports.default = SkinFilled;
13770 });
13771
13772 var SkinFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SkinFilled_1);
13773
13774 var SkinFilled = function SkinFilled(props, ref) {
13775 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13776 ref: ref,
13777 icon: SkinFilledSvg
13778 }));
13779 };
13780
13781 SkinFilled.displayName = 'SkinFilled';
13782 var SkinFilled$1 = /*#__PURE__*/React.forwardRef(SkinFilled);
13783
13784 var SkinOutlined_1 = createCommonjsModule(function (module, exports) {
13785 // This icon file is generated automatically.
13786 Object.defineProperty(exports, "__esModule", { value: true });
13787 var SkinOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 00-37-29.3H154a44 44 0 00-44 44v252a44 44 0 0044 44h75v388a44 44 0 0044 44h478a44 44 0 0044-44V466h75a44 44 0 0044-44V170a44 44 0 00-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z" } }] }, "name": "skin", "theme": "outlined" };
13788 exports.default = SkinOutlined;
13789 });
13790
13791 var SkinOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SkinOutlined_1);
13792
13793 var SkinOutlined = function SkinOutlined(props, ref) {
13794 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13795 ref: ref,
13796 icon: SkinOutlinedSvg
13797 }));
13798 };
13799
13800 SkinOutlined.displayName = 'SkinOutlined';
13801 var SkinOutlined$1 = /*#__PURE__*/React.forwardRef(SkinOutlined);
13802
13803 var SkinTwoTone_1 = createCommonjsModule(function (module, exports) {
13804 // This icon file is generated automatically.
13805 Object.defineProperty(exports, "__esModule", { value: true });
13806 var SkinTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 318c-79.2 0-148.5-48.8-176.7-120H182v196h119v432h422V394h119V198H688.7c-28.2 71.2-97.5 120-176.7 120z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 00-37-29.3H154a44 44 0 00-44 44v252a44 44 0 0044 44h75v388a44 44 0 0044 44h478a44 44 0 0044-44V466h75a44 44 0 0044-44V170a44 44 0 00-44-44zm-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842v196z", "fill": primaryColor } }] }; }, "name": "skin", "theme": "twotone" };
13807 exports.default = SkinTwoTone;
13808 });
13809
13810 var SkinTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(SkinTwoTone_1);
13811
13812 var SkinTwoTone = function SkinTwoTone(props, ref) {
13813 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13814 ref: ref,
13815 icon: SkinTwoToneSvg
13816 }));
13817 };
13818
13819 SkinTwoTone.displayName = 'SkinTwoTone';
13820 var SkinTwoTone$1 = /*#__PURE__*/React.forwardRef(SkinTwoTone);
13821
13822 var SkypeFilled_1 = createCommonjsModule(function (module, exports) {
13823 // This icon file is generated automatically.
13824 Object.defineProperty(exports, "__esModule", { value: true });
13825 var SkypeFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 00-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 00335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 00112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-370 162.9c-134.2 0-194.2-66-194.2-115.4 0-25.4 18.7-43.1 44.5-43.1 57.4 0 42.6 82.5 149.7 82.5 54.9 0 85.2-29.8 85.2-60.3 0-18.3-9-38.7-45.2-47.6l-119.4-29.8c-96.1-24.1-113.6-76.1-113.6-124.9 0-101.4 95.5-139.5 185.2-139.5 82.6 0 180 45.7 180 106.5 0 26.1-22.6 41.2-48.4 41.2-49 0-40-67.8-138.7-67.8-49 0-76.1 22.2-76.1 53.9s38.7 41.8 72.3 49.5l88.4 19.6c96.8 21.6 121.3 78.1 121.3 131.3 0 82.3-63.3 143.9-191 143.9z" } }] }, "name": "skype", "theme": "filled" };
13826 exports.default = SkypeFilled;
13827 });
13828
13829 var SkypeFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SkypeFilled_1);
13830
13831 var SkypeFilled = function SkypeFilled(props, ref) {
13832 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13833 ref: ref,
13834 icon: SkypeFilledSvg
13835 }));
13836 };
13837
13838 SkypeFilled.displayName = 'SkypeFilled';
13839 var SkypeFilled$1 = /*#__PURE__*/React.forwardRef(SkypeFilled);
13840
13841 var SkypeOutlined_1 = createCommonjsModule(function (module, exports) {
13842 // This icon file is generated automatically.
13843 Object.defineProperty(exports, "__esModule", { value: true });
13844 var SkypeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M883.7 578.6c4.1-22.5 6.3-45.5 6.3-68.5 0-51-10-100.5-29.7-147-19-45-46.3-85.4-81-120.1a375.79 375.79 0 00-120.1-80.9c-46.6-19.7-96-29.7-147-29.7-24 0-48.1 2.3-71.5 6.8A225.1 225.1 0 00335.6 113c-59.7 0-115.9 23.3-158.1 65.5A222.25 222.25 0 00112 336.6c0 38 9.8 75.4 28.1 108.4-3.7 21.4-5.7 43.3-5.7 65.1 0 51 10 100.5 29.7 147 19 45 46.2 85.4 80.9 120.1 34.7 34.7 75.1 61.9 120.1 80.9 46.6 19.7 96 29.7 147 29.7 22.2 0 44.4-2 66.2-5.9 33.5 18.9 71.3 29 110 29 59.7 0 115.9-23.2 158.1-65.5 42.3-42.2 65.5-98.4 65.5-158.1.1-38-9.7-75.5-28.2-108.7zm-88.1 216C766.9 823.4 729 839 688.4 839c-26.1 0-51.8-6.8-74.6-19.7l-22.5-12.7-25.5 4.5c-17.8 3.2-35.8 4.8-53.6 4.8-41.4 0-81.3-8.1-119.1-24.1-36.3-15.3-69-37.3-97.2-65.5a304.29 304.29 0 01-65.5-97.1c-16-37.7-24-77.6-24-119 0-17.4 1.6-35.2 4.6-52.8l4.4-25.1L203 410a151.02 151.02 0 01-19.1-73.4c0-40.6 15.7-78.5 44.4-107.2C257.1 200.7 295 185 335.6 185a153 153 0 0171.4 17.9l22.4 11.8 24.8-4.8c18.9-3.6 38.4-5.5 58-5.5 41.4 0 81.3 8.1 119 24 36.5 15.4 69.1 37.4 97.2 65.5 28.2 28.1 50.2 60.8 65.6 97.2 16 37.7 24 77.6 24 119 0 18.4-1.7 37-5.1 55.5l-4.7 25.5 12.6 22.6c12.6 22.5 19.2 48 19.2 73.7 0 40.7-15.7 78.5-44.4 107.2zM583.4 466.2L495 446.6c-33.6-7.7-72.3-17.8-72.3-49.5s27.1-53.9 76.1-53.9c98.7 0 89.7 67.8 138.7 67.8 25.8 0 48.4-15.2 48.4-41.2 0-60.8-97.4-106.5-180-106.5-89.7 0-185.2 38.1-185.2 139.5 0 48.8 17.4 100.8 113.6 124.9l119.4 29.8c36.1 8.9 45.2 29.2 45.2 47.6 0 30.5-30.3 60.3-85.2 60.3-107.2 0-92.3-82.5-149.7-82.5-25.8 0-44.5 17.8-44.5 43.1 0 49.4 60 115.4 194.2 115.4 127.7 0 191-61.5 191-144 0-53.1-24.5-109.6-121.3-131.2z" } }] }, "name": "skype", "theme": "outlined" };
13845 exports.default = SkypeOutlined;
13846 });
13847
13848 var SkypeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SkypeOutlined_1);
13849
13850 var SkypeOutlined = function SkypeOutlined(props, ref) {
13851 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13852 ref: ref,
13853 icon: SkypeOutlinedSvg
13854 }));
13855 };
13856
13857 SkypeOutlined.displayName = 'SkypeOutlined';
13858 var SkypeOutlined$1 = /*#__PURE__*/React.forwardRef(SkypeOutlined);
13859
13860 var SlackCircleFilled_1 = createCommonjsModule(function (module, exports) {
13861 // This icon file is generated automatically.
13862 Object.defineProperty(exports, "__esModule", { value: true });
13863 var SlackCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 01-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0150.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm83.7-50.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM579.3 765c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134c-13.3 0-26.1-5.3-35.6-14.8S529 593.6 529 580.2c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z" } }] }, "name": "slack-circle", "theme": "filled" };
13864 exports.default = SlackCircleFilled;
13865 });
13866
13867 var SlackCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SlackCircleFilled_1);
13868
13869 var SlackCircleFilled = function SlackCircleFilled(props, ref) {
13870 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13871 ref: ref,
13872 icon: SlackCircleFilledSvg
13873 }));
13874 };
13875
13876 SlackCircleFilled.displayName = 'SlackCircleFilled';
13877 var SlackCircleFilled$1 = /*#__PURE__*/React.forwardRef(SlackCircleFilled);
13878
13879 var SlackOutlined_1 = createCommonjsModule(function (module, exports) {
13880 // This icon file is generated automatically.
13881 Object.defineProperty(exports, "__esModule", { value: true });
13882 var SlackOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M409.4 128c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0054.3 22.5h76.7v-76.8c0-42.3-34.3-76.7-76.7-76.8zm0 204.8H204.7c-42.4 0-76.7 34.4-76.7 76.8s34.4 76.8 76.7 76.8h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.8-76.6-76.8zM614 486.4c42.4 0 76.8-34.4 76.7-76.8V204.8c0-42.4-34.3-76.8-76.7-76.8-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.5 34.3 76.8 76.7 76.8zm281.4-76.8c0-42.4-34.4-76.8-76.7-76.8S742 367.2 742 409.6v76.8h76.7c42.3 0 76.7-34.4 76.7-76.8zm-76.8 128H614c-42.4 0-76.7 34.4-76.7 76.8 0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0054.3 22.5h204.6c42.4 0 76.7-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM614 742.4h-76.7v76.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8.1-42.4-34.3-76.7-76.7-76.8zM409.4 537.6c-42.4 0-76.7 34.4-76.7 76.8v204.8c0 42.4 34.4 76.8 76.7 76.8 42.4 0 76.8-34.4 76.7-76.8V614.4c0-20.3-8.1-39.9-22.4-54.3a76.92 76.92 0 00-54.3-22.5zM128 614.4c0 20.3 8.1 39.9 22.4 54.3a76.74 76.74 0 0054.3 22.5c42.4 0 76.8-34.4 76.7-76.8v-76.8h-76.7c-42.3 0-76.7 34.4-76.7 76.8z" } }] }, "name": "slack", "theme": "outlined" };
13883 exports.default = SlackOutlined;
13884 });
13885
13886 var SlackOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SlackOutlined_1);
13887
13888 var SlackOutlined = function SlackOutlined(props, ref) {
13889 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13890 ref: ref,
13891 icon: SlackOutlinedSvg
13892 }));
13893 };
13894
13895 SlackOutlined.displayName = 'SlackOutlined';
13896 var SlackOutlined$1 = /*#__PURE__*/React.forwardRef(SlackOutlined);
13897
13898 var SlackSquareFilled_1 = createCommonjsModule(function (module, exports) {
13899 // This icon file is generated automatically.
13900 Object.defineProperty(exports, "__esModule", { value: true });
13901 var SlackSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 01-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0150.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134a50.35 50.35 0 01-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z" } }] }, "name": "slack-square", "theme": "filled" };
13902 exports.default = SlackSquareFilled;
13903 });
13904
13905 var SlackSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SlackSquareFilled_1);
13906
13907 var SlackSquareFilled = function SlackSquareFilled(props, ref) {
13908 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13909 ref: ref,
13910 icon: SlackSquareFilledSvg
13911 }));
13912 };
13913
13914 SlackSquareFilled.displayName = 'SlackSquareFilled';
13915 var SlackSquareFilled$1 = /*#__PURE__*/React.forwardRef(SlackSquareFilled);
13916
13917 var SlackSquareOutlined_1 = createCommonjsModule(function (module, exports) {
13918 // This icon file is generated automatically.
13919 Object.defineProperty(exports, "__esModule", { value: true });
13920 var SlackSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM529 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V311.4zM361.5 580.2c0 27.8-22.5 50.4-50.3 50.4a50.35 50.35 0 01-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h50.3v50.4zm134 134.4c0 27.8-22.5 50.4-50.3 50.4-27.8 0-50.3-22.6-50.3-50.4V580.2c0-27.8 22.5-50.4 50.3-50.4a50.35 50.35 0 0150.3 50.4v134.4zm-50.2-218.4h-134c-27.8 0-50.3-22.6-50.3-50.4 0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4-.1 27.9-22.6 50.4-50.3 50.4zm0-134.4c-13.3 0-26.1-5.3-35.6-14.8S395 324.8 395 311.4c0-27.8 22.5-50.4 50.3-50.4 27.8 0 50.3 22.6 50.3 50.4v50.4h-50.3zm134 403.2c-27.8 0-50.3-22.6-50.3-50.4v-50.4h50.3c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm134-134.4h-134a50.35 50.35 0 01-50.3-50.4c0-27.8 22.5-50.4 50.3-50.4h134c27.8 0 50.3 22.6 50.3 50.4 0 27.8-22.5 50.4-50.3 50.4zm0-134.4H663v-50.4c0-27.8 22.5-50.4 50.3-50.4s50.3 22.6 50.3 50.4c0 27.8-22.5 50.4-50.3 50.4z" } }] }, "name": "slack-square", "theme": "outlined" };
13921 exports.default = SlackSquareOutlined;
13922 });
13923
13924 var SlackSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SlackSquareOutlined_1);
13925
13926 var SlackSquareOutlined = function SlackSquareOutlined(props, ref) {
13927 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13928 ref: ref,
13929 icon: SlackSquareOutlinedSvg
13930 }));
13931 };
13932
13933 SlackSquareOutlined.displayName = 'SlackSquareOutlined';
13934 var SlackSquareOutlined$1 = /*#__PURE__*/React.forwardRef(SlackSquareOutlined);
13935
13936 var SlidersFilled_1 = createCommonjsModule(function (module, exports) {
13937 // This icon file is generated automatically.
13938 Object.defineProperty(exports, "__esModule", { value: true });
13939 var SlidersFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-584-72h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm292 180h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8z" } }] }, "name": "sliders", "theme": "filled" };
13940 exports.default = SlidersFilled;
13941 });
13942
13943 var SlidersFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SlidersFilled_1);
13944
13945 var SlidersFilled = function SlidersFilled(props, ref) {
13946 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13947 ref: ref,
13948 icon: SlidersFilledSvg
13949 }));
13950 };
13951
13952 SlidersFilled.displayName = 'SlidersFilled';
13953 var SlidersFilled$1 = /*#__PURE__*/React.forwardRef(SlidersFilled);
13954
13955 var SlidersOutlined_1 = createCommonjsModule(function (module, exports) {
13956 // This icon file is generated automatically.
13957 Object.defineProperty(exports, "__esModule", { value: true });
13958 var SlidersOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440zm644-436h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 01-3 3h-74a3 3 0 01-3-3v-74a3 3 0 013-3h74a3 3 0 013 3v74z" } }] }, "name": "sliders", "theme": "outlined" };
13959 exports.default = SlidersOutlined;
13960 });
13961
13962 var SlidersOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SlidersOutlined_1);
13963
13964 var SlidersOutlined = function SlidersOutlined(props, ref) {
13965 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13966 ref: ref,
13967 icon: SlidersOutlinedSvg
13968 }));
13969 };
13970
13971 SlidersOutlined.displayName = 'SlidersOutlined';
13972 var SlidersOutlined$1 = /*#__PURE__*/React.forwardRef(SlidersOutlined);
13973
13974 var SlidersTwoTone_1 = createCommonjsModule(function (module, exports) {
13975 // This icon file is generated automatically.
13976 Object.defineProperty(exports, "__esModule", { value: true });
13977 var SlidersTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M180 292h80v440h-80zm369 180h-74a3 3 0 00-3 3v74a3 3 0 003 3h74a3 3 0 003-3v-74a3 3 0 00-3-3zm215-108h80v296h-80z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M904 296h-66v-96c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v96h-66c-4.4 0-8 3.6-8 8v416c0 4.4 3.6 8 8 8h66v96c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-96h66c4.4 0 8-3.6 8-8V304c0-4.4-3.6-8-8-8zm-60 364h-80V364h80v296zM612 404h-66V232c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v172h-66c-4.4 0-8 3.6-8 8v200c0 4.4 3.6 8 8 8h66v172c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8V620h66c4.4 0 8-3.6 8-8V412c0-4.4-3.6-8-8-8zm-60 145a3 3 0 01-3 3h-74a3 3 0 01-3-3v-74a3 3 0 013-3h74a3 3 0 013 3v74zM320 224h-66v-56c0-4.4-3.6-8-8-8h-52c-4.4 0-8 3.6-8 8v56h-66c-4.4 0-8 3.6-8 8v560c0 4.4 3.6 8 8 8h66v56c0 4.4 3.6 8 8 8h52c4.4 0 8-3.6 8-8v-56h66c4.4 0 8-3.6 8-8V232c0-4.4-3.6-8-8-8zm-60 508h-80V292h80v440z", "fill": primaryColor } }] }; }, "name": "sliders", "theme": "twotone" };
13978 exports.default = SlidersTwoTone;
13979 });
13980
13981 var SlidersTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(SlidersTwoTone_1);
13982
13983 var SlidersTwoTone = function SlidersTwoTone(props, ref) {
13984 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
13985 ref: ref,
13986 icon: SlidersTwoToneSvg
13987 }));
13988 };
13989
13990 SlidersTwoTone.displayName = 'SlidersTwoTone';
13991 var SlidersTwoTone$1 = /*#__PURE__*/React.forwardRef(SlidersTwoTone);
13992
13993 var SmallDashOutlined_1 = createCommonjsModule(function (module, exports) {
13994 // This icon file is generated automatically.
13995 Object.defineProperty(exports, "__esModule", { value: true });
13996 var SmallDashOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M112 476h72v72h-72zm182 0h72v72h-72zm364 0h72v72h-72zm182 0h72v72h-72zm-364 0h72v72h-72z" } }] }, "name": "small-dash", "theme": "outlined" };
13997 exports.default = SmallDashOutlined;
13998 });
13999
14000 var SmallDashOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SmallDashOutlined_1);
14001
14002 var SmallDashOutlined = function SmallDashOutlined(props, ref) {
14003 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14004 ref: ref,
14005 icon: SmallDashOutlinedSvg
14006 }));
14007 };
14008
14009 SmallDashOutlined.displayName = 'SmallDashOutlined';
14010 var SmallDashOutlined$1 = /*#__PURE__*/React.forwardRef(SmallDashOutlined);
14011
14012 var SmileFilled_1 = createCommonjsModule(function (module, exports) {
14013 // This icon file is generated automatically.
14014 Object.defineProperty(exports, "__esModule", { value: true });
14015 var SmileFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM288 421a48.01 48.01 0 0196 0 48.01 48.01 0 01-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 018-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 018 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "smile", "theme": "filled" };
14016 exports.default = SmileFilled;
14017 });
14018
14019 var SmileFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SmileFilled_1);
14020
14021 var SmileFilled = function SmileFilled(props, ref) {
14022 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14023 ref: ref,
14024 icon: SmileFilledSvg
14025 }));
14026 };
14027
14028 SmileFilled.displayName = 'SmileFilled';
14029 var SmileFilled$1 = /*#__PURE__*/React.forwardRef(SmileFilled);
14030
14031 var SmileOutlined_1 = createCommonjsModule(function (module, exports) {
14032 // This icon file is generated automatically.
14033 Object.defineProperty(exports, "__esModule", { value: true });
14034 var SmileOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M288 421a48 48 0 1096 0 48 48 0 10-96 0zm352 0a48 48 0 1096 0 48 48 0 10-96 0zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm263 711c-34.2 34.2-74 61-118.3 79.8C611 874.2 562.3 884 512 884c-50.3 0-99-9.8-144.8-29.2A370.4 370.4 0 01248.9 775c-34.2-34.2-61-74-79.8-118.3C149.8 611 140 562.3 140 512s9.8-99 29.2-144.8A370.4 370.4 0 01249 248.9c34.2-34.2 74-61 118.3-79.8C413 149.8 461.7 140 512 140c50.3 0 99 9.8 144.8 29.2A370.4 370.4 0 01775.1 249c34.2 34.2 61 74 79.8 118.3C874.2 413 884 461.7 884 512s-9.8 99-29.2 144.8A368.89 368.89 0 01775 775zM664 533h-48.1c-4.2 0-7.8 3.2-8.1 7.4C604 589.9 562.5 629 512 629s-92.1-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 00-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 00-8-8.4z" } }] }, "name": "smile", "theme": "outlined" };
14035 exports.default = SmileOutlined;
14036 });
14037
14038 var SmileOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SmileOutlined_1);
14039
14040 var SmileOutlined = function SmileOutlined(props, ref) {
14041 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14042 ref: ref,
14043 icon: SmileOutlinedSvg
14044 }));
14045 };
14046
14047 SmileOutlined.displayName = 'SmileOutlined';
14048 var SmileOutlined$1 = /*#__PURE__*/React.forwardRef(SmileOutlined);
14049
14050 var SmileTwoTone_1 = createCommonjsModule(function (module, exports) {
14051 // This icon file is generated automatically.
14052 Object.defineProperty(exports, "__esModule", { value: true });
14053 var SmileTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zM288 421a48.01 48.01 0 0196 0 48.01 48.01 0 01-96 0zm224 272c-85.5 0-155.6-67.3-160-151.6a8 8 0 018-8.4h48.1c4.2 0 7.8 3.2 8.1 7.4C420 589.9 461.5 629 512 629s92.1-39.1 95.8-88.6c.3-4.2 3.9-7.4 8.1-7.4H664a8 8 0 018 8.4C667.6 625.7 597.5 693 512 693zm176-224a48.01 48.01 0 010-96 48.01 48.01 0 010 96z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M288 421a48 48 0 1096 0 48 48 0 10-96 0zm376 112h-48.1c-4.2 0-7.8 3.2-8.1 7.4-3.7 49.5-45.3 88.6-95.8 88.6s-92-39.1-95.8-88.6c-.3-4.2-3.9-7.4-8.1-7.4H360a8 8 0 00-8 8.4c4.4 84.3 74.5 151.6 160 151.6s155.6-67.3 160-151.6a8 8 0 00-8-8.4zm-24-112a48 48 0 1096 0 48 48 0 10-96 0z", "fill": primaryColor } }] }; }, "name": "smile", "theme": "twotone" };
14054 exports.default = SmileTwoTone;
14055 });
14056
14057 var SmileTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(SmileTwoTone_1);
14058
14059 var SmileTwoTone = function SmileTwoTone(props, ref) {
14060 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14061 ref: ref,
14062 icon: SmileTwoToneSvg
14063 }));
14064 };
14065
14066 SmileTwoTone.displayName = 'SmileTwoTone';
14067 var SmileTwoTone$1 = /*#__PURE__*/React.forwardRef(SmileTwoTone);
14068
14069 var SnippetsFilled_1 = createCommonjsModule(function (module, exports) {
14070 // This icon file is generated automatically.
14071 Object.defineProperty(exports, "__esModule", { value: true });
14072 var SnippetsFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 486H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z" } }] }, "name": "snippets", "theme": "filled" };
14073 exports.default = SnippetsFilled;
14074 });
14075
14076 var SnippetsFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SnippetsFilled_1);
14077
14078 var SnippetsFilled = function SnippetsFilled(props, ref) {
14079 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14080 ref: ref,
14081 icon: SnippetsFilledSvg
14082 }));
14083 };
14084
14085 SnippetsFilled.displayName = 'SnippetsFilled';
14086 var SnippetsFilled$1 = /*#__PURE__*/React.forwardRef(SnippetsFilled);
14087
14088 var SnippetsOutlined_1 = createCommonjsModule(function (module, exports) {
14089 // This icon file is generated automatically.
14090 Object.defineProperty(exports, "__esModule", { value: true });
14091 var SnippetsOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z" } }] }, "name": "snippets", "theme": "outlined" };
14092 exports.default = SnippetsOutlined;
14093 });
14094
14095 var SnippetsOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SnippetsOutlined_1);
14096
14097 var SnippetsOutlined = function SnippetsOutlined(props, ref) {
14098 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14099 ref: ref,
14100 icon: SnippetsOutlinedSvg
14101 }));
14102 };
14103
14104 SnippetsOutlined.displayName = 'SnippetsOutlined';
14105 var SnippetsOutlined$1 = /*#__PURE__*/React.forwardRef(SnippetsOutlined);
14106
14107 var SnippetsTwoTone_1 = createCommonjsModule(function (module, exports) {
14108 // This icon file is generated automatically.
14109 Object.defineProperty(exports, "__esModule", { value: true });
14110 var SnippetsTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M450 510V336H232v552h432V550H490c-22.1 0-40-17.9-40-40z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M832 112H724V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H500V72c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v40H320c-17.7 0-32 14.3-32 32v120h-96c-17.7 0-32 14.3-32 32v632c0 17.7 14.3 32 32 32h512c17.7 0 32-14.3 32-32v-96h96c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM664 888H232V336h218v174c0 22.1 17.9 40 40 40h174v338zm0-402H514V336h.2L664 485.8v.2zm128 274h-56V456L544 264H360v-80h68v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h152v32c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-32h68v576z", "fill": primaryColor } }] }; }, "name": "snippets", "theme": "twotone" };
14111 exports.default = SnippetsTwoTone;
14112 });
14113
14114 var SnippetsTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(SnippetsTwoTone_1);
14115
14116 var SnippetsTwoTone = function SnippetsTwoTone(props, ref) {
14117 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14118 ref: ref,
14119 icon: SnippetsTwoToneSvg
14120 }));
14121 };
14122
14123 SnippetsTwoTone.displayName = 'SnippetsTwoTone';
14124 var SnippetsTwoTone$1 = /*#__PURE__*/React.forwardRef(SnippetsTwoTone);
14125
14126 var SolutionOutlined_1 = createCommonjsModule(function (module, exports) {
14127 // This icon file is generated automatically.
14128 Object.defineProperty(exports, "__esModule", { value: true });
14129 var SolutionOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M688 264c0-4.4-3.6-8-8-8H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48zm-8 136H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM480 544H296c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm-48 308H208V148h560v344c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V108c0-17.7-14.3-32-32-32H168c-17.7 0-32 14.3-32 32v784c0 17.7 14.3 32 32 32h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm356.8-74.4c29-26.3 47.2-64.3 47.2-106.6 0-79.5-64.5-144-144-144s-144 64.5-144 144c0 42.3 18.2 80.3 47.2 106.6-57 32.5-96.2 92.7-99.2 162.1-.2 4.5 3.5 8.3 8 8.3h48.1c4.2 0 7.7-3.3 8-7.6C564 871.2 621.7 816 692 816s128 55.2 131.9 124.4c.2 4.2 3.7 7.6 8 7.6H880c4.6 0 8.2-3.8 8-8.3-2.9-69.5-42.2-129.6-99.2-162.1zM692 591c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80z" } }] }, "name": "solution", "theme": "outlined" };
14130 exports.default = SolutionOutlined;
14131 });
14132
14133 var SolutionOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SolutionOutlined_1);
14134
14135 var SolutionOutlined = function SolutionOutlined(props, ref) {
14136 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14137 ref: ref,
14138 icon: SolutionOutlinedSvg
14139 }));
14140 };
14141
14142 SolutionOutlined.displayName = 'SolutionOutlined';
14143 var SolutionOutlined$1 = /*#__PURE__*/React.forwardRef(SolutionOutlined);
14144
14145 var SortAscendingOutlined_1 = createCommonjsModule(function (module, exports) {
14146 // This icon file is generated automatically.
14147 Object.defineProperty(exports, "__esModule", { value: true });
14148 var SortAscendingOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M839.6 433.8L749 150.5a9.24 9.24 0 00-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 00-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 00-9.2-9.3zM416 702h-76V172c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v530h-76c-6.7 0-10.5 7.8-6.3 13l112 141.9a8 8 0 0012.6 0l112-141.9c4.1-5.2.4-13-6.3-13z" } }] }, "name": "sort-ascending", "theme": "outlined" };
14149 exports.default = SortAscendingOutlined;
14150 });
14151
14152 var SortAscendingOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SortAscendingOutlined_1);
14153
14154 var SortAscendingOutlined = function SortAscendingOutlined(props, ref) {
14155 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14156 ref: ref,
14157 icon: SortAscendingOutlinedSvg
14158 }));
14159 };
14160
14161 SortAscendingOutlined.displayName = 'SortAscendingOutlined';
14162 var SortAscendingOutlined$1 = /*#__PURE__*/React.forwardRef(SortAscendingOutlined);
14163
14164 var SortDescendingOutlined_1 = createCommonjsModule(function (module, exports) {
14165 // This icon file is generated automatically.
14166 Object.defineProperty(exports, "__esModule", { value: true });
14167 var SortDescendingOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M839.6 433.8L749 150.5a9.24 9.24 0 00-8.9-6.5h-77.4c-4.1 0-7.6 2.6-8.9 6.5l-91.3 283.3c-.3.9-.5 1.9-.5 2.9 0 5.1 4.2 9.3 9.3 9.3h56.4c4.2 0 7.8-2.8 9-6.8l17.5-61.6h89l17.3 61.5c1.1 4 4.8 6.8 9 6.8h61.2c1 0 1.9-.1 2.8-.4 2.4-.8 4.3-2.4 5.5-4.6 1.1-2.2 1.3-4.7.6-7.1zM663.3 325.5l32.8-116.9h6.3l32.1 116.9h-71.2zm143.5 492.9H677.2v-.4l132.6-188.9c1.1-1.6 1.7-3.4 1.7-5.4v-36.4c0-5.1-4.2-9.3-9.3-9.3h-204c-5.1 0-9.3 4.2-9.3 9.3v43c0 5.1 4.2 9.3 9.3 9.3h122.6v.4L587.7 828.9a9.35 9.35 0 00-1.7 5.4v36.4c0 5.1 4.2 9.3 9.3 9.3h211.4c5.1 0 9.3-4.2 9.3-9.3v-43a9.2 9.2 0 00-9.2-9.3zM310.3 167.1a8 8 0 00-12.6 0L185.7 309c-4.2 5.3-.4 13 6.3 13h76v530c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V322h76c6.7 0 10.5-7.8 6.3-13l-112-141.9z" } }] }, "name": "sort-descending", "theme": "outlined" };
14168 exports.default = SortDescendingOutlined;
14169 });
14170
14171 var SortDescendingOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SortDescendingOutlined_1);
14172
14173 var SortDescendingOutlined = function SortDescendingOutlined(props, ref) {
14174 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14175 ref: ref,
14176 icon: SortDescendingOutlinedSvg
14177 }));
14178 };
14179
14180 SortDescendingOutlined.displayName = 'SortDescendingOutlined';
14181 var SortDescendingOutlined$1 = /*#__PURE__*/React.forwardRef(SortDescendingOutlined);
14182
14183 var SoundFilled_1 = createCommonjsModule(function (module, exports) {
14184 // This icon file is generated automatically.
14185 Object.defineProperty(exports, "__esModule", { value: true });
14186 var SoundFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M892.1 737.8l-110.3-63.7a15.9 15.9 0 00-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0021.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0021.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 00-21.7-5.9L746 287.8a15.99 15.99 0 00-5.8 21.8L760 344zm174 132H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1z" } }] }, "name": "sound", "theme": "filled" };
14187 exports.default = SoundFilled;
14188 });
14189
14190 var SoundFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SoundFilled_1);
14191
14192 var SoundFilled = function SoundFilled(props, ref) {
14193 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14194 ref: ref,
14195 icon: SoundFilledSvg
14196 }));
14197 };
14198
14199 SoundFilled.displayName = 'SoundFilled';
14200 var SoundFilled$1 = /*#__PURE__*/React.forwardRef(SoundFilled);
14201
14202 var SoundOutlined_1 = createCommonjsModule(function (module, exports) {
14203 // This icon file is generated automatically.
14204 Object.defineProperty(exports, "__esModule", { value: true });
14205 var SoundOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582zm348-327H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zm-41.9 261.8l-110.3-63.7a15.9 15.9 0 00-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0021.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM760 344a15.9 15.9 0 0021.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 00-21.7-5.9L746 287.8a15.99 15.99 0 00-5.8 21.8L760 344z" } }] }, "name": "sound", "theme": "outlined" };
14206 exports.default = SoundOutlined;
14207 });
14208
14209 var SoundOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SoundOutlined_1);
14210
14211 var SoundOutlined = function SoundOutlined(props, ref) {
14212 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14213 ref: ref,
14214 icon: SoundOutlinedSvg
14215 }));
14216 };
14217
14218 SoundOutlined.displayName = 'SoundOutlined';
14219 var SoundOutlined$1 = /*#__PURE__*/React.forwardRef(SoundOutlined);
14220
14221 var SoundTwoTone_1 = createCommonjsModule(function (module, exports) {
14222 // This icon file is generated automatically.
14223 Object.defineProperty(exports, "__esModule", { value: true });
14224 var SoundTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M275.4 424H146v176h129.4l18 11.7L586 803V221L293.3 412.3z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M892.1 737.8l-110.3-63.7a15.9 15.9 0 00-21.7 5.9l-19.9 34.5c-4.4 7.6-1.8 17.4 5.8 21.8L856.3 800a15.9 15.9 0 0021.7-5.9l19.9-34.5c4.4-7.6 1.7-17.4-5.8-21.8zM934 476H806c-8.8 0-16 7.2-16 16v40c0 8.8 7.2 16 16 16h128c8.8 0 16-7.2 16-16v-40c0-8.8-7.2-16-16-16zM760 344a15.9 15.9 0 0021.7 5.9L892 286.2c7.6-4.4 10.2-14.2 5.8-21.8L878 230a15.9 15.9 0 00-21.7-5.9L746 287.8a15.99 15.99 0 00-5.8 21.8L760 344zM625.9 115c-5.9 0-11.9 1.6-17.4 5.3L254 352H90c-8.8 0-16 7.2-16 16v288c0 8.8 7.2 16 16 16h164l354.5 231.7c5.5 3.6 11.6 5.3 17.4 5.3 16.7 0 32.1-13.3 32.1-32.1V147.1c0-18.8-15.4-32.1-32.1-32.1zM586 803L293.4 611.7l-18-11.7H146V424h129.4l17.9-11.7L586 221v582z", "fill": primaryColor } }] }; }, "name": "sound", "theme": "twotone" };
14225 exports.default = SoundTwoTone;
14226 });
14227
14228 var SoundTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(SoundTwoTone_1);
14229
14230 var SoundTwoTone = function SoundTwoTone(props, ref) {
14231 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14232 ref: ref,
14233 icon: SoundTwoToneSvg
14234 }));
14235 };
14236
14237 SoundTwoTone.displayName = 'SoundTwoTone';
14238 var SoundTwoTone$1 = /*#__PURE__*/React.forwardRef(SoundTwoTone);
14239
14240 var SplitCellsOutlined_1 = createCommonjsModule(function (module, exports) {
14241 // This icon file is generated automatically.
14242 Object.defineProperty(exports, "__esModule", { value: true });
14243 var SplitCellsOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M938.2 508.4L787.3 389c-3-2.4-7.3-.2-7.3 3.6V478H636V184h204v128c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V144c0-15.5-12.5-28-28-28H596c-15.5 0-28 12.5-28 28v736c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v128H636V546h144v85.4c0 3.8 4.4 6 7.3 3.6l150.9-119.4a4.5 4.5 0 000-7.2zM428 116H144c-15.5 0-28 12.5-28 28v168c0 2.2 1.8 4 4 4h60c2.2 0 4-1.8 4-4V184h204v294H244v-85.4c0-3.8-4.3-6-7.3-3.6l-151 119.4a4.52 4.52 0 000 7.1l151 119.5c2.9 2.3 7.3.2 7.3-3.6V546h144v294H184V712c0-2.2-1.8-4-4-4h-60c-2.2 0-4 1.8-4 4v168c0 15.5 12.5 28 28 28h284c15.5 0 28-12.5 28-28V144c0-15.5-12.5-28-28-28z" } }] }, "name": "split-cells", "theme": "outlined" };
14244 exports.default = SplitCellsOutlined;
14245 });
14246
14247 var SplitCellsOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SplitCellsOutlined_1);
14248
14249 var SplitCellsOutlined = function SplitCellsOutlined(props, ref) {
14250 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14251 ref: ref,
14252 icon: SplitCellsOutlinedSvg
14253 }));
14254 };
14255
14256 SplitCellsOutlined.displayName = 'SplitCellsOutlined';
14257 var SplitCellsOutlined$1 = /*#__PURE__*/React.forwardRef(SplitCellsOutlined);
14258
14259 var StarFilled_1 = createCommonjsModule(function (module, exports) {
14260 // This icon file is generated automatically.
14261 Object.defineProperty(exports, "__esModule", { value: true });
14262 var StarFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 00.6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0046.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3z" } }] }, "name": "star", "theme": "filled" };
14263 exports.default = StarFilled;
14264 });
14265
14266 var StarFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(StarFilled_1);
14267
14268 var StarFilled = function StarFilled(props, ref) {
14269 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14270 ref: ref,
14271 icon: StarFilledSvg
14272 }));
14273 };
14274
14275 StarFilled.displayName = 'StarFilled';
14276 var StarFilled$1 = /*#__PURE__*/React.forwardRef(StarFilled);
14277
14278 var StarOutlined_1 = createCommonjsModule(function (module, exports) {
14279 // This icon file is generated automatically.
14280 Object.defineProperty(exports, "__esModule", { value: true });
14281 var StarOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M908.1 353.1l-253.9-36.9L540.7 86.1c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L369.8 316.2l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 00.6 45.3l183.7 179.1-43.4 252.9a31.95 31.95 0 0046.4 33.7L512 754l227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM664.8 561.6l36.1 210.3L512 672.7 323.1 772l36.1-210.3-152.8-149L417.6 382 512 190.7 606.4 382l211.2 30.7-152.8 148.9z" } }] }, "name": "star", "theme": "outlined" };
14282 exports.default = StarOutlined;
14283 });
14284
14285 var StarOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(StarOutlined_1);
14286
14287 var StarOutlined = function StarOutlined(props, ref) {
14288 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14289 ref: ref,
14290 icon: StarOutlinedSvg
14291 }));
14292 };
14293
14294 StarOutlined.displayName = 'StarOutlined';
14295 var StarOutlined$1 = /*#__PURE__*/React.forwardRef(StarOutlined);
14296
14297 var StarTwoTone_1 = createCommonjsModule(function (module, exports) {
14298 // This icon file is generated automatically.
14299 Object.defineProperty(exports, "__esModule", { value: true });
14300 var StarTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512.5 190.4l-94.4 191.3-211.2 30.7 152.8 149-36.1 210.3 188.9-99.3 188.9 99.2-36.1-210.3 152.8-148.9-211.2-30.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M908.6 352.8l-253.9-36.9L541.2 85.8c-3.1-6.3-8.2-11.4-14.5-14.5-15.8-7.8-35-1.3-42.9 14.5L370.3 315.9l-253.9 36.9c-7 1-13.4 4.3-18.3 9.3a32.05 32.05 0 00.6 45.3l183.7 179.1L239 839.4a31.95 31.95 0 0046.4 33.7l227.1-119.4 227.1 119.4c6.2 3.3 13.4 4.4 20.3 3.2 17.4-3 29.1-19.5 26.1-36.9l-43.4-252.9 183.7-179.1c5-4.9 8.3-11.3 9.3-18.3 2.7-17.5-9.5-33.7-27-36.3zM665.3 561.3l36.1 210.3-188.9-99.2-188.9 99.3 36.1-210.3-152.8-149 211.2-30.7 94.4-191.3 94.4 191.3 211.2 30.7-152.8 148.9z", "fill": primaryColor } }] }; }, "name": "star", "theme": "twotone" };
14301 exports.default = StarTwoTone;
14302 });
14303
14304 var StarTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(StarTwoTone_1);
14305
14306 var StarTwoTone = function StarTwoTone(props, ref) {
14307 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14308 ref: ref,
14309 icon: StarTwoToneSvg
14310 }));
14311 };
14312
14313 StarTwoTone.displayName = 'StarTwoTone';
14314 var StarTwoTone$1 = /*#__PURE__*/React.forwardRef(StarTwoTone);
14315
14316 var StepBackwardFilled_1 = createCommonjsModule(function (module, exports) {
14317 // This icon file is generated automatically.
14318 Object.defineProperty(exports, "__esModule", { value: true });
14319 var StepBackwardFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 000 33.9M330 864h-64a8 8 0 01-8-8V168a8 8 0 018-8h64a8 8 0 018 8v688a8 8 0 01-8 8" } }] }, "name": "step-backward", "theme": "filled" };
14320 exports.default = StepBackwardFilled;
14321 });
14322
14323 var StepBackwardFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(StepBackwardFilled_1);
14324
14325 var StepBackwardFilled = function StepBackwardFilled(props, ref) {
14326 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14327 ref: ref,
14328 icon: StepBackwardFilledSvg
14329 }));
14330 };
14331
14332 StepBackwardFilled.displayName = 'StepBackwardFilled';
14333 var StepBackwardFilled$1 = /*#__PURE__*/React.forwardRef(StepBackwardFilled);
14334
14335 var StepBackwardOutlined_1 = createCommonjsModule(function (module, exports) {
14336 // This icon file is generated automatically.
14337 Object.defineProperty(exports, "__esModule", { value: true });
14338 var StepBackwardOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M347.6 528.95l383.2 301.02c14.25 11.2 35.2 1.1 35.2-16.95V210.97c0-18.05-20.95-28.14-35.2-16.94L347.6 495.05a21.53 21.53 0 000 33.9M330 864h-64a8 8 0 01-8-8V168a8 8 0 018-8h64a8 8 0 018 8v688a8 8 0 01-8 8" } }] }, "name": "step-backward", "theme": "outlined" };
14339 exports.default = StepBackwardOutlined;
14340 });
14341
14342 var StepBackwardOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(StepBackwardOutlined_1);
14343
14344 var StepBackwardOutlined = function StepBackwardOutlined(props, ref) {
14345 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14346 ref: ref,
14347 icon: StepBackwardOutlinedSvg
14348 }));
14349 };
14350
14351 StepBackwardOutlined.displayName = 'StepBackwardOutlined';
14352 var StepBackwardOutlined$1 = /*#__PURE__*/React.forwardRef(StepBackwardOutlined);
14353
14354 var StepForwardFilled_1 = createCommonjsModule(function (module, exports) {
14355 // This icon file is generated automatically.
14356 Object.defineProperty(exports, "__esModule", { value: true });
14357 var StepForwardFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 010 33.9M694 864h64a8 8 0 008-8V168a8 8 0 00-8-8h-64a8 8 0 00-8 8v688a8 8 0 008 8" } }] }, "name": "step-forward", "theme": "filled" };
14358 exports.default = StepForwardFilled;
14359 });
14360
14361 var StepForwardFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(StepForwardFilled_1);
14362
14363 var StepForwardFilled = function StepForwardFilled(props, ref) {
14364 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14365 ref: ref,
14366 icon: StepForwardFilledSvg
14367 }));
14368 };
14369
14370 StepForwardFilled.displayName = 'StepForwardFilled';
14371 var StepForwardFilled$1 = /*#__PURE__*/React.forwardRef(StepForwardFilled);
14372
14373 var StepForwardOutlined_1 = createCommonjsModule(function (module, exports) {
14374 // This icon file is generated automatically.
14375 Object.defineProperty(exports, "__esModule", { value: true });
14376 var StepForwardOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M676.4 528.95L293.2 829.97c-14.25 11.2-35.2 1.1-35.2-16.95V210.97c0-18.05 20.95-28.14 35.2-16.94l383.2 301.02a21.53 21.53 0 010 33.9M694 864h64a8 8 0 008-8V168a8 8 0 00-8-8h-64a8 8 0 00-8 8v688a8 8 0 008 8" } }] }, "name": "step-forward", "theme": "outlined" };
14377 exports.default = StepForwardOutlined;
14378 });
14379
14380 var StepForwardOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(StepForwardOutlined_1);
14381
14382 var StepForwardOutlined = function StepForwardOutlined(props, ref) {
14383 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14384 ref: ref,
14385 icon: StepForwardOutlinedSvg
14386 }));
14387 };
14388
14389 StepForwardOutlined.displayName = 'StepForwardOutlined';
14390 var StepForwardOutlined$1 = /*#__PURE__*/React.forwardRef(StepForwardOutlined);
14391
14392 var StockOutlined_1 = createCommonjsModule(function (module, exports) {
14393 // This icon file is generated automatically.
14394 Object.defineProperty(exports, "__esModule", { value: true });
14395 var StockOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M904 747H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM165.7 621.8l39.7 39.5c3.1 3.1 8.2 3.1 11.3 0l234.7-233.9 97.6 97.3a32.11 32.11 0 0045.2 0l264.2-263.2c3.1-3.1 3.1-8.2 0-11.3l-39.7-39.6a8.03 8.03 0 00-11.3 0l-235.7 235-97.7-97.3a32.11 32.11 0 00-45.2 0L165.7 610.5a7.94 7.94 0 000 11.3z" } }] }, "name": "stock", "theme": "outlined" };
14396 exports.default = StockOutlined;
14397 });
14398
14399 var StockOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(StockOutlined_1);
14400
14401 var StockOutlined = function StockOutlined(props, ref) {
14402 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14403 ref: ref,
14404 icon: StockOutlinedSvg
14405 }));
14406 };
14407
14408 StockOutlined.displayName = 'StockOutlined';
14409 var StockOutlined$1 = /*#__PURE__*/React.forwardRef(StockOutlined);
14410
14411 var StopFilled_1 = createCommonjsModule(function (module, exports) {
14412 // This icon file is generated automatically.
14413 Object.defineProperty(exports, "__esModule", { value: true });
14414 var StopFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm234.8 736.5L223.5 277.2c16-19.7 34-37.7 53.7-53.7l523.3 523.3c-16 19.6-34 37.7-53.7 53.7z" } }] }, "name": "stop", "theme": "filled" };
14415 exports.default = StopFilled;
14416 });
14417
14418 var StopFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(StopFilled_1);
14419
14420 var StopFilled = function StopFilled(props, ref) {
14421 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14422 ref: ref,
14423 icon: StopFilledSvg
14424 }));
14425 };
14426
14427 StopFilled.displayName = 'StopFilled';
14428 var StopFilled$1 = /*#__PURE__*/React.forwardRef(StopFilled);
14429
14430 var StopOutlined_1 = createCommonjsModule(function (module, exports) {
14431 // This icon file is generated automatically.
14432 Object.defineProperty(exports, "__esModule", { value: true });
14433 var StopOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372 0-89 31.3-170.8 83.5-234.8l523.3 523.3C682.8 852.7 601 884 512 884zm288.5-137.2L277.2 223.5C341.2 171.3 423 140 512 140c205.4 0 372 166.6 372 372 0 89-31.3 170.8-83.5 234.8z" } }] }, "name": "stop", "theme": "outlined" };
14434 exports.default = StopOutlined;
14435 });
14436
14437 var StopOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(StopOutlined_1);
14438
14439 var StopOutlined = function StopOutlined(props, ref) {
14440 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14441 ref: ref,
14442 icon: StopOutlinedSvg
14443 }));
14444 };
14445
14446 StopOutlined.displayName = 'StopOutlined';
14447 var StopOutlined$1 = /*#__PURE__*/React.forwardRef(StopOutlined);
14448
14449 var StopTwoTone_1 = createCommonjsModule(function (module, exports) {
14450 // This icon file is generated automatically.
14451 Object.defineProperty(exports, "__esModule", { value: true });
14452 var StopTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm288.5 682.8L277.7 224C258 240 240 258 224 277.7l522.8 522.8C682.8 852.7 601 884 512 884c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372c0 89-31.3 170.8-83.5 234.8z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372c89 0 170.8-31.3 234.8-83.5L224 277.7c16-19.7 34-37.7 53.7-53.7l522.8 522.8C852.7 682.8 884 601 884 512c0-205.4-166.6-372-372-372z", "fill": secondaryColor } }] }; }, "name": "stop", "theme": "twotone" };
14453 exports.default = StopTwoTone;
14454 });
14455
14456 var StopTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(StopTwoTone_1);
14457
14458 var StopTwoTone = function StopTwoTone(props, ref) {
14459 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14460 ref: ref,
14461 icon: StopTwoToneSvg
14462 }));
14463 };
14464
14465 StopTwoTone.displayName = 'StopTwoTone';
14466 var StopTwoTone$1 = /*#__PURE__*/React.forwardRef(StopTwoTone);
14467
14468 var StrikethroughOutlined_1 = createCommonjsModule(function (module, exports) {
14469 // This icon file is generated automatically.
14470 Object.defineProperty(exports, "__esModule", { value: true });
14471 var StrikethroughOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M952 474H569.9c-10-2-20.5-4-31.6-6-15.9-2.9-22.2-4.1-30.8-5.8-51.3-10-82.2-20-106.8-34.2-35.1-20.5-52.2-48.3-52.2-85.1 0-37 15.2-67.7 44-89 28.4-21 68.8-32.1 116.8-32.1 54.8 0 97.1 14.4 125.8 42.8 14.6 14.4 25.3 32.1 31.8 52.6 1.3 4.1 2.8 10 4.3 17.8.9 4.8 5.2 8.2 9.9 8.2h72.8c5.6 0 10.1-4.6 10.1-10.1v-1c-.7-6.8-1.3-12.1-2-16-7.3-43.5-28-81.7-59.7-110.3-44.4-40.5-109.7-61.8-188.7-61.8-72.3 0-137.4 18.1-183.3 50.9-25.6 18.4-45.4 41.2-58.6 67.7-13.5 27.1-20.3 58.4-20.3 92.9 0 29.5 5.7 54.5 17.3 76.5 8.3 15.7 19.6 29.5 34.1 42H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h433.2c2.1.4 3.9.8 5.9 1.2 30.9 6.2 49.5 10.4 66.6 15.2 23 6.5 40.6 13.3 55.2 21.5 35.8 20.2 53.3 49.2 53.3 89 0 35.3-15.5 66.8-43.6 88.8-30.5 23.9-75.6 36.4-130.5 36.4-43.7 0-80.7-8.5-110.2-25-29.1-16.3-49.1-39.8-59.7-69.5-.8-2.2-1.7-5.2-2.7-9-1.2-4.4-5.3-7.5-9.7-7.5h-79.7c-5.6 0-10.1 4.6-10.1 10.1v1c.2 2.3.4 4.2.6 5.7 6.5 48.8 30.3 88.8 70.7 118.8 47.1 34.8 113.4 53.2 191.8 53.2 84.2 0 154.8-19.8 204.2-57.3 25-18.9 44.2-42.2 57.1-69 13-27.1 19.7-57.9 19.7-91.5 0-31.8-5.8-58.4-17.8-81.4-5.8-11.2-13.1-21.5-21.8-30.8H952c4.4 0 8-3.6 8-8v-60a8 8 0 00-8-7.9z" } }] }, "name": "strikethrough", "theme": "outlined" };
14472 exports.default = StrikethroughOutlined;
14473 });
14474
14475 var StrikethroughOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(StrikethroughOutlined_1);
14476
14477 var StrikethroughOutlined = function StrikethroughOutlined(props, ref) {
14478 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14479 ref: ref,
14480 icon: StrikethroughOutlinedSvg
14481 }));
14482 };
14483
14484 StrikethroughOutlined.displayName = 'StrikethroughOutlined';
14485 var StrikethroughOutlined$1 = /*#__PURE__*/React.forwardRef(StrikethroughOutlined);
14486
14487 var SubnodeOutlined_1 = createCommonjsModule(function (module, exports) {
14488 // This icon file is generated automatically.
14489 Object.defineProperty(exports, "__esModule", { value: true });
14490 var SubnodeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M688 240c-138 0-252 102.8-269.6 236H249a95.92 95.92 0 00-89-60c-53 0-96 43-96 96s43 96 96 96c40.3 0 74.8-24.8 89-60h169.3C436 681.2 550 784 688 784c150.2 0 272-121.8 272-272S838.2 240 688 240zm128 298c0 4.4-3.6 8-8 8h-86v86c0 4.4-3.6 8-8 8h-52c-4.4 0-8-3.6-8-8v-86h-86c-4.4 0-8-3.6-8-8v-52c0-4.4 3.6-8 8-8h86v-86c0-4.4 3.6-8 8-8h52c4.4 0 8 3.6 8 8v86h86c4.4 0 8 3.6 8 8v52z" } }] }, "name": "subnode", "theme": "outlined" };
14491 exports.default = SubnodeOutlined;
14492 });
14493
14494 var SubnodeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SubnodeOutlined_1);
14495
14496 var SubnodeOutlined = function SubnodeOutlined(props, ref) {
14497 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14498 ref: ref,
14499 icon: SubnodeOutlinedSvg
14500 }));
14501 };
14502
14503 SubnodeOutlined.displayName = 'SubnodeOutlined';
14504 var SubnodeOutlined$1 = /*#__PURE__*/React.forwardRef(SubnodeOutlined);
14505
14506 var SwapLeftOutlined_1 = createCommonjsModule(function (module, exports) {
14507 // This icon file is generated automatically.
14508 Object.defineProperty(exports, "__esModule", { value: true });
14509 var SwapLeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M872 572H266.8l144.3-183c4.1-5.2.4-13-6.3-13H340c-9.8 0-19.1 4.5-25.1 12.2l-164 208c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" } }] }, "name": "swap-left", "theme": "outlined" };
14510 exports.default = SwapLeftOutlined;
14511 });
14512
14513 var SwapLeftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SwapLeftOutlined_1);
14514
14515 var SwapLeftOutlined = function SwapLeftOutlined(props, ref) {
14516 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14517 ref: ref,
14518 icon: SwapLeftOutlinedSvg
14519 }));
14520 };
14521
14522 SwapLeftOutlined.displayName = 'SwapLeftOutlined';
14523 var SwapLeftOutlined$1 = /*#__PURE__*/React.forwardRef(SwapLeftOutlined);
14524
14525 var SwapOutlined_1 = createCommonjsModule(function (module, exports) {
14526 // This icon file is generated automatically.
14527 Object.defineProperty(exports, "__esModule", { value: true });
14528 var SwapOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M847.9 592H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h605.2L612.9 851c-4.1 5.2-.4 13 6.3 13h72.5c4.9 0 9.5-2.2 12.6-6.1l168.8-214.1c16.5-21 1.6-51.8-25.2-51.8zM872 356H266.8l144.3-183c4.1-5.2.4-13-6.3-13h-72.5c-4.9 0-9.5 2.2-12.6 6.1L150.9 380.2c-16.5 21-1.6 51.8 25.1 51.8h696c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8z" } }] }, "name": "swap", "theme": "outlined" };
14529 exports.default = SwapOutlined;
14530 });
14531
14532 var SwapOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SwapOutlined_1);
14533
14534 var SwapOutlined = function SwapOutlined(props, ref) {
14535 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14536 ref: ref,
14537 icon: SwapOutlinedSvg
14538 }));
14539 };
14540
14541 SwapOutlined.displayName = 'SwapOutlined';
14542 var SwapOutlined$1 = /*#__PURE__*/React.forwardRef(SwapOutlined);
14543
14544 var SwapRightOutlined_1 = createCommonjsModule(function (module, exports) {
14545 // This icon file is generated automatically.
14546 Object.defineProperty(exports, "__esModule", { value: true });
14547 var SwapRightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M873.1 596.2l-164-208A32 32 0 00684 376h-64.8c-6.7 0-10.4 7.7-6.3 13l144.3 183H152c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h695.9c26.8 0 41.7-30.8 25.2-51.8z" } }] }, "name": "swap-right", "theme": "outlined" };
14548 exports.default = SwapRightOutlined;
14549 });
14550
14551 var SwapRightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SwapRightOutlined_1);
14552
14553 var SwapRightOutlined = function SwapRightOutlined(props, ref) {
14554 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14555 ref: ref,
14556 icon: SwapRightOutlinedSvg
14557 }));
14558 };
14559
14560 SwapRightOutlined.displayName = 'SwapRightOutlined';
14561 var SwapRightOutlined$1 = /*#__PURE__*/React.forwardRef(SwapRightOutlined);
14562
14563 var SwitcherFilled_1 = createCommonjsModule(function (module, exports) {
14564 // This icon file is generated automatically.
14565 Object.defineProperty(exports, "__esModule", { value: true });
14566 var SwitcherFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zM596 606c0 4.4-3.6 8-8 8H308c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h280c4.4 0 8 3.6 8 8v48zm284-494H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z" } }] }, "name": "switcher", "theme": "filled" };
14567 exports.default = SwitcherFilled;
14568 });
14569
14570 var SwitcherFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(SwitcherFilled_1);
14571
14572 var SwitcherFilled = function SwitcherFilled(props, ref) {
14573 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14574 ref: ref,
14575 icon: SwitcherFilledSvg
14576 }));
14577 };
14578
14579 SwitcherFilled.displayName = 'SwitcherFilled';
14580 var SwitcherFilled$1 = /*#__PURE__*/React.forwardRef(SwitcherFilled);
14581
14582 var SwitcherOutlined_1 = createCommonjsModule(function (module, exports) {
14583 // This icon file is generated automatically.
14584 Object.defineProperty(exports, "__esModule", { value: true });
14585 var SwitcherOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528zm168-728H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32zM300 550h296v64H300z" } }] }, "name": "switcher", "theme": "outlined" };
14586 exports.default = SwitcherOutlined;
14587 });
14588
14589 var SwitcherOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SwitcherOutlined_1);
14590
14591 var SwitcherOutlined = function SwitcherOutlined(props, ref) {
14592 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14593 ref: ref,
14594 icon: SwitcherOutlinedSvg
14595 }));
14596 };
14597
14598 SwitcherOutlined.displayName = 'SwitcherOutlined';
14599 var SwitcherOutlined$1 = /*#__PURE__*/React.forwardRef(SwitcherOutlined);
14600
14601 var SwitcherTwoTone_1 = createCommonjsModule(function (module, exports) {
14602 // This icon file is generated automatically.
14603 Object.defineProperty(exports, "__esModule", { value: true });
14604 var SwitcherTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M184 840h528V312H184v528zm116-290h296v64H300v-64z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M880 112H264c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h576v576c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V144c0-17.7-14.3-32-32-32z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M752 240H144c-17.7 0-32 14.3-32 32v608c0 17.7 14.3 32 32 32h608c17.7 0 32-14.3 32-32V272c0-17.7-14.3-32-32-32zm-40 600H184V312h528v528z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M300 550h296v64H300z", "fill": primaryColor } }] }; }, "name": "switcher", "theme": "twotone" };
14605 exports.default = SwitcherTwoTone;
14606 });
14607
14608 var SwitcherTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(SwitcherTwoTone_1);
14609
14610 var SwitcherTwoTone = function SwitcherTwoTone(props, ref) {
14611 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14612 ref: ref,
14613 icon: SwitcherTwoToneSvg
14614 }));
14615 };
14616
14617 SwitcherTwoTone.displayName = 'SwitcherTwoTone';
14618 var SwitcherTwoTone$1 = /*#__PURE__*/React.forwardRef(SwitcherTwoTone);
14619
14620 var SyncOutlined_1 = createCommonjsModule(function (module, exports) {
14621 // This icon file is generated automatically.
14622 Object.defineProperty(exports, "__esModule", { value: true });
14623 var SyncOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M168 504.2c1-43.7 10-86.1 26.9-126 17.3-41 42.1-77.7 73.7-109.4S337 212.3 378 195c42.4-17.9 87.4-27 133.9-27s91.5 9.1 133.8 27A341.5 341.5 0 01755 268.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 003 14.1l175.7 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c0-6.7-7.7-10.5-12.9-6.3l-56.4 44.1C765.8 155.1 646.2 92 511.8 92 282.7 92 96.3 275.6 92 503.8a8 8 0 008 8.2h60c4.4 0 7.9-3.5 8-7.8zm756 7.8h-60c-4.4 0-7.9 3.5-8 7.8-1 43.7-10 86.1-26.9 126-17.3 41-42.1 77.8-73.7 109.4A342.45 342.45 0 01512.1 856a342.24 342.24 0 01-243.2-100.8c-9.9-9.9-19.2-20.4-27.8-31.4l60.2-47a8 8 0 00-3-14.1l-175.7-43c-5-1.2-9.9 2.6-9.9 7.7l-.7 181c0 6.7 7.7 10.5 12.9 6.3l56.4-44.1C258.2 868.9 377.8 932 512.2 932c229.2 0 415.5-183.7 419.8-411.8a8 8 0 00-8-8.2z" } }] }, "name": "sync", "theme": "outlined" };
14624 exports.default = SyncOutlined;
14625 });
14626
14627 var SyncOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(SyncOutlined_1);
14628
14629 var SyncOutlined = function SyncOutlined(props, ref) {
14630 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14631 ref: ref,
14632 icon: SyncOutlinedSvg
14633 }));
14634 };
14635
14636 SyncOutlined.displayName = 'SyncOutlined';
14637 var SyncOutlined$1 = /*#__PURE__*/React.forwardRef(SyncOutlined);
14638
14639 var TableOutlined_1 = createCommonjsModule(function (module, exports) {
14640 // This icon file is generated automatically.
14641 Object.defineProperty(exports, "__esModule", { value: true });
14642 var TableOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 160H96c-17.7 0-32 14.3-32 32v640c0 17.7 14.3 32 32 32h832c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32zm-40 208H676V232h212v136zm0 224H676V432h212v160zM412 432h200v160H412V432zm200-64H412V232h200v136zm-476 64h212v160H136V432zm0-200h212v136H136V232zm0 424h212v136H136V656zm276 0h200v136H412V656zm476 136H676V656h212v136z" } }] }, "name": "table", "theme": "outlined" };
14643 exports.default = TableOutlined;
14644 });
14645
14646 var TableOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TableOutlined_1);
14647
14648 var TableOutlined = function TableOutlined(props, ref) {
14649 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14650 ref: ref,
14651 icon: TableOutlinedSvg
14652 }));
14653 };
14654
14655 TableOutlined.displayName = 'TableOutlined';
14656 var TableOutlined$1 = /*#__PURE__*/React.forwardRef(TableOutlined);
14657
14658 var TabletFilled_1 = createCommonjsModule(function (module, exports) {
14659 // This icon file is generated automatically.
14660 Object.defineProperty(exports, "__esModule", { value: true });
14661 var TabletFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM512 824c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40-17.9 40-40 40z" } }] }, "name": "tablet", "theme": "filled" };
14662 exports.default = TabletFilled;
14663 });
14664
14665 var TabletFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(TabletFilled_1);
14666
14667 var TabletFilled = function TabletFilled(props, ref) {
14668 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14669 ref: ref,
14670 icon: TabletFilledSvg
14671 }));
14672 };
14673
14674 TabletFilled.displayName = 'TabletFilled';
14675 var TabletFilled$1 = /*#__PURE__*/React.forwardRef(TabletFilled);
14676
14677 var TabletOutlined_1 = createCommonjsModule(function (module, exports) {
14678 // This icon file is generated automatically.
14679 Object.defineProperty(exports, "__esModule", { value: true });
14680 var TabletOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752zM472 784a40 40 0 1080 0 40 40 0 10-80 0z" } }] }, "name": "tablet", "theme": "outlined" };
14681 exports.default = TabletOutlined;
14682 });
14683
14684 var TabletOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TabletOutlined_1);
14685
14686 var TabletOutlined = function TabletOutlined(props, ref) {
14687 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14688 ref: ref,
14689 icon: TabletOutlinedSvg
14690 }));
14691 };
14692
14693 TabletOutlined.displayName = 'TabletOutlined';
14694 var TabletOutlined$1 = /*#__PURE__*/React.forwardRef(TabletOutlined);
14695
14696 var TabletTwoTone_1 = createCommonjsModule(function (module, exports) {
14697 // This icon file is generated automatically.
14698 Object.defineProperty(exports, "__esModule", { value: true });
14699 var TabletTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M800 64H224c-35.3 0-64 28.7-64 64v768c0 35.3 28.7 64 64 64h576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm-8 824H232V136h560v752z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M232 888h560V136H232v752zm280-144c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M472 784a40 40 0 1080 0 40 40 0 10-80 0z", "fill": primaryColor } }] }; }, "name": "tablet", "theme": "twotone" };
14700 exports.default = TabletTwoTone;
14701 });
14702
14703 var TabletTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(TabletTwoTone_1);
14704
14705 var TabletTwoTone = function TabletTwoTone(props, ref) {
14706 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14707 ref: ref,
14708 icon: TabletTwoToneSvg
14709 }));
14710 };
14711
14712 TabletTwoTone.displayName = 'TabletTwoTone';
14713 var TabletTwoTone$1 = /*#__PURE__*/React.forwardRef(TabletTwoTone);
14714
14715 var TagFilled_1 = createCommonjsModule(function (module, exports) {
14716 // This icon file is generated automatically.
14717 Object.defineProperty(exports, "__esModule", { value: true });
14718 var TagFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 000 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM699 387c-35.3 0-64-28.7-64-64s28.7-64 64-64 64 28.7 64 64-28.7 64-64 64z" } }] }, "name": "tag", "theme": "filled" };
14719 exports.default = TagFilled;
14720 });
14721
14722 var TagFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(TagFilled_1);
14723
14724 var TagFilled = function TagFilled(props, ref) {
14725 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14726 ref: ref,
14727 icon: TagFilledSvg
14728 }));
14729 };
14730
14731 TagFilled.displayName = 'TagFilled';
14732 var TagFilled$1 = /*#__PURE__*/React.forwardRef(TagFilled);
14733
14734 var TagOutlined_1 = createCommonjsModule(function (module, exports) {
14735 // This icon file is generated automatically.
14736 Object.defineProperty(exports, "__esModule", { value: true });
14737 var TagOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 000 14.1l363.8 363.8c1.9 1.9 4.4 2.9 7.1 2.9s5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7zM680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" } }] }, "name": "tag", "theme": "outlined" };
14738 exports.default = TagOutlined;
14739 });
14740
14741 var TagOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TagOutlined_1);
14742
14743 var TagOutlined = function TagOutlined(props, ref) {
14744 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14745 ref: ref,
14746 icon: TagOutlinedSvg
14747 }));
14748 };
14749
14750 TagOutlined.displayName = 'TagOutlined';
14751 var TagOutlined$1 = /*#__PURE__*/React.forwardRef(TagOutlined);
14752
14753 var TagTwoTone_1 = createCommonjsModule(function (module, exports) {
14754 // This icon file is generated automatically.
14755 Object.defineProperty(exports, "__esModule", { value: true });
14756 var TagTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M589 164.6L189.3 564.3l270.4 270.4L859.4 435 836 188l-247-23.4zM680 432c-48.5 0-88-39.5-88-88s39.5-88 88-88 88 39.5 88 88-39.5 88-88 88z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M680 256c-48.5 0-88 39.5-88 88s39.5 88 88 88 88-39.5 88-88-39.5-88-88-88zm0 120c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M938 458.8l-29.6-312.6c-1.5-16.2-14.4-29-30.6-30.6L565.2 86h-.4c-3.2 0-5.7 1-7.6 2.9L88.9 557.2a9.96 9.96 0 000 14.1l363.8 363.8a9.9 9.9 0 007.1 2.9c2.7 0 5.2-1 7.1-2.9l468.3-468.3c2-2.1 3-5 2.8-8zM459.7 834.7L189.3 564.3 589 164.6 836 188l23.4 247-399.7 399.7z", "fill": primaryColor } }] }; }, "name": "tag", "theme": "twotone" };
14757 exports.default = TagTwoTone;
14758 });
14759
14760 var TagTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(TagTwoTone_1);
14761
14762 var TagTwoTone = function TagTwoTone(props, ref) {
14763 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14764 ref: ref,
14765 icon: TagTwoToneSvg
14766 }));
14767 };
14768
14769 TagTwoTone.displayName = 'TagTwoTone';
14770 var TagTwoTone$1 = /*#__PURE__*/React.forwardRef(TagTwoTone);
14771
14772 var TagsFilled_1 = createCommonjsModule(function (module, exports) {
14773 // This icon file is generated automatically.
14774 Object.defineProperty(exports, "__esModule", { value: true });
14775 var TagsFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 000 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm122.7-533.4c18.7-18.7 49.1-18.7 67.9 0 18.7 18.7 18.7 49.1 0 67.9-18.7 18.7-49.1 18.7-67.9 0-18.7-18.7-18.7-49.1 0-67.9zm283.8 282.9l-39.6-39.5a8.03 8.03 0 00-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 00-11.3 0l-39.6 39.5a8.03 8.03 0 000 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z" } }] }, "name": "tags", "theme": "filled" };
14776 exports.default = TagsFilled;
14777 });
14778
14779 var TagsFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(TagsFilled_1);
14780
14781 var TagsFilled = function TagsFilled(props, ref) {
14782 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14783 ref: ref,
14784 icon: TagsFilledSvg
14785 }));
14786 };
14787
14788 TagsFilled.displayName = 'TagsFilled';
14789 var TagsFilled$1 = /*#__PURE__*/React.forwardRef(TagsFilled);
14790
14791 var TagsOutlined_1 = createCommonjsModule(function (module, exports) {
14792 // This icon file is generated automatically.
14793 Object.defineProperty(exports, "__esModule", { value: true });
14794 var TagsOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M483.2 790.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3c-2.3-.2-4.7.6-6.3 2.3L137.7 444.8a8.03 8.03 0 000 11.3l334.2 334.2c3.1 3.2 8.2 3.2 11.3 0zm62.6-651.7l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9zm60.16 186.23a48 48 0 1067.88-67.89 48 48 0 10-67.88 67.89zM889.7 539.8l-39.6-39.5a8.03 8.03 0 00-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 00-11.3 0l-39.6 39.5a8.03 8.03 0 000 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3z" } }] }, "name": "tags", "theme": "outlined" };
14795 exports.default = TagsOutlined;
14796 });
14797
14798 var TagsOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TagsOutlined_1);
14799
14800 var TagsOutlined = function TagsOutlined(props, ref) {
14801 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14802 ref: ref,
14803 icon: TagsOutlinedSvg
14804 }));
14805 };
14806
14807 TagsOutlined.displayName = 'TagsOutlined';
14808 var TagsOutlined$1 = /*#__PURE__*/React.forwardRef(TagsOutlined);
14809
14810 var TagsTwoTone_1 = createCommonjsModule(function (module, exports) {
14811 // This icon file is generated automatically.
14812 Object.defineProperty(exports, "__esModule", { value: true });
14813 var TagsTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M477.5 694l311.9-311.8-19-224.6-224.6-19-311.9 311.9L477.5 694zm116-415.5a47.81 47.81 0 0133.9-33.9c16.6-4.4 34.2.3 46.4 12.4a47.93 47.93 0 0112.4 46.4 47.81 47.81 0 01-33.9 33.9c-16.6 4.4-34.2-.3-46.4-12.4a48.3 48.3 0 01-12.4-46.4z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M476.6 792.6c-1.7-.2-3.4-1-4.7-2.3L137.7 456.1a8.03 8.03 0 010-11.3L515.9 66.6c1.2-1.3 2.9-2.1 4.7-2.3h-.4c-2.3-.2-4.7.6-6.3 2.3L135.7 444.8a8.03 8.03 0 000 11.3l334.2 334.2c1.8 1.9 4.3 2.6 6.7 2.3z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M889.7 539.8l-39.6-39.5a8.03 8.03 0 00-11.3 0l-362 361.3-237.6-237a8.03 8.03 0 00-11.3 0l-39.6 39.5a8.03 8.03 0 000 11.3l243.2 242.8 39.6 39.5c3.1 3.1 8.2 3.1 11.3 0l407.3-406.6c3.1-3.1 3.1-8.2 0-11.3zM652.3 337.3a47.81 47.81 0 0033.9-33.9c4.4-16.6-.3-34.2-12.4-46.4a47.93 47.93 0 00-46.4-12.4 47.81 47.81 0 00-33.9 33.9c-4.4 16.6.3 34.2 12.4 46.4a48.3 48.3 0 0046.4 12.4z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M137.7 444.8a8.03 8.03 0 000 11.3l334.2 334.2c1.3 1.3 2.9 2.1 4.7 2.3 2.4.3 4.8-.5 6.6-2.3L861.4 412c1.7-1.7 2.5-4 2.3-6.3l-25.5-301.4c-.7-7.8-6.8-13.9-14.6-14.6L522.2 64.3h-1.6c-1.8.2-3.4 1-4.7 2.3L137.7 444.8zm408.1-306.2l224.6 19 19 224.6L477.5 694 233.9 450.5l311.9-311.9z", "fill": primaryColor } }] }; }, "name": "tags", "theme": "twotone" };
14814 exports.default = TagsTwoTone;
14815 });
14816
14817 var TagsTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(TagsTwoTone_1);
14818
14819 var TagsTwoTone = function TagsTwoTone(props, ref) {
14820 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14821 ref: ref,
14822 icon: TagsTwoToneSvg
14823 }));
14824 };
14825
14826 TagsTwoTone.displayName = 'TagsTwoTone';
14827 var TagsTwoTone$1 = /*#__PURE__*/React.forwardRef(TagsTwoTone);
14828
14829 var TaobaoCircleFilled_1 = createCommonjsModule(function (module, exports) {
14830 // This icon file is generated automatically.
14831 Object.defineProperty(exports, "__esModule", { value: true });
14832 var TaobaoCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 110-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z" } }] }, "name": "taobao-circle", "theme": "filled" };
14833 exports.default = TaobaoCircleFilled;
14834 });
14835
14836 var TaobaoCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(TaobaoCircleFilled_1);
14837
14838 var TaobaoCircleFilled = function TaobaoCircleFilled(props, ref) {
14839 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14840 ref: ref,
14841 icon: TaobaoCircleFilledSvg
14842 }));
14843 };
14844
14845 TaobaoCircleFilled.displayName = 'TaobaoCircleFilled';
14846 var TaobaoCircleFilled$1 = /*#__PURE__*/React.forwardRef(TaobaoCircleFilled);
14847
14848 var TaobaoCircleOutlined_1 = createCommonjsModule(function (module, exports) {
14849 // This icon file is generated automatically.
14850 Object.defineProperty(exports, "__esModule", { value: true });
14851 var TaobaoCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 110-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z" } }] }, "name": "taobao-circle", "theme": "outlined" };
14852 exports.default = TaobaoCircleOutlined;
14853 });
14854
14855 var TaobaoCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TaobaoCircleOutlined_1);
14856
14857 var TaobaoCircleOutlined = function TaobaoCircleOutlined(props, ref) {
14858 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14859 ref: ref,
14860 icon: TaobaoCircleOutlinedSvg
14861 }));
14862 };
14863
14864 TaobaoCircleOutlined.displayName = 'TaobaoCircleOutlined';
14865 var TaobaoCircleOutlined$1 = /*#__PURE__*/React.forwardRef(TaobaoCircleOutlined);
14866
14867 var TaobaoOutlined_1 = createCommonjsModule(function (module, exports) {
14868 // This icon file is generated automatically.
14869 Object.defineProperty(exports, "__esModule", { value: true });
14870 var TaobaoOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M168.5 273.7a68.7 68.7 0 10137.4 0 68.7 68.7 0 10-137.4 0zm730 79.2s-23.7-184.4-426.9-70.1c17.3-30 25.6-49.5 25.6-49.5L396.4 205s-40.6 132.6-113 194.4c0 0 70.1 40.6 69.4 39.4 20.1-20.1 38.2-40.6 53.7-60.4 16.1-7 31.5-13.6 46.7-19.8-18.6 33.5-48.7 83.8-78.8 115.6l42.4 37s28.8-27.7 60.4-61.2h36v61.8H372.9v49.5h140.3v118.5c-1.7 0-3.6 0-5.4-.2-15.4-.7-39.5-3.3-49-18.2-11.5-18.1-3-51.5-2.4-71.9h-97l-3.4 1.8s-35.5 159.1 102.3 155.5c129.1 3.6 203-36 238.6-63.1l14.2 52.6 79.6-33.2-53.9-131.9-64.6 20.1 12.1 45.2c-16.6 12.4-35.6 21.7-56.2 28.4V561.3h137.1v-49.5H628.1V450h137.6v-49.5H521.3c17.6-21.4 31.5-41.1 35-53.6l-42.5-11.6c182.8-65.5 284.5-54.2 283.6 53.2v282.8s10.8 97.1-100.4 90.1l-60.2-12.9-14.2 57.1S882.5 880 903.7 680.2c21.3-200-5.2-327.3-5.2-327.3zm-707.4 18.3l-45.4 69.7 83.6 52.1s56 28.5 29.4 81.9C233.8 625.5 112 736.3 112 736.3l109 68.1c75.4-163.7 70.5-142 89.5-200.7 19.5-60.1 23.7-105.9-9.4-139.1-42.4-42.6-47-46.6-110-93.4z" } }] }, "name": "taobao", "theme": "outlined" };
14871 exports.default = TaobaoOutlined;
14872 });
14873
14874 var TaobaoOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TaobaoOutlined_1);
14875
14876 var TaobaoOutlined = function TaobaoOutlined(props, ref) {
14877 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14878 ref: ref,
14879 icon: TaobaoOutlinedSvg
14880 }));
14881 };
14882
14883 TaobaoOutlined.displayName = 'TaobaoOutlined';
14884 var TaobaoOutlined$1 = /*#__PURE__*/React.forwardRef(TaobaoOutlined);
14885
14886 var TaobaoSquareFilled_1 = createCommonjsModule(function (module, exports) {
14887 // This icon file is generated automatically.
14888 Object.defineProperty(exports, "__esModule", { value: true });
14889 var TaobaoSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM315.7 291.5c27.3 0 49.5 22.1 49.5 49.4s-22.1 49.4-49.5 49.4a49.4 49.4 0 110-98.8zM366.9 578c-13.6 42.3-10.2 26.7-64.4 144.5l-78.5-49s87.7-79.8 105.6-116.2c19.2-38.4-21.1-58.9-21.1-58.9l-60.2-37.5 32.7-50.2c45.4 33.7 48.7 36.6 79.2 67.2 23.8 23.9 20.7 56.8 6.7 100.1zm427.2 55c-15.3 143.8-202.4 90.3-202.4 90.3l10.2-41.1 43.3 9.3c80 5 72.3-64.9 72.3-64.9V423c.6-77.3-72.6-85.4-204.2-38.3l30.6 8.3c-2.5 9-12.5 23.2-25.2 38.6h176v35.6h-99.1v44.5h98.7v35.7h-98.7V622c14.9-4.8 28.6-11.5 40.5-20.5l-8.7-32.5 46.5-14.4 38.8 94.9-57.3 23.9-10.2-37.8c-25.6 19.5-78.8 48-171.8 45.4-99.2 2.6-73.7-112-73.7-112l2.5-1.3H472c-.5 14.7-6.6 38.7 1.7 51.8 6.8 10.8 24.2 12.6 35.3 13.1 1.3.1 2.6.1 3.9.1v-85.3h-101v-35.7h101v-44.5H487c-22.7 24.1-43.5 44.1-43.5 44.1l-30.6-26.7c21.7-22.9 43.3-59.1 56.8-83.2-10.9 4.4-22 9.2-33.6 14.2-11.2 14.3-24.2 29-38.7 43.5.5.8-50-28.4-50-28.4 52.2-44.4 81.4-139.9 81.4-139.9l72.5 20.4s-5.9 14-18.4 35.6c290.3-82.3 307.4 50.5 307.4 50.5s19.1 91.8 3.8 235.7z" } }] }, "name": "taobao-square", "theme": "filled" };
14890 exports.default = TaobaoSquareFilled;
14891 });
14892
14893 var TaobaoSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(TaobaoSquareFilled_1);
14894
14895 var TaobaoSquareFilled = function TaobaoSquareFilled(props, ref) {
14896 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14897 ref: ref,
14898 icon: TaobaoSquareFilledSvg
14899 }));
14900 };
14901
14902 TaobaoSquareFilled.displayName = 'TaobaoSquareFilled';
14903 var TaobaoSquareFilled$1 = /*#__PURE__*/React.forwardRef(TaobaoSquareFilled);
14904
14905 var TeamOutlined_1 = createCommonjsModule(function (module, exports) {
14906 // This icon file is generated automatically.
14907 Object.defineProperty(exports, "__esModule", { value: true });
14908 var TeamOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M824.2 699.9a301.55 301.55 0 00-86.4-60.4C783.1 602.8 812 546.8 812 484c0-110.8-92.4-201.7-203.2-200-109.1 1.7-197 90.6-197 200 0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 00-86.4 60.4C345 754.6 314 826.8 312 903.8a8 8 0 008 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5A226.62 226.62 0 01612 684c60.9 0 118.2 23.7 161.3 66.8C814.5 792 838 846.3 840 904.3c.1 4.3 3.7 7.7 8 7.7h56a8 8 0 008-8.2c-2-77-33-149.2-87.8-203.9zM612 612c-34.2 0-66.4-13.3-90.5-37.5a126.86 126.86 0 01-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4 0 34.2-13.3 66.3-37.5 90.5A127.3 127.3 0 01612 612zM361.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 01-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 008 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7z" } }] }, "name": "team", "theme": "outlined" };
14909 exports.default = TeamOutlined;
14910 });
14911
14912 var TeamOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TeamOutlined_1);
14913
14914 var TeamOutlined = function TeamOutlined(props, ref) {
14915 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14916 ref: ref,
14917 icon: TeamOutlinedSvg
14918 }));
14919 };
14920
14921 TeamOutlined.displayName = 'TeamOutlined';
14922 var TeamOutlined$1 = /*#__PURE__*/React.forwardRef(TeamOutlined);
14923
14924 var ThunderboltFilled_1 = createCommonjsModule(function (module, exports) {
14925 // This icon file is generated automatically.
14926 Object.defineProperty(exports, "__esModule", { value: true });
14927 var ThunderboltFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7z" } }] }, "name": "thunderbolt", "theme": "filled" };
14928 exports.default = ThunderboltFilled;
14929 });
14930
14931 var ThunderboltFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ThunderboltFilled_1);
14932
14933 var ThunderboltFilled = function ThunderboltFilled(props, ref) {
14934 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14935 ref: ref,
14936 icon: ThunderboltFilledSvg
14937 }));
14938 };
14939
14940 ThunderboltFilled.displayName = 'ThunderboltFilled';
14941 var ThunderboltFilled$1 = /*#__PURE__*/React.forwardRef(ThunderboltFilled);
14942
14943 var ThunderboltOutlined_1 = createCommonjsModule(function (module, exports) {
14944 // This icon file is generated automatically.
14945 Object.defineProperty(exports, "__esModule", { value: true });
14946 var ThunderboltOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M848 359.3H627.7L825.8 109c4.1-5.3.4-13-6.3-13H436c-2.8 0-5.5 1.5-6.9 4L170 547.5c-3.1 5.3.7 12 6.9 12h174.4l-89.4 357.6c-1.9 7.8 7.5 13.3 13.3 7.7L853.5 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.2 732.5l60.3-241H281.1l189.6-327.4h224.6L487 427.4h211L378.2 732.5z" } }] }, "name": "thunderbolt", "theme": "outlined" };
14947 exports.default = ThunderboltOutlined;
14948 });
14949
14950 var ThunderboltOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ThunderboltOutlined_1);
14951
14952 var ThunderboltOutlined = function ThunderboltOutlined(props, ref) {
14953 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14954 ref: ref,
14955 icon: ThunderboltOutlinedSvg
14956 }));
14957 };
14958
14959 ThunderboltOutlined.displayName = 'ThunderboltOutlined';
14960 var ThunderboltOutlined$1 = /*#__PURE__*/React.forwardRef(ThunderboltOutlined);
14961
14962 var ThunderboltTwoTone_1 = createCommonjsModule(function (module, exports) {
14963 // This icon file is generated automatically.
14964 Object.defineProperty(exports, "__esModule", { value: true });
14965 var ThunderboltTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M695.4 164.1H470.8L281.2 491.5h157.4l-60.3 241 319.8-305.1h-211z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M848.1 359.3H627.8L825.9 109c4.1-5.3.4-13-6.3-13H436.1c-2.8 0-5.5 1.5-6.9 4L170.1 547.5c-3.1 5.3.7 12 6.9 12h174.4L262 917.1c-1.9 7.8 7.5 13.3 13.3 7.7L853.6 373c5.2-4.9 1.7-13.7-5.5-13.7zM378.3 732.5l60.3-241H281.2l189.6-327.4h224.6L487.1 427.4h211L378.3 732.5z", "fill": primaryColor } }] }; }, "name": "thunderbolt", "theme": "twotone" };
14966 exports.default = ThunderboltTwoTone;
14967 });
14968
14969 var ThunderboltTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ThunderboltTwoTone_1);
14970
14971 var ThunderboltTwoTone = function ThunderboltTwoTone(props, ref) {
14972 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14973 ref: ref,
14974 icon: ThunderboltTwoToneSvg
14975 }));
14976 };
14977
14978 ThunderboltTwoTone.displayName = 'ThunderboltTwoTone';
14979 var ThunderboltTwoTone$1 = /*#__PURE__*/React.forwardRef(ThunderboltTwoTone);
14980
14981 var ToTopOutlined_1 = createCommonjsModule(function (module, exports) {
14982 // This icon file is generated automatically.
14983 Object.defineProperty(exports, "__esModule", { value: true });
14984 var ToTopOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885 780H165c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM400 325.7h73.9V664c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V325.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 171a8 8 0 00-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13z" } }] }, "name": "to-top", "theme": "outlined" };
14985 exports.default = ToTopOutlined;
14986 });
14987
14988 var ToTopOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ToTopOutlined_1);
14989
14990 var ToTopOutlined = function ToTopOutlined(props, ref) {
14991 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
14992 ref: ref,
14993 icon: ToTopOutlinedSvg
14994 }));
14995 };
14996
14997 ToTopOutlined.displayName = 'ToTopOutlined';
14998 var ToTopOutlined$1 = /*#__PURE__*/React.forwardRef(ToTopOutlined);
14999
15000 var ToolFilled_1 = createCommonjsModule(function (module, exports) {
15001 // This icon file is generated automatically.
15002 Object.defineProperty(exports, "__esModule", { value: true });
15003 var ToolFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M865.3 244.7c-.3-.3-61.1 59.8-182.1 180.6l-84.9-84.9 180.9-180.9c-95.2-57.3-217.5-42.6-296.8 36.7A244.42 244.42 0 00419 432l1.8 6.7-283.5 283.4c-6.2 6.2-6.2 16.4 0 22.6l141.4 141.4c6.2 6.2 16.4 6.2 22.6 0l283.3-283.3 6.7 1.8c83.7 22.3 173.6-.9 236-63.3 79.4-79.3 94.1-201.6 38-296.6z" } }] }, "name": "tool", "theme": "filled" };
15004 exports.default = ToolFilled;
15005 });
15006
15007 var ToolFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ToolFilled_1);
15008
15009 var ToolFilled = function ToolFilled(props, ref) {
15010 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15011 ref: ref,
15012 icon: ToolFilledSvg
15013 }));
15014 };
15015
15016 ToolFilled.displayName = 'ToolFilled';
15017 var ToolFilled$1 = /*#__PURE__*/React.forwardRef(ToolFilled);
15018
15019 var ToolOutlined_1 = createCommonjsModule(function (module, exports) {
15020 // This icon file is generated automatically.
15021 Object.defineProperty(exports, "__esModule", { value: true });
15022 var ToolOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 01144-53.5L537 318.9a32.05 32.05 0 000 45.3l124.5 124.5a32.05 32.05 0 0045.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z" } }] }, "name": "tool", "theme": "outlined" };
15023 exports.default = ToolOutlined;
15024 });
15025
15026 var ToolOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ToolOutlined_1);
15027
15028 var ToolOutlined = function ToolOutlined(props, ref) {
15029 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15030 ref: ref,
15031 icon: ToolOutlinedSvg
15032 }));
15033 };
15034
15035 ToolOutlined.displayName = 'ToolOutlined';
15036 var ToolOutlined$1 = /*#__PURE__*/React.forwardRef(ToolOutlined);
15037
15038 var ToolTwoTone_1 = createCommonjsModule(function (module, exports) {
15039 // This icon file is generated automatically.
15040 Object.defineProperty(exports, "__esModule", { value: true });
15041 var ToolTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M706.8 488.7a32.05 32.05 0 01-45.3 0L537 364.2a32.05 32.05 0 010-45.3l132.9-132.8a184.2 184.2 0 00-144 53.5c-58.1 58.1-69.3 145.3-33.6 214.6L439.5 507c-.1 0-.1-.1-.1-.1L209.3 737l79.2 79.2 274-274.1.1.1 8.8-8.8c69.3 35.7 156.5 24.5 214.6-33.6 39.2-39.1 57.3-92.1 53.6-143.9L706.8 488.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M876.6 239.5c-.5-.9-1.2-1.8-2-2.5-5-5-13.1-5-18.1 0L684.2 409.3l-67.9-67.9L788.7 169c.8-.8 1.4-1.6 2-2.5 3.6-6.1 1.6-13.9-4.5-17.5-98.2-58-226.8-44.7-311.3 39.7-67 67-89.2 162-66.5 247.4l-293 293c-3 3-2.8 7.9.3 11l169.7 169.7c3.1 3.1 8.1 3.3 11 .3l292.9-292.9c85.5 22.8 180.5.7 247.6-66.4 84.4-84.5 97.7-213.1 39.7-311.3zM786 499.8c-58.1 58.1-145.3 69.3-214.6 33.6l-8.8 8.8-.1-.1-274 274.1-79.2-79.2 230.1-230.1s0 .1.1.1l52.8-52.8c-35.7-69.3-24.5-156.5 33.6-214.6a184.2 184.2 0 01144-53.5L537 318.9a32.05 32.05 0 000 45.3l124.5 124.5a32.05 32.05 0 0045.3 0l132.8-132.8c3.7 51.8-14.4 104.8-53.6 143.9z", "fill": primaryColor } }] }; }, "name": "tool", "theme": "twotone" };
15042 exports.default = ToolTwoTone;
15043 });
15044
15045 var ToolTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(ToolTwoTone_1);
15046
15047 var ToolTwoTone = function ToolTwoTone(props, ref) {
15048 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15049 ref: ref,
15050 icon: ToolTwoToneSvg
15051 }));
15052 };
15053
15054 ToolTwoTone.displayName = 'ToolTwoTone';
15055 var ToolTwoTone$1 = /*#__PURE__*/React.forwardRef(ToolTwoTone);
15056
15057 var TrademarkCircleFilled_1 = createCommonjsModule(function (module, exports) {
15058 // This icon file is generated automatically.
15059 Object.defineProperty(exports, "__esModule", { value: true });
15060 var TrademarkCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm164.7 660.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H378c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7zM523.9 357h-83.4v148H522c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z" } }] }, "name": "trademark-circle", "theme": "filled" };
15061 exports.default = TrademarkCircleFilled;
15062 });
15063
15064 var TrademarkCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(TrademarkCircleFilled_1);
15065
15066 var TrademarkCircleFilled = function TrademarkCircleFilled(props, ref) {
15067 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15068 ref: ref,
15069 icon: TrademarkCircleFilledSvg
15070 }));
15071 };
15072
15073 TrademarkCircleFilled.displayName = 'TrademarkCircleFilled';
15074 var TrademarkCircleFilled$1 = /*#__PURE__*/React.forwardRef(TrademarkCircleFilled);
15075
15076 var TrademarkCircleOutlined_1 = createCommonjsModule(function (module, exports) {
15077 // This icon file is generated automatically.
15078 Object.defineProperty(exports, "__esModule", { value: true });
15079 var TrademarkCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm87.5-334.7c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.5-131.1-144.2-131.1H378c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.5c4.4 0 8-3.6 8-8V561.2h88.7l74.6 159.2c1.3 2.8 4.1 4.6 7.2 4.6h62a7.9 7.9 0 007.1-11.5l-80.6-164.2zM522 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.5 0 46.9-29.8 72.5-82.8 72.5z" } }] }, "name": "trademark-circle", "theme": "outlined" };
15080 exports.default = TrademarkCircleOutlined;
15081 });
15082
15083 var TrademarkCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TrademarkCircleOutlined_1);
15084
15085 var TrademarkCircleOutlined = function TrademarkCircleOutlined(props, ref) {
15086 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15087 ref: ref,
15088 icon: TrademarkCircleOutlinedSvg
15089 }));
15090 };
15091
15092 TrademarkCircleOutlined.displayName = 'TrademarkCircleOutlined';
15093 var TrademarkCircleOutlined$1 = /*#__PURE__*/React.forwardRef(TrademarkCircleOutlined);
15094
15095 var TrademarkCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
15096 // This icon file is generated automatically.
15097 Object.defineProperty(exports, "__esModule", { value: true });
15098 var TrademarkCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm170.7 584.2c-1.1.5-2.3.8-3.5.8h-62c-3.1 0-5.9-1.8-7.2-4.6l-74.6-159.2h-88.7V717c0 4.4-3.6 8-8 8H384c-4.4 0-8-3.6-8-8V307c0-4.4 3.6-8 8-8h155.6c98.8 0 144.2 59.9 144.2 131.1 0 70.2-43.6 106.4-78.4 119.2l80.8 164.2c2.1 3.9.4 8.7-3.5 10.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M529.9 357h-83.4v148H528c53 0 82.8-25.6 82.8-72.4 0-50.3-32.9-75.6-80.9-75.6z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M605.4 549.3c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.4-131.1-144.2-131.1H384c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.7c4.4 0 8-3.6 8-8V561.2h88.7L610 720.4c1.3 2.8 4.1 4.6 7.2 4.6h62c1.2 0 2.4-.3 3.5-.8 3.9-2 5.6-6.8 3.5-10.7l-80.8-164.2zM528 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.6 0 46.8-29.8 72.4-82.8 72.4z", "fill": primaryColor } }] }; }, "name": "trademark-circle", "theme": "twotone" };
15099 exports.default = TrademarkCircleTwoTone;
15100 });
15101
15102 var TrademarkCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(TrademarkCircleTwoTone_1);
15103
15104 var TrademarkCircleTwoTone = function TrademarkCircleTwoTone(props, ref) {
15105 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15106 ref: ref,
15107 icon: TrademarkCircleTwoToneSvg
15108 }));
15109 };
15110
15111 TrademarkCircleTwoTone.displayName = 'TrademarkCircleTwoTone';
15112 var TrademarkCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(TrademarkCircleTwoTone);
15113
15114 var TrademarkOutlined_1 = createCommonjsModule(function (module, exports) {
15115 // This icon file is generated automatically.
15116 Object.defineProperty(exports, "__esModule", { value: true });
15117 var TrademarkOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372zm87.5-334.7c34.8-12.8 78.4-49 78.4-119.2 0-71.2-45.5-131.1-144.2-131.1H378c-4.4 0-8 3.6-8 8v410c0 4.4 3.6 8 8 8h54.5c4.4 0 8-3.6 8-8V561.2h88.7l74.6 159.2c1.3 2.8 4.1 4.6 7.2 4.6h62a7.9 7.9 0 007.1-11.5l-80.6-164.2zM522 505h-81.5V357h83.4c48 0 80.9 25.3 80.9 75.5 0 46.9-29.8 72.5-82.8 72.5z" } }] }, "name": "trademark", "theme": "outlined" };
15118 exports.default = TrademarkOutlined;
15119 });
15120
15121 var TrademarkOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TrademarkOutlined_1);
15122
15123 var TrademarkOutlined = function TrademarkOutlined(props, ref) {
15124 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15125 ref: ref,
15126 icon: TrademarkOutlinedSvg
15127 }));
15128 };
15129
15130 TrademarkOutlined.displayName = 'TrademarkOutlined';
15131 var TrademarkOutlined$1 = /*#__PURE__*/React.forwardRef(TrademarkOutlined);
15132
15133 var TransactionOutlined_1 = createCommonjsModule(function (module, exports) {
15134 // This icon file is generated automatically.
15135 Object.defineProperty(exports, "__esModule", { value: true });
15136 var TransactionOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M668.6 320c0-4.4-3.6-8-8-8h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 00-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.5-1.1.9-2.4.9-3.7zM157.9 504.2a352.7 352.7 0 01103.5-242.4c32.5-32.5 70.3-58.1 112.4-75.9 43.6-18.4 89.9-27.8 137.6-27.8 47.8 0 94.1 9.3 137.6 27.8 42.1 17.8 79.9 43.4 112.4 75.9 10 10 19.3 20.5 27.9 31.4l-50 39.1a8 8 0 003 14.1l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3l-47.8 37.4C770.7 146.3 648.6 82 511.5 82 277 82 86.3 270.1 82 503.8a8 8 0 008 8.2h60c4.3 0 7.8-3.5 7.9-7.8zM934 512h-60c-4.3 0-7.9 3.5-8 7.8a352.7 352.7 0 01-103.5 242.4 352.57 352.57 0 01-112.4 75.9c-43.6 18.4-89.9 27.8-137.6 27.8s-94.1-9.3-137.6-27.8a352.57 352.57 0 01-112.4-75.9c-10-10-19.3-20.5-27.9-31.4l49.9-39.1a8 8 0 00-3-14.1l-156.8-38.3c-5-1.2-9.9 2.6-9.9 7.7l-.8 161.7c0 6.7 7.7 10.5 12.9 6.3l47.8-37.4C253.3 877.7 375.4 942 512.5 942 747 942 937.7 753.9 942 520.2a8 8 0 00-8-8.2z" } }] }, "name": "transaction", "theme": "outlined" };
15137 exports.default = TransactionOutlined;
15138 });
15139
15140 var TransactionOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TransactionOutlined_1);
15141
15142 var TransactionOutlined = function TransactionOutlined(props, ref) {
15143 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15144 ref: ref,
15145 icon: TransactionOutlinedSvg
15146 }));
15147 };
15148
15149 TransactionOutlined.displayName = 'TransactionOutlined';
15150 var TransactionOutlined$1 = /*#__PURE__*/React.forwardRef(TransactionOutlined);
15151
15152 var TranslationOutlined_1 = createCommonjsModule(function (module, exports) {
15153 // This icon file is generated automatically.
15154 Object.defineProperty(exports, "__esModule", { value: true });
15155 var TranslationOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M140 188h584v164h76V144c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h544v-76H140V188z" } }, { "tag": "path", "attrs": { "d": "M414.3 256h-60.6c-3.4 0-6.4 2.2-7.6 5.4L219 629.4c-.3.8-.4 1.7-.4 2.6 0 4.4 3.6 8 8 8h55.1c3.4 0 6.4-2.2 7.6-5.4L322 540h196.2L422 261.4a8.42 8.42 0 00-7.7-5.4zm12.4 228h-85.5L384 360.2 426.7 484zM936 528H800v-93c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v93H592c-13.3 0-24 10.7-24 24v176c0 13.3 10.7 24 24 24h136v152c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V752h136c13.3 0 24-10.7 24-24V552c0-13.3-10.7-24-24-24zM728 680h-88v-80h88v80zm160 0h-88v-80h88v80z" } }] }, "name": "translation", "theme": "outlined" };
15156 exports.default = TranslationOutlined;
15157 });
15158
15159 var TranslationOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TranslationOutlined_1);
15160
15161 var TranslationOutlined = function TranslationOutlined(props, ref) {
15162 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15163 ref: ref,
15164 icon: TranslationOutlinedSvg
15165 }));
15166 };
15167
15168 TranslationOutlined.displayName = 'TranslationOutlined';
15169 var TranslationOutlined$1 = /*#__PURE__*/React.forwardRef(TranslationOutlined);
15170
15171 var TrophyFilled_1 = createCommonjsModule(function (module, exports) {
15172 // This icon file is generated automatically.
15173 Object.defineProperty(exports, "__esModule", { value: true });
15174 var TrophyFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 00-44 44v148c0 81.7 60 149.6 138.2 162C265.6 630.2 359 721.8 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.8 758.4 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 00-44-44zM248 439.6c-37.1-11.9-64-46.7-64-87.6V232h64v207.6zM840 352c0 41-26.9 75.8-64 87.6V232h64v120z" } }] }, "name": "trophy", "theme": "filled" };
15175 exports.default = TrophyFilled;
15176 });
15177
15178 var TrophyFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(TrophyFilled_1);
15179
15180 var TrophyFilled = function TrophyFilled(props, ref) {
15181 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15182 ref: ref,
15183 icon: TrophyFilledSvg
15184 }));
15185 };
15186
15187 TrophyFilled.displayName = 'TrophyFilled';
15188 var TrophyFilled$1 = /*#__PURE__*/React.forwardRef(TrophyFilled);
15189
15190 var TrophyOutlined_1 = createCommonjsModule(function (module, exports) {
15191 // This icon file is generated automatically.
15192 Object.defineProperty(exports, "__esModule", { value: true });
15193 var TrophyOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 00-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 00-44-44zM184 352V232h64v207.6a91.99 91.99 0 01-64-87.6zm520 128c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z" } }] }, "name": "trophy", "theme": "outlined" };
15194 exports.default = TrophyOutlined;
15195 });
15196
15197 var TrophyOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TrophyOutlined_1);
15198
15199 var TrophyOutlined = function TrophyOutlined(props, ref) {
15200 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15201 ref: ref,
15202 icon: TrophyOutlinedSvg
15203 }));
15204 };
15205
15206 TrophyOutlined.displayName = 'TrophyOutlined';
15207 var TrophyOutlined$1 = /*#__PURE__*/React.forwardRef(TrophyOutlined);
15208
15209 var TrophyTwoTone_1 = createCommonjsModule(function (module, exports) {
15210 // This icon file is generated automatically.
15211 Object.defineProperty(exports, "__esModule", { value: true });
15212 var TrophyTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M320 480c0 49.1 19.1 95.3 53.9 130.1 34.7 34.8 81 53.9 130.1 53.9h16c49.1 0 95.3-19.1 130.1-53.9 34.8-34.7 53.9-81 53.9-130.1V184H320v296zM184 352c0 41 26.9 75.8 64 87.6-37.1-11.9-64-46.7-64-87.6zm364 382.5C665 721.8 758.4 630.2 773.8 514 758.3 630.2 665 721.7 548 734.5zM250.2 514C265.6 630.2 359 721.8 476 734.5 359 721.7 265.7 630.2 250.2 514z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M868 160h-92v-40c0-4.4-3.6-8-8-8H256c-4.4 0-8 3.6-8 8v40h-92a44 44 0 00-44 44v148c0 81.7 60 149.6 138.2 162C265.7 630.2 359 721.7 476 734.5v105.2H280c-17.7 0-32 14.3-32 32V904c0 4.4 3.6 8 8 8h512c4.4 0 8-3.6 8-8v-32.3c0-17.7-14.3-32-32-32H548V734.5C665 721.7 758.3 630.2 773.8 514 852 501.6 912 433.7 912 352V204a44 44 0 00-44-44zM248 439.6a91.99 91.99 0 01-64-87.6V232h64v207.6zM704 480c0 49.1-19.1 95.4-53.9 130.1-34.8 34.8-81 53.9-130.1 53.9h-16c-49.1 0-95.4-19.1-130.1-53.9-34.8-34.8-53.9-81-53.9-130.1V184h384v296zm136-128c0 41-26.9 75.8-64 87.6V232h64v120z", "fill": primaryColor } }] }; }, "name": "trophy", "theme": "twotone" };
15213 exports.default = TrophyTwoTone;
15214 });
15215
15216 var TrophyTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(TrophyTwoTone_1);
15217
15218 var TrophyTwoTone = function TrophyTwoTone(props, ref) {
15219 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15220 ref: ref,
15221 icon: TrophyTwoToneSvg
15222 }));
15223 };
15224
15225 TrophyTwoTone.displayName = 'TrophyTwoTone';
15226 var TrophyTwoTone$1 = /*#__PURE__*/React.forwardRef(TrophyTwoTone);
15227
15228 var TwitterCircleFilled_1 = createCommonjsModule(function (module, exports) {
15229 // This icon file is generated automatically.
15230 Object.defineProperty(exports, "__esModule", { value: true });
15231 var TwitterCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm215.3 337.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 01-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 01-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 00229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z" } }] }, "name": "twitter-circle", "theme": "filled" };
15232 exports.default = TwitterCircleFilled;
15233 });
15234
15235 var TwitterCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(TwitterCircleFilled_1);
15236
15237 var TwitterCircleFilled = function TwitterCircleFilled(props, ref) {
15238 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15239 ref: ref,
15240 icon: TwitterCircleFilledSvg
15241 }));
15242 };
15243
15244 TwitterCircleFilled.displayName = 'TwitterCircleFilled';
15245 var TwitterCircleFilled$1 = /*#__PURE__*/React.forwardRef(TwitterCircleFilled);
15246
15247 var TwitterOutlined_1 = createCommonjsModule(function (module, exports) {
15248 // This icon file is generated automatically.
15249 Object.defineProperty(exports, "__esModule", { value: true });
15250 var TwitterOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M928 254.3c-30.6 13.2-63.9 22.7-98.2 26.4a170.1 170.1 0 0075-94 336.64 336.64 0 01-108.2 41.2A170.1 170.1 0 00672 174c-94.5 0-170.5 76.6-170.5 170.6 0 13.2 1.6 26.4 4.2 39.1-141.5-7.4-267.7-75-351.6-178.5a169.32 169.32 0 00-23.2 86.1c0 59.2 30.1 111.4 76 142.1a172 172 0 01-77.1-21.7v2.1c0 82.9 58.6 151.6 136.7 167.4a180.6 180.6 0 01-44.9 5.8c-11.1 0-21.6-1.1-32.2-2.6C211 652 273.9 701.1 348.8 702.7c-58.6 45.9-132 72.9-211.7 72.9-14.3 0-27.5-.5-41.2-2.1C171.5 822 261.2 850 357.8 850 671.4 850 843 590.2 843 364.7c0-7.4 0-14.8-.5-22.2 33.2-24.3 62.3-54.4 85.5-88.2z" } }] }, "name": "twitter", "theme": "outlined" };
15251 exports.default = TwitterOutlined;
15252 });
15253
15254 var TwitterOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(TwitterOutlined_1);
15255
15256 var TwitterOutlined = function TwitterOutlined(props, ref) {
15257 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15258 ref: ref,
15259 icon: TwitterOutlinedSvg
15260 }));
15261 };
15262
15263 TwitterOutlined.displayName = 'TwitterOutlined';
15264 var TwitterOutlined$1 = /*#__PURE__*/React.forwardRef(TwitterOutlined);
15265
15266 var TwitterSquareFilled_1 = createCommonjsModule(function (module, exports) {
15267 // This icon file is generated automatically.
15268 Object.defineProperty(exports, "__esModule", { value: true });
15269 var TwitterSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM727.3 401.7c.3 4.7.3 9.6.3 14.4 0 146.8-111.8 315.9-316.1 315.9-63 0-121.4-18.3-170.6-49.8 9 1 17.6 1.4 26.8 1.4 52 0 99.8-17.6 137.9-47.4-48.8-1-89.8-33-103.8-77 17.1 2.5 32.5 2.5 50.1-2a111 111 0 01-88.9-109v-1.4c14.7 8.3 32 13.4 50.1 14.1a111.13 111.13 0 01-49.5-92.4c0-20.7 5.4-39.6 15.1-56a315.28 315.28 0 00229 116.1C492 353.1 548.4 292 616.2 292c32 0 60.8 13.4 81.1 35 25.1-4.7 49.1-14.1 70.5-26.7-8.3 25.7-25.7 47.4-48.8 61.1 22.4-2.4 44-8.6 64-17.3-15.1 22.2-34 41.9-55.7 57.6z" } }] }, "name": "twitter-square", "theme": "filled" };
15270 exports.default = TwitterSquareFilled;
15271 });
15272
15273 var TwitterSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(TwitterSquareFilled_1);
15274
15275 var TwitterSquareFilled = function TwitterSquareFilled(props, ref) {
15276 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15277 ref: ref,
15278 icon: TwitterSquareFilledSvg
15279 }));
15280 };
15281
15282 TwitterSquareFilled.displayName = 'TwitterSquareFilled';
15283 var TwitterSquareFilled$1 = /*#__PURE__*/React.forwardRef(TwitterSquareFilled);
15284
15285 var UnderlineOutlined_1 = createCommonjsModule(function (module, exports) {
15286 // This icon file is generated automatically.
15287 Object.defineProperty(exports, "__esModule", { value: true });
15288 var UnderlineOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M824 804H200c-4.4 0-8 3.4-8 7.6v60.8c0 4.2 3.6 7.6 8 7.6h624c4.4 0 8-3.4 8-7.6v-60.8c0-4.2-3.6-7.6-8-7.6zm-312-76c69.4 0 134.6-27.1 183.8-76.2C745 602.7 772 537.4 772 468V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 97-79 176-176 176s-176-79-176-176V156c0-6.6-5.4-12-12-12h-60c-6.6 0-12 5.4-12 12v312c0 69.4 27.1 134.6 76.2 183.8C377.3 701 442.6 728 512 728z" } }] }, "name": "underline", "theme": "outlined" };
15289 exports.default = UnderlineOutlined;
15290 });
15291
15292 var UnderlineOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UnderlineOutlined_1);
15293
15294 var UnderlineOutlined = function UnderlineOutlined(props, ref) {
15295 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15296 ref: ref,
15297 icon: UnderlineOutlinedSvg
15298 }));
15299 };
15300
15301 UnderlineOutlined.displayName = 'UnderlineOutlined';
15302 var UnderlineOutlined$1 = /*#__PURE__*/React.forwardRef(UnderlineOutlined);
15303
15304 var UndoOutlined_1 = createCommonjsModule(function (module, exports) {
15305 // This icon file is generated automatically.
15306 Object.defineProperty(exports, "__esModule", { value: true });
15307 var UndoOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M511.4 124C290.5 124.3 112 303 112 523.9c0 128 60.2 242 153.8 315.2l-37.5 48c-4.1 5.3-.3 13 6.3 12.9l167-.8c5.2 0 9-4.9 7.7-9.9L369.8 727a8 8 0 00-14.1-3L315 776.1c-10.2-8-20-16.7-29.3-26a318.64 318.64 0 01-68.6-101.7C200.4 609 192 567.1 192 523.9s8.4-85.1 25.1-124.5c16.1-38.1 39.2-72.3 68.6-101.7 29.4-29.4 63.6-52.5 101.7-68.6C426.9 212.4 468.8 204 512 204s85.1 8.4 124.5 25.1c38.1 16.1 72.3 39.2 101.7 68.6 29.4 29.4 52.5 63.6 68.6 101.7 16.7 39.4 25.1 81.3 25.1 124.5s-8.4 85.1-25.1 124.5a318.64 318.64 0 01-68.6 101.7c-7.5 7.5-15.3 14.5-23.4 21.2a7.93 7.93 0 00-1.2 11.1l39.4 50.5c2.8 3.5 7.9 4.1 11.4 1.3C854.5 760.8 912 649.1 912 523.9c0-221.1-179.4-400.2-400.6-399.9z" } }] }, "name": "undo", "theme": "outlined" };
15308 exports.default = UndoOutlined;
15309 });
15310
15311 var UndoOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UndoOutlined_1);
15312
15313 var UndoOutlined = function UndoOutlined(props, ref) {
15314 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15315 ref: ref,
15316 icon: UndoOutlinedSvg
15317 }));
15318 };
15319
15320 UndoOutlined.displayName = 'UndoOutlined';
15321 var UndoOutlined$1 = /*#__PURE__*/React.forwardRef(UndoOutlined);
15322
15323 var UngroupOutlined_1 = createCommonjsModule(function (module, exports) {
15324 // This icon file is generated automatically.
15325 Object.defineProperty(exports, "__esModule", { value: true });
15326 var UngroupOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M736 550H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V566c0-8.8-7.2-16-16-16zm-56 136H344v-64h336v64zm208 130c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zM736 266H288c-8.8 0-16 7.2-16 16v176c0 8.8 7.2 16 16 16h448c8.8 0 16-7.2 16-16V282c0-8.8-7.2-16-16-16zm-56 136H344v-64h336v64zm208-194c39.8 0 72-32.2 72-72s-32.2-72-72-72-72 32.2-72 72 32.2 72 72 72zm0-96c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zM136 64c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0 656c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm0 96c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z" } }] }, "name": "ungroup", "theme": "outlined" };
15327 exports.default = UngroupOutlined;
15328 });
15329
15330 var UngroupOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UngroupOutlined_1);
15331
15332 var UngroupOutlined = function UngroupOutlined(props, ref) {
15333 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15334 ref: ref,
15335 icon: UngroupOutlinedSvg
15336 }));
15337 };
15338
15339 UngroupOutlined.displayName = 'UngroupOutlined';
15340 var UngroupOutlined$1 = /*#__PURE__*/React.forwardRef(UngroupOutlined);
15341
15342 var UnlockFilled_1 = createCommonjsModule(function (module, exports) {
15343 // This icon file is generated automatically.
15344 Object.defineProperty(exports, "__esModule", { value: true });
15345 var UnlockFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zM540 701v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 1156 0z" } }] }, "name": "unlock", "theme": "filled" };
15346 exports.default = UnlockFilled;
15347 });
15348
15349 var UnlockFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(UnlockFilled_1);
15350
15351 var UnlockFilled = function UnlockFilled(props, ref) {
15352 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15353 ref: ref,
15354 icon: UnlockFilledSvg
15355 }));
15356 };
15357
15358 UnlockFilled.displayName = 'UnlockFilled';
15359 var UnlockFilled$1 = /*#__PURE__*/React.forwardRef(UnlockFilled);
15360
15361 var UnlockOutlined_1 = createCommonjsModule(function (module, exports) {
15362 // This icon file is generated automatically.
15363 Object.defineProperty(exports, "__esModule", { value: true });
15364 var UnlockOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304zM484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 10-56 0z" } }] }, "name": "unlock", "theme": "outlined" };
15365 exports.default = UnlockOutlined;
15366 });
15367
15368 var UnlockOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UnlockOutlined_1);
15369
15370 var UnlockOutlined = function UnlockOutlined(props, ref) {
15371 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15372 ref: ref,
15373 icon: UnlockOutlinedSvg
15374 }));
15375 };
15376
15377 UnlockOutlined.displayName = 'UnlockOutlined';
15378 var UnlockOutlined$1 = /*#__PURE__*/React.forwardRef(UnlockOutlined);
15379
15380 var UnlockTwoTone_1 = createCommonjsModule(function (module, exports) {
15381 // This icon file is generated automatically.
15382 Object.defineProperty(exports, "__esModule", { value: true });
15383 var UnlockTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M232 840h560V536H232v304zm280-226a48.01 48.01 0 0128 87v53c0 4.4-3.6 8-8 8h-40c-4.4 0-8-3.6-8-8v-53a48.01 48.01 0 0128-87z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M484 701v53c0 4.4 3.6 8 8 8h40c4.4 0 8-3.6 8-8v-53a48.01 48.01 0 10-56 0z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M832 464H332V240c0-30.9 25.1-56 56-56h248c30.9 0 56 25.1 56 56v68c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-68c0-70.7-57.3-128-128-128H388c-70.7 0-128 57.3-128 128v224h-68c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V496c0-17.7-14.3-32-32-32zm-40 376H232V536h560v304z", "fill": primaryColor } }] }; }, "name": "unlock", "theme": "twotone" };
15384 exports.default = UnlockTwoTone;
15385 });
15386
15387 var UnlockTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(UnlockTwoTone_1);
15388
15389 var UnlockTwoTone = function UnlockTwoTone(props, ref) {
15390 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15391 ref: ref,
15392 icon: UnlockTwoToneSvg
15393 }));
15394 };
15395
15396 UnlockTwoTone.displayName = 'UnlockTwoTone';
15397 var UnlockTwoTone$1 = /*#__PURE__*/React.forwardRef(UnlockTwoTone);
15398
15399 var UnorderedListOutlined_1 = createCommonjsModule(function (module, exports) {
15400 // This icon file is generated automatically.
15401 Object.defineProperty(exports, "__esModule", { value: true });
15402 var UnorderedListOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M912 192H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 284H328c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h584c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM104 228a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0zm0 284a56 56 0 10112 0 56 56 0 10-112 0z" } }] }, "name": "unordered-list", "theme": "outlined" };
15403 exports.default = UnorderedListOutlined;
15404 });
15405
15406 var UnorderedListOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UnorderedListOutlined_1);
15407
15408 var UnorderedListOutlined = function UnorderedListOutlined(props, ref) {
15409 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15410 ref: ref,
15411 icon: UnorderedListOutlinedSvg
15412 }));
15413 };
15414
15415 UnorderedListOutlined.displayName = 'UnorderedListOutlined';
15416 var UnorderedListOutlined$1 = /*#__PURE__*/React.forwardRef(UnorderedListOutlined);
15417
15418 var UpCircleFilled_1 = createCommonjsModule(function (module, exports) {
15419 // This icon file is generated automatically.
15420 Object.defineProperty(exports, "__esModule", { value: true });
15421 var UpCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm178 555h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z" } }] }, "name": "up-circle", "theme": "filled" };
15422 exports.default = UpCircleFilled;
15423 });
15424
15425 var UpCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(UpCircleFilled_1);
15426
15427 var UpCircleFilled = function UpCircleFilled(props, ref) {
15428 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15429 ref: ref,
15430 icon: UpCircleFilledSvg
15431 }));
15432 };
15433
15434 UpCircleFilled.displayName = 'UpCircleFilled';
15435 var UpCircleFilled$1 = /*#__PURE__*/React.forwardRef(UpCircleFilled);
15436
15437 var UpCircleOutlined_1 = createCommonjsModule(function (module, exports) {
15438 // This icon file is generated automatically.
15439 Object.defineProperty(exports, "__esModule", { value: true });
15440 var UpCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M518.5 360.3a7.95 7.95 0 00-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7H381c10.2 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246z" } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }] }, "name": "up-circle", "theme": "outlined" };
15441 exports.default = UpCircleOutlined;
15442 });
15443
15444 var UpCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UpCircleOutlined_1);
15445
15446 var UpCircleOutlined = function UpCircleOutlined(props, ref) {
15447 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15448 ref: ref,
15449 icon: UpCircleOutlinedSvg
15450 }));
15451 };
15452
15453 UpCircleOutlined.displayName = 'UpCircleOutlined';
15454 var UpCircleOutlined$1 = /*#__PURE__*/React.forwardRef(UpCircleOutlined);
15455
15456 var UpCircleTwoTone_1 = createCommonjsModule(function (module, exports) {
15457 // This icon file is generated automatically.
15458 Object.defineProperty(exports, "__esModule", { value: true });
15459 var UpCircleTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm178 479h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 460.4 406.8 605.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M518.4 360.3a7.95 7.95 0 00-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7h46.9c10.3 0 19.9-4.9 25.9-13.2L512 460.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246z", "fill": primaryColor } }] }; }, "name": "up-circle", "theme": "twotone" };
15460 exports.default = UpCircleTwoTone;
15461 });
15462
15463 var UpCircleTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(UpCircleTwoTone_1);
15464
15465 var UpCircleTwoTone = function UpCircleTwoTone(props, ref) {
15466 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15467 ref: ref,
15468 icon: UpCircleTwoToneSvg
15469 }));
15470 };
15471
15472 UpCircleTwoTone.displayName = 'UpCircleTwoTone';
15473 var UpCircleTwoTone$1 = /*#__PURE__*/React.forwardRef(UpCircleTwoTone);
15474
15475 var UpOutlined_1 = createCommonjsModule(function (module, exports) {
15476 // This icon file is generated automatically.
15477 Object.defineProperty(exports, "__esModule", { value: true });
15478 var UpOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z" } }] }, "name": "up", "theme": "outlined" };
15479 exports.default = UpOutlined;
15480 });
15481
15482 var UpOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UpOutlined_1);
15483
15484 var UpOutlined = function UpOutlined(props, ref) {
15485 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15486 ref: ref,
15487 icon: UpOutlinedSvg
15488 }));
15489 };
15490
15491 UpOutlined.displayName = 'UpOutlined';
15492 var UpOutlined$1 = /*#__PURE__*/React.forwardRef(UpOutlined);
15493
15494 var UpSquareFilled_1 = createCommonjsModule(function (module, exports) {
15495 // This icon file is generated automatically.
15496 Object.defineProperty(exports, "__esModule", { value: true });
15497 var UpSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM690 624h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7z" } }] }, "name": "up-square", "theme": "filled" };
15498 exports.default = UpSquareFilled;
15499 });
15500
15501 var UpSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(UpSquareFilled_1);
15502
15503 var UpSquareFilled = function UpSquareFilled(props, ref) {
15504 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15505 ref: ref,
15506 icon: UpSquareFilledSvg
15507 }));
15508 };
15509
15510 UpSquareFilled.displayName = 'UpSquareFilled';
15511 var UpSquareFilled$1 = /*#__PURE__*/React.forwardRef(UpSquareFilled);
15512
15513 var UpSquareOutlined_1 = createCommonjsModule(function (module, exports) {
15514 // This icon file is generated automatically.
15515 Object.defineProperty(exports, "__esModule", { value: true });
15516 var UpSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M334 624h46.9c10.2 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.6 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.5-12.7l-178-246a7.95 7.95 0 00-12.9 0l-178 246A7.96 7.96 0 00334 624z" } }, { "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] }, "name": "up-square", "theme": "outlined" };
15517 exports.default = UpSquareOutlined;
15518 });
15519
15520 var UpSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UpSquareOutlined_1);
15521
15522 var UpSquareOutlined = function UpSquareOutlined(props, ref) {
15523 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15524 ref: ref,
15525 icon: UpSquareOutlinedSvg
15526 }));
15527 };
15528
15529 UpSquareOutlined.displayName = 'UpSquareOutlined';
15530 var UpSquareOutlined$1 = /*#__PURE__*/React.forwardRef(UpSquareOutlined);
15531
15532 var UpSquareTwoTone_1 = createCommonjsModule(function (module, exports) {
15533 // This icon file is generated automatically.
15534 Object.defineProperty(exports, "__esModule", { value: true });
15535 var UpSquareTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V184H184v656zm143.5-228.7l178-246c3.2-4.4 9.7-4.4 12.9 0l178 246c3.9 5.3.1 12.7-6.4 12.7h-46.9c-10.2 0-19.9-4.9-25.9-13.2L512 465.4 406.8 610.8c-6 8.3-15.6 13.2-25.9 13.2H334c-6.5 0-10.3-7.4-6.5-12.7z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M334 624h46.9c10.3 0 19.9-4.9 25.9-13.2L512 465.4l105.2 145.4c6 8.3 15.7 13.2 25.9 13.2H690c6.5 0 10.3-7.4 6.4-12.7l-178-246a7.95 7.95 0 00-12.9 0l-178 246c-3.8 5.3 0 12.7 6.5 12.7z", "fill": primaryColor } }] }; }, "name": "up-square", "theme": "twotone" };
15536 exports.default = UpSquareTwoTone;
15537 });
15538
15539 var UpSquareTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(UpSquareTwoTone_1);
15540
15541 var UpSquareTwoTone = function UpSquareTwoTone(props, ref) {
15542 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15543 ref: ref,
15544 icon: UpSquareTwoToneSvg
15545 }));
15546 };
15547
15548 UpSquareTwoTone.displayName = 'UpSquareTwoTone';
15549 var UpSquareTwoTone$1 = /*#__PURE__*/React.forwardRef(UpSquareTwoTone);
15550
15551 var UploadOutlined_1 = createCommonjsModule(function (module, exports) {
15552 // This icon file is generated automatically.
15553 Object.defineProperty(exports, "__esModule", { value: true });
15554 var UploadOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M400 317.7h73.9V656c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V317.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 163a8 8 0 00-12.6 0l-112 141.7c-4.1 5.3-.4 13 6.3 13zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" } }] }, "name": "upload", "theme": "outlined" };
15555 exports.default = UploadOutlined;
15556 });
15557
15558 var UploadOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UploadOutlined_1);
15559
15560 var UploadOutlined = function UploadOutlined(props, ref) {
15561 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15562 ref: ref,
15563 icon: UploadOutlinedSvg
15564 }));
15565 };
15566
15567 UploadOutlined.displayName = 'UploadOutlined';
15568 var UploadOutlined$1 = /*#__PURE__*/React.forwardRef(UploadOutlined);
15569
15570 var UsbFilled_1 = createCommonjsModule(function (module, exports) {
15571 // This icon file is generated automatically.
15572 Object.defineProperty(exports, "__esModule", { value: true });
15573 var UsbFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M408 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8zm352 120V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-72 0H336V184h352v248zM568 312h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }] }, "name": "usb", "theme": "filled" };
15574 exports.default = UsbFilled;
15575 });
15576
15577 var UsbFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(UsbFilled_1);
15578
15579 var UsbFilled = function UsbFilled(props, ref) {
15580 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15581 ref: ref,
15582 icon: UsbFilledSvg
15583 }));
15584 };
15585
15586 UsbFilled.displayName = 'UsbFilled';
15587 var UsbFilled$1 = /*#__PURE__*/React.forwardRef(UsbFilled);
15588
15589 var UsbOutlined_1 = createCommonjsModule(function (module, exports) {
15590 // This icon file is generated automatically.
15591 Object.defineProperty(exports, "__esModule", { value: true });
15592 var UsbOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v356c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zm-424 0V184h352v248H336zm120-184h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" } }] }, "name": "usb", "theme": "outlined" };
15593 exports.default = UsbOutlined;
15594 });
15595
15596 var UsbOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UsbOutlined_1);
15597
15598 var UsbOutlined = function UsbOutlined(props, ref) {
15599 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15600 ref: ref,
15601 icon: UsbOutlinedSvg
15602 }));
15603 };
15604
15605 UsbOutlined.displayName = 'UsbOutlined';
15606 var UsbOutlined$1 = /*#__PURE__*/React.forwardRef(UsbOutlined);
15607
15608 var UsbTwoTone_1 = createCommonjsModule(function (module, exports) {
15609 // This icon file is generated automatically.
15610 Object.defineProperty(exports, "__esModule", { value: true });
15611 var UsbTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M759.9 504H264.1c-26.5 0-48.1 19.7-48.1 44v292h592V548c0-24.3-21.6-44-48.1-44z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M456 248h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zm160 0h-48c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M760 432V144c0-17.7-14.3-32-32-32H296c-17.7 0-32 14.3-32 32v288c-66.2 0-120 52.1-120 116v356c0 4.4 3.6 8 8 8h720c4.4 0 8-3.6 8-8V548c0-63.9-53.8-116-120-116zM336 184h352v248H336V184zm472 656H216V548c0-24.3 21.6-44 48.1-44h495.8c26.5 0 48.1 19.7 48.1 44v292z", "fill": primaryColor } }] }; }, "name": "usb", "theme": "twotone" };
15612 exports.default = UsbTwoTone;
15613 });
15614
15615 var UsbTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(UsbTwoTone_1);
15616
15617 var UsbTwoTone = function UsbTwoTone(props, ref) {
15618 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15619 ref: ref,
15620 icon: UsbTwoToneSvg
15621 }));
15622 };
15623
15624 UsbTwoTone.displayName = 'UsbTwoTone';
15625 var UsbTwoTone$1 = /*#__PURE__*/React.forwardRef(UsbTwoTone);
15626
15627 var UserAddOutlined_1 = createCommonjsModule(function (module, exports) {
15628 // This icon file is generated automatically.
15629 Object.defineProperty(exports, "__esModule", { value: true });
15630 var UserAddOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M678.3 642.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 00-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 505 759.6 431.7 759.6 349c0-137-110.8-248-247.5-248S264.7 212 264.7 349c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 00-80.4 119.5A373.6 373.6 0 00137 888.8a8 8 0 008 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 628.2 432.2 597 512.2 597c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 008.1.3zM512.2 521c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 01340.5 349c0-45.9 17.9-89.1 50.3-121.6S466.3 177 512.2 177s88.9 17.9 121.4 50.4A171.2 171.2 0 01683.9 349c0 45.9-17.9 89.1-50.3 121.6C601.1 503.1 558 521 512.2 521zM880 759h-84v-84c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v84h-84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h84v84c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-84h84c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "user-add", "theme": "outlined" };
15631 exports.default = UserAddOutlined;
15632 });
15633
15634 var UserAddOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UserAddOutlined_1);
15635
15636 var UserAddOutlined = function UserAddOutlined(props, ref) {
15637 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15638 ref: ref,
15639 icon: UserAddOutlinedSvg
15640 }));
15641 };
15642
15643 UserAddOutlined.displayName = 'UserAddOutlined';
15644 var UserAddOutlined$1 = /*#__PURE__*/React.forwardRef(UserAddOutlined);
15645
15646 var UserDeleteOutlined_1 = createCommonjsModule(function (module, exports) {
15647 // This icon file is generated automatically.
15648 Object.defineProperty(exports, "__esModule", { value: true });
15649 var UserDeleteOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M678.3 655.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 00-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 518 759.6 444.7 759.6 362c0-137-110.8-248-247.5-248S264.7 225 264.7 362c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 00-80.4 119.5A373.6 373.6 0 00137 901.8a8 8 0 008 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 641.2 432.2 610 512.2 610c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 008.1.3zM512.2 534c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 01340.5 362c0-45.9 17.9-89.1 50.3-121.6S466.3 190 512.2 190s88.9 17.9 121.4 50.4A171.2 171.2 0 01683.9 362c0 45.9-17.9 89.1-50.3 121.6C601.1 516.1 558 534 512.2 534zM880 772H640c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h240c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, "name": "user-delete", "theme": "outlined" };
15650 exports.default = UserDeleteOutlined;
15651 });
15652
15653 var UserDeleteOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UserDeleteOutlined_1);
15654
15655 var UserDeleteOutlined = function UserDeleteOutlined(props, ref) {
15656 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15657 ref: ref,
15658 icon: UserDeleteOutlinedSvg
15659 }));
15660 };
15661
15662 UserDeleteOutlined.displayName = 'UserDeleteOutlined';
15663 var UserDeleteOutlined$1 = /*#__PURE__*/React.forwardRef(UserDeleteOutlined);
15664
15665 var UserOutlined_1 = createCommonjsModule(function (module, exports) {
15666 // This icon file is generated automatically.
15667 Object.defineProperty(exports, "__esModule", { value: true });
15668 var UserOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M858.5 763.6a374 374 0 00-80.6-119.5 375.63 375.63 0 00-119.5-80.6c-.4-.2-.8-.3-1.2-.5C719.5 518 760 444.7 760 362c0-137-111-248-248-248S264 225 264 362c0 82.7 40.5 156 102.8 201.1-.4.2-.8.3-1.2.5-44.8 18.9-85 46-119.5 80.6a375.63 375.63 0 00-80.6 119.5A371.7 371.7 0 00136 901.8a8 8 0 008 8.2h60c4.4 0 7.9-3.5 8-7.8 2-77.2 33-149.5 87.8-204.3 56.7-56.7 132-87.9 212.2-87.9s155.5 31.2 212.2 87.9C779 752.7 810 825 812 902.2c.1 4.4 3.6 7.8 8 7.8h60a8 8 0 008-8.2c-1-47.8-10.9-94.3-29.5-138.2zM512 534c-45.9 0-89.1-17.9-121.6-50.4S340 407.9 340 362c0-45.9 17.9-89.1 50.4-121.6S466.1 190 512 190s89.1 17.9 121.6 50.4S684 316.1 684 362c0 45.9-17.9 89.1-50.4 121.6S557.9 534 512 534z" } }] }, "name": "user", "theme": "outlined" };
15669 exports.default = UserOutlined;
15670 });
15671
15672 var UserOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UserOutlined_1);
15673
15674 var UserOutlined = function UserOutlined(props, ref) {
15675 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15676 ref: ref,
15677 icon: UserOutlinedSvg
15678 }));
15679 };
15680
15681 UserOutlined.displayName = 'UserOutlined';
15682 var UserOutlined$1 = /*#__PURE__*/React.forwardRef(UserOutlined);
15683
15684 var UserSwitchOutlined_1 = createCommonjsModule(function (module, exports) {
15685 // This icon file is generated automatically.
15686 Object.defineProperty(exports, "__esModule", { value: true });
15687 var UserSwitchOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M759 335c0-137-111-248-248-248S263 198 263 335c0 82.8 40.6 156.2 103 201.2-.4.2-.7.3-.9.4-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 00-80.4 119.5A373.6 373.6 0 00136 874.8a8 8 0 008 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C356 614.2 431 583 511 583c137 0 248-111 248-248zM511 507c-95 0-172-77-172-172s77-172 172-172 172 77 172 172-77 172-172 172zm105 221h264c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H703.5l47.2-60.1a8.1 8.1 0 001.7-4.9c0-4.4-3.6-8-8-8h-72.6c-4.9 0-9.5 2.3-12.6 6.1l-68.5 87.1c-4.4 5.6-6.8 12.6-6.8 19.8.1 17.7 14.4 32 32.1 32zm240 64H592c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h176.5l-47.2 60.1a8.1 8.1 0 00-1.7 4.9c0 4.4 3.6 8 8 8h72.6c4.9 0 9.5-2.3 12.6-6.1l68.5-87.1c4.4-5.6 6.8-12.6 6.8-19.8-.1-17.7-14.4-32-32.1-32z" } }] }, "name": "user-switch", "theme": "outlined" };
15688 exports.default = UserSwitchOutlined;
15689 });
15690
15691 var UserSwitchOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UserSwitchOutlined_1);
15692
15693 var UserSwitchOutlined = function UserSwitchOutlined(props, ref) {
15694 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15695 ref: ref,
15696 icon: UserSwitchOutlinedSvg
15697 }));
15698 };
15699
15700 UserSwitchOutlined.displayName = 'UserSwitchOutlined';
15701 var UserSwitchOutlined$1 = /*#__PURE__*/React.forwardRef(UserSwitchOutlined);
15702
15703 var UsergroupAddOutlined_1 = createCommonjsModule(function (module, exports) {
15704 // This icon file is generated automatically.
15705 Object.defineProperty(exports, "__esModule", { value: true });
15706 var UsergroupAddOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M892 772h-80v-80c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v80h-80c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h80v80c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-80h80c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 498.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 01-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.8-1.7-203.2 89.2-203.2 200 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 008 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.8-1.1 6.4-4.8 5.9-8.8zM824 472c0-109.4-87.9-198.3-196.9-200C516.3 270.3 424 361.2 424 472c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 00-86.4 60.4C357 742.6 326 814.8 324 891.8a8 8 0 008 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 695.7 563 672 624 672c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 586.7 658.2 600 624 600s-66.3-13.3-90.5-37.5a127.26 127.26 0 01-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z" } }] }, "name": "usergroup-add", "theme": "outlined" };
15707 exports.default = UsergroupAddOutlined;
15708 });
15709
15710 var UsergroupAddOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UsergroupAddOutlined_1);
15711
15712 var UsergroupAddOutlined = function UsergroupAddOutlined(props, ref) {
15713 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15714 ref: ref,
15715 icon: UsergroupAddOutlinedSvg
15716 }));
15717 };
15718
15719 UsergroupAddOutlined.displayName = 'UsergroupAddOutlined';
15720 var UsergroupAddOutlined$1 = /*#__PURE__*/React.forwardRef(UsergroupAddOutlined);
15721
15722 var UsergroupDeleteOutlined_1 = createCommonjsModule(function (module, exports) {
15723 // This icon file is generated automatically.
15724 Object.defineProperty(exports, "__esModule", { value: true });
15725 var UsergroupDeleteOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M888 784H664c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h224c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 510.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 01-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.9-1.7-203.3 89.2-203.3 199.9 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 008 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.9-1 6.5-4.7 6-8.7zM824 484c0-109.4-87.9-198.3-196.9-200C516.3 282.3 424 373.2 424 484c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 00-86.4 60.4C357 754.6 326 826.8 324 903.8a8 8 0 008 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 707.7 563 684 624 684c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 598.7 658.2 612 624 612s-66.3-13.3-90.5-37.5a127.26 127.26 0 01-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z" } }] }, "name": "usergroup-delete", "theme": "outlined" };
15726 exports.default = UsergroupDeleteOutlined;
15727 });
15728
15729 var UsergroupDeleteOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(UsergroupDeleteOutlined_1);
15730
15731 var UsergroupDeleteOutlined = function UsergroupDeleteOutlined(props, ref) {
15732 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15733 ref: ref,
15734 icon: UsergroupDeleteOutlinedSvg
15735 }));
15736 };
15737
15738 UsergroupDeleteOutlined.displayName = 'UsergroupDeleteOutlined';
15739 var UsergroupDeleteOutlined$1 = /*#__PURE__*/React.forwardRef(UsergroupDeleteOutlined);
15740
15741 var VerifiedOutlined_1 = createCommonjsModule(function (module, exports) {
15742 // This icon file is generated automatically.
15743 Object.defineProperty(exports, "__esModule", { value: true });
15744 var VerifiedOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M447.8 588.8l-7.3-32.5c-.2-1-.6-1.9-1.1-2.7a7.94 7.94 0 00-11.1-2.2L405 567V411c0-4.4-3.6-8-8-8h-81c-4.4 0-8 3.6-8 8v36c0 4.4 3.6 8 8 8h37v192.4a8 8 0 0012.7 6.5l79-56.8c2.6-1.9 3.8-5.1 3.1-8.3zm-56.7-216.6l.2.2c3.2 3 8.3 2.8 11.3-.5l24.1-26.2a8.1 8.1 0 00-.3-11.2l-53.7-52.1a8 8 0 00-11.2.1l-24.7 24.7c-3.1 3.1-3.1 8.2.1 11.3l54.2 53.7z" } }, { "tag": "path", "attrs": { "d": "M866.9 169.9L527.1 54.1C523 52.7 517.5 52 512 52s-11 .7-15.1 2.1L157.1 169.9c-8.3 2.8-15.1 12.4-15.1 21.2v482.4c0 8.8 5.7 20.4 12.6 25.9L499.3 968c3.5 2.7 8 4.1 12.6 4.1s9.2-1.4 12.6-4.1l344.7-268.6c6.9-5.4 12.6-17 12.6-25.9V191.1c.2-8.8-6.6-18.3-14.9-21.2zM810 654.3L512 886.5 214 654.3V226.7l298-101.6 298 101.6v427.6z" } }, { "tag": "path", "attrs": { "d": "M452 297v36c0 4.4 3.6 8 8 8h108v274h-38V405c0-4.4-3.6-8-8-8h-35c-4.4 0-8 3.6-8 8v210h-31c-4.4 0-8 3.6-8 8v37c0 4.4 3.6 8 8 8h244c4.4 0 8-3.6 8-8v-37c0-4.4-3.6-8-8-8h-72V493h58c4.4 0 8-3.6 8-8v-35c0-4.4-3.6-8-8-8h-58V341h63c4.4 0 8-3.6 8-8v-36c0-4.4-3.6-8-8-8H460c-4.4 0-8 3.6-8 8z" } }] }, "name": "verified", "theme": "outlined" };
15745 exports.default = VerifiedOutlined;
15746 });
15747
15748 var VerifiedOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(VerifiedOutlined_1);
15749
15750 var VerifiedOutlined = function VerifiedOutlined(props, ref) {
15751 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15752 ref: ref,
15753 icon: VerifiedOutlinedSvg
15754 }));
15755 };
15756
15757 VerifiedOutlined.displayName = 'VerifiedOutlined';
15758 var VerifiedOutlined$1 = /*#__PURE__*/React.forwardRef(VerifiedOutlined);
15759
15760 var VerticalAlignBottomOutlined_1 = createCommonjsModule(function (module, exports) {
15761 // This icon file is generated automatically.
15762 Object.defineProperty(exports, "__esModule", { value: true });
15763 var VerticalAlignBottomOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M859.9 780H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM505.7 669a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V176c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8z" } }] }, "name": "vertical-align-bottom", "theme": "outlined" };
15764 exports.default = VerticalAlignBottomOutlined;
15765 });
15766
15767 var VerticalAlignBottomOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(VerticalAlignBottomOutlined_1);
15768
15769 var VerticalAlignBottomOutlined = function VerticalAlignBottomOutlined(props, ref) {
15770 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15771 ref: ref,
15772 icon: VerticalAlignBottomOutlinedSvg
15773 }));
15774 };
15775
15776 VerticalAlignBottomOutlined.displayName = 'VerticalAlignBottomOutlined';
15777 var VerticalAlignBottomOutlined$1 = /*#__PURE__*/React.forwardRef(VerticalAlignBottomOutlined);
15778
15779 var VerticalAlignMiddleOutlined_1 = createCommonjsModule(function (module, exports) {
15780 // This icon file is generated automatically.
15781 Object.defineProperty(exports, "__esModule", { value: true });
15782 var VerticalAlignMiddleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M859.9 474H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zm-353.6-74.7c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H550V104c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v156h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.6zm11.4 225.4a7.14 7.14 0 00-11.3 0L405.6 752.3a7.23 7.23 0 005.7 11.7H474v156c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V764h62.8c6 0 9.4-7 5.7-11.7L517.7 624.7z" } }] }, "name": "vertical-align-middle", "theme": "outlined" };
15783 exports.default = VerticalAlignMiddleOutlined;
15784 });
15785
15786 var VerticalAlignMiddleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(VerticalAlignMiddleOutlined_1);
15787
15788 var VerticalAlignMiddleOutlined = function VerticalAlignMiddleOutlined(props, ref) {
15789 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15790 ref: ref,
15791 icon: VerticalAlignMiddleOutlinedSvg
15792 }));
15793 };
15794
15795 VerticalAlignMiddleOutlined.displayName = 'VerticalAlignMiddleOutlined';
15796 var VerticalAlignMiddleOutlined$1 = /*#__PURE__*/React.forwardRef(VerticalAlignMiddleOutlined);
15797
15798 var VerticalAlignTopOutlined_1 = createCommonjsModule(function (module, exports) {
15799 // This icon file is generated automatically.
15800 Object.defineProperty(exports, "__esModule", { value: true });
15801 var VerticalAlignTopOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 00-12.6 0l-112 141.7a7.98 7.98 0 006.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z" } }] }, "name": "vertical-align-top", "theme": "outlined" };
15802 exports.default = VerticalAlignTopOutlined;
15803 });
15804
15805 var VerticalAlignTopOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(VerticalAlignTopOutlined_1);
15806
15807 var VerticalAlignTopOutlined = function VerticalAlignTopOutlined(props, ref) {
15808 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15809 ref: ref,
15810 icon: VerticalAlignTopOutlinedSvg
15811 }));
15812 };
15813
15814 VerticalAlignTopOutlined.displayName = 'VerticalAlignTopOutlined';
15815 var VerticalAlignTopOutlined$1 = /*#__PURE__*/React.forwardRef(VerticalAlignTopOutlined);
15816
15817 var VerticalLeftOutlined_1 = createCommonjsModule(function (module, exports) {
15818 // This icon file is generated automatically.
15819 Object.defineProperty(exports, "__esModule", { value: true });
15820 var VerticalLeftOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M762 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm-508 0v72.4c0 9.5 4.2 18.4 11.4 24.5L564.6 512 265.4 763.1c-7.2 6.1-11.4 15-11.4 24.5V860c0 6.8 7.9 10.5 13.1 6.1L689 512 267.1 157.9A7.95 7.95 0 00254 164z" } }] }, "name": "vertical-left", "theme": "outlined" };
15821 exports.default = VerticalLeftOutlined;
15822 });
15823
15824 var VerticalLeftOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(VerticalLeftOutlined_1);
15825
15826 var VerticalLeftOutlined = function VerticalLeftOutlined(props, ref) {
15827 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15828 ref: ref,
15829 icon: VerticalLeftOutlinedSvg
15830 }));
15831 };
15832
15833 VerticalLeftOutlined.displayName = 'VerticalLeftOutlined';
15834 var VerticalLeftOutlined$1 = /*#__PURE__*/React.forwardRef(VerticalLeftOutlined);
15835
15836 var VerticalRightOutlined_1 = createCommonjsModule(function (module, exports) {
15837 // This icon file is generated automatically.
15838 Object.defineProperty(exports, "__esModule", { value: true });
15839 var VerticalRightOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M326 164h-64c-4.4 0-8 3.6-8 8v688c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V172c0-4.4-3.6-8-8-8zm444 72.4V164c0-6.8-7.9-10.5-13.1-6.1L335 512l421.9 354.1c5.2 4.4 13.1.7 13.1-6.1v-72.4c0-9.4-4.2-18.4-11.4-24.5L459.4 512l299.2-251.1c7.2-6.1 11.4-15.1 11.4-24.5z" } }] }, "name": "vertical-right", "theme": "outlined" };
15840 exports.default = VerticalRightOutlined;
15841 });
15842
15843 var VerticalRightOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(VerticalRightOutlined_1);
15844
15845 var VerticalRightOutlined = function VerticalRightOutlined(props, ref) {
15846 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15847 ref: ref,
15848 icon: VerticalRightOutlinedSvg
15849 }));
15850 };
15851
15852 VerticalRightOutlined.displayName = 'VerticalRightOutlined';
15853 var VerticalRightOutlined$1 = /*#__PURE__*/React.forwardRef(VerticalRightOutlined);
15854
15855 var VideoCameraAddOutlined_1 = createCommonjsModule(function (module, exports) {
15856 // This icon file is generated automatically.
15857 Object.defineProperty(exports, "__esModule", { value: true });
15858 var VideoCameraAddOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M368 724H252V608c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v116H72c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h116v116c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V788h116c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8z" } }, { "tag": "path", "attrs": { "d": "M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v352h72V232h576v560H448v72h272c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM888 625l-104-59.8V458.9L888 399v226z" } }, { "tag": "path", "attrs": { "d": "M320 360c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h112z" } }] }, "name": "video-camera-add", "theme": "outlined" };
15859 exports.default = VideoCameraAddOutlined;
15860 });
15861
15862 var VideoCameraAddOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(VideoCameraAddOutlined_1);
15863
15864 var VideoCameraAddOutlined = function VideoCameraAddOutlined(props, ref) {
15865 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15866 ref: ref,
15867 icon: VideoCameraAddOutlinedSvg
15868 }));
15869 };
15870
15871 VideoCameraAddOutlined.displayName = 'VideoCameraAddOutlined';
15872 var VideoCameraAddOutlined$1 = /*#__PURE__*/React.forwardRef(VideoCameraAddOutlined);
15873
15874 var VideoCameraFilled_1 = createCommonjsModule(function (module, exports) {
15875 // This icon file is generated automatically.
15876 Object.defineProperty(exports, "__esModule", { value: true });
15877 var VideoCameraFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM328 352c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48zm560 273l-104-59.8V458.9L888 399v226z" } }] }, "name": "video-camera", "theme": "filled" };
15878 exports.default = VideoCameraFilled;
15879 });
15880
15881 var VideoCameraFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(VideoCameraFilled_1);
15882
15883 var VideoCameraFilled = function VideoCameraFilled(props, ref) {
15884 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15885 ref: ref,
15886 icon: VideoCameraFilledSvg
15887 }));
15888 };
15889
15890 VideoCameraFilled.displayName = 'VideoCameraFilled';
15891 var VideoCameraFilled$1 = /*#__PURE__*/React.forwardRef(VideoCameraFilled);
15892
15893 var VideoCameraOutlined_1 = createCommonjsModule(function (module, exports) {
15894 // This icon file is generated automatically.
15895 Object.defineProperty(exports, "__esModule", { value: true });
15896 var VideoCameraOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226zM208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }] }, "name": "video-camera", "theme": "outlined" };
15897 exports.default = VideoCameraOutlined;
15898 });
15899
15900 var VideoCameraOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(VideoCameraOutlined_1);
15901
15902 var VideoCameraOutlined = function VideoCameraOutlined(props, ref) {
15903 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15904 ref: ref,
15905 icon: VideoCameraOutlinedSvg
15906 }));
15907 };
15908
15909 VideoCameraOutlined.displayName = 'VideoCameraOutlined';
15910 var VideoCameraOutlined$1 = /*#__PURE__*/React.forwardRef(VideoCameraOutlined);
15911
15912 var VideoCameraTwoTone_1 = createCommonjsModule(function (module, exports) {
15913 // This icon file is generated automatically.
15914 Object.defineProperty(exports, "__esModule", { value: true });
15915 var VideoCameraTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M136 792h576V232H136v560zm64-488c0-4.4 3.6-8 8-8h112c4.4 0 8 3.6 8 8v48c0 4.4-3.6 8-8 8H208c-4.4 0-8-3.6-8-8v-48z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M912 302.3L784 376V224c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v576c0 35.3 28.7 64 64 64h592c35.3 0 64-28.7 64-64V648l128 73.7c21.3 12.3 48-3.1 48-27.6V330c0-24.6-26.7-40-48-27.7zM712 792H136V232h576v560zm176-167l-104-59.8V458.9L888 399v226z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M208 360h112c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H208c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z", "fill": primaryColor } }] }; }, "name": "video-camera", "theme": "twotone" };
15916 exports.default = VideoCameraTwoTone;
15917 });
15918
15919 var VideoCameraTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(VideoCameraTwoTone_1);
15920
15921 var VideoCameraTwoTone = function VideoCameraTwoTone(props, ref) {
15922 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15923 ref: ref,
15924 icon: VideoCameraTwoToneSvg
15925 }));
15926 };
15927
15928 VideoCameraTwoTone.displayName = 'VideoCameraTwoTone';
15929 var VideoCameraTwoTone$1 = /*#__PURE__*/React.forwardRef(VideoCameraTwoTone);
15930
15931 var WalletFilled_1 = createCommonjsModule(function (module, exports) {
15932 // This icon file is generated automatically.
15933 Object.defineProperty(exports, "__esModule", { value: true });
15934 var WalletFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-32 464H528V448h320v128zm-268-64a40 40 0 1080 0 40 40 0 10-80 0z" } }] }, "name": "wallet", "theme": "filled" };
15935 exports.default = WalletFilled;
15936 });
15937
15938 var WalletFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(WalletFilled_1);
15939
15940 var WalletFilled = function WalletFilled(props, ref) {
15941 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15942 ref: ref,
15943 icon: WalletFilledSvg
15944 }));
15945 };
15946
15947 WalletFilled.displayName = 'WalletFilled';
15948 var WalletFilled$1 = /*#__PURE__*/React.forwardRef(WalletFilled);
15949
15950 var WalletOutlined_1 = createCommonjsModule(function (module, exports) {
15951 // This icon file is generated automatically.
15952 Object.defineProperty(exports, "__esModule", { value: true });
15953 var WalletOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0 264H184V184h656v200H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200zM580 512a40 40 0 1080 0 40 40 0 10-80 0z" } }] }, "name": "wallet", "theme": "outlined" };
15954 exports.default = WalletOutlined;
15955 });
15956
15957 var WalletOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(WalletOutlined_1);
15958
15959 var WalletOutlined = function WalletOutlined(props, ref) {
15960 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15961 ref: ref,
15962 icon: WalletOutlinedSvg
15963 }));
15964 };
15965
15966 WalletOutlined.displayName = 'WalletOutlined';
15967 var WalletOutlined$1 = /*#__PURE__*/React.forwardRef(WalletOutlined);
15968
15969 var WalletTwoTone_1 = createCommonjsModule(function (module, exports) {
15970 // This icon file is generated automatically.
15971 Object.defineProperty(exports, "__esModule", { value: true });
15972 var WalletTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 464H528V448h312v128zm0-192H496c-17.7 0-32 14.3-32 32v192c0 17.7 14.3 32 32 32h344v200H184V184h656v200z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M528 576h312V448H528v128zm92-104c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40 17.9-40 40-40z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M580 512a40 40 0 1080 0 40 40 0 10-80 0z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M184 840h656V640H496c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32h344V184H184v656z", "fill": secondaryColor } }] }; }, "name": "wallet", "theme": "twotone" };
15973 exports.default = WalletTwoTone;
15974 });
15975
15976 var WalletTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(WalletTwoTone_1);
15977
15978 var WalletTwoTone = function WalletTwoTone(props, ref) {
15979 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15980 ref: ref,
15981 icon: WalletTwoToneSvg
15982 }));
15983 };
15984
15985 WalletTwoTone.displayName = 'WalletTwoTone';
15986 var WalletTwoTone$1 = /*#__PURE__*/React.forwardRef(WalletTwoTone);
15987
15988 var WarningFilled_1 = createCommonjsModule(function (module, exports) {
15989 // This icon file is generated automatically.
15990 Object.defineProperty(exports, "__esModule", { value: true });
15991 var WarningFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zM480 416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416zm32 352a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "warning", "theme": "filled" };
15992 exports.default = WarningFilled;
15993 });
15994
15995 var WarningFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(WarningFilled_1);
15996
15997 var WarningFilled = function WarningFilled(props, ref) {
15998 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
15999 ref: ref,
16000 icon: WarningFilledSvg
16001 }));
16002 };
16003
16004 WarningFilled.displayName = 'WarningFilled';
16005 var WarningFilled$1 = /*#__PURE__*/React.forwardRef(WarningFilled);
16006
16007 var WarningOutlined_1 = createCommonjsModule(function (module, exports) {
16008 // This icon file is generated automatically.
16009 Object.defineProperty(exports, "__esModule", { value: true });
16010 var WarningOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M464 720a48 48 0 1096 0 48 48 0 10-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8zm475.7 440l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z" } }] }, "name": "warning", "theme": "outlined" };
16011 exports.default = WarningOutlined;
16012 });
16013
16014 var WarningOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(WarningOutlined_1);
16015
16016 var WarningOutlined = function WarningOutlined(props, ref) {
16017 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16018 ref: ref,
16019 icon: WarningOutlinedSvg
16020 }));
16021 };
16022
16023 WarningOutlined.displayName = 'WarningOutlined';
16024 var WarningOutlined$1 = /*#__PURE__*/React.forwardRef(WarningOutlined);
16025
16026 var WarningTwoTone_1 = createCommonjsModule(function (module, exports) {
16027 // This icon file is generated automatically.
16028 Object.defineProperty(exports, "__esModule", { value: true });
16029 var WarningTwoTone = { "icon": function render(primaryColor, secondaryColor) { return { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M955.7 856l-416-720c-6.2-10.7-16.9-16-27.7-16s-21.6 5.3-27.7 16l-416 720C56 877.4 71.4 904 96 904h832c24.6 0 40-26.6 27.7-48zm-783.5-27.9L512 239.9l339.8 588.2H172.2z", "fill": primaryColor } }, { "tag": "path", "attrs": { "d": "M172.2 828.1h679.6L512 239.9 172.2 828.1zM560 720a48.01 48.01 0 01-96 0 48.01 48.01 0 0196 0zm-16-304v184c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V416c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8z", "fill": secondaryColor } }, { "tag": "path", "attrs": { "d": "M464 720a48 48 0 1096 0 48 48 0 10-96 0zm16-304v184c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V416c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8z", "fill": primaryColor } }] }; }, "name": "warning", "theme": "twotone" };
16030 exports.default = WarningTwoTone;
16031 });
16032
16033 var WarningTwoToneSvg = /*@__PURE__*/getDefaultExportFromCjs(WarningTwoTone_1);
16034
16035 var WarningTwoTone = function WarningTwoTone(props, ref) {
16036 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16037 ref: ref,
16038 icon: WarningTwoToneSvg
16039 }));
16040 };
16041
16042 WarningTwoTone.displayName = 'WarningTwoTone';
16043 var WarningTwoTone$1 = /*#__PURE__*/React.forwardRef(WarningTwoTone);
16044
16045 var WechatFilled_1 = createCommonjsModule(function (module, exports) {
16046 // This icon file is generated automatically.
16047 Object.defineProperty(exports, "__esModule", { value: true });
16048 var WechatFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 019.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 006.4-2.6 9 9 0 002.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 01-36 35.9z" } }] }, "name": "wechat", "theme": "filled" };
16049 exports.default = WechatFilled;
16050 });
16051
16052 var WechatFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(WechatFilled_1);
16053
16054 var WechatFilled = function WechatFilled(props, ref) {
16055 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16056 ref: ref,
16057 icon: WechatFilledSvg
16058 }));
16059 };
16060
16061 WechatFilled.displayName = 'WechatFilled';
16062 var WechatFilled$1 = /*#__PURE__*/React.forwardRef(WechatFilled);
16063
16064 var WechatOutlined_1 = createCommonjsModule(function (module, exports) {
16065 // This icon file is generated automatically.
16066 Object.defineProperty(exports, "__esModule", { value: true });
16067 var WechatOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M690.1 377.4c5.9 0 11.8.2 17.6.5-24.4-128.7-158.3-227.1-319.9-227.1C209 150.8 64 271.4 64 420.2c0 81.1 43.6 154.2 111.9 203.6a21.5 21.5 0 019.1 17.6c0 2.4-.5 4.6-1.1 6.9-5.5 20.3-14.2 52.8-14.6 54.3-.7 2.6-1.7 5.2-1.7 7.9 0 5.9 4.8 10.8 10.8 10.8 2.3 0 4.2-.9 6.2-2l70.9-40.9c5.3-3.1 11-5 17.2-5 3.2 0 6.4.5 9.5 1.4 33.1 9.5 68.8 14.8 105.7 14.8 6 0 11.9-.1 17.8-.4-7.1-21-10.9-43.1-10.9-66 0-135.8 132.2-245.8 295.3-245.8zm-194.3-86.5c23.8 0 43.2 19.3 43.2 43.1s-19.3 43.1-43.2 43.1c-23.8 0-43.2-19.3-43.2-43.1s19.4-43.1 43.2-43.1zm-215.9 86.2c-23.8 0-43.2-19.3-43.2-43.1s19.3-43.1 43.2-43.1 43.2 19.3 43.2 43.1-19.4 43.1-43.2 43.1zm586.8 415.6c56.9-41.2 93.2-102 93.2-169.7 0-124-120.8-224.5-269.9-224.5-149 0-269.9 100.5-269.9 224.5S540.9 847.5 690 847.5c30.8 0 60.6-4.4 88.1-12.3 2.6-.8 5.2-1.2 7.9-1.2 5.2 0 9.9 1.6 14.3 4.1l59.1 34c1.7 1 3.3 1.7 5.2 1.7a9 9 0 006.4-2.6 9 9 0 002.6-6.4c0-2.2-.9-4.4-1.4-6.6-.3-1.2-7.6-28.3-12.2-45.3-.5-1.9-.9-3.8-.9-5.7.1-5.9 3.1-11.2 7.6-14.5zM600.2 587.2c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9c0 19.8-16.2 35.9-36 35.9zm179.9 0c-19.9 0-36-16.1-36-35.9 0-19.8 16.1-35.9 36-35.9s36 16.1 36 35.9a36.08 36.08 0 01-36 35.9z" } }] }, "name": "wechat", "theme": "outlined" };
16068 exports.default = WechatOutlined;
16069 });
16070
16071 var WechatOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(WechatOutlined_1);
16072
16073 var WechatOutlined = function WechatOutlined(props, ref) {
16074 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16075 ref: ref,
16076 icon: WechatOutlinedSvg
16077 }));
16078 };
16079
16080 WechatOutlined.displayName = 'WechatOutlined';
16081 var WechatOutlined$1 = /*#__PURE__*/React.forwardRef(WechatOutlined);
16082
16083 var WeiboCircleFilled_1 = createCommonjsModule(function (module, exports) {
16084 // This icon file is generated automatically.
16085 Object.defineProperty(exports, "__esModule", { value: true });
16086 var WeiboCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 00-7.2-34.1 34.68 34.68 0 00-33.1-10.7 18.24 18.24 0 01-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 01-22.9 11.7 18.18 18.18 0 01-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 01-26.6 13.7 21.19 21.19 0 01-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 00-98.9-32.1 21.14 21.14 0 01-25.1-16.3 21.07 21.07 0 0116.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z" } }] }, "name": "weibo-circle", "theme": "filled" };
16087 exports.default = WeiboCircleFilled;
16088 });
16089
16090 var WeiboCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(WeiboCircleFilled_1);
16091
16092 var WeiboCircleFilled = function WeiboCircleFilled(props, ref) {
16093 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16094 ref: ref,
16095 icon: WeiboCircleFilledSvg
16096 }));
16097 };
16098
16099 WeiboCircleFilled.displayName = 'WeiboCircleFilled';
16100 var WeiboCircleFilled$1 = /*#__PURE__*/React.forwardRef(WeiboCircleFilled);
16101
16102 var WeiboCircleOutlined_1 = createCommonjsModule(function (module, exports) {
16103 // This icon file is generated automatically.
16104 Object.defineProperty(exports, "__esModule", { value: true });
16105 var WeiboCircleOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-44.4 672C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 00-7.2-34.1 34.68 34.68 0 00-33.1-10.7 18.24 18.24 0 01-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 01-22.9 11.7 18.18 18.18 0 01-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 01-26.6 13.7 21.19 21.19 0 01-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 00-98.9-32.1 21.14 21.14 0 01-25.1-16.3 21.07 21.07 0 0116.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-93-32.2c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zm34.9-14.5c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z" } }] }, "name": "weibo-circle", "theme": "outlined" };
16106 exports.default = WeiboCircleOutlined;
16107 });
16108
16109 var WeiboCircleOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(WeiboCircleOutlined_1);
16110
16111 var WeiboCircleOutlined = function WeiboCircleOutlined(props, ref) {
16112 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16113 ref: ref,
16114 icon: WeiboCircleOutlinedSvg
16115 }));
16116 };
16117
16118 WeiboCircleOutlined.displayName = 'WeiboCircleOutlined';
16119 var WeiboCircleOutlined$1 = /*#__PURE__*/React.forwardRef(WeiboCircleOutlined);
16120
16121 var WeiboOutlined_1 = createCommonjsModule(function (module, exports) {
16122 // This icon file is generated automatically.
16123 Object.defineProperty(exports, "__esModule", { value: true });
16124 var WeiboOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M457.3 543c-68.1-17.7-145 16.2-174.6 76.2-30.1 61.2-1 129.1 67.8 151.3 71.2 23 155.2-12.2 184.4-78.3 28.7-64.6-7.2-131-77.6-149.2zm-52 156.2c-13.8 22.1-43.5 31.7-65.8 21.6-22-10-28.5-35.7-14.6-57.2 13.7-21.4 42.3-31 64.4-21.7 22.4 9.5 29.6 35 16 57.3zm45.5-58.5c-5 8.6-16.1 12.7-24.7 9.1-8.5-3.5-11.2-13.1-6.4-21.5 5-8.4 15.6-12.4 24.1-9.1 8.7 3.2 11.8 12.9 7 21.5zm334.5-197.2c15 4.8 31-3.4 35.9-18.3 11.8-36.6 4.4-78.4-23.2-109a111.39 111.39 0 00-106-34.3 28.45 28.45 0 00-21.9 33.8 28.39 28.39 0 0033.8 21.8c18.4-3.9 38.3 1.8 51.9 16.7a54.2 54.2 0 0111.3 53.3 28.45 28.45 0 0018.2 36zm99.8-206c-56.7-62.9-140.4-86.9-217.7-70.5a32.98 32.98 0 00-25.4 39.3 33.12 33.12 0 0039.3 25.5c55-11.7 114.4 5.4 154.8 50.1 40.3 44.7 51.2 105.7 34 159.1-5.6 17.4 3.9 36 21.3 41.7 17.4 5.6 36-3.9 41.6-21.2v-.1c24.1-75.4 8.9-161.1-47.9-223.9zM729 499c-12.2-3.6-20.5-6.1-14.1-22.1 13.8-34.7 15.2-64.7.3-86-28-40.1-104.8-37.9-192.8-1.1 0 0-27.6 12.1-20.6-9.8 13.5-43.5 11.5-79.9-9.6-101-47.7-47.8-174.6 1.8-283.5 110.6C127.3 471.1 80 557.5 80 632.2 80 775.1 263.2 862 442.5 862c235 0 391.3-136.5 391.3-245 0-65.5-55.2-102.6-104.8-118zM443 810.8c-143 14.1-266.5-50.5-275.8-144.5-9.3-93.9 99.2-181.5 242.2-195.6 143-14.2 266.5 50.5 275.8 144.4C694.4 709 586 796.6 443 810.8z" } }] }, "name": "weibo", "theme": "outlined" };
16125 exports.default = WeiboOutlined;
16126 });
16127
16128 var WeiboOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(WeiboOutlined_1);
16129
16130 var WeiboOutlined = function WeiboOutlined(props, ref) {
16131 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16132 ref: ref,
16133 icon: WeiboOutlinedSvg
16134 }));
16135 };
16136
16137 WeiboOutlined.displayName = 'WeiboOutlined';
16138 var WeiboOutlined$1 = /*#__PURE__*/React.forwardRef(WeiboOutlined);
16139
16140 var WeiboSquareFilled_1 = createCommonjsModule(function (module, exports) {
16141 // This icon file is generated automatically.
16142 Object.defineProperty(exports, "__esModule", { value: true });
16143 var WeiboSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 00-7.2-34.1 34.68 34.68 0 00-33.1-10.7 18.24 18.24 0 01-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 01-22.9 11.7 18.18 18.18 0 01-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 01-26.6 13.7 21.19 21.19 0 01-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 00-98.9-32.1 21.14 21.14 0 01-25.1-16.3 21.07 21.07 0 0116.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z" } }] }, "name": "weibo-square", "theme": "filled" };
16144 exports.default = WeiboSquareFilled;
16145 });
16146
16147 var WeiboSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(WeiboSquareFilled_1);
16148
16149 var WeiboSquareFilled = function WeiboSquareFilled(props, ref) {
16150 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16151 ref: ref,
16152 icon: WeiboSquareFilledSvg
16153 }));
16154 };
16155
16156 WeiboSquareFilled.displayName = 'WeiboSquareFilled';
16157 var WeiboSquareFilled$1 = /*#__PURE__*/React.forwardRef(WeiboSquareFilled);
16158
16159 var WeiboSquareOutlined_1 = createCommonjsModule(function (module, exports) {
16160 // This icon file is generated automatically.
16161 Object.defineProperty(exports, "__esModule", { value: true });
16162 var WeiboSquareOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M433.6 595.1c-14.2-5.9-32.4.2-41.2 13.9-8.8 13.8-4.7 30.2 9.3 36.6 14.3 6.5 33.2.3 42-13.8 8.8-14.3 4.2-30.6-10.1-36.7zM880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM467.6 736C353.1 736 236 680.4 236 588.9c0-47.8 30.2-103.1 82.3-155.3 69.5-69.6 150.6-101.4 181.1-70.8 13.5 13.5 14.8 36.8 6.1 64.6-4.5 14 13.1 6.3 13.1 6.3 56.2-23.6 105.2-25 123.1.7 9.6 13.7 8.6 32.8-.2 55.1-4.1 10.2 1.3 11.8 9 14.1 31.7 9.8 66.9 33.6 66.9 75.5.2 69.5-99.7 156.9-249.8 156.9zm207.3-290.8a34.9 34.9 0 00-7.2-34.1 34.68 34.68 0 00-33.1-10.7 18.24 18.24 0 01-7.6-35.7c24.1-5.1 50.1 2.3 67.7 21.9 17.7 19.6 22.4 46.3 14.9 69.8a18.13 18.13 0 01-22.9 11.7 18.18 18.18 0 01-11.8-22.9zm106 34.3s0 .1 0 0a21.1 21.1 0 01-26.6 13.7 21.19 21.19 0 01-13.6-26.7c11-34.2 4-73.2-21.7-101.8a104.04 104.04 0 00-98.9-32.1 21.14 21.14 0 01-25.1-16.3 21.07 21.07 0 0116.2-25.1c49.4-10.5 102.8 4.8 139.1 45.1 36.3 40.2 46.1 95.1 30.6 143.2zm-334.5 6.1c-91.4 9-160.7 65.1-154.7 125.2 5.9 60.1 84.8 101.5 176.2 92.5 91.4-9.1 160.7-65.1 154.7-125.3-5.9-60.1-84.8-101.5-176.2-92.4zm80.2 141.7c-18.7 42.3-72.3 64.8-117.8 50.1-43.9-14.2-62.5-57.7-43.3-96.8 18.9-38.4 68-60.1 111.5-48.8 45 11.7 68 54.2 49.6 95.5zm-58.1-46.7c-5.4-2.2-12.2.5-15.4 5.8-3.1 5.4-1.4 11.5 4.1 13.8 5.5 2.3 12.6-.3 15.8-5.8 3-5.6 1-11.8-4.5-13.8z" } }] }, "name": "weibo-square", "theme": "outlined" };
16163 exports.default = WeiboSquareOutlined;
16164 });
16165
16166 var WeiboSquareOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(WeiboSquareOutlined_1);
16167
16168 var WeiboSquareOutlined = function WeiboSquareOutlined(props, ref) {
16169 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16170 ref: ref,
16171 icon: WeiboSquareOutlinedSvg
16172 }));
16173 };
16174
16175 WeiboSquareOutlined.displayName = 'WeiboSquareOutlined';
16176 var WeiboSquareOutlined$1 = /*#__PURE__*/React.forwardRef(WeiboSquareOutlined);
16177
16178 var WhatsAppOutlined_1 = createCommonjsModule(function (module, exports) {
16179 // This icon file is generated automatically.
16180 Object.defineProperty(exports, "__esModule", { value: true });
16181 var WhatsAppOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M713.5 599.9c-10.9-5.6-65.2-32.2-75.3-35.8-10.1-3.8-17.5-5.6-24.8 5.6-7.4 11.1-28.4 35.8-35 43.3-6.4 7.4-12.9 8.3-23.8 2.8-64.8-32.4-107.3-57.8-150-131.1-11.3-19.5 11.3-18.1 32.4-60.2 3.6-7.4 1.8-13.7-1-19.3-2.8-5.6-24.8-59.8-34-81.9-8.9-21.5-18.1-18.5-24.8-18.9-6.4-.4-13.7-.4-21.1-.4-7.4 0-19.3 2.8-29.4 13.7-10.1 11.1-38.6 37.8-38.6 92s39.5 106.7 44.9 114.1c5.6 7.4 77.7 118.6 188.4 166.5 70 30.2 97.4 32.8 132.4 27.6 21.3-3.2 65.2-26.6 74.3-52.5 9.1-25.8 9.1-47.9 6.4-52.5-2.7-4.9-10.1-7.7-21-13z" } }, { "tag": "path", "attrs": { "d": "M925.2 338.4c-22.6-53.7-55-101.9-96.3-143.3a444.35 444.35 0 00-143.3-96.3C630.6 75.7 572.2 64 512 64h-2c-60.6.3-119.3 12.3-174.5 35.9a445.35 445.35 0 00-142 96.5c-40.9 41.3-73 89.3-95.2 142.8-23 55.4-34.6 114.3-34.3 174.9A449.4 449.4 0 00112 714v152a46 46 0 0046 46h152.1A449.4 449.4 0 00510 960h2.1c59.9 0 118-11.6 172.7-34.3a444.48 444.48 0 00142.8-95.2c41.3-40.9 73.8-88.7 96.5-142 23.6-55.2 35.6-113.9 35.9-174.5.3-60.9-11.5-120-34.8-175.6zm-151.1 438C704 845.8 611 884 512 884h-1.7c-60.3-.3-120.2-15.3-173.1-43.5l-8.4-4.5H188V695.2l-4.5-8.4C155.3 633.9 140.3 574 140 513.7c-.4-99.7 37.7-193.3 107.6-263.8 69.8-70.5 163.1-109.5 262.8-109.9h1.7c50 0 98.5 9.7 144.2 28.9 44.6 18.7 84.6 45.6 119 80 34.3 34.3 61.3 74.4 80 119 19.4 46.2 29.1 95.2 28.9 145.8-.6 99.6-39.7 192.9-110.1 262.7z" } }] }, "name": "whats-app", "theme": "outlined" };
16182 exports.default = WhatsAppOutlined;
16183 });
16184
16185 var WhatsAppOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(WhatsAppOutlined_1);
16186
16187 var WhatsAppOutlined = function WhatsAppOutlined(props, ref) {
16188 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16189 ref: ref,
16190 icon: WhatsAppOutlinedSvg
16191 }));
16192 };
16193
16194 WhatsAppOutlined.displayName = 'WhatsAppOutlined';
16195 var WhatsAppOutlined$1 = /*#__PURE__*/React.forwardRef(WhatsAppOutlined);
16196
16197 var WifiOutlined_1 = createCommonjsModule(function (module, exports) {
16198 // This icon file is generated automatically.
16199 Object.defineProperty(exports, "__esModule", { value: true });
16200 var WifiOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M723 620.5C666.8 571.6 593.4 542 513 542s-153.8 29.6-210.1 78.6a8.1 8.1 0 00-.8 11.2l36 42.9c2.9 3.4 8 3.8 11.4.9C393.1 637.2 450.3 614 513 614s119.9 23.2 163.5 61.5c3.4 2.9 8.5 2.5 11.4-.9l36-42.9c2.8-3.3 2.4-8.3-.9-11.2zm117.4-140.1C751.7 406.5 637.6 362 513 362s-238.7 44.5-327.5 118.4a8.05 8.05 0 00-1 11.3l36 42.9c2.8 3.4 7.9 3.8 11.2 1C308 472.2 406.1 434 513 434s205 38.2 281.2 101.6c3.4 2.8 8.4 2.4 11.2-1l36-42.9c2.8-3.4 2.4-8.5-1-11.3zm116.7-139C835.7 241.8 680.3 182 511 182c-168.2 0-322.6 59-443.7 157.4a8 8 0 00-1.1 11.4l36 42.9c2.8 3.3 7.8 3.8 11.1 1.1C222 306.7 360.3 254 511 254c151.8 0 291 53.5 400 142.7 3.4 2.8 8.4 2.3 11.2-1.1l36-42.9c2.9-3.4 2.4-8.5-1.1-11.3zM448 778a64 64 0 10128 0 64 64 0 10-128 0z" } }] }, "name": "wifi", "theme": "outlined" };
16201 exports.default = WifiOutlined;
16202 });
16203
16204 var WifiOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(WifiOutlined_1);
16205
16206 var WifiOutlined = function WifiOutlined(props, ref) {
16207 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16208 ref: ref,
16209 icon: WifiOutlinedSvg
16210 }));
16211 };
16212
16213 WifiOutlined.displayName = 'WifiOutlined';
16214 var WifiOutlined$1 = /*#__PURE__*/React.forwardRef(WifiOutlined);
16215
16216 var WindowsFilled_1 = createCommonjsModule(function (module, exports) {
16217 // This icon file is generated automatically.
16218 Object.defineProperty(exports, "__esModule", { value: true });
16219 var WindowsFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M523.8 191.4v288.9h382V128.1zm0 642.2l382 62.2v-352h-382zM120.1 480.2H443V201.9l-322.9 53.5zm0 290.4L443 823.2V543.8H120.1z" } }] }, "name": "windows", "theme": "filled" };
16220 exports.default = WindowsFilled;
16221 });
16222
16223 var WindowsFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(WindowsFilled_1);
16224
16225 var WindowsFilled = function WindowsFilled(props, ref) {
16226 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16227 ref: ref,
16228 icon: WindowsFilledSvg
16229 }));
16230 };
16231
16232 WindowsFilled.displayName = 'WindowsFilled';
16233 var WindowsFilled$1 = /*#__PURE__*/React.forwardRef(WindowsFilled);
16234
16235 var WindowsOutlined_1 = createCommonjsModule(function (module, exports) {
16236 // This icon file is generated automatically.
16237 Object.defineProperty(exports, "__esModule", { value: true });
16238 var WindowsOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M120.1 770.6L443 823.2V543.8H120.1v226.8zm63.4-163.5h196.2v141.6l-196.2-31.9V607.1zm340.3 226.5l382 62.2v-352h-382v289.8zm63.4-226.5h255.3v214.4l-255.3-41.6V607.1zm-63.4-415.7v288.8h382V128.1l-382 63.3zm318.7 225.5H587.3V245l255.3-42.3v214.2zm-722.4 63.3H443V201.9l-322.9 53.5v224.8zM183.5 309l196.2-32.5v140.4H183.5V309z" } }] }, "name": "windows", "theme": "outlined" };
16239 exports.default = WindowsOutlined;
16240 });
16241
16242 var WindowsOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(WindowsOutlined_1);
16243
16244 var WindowsOutlined = function WindowsOutlined(props, ref) {
16245 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16246 ref: ref,
16247 icon: WindowsOutlinedSvg
16248 }));
16249 };
16250
16251 WindowsOutlined.displayName = 'WindowsOutlined';
16252 var WindowsOutlined$1 = /*#__PURE__*/React.forwardRef(WindowsOutlined);
16253
16254 var WomanOutlined_1 = createCommonjsModule(function (module, exports) {
16255 // This icon file is generated automatically.
16256 Object.defineProperty(exports, "__esModule", { value: true });
16257 var WomanOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M712.8 548.8c53.6-53.6 83.2-125 83.2-200.8 0-75.9-29.5-147.2-83.2-200.8C659.2 93.6 587.8 64 512 64s-147.2 29.5-200.8 83.2C257.6 200.9 228 272.1 228 348c0 63.8 20.9 124.4 59.4 173.9 7.3 9.4 15.2 18.3 23.7 26.9 8.5 8.5 17.5 16.4 26.8 23.7 39.6 30.8 86.3 50.4 136.1 57V736H360c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h114v140c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V812h114c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8H550V629.5c61.5-8.2 118.2-36.1 162.8-80.7zM512 556c-55.6 0-107.7-21.6-147.1-60.9C325.6 455.8 304 403.6 304 348s21.6-107.7 60.9-147.1C404.2 161.5 456.4 140 512 140s107.7 21.6 147.1 60.9C698.4 240.2 720 292.4 720 348s-21.6 107.7-60.9 147.1C619.7 534.4 567.6 556 512 556z" } }] }, "name": "woman", "theme": "outlined" };
16258 exports.default = WomanOutlined;
16259 });
16260
16261 var WomanOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(WomanOutlined_1);
16262
16263 var WomanOutlined = function WomanOutlined(props, ref) {
16264 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16265 ref: ref,
16266 icon: WomanOutlinedSvg
16267 }));
16268 };
16269
16270 WomanOutlined.displayName = 'WomanOutlined';
16271 var WomanOutlined$1 = /*#__PURE__*/React.forwardRef(WomanOutlined);
16272
16273 var YahooFilled_1 = createCommonjsModule(function (module, exports) {
16274 // This icon file is generated automatically.
16275 Object.defineProperty(exports, "__esModule", { value: true });
16276 var YahooFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M937.3 231H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7zm-77.4 450.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm225.2 225.2h-65.3L458.9 559.8v65.3h84.4v56.3H318.2v-56.3h84.4v-65.3L242.9 399.9h-37v-56.3h168.5v56.3h-37l93.4 93.5 28.1-28.1V400h168.8v56.2z" } }] }, "name": "yahoo", "theme": "filled" };
16277 exports.default = YahooFilled;
16278 });
16279
16280 var YahooFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(YahooFilled_1);
16281
16282 var YahooFilled = function YahooFilled(props, ref) {
16283 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16284 ref: ref,
16285 icon: YahooFilledSvg
16286 }));
16287 };
16288
16289 YahooFilled.displayName = 'YahooFilled';
16290 var YahooFilled$1 = /*#__PURE__*/React.forwardRef(YahooFilled);
16291
16292 var YahooOutlined_1 = createCommonjsModule(function (module, exports) {
16293 // This icon file is generated automatically.
16294 Object.defineProperty(exports, "__esModule", { value: true });
16295 var YahooOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M859.9 681.4h-14.1c-27.1 0-49.2 22.2-49.2 49.3v14.1c0 27.1 22.2 49.3 49.2 49.3h14.1c27.1 0 49.2-22.2 49.2-49.3v-14.1c0-27.1-22.2-49.3-49.2-49.3zM402.6 231C216.2 231 65 357 65 512.5S216.2 794 402.6 794s337.6-126 337.6-281.5S589.1 231 402.6 231zm0 507C245.1 738 121 634.6 121 512.5c0-62.3 32.3-119.7 84.9-161v48.4h37l159.8 159.9v65.3h-84.4v56.3h225.1v-56.3H459v-65.3l103.5-103.6h65.3v-56.3H459v65.3l-28.1 28.1-93.4-93.5h37v-56.3H216.4c49.4-35 114.3-56.6 186.2-56.6 157.6 0 281.6 103.4 281.6 225.5S560.2 738 402.6 738zm534.7-507H824.7c-15.5 0-27.7 12.6-27.1 28.1l13.1 366h84.4l65.4-366.4c2.7-15.2-7.8-27.7-23.2-27.7z" } }] }, "name": "yahoo", "theme": "outlined" };
16296 exports.default = YahooOutlined;
16297 });
16298
16299 var YahooOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(YahooOutlined_1);
16300
16301 var YahooOutlined = function YahooOutlined(props, ref) {
16302 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16303 ref: ref,
16304 icon: YahooOutlinedSvg
16305 }));
16306 };
16307
16308 YahooOutlined.displayName = 'YahooOutlined';
16309 var YahooOutlined$1 = /*#__PURE__*/React.forwardRef(YahooOutlined);
16310
16311 var YoutubeFilled_1 = createCommonjsModule(function (module, exports) {
16312 // This icon file is generated automatically.
16313 Object.defineProperty(exports, "__esModule", { value: true });
16314 var YoutubeFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M941.3 296.1a112.3 112.3 0 00-79.2-79.3C792.2 198 512 198 512 198s-280.2 0-350.1 18.7A112.12 112.12 0 0082.7 296C64 366 64 512 64 512s0 146 18.7 215.9c10.3 38.6 40.7 69 79.2 79.3C231.8 826 512 826 512 826s280.2 0 350.1-18.8c38.6-10.3 68.9-40.7 79.2-79.3C960 658 960 512 960 512s0-146-18.7-215.9zM423 646V378l232 133-232 135z" } }] }, "name": "youtube", "theme": "filled" };
16315 exports.default = YoutubeFilled;
16316 });
16317
16318 var YoutubeFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(YoutubeFilled_1);
16319
16320 var YoutubeFilled = function YoutubeFilled(props, ref) {
16321 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16322 ref: ref,
16323 icon: YoutubeFilledSvg
16324 }));
16325 };
16326
16327 YoutubeFilled.displayName = 'YoutubeFilled';
16328 var YoutubeFilled$1 = /*#__PURE__*/React.forwardRef(YoutubeFilled);
16329
16330 var YoutubeOutlined_1 = createCommonjsModule(function (module, exports) {
16331 // This icon file is generated automatically.
16332 Object.defineProperty(exports, "__esModule", { value: true });
16333 var YoutubeOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M960 509.2c0-2.2 0-4.7-.1-7.6-.1-8.1-.3-17.2-.5-26.9-.8-27.9-2.2-55.7-4.4-81.9-3-36.1-7.4-66.2-13.4-88.8a139.52 139.52 0 00-98.3-98.5c-28.3-7.6-83.7-12.3-161.7-15.2-37.1-1.4-76.8-2.3-116.5-2.8-13.9-.2-26.8-.3-38.4-.4h-29.4c-11.6.1-24.5.2-38.4.4-39.7.5-79.4 1.4-116.5 2.8-78 3-133.5 7.7-161.7 15.2A139.35 139.35 0 0082.4 304C76.3 326.6 72 356.7 69 392.8c-2.2 26.2-3.6 54-4.4 81.9-.3 9.7-.4 18.8-.5 26.9 0 2.9-.1 5.4-.1 7.6v5.6c0 2.2 0 4.7.1 7.6.1 8.1.3 17.2.5 26.9.8 27.9 2.2 55.7 4.4 81.9 3 36.1 7.4 66.2 13.4 88.8 12.8 47.9 50.4 85.7 98.3 98.5 28.2 7.6 83.7 12.3 161.7 15.2 37.1 1.4 76.8 2.3 116.5 2.8 13.9.2 26.8.3 38.4.4h29.4c11.6-.1 24.5-.2 38.4-.4 39.7-.5 79.4-1.4 116.5-2.8 78-3 133.5-7.7 161.7-15.2 47.9-12.8 85.5-50.5 98.3-98.5 6.1-22.6 10.4-52.7 13.4-88.8 2.2-26.2 3.6-54 4.4-81.9.3-9.7.4-18.8.5-26.9 0-2.9.1-5.4.1-7.6v-5.6zm-72 5.2c0 2.1 0 4.4-.1 7.1-.1 7.8-.3 16.4-.5 25.7-.7 26.6-2.1 53.2-4.2 77.9-2.7 32.2-6.5 58.6-11.2 76.3-6.2 23.1-24.4 41.4-47.4 47.5-21 5.6-73.9 10.1-145.8 12.8-36.4 1.4-75.6 2.3-114.7 2.8-13.7.2-26.4.3-37.8.3h-28.6l-37.8-.3c-39.1-.5-78.2-1.4-114.7-2.8-71.9-2.8-124.9-7.2-145.8-12.8-23-6.2-41.2-24.4-47.4-47.5-4.7-17.7-8.5-44.1-11.2-76.3-2.1-24.7-3.4-51.3-4.2-77.9-.3-9.3-.4-18-.5-25.7 0-2.7-.1-5.1-.1-7.1v-4.8c0-2.1 0-4.4.1-7.1.1-7.8.3-16.4.5-25.7.7-26.6 2.1-53.2 4.2-77.9 2.7-32.2 6.5-58.6 11.2-76.3 6.2-23.1 24.4-41.4 47.4-47.5 21-5.6 73.9-10.1 145.8-12.8 36.4-1.4 75.6-2.3 114.7-2.8 13.7-.2 26.4-.3 37.8-.3h28.6l37.8.3c39.1.5 78.2 1.4 114.7 2.8 71.9 2.8 124.9 7.2 145.8 12.8 23 6.2 41.2 24.4 47.4 47.5 4.7 17.7 8.5 44.1 11.2 76.3 2.1 24.7 3.4 51.3 4.2 77.9.3 9.3.4 18 .5 25.7 0 2.7.1 5.1.1 7.1v4.8zM423 646l232-135-232-133z" } }] }, "name": "youtube", "theme": "outlined" };
16334 exports.default = YoutubeOutlined;
16335 });
16336
16337 var YoutubeOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(YoutubeOutlined_1);
16338
16339 var YoutubeOutlined = function YoutubeOutlined(props, ref) {
16340 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16341 ref: ref,
16342 icon: YoutubeOutlinedSvg
16343 }));
16344 };
16345
16346 YoutubeOutlined.displayName = 'YoutubeOutlined';
16347 var YoutubeOutlined$1 = /*#__PURE__*/React.forwardRef(YoutubeOutlined);
16348
16349 var YuqueFilled_1 = createCommonjsModule(function (module, exports) {
16350 // This icon file is generated automatically.
16351 Object.defineProperty(exports, "__esModule", { value: true });
16352 var YuqueFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.9-8.1-195-3-195-3s87.4 55.6 52.4 154.7c-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6z" } }] }, "name": "yuque", "theme": "filled" };
16353 exports.default = YuqueFilled;
16354 });
16355
16356 var YuqueFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(YuqueFilled_1);
16357
16358 var YuqueFilled = function YuqueFilled(props, ref) {
16359 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16360 ref: ref,
16361 icon: YuqueFilledSvg
16362 }));
16363 };
16364
16365 YuqueFilled.displayName = 'YuqueFilled';
16366 var YuqueFilled$1 = /*#__PURE__*/React.forwardRef(YuqueFilled);
16367
16368 var YuqueOutlined_1 = createCommonjsModule(function (module, exports) {
16369 // This icon file is generated automatically.
16370 Object.defineProperty(exports, "__esModule", { value: true });
16371 var YuqueOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M854.6 370.6c-9.9-39.4 9.9-102.2 73.4-124.4l-67.9-3.6s-25.7-90-143.6-98c-117.8-8.1-194.9-3-195-3 .1 0 87.4 55.6 52.4 154.7-25.6 52.5-65.8 95.6-108.8 144.7-1.3 1.3-2.5 2.6-3.5 3.7C319.4 605 96 860 96 860c245.9 64.4 410.7-6.3 508.2-91.1 20.5-.2 35.9-.3 46.3-.3 135.8 0 250.6-117.6 245.9-248.4-3.2-89.9-31.9-110.2-41.8-149.6zm-204.1 334c-10.6 0-26.2.1-46.8.3l-23.6.2-17.8 15.5c-47.1 41-104.4 71.5-171.4 87.6-52.5 12.6-110 16.2-172.7 9.6 18-20.5 36.5-41.6 55.4-63.1 92-104.6 173.8-197.5 236.9-268.5l1.4-1.4 1.3-1.5c4.1-4.6 20.6-23.3 24.7-28.1 9.7-11.1 17.3-19.9 24.5-28.6 30.7-36.7 52.2-67.8 69-102.2l1.6-3.3 1.2-3.4c13.7-38.8 15.4-76.9 6.2-112.8 22.5.7 46.5 1.9 71.7 3.6 33.3 2.3 55.5 12.9 71.1 29.2 5.8 6 10.2 12.5 13.4 18.7 1 2 1.7 3.6 2.3 5l5 17.7c-15.7 34.5-19.9 73.3-11.4 107.2 3 11.8 6.9 22.4 12.3 34.4 2.1 4.7 9.5 20.1 11 23.3 10.3 22.7 15.4 43 16.7 78.7 3.3 94.6-82.7 181.9-182 181.9z" } }] }, "name": "yuque", "theme": "outlined" };
16372 exports.default = YuqueOutlined;
16373 });
16374
16375 var YuqueOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(YuqueOutlined_1);
16376
16377 var YuqueOutlined = function YuqueOutlined(props, ref) {
16378 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16379 ref: ref,
16380 icon: YuqueOutlinedSvg
16381 }));
16382 };
16383
16384 YuqueOutlined.displayName = 'YuqueOutlined';
16385 var YuqueOutlined$1 = /*#__PURE__*/React.forwardRef(YuqueOutlined);
16386
16387 var ZhihuCircleFilled_1 = createCommonjsModule(function (module, exports) {
16388 // This icon file is generated automatically.
16389 Object.defineProperty(exports, "__esModule", { value: true });
16390 var ZhihuCircleFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-90.7 477.8l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24-18.1 71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7H421.3zm346.5 167h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z" } }] }, "name": "zhihu-circle", "theme": "filled" };
16391 exports.default = ZhihuCircleFilled;
16392 });
16393
16394 var ZhihuCircleFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ZhihuCircleFilled_1);
16395
16396 var ZhihuCircleFilled = function ZhihuCircleFilled(props, ref) {
16397 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16398 ref: ref,
16399 icon: ZhihuCircleFilledSvg
16400 }));
16401 };
16402
16403 ZhihuCircleFilled.displayName = 'ZhihuCircleFilled';
16404 var ZhihuCircleFilled$1 = /*#__PURE__*/React.forwardRef(ZhihuCircleFilled);
16405
16406 var ZhihuOutlined_1 = createCommonjsModule(function (module, exports) {
16407 // This icon file is generated automatically.
16408 Object.defineProperty(exports, "__esModule", { value: true });
16409 var ZhihuOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M564.7 230.1V803h60l25.2 71.4L756.3 803h131.5V230.1H564.7zm247.7 497h-59.9l-75.1 50.4-17.8-50.4h-18V308.3h170.7v418.8zM526.1 486.9H393.3c2.1-44.9 4.3-104.3 6.6-172.9h130.9l-.1-8.1c0-.6-.2-14.7-2.3-29.1-2.1-15-6.6-34.9-21-34.9H287.8c4.4-20.6 15.7-69.7 29.4-93.8l6.4-11.2-12.9-.7c-.8 0-19.6-.9-41.4 10.6-35.7 19-51.7 56.4-58.7 84.4-18.4 73.1-44.6 123.9-55.7 145.6-3.3 6.4-5.3 10.2-6.2 12.8-1.8 4.9-.8 9.8 2.8 13 10.5 9.5 38.2-2.9 38.5-3 .6-.3 1.3-.6 2.2-1 13.9-6.3 55.1-25 69.8-84.5h56.7c.7 32.2 3.1 138.4 2.9 172.9h-141l-2.1 1.5c-23.1 16.9-30.5 63.2-30.8 65.2l-1.4 9.2h167c-12.3 78.3-26.5 113.4-34 127.4-3.7 7-7.3 14-10.7 20.8-21.3 42.2-43.4 85.8-126.3 153.6-3.6 2.8-7 8-4.8 13.7 2.4 6.3 9.3 9.1 24.6 9.1 5.4 0 11.8-.3 19.4-1 49.9-4.4 100.8-18 135.1-87.6 17-35.1 31.7-71.7 43.9-108.9L497 850l5-12c.8-1.9 19-46.3 5.1-95.9l-.5-1.8-108.1-123-22 16.6c6.4-26.1 10.6-49.9 12.5-71.1h158.7v-8c0-40.1-18.5-63.9-19.2-64.9l-2.4-3z" } }] }, "name": "zhihu", "theme": "outlined" };
16410 exports.default = ZhihuOutlined;
16411 });
16412
16413 var ZhihuOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ZhihuOutlined_1);
16414
16415 var ZhihuOutlined = function ZhihuOutlined(props, ref) {
16416 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16417 ref: ref,
16418 icon: ZhihuOutlinedSvg
16419 }));
16420 };
16421
16422 ZhihuOutlined.displayName = 'ZhihuOutlined';
16423 var ZhihuOutlined$1 = /*#__PURE__*/React.forwardRef(ZhihuOutlined);
16424
16425 var ZhihuSquareFilled_1 = createCommonjsModule(function (module, exports) {
16426 // This icon file is generated automatically.
16427 Object.defineProperty(exports, "__esModule", { value: true });
16428 var ZhihuSquareFilled = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zM432.3 592.8l71 80.7c9.2 33-3.3 63.1-3.3 63.1l-95.7-111.9v-.1c-8.9 29-20.1 57.3-33.3 84.7-22.6 45.7-55.2 54.7-89.5 57.7-34.4 3-23.3-5.3-23.3-5.3 68-55.5 78-87.8 96.8-123.1 11.9-22.3 20.4-64.3 25.3-96.8H264.1s4.8-31.2 19.2-41.7h101.6c.6-15.3-1.3-102.8-2-131.4h-49.4c-9.2 45-41 56.7-48.1 60.1-7 3.4-23.6 7.1-21.1 0 2.6-7.1 27-46.2 43.2-110.7 16.3-64.6 63.9-62 63.9-62-12.8 22.5-22.4 73.6-22.4 73.6h159.7c10.1 0 10.6 39 10.6 39h-90.8c-.7 22.7-2.8 83.8-5 131.4H519s12.2 15.4 12.2 41.7h-110l-.1 1.5c-1.5 20.4-6.3 43.9-12.9 67.6l24.1-18.1zm335.5 116h-87.6l-69.5 46.6-16.4-46.6h-40.1V321.5h213.6v387.3zM408.2 611s0-.1 0 0zm216 94.3l56.8-38.1h45.6-.1V364.7H596.7v302.5h14.1z" } }] }, "name": "zhihu-square", "theme": "filled" };
16429 exports.default = ZhihuSquareFilled;
16430 });
16431
16432 var ZhihuSquareFilledSvg = /*@__PURE__*/getDefaultExportFromCjs(ZhihuSquareFilled_1);
16433
16434 var ZhihuSquareFilled = function ZhihuSquareFilled(props, ref) {
16435 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16436 ref: ref,
16437 icon: ZhihuSquareFilledSvg
16438 }));
16439 };
16440
16441 ZhihuSquareFilled.displayName = 'ZhihuSquareFilled';
16442 var ZhihuSquareFilled$1 = /*#__PURE__*/React.forwardRef(ZhihuSquareFilled);
16443
16444 var ZoomInOutlined_1 = createCommonjsModule(function (module, exports) {
16445 // This icon file is generated automatically.
16446 Object.defineProperty(exports, "__esModule", { value: true });
16447 var ZoomInOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M637 443H519V309c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v134H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h118v134c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V519h118c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" } }] }, "name": "zoom-in", "theme": "outlined" };
16448 exports.default = ZoomInOutlined;
16449 });
16450
16451 var ZoomInOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ZoomInOutlined_1);
16452
16453 var ZoomInOutlined = function ZoomInOutlined(props, ref) {
16454 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16455 ref: ref,
16456 icon: ZoomInOutlinedSvg
16457 }));
16458 };
16459
16460 ZoomInOutlined.displayName = 'ZoomInOutlined';
16461 var ZoomInOutlined$1 = /*#__PURE__*/React.forwardRef(ZoomInOutlined);
16462
16463 var ZoomOutOutlined_1 = createCommonjsModule(function (module, exports) {
16464 // This icon file is generated automatically.
16465 Object.defineProperty(exports, "__esModule", { value: true });
16466 var ZoomOutOutlined = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M637 443H325c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h312c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm284 424L775 721c122.1-148.9 113.6-369.5-26-509-148-148.1-388.4-148.1-537 0-148.1 148.6-148.1 389 0 537 139.5 139.6 360.1 148.1 509 26l146 146c3.2 2.8 8.3 2.8 11 0l43-43c2.8-2.7 2.8-7.8 0-11zM696 696c-118.8 118.7-311.2 118.7-430 0-118.7-118.8-118.7-311.2 0-430 118.8-118.7 311.2-118.7 430 0 118.7 118.8 118.7 311.2 0 430z" } }] }, "name": "zoom-out", "theme": "outlined" };
16467 exports.default = ZoomOutOutlined;
16468 });
16469
16470 var ZoomOutOutlinedSvg = /*@__PURE__*/getDefaultExportFromCjs(ZoomOutOutlined_1);
16471
16472 var ZoomOutOutlined = function ZoomOutOutlined(props, ref) {
16473 return /*#__PURE__*/React.createElement(Icon, _objectSpread(_objectSpread({}, props), {}, {
16474 ref: ref,
16475 icon: ZoomOutOutlinedSvg
16476 }));
16477 };
16478
16479 ZoomOutOutlined.displayName = 'ZoomOutOutlined';
16480 var ZoomOutOutlined$1 = /*#__PURE__*/React.forwardRef(ZoomOutOutlined);
16481
16482 var _excluded$2 = ["className", "component", "viewBox", "spin", "rotate", "tabIndex", "onClick", "children"];
16483 var Icon$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
16484 var className = props.className,
16485 Component = props.component,
16486 viewBox = props.viewBox,
16487 spin = props.spin,
16488 rotate = props.rotate,
16489 tabIndex = props.tabIndex,
16490 onClick = props.onClick,
16491 children = props.children,
16492 restProps = _objectWithoutProperties(props, _excluded$2);
16493
16494 warning(Boolean(Component || children), 'Should have `component` prop or `children`.');
16495 useInsertStyles();
16496
16497 var _React$useContext = React.useContext(IconContext),
16498 _React$useContext$pre = _React$useContext.prefixCls,
16499 prefixCls = _React$useContext$pre === void 0 ? 'anticon' : _React$useContext$pre;
16500
16501 var classString = _classnames_2_3_1_classnames(prefixCls, className);
16502 var svgClassString = _classnames_2_3_1_classnames(_defineProperty({}, "".concat(prefixCls, "-spin"), !!spin));
16503 var svgStyle = rotate ? {
16504 msTransform: "rotate(".concat(rotate, "deg)"),
16505 transform: "rotate(".concat(rotate, "deg)")
16506 } : undefined;
16507
16508 var innerSvgProps = _objectSpread(_objectSpread({}, svgBaseProps), {}, {
16509 className: svgClassString,
16510 style: svgStyle,
16511 viewBox: viewBox
16512 });
16513
16514 if (!viewBox) {
16515 delete innerSvgProps.viewBox;
16516 } // component > children
16517
16518
16519 var renderInnerNode = function renderInnerNode() {
16520 if (Component) {
16521 return /*#__PURE__*/React.createElement(Component, _objectSpread({}, innerSvgProps), children);
16522 }
16523
16524 if (children) {
16525 warning(Boolean(viewBox) || React.Children.count(children) === 1 && /*#__PURE__*/React.isValidElement(children) && React.Children.only(children).type === 'use', 'Make sure that you provide correct `viewBox`' + ' prop (default `0 0 1024 1024`) to the icon.');
16526 return /*#__PURE__*/React.createElement("svg", _objectSpread(_objectSpread({}, innerSvgProps), {}, {
16527 viewBox: viewBox
16528 }), children);
16529 }
16530
16531 return null;
16532 };
16533
16534 var iconTabIndex = tabIndex;
16535
16536 if (iconTabIndex === undefined && onClick) {
16537 iconTabIndex = -1;
16538 }
16539
16540 return /*#__PURE__*/React.createElement("span", _objectSpread(_objectSpread({
16541 role: "img"
16542 }, restProps), {}, {
16543 ref: ref,
16544 tabIndex: iconTabIndex,
16545 onClick: onClick,
16546 className: classString
16547 }), renderInnerNode());
16548 });
16549 Icon$1.displayName = 'AntdIcon';
16550
16551 var _excluded$3 = ["type", "children"];
16552 var customCache = new Set();
16553
16554 function isValidCustomScriptUrl(scriptUrl) {
16555 return Boolean(typeof scriptUrl === 'string' && scriptUrl.length && !customCache.has(scriptUrl));
16556 }
16557
16558 function createScriptUrlElements(scriptUrls) {
16559 var index = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
16560 var currentScriptUrl = scriptUrls[index];
16561
16562 if (isValidCustomScriptUrl(currentScriptUrl)) {
16563 var script = document.createElement('script');
16564 script.setAttribute('src', currentScriptUrl);
16565 script.setAttribute('data-namespace', currentScriptUrl);
16566
16567 if (scriptUrls.length > index + 1) {
16568 script.onload = function () {
16569 createScriptUrlElements(scriptUrls, index + 1);
16570 };
16571
16572 script.onerror = function () {
16573 createScriptUrlElements(scriptUrls, index + 1);
16574 };
16575 }
16576
16577 customCache.add(currentScriptUrl);
16578 document.body.appendChild(script);
16579 }
16580 }
16581
16582 function create() {
16583 var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
16584 var scriptUrl = options.scriptUrl,
16585 _options$extraCommonP = options.extraCommonProps,
16586 extraCommonProps = _options$extraCommonP === void 0 ? {} : _options$extraCommonP;
16587 /**
16588 * DOM API required.
16589 * Make sure in browser environment.
16590 * The Custom Icon will create a <script/>
16591 * that loads SVG symbols and insert the SVG Element into the document body.
16592 */
16593
16594 if (scriptUrl && typeof document !== 'undefined' && typeof window !== 'undefined' && typeof document.createElement === 'function') {
16595 if (Array.isArray(scriptUrl)) {
16596 // 因为iconfont资源会把svg插入before,所以前加载相同type会覆盖后加载,为了数组覆盖顺序,倒叙插入
16597 createScriptUrlElements(scriptUrl.reverse());
16598 } else {
16599 createScriptUrlElements([scriptUrl]);
16600 }
16601 }
16602
16603 var Iconfont = /*#__PURE__*/React.forwardRef(function (props, ref) {
16604 var type = props.type,
16605 children = props.children,
16606 restProps = _objectWithoutProperties(props, _excluded$3); // children > type
16607
16608
16609 var content = null;
16610
16611 if (props.type) {
16612 content = /*#__PURE__*/React.createElement("use", {
16613 xlinkHref: "#".concat(type)
16614 });
16615 }
16616
16617 if (children) {
16618 content = children;
16619 }
16620
16621 return /*#__PURE__*/React.createElement(Icon$1, _objectSpread(_objectSpread(_objectSpread({}, extraCommonProps), restProps), {}, {
16622 ref: ref
16623 }), content);
16624 });
16625 Iconfont.displayName = 'Iconfont';
16626 return Iconfont;
16627 }
16628
16629 var IconProvider = IconContext.Provider;
16630
16631 exports.AccountBookFilled = AccountBookFilled$1;
16632 exports.AccountBookOutlined = AccountBookOutlined$1;
16633 exports.AccountBookTwoTone = AccountBookTwoTone$1;
16634 exports.AimOutlined = AimOutlined$1;
16635 exports.AlertFilled = AlertFilled$1;
16636 exports.AlertOutlined = AlertOutlined$1;
16637 exports.AlertTwoTone = AlertTwoTone$1;
16638 exports.AlibabaOutlined = AlibabaOutlined$1;
16639 exports.AlignCenterOutlined = AlignCenterOutlined$1;
16640 exports.AlignLeftOutlined = AlignLeftOutlined$1;
16641 exports.AlignRightOutlined = AlignRightOutlined$1;
16642 exports.AlipayCircleFilled = AlipayCircleFilled$1;
16643 exports.AlipayCircleOutlined = AlipayCircleOutlined$1;
16644 exports.AlipayOutlined = AlipayOutlined$1;
16645 exports.AlipaySquareFilled = AlipaySquareFilled$1;
16646 exports.AliwangwangFilled = AliwangwangFilled$1;
16647 exports.AliwangwangOutlined = AliwangwangOutlined$1;
16648 exports.AliyunOutlined = AliyunOutlined$1;
16649 exports.AmazonCircleFilled = AmazonCircleFilled$1;
16650 exports.AmazonOutlined = AmazonOutlined$1;
16651 exports.AmazonSquareFilled = AmazonSquareFilled$1;
16652 exports.AndroidFilled = AndroidFilled$1;
16653 exports.AndroidOutlined = AndroidOutlined$1;
16654 exports.AntCloudOutlined = AntCloudOutlined$1;
16655 exports.AntDesignOutlined = AntDesignOutlined$1;
16656 exports.ApartmentOutlined = ApartmentOutlined$1;
16657 exports.ApiFilled = ApiFilled$1;
16658 exports.ApiOutlined = ApiOutlined$1;
16659 exports.ApiTwoTone = ApiTwoTone$1;
16660 exports.AppleFilled = AppleFilled$1;
16661 exports.AppleOutlined = AppleOutlined$1;
16662 exports.AppstoreAddOutlined = AppstoreAddOutlined$1;
16663 exports.AppstoreFilled = AppstoreFilled$1;
16664 exports.AppstoreOutlined = AppstoreOutlined$1;
16665 exports.AppstoreTwoTone = AppstoreTwoTone$1;
16666 exports.AreaChartOutlined = AreaChartOutlined$1;
16667 exports.ArrowDownOutlined = ArrowDownOutlined$1;
16668 exports.ArrowLeftOutlined = ArrowLeftOutlined$1;
16669 exports.ArrowRightOutlined = ArrowRightOutlined$1;
16670 exports.ArrowUpOutlined = ArrowUpOutlined$1;
16671 exports.ArrowsAltOutlined = ArrowsAltOutlined$1;
16672 exports.AudioFilled = AudioFilled$1;
16673 exports.AudioMutedOutlined = AudioMutedOutlined$1;
16674 exports.AudioOutlined = AudioOutlined$1;
16675 exports.AudioTwoTone = AudioTwoTone$1;
16676 exports.AuditOutlined = AuditOutlined$1;
16677 exports.BackwardFilled = BackwardFilled$1;
16678 exports.BackwardOutlined = BackwardOutlined$1;
16679 exports.BankFilled = BankFilled$1;
16680 exports.BankOutlined = BankOutlined$1;
16681 exports.BankTwoTone = BankTwoTone$1;
16682 exports.BarChartOutlined = BarChartOutlined$1;
16683 exports.BarcodeOutlined = BarcodeOutlined$1;
16684 exports.BarsOutlined = BarsOutlined$1;
16685 exports.BehanceCircleFilled = BehanceCircleFilled$1;
16686 exports.BehanceOutlined = BehanceOutlined$1;
16687 exports.BehanceSquareFilled = BehanceSquareFilled$1;
16688 exports.BehanceSquareOutlined = BehanceSquareOutlined$1;
16689 exports.BellFilled = BellFilled$1;
16690 exports.BellOutlined = BellOutlined$1;
16691 exports.BellTwoTone = BellTwoTone$1;
16692 exports.BgColorsOutlined = BgColorsOutlined$1;
16693 exports.BlockOutlined = BlockOutlined$1;
16694 exports.BoldOutlined = BoldOutlined$1;
16695 exports.BookFilled = BookFilled$1;
16696 exports.BookOutlined = BookOutlined$1;
16697 exports.BookTwoTone = BookTwoTone$1;
16698 exports.BorderBottomOutlined = BorderBottomOutlined$1;
16699 exports.BorderHorizontalOutlined = BorderHorizontalOutlined$1;
16700 exports.BorderInnerOutlined = BorderInnerOutlined$1;
16701 exports.BorderLeftOutlined = BorderLeftOutlined$1;
16702 exports.BorderOuterOutlined = BorderOuterOutlined$1;
16703 exports.BorderOutlined = BorderOutlined$1;
16704 exports.BorderRightOutlined = BorderRightOutlined$1;
16705 exports.BorderTopOutlined = BorderTopOutlined$1;
16706 exports.BorderVerticleOutlined = BorderVerticleOutlined$1;
16707 exports.BorderlessTableOutlined = BorderlessTableOutlined$1;
16708 exports.BoxPlotFilled = BoxPlotFilled$1;
16709 exports.BoxPlotOutlined = BoxPlotOutlined$1;
16710 exports.BoxPlotTwoTone = BoxPlotTwoTone$1;
16711 exports.BranchesOutlined = BranchesOutlined$1;
16712 exports.BugFilled = BugFilled$1;
16713 exports.BugOutlined = BugOutlined$1;
16714 exports.BugTwoTone = BugTwoTone$1;
16715 exports.BuildFilled = BuildFilled$1;
16716 exports.BuildOutlined = BuildOutlined$1;
16717 exports.BuildTwoTone = BuildTwoTone$1;
16718 exports.BulbFilled = BulbFilled$1;
16719 exports.BulbOutlined = BulbOutlined$1;
16720 exports.BulbTwoTone = BulbTwoTone$1;
16721 exports.CalculatorFilled = CalculatorFilled$1;
16722 exports.CalculatorOutlined = CalculatorOutlined$1;
16723 exports.CalculatorTwoTone = CalculatorTwoTone$1;
16724 exports.CalendarFilled = CalendarFilled$1;
16725 exports.CalendarOutlined = CalendarOutlined$1;
16726 exports.CalendarTwoTone = CalendarTwoTone$1;
16727 exports.CameraFilled = CameraFilled$1;
16728 exports.CameraOutlined = CameraOutlined$1;
16729 exports.CameraTwoTone = CameraTwoTone$1;
16730 exports.CarFilled = CarFilled$1;
16731 exports.CarOutlined = CarOutlined$1;
16732 exports.CarTwoTone = CarTwoTone$1;
16733 exports.CaretDownFilled = CaretDownFilled$1;
16734 exports.CaretDownOutlined = CaretDownOutlined$1;
16735 exports.CaretLeftFilled = CaretLeftFilled$1;
16736 exports.CaretLeftOutlined = CaretLeftOutlined$1;
16737 exports.CaretRightFilled = CaretRightFilled$1;
16738 exports.CaretRightOutlined = CaretRightOutlined$1;
16739 exports.CaretUpFilled = CaretUpFilled$1;
16740 exports.CaretUpOutlined = CaretUpOutlined$1;
16741 exports.CarryOutFilled = CarryOutFilled$1;
16742 exports.CarryOutOutlined = CarryOutOutlined$1;
16743 exports.CarryOutTwoTone = CarryOutTwoTone$1;
16744 exports.CheckCircleFilled = CheckCircleFilled$1;
16745 exports.CheckCircleOutlined = CheckCircleOutlined$1;
16746 exports.CheckCircleTwoTone = CheckCircleTwoTone$1;
16747 exports.CheckOutlined = CheckOutlined$1;
16748 exports.CheckSquareFilled = CheckSquareFilled$1;
16749 exports.CheckSquareOutlined = CheckSquareOutlined$1;
16750 exports.CheckSquareTwoTone = CheckSquareTwoTone$1;
16751 exports.ChromeFilled = ChromeFilled$1;
16752 exports.ChromeOutlined = ChromeOutlined$1;
16753 exports.CiCircleFilled = CiCircleFilled$1;
16754 exports.CiCircleOutlined = CiCircleOutlined$1;
16755 exports.CiCircleTwoTone = CiCircleTwoTone$1;
16756 exports.CiOutlined = CiOutlined$1;
16757 exports.CiTwoTone = CiTwoTone$1;
16758 exports.ClearOutlined = ClearOutlined$1;
16759 exports.ClockCircleFilled = ClockCircleFilled$1;
16760 exports.ClockCircleOutlined = ClockCircleOutlined$1;
16761 exports.ClockCircleTwoTone = ClockCircleTwoTone$1;
16762 exports.CloseCircleFilled = CloseCircleFilled$1;
16763 exports.CloseCircleOutlined = CloseCircleOutlined$1;
16764 exports.CloseCircleTwoTone = CloseCircleTwoTone$1;
16765 exports.CloseOutlined = CloseOutlined$1;
16766 exports.CloseSquareFilled = CloseSquareFilled$1;
16767 exports.CloseSquareOutlined = CloseSquareOutlined$1;
16768 exports.CloseSquareTwoTone = CloseSquareTwoTone$1;
16769 exports.CloudDownloadOutlined = CloudDownloadOutlined$1;
16770 exports.CloudFilled = CloudFilled$1;
16771 exports.CloudOutlined = CloudOutlined$1;
16772 exports.CloudServerOutlined = CloudServerOutlined$1;
16773 exports.CloudSyncOutlined = CloudSyncOutlined$1;
16774 exports.CloudTwoTone = CloudTwoTone$1;
16775 exports.CloudUploadOutlined = CloudUploadOutlined$1;
16776 exports.ClusterOutlined = ClusterOutlined$1;
16777 exports.CodeFilled = CodeFilled$1;
16778 exports.CodeOutlined = CodeOutlined$1;
16779 exports.CodeSandboxCircleFilled = CodeSandboxCircleFilled$1;
16780 exports.CodeSandboxOutlined = CodeSandboxOutlined$1;
16781 exports.CodeSandboxSquareFilled = CodeSandboxSquareFilled$1;
16782 exports.CodeTwoTone = CodeTwoTone$1;
16783 exports.CodepenCircleFilled = CodepenCircleFilled$1;
16784 exports.CodepenCircleOutlined = CodepenCircleOutlined$1;
16785 exports.CodepenOutlined = CodepenOutlined$1;
16786 exports.CodepenSquareFilled = CodepenSquareFilled$1;
16787 exports.CoffeeOutlined = CoffeeOutlined$1;
16788 exports.ColumnHeightOutlined = ColumnHeightOutlined$1;
16789 exports.ColumnWidthOutlined = ColumnWidthOutlined$1;
16790 exports.CommentOutlined = CommentOutlined$1;
16791 exports.CompassFilled = CompassFilled$1;
16792 exports.CompassOutlined = CompassOutlined$1;
16793 exports.CompassTwoTone = CompassTwoTone$1;
16794 exports.CompressOutlined = CompressOutlined$1;
16795 exports.ConsoleSqlOutlined = ConsoleSqlOutlined$1;
16796 exports.ContactsFilled = ContactsFilled$1;
16797 exports.ContactsOutlined = ContactsOutlined$1;
16798 exports.ContactsTwoTone = ContactsTwoTone$1;
16799 exports.ContainerFilled = ContainerFilled$1;
16800 exports.ContainerOutlined = ContainerOutlined$1;
16801 exports.ContainerTwoTone = ContainerTwoTone$1;
16802 exports.ControlFilled = ControlFilled$1;
16803 exports.ControlOutlined = ControlOutlined$1;
16804 exports.ControlTwoTone = ControlTwoTone$1;
16805 exports.CopyFilled = CopyFilled$1;
16806 exports.CopyOutlined = CopyOutlined$1;
16807 exports.CopyTwoTone = CopyTwoTone$1;
16808 exports.CopyrightCircleFilled = CopyrightCircleFilled$1;
16809 exports.CopyrightCircleOutlined = CopyrightCircleOutlined$1;
16810 exports.CopyrightCircleTwoTone = CopyrightCircleTwoTone$1;
16811 exports.CopyrightOutlined = CopyrightOutlined$1;
16812 exports.CopyrightTwoTone = CopyrightTwoTone$1;
16813 exports.CreditCardFilled = CreditCardFilled$1;
16814 exports.CreditCardOutlined = CreditCardOutlined$1;
16815 exports.CreditCardTwoTone = CreditCardTwoTone$1;
16816 exports.CrownFilled = CrownFilled$1;
16817 exports.CrownOutlined = CrownOutlined$1;
16818 exports.CrownTwoTone = CrownTwoTone$1;
16819 exports.CustomerServiceFilled = CustomerServiceFilled$1;
16820 exports.CustomerServiceOutlined = CustomerServiceOutlined$1;
16821 exports.CustomerServiceTwoTone = CustomerServiceTwoTone$1;
16822 exports.DashOutlined = DashOutlined$1;
16823 exports.DashboardFilled = DashboardFilled$1;
16824 exports.DashboardOutlined = DashboardOutlined$1;
16825 exports.DashboardTwoTone = DashboardTwoTone$1;
16826 exports.DatabaseFilled = DatabaseFilled$1;
16827 exports.DatabaseOutlined = DatabaseOutlined$1;
16828 exports.DatabaseTwoTone = DatabaseTwoTone$1;
16829 exports.DeleteColumnOutlined = DeleteColumnOutlined$1;
16830 exports.DeleteFilled = DeleteFilled$1;
16831 exports.DeleteOutlined = DeleteOutlined$1;
16832 exports.DeleteRowOutlined = DeleteRowOutlined$1;
16833 exports.DeleteTwoTone = DeleteTwoTone$1;
16834 exports.DeliveredProcedureOutlined = DeliveredProcedureOutlined$1;
16835 exports.DeploymentUnitOutlined = DeploymentUnitOutlined$1;
16836 exports.DesktopOutlined = DesktopOutlined$1;
16837 exports.DiffFilled = DiffFilled$1;
16838 exports.DiffOutlined = DiffOutlined$1;
16839 exports.DiffTwoTone = DiffTwoTone$1;
16840 exports.DingdingOutlined = DingdingOutlined$1;
16841 exports.DingtalkCircleFilled = DingtalkCircleFilled$1;
16842 exports.DingtalkOutlined = DingtalkOutlined$1;
16843 exports.DingtalkSquareFilled = DingtalkSquareFilled$1;
16844 exports.DisconnectOutlined = DisconnectOutlined$1;
16845 exports.DislikeFilled = DislikeFilled$1;
16846 exports.DislikeOutlined = DislikeOutlined$1;
16847 exports.DislikeTwoTone = DislikeTwoTone$1;
16848 exports.DollarCircleFilled = DollarCircleFilled$1;
16849 exports.DollarCircleOutlined = DollarCircleOutlined$1;
16850 exports.DollarCircleTwoTone = DollarCircleTwoTone$1;
16851 exports.DollarOutlined = DollarOutlined$1;
16852 exports.DollarTwoTone = DollarTwoTone$1;
16853 exports.DotChartOutlined = DotChartOutlined$1;
16854 exports.DoubleLeftOutlined = DoubleLeftOutlined$1;
16855 exports.DoubleRightOutlined = DoubleRightOutlined$1;
16856 exports.DownCircleFilled = DownCircleFilled$1;
16857 exports.DownCircleOutlined = DownCircleOutlined$1;
16858 exports.DownCircleTwoTone = DownCircleTwoTone$1;
16859 exports.DownOutlined = DownOutlined$1;
16860 exports.DownSquareFilled = DownSquareFilled$1;
16861 exports.DownSquareOutlined = DownSquareOutlined$1;
16862 exports.DownSquareTwoTone = DownSquareTwoTone$1;
16863 exports.DownloadOutlined = DownloadOutlined$1;
16864 exports.DragOutlined = DragOutlined$1;
16865 exports.DribbbleCircleFilled = DribbbleCircleFilled$1;
16866 exports.DribbbleOutlined = DribbbleOutlined$1;
16867 exports.DribbbleSquareFilled = DribbbleSquareFilled$1;
16868 exports.DribbbleSquareOutlined = DribbbleSquareOutlined$1;
16869 exports.DropboxCircleFilled = DropboxCircleFilled$1;
16870 exports.DropboxOutlined = DropboxOutlined$1;
16871 exports.DropboxSquareFilled = DropboxSquareFilled$1;
16872 exports.EditFilled = EditFilled$1;
16873 exports.EditOutlined = EditOutlined$1;
16874 exports.EditTwoTone = EditTwoTone$1;
16875 exports.EllipsisOutlined = EllipsisOutlined$1;
16876 exports.EnterOutlined = EnterOutlined$1;
16877 exports.EnvironmentFilled = EnvironmentFilled$1;
16878 exports.EnvironmentOutlined = EnvironmentOutlined$1;
16879 exports.EnvironmentTwoTone = EnvironmentTwoTone$1;
16880 exports.EuroCircleFilled = EuroCircleFilled$1;
16881 exports.EuroCircleOutlined = EuroCircleOutlined$1;
16882 exports.EuroCircleTwoTone = EuroCircleTwoTone$1;
16883 exports.EuroOutlined = EuroOutlined$1;
16884 exports.EuroTwoTone = EuroTwoTone$1;
16885 exports.ExceptionOutlined = ExceptionOutlined$1;
16886 exports.ExclamationCircleFilled = ExclamationCircleFilled$1;
16887 exports.ExclamationCircleOutlined = ExclamationCircleOutlined$1;
16888 exports.ExclamationCircleTwoTone = ExclamationCircleTwoTone$1;
16889 exports.ExclamationOutlined = ExclamationOutlined$1;
16890 exports.ExpandAltOutlined = ExpandAltOutlined$1;
16891 exports.ExpandOutlined = ExpandOutlined$1;
16892 exports.ExperimentFilled = ExperimentFilled$1;
16893 exports.ExperimentOutlined = ExperimentOutlined$1;
16894 exports.ExperimentTwoTone = ExperimentTwoTone$1;
16895 exports.ExportOutlined = ExportOutlined$1;
16896 exports.EyeFilled = EyeFilled$1;
16897 exports.EyeInvisibleFilled = EyeInvisibleFilled$1;
16898 exports.EyeInvisibleOutlined = EyeInvisibleOutlined$1;
16899 exports.EyeInvisibleTwoTone = EyeInvisibleTwoTone$1;
16900 exports.EyeOutlined = EyeOutlined$1;
16901 exports.EyeTwoTone = EyeTwoTone$1;
16902 exports.FacebookFilled = FacebookFilled$1;
16903 exports.FacebookOutlined = FacebookOutlined$1;
16904 exports.FallOutlined = FallOutlined$1;
16905 exports.FastBackwardFilled = FastBackwardFilled$1;
16906 exports.FastBackwardOutlined = FastBackwardOutlined$1;
16907 exports.FastForwardFilled = FastForwardFilled$1;
16908 exports.FastForwardOutlined = FastForwardOutlined$1;
16909 exports.FieldBinaryOutlined = FieldBinaryOutlined$1;
16910 exports.FieldNumberOutlined = FieldNumberOutlined$1;
16911 exports.FieldStringOutlined = FieldStringOutlined$1;
16912 exports.FieldTimeOutlined = FieldTimeOutlined$1;
16913 exports.FileAddFilled = FileAddFilled$1;
16914 exports.FileAddOutlined = FileAddOutlined$1;
16915 exports.FileAddTwoTone = FileAddTwoTone$1;
16916 exports.FileDoneOutlined = FileDoneOutlined$1;
16917 exports.FileExcelFilled = FileExcelFilled$1;
16918 exports.FileExcelOutlined = FileExcelOutlined$1;
16919 exports.FileExcelTwoTone = FileExcelTwoTone$1;
16920 exports.FileExclamationFilled = FileExclamationFilled$1;
16921 exports.FileExclamationOutlined = FileExclamationOutlined$1;
16922 exports.FileExclamationTwoTone = FileExclamationTwoTone$1;
16923 exports.FileFilled = FileFilled$1;
16924 exports.FileGifOutlined = FileGifOutlined$1;
16925 exports.FileImageFilled = FileImageFilled$1;
16926 exports.FileImageOutlined = FileImageOutlined$1;
16927 exports.FileImageTwoTone = FileImageTwoTone$1;
16928 exports.FileJpgOutlined = FileJpgOutlined$1;
16929 exports.FileMarkdownFilled = FileMarkdownFilled$1;
16930 exports.FileMarkdownOutlined = FileMarkdownOutlined$1;
16931 exports.FileMarkdownTwoTone = FileMarkdownTwoTone$1;
16932 exports.FileOutlined = FileOutlined$1;
16933 exports.FilePdfFilled = FilePdfFilled$1;
16934 exports.FilePdfOutlined = FilePdfOutlined$1;
16935 exports.FilePdfTwoTone = FilePdfTwoTone$1;
16936 exports.FilePptFilled = FilePptFilled$1;
16937 exports.FilePptOutlined = FilePptOutlined$1;
16938 exports.FilePptTwoTone = FilePptTwoTone$1;
16939 exports.FileProtectOutlined = FileProtectOutlined$1;
16940 exports.FileSearchOutlined = FileSearchOutlined$1;
16941 exports.FileSyncOutlined = FileSyncOutlined$1;
16942 exports.FileTextFilled = FileTextFilled$1;
16943 exports.FileTextOutlined = FileTextOutlined$1;
16944 exports.FileTextTwoTone = FileTextTwoTone$1;
16945 exports.FileTwoTone = FileTwoTone$1;
16946 exports.FileUnknownFilled = FileUnknownFilled$1;
16947 exports.FileUnknownOutlined = FileUnknownOutlined$1;
16948 exports.FileUnknownTwoTone = FileUnknownTwoTone$1;
16949 exports.FileWordFilled = FileWordFilled$1;
16950 exports.FileWordOutlined = FileWordOutlined$1;
16951 exports.FileWordTwoTone = FileWordTwoTone$1;
16952 exports.FileZipFilled = FileZipFilled$1;
16953 exports.FileZipOutlined = FileZipOutlined$1;
16954 exports.FileZipTwoTone = FileZipTwoTone$1;
16955 exports.FilterFilled = FilterFilled$1;
16956 exports.FilterOutlined = FilterOutlined$1;
16957 exports.FilterTwoTone = FilterTwoTone$1;
16958 exports.FireFilled = FireFilled$1;
16959 exports.FireOutlined = FireOutlined$1;
16960 exports.FireTwoTone = FireTwoTone$1;
16961 exports.FlagFilled = FlagFilled$1;
16962 exports.FlagOutlined = FlagOutlined$1;
16963 exports.FlagTwoTone = FlagTwoTone$1;
16964 exports.FolderAddFilled = FolderAddFilled$1;
16965 exports.FolderAddOutlined = FolderAddOutlined$1;
16966 exports.FolderAddTwoTone = FolderAddTwoTone$1;
16967 exports.FolderFilled = FolderFilled$1;
16968 exports.FolderOpenFilled = FolderOpenFilled$1;
16969 exports.FolderOpenOutlined = FolderOpenOutlined$1;
16970 exports.FolderOpenTwoTone = FolderOpenTwoTone$1;
16971 exports.FolderOutlined = FolderOutlined$1;
16972 exports.FolderTwoTone = FolderTwoTone$1;
16973 exports.FolderViewOutlined = FolderViewOutlined$1;
16974 exports.FontColorsOutlined = FontColorsOutlined$1;
16975 exports.FontSizeOutlined = FontSizeOutlined$1;
16976 exports.ForkOutlined = ForkOutlined$1;
16977 exports.FormOutlined = FormOutlined$1;
16978 exports.FormatPainterFilled = FormatPainterFilled$1;
16979 exports.FormatPainterOutlined = FormatPainterOutlined$1;
16980 exports.ForwardFilled = ForwardFilled$1;
16981 exports.ForwardOutlined = ForwardOutlined$1;
16982 exports.FrownFilled = FrownFilled$1;
16983 exports.FrownOutlined = FrownOutlined$1;
16984 exports.FrownTwoTone = FrownTwoTone$1;
16985 exports.FullscreenExitOutlined = FullscreenExitOutlined$1;
16986 exports.FullscreenOutlined = FullscreenOutlined$1;
16987 exports.FunctionOutlined = FunctionOutlined$1;
16988 exports.FundFilled = FundFilled$1;
16989 exports.FundOutlined = FundOutlined$1;
16990 exports.FundProjectionScreenOutlined = FundProjectionScreenOutlined$1;
16991 exports.FundTwoTone = FundTwoTone$1;
16992 exports.FundViewOutlined = FundViewOutlined$1;
16993 exports.FunnelPlotFilled = FunnelPlotFilled$1;
16994 exports.FunnelPlotOutlined = FunnelPlotOutlined$1;
16995 exports.FunnelPlotTwoTone = FunnelPlotTwoTone$1;
16996 exports.GatewayOutlined = GatewayOutlined$1;
16997 exports.GifOutlined = GifOutlined$1;
16998 exports.GiftFilled = GiftFilled$1;
16999 exports.GiftOutlined = GiftOutlined$1;
17000 exports.GiftTwoTone = GiftTwoTone$1;
17001 exports.GithubFilled = GithubFilled$1;
17002 exports.GithubOutlined = GithubOutlined$1;
17003 exports.GitlabFilled = GitlabFilled$1;
17004 exports.GitlabOutlined = GitlabOutlined$1;
17005 exports.GlobalOutlined = GlobalOutlined$1;
17006 exports.GoldFilled = GoldFilled$1;
17007 exports.GoldOutlined = GoldOutlined$1;
17008 exports.GoldTwoTone = GoldTwoTone$1;
17009 exports.GoldenFilled = GoldenFilled$1;
17010 exports.GoogleCircleFilled = GoogleCircleFilled$1;
17011 exports.GoogleOutlined = GoogleOutlined$1;
17012 exports.GooglePlusCircleFilled = GooglePlusCircleFilled$1;
17013 exports.GooglePlusOutlined = GooglePlusOutlined$1;
17014 exports.GooglePlusSquareFilled = GooglePlusSquareFilled$1;
17015 exports.GoogleSquareFilled = GoogleSquareFilled$1;
17016 exports.GroupOutlined = GroupOutlined$1;
17017 exports.HddFilled = HddFilled$1;
17018 exports.HddOutlined = HddOutlined$1;
17019 exports.HddTwoTone = HddTwoTone$1;
17020 exports.HeartFilled = HeartFilled$1;
17021 exports.HeartOutlined = HeartOutlined$1;
17022 exports.HeartTwoTone = HeartTwoTone$1;
17023 exports.HeatMapOutlined = HeatMapOutlined$1;
17024 exports.HighlightFilled = HighlightFilled$1;
17025 exports.HighlightOutlined = HighlightOutlined$1;
17026 exports.HighlightTwoTone = HighlightTwoTone$1;
17027 exports.HistoryOutlined = HistoryOutlined$1;
17028 exports.HolderOutlined = HolderOutlined$1;
17029 exports.HomeFilled = HomeFilled$1;
17030 exports.HomeOutlined = HomeOutlined$1;
17031 exports.HomeTwoTone = HomeTwoTone$1;
17032 exports.HourglassFilled = HourglassFilled$1;
17033 exports.HourglassOutlined = HourglassOutlined$1;
17034 exports.HourglassTwoTone = HourglassTwoTone$1;
17035 exports.Html5Filled = Html5Filled$1;
17036 exports.Html5Outlined = Html5Outlined$1;
17037 exports.Html5TwoTone = Html5TwoTone$1;
17038 exports.IconProvider = IconProvider;
17039 exports.IdcardFilled = IdcardFilled$1;
17040 exports.IdcardOutlined = IdcardOutlined$1;
17041 exports.IdcardTwoTone = IdcardTwoTone$1;
17042 exports.IeCircleFilled = IeCircleFilled$1;
17043 exports.IeOutlined = IeOutlined$1;
17044 exports.IeSquareFilled = IeSquareFilled$1;
17045 exports.ImportOutlined = ImportOutlined$1;
17046 exports.InboxOutlined = InboxOutlined$1;
17047 exports.InfoCircleFilled = InfoCircleFilled$1;
17048 exports.InfoCircleOutlined = InfoCircleOutlined$1;
17049 exports.InfoCircleTwoTone = InfoCircleTwoTone$1;
17050 exports.InfoOutlined = InfoOutlined$1;
17051 exports.InsertRowAboveOutlined = InsertRowAboveOutlined$1;
17052 exports.InsertRowBelowOutlined = InsertRowBelowOutlined$1;
17053 exports.InsertRowLeftOutlined = InsertRowLeftOutlined$1;
17054 exports.InsertRowRightOutlined = InsertRowRightOutlined$1;
17055 exports.InstagramFilled = InstagramFilled$1;
17056 exports.InstagramOutlined = InstagramOutlined$1;
17057 exports.InsuranceFilled = InsuranceFilled$1;
17058 exports.InsuranceOutlined = InsuranceOutlined$1;
17059 exports.InsuranceTwoTone = InsuranceTwoTone$1;
17060 exports.InteractionFilled = InteractionFilled$1;
17061 exports.InteractionOutlined = InteractionOutlined$1;
17062 exports.InteractionTwoTone = InteractionTwoTone$1;
17063 exports.IssuesCloseOutlined = IssuesCloseOutlined$1;
17064 exports.ItalicOutlined = ItalicOutlined$1;
17065 exports.KeyOutlined = KeyOutlined$1;
17066 exports.LaptopOutlined = LaptopOutlined$1;
17067 exports.LayoutFilled = LayoutFilled$1;
17068 exports.LayoutOutlined = LayoutOutlined$1;
17069 exports.LayoutTwoTone = LayoutTwoTone$1;
17070 exports.LeftCircleFilled = LeftCircleFilled$1;
17071 exports.LeftCircleOutlined = LeftCircleOutlined$1;
17072 exports.LeftCircleTwoTone = LeftCircleTwoTone$1;
17073 exports.LeftOutlined = LeftOutlined$1;
17074 exports.LeftSquareFilled = LeftSquareFilled$1;
17075 exports.LeftSquareOutlined = LeftSquareOutlined$1;
17076 exports.LeftSquareTwoTone = LeftSquareTwoTone$1;
17077 exports.LikeFilled = LikeFilled$1;
17078 exports.LikeOutlined = LikeOutlined$1;
17079 exports.LikeTwoTone = LikeTwoTone$1;
17080 exports.LineChartOutlined = LineChartOutlined$1;
17081 exports.LineHeightOutlined = LineHeightOutlined$1;
17082 exports.LineOutlined = LineOutlined$1;
17083 exports.LinkOutlined = LinkOutlined$1;
17084 exports.LinkedinFilled = LinkedinFilled$1;
17085 exports.LinkedinOutlined = LinkedinOutlined$1;
17086 exports.Loading3QuartersOutlined = Loading3QuartersOutlined$1;
17087 exports.LoadingOutlined = LoadingOutlined$1;
17088 exports.LockFilled = LockFilled$1;
17089 exports.LockOutlined = LockOutlined$1;
17090 exports.LockTwoTone = LockTwoTone$1;
17091 exports.LoginOutlined = LoginOutlined$1;
17092 exports.LogoutOutlined = LogoutOutlined$1;
17093 exports.MacCommandFilled = MacCommandFilled$1;
17094 exports.MacCommandOutlined = MacCommandOutlined$1;
17095 exports.MailFilled = MailFilled$1;
17096 exports.MailOutlined = MailOutlined$1;
17097 exports.MailTwoTone = MailTwoTone$1;
17098 exports.ManOutlined = ManOutlined$1;
17099 exports.MedicineBoxFilled = MedicineBoxFilled$1;
17100 exports.MedicineBoxOutlined = MedicineBoxOutlined$1;
17101 exports.MedicineBoxTwoTone = MedicineBoxTwoTone$1;
17102 exports.MediumCircleFilled = MediumCircleFilled$1;
17103 exports.MediumOutlined = MediumOutlined$1;
17104 exports.MediumSquareFilled = MediumSquareFilled$1;
17105 exports.MediumWorkmarkOutlined = MediumWorkmarkOutlined$1;
17106 exports.MehFilled = MehFilled$1;
17107 exports.MehOutlined = MehOutlined$1;
17108 exports.MehTwoTone = MehTwoTone$1;
17109 exports.MenuFoldOutlined = MenuFoldOutlined$1;
17110 exports.MenuOutlined = MenuOutlined$1;
17111 exports.MenuUnfoldOutlined = MenuUnfoldOutlined$1;
17112 exports.MergeCellsOutlined = MergeCellsOutlined$1;
17113 exports.MessageFilled = MessageFilled$1;
17114 exports.MessageOutlined = MessageOutlined$1;
17115 exports.MessageTwoTone = MessageTwoTone$1;
17116 exports.MinusCircleFilled = MinusCircleFilled$1;
17117 exports.MinusCircleOutlined = MinusCircleOutlined$1;
17118 exports.MinusCircleTwoTone = MinusCircleTwoTone$1;
17119 exports.MinusOutlined = MinusOutlined$1;
17120 exports.MinusSquareFilled = MinusSquareFilled$1;
17121 exports.MinusSquareOutlined = MinusSquareOutlined$1;
17122 exports.MinusSquareTwoTone = MinusSquareTwoTone$1;
17123 exports.MobileFilled = MobileFilled$1;
17124 exports.MobileOutlined = MobileOutlined$1;
17125 exports.MobileTwoTone = MobileTwoTone$1;
17126 exports.MoneyCollectFilled = MoneyCollectFilled$1;
17127 exports.MoneyCollectOutlined = MoneyCollectOutlined$1;
17128 exports.MoneyCollectTwoTone = MoneyCollectTwoTone$1;
17129 exports.MonitorOutlined = MonitorOutlined$1;
17130 exports.MoreOutlined = MoreOutlined$1;
17131 exports.NodeCollapseOutlined = NodeCollapseOutlined$1;
17132 exports.NodeExpandOutlined = NodeExpandOutlined$1;
17133 exports.NodeIndexOutlined = NodeIndexOutlined$1;
17134 exports.NotificationFilled = NotificationFilled$1;
17135 exports.NotificationOutlined = NotificationOutlined$1;
17136 exports.NotificationTwoTone = NotificationTwoTone$1;
17137 exports.NumberOutlined = NumberOutlined$1;
17138 exports.OneToOneOutlined = OneToOneOutlined$1;
17139 exports.OrderedListOutlined = OrderedListOutlined$1;
17140 exports.PaperClipOutlined = PaperClipOutlined$1;
17141 exports.PartitionOutlined = PartitionOutlined$1;
17142 exports.PauseCircleFilled = PauseCircleFilled$1;
17143 exports.PauseCircleOutlined = PauseCircleOutlined$1;
17144 exports.PauseCircleTwoTone = PauseCircleTwoTone$1;
17145 exports.PauseOutlined = PauseOutlined$1;
17146 exports.PayCircleFilled = PayCircleFilled$1;
17147 exports.PayCircleOutlined = PayCircleOutlined$1;
17148 exports.PercentageOutlined = PercentageOutlined$1;
17149 exports.PhoneFilled = PhoneFilled$1;
17150 exports.PhoneOutlined = PhoneOutlined$1;
17151 exports.PhoneTwoTone = PhoneTwoTone$1;
17152 exports.PicCenterOutlined = PicCenterOutlined$1;
17153 exports.PicLeftOutlined = PicLeftOutlined$1;
17154 exports.PicRightOutlined = PicRightOutlined$1;
17155 exports.PictureFilled = PictureFilled$1;
17156 exports.PictureOutlined = PictureOutlined$1;
17157 exports.PictureTwoTone = PictureTwoTone$1;
17158 exports.PieChartFilled = PieChartFilled$1;
17159 exports.PieChartOutlined = PieChartOutlined$1;
17160 exports.PieChartTwoTone = PieChartTwoTone$1;
17161 exports.PlayCircleFilled = PlayCircleFilled$1;
17162 exports.PlayCircleOutlined = PlayCircleOutlined$1;
17163 exports.PlayCircleTwoTone = PlayCircleTwoTone$1;
17164 exports.PlaySquareFilled = PlaySquareFilled$1;
17165 exports.PlaySquareOutlined = PlaySquareOutlined$1;
17166 exports.PlaySquareTwoTone = PlaySquareTwoTone$1;
17167 exports.PlusCircleFilled = PlusCircleFilled$1;
17168 exports.PlusCircleOutlined = PlusCircleOutlined$1;
17169 exports.PlusCircleTwoTone = PlusCircleTwoTone$1;
17170 exports.PlusOutlined = PlusOutlined$1;
17171 exports.PlusSquareFilled = PlusSquareFilled$1;
17172 exports.PlusSquareOutlined = PlusSquareOutlined$1;
17173 exports.PlusSquareTwoTone = PlusSquareTwoTone$1;
17174 exports.PoundCircleFilled = PoundCircleFilled$1;
17175 exports.PoundCircleOutlined = PoundCircleOutlined$1;
17176 exports.PoundCircleTwoTone = PoundCircleTwoTone$1;
17177 exports.PoundOutlined = PoundOutlined$1;
17178 exports.PoweroffOutlined = PoweroffOutlined$1;
17179 exports.PrinterFilled = PrinterFilled$1;
17180 exports.PrinterOutlined = PrinterOutlined$1;
17181 exports.PrinterTwoTone = PrinterTwoTone$1;
17182 exports.ProfileFilled = ProfileFilled$1;
17183 exports.ProfileOutlined = ProfileOutlined$1;
17184 exports.ProfileTwoTone = ProfileTwoTone$1;
17185 exports.ProjectFilled = ProjectFilled$1;
17186 exports.ProjectOutlined = ProjectOutlined$1;
17187 exports.ProjectTwoTone = ProjectTwoTone$1;
17188 exports.PropertySafetyFilled = PropertySafetyFilled$1;
17189 exports.PropertySafetyOutlined = PropertySafetyOutlined$1;
17190 exports.PropertySafetyTwoTone = PropertySafetyTwoTone$1;
17191 exports.PullRequestOutlined = PullRequestOutlined$1;
17192 exports.PushpinFilled = PushpinFilled$1;
17193 exports.PushpinOutlined = PushpinOutlined$1;
17194 exports.PushpinTwoTone = PushpinTwoTone$1;
17195 exports.QqCircleFilled = QqCircleFilled$1;
17196 exports.QqOutlined = QqOutlined$1;
17197 exports.QqSquareFilled = QqSquareFilled$1;
17198 exports.QrcodeOutlined = QrcodeOutlined$1;
17199 exports.QuestionCircleFilled = QuestionCircleFilled$1;
17200 exports.QuestionCircleOutlined = QuestionCircleOutlined$1;
17201 exports.QuestionCircleTwoTone = QuestionCircleTwoTone$1;
17202 exports.QuestionOutlined = QuestionOutlined$1;
17203 exports.RadarChartOutlined = RadarChartOutlined$1;
17204 exports.RadiusBottomleftOutlined = RadiusBottomleftOutlined$1;
17205 exports.RadiusBottomrightOutlined = RadiusBottomrightOutlined$1;
17206 exports.RadiusSettingOutlined = RadiusSettingOutlined$1;
17207 exports.RadiusUpleftOutlined = RadiusUpleftOutlined$1;
17208 exports.RadiusUprightOutlined = RadiusUprightOutlined$1;
17209 exports.ReadFilled = ReadFilled$1;
17210 exports.ReadOutlined = ReadOutlined$1;
17211 exports.ReconciliationFilled = ReconciliationFilled$1;
17212 exports.ReconciliationOutlined = ReconciliationOutlined$1;
17213 exports.ReconciliationTwoTone = ReconciliationTwoTone$1;
17214 exports.RedEnvelopeFilled = RedEnvelopeFilled$1;
17215 exports.RedEnvelopeOutlined = RedEnvelopeOutlined$1;
17216 exports.RedEnvelopeTwoTone = RedEnvelopeTwoTone$1;
17217 exports.RedditCircleFilled = RedditCircleFilled$1;
17218 exports.RedditOutlined = RedditOutlined$1;
17219 exports.RedditSquareFilled = RedditSquareFilled$1;
17220 exports.RedoOutlined = RedoOutlined$1;
17221 exports.ReloadOutlined = ReloadOutlined$1;
17222 exports.RestFilled = RestFilled$1;
17223 exports.RestOutlined = RestOutlined$1;
17224 exports.RestTwoTone = RestTwoTone$1;
17225 exports.RetweetOutlined = RetweetOutlined$1;
17226 exports.RightCircleFilled = RightCircleFilled$1;
17227 exports.RightCircleOutlined = RightCircleOutlined$1;
17228 exports.RightCircleTwoTone = RightCircleTwoTone$1;
17229 exports.RightOutlined = RightOutlined$1;
17230 exports.RightSquareFilled = RightSquareFilled$1;
17231 exports.RightSquareOutlined = RightSquareOutlined$1;
17232 exports.RightSquareTwoTone = RightSquareTwoTone$1;
17233 exports.RiseOutlined = RiseOutlined$1;
17234 exports.RobotFilled = RobotFilled$1;
17235 exports.RobotOutlined = RobotOutlined$1;
17236 exports.RocketFilled = RocketFilled$1;
17237 exports.RocketOutlined = RocketOutlined$1;
17238 exports.RocketTwoTone = RocketTwoTone$1;
17239 exports.RollbackOutlined = RollbackOutlined$1;
17240 exports.RotateLeftOutlined = RotateLeftOutlined$1;
17241 exports.RotateRightOutlined = RotateRightOutlined$1;
17242 exports.SafetyCertificateFilled = SafetyCertificateFilled$1;
17243 exports.SafetyCertificateOutlined = SafetyCertificateOutlined$1;
17244 exports.SafetyCertificateTwoTone = SafetyCertificateTwoTone$1;
17245 exports.SafetyOutlined = SafetyOutlined$1;
17246 exports.SaveFilled = SaveFilled$1;
17247 exports.SaveOutlined = SaveOutlined$1;
17248 exports.SaveTwoTone = SaveTwoTone$1;
17249 exports.ScanOutlined = ScanOutlined$1;
17250 exports.ScheduleFilled = ScheduleFilled$1;
17251 exports.ScheduleOutlined = ScheduleOutlined$1;
17252 exports.ScheduleTwoTone = ScheduleTwoTone$1;
17253 exports.ScissorOutlined = ScissorOutlined$1;
17254 exports.SearchOutlined = SearchOutlined$1;
17255 exports.SecurityScanFilled = SecurityScanFilled$1;
17256 exports.SecurityScanOutlined = SecurityScanOutlined$1;
17257 exports.SecurityScanTwoTone = SecurityScanTwoTone$1;
17258 exports.SelectOutlined = SelectOutlined$1;
17259 exports.SendOutlined = SendOutlined$1;
17260 exports.SettingFilled = SettingFilled$1;
17261 exports.SettingOutlined = SettingOutlined$1;
17262 exports.SettingTwoTone = SettingTwoTone$1;
17263 exports.ShakeOutlined = ShakeOutlined$1;
17264 exports.ShareAltOutlined = ShareAltOutlined$1;
17265 exports.ShopFilled = ShopFilled$1;
17266 exports.ShopOutlined = ShopOutlined$1;
17267 exports.ShopTwoTone = ShopTwoTone$1;
17268 exports.ShoppingCartOutlined = ShoppingCartOutlined$1;
17269 exports.ShoppingFilled = ShoppingFilled$1;
17270 exports.ShoppingOutlined = ShoppingOutlined$1;
17271 exports.ShoppingTwoTone = ShoppingTwoTone$1;
17272 exports.ShrinkOutlined = ShrinkOutlined$1;
17273 exports.SignalFilled = SignalFilled$1;
17274 exports.SisternodeOutlined = SisternodeOutlined$1;
17275 exports.SketchCircleFilled = SketchCircleFilled$1;
17276 exports.SketchOutlined = SketchOutlined$1;
17277 exports.SketchSquareFilled = SketchSquareFilled$1;
17278 exports.SkinFilled = SkinFilled$1;
17279 exports.SkinOutlined = SkinOutlined$1;
17280 exports.SkinTwoTone = SkinTwoTone$1;
17281 exports.SkypeFilled = SkypeFilled$1;
17282 exports.SkypeOutlined = SkypeOutlined$1;
17283 exports.SlackCircleFilled = SlackCircleFilled$1;
17284 exports.SlackOutlined = SlackOutlined$1;
17285 exports.SlackSquareFilled = SlackSquareFilled$1;
17286 exports.SlackSquareOutlined = SlackSquareOutlined$1;
17287 exports.SlidersFilled = SlidersFilled$1;
17288 exports.SlidersOutlined = SlidersOutlined$1;
17289 exports.SlidersTwoTone = SlidersTwoTone$1;
17290 exports.SmallDashOutlined = SmallDashOutlined$1;
17291 exports.SmileFilled = SmileFilled$1;
17292 exports.SmileOutlined = SmileOutlined$1;
17293 exports.SmileTwoTone = SmileTwoTone$1;
17294 exports.SnippetsFilled = SnippetsFilled$1;
17295 exports.SnippetsOutlined = SnippetsOutlined$1;
17296 exports.SnippetsTwoTone = SnippetsTwoTone$1;
17297 exports.SolutionOutlined = SolutionOutlined$1;
17298 exports.SortAscendingOutlined = SortAscendingOutlined$1;
17299 exports.SortDescendingOutlined = SortDescendingOutlined$1;
17300 exports.SoundFilled = SoundFilled$1;
17301 exports.SoundOutlined = SoundOutlined$1;
17302 exports.SoundTwoTone = SoundTwoTone$1;
17303 exports.SplitCellsOutlined = SplitCellsOutlined$1;
17304 exports.StarFilled = StarFilled$1;
17305 exports.StarOutlined = StarOutlined$1;
17306 exports.StarTwoTone = StarTwoTone$1;
17307 exports.StepBackwardFilled = StepBackwardFilled$1;
17308 exports.StepBackwardOutlined = StepBackwardOutlined$1;
17309 exports.StepForwardFilled = StepForwardFilled$1;
17310 exports.StepForwardOutlined = StepForwardOutlined$1;
17311 exports.StockOutlined = StockOutlined$1;
17312 exports.StopFilled = StopFilled$1;
17313 exports.StopOutlined = StopOutlined$1;
17314 exports.StopTwoTone = StopTwoTone$1;
17315 exports.StrikethroughOutlined = StrikethroughOutlined$1;
17316 exports.SubnodeOutlined = SubnodeOutlined$1;
17317 exports.SwapLeftOutlined = SwapLeftOutlined$1;
17318 exports.SwapOutlined = SwapOutlined$1;
17319 exports.SwapRightOutlined = SwapRightOutlined$1;
17320 exports.SwitcherFilled = SwitcherFilled$1;
17321 exports.SwitcherOutlined = SwitcherOutlined$1;
17322 exports.SwitcherTwoTone = SwitcherTwoTone$1;
17323 exports.SyncOutlined = SyncOutlined$1;
17324 exports.TableOutlined = TableOutlined$1;
17325 exports.TabletFilled = TabletFilled$1;
17326 exports.TabletOutlined = TabletOutlined$1;
17327 exports.TabletTwoTone = TabletTwoTone$1;
17328 exports.TagFilled = TagFilled$1;
17329 exports.TagOutlined = TagOutlined$1;
17330 exports.TagTwoTone = TagTwoTone$1;
17331 exports.TagsFilled = TagsFilled$1;
17332 exports.TagsOutlined = TagsOutlined$1;
17333 exports.TagsTwoTone = TagsTwoTone$1;
17334 exports.TaobaoCircleFilled = TaobaoCircleFilled$1;
17335 exports.TaobaoCircleOutlined = TaobaoCircleOutlined$1;
17336 exports.TaobaoOutlined = TaobaoOutlined$1;
17337 exports.TaobaoSquareFilled = TaobaoSquareFilled$1;
17338 exports.TeamOutlined = TeamOutlined$1;
17339 exports.ThunderboltFilled = ThunderboltFilled$1;
17340 exports.ThunderboltOutlined = ThunderboltOutlined$1;
17341 exports.ThunderboltTwoTone = ThunderboltTwoTone$1;
17342 exports.ToTopOutlined = ToTopOutlined$1;
17343 exports.ToolFilled = ToolFilled$1;
17344 exports.ToolOutlined = ToolOutlined$1;
17345 exports.ToolTwoTone = ToolTwoTone$1;
17346 exports.TrademarkCircleFilled = TrademarkCircleFilled$1;
17347 exports.TrademarkCircleOutlined = TrademarkCircleOutlined$1;
17348 exports.TrademarkCircleTwoTone = TrademarkCircleTwoTone$1;
17349 exports.TrademarkOutlined = TrademarkOutlined$1;
17350 exports.TransactionOutlined = TransactionOutlined$1;
17351 exports.TranslationOutlined = TranslationOutlined$1;
17352 exports.TrophyFilled = TrophyFilled$1;
17353 exports.TrophyOutlined = TrophyOutlined$1;
17354 exports.TrophyTwoTone = TrophyTwoTone$1;
17355 exports.TwitterCircleFilled = TwitterCircleFilled$1;
17356 exports.TwitterOutlined = TwitterOutlined$1;
17357 exports.TwitterSquareFilled = TwitterSquareFilled$1;
17358 exports.UnderlineOutlined = UnderlineOutlined$1;
17359 exports.UndoOutlined = UndoOutlined$1;
17360 exports.UngroupOutlined = UngroupOutlined$1;
17361 exports.UnlockFilled = UnlockFilled$1;
17362 exports.UnlockOutlined = UnlockOutlined$1;
17363 exports.UnlockTwoTone = UnlockTwoTone$1;
17364 exports.UnorderedListOutlined = UnorderedListOutlined$1;
17365 exports.UpCircleFilled = UpCircleFilled$1;
17366 exports.UpCircleOutlined = UpCircleOutlined$1;
17367 exports.UpCircleTwoTone = UpCircleTwoTone$1;
17368 exports.UpOutlined = UpOutlined$1;
17369 exports.UpSquareFilled = UpSquareFilled$1;
17370 exports.UpSquareOutlined = UpSquareOutlined$1;
17371 exports.UpSquareTwoTone = UpSquareTwoTone$1;
17372 exports.UploadOutlined = UploadOutlined$1;
17373 exports.UsbFilled = UsbFilled$1;
17374 exports.UsbOutlined = UsbOutlined$1;
17375 exports.UsbTwoTone = UsbTwoTone$1;
17376 exports.UserAddOutlined = UserAddOutlined$1;
17377 exports.UserDeleteOutlined = UserDeleteOutlined$1;
17378 exports.UserOutlined = UserOutlined$1;
17379 exports.UserSwitchOutlined = UserSwitchOutlined$1;
17380 exports.UsergroupAddOutlined = UsergroupAddOutlined$1;
17381 exports.UsergroupDeleteOutlined = UsergroupDeleteOutlined$1;
17382 exports.VerifiedOutlined = VerifiedOutlined$1;
17383 exports.VerticalAlignBottomOutlined = VerticalAlignBottomOutlined$1;
17384 exports.VerticalAlignMiddleOutlined = VerticalAlignMiddleOutlined$1;
17385 exports.VerticalAlignTopOutlined = VerticalAlignTopOutlined$1;
17386 exports.VerticalLeftOutlined = VerticalLeftOutlined$1;
17387 exports.VerticalRightOutlined = VerticalRightOutlined$1;
17388 exports.VideoCameraAddOutlined = VideoCameraAddOutlined$1;
17389 exports.VideoCameraFilled = VideoCameraFilled$1;
17390 exports.VideoCameraOutlined = VideoCameraOutlined$1;
17391 exports.VideoCameraTwoTone = VideoCameraTwoTone$1;
17392 exports.WalletFilled = WalletFilled$1;
17393 exports.WalletOutlined = WalletOutlined$1;
17394 exports.WalletTwoTone = WalletTwoTone$1;
17395 exports.WarningFilled = WarningFilled$1;
17396 exports.WarningOutlined = WarningOutlined$1;
17397 exports.WarningTwoTone = WarningTwoTone$1;
17398 exports.WechatFilled = WechatFilled$1;
17399 exports.WechatOutlined = WechatOutlined$1;
17400 exports.WeiboCircleFilled = WeiboCircleFilled$1;
17401 exports.WeiboCircleOutlined = WeiboCircleOutlined$1;
17402 exports.WeiboOutlined = WeiboOutlined$1;
17403 exports.WeiboSquareFilled = WeiboSquareFilled$1;
17404 exports.WeiboSquareOutlined = WeiboSquareOutlined$1;
17405 exports.WhatsAppOutlined = WhatsAppOutlined$1;
17406 exports.WifiOutlined = WifiOutlined$1;
17407 exports.WindowsFilled = WindowsFilled$1;
17408 exports.WindowsOutlined = WindowsOutlined$1;
17409 exports.WomanOutlined = WomanOutlined$1;
17410 exports.YahooFilled = YahooFilled$1;
17411 exports.YahooOutlined = YahooOutlined$1;
17412 exports.YoutubeFilled = YoutubeFilled$1;
17413 exports.YoutubeOutlined = YoutubeOutlined$1;
17414 exports.YuqueFilled = YuqueFilled$1;
17415 exports.YuqueOutlined = YuqueOutlined$1;
17416 exports.ZhihuCircleFilled = ZhihuCircleFilled$1;
17417 exports.ZhihuOutlined = ZhihuOutlined$1;
17418 exports.ZhihuSquareFilled = ZhihuSquareFilled$1;
17419 exports.ZoomInOutlined = ZoomInOutlined$1;
17420 exports.ZoomOutOutlined = ZoomOutOutlined$1;
17421 exports.createFromIconfontCN = create;
17422 exports.default = Icon$1;
17423 exports.getTwoToneColor = getTwoToneColor;
17424 exports.setTwoToneColor = setTwoToneColor;
17425
17426 Object.defineProperty(exports, '__esModule', { value: true });
17427
17428})));