@scaleflex/widget-icons 4.4.0 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/lib/Any.js +42 -0
  3. package/lib/ApprovalsIcon.js +26 -0
  4. package/lib/ArchiveIcon.js +47 -0
  5. package/lib/AssetsIcon.js +37 -0
  6. package/lib/BackArrowIcon.js +29 -0
  7. package/lib/BoxIcon.js +41 -0
  8. package/lib/BranchesIcon.js +31 -0
  9. package/lib/CSVIcon.js +41 -0
  10. package/lib/CameraIcon.js +37 -0
  11. package/lib/CanvaIcon.js +35 -0
  12. package/lib/CheckIcon.js +32 -0
  13. package/lib/ClearIcon.js +29 -0
  14. package/lib/CloseIcon.js +28 -0
  15. package/lib/CloudIcon.js +59 -0
  16. package/lib/CodeIcon.js +35 -0
  17. package/lib/ColorPickerIcon.js +31 -0
  18. package/lib/CommentsIcon.js +38 -0
  19. package/lib/CommentsSolidIcon.js +30 -0
  20. package/lib/CopyIcon.js +24 -0
  21. package/lib/DamIcon.js +40 -0
  22. package/lib/DateIcon.js +65 -0
  23. package/lib/DeleteIcon.js +30 -0
  24. package/lib/DetailsIcon.js +30 -0
  25. package/lib/DownArrowIcon.js +21 -0
  26. package/lib/DownTriangleIcon.js +31 -0
  27. package/lib/DownloadIcon.js +30 -0
  28. package/lib/DropboxIcon.js +48 -0
  29. package/lib/EditIcon.js +28 -0
  30. package/lib/EditImageIcon.js +31 -0
  31. package/lib/EyeIcon.js +31 -0
  32. package/lib/FacebookIcon.js +39 -0
  33. package/lib/FileIcon.js +28 -0
  34. package/lib/FilerobotRobot.js +283 -0
  35. package/lib/FilterIcon.js +46 -0
  36. package/lib/FolderIcon.js +48 -0
  37. package/lib/FoldersTreeIcon.js +31 -0
  38. package/lib/GoogleDriveIcon.js +47 -0
  39. package/lib/HideIcon.js +28 -0
  40. package/lib/HidePasswordIcon.js +32 -0
  41. package/lib/HistoryIcon.js +32 -0
  42. package/lib/HomeIcon.js +28 -0
  43. package/lib/IOSArrowLeftIcon.js +30 -0
  44. package/lib/ImageIcon.js +37 -0
  45. package/lib/InfoOutlineIcon.js +31 -0
  46. package/lib/InheritIcon.js +32 -0
  47. package/lib/InstagramIcon.js +33 -0
  48. package/lib/LinkIcon.js +28 -0
  49. package/lib/LockedPadlockIcon.js +32 -0
  50. package/lib/MenuDotsIcon.js +33 -0
  51. package/lib/MetaIcon.js +32 -0
  52. package/lib/ModalDeleteIcon.js +24 -0
  53. package/lib/MoveToIcon.js +38 -0
  54. package/lib/MyDevice.js +24 -0
  55. package/lib/NewFolderIcon.js +27 -0
  56. package/lib/NextIcon.js +32 -0
  57. package/lib/NoAccess.js +34 -0
  58. package/lib/NoAssets.js +42 -0
  59. package/lib/NoResults2.js +39 -0
  60. package/lib/OneDriveIcon.js +39 -0
  61. package/lib/OpenLinkIcon.js +31 -0
  62. package/lib/OrganisationIcon.js +44 -0
  63. package/lib/Orientations/LandscapeOrientationIcon.js +34 -0
  64. package/lib/Orientations/OrientationIcon.js +42 -0
  65. package/lib/Orientations/PanoramaOrientationIcon.js +34 -0
  66. package/lib/Orientations/PortraitOrientationIcon.js +34 -0
  67. package/lib/Orientations/SquareOrientationIcon.js +42 -0
  68. package/lib/Orientations/index.js +5 -0
  69. package/lib/PaginationIcon.js +34 -0
  70. package/lib/PaginationNavIcon.js +29 -0
  71. package/lib/PauseIcon.js +26 -0
  72. package/lib/People/GroupPeopleIcon.js +43 -0
  73. package/lib/People/NoPeopleIcon.js +40 -0
  74. package/lib/People/OnePersonIcon.js +31 -0
  75. package/lib/People/TwoPeopleIcon.js +37 -0
  76. package/lib/People/index.js +4 -0
  77. package/lib/PixaforgeIcon.js +52 -0
  78. package/lib/PlayIcon.js +28 -0
  79. package/lib/PlusFolderIcon.js +28 -0
  80. package/lib/PlusIcon.js +28 -0
  81. package/lib/PrevIcon.js +35 -0
  82. package/lib/PreviewIcon.js +32 -0
  83. package/lib/PrivateIcon.js +29 -0
  84. package/lib/PropertiesIcon.js +28 -0
  85. package/lib/PublicIcon.js +74 -0
  86. package/lib/QuestionMarkIcon.js +31 -0
  87. package/lib/RadioBlankIcon.js +36 -0
  88. package/lib/RadioIcon.js +45 -0
  89. package/lib/RefreshIcon.js +30 -0
  90. package/lib/RegionIcon.js +73 -0
  91. package/lib/ResetIcon.js +25 -0
  92. package/lib/RetryIcon.js +31 -0
  93. package/lib/SearchIcon.js +30 -0
  94. package/lib/SecretIcon.js +41 -0
  95. package/lib/SelectAllIcon.js +75 -0
  96. package/lib/ShareAssetsIcon.js +34 -0
  97. package/lib/ShareFileIcon.js +37 -0
  98. package/lib/ShareFolderIcon.js +31 -0
  99. package/lib/ShareIcon.js +27 -0
  100. package/lib/ShowIcon.js +28 -0
  101. package/lib/ShowPasswordIcon.js +29 -0
  102. package/lib/SortIconAsc.js +40 -0
  103. package/lib/SortIconDesc.js +40 -0
  104. package/lib/SpinnerIcon.js +32 -0
  105. package/lib/StarIcon.js +29 -0
  106. package/lib/TagsIcon.js +32 -0
  107. package/lib/TargetIcon.js +29 -0
  108. package/lib/TickArrowIcon.js +24 -0
  109. package/lib/TimeIcon.js +25 -0
  110. package/lib/TranscodeIcon.js +21 -0
  111. package/lib/TriangleDownArrowIcon.js +28 -0
  112. package/lib/TriangleRightArrowIcon.js +28 -0
  113. package/lib/UnLockedPadLockIcon.js +32 -0
  114. package/lib/UnsplashIcon.js +35 -0
  115. package/lib/UpArrowIcon.js +21 -0
  116. package/lib/UpTriangleIcon.js +31 -0
  117. package/lib/UploadIcon.js +30 -0
  118. package/lib/UrlIcon.js +39 -0
  119. package/lib/VideoIcon.js +27 -0
  120. package/lib/ViewsIcon.js +29 -0
  121. package/lib/VisibilityIcon.js +56 -0
  122. package/lib/WarningIcon.js +29 -0
  123. package/lib/ZoomInIcon.js +35 -0
  124. package/lib/ZoomOutIcon.js +32 -0
  125. package/lib/index.js +114 -0
  126. package/package.json +2 -2
@@ -0,0 +1,36 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color", "colorStroke"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var RadioBlankIcon = function RadioBlankIcon() {
12
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
13
+ _ref$color = _ref.color,
14
+ color = _ref$color === void 0 ? '#F8FAFB' : _ref$color,
15
+ _ref$colorStroke = _ref.colorStroke,
16
+ colorStroke = _ref$colorStroke === void 0 ? '#DFE7ED' : _ref$colorStroke,
17
+ props = _objectWithoutProperties(_ref, _excluded);
18
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
19
+ width: "16",
20
+ height: "16",
21
+ viewBox: "0 0 16 16",
22
+ fill: "none",
23
+ xmlns: "http://www.w3.org/2000/svg"
24
+ }, props), {}, {
25
+ children: /*#__PURE__*/_jsx("rect", {
26
+ x: "0.5",
27
+ y: "0.5",
28
+ width: "15",
29
+ height: "15",
30
+ rx: "7.5",
31
+ fill: color,
32
+ stroke: colorStroke
33
+ })
34
+ }));
35
+ };
36
+ export default RadioBlankIcon;
@@ -0,0 +1,45 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color", "colorStroke", "colorSecondary"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var RadioIcon = function RadioIcon() {
12
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
13
+ _ref$color = _ref.color,
14
+ color = _ref$color === void 0 ? '#F8FAFB' : _ref$color,
15
+ _ref$colorStroke = _ref.colorStroke,
16
+ colorStroke = _ref$colorStroke === void 0 ? '#DFE7ED' : _ref$colorStroke,
17
+ _ref$colorSecondary = _ref.colorSecondary,
18
+ colorSecondary = _ref$colorSecondary === void 0 ? '#6879EB' : _ref$colorSecondary,
19
+ props = _objectWithoutProperties(_ref, _excluded);
20
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
21
+ width: "16",
22
+ height: "16",
23
+ viewBox: "0 0 16 16",
24
+ fill: "none",
25
+ xmlns: "http://www.w3.org/2000/svg"
26
+ }, props), {}, {
27
+ children: [/*#__PURE__*/_jsx("rect", {
28
+ x: "0.5",
29
+ y: "0.5",
30
+ width: "15",
31
+ height: "15",
32
+ rx: "7.5",
33
+ fill: color,
34
+ stroke: colorStroke
35
+ }), /*#__PURE__*/_jsx("rect", {
36
+ x: "3",
37
+ y: "3",
38
+ width: "10",
39
+ height: "10",
40
+ rx: "5",
41
+ fill: colorSecondary
42
+ })]
43
+ }));
44
+ };
45
+ export default RadioIcon;
@@ -0,0 +1,30 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var RefreshIcon = function RefreshIcon(_ref) {
12
+ var _ref$color = _ref.color,
13
+ color = _ref$color === void 0 ? '#768184' : _ref$color,
14
+ props = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
16
+ width: "16",
17
+ height: "16",
18
+ viewBox: "0 0 16 16",
19
+ className: "filerobot-c-icon"
20
+ }, props), {}, {
21
+ children: [/*#__PURE__*/_jsx("path", {
22
+ d: "M14.4699 5.05613L13.8046 0.432433C13.738 0.0665291 13.2723 -0.0997921 13.0062 0.16632L12.0416 1.13098C10.8108 0.399171 9.38046 0 7.9501 0C3.59251 0 0.0997921 3.39293 0 7.75052C0 7.98337 0.166319 8.18295 0.399167 8.21622L2.26196 8.48233C2.52807 8.51559 2.79418 8.31601 2.79418 8.01663C2.76091 5.15593 5.05613 2.79418 7.9501 2.79418C8.64865 2.79418 9.34719 2.92724 9.97921 3.19335L9.04782 4.12474C8.7817 4.39086 8.91476 4.85655 9.31393 4.92308L13.9376 5.58836C14.237 5.62162 14.5031 5.35551 14.4699 5.05613Z",
23
+ fill: color
24
+ }), /*#__PURE__*/_jsx("path", {
25
+ d: "M15.5676 7.75052L13.7048 7.48441C13.4719 7.45114 13.1726 7.65073 13.1726 7.98337C13.1726 10.8108 10.8773 13.1393 8.01663 13.1393C7.31809 13.1393 6.65281 13.0062 6.02079 12.7401L6.91892 11.842C7.18503 11.5759 7.05198 11.1102 6.65281 11.0437L2.02911 10.3784C1.72973 10.3451 1.46362 10.6112 1.49688 10.9106L2.16216 15.5343C2.22869 15.9002 2.69439 16.0665 2.9605 15.8004L3.95842 14.8025C5.18919 15.5343 6.58628 15.9335 8.0499 15.9335C12.3742 15.9335 15.8669 12.5405 16 8.21621C16 8.01663 15.8004 7.78378 15.5676 7.75052Z",
26
+ fill: color
27
+ })]
28
+ }));
29
+ };
30
+ export default RefreshIcon;
@@ -0,0 +1,73 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var RegionIcon = function RegionIcon(_ref) {
12
+ var _ref$color = _ref.color,
13
+ color = _ref$color === void 0 ? '#768184' : _ref$color,
14
+ props = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
16
+ width: "12",
17
+ height: "12",
18
+ viewBox: "0 0 12 12",
19
+ fill: "none"
20
+ }, props), {}, {
21
+ xmlns: "http://www.w3.org/2000/svg",
22
+ children: [/*#__PURE__*/_jsx("path", {
23
+ d: "M6.21593 12C7.12793 11.8798 7.94393 10.9178 8.44793 9.499C7.72793 9.33066 6.95993 9.25852 6.21593 9.23447V12Z",
24
+ fill: color
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M7.67993 11.7836C7.72793 11.7595 7.79993 11.7595 7.84793 11.7355C7.89593 11.7114 7.94393 11.7114 7.99193 11.6874C8.03993 11.6633 8.08793 11.6393 8.15993 11.6393C8.20793 11.6152 8.25593 11.6152 8.30393 11.5912C8.35193 11.5671 8.39993 11.5431 8.44793 11.519C8.49593 11.495 8.54393 11.4709 8.56793 11.4469C8.61593 11.4228 8.66393 11.3988 8.71193 11.3747C8.75993 11.3507 8.80793 11.3267 8.83193 11.3026C8.87993 11.2786 8.92793 11.2545 8.97593 11.2305C9.02393 11.2064 9.07193 11.1824 9.09593 11.1583C9.14393 11.1343 9.19193 11.1102 9.23993 11.0621C9.28793 11.0381 9.31193 11.014 9.35993 10.99C9.40793 10.9659 9.45593 10.9178 9.50393 10.8938C9.55193 10.8697 9.57593 10.8457 9.62393 10.7976C9.67193 10.7735 9.71993 10.7254 9.74393 10.7014C9.79193 10.6774 9.81593 10.6293 9.86393 10.6052C9.91193 10.5812 9.93593 10.5331 9.98393 10.485C10.0319 10.4609 10.0559 10.4128 10.1039 10.3888C10.1519 10.3407 10.1759 10.3166 10.2239 10.2685C10.2479 10.2445 10.2959 10.1964 10.3199 10.1723L10.3439 10.1483C9.88793 9.90781 9.38393 9.71543 8.87993 9.57114C8.61593 10.4128 8.13593 11.1824 7.51193 11.8076C7.53593 11.8076 7.53593 11.8076 7.55993 11.7836C7.58393 11.8076 7.63193 11.7836 7.67993 11.7836Z",
27
+ fill: color
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M11.9999 6.20441H9.43193C9.43193 7.21443 9.28793 8.2004 8.99993 9.18637C9.57593 9.33066 10.1039 9.54709 10.6319 9.83567C11.4719 8.82565 11.9519 7.5511 11.9999 6.20441Z",
30
+ fill: color
31
+ }), /*#__PURE__*/_jsx("path", {
32
+ d: "M6.21593 5.79559H8.99993C8.99993 4.83367 8.85593 3.87174 8.56793 2.93387C7.79993 3.1022 7.00793 3.1984 6.21593 3.22244V5.79559Z",
33
+ fill: color
34
+ }), /*#__PURE__*/_jsx("path", {
35
+ d: "M6.21593 0V2.76553C6.95993 2.76553 7.70393 2.66934 8.44793 2.501C7.94393 1.08216 7.12793 0.12024 6.21593 0Z",
36
+ fill: color
37
+ }), /*#__PURE__*/_jsx("path", {
38
+ d: "M6.21593 8.8016C7.00793 8.8016 7.79993 8.89779 8.56793 9.09018C8.83193 8.1523 8.97593 7.19038 8.99993 6.22846H6.21593V8.8016Z",
39
+ fill: color
40
+ }), /*#__PURE__*/_jsx("path", {
41
+ d: "M10.6319 2.16433C10.1279 2.45291 9.57593 2.66934 8.99993 2.81363C9.28793 3.77555 9.43193 4.78557 9.43193 5.79559H11.9999C11.9519 4.4489 11.4719 3.17435 10.6319 2.16433Z",
42
+ fill: color
43
+ }), /*#__PURE__*/_jsx("path", {
44
+ d: "M10.3439 1.82765C10.3199 1.82765 10.3199 1.82765 10.3439 1.82765C10.2959 1.77956 10.2479 1.73146 10.2239 1.70741C10.1759 1.68337 10.1279 1.63527 10.0799 1.58717C10.0559 1.56313 10.0079 1.51503 9.95993 1.49098C9.91193 1.44289 9.88793 1.41884 9.83993 1.37074C9.79193 1.34669 9.76793 1.2986 9.71993 1.27455C9.67193 1.2505 9.62393 1.2024 9.59993 1.17836C9.55193 1.15431 9.52793 1.13026 9.47993 1.08216C9.43193 1.05812 9.38393 1.01002 9.33593 0.985972C9.28793 0.961924 9.26393 0.937876 9.21593 0.913827C9.16793 0.889779 9.11993 0.865731 9.07193 0.817635C9.02393 0.793587 8.99993 0.769539 8.95193 0.745491C8.92793 0.745491 8.87993 0.721443 8.83193 0.697395C8.78393 0.673347 8.73593 0.649298 8.71193 0.62525C8.66393 0.601202 8.61593 0.577154 8.56793 0.553106C8.51993 0.529058 8.47193 0.50501 8.44793 0.50501C8.39993 0.480962 8.35193 0.456914 8.30393 0.432866C8.25593 0.408818 8.20793 0.408818 8.15993 0.384769C8.11193 0.360721 8.06393 0.336673 7.99193 0.336673C7.94393 0.312625 7.89593 0.312625 7.84793 0.288577C7.77593 0.264529 7.72793 0.240481 7.67993 0.216433C7.63193 0.192385 7.58393 0.192385 7.53593 0.168337C7.51193 0.168337 7.51193 0.168337 7.48793 0.144289C8.11193 0.769539 8.59193 1.53908 8.85593 2.38076C9.35993 2.26052 9.86393 2.06814 10.3439 1.82765Z",
45
+ fill: color
46
+ }), /*#__PURE__*/_jsx("path", {
47
+ d: "M-5.91278e-05 5.79559H2.56794C2.56794 4.78557 2.71194 3.7996 2.99994 2.81363C2.42394 2.66934 1.89594 2.45291 1.36794 2.16433C0.52794 3.17435 0.0479408 4.4489 -5.91278e-05 5.79559Z",
48
+ fill: color
49
+ }), /*#__PURE__*/_jsx("path", {
50
+ d: "M5.78393 12V9.23447C5.03994 9.23447 4.29594 9.33066 3.55194 9.499C4.05594 10.9178 4.87194 11.8798 5.78393 12Z",
51
+ fill: color
52
+ }), /*#__PURE__*/_jsx("path", {
53
+ d: "M5.78393 6.20441H2.99994C2.99994 7.16633 3.14394 8.12825 3.43194 9.06613C4.19994 8.89779 4.99194 8.8016 5.78393 8.77755V6.20441Z",
54
+ fill: color
55
+ }), /*#__PURE__*/_jsx("path", {
56
+ d: "M5.78393 0C4.87194 0.12024 4.05594 1.08216 3.55194 2.501C4.27194 2.66934 5.03994 2.74148 5.78393 2.76553V0Z",
57
+ fill: color
58
+ }), /*#__PURE__*/_jsx("path", {
59
+ d: "M5.78393 3.1984C4.99194 3.1984 4.19994 3.1022 3.43194 2.90982C3.16794 3.84769 3.02394 4.80962 2.99994 5.77154H5.78393V3.1984Z",
60
+ fill: color
61
+ }), /*#__PURE__*/_jsx("path", {
62
+ d: "M4.51194 0.168337C4.48794 0.168337 4.48794 0.168337 4.46394 0.192385C4.41594 0.216433 4.36794 0.216433 4.31994 0.240481C4.27194 0.264529 4.22394 0.264529 4.15194 0.288577C4.10394 0.312625 4.05594 0.312625 4.00794 0.336673C3.95994 0.360721 3.91194 0.384769 3.83994 0.384769C3.79194 0.408818 3.74394 0.408818 3.69594 0.432866C3.64794 0.456914 3.59994 0.480962 3.55194 0.50501C3.50394 0.529058 3.45594 0.553106 3.43194 0.577154C3.38394 0.601202 3.33594 0.62525 3.28794 0.649298C3.23994 0.673347 3.19194 0.697395 3.16794 0.721443C3.11994 0.721443 3.07194 0.745491 3.02394 0.769539C2.97594 0.793587 2.92794 0.817635 2.90394 0.841683C2.85594 0.865731 2.80794 0.889779 2.75994 0.937876C2.71194 0.961924 2.68794 0.985972 2.63994 1.01002C2.59194 1.03407 2.54394 1.08216 2.49594 1.10621C2.47194 1.13026 2.42394 1.15431 2.37594 1.2024C2.35194 1.22645 2.30394 1.2505 2.25594 1.2986C2.20794 1.32265 2.18394 1.34669 2.13594 1.39479C2.11194 1.41884 2.06394 1.46693 2.01594 1.49098C1.99194 1.53908 1.94394 1.56313 1.91994 1.58717C1.87194 1.63527 1.82394 1.68337 1.79994 1.70741C1.75194 1.75551 1.72794 1.77956 1.67994 1.82765L1.65594 1.8517C2.11194 2.09218 2.61594 2.28457 3.11994 2.42886C3.40794 1.56313 3.86394 0.793587 4.51194 0.168337Z",
63
+ fill: color
64
+ }), /*#__PURE__*/_jsx("path", {
65
+ d: "M1.79994 10.2926C1.84794 10.3407 1.87194 10.3647 1.91994 10.4128C1.94394 10.4369 1.99194 10.485 2.03994 10.509C2.08794 10.5571 2.11194 10.5812 2.15994 10.6293C2.20794 10.6533 2.23194 10.7014 2.27994 10.7254C2.32794 10.7495 2.37594 10.7976 2.39994 10.8216C2.44794 10.8457 2.47194 10.8697 2.51994 10.9178C2.56794 10.9419 2.61594 10.99 2.66394 11.014C2.71194 11.0381 2.73594 11.0621 2.78394 11.0862C2.83194 11.1102 2.87994 11.1343 2.92794 11.1824C2.97594 11.2064 2.99994 11.2305 3.04794 11.2545C3.09594 11.2786 3.14394 11.3026 3.19194 11.3267C3.23994 11.3507 3.28794 11.3747 3.31194 11.3988C3.35994 11.4228 3.40794 11.4469 3.45594 11.4709C3.50394 11.495 3.55194 11.519 3.57594 11.519C3.62394 11.5431 3.67194 11.5671 3.71994 11.5912C3.76794 11.6152 3.81594 11.6152 3.86394 11.6393C3.91194 11.6633 3.95994 11.6874 4.03194 11.6874C4.07994 11.7114 4.12794 11.7114 4.17594 11.7355C4.22394 11.7595 4.27194 11.7595 4.34394 11.7836C4.39194 11.8076 4.43994 11.8076 4.48794 11.8317C4.51194 11.8317 4.51194 11.8317 4.53594 11.8557C3.91194 11.2305 3.43194 10.4609 3.16794 9.61924C2.63994 9.73948 2.13594 9.93186 1.67994 10.1723L1.70394 10.1964C1.72794 10.2204 1.75194 10.2445 1.79994 10.2926Z",
66
+ fill: color
67
+ }), /*#__PURE__*/_jsx("path", {
68
+ d: "M1.36794 9.83567C1.87194 9.54709 2.42394 9.33066 2.99994 9.18637C2.71194 8.22445 2.56794 7.21443 2.56794 6.20441H-5.91278e-05C0.0479408 7.5511 0.52794 8.82565 1.36794 9.83567Z",
69
+ fill: color
70
+ })]
71
+ }));
72
+ };
73
+ export default RegionIcon;
@@ -0,0 +1,25 @@
1
+ var _excluded = ["color"];
2
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
4
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
5
+ var ResetIcon = function ResetIcon() {
6
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
7
+ _ref$color = _ref.color,
8
+ color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
9
+ props = _objectWithoutProperties(_ref, _excluded);
10
+ return /*#__PURE__*/_jsxs("svg", {
11
+ width: "16",
12
+ height: "16",
13
+ viewBox: "0 0 16 16",
14
+ fill: "none",
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ children: [/*#__PURE__*/_jsx("path", {
17
+ d: "M4.2561 1.46695V0L0.639893 2.18337L4.2561 4.36674V2.86567C4.42667 2.86567 8.3158 2.86567 8.45226 2.89979C11.4885 3.13859 13.8766 5.66311 13.8766 8.76759C13.8766 12.0085 11.2497 14.6354 8.00876 14.6354C4.76782 14.6354 2.14096 11.9744 2.14096 8.73348V8.5629H0.776353V8.73348C0.776353 12.7249 4.01729 16 8.04288 16C12.0685 16 15.3094 12.7591 15.3094 8.73348C15.3094 4.91258 12.3414 1.77399 8.55461 1.50107C8.34991 1.46695 4.42667 1.46695 4.2561 1.46695Z",
18
+ fill: "#5D6D7E"
19
+ }), /*#__PURE__*/_jsx("path", {
20
+ d: "M10.7721 6.55009L10.0216 5.79956L8.00877 7.81235L5.99597 5.79956L5.24544 6.55009L7.25823 8.56289L5.24544 10.6098L5.99597 11.3603L8.00877 9.34753L10.0216 11.3603L10.7721 10.6098L8.7593 8.56289L10.7721 6.55009Z",
21
+ fill: "#5D6D7E"
22
+ })]
23
+ });
24
+ };
25
+ export default ResetIcon;
@@ -0,0 +1,31 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var RetryIcon = function RetryIcon(_ref) {
12
+ var _ref$color = _ref.color,
13
+ color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
14
+ props = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
16
+ width: "12",
17
+ height: "12",
18
+ viewBox: "0 0 12 12",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), {}, {
22
+ children: [/*#__PURE__*/_jsx("path", {
23
+ d: "M10.8524 3.7921L10.3534 0.324325C10.3035 0.0498968 9.95426 -0.0748441 9.75468 0.12474L9.03118 0.848235C8.10811 0.299379 7.03534 0 5.96258 0C2.69439 0 0.0748441 2.5447 0 5.81289C0 5.98753 0.124739 6.13721 0.299376 6.16216L1.69647 6.36175C1.89605 6.38669 2.09563 6.23701 2.09563 6.01248C2.07068 3.86695 3.7921 2.09564 5.96258 2.09564C6.48649 2.09564 7.0104 2.19543 7.48441 2.39501L6.78586 3.09356C6.58628 3.29314 6.68607 3.64241 6.98545 3.69231L10.4532 4.19127C10.6778 4.21622 10.8773 4.01663 10.8524 3.7921Z",
24
+ fill: color
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M11.6757 5.81289L10.2786 5.6133C10.104 5.58836 9.87942 5.73804 9.87942 5.98752C9.87942 8.10811 8.158 9.85447 6.01247 9.85447C5.48857 9.85447 4.9896 9.75468 4.51559 9.55509L5.18919 8.8815C5.38878 8.68191 5.28898 8.33264 4.98961 8.28274L1.52183 7.78378C1.2973 7.75883 1.09771 7.95842 1.12266 8.18295L1.62162 11.6507C1.67152 11.9252 2.02079 12.0499 2.22037 11.8503L2.96882 11.1019C3.89189 11.6507 4.93971 11.9501 6.03742 11.9501C9.28067 11.9501 11.9002 9.4054 12 6.16216C12 6.01247 11.8503 5.83784 11.6757 5.81289Z",
27
+ fill: color
28
+ })]
29
+ }));
30
+ };
31
+ export default RetryIcon;
@@ -0,0 +1,30 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var SearchIcon = function SearchIcon(_ref) {
12
+ var _ref$color = _ref.color,
13
+ color = _ref$color === void 0 ? '#A9B6C2' : _ref$color,
14
+ props = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
16
+ width: "12",
17
+ height: "12",
18
+ viewBox: "0 0 12 12",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), {}, {
22
+ children: /*#__PURE__*/_jsx("path", {
23
+ d: "M10.6989 11.4334L7.84129 8.99049C6.87945 9.76333 5.63373 10.1317 4.39941 9.9901C1.86091 9.69883 0.022767 7.4194 0.310052 4.91898C0.597337 2.41857 2.90463 0.614772 5.44312 0.906034C7.98162 1.1973 9.81977 3.47674 9.53248 5.97715C9.43496 6.82591 9.10983 7.60207 8.58563 8.26243L11.5258 10.8078C11.6084 10.9102 11.6392 11.0532 11.6234 11.1908C11.6076 11.3285 11.5478 11.4378 11.4415 11.5418C11.3378 11.6229 11.1928 11.6527 11.0531 11.6367C10.9133 11.6207 10.7789 11.5588 10.6989 11.4334ZM1.2649 5.02854C1.03823 7.00134 2.48397 8.79416 4.48682 9.02396C6.48967 9.25377 8.30439 7.83505 8.53106 5.86225C8.75772 3.88944 7.31199 2.09663 5.30914 1.86682C3.33221 1.61675 1.49156 3.05574 1.2649 5.02854Z",
24
+ fill: color,
25
+ stroke: color,
26
+ strokeWidth: "0.5"
27
+ })
28
+ }));
29
+ };
30
+ export default SearchIcon;
@@ -0,0 +1,41 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var SecretIcon = function SecretIcon() {
12
+ var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
13
+ _ref$color = _ref.color,
14
+ color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
15
+ props = _objectWithoutProperties(_ref, _excluded);
16
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
17
+ width: "18",
18
+ height: "20",
19
+ viewBox: "0 0 18 20",
20
+ fill: "none",
21
+ xmlns: "http://www.w3.org/2000/svg"
22
+ }, props), {}, {
23
+ children: [/*#__PURE__*/_jsx("path", {
24
+ d: "M5.76001 17.12L6.88001 16.24L4.80001 12.48C2.28001 13.48 0.600006 15.68 0.600006 20H7.16001L5.76001 17.12Z",
25
+ fill: color
26
+ }), /*#__PURE__*/_jsx("path", {
27
+ d: "M10.84 16.2L11.96 17.08L10.52 20H17.08C17.08 15.68 15.4 13.48 12.92 12.44L10.84 16.2Z",
28
+ fill: color
29
+ }), /*#__PURE__*/_jsx("path", {
30
+ d: "M8.84001 13.88C8.56001 13.88 8.28001 13.88 8.00001 13.84L8.44001 14.68L8.08001 20H9.60001L9.24001 14.64L9.68001 13.8C9.40001 13.84 9.12001 13.88 8.84001 13.88Z",
31
+ fill: color
32
+ }), /*#__PURE__*/_jsx("path", {
33
+ d: "M14.2 7.44C13.8 7.48 13.2 7.56 12.44 7.64V8.44C12.44 9.24 11.8 9.88 11 9.88C10.2 9.88 9.56001 9.24 9.56001 8.44V7.8C9.36001 7.8 9.08001 7.8 8.80001 7.8C8.56001 7.8 8.28001 7.8 8.04001 7.8V8.44C8.04001 9.24 7.40001 9.88 6.60001 9.88C5.80001 9.88 5.16001 9.24 5.16001 8.44V7.64C4.40001 7.56 3.84001 7.48 3.44001 7.44C3.44001 10.4 5.88001 12.8 8.84001 12.8C11.8 12.8 14.2 10.4 14.2 7.44Z",
34
+ fill: color
35
+ }), /*#__PURE__*/_jsx("path", {
36
+ d: "M3.56001 6.36C4.40001 6.48 6.44001 6.72 8.84001 6.72C11.24 6.72 13.28 6.48 14.12 6.36C14.52 6.32 14.88 6.24 15.2 6.16C16.08 5.96 16.6 5.72 16.6 5.48C16.6 5.16 15.88 4.88 14.72 4.68C14.52 4.64 14.36 4.6 14.12 4.6C14.12 4.24 14.08 3.84 13.96 3.52C13.44 1.48 11.76 0 9.72001 0H7.92001C5.84001 0 4.12001 1.52 3.64001 3.6C3.56001 3.92 3.52001 4.24 3.52001 4.6C3.32001 4.64 3.16001 4.64 3.00001 4.68C1.84001 4.88 1.12001 5.16 1.12001 5.48C1.12001 5.72 1.64001 5.96 2.52001 6.16C2.80001 6.24 3.16001 6.32 3.56001 6.36Z",
37
+ fill: color
38
+ })]
39
+ }));
40
+ };
41
+ export default SecretIcon;
@@ -0,0 +1,75 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var SelectAllIcon = function SelectAllIcon(_ref) {
12
+ var _ref$color = _ref.color,
13
+ color = _ref$color === void 0 ? '#778285' : _ref$color,
14
+ props = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
16
+ width: "16",
17
+ height: "16",
18
+ viewBox: "0 0 16 16",
19
+ className: "filerobot-c-icon"
20
+ }, props), {}, {
21
+ children: [/*#__PURE__*/_jsx("path", {
22
+ d: "M1.76667 3.53334H0V5.3H1.76667V3.53334Z",
23
+ fill: color
24
+ }), /*#__PURE__*/_jsx("path", {
25
+ d: "M1.76667 7.1H0V8.86667H1.76667V7.1Z",
26
+ fill: color
27
+ }), /*#__PURE__*/_jsx("path", {
28
+ d: "M1.76667 10.6667H0V12.4333H1.76667V10.6667Z",
29
+ fill: color
30
+ }), /*#__PURE__*/_jsx("path", {
31
+ d: "M1.76667 14.2H0V15.9667H1.76667V14.2Z",
32
+ fill: color
33
+ }), /*#__PURE__*/_jsx("path", {
34
+ d: "M8.9 0H7.13333V1.76667H8.9V0Z",
35
+ fill: color
36
+ }), /*#__PURE__*/_jsx("path", {
37
+ d: "M5.33333 14.2H3.56667V15.9667H5.33333V14.2Z",
38
+ fill: color
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M5.33333 0H3.56667V1.76667H5.33333V0Z",
41
+ fill: color
42
+ }), /*#__PURE__*/_jsx("path", {
43
+ d: "M1.76667 0H0V1.76667H1.76667V0Z",
44
+ fill: color
45
+ }), /*#__PURE__*/_jsx("path", {
46
+ d: "M16 7.1H14.2333V8.86667H16V7.1Z",
47
+ fill: color
48
+ }), /*#__PURE__*/_jsx("path", {
49
+ d: "M8.9 14.2H7.13333V15.9667H8.9V14.2Z",
50
+ fill: color
51
+ }), /*#__PURE__*/_jsx("path", {
52
+ d: "M16 3.53334H14.2333V5.3H16V3.53334Z",
53
+ fill: color
54
+ }), /*#__PURE__*/_jsx("path", {
55
+ d: "M16 10.6667H14.2333V12.4333H16V10.6667Z",
56
+ fill: color
57
+ }), /*#__PURE__*/_jsx("path", {
58
+ d: "M12.4333 14.2H10.6667V15.9667H12.4333V14.2Z",
59
+ fill: color
60
+ }), /*#__PURE__*/_jsx("path", {
61
+ d: "M16 14.2H14.2333V15.9667H16V14.2Z",
62
+ fill: color
63
+ }), /*#__PURE__*/_jsx("path", {
64
+ d: "M3.56667 12.4333H12.4667V3.53334H3.56667V12.4333Z",
65
+ fill: color
66
+ }), /*#__PURE__*/_jsx("path", {
67
+ d: "M12.4333 0H10.6667V1.76667H12.4333V0Z",
68
+ fill: color
69
+ }), /*#__PURE__*/_jsx("path", {
70
+ d: "M16 0H14.2333V1.76667H16V0Z",
71
+ fill: color
72
+ })]
73
+ }));
74
+ };
75
+ export default SelectAllIcon;
@@ -0,0 +1,34 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var ShareFolderIcon = function ShareFolderIcon(_ref) {
12
+ var _ref$color = _ref.color,
13
+ color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
14
+ props = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
16
+ width: "16",
17
+ height: "16",
18
+ viewBox: "0 0 16 16",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), {}, {
22
+ children: [/*#__PURE__*/_jsx("path", {
23
+ d: "M12.2585 11.8097C12.5465 11.5857 12.9305 11.4577 13.3145 11.4577C13.4425 11.4577 13.5705 11.4577 13.6985 11.4897C13.6665 11.2657 13.6665 11.1377 13.6665 11.1377C13.5705 10.4977 13.3465 9.88972 12.9945 9.34572C12.7385 9.28172 12.4825 9.18572 12.2905 9.02572L10.2425 10.1777C10.2425 10.2417 10.2745 10.3377 10.2745 10.4017C10.2745 10.4657 10.2745 10.5617 10.2425 10.6257L12.2585 11.8097Z",
24
+ fill: color
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M13.2825 14.8177C12.3545 14.8177 11.5865 14.0497 11.5865 13.1217C11.5865 13.0577 11.5865 13.0257 11.5865 12.9617L9.47445 11.7777C9.18645 11.9697 8.83445 12.0977 8.48245 12.0977C7.55445 12.0977 6.78645 11.3297 6.78645 10.4017C6.78645 9.47372 7.55445 8.70572 8.48245 8.70572C8.83445 8.70572 9.18645 8.83372 9.47445 9.02572L11.4265 7.90572C10.7545 7.52172 9.98645 7.29772 9.18645 7.29772H9.15445C10.5625 6.72172 11.5225 5.34572 11.5225 3.77772C11.5225 1.76172 9.89045 0.0977222 7.87445 0.0017222C5.69845 -0.0622778 3.93845 1.66572 3.93845 3.80972C3.93845 5.37772 4.89845 6.72172 6.24245 7.29772H6.11445C3.97045 7.29772 1.98645 8.96172 1.69845 11.1377C1.69845 11.1377 1.41045 13.6657 1.28245 14.9457C1.25045 15.3297 1.53845 15.6817 1.95445 15.6817H13.4105C13.7945 15.6817 14.1145 15.3297 14.0825 14.9457C14.0825 14.8497 14.0505 14.7537 14.0505 14.6577C13.7945 14.7857 13.5705 14.8177 13.2825 14.8177Z",
27
+ fill: color
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M13.6985 11.8417C13.5705 11.8097 13.4425 11.7777 13.2825 11.7777C12.8985 11.7777 12.5465 11.9377 12.2905 12.2257L9.82645 10.8177C9.85846 10.6897 9.89045 10.5617 9.89045 10.4337C9.89045 10.3057 9.85846 10.1777 9.82645 10.0497L12.2905 8.64172C12.3865 8.73772 12.4825 8.80172 12.5785 8.86572C12.7705 8.99372 13.0265 9.05772 13.2825 9.05772C14.0505 9.05772 14.6585 8.44972 14.6585 7.71372C14.6585 6.94572 14.0505 6.33772 13.2825 6.33772C12.5145 6.33772 11.9065 6.94572 11.9065 7.71372C11.9065 7.80972 11.9385 7.93772 11.9385 8.03372L11.7465 8.12972L9.44245 9.44172C9.18645 9.21772 8.86645 9.05772 8.48245 9.05772C7.71445 9.05772 7.10645 9.66572 7.10645 10.4337C7.10645 11.2017 7.71445 11.8097 8.48245 11.8097C8.86645 11.8097 9.18645 11.6497 9.44245 11.4257L11.9385 12.8337C11.9065 12.9297 11.9065 13.0577 11.9065 13.1537C11.9065 13.9217 12.5145 14.5297 13.2825 14.5297C13.5385 14.5297 13.7625 14.4657 13.9545 14.3377C14.3705 14.1137 14.6265 13.6657 14.6265 13.1537C14.6585 12.5457 14.2745 12.0017 13.6985 11.8417Z",
30
+ fill: color
31
+ })]
32
+ }));
33
+ };
34
+ export default ShareFolderIcon;
@@ -0,0 +1,37 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var ShareFileIcon = function ShareFileIcon(_ref) {
12
+ var _ref$color = _ref.color,
13
+ color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
14
+ props = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
16
+ width: "32",
17
+ height: "27",
18
+ viewBox: "0 0 32 27",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), {}, {
22
+ children: [/*#__PURE__*/_jsx("path", {
23
+ d: "M8.31168 14.9532C8.17315 14.9532 8.03462 15.0225 7.96536 15.0917C7.8961 15.161 7.82683 15.2995 7.82683 15.438C7.82683 15.5766 7.8961 15.7151 7.96536 15.7844C8.03462 15.8536 8.17315 15.9229 8.31168 15.9229C8.45021 15.9229 8.58874 15.8536 8.658 15.7844C8.72726 15.7151 8.79653 15.5766 8.79653 15.438C8.79653 15.2995 8.72726 15.161 8.658 15.0917C8.58874 15.0225 8.45021 14.9532 8.31168 14.9532Z",
24
+ fill: color
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M8.79653 16.3385H7.8961V19.6632H8.79653V16.3385Z",
27
+ fill: color
28
+ }), /*#__PURE__*/_jsx("path", {
29
+ d: "M27.2208 11.2129L23.0649 13.5679C23.0649 13.6372 23.0649 13.7757 23.0649 13.845C23.0649 15.7151 21.5411 17.3082 19.6017 17.3082C17.7316 17.3082 16.2078 15.7844 16.2078 13.845C16.2078 11.9748 17.7316 10.3818 19.6017 10.3818C20.3636 10.3818 21.1255 10.6588 21.6797 11.1437L25.7662 8.7887C25.7662 8.65018 25.7662 8.51164 25.7662 8.37312V8.30385H12.8139L12.1905 6.71078C11.4978 4.90992 10.3896 5.11771 10.0433 5.11771H0.623377C0.277056 5.11771 0 5.39476 0 5.74108V25.7584C0 26.1047 0.277056 26.3818 0.623377 26.3818H29.5758C29.9221 26.3818 30.1991 26.1047 30.1991 25.7584V11.6285C29.9221 11.6978 29.5758 11.7671 29.2294 11.7671C28.4675 11.8363 27.8442 11.5593 27.2208 11.2129ZM8.38095 22.8493C5.4026 22.8493 2.97836 20.4251 2.97836 17.4467C2.97836 14.4684 5.4026 12.0441 8.38095 12.0441C11.3593 12.0441 13.7836 14.4684 13.7836 17.4467C13.7836 20.4251 11.3593 22.8493 8.38095 22.8493Z",
30
+ fill: color
31
+ }), /*#__PURE__*/_jsx("path", {
32
+ d: "M29.2294 5.67182C28.4675 5.67182 27.8442 5.94887 27.29 6.43372L22.303 3.5939C22.3723 3.3861 22.3723 3.17831 22.3723 2.97051C22.3723 1.4467 21.1255 0.199951 19.671 0.199951C18.1472 0.199951 16.9004 1.4467 16.9004 2.97051C16.9004 4.49432 18.1472 5.74108 19.671 5.74108C20.4329 5.74108 21.1948 5.39475 21.6796 4.84064L26.6667 7.68047C26.5974 7.88826 26.5281 8.16532 26.5281 8.37311V8.44238C26.5281 8.71944 26.5974 8.99649 26.6667 9.20428L21.6796 12.0441C21.1948 11.49 20.4329 11.1437 19.671 11.1437C18.1472 11.1437 16.9004 12.3904 16.9004 13.845C16.9004 15.3688 18.1472 16.6155 19.671 16.6155C21.1948 16.6155 22.3723 15.3688 22.3723 13.845C22.3723 13.6372 22.3723 13.4294 22.303 13.2216L27.29 10.3818C27.7749 10.8666 28.4675 11.1437 29.2294 11.1437C29.5758 11.1437 29.8528 11.0744 30.1991 10.9359C31.2381 10.5203 32 9.5506 32 8.37311C31.9307 6.8493 30.7532 5.67182 29.2294 5.67182Z",
33
+ fill: color
34
+ })]
35
+ }));
36
+ };
37
+ export default ShareFileIcon;
@@ -0,0 +1,31 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var ShareFolderIcon = function ShareFolderIcon(_ref) {
12
+ var _ref$color = _ref.color,
13
+ color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
14
+ props = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
16
+ width: "16",
17
+ height: "14",
18
+ viewBox: "0 0 16 14",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), {}, {
22
+ children: [/*#__PURE__*/_jsx("path", {
23
+ d: "M13.6156 6.09457L11.5421 7.26952C11.5421 7.30408 11.5421 7.37319 11.5421 7.40775C11.5421 8.3408 10.7819 9.13561 9.84881 9.13561C8.91577 9.13561 8.12095 8.37535 8.12095 7.40775C8.12095 6.47471 8.88121 5.71445 9.84881 5.71445C10.2289 5.71445 10.6091 5.85267 10.8855 6.06002L12.9244 4.88507C12.9244 4.81596 12.9244 4.74684 12.9244 4.67773V4.64317H6.42765L6.11663 3.84835C5.77106 2.94987 5.21814 3.05354 5.04536 3.05354H0.311015C0.138229 3.05354 0 3.19177 0 3.36455V13.3516C0 13.5244 0.138229 13.6626 0.311015 13.6626H14.7559C14.9287 13.6626 15.067 13.5244 15.067 13.3516V6.33647C14.9287 6.37103 14.7559 6.40559 14.5832 6.40559C14.2376 6.40559 13.892 6.30192 13.6156 6.09457Z",
24
+ fill: color
25
+ }), /*#__PURE__*/_jsx("path", {
26
+ d: "M14.5832 3.33C14.203 3.33 13.892 3.46823 13.6156 3.71013L11.162 2.29328C11.1965 2.18961 11.1965 2.08594 11.1965 1.98226C11.1965 1.22201 10.5745 0.599976 9.84881 0.599976C9.08855 0.599976 8.46652 1.22201 8.46652 1.98226C8.46652 2.74252 9.08855 3.36455 9.84881 3.36455C10.2289 3.36455 10.6091 3.19177 10.851 2.91531L13.3391 4.33216C13.3045 4.43583 13.27 4.57406 13.27 4.67773V4.71229C13.27 4.85052 13.3045 4.98874 13.3391 5.09242L10.851 6.50926C10.6091 6.2328 10.2289 6.06002 9.84881 6.06002C9.08855 6.06002 8.46652 6.68205 8.46652 7.40775C8.46652 8.16801 9.08855 8.79004 9.84881 8.79004C10.6091 8.79004 11.1965 8.16801 11.1965 7.40775C11.1965 7.30408 11.1965 7.20041 11.162 7.09674L13.6501 5.67989C13.892 5.92179 14.2376 6.06002 14.6177 6.06002C14.7905 6.06002 14.9287 6.02546 15.1015 5.95635C15.6199 5.749 16 5.2652 16 4.67773C15.9654 3.95203 15.3434 3.33 14.5832 3.33Z",
27
+ fill: color
28
+ })]
29
+ }));
30
+ };
31
+ export default ShareFolderIcon;
@@ -0,0 +1,27 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var ShareIcon = function ShareIcon(_ref) {
12
+ var _ref$color = _ref.color,
13
+ color = _ref$color === void 0 ? '#778285' : _ref$color,
14
+ props = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
16
+ width: "16",
17
+ height: "16",
18
+ viewBox: "0 0 16 16",
19
+ className: "filerobot-c-icon"
20
+ }, props), {}, {
21
+ children: /*#__PURE__*/_jsx("path", {
22
+ d: "M12.6733 10.6667C11.9067 10.6667 11.2067 11 10.7067 11.5333L5.87335 8.76667C5.94002 8.53333 5.97335 8.26667 5.97335 8C5.97335 7.73333 5.94002 7.46667 5.87335 7.23333L10.7067 4.46667C11.2067 5 11.8733 5.33333 12.6733 5.33333C14.14 5.33333 15.34 4.13333 15.34 2.66667C15.34 1.2 14.14 0 12.6733 0C11.2067 0 10.0067 1.2 10.0067 2.66667C10.0067 2.9 10.04 3.1 10.0733 3.3L5.17335 6.1C4.70668 5.63333 4.04001 5.33333 3.30668 5.33333C1.84001 5.33333 0.640015 6.53333 0.640015 8C0.640015 9.46667 1.84001 10.6667 3.30668 10.6667C4.04001 10.6667 4.67335 10.3667 5.17335 9.9L10.0733 12.7C10.04 12.9 10.0067 13.1 10.0067 13.3333C10.0067 14.8 11.2067 16 12.6733 16C14.14 16 15.34 14.8 15.34 13.3333C15.34 11.8667 14.14 10.6667 12.6733 10.6667Z",
23
+ fill: color
24
+ })
25
+ }));
26
+ };
27
+ export default ShareIcon;
@@ -0,0 +1,28 @@
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ var _excluded = ["color"];
3
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
5
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
8
+ import { jsx as _jsx } from "react/jsx-runtime";
9
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
10
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
11
+ var ShowIcon = function ShowIcon(_ref) {
12
+ var _ref$color = _ref.color,
13
+ color = _ref$color === void 0 ? '#778285' : _ref$color,
14
+ props = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
16
+ width: "8",
17
+ height: "8",
18
+ viewBox: "0 0 9 4",
19
+ fill: "none",
20
+ className: "filerobot-c-icon"
21
+ }, props), {}, {
22
+ children: /*#__PURE__*/_jsx("path", {
23
+ d: "M4.09131 4L8.09131 0L0.0913082 6.90377e-07L4.09131 4Z",
24
+ fill: color
25
+ })
26
+ }));
27
+ };
28
+ export default ShowIcon;