@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.
- package/CHANGELOG.md +8 -0
- package/lib/Any.js +42 -0
- package/lib/ApprovalsIcon.js +26 -0
- package/lib/ArchiveIcon.js +47 -0
- package/lib/AssetsIcon.js +37 -0
- package/lib/BackArrowIcon.js +29 -0
- package/lib/BoxIcon.js +41 -0
- package/lib/BranchesIcon.js +31 -0
- package/lib/CSVIcon.js +41 -0
- package/lib/CameraIcon.js +37 -0
- package/lib/CanvaIcon.js +35 -0
- package/lib/CheckIcon.js +32 -0
- package/lib/ClearIcon.js +29 -0
- package/lib/CloseIcon.js +28 -0
- package/lib/CloudIcon.js +59 -0
- package/lib/CodeIcon.js +35 -0
- package/lib/ColorPickerIcon.js +31 -0
- package/lib/CommentsIcon.js +38 -0
- package/lib/CommentsSolidIcon.js +30 -0
- package/lib/CopyIcon.js +24 -0
- package/lib/DamIcon.js +40 -0
- package/lib/DateIcon.js +65 -0
- package/lib/DeleteIcon.js +30 -0
- package/lib/DetailsIcon.js +30 -0
- package/lib/DownArrowIcon.js +21 -0
- package/lib/DownTriangleIcon.js +31 -0
- package/lib/DownloadIcon.js +30 -0
- package/lib/DropboxIcon.js +48 -0
- package/lib/EditIcon.js +28 -0
- package/lib/EditImageIcon.js +31 -0
- package/lib/EyeIcon.js +31 -0
- package/lib/FacebookIcon.js +39 -0
- package/lib/FileIcon.js +28 -0
- package/lib/FilerobotRobot.js +283 -0
- package/lib/FilterIcon.js +46 -0
- package/lib/FolderIcon.js +48 -0
- package/lib/FoldersTreeIcon.js +31 -0
- package/lib/GoogleDriveIcon.js +47 -0
- package/lib/HideIcon.js +28 -0
- package/lib/HidePasswordIcon.js +32 -0
- package/lib/HistoryIcon.js +32 -0
- package/lib/HomeIcon.js +28 -0
- package/lib/IOSArrowLeftIcon.js +30 -0
- package/lib/ImageIcon.js +37 -0
- package/lib/InfoOutlineIcon.js +31 -0
- package/lib/InheritIcon.js +32 -0
- package/lib/InstagramIcon.js +33 -0
- package/lib/LinkIcon.js +28 -0
- package/lib/LockedPadlockIcon.js +32 -0
- package/lib/MenuDotsIcon.js +33 -0
- package/lib/MetaIcon.js +32 -0
- package/lib/ModalDeleteIcon.js +24 -0
- package/lib/MoveToIcon.js +38 -0
- package/lib/MyDevice.js +24 -0
- package/lib/NewFolderIcon.js +27 -0
- package/lib/NextIcon.js +32 -0
- package/lib/NoAccess.js +34 -0
- package/lib/NoAssets.js +42 -0
- package/lib/NoResults2.js +39 -0
- package/lib/OneDriveIcon.js +39 -0
- package/lib/OpenLinkIcon.js +31 -0
- package/lib/OrganisationIcon.js +44 -0
- package/lib/Orientations/LandscapeOrientationIcon.js +34 -0
- package/lib/Orientations/OrientationIcon.js +42 -0
- package/lib/Orientations/PanoramaOrientationIcon.js +34 -0
- package/lib/Orientations/PortraitOrientationIcon.js +34 -0
- package/lib/Orientations/SquareOrientationIcon.js +42 -0
- package/lib/Orientations/index.js +5 -0
- package/lib/PaginationIcon.js +34 -0
- package/lib/PaginationNavIcon.js +29 -0
- package/lib/PauseIcon.js +26 -0
- package/lib/People/GroupPeopleIcon.js +43 -0
- package/lib/People/NoPeopleIcon.js +40 -0
- package/lib/People/OnePersonIcon.js +31 -0
- package/lib/People/TwoPeopleIcon.js +37 -0
- package/lib/People/index.js +4 -0
- package/lib/PixaforgeIcon.js +52 -0
- package/lib/PlayIcon.js +28 -0
- package/lib/PlusFolderIcon.js +28 -0
- package/lib/PlusIcon.js +28 -0
- package/lib/PrevIcon.js +35 -0
- package/lib/PreviewIcon.js +32 -0
- package/lib/PrivateIcon.js +29 -0
- package/lib/PropertiesIcon.js +28 -0
- package/lib/PublicIcon.js +74 -0
- package/lib/QuestionMarkIcon.js +31 -0
- package/lib/RadioBlankIcon.js +36 -0
- package/lib/RadioIcon.js +45 -0
- package/lib/RefreshIcon.js +30 -0
- package/lib/RegionIcon.js +73 -0
- package/lib/ResetIcon.js +25 -0
- package/lib/RetryIcon.js +31 -0
- package/lib/SearchIcon.js +30 -0
- package/lib/SecretIcon.js +41 -0
- package/lib/SelectAllIcon.js +75 -0
- package/lib/ShareAssetsIcon.js +34 -0
- package/lib/ShareFileIcon.js +37 -0
- package/lib/ShareFolderIcon.js +31 -0
- package/lib/ShareIcon.js +27 -0
- package/lib/ShowIcon.js +28 -0
- package/lib/ShowPasswordIcon.js +29 -0
- package/lib/SortIconAsc.js +40 -0
- package/lib/SortIconDesc.js +40 -0
- package/lib/SpinnerIcon.js +32 -0
- package/lib/StarIcon.js +29 -0
- package/lib/TagsIcon.js +32 -0
- package/lib/TargetIcon.js +29 -0
- package/lib/TickArrowIcon.js +24 -0
- package/lib/TimeIcon.js +25 -0
- package/lib/TranscodeIcon.js +21 -0
- package/lib/TriangleDownArrowIcon.js +28 -0
- package/lib/TriangleRightArrowIcon.js +28 -0
- package/lib/UnLockedPadLockIcon.js +32 -0
- package/lib/UnsplashIcon.js +35 -0
- package/lib/UpArrowIcon.js +21 -0
- package/lib/UpTriangleIcon.js +31 -0
- package/lib/UploadIcon.js +30 -0
- package/lib/UrlIcon.js +39 -0
- package/lib/VideoIcon.js +27 -0
- package/lib/ViewsIcon.js +29 -0
- package/lib/VisibilityIcon.js +56 -0
- package/lib/WarningIcon.js +29 -0
- package/lib/ZoomInIcon.js +35 -0
- package/lib/ZoomOutIcon.js +32 -0
- package/lib/index.js +114 -0
- package/package.json +2 -2
|
@@ -0,0 +1,29 @@
|
|
|
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 ShowPasswordIcon = function ShowPasswordIcon() {
|
|
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__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
17
|
+
width: "16",
|
|
18
|
+
height: "10",
|
|
19
|
+
viewBox: "0 0 50 31",
|
|
20
|
+
fill: "none"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M50.0001 15.0873C50.0001 19.8867 39.7275 30.1746 25.0384 30.1746C10.7323 30.1746 0.00012207 20.0399 0.00012207 15.0873C0.00012207 10.1348 10.7323 3.05176e-05 24.9618 3.05176e-05C39.8041 3.05176e-05 50.0001 10.0582 50.0001 15.0873ZM25.0384 2.74689C18.4163 2.74689 13.0145 8.2304 13.0145 15.0924C13.0145 21.9494 18.4163 27.4329 25.0384 27.4329C31.6605 27.4329 37.0623 21.9494 37.0623 15.0924C37.0623 8.30698 31.6605 2.74689 25.0384 2.74689ZM25.0384 7.2399C20.7752 7.2399 17.3544 10.7424 17.3544 15.0873C17.3544 19.4323 20.7803 22.9348 25.0384 22.9348C29.3017 22.9348 32.7225 19.4272 32.7225 15.0873C32.651 10.7424 29.2251 7.2399 25.0384 7.2399Z",
|
|
25
|
+
fill: color
|
|
26
|
+
})
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
export default ShowPasswordIcon;
|
|
@@ -0,0 +1,40 @@
|
|
|
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 SortIconAsc = function SortIconAsc(_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: "M7.85653 10.2857H6.11192C6.04828 10.2857 5.99607 10.3057 5.95516 10.346C5.91436 10.3861 5.89386 10.4375 5.89386 10.5V11.7856C5.89386 11.8483 5.91427 11.8995 5.95516 11.9398C5.9961 11.9799 6.04828 11.9999 6.11192 11.9999H7.85653C7.92017 11.9999 7.97244 11.9799 8.01319 11.9398C8.0542 11.8994 8.07437 11.8483 8.07437 11.7856V10.5C8.07437 10.4375 8.05417 10.3861 8.01319 10.346C7.97244 10.3057 7.92017 10.2857 7.85653 10.2857Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M0.218415 2.57129H1.52691L1.52691 11.7855C1.52691 11.848 1.5473 11.8994 1.58821 11.9396C1.62913 11.9797 1.68133 11.9998 1.74499 11.9998H3.05352C3.11708 11.9998 3.16943 11.9798 3.21027 11.9396C3.25107 11.8994 3.27157 11.848 3.27157 11.7856L3.27157 2.57132H4.5801C4.67997 2.57132 4.74814 2.52671 4.78452 2.43744C4.82092 2.35251 4.80493 2.27443 4.73685 2.20299L2.55604 0.0600595C2.50605 0.0200225 2.45385 -3.14666e-05 2.39928 -3.14713e-05C2.34022 -3.14763e-05 2.28792 0.0200225 2.24252 0.0600594L0.068509 2.19626C0.0230122 2.24971 0.000335698 2.30347 0.000335693 2.35678C0.000335688 2.41954 0.0208401 2.47074 0.0616345 2.5112C0.102524 2.55122 0.154729 2.57129 0.218415 2.57129Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M9.16505 6.85725H6.11188C6.04824 6.85725 5.99604 6.8773 5.95513 6.91743C5.91431 6.95756 5.89383 7.00893 5.89383 7.07137V8.35722C5.89383 8.41965 5.91424 8.47104 5.95513 8.51115C5.99604 8.55128 6.04824 8.57133 6.11188 8.57133H9.16505C9.22869 8.57133 9.28094 8.55128 9.32171 8.51115C9.36265 8.47102 9.38313 8.41965 9.38313 8.35722V7.07137C9.38313 7.00893 9.36265 6.95754 9.32171 6.91743C9.28097 6.87733 9.22869 6.85725 9.16505 6.85725Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M11.9388 0.0602482C11.8979 0.0201643 11.8457 1.67879e-05 11.7821 1.67879e-05H6.11192C6.04828 1.67879e-05 5.99607 0.0200705 5.95516 0.0602482C5.91437 0.100473 5.89386 0.151838 5.89386 0.214274V1.50001C5.89386 1.56254 5.91427 1.61383 5.95516 1.65403C5.9961 1.69412 6.04828 1.71427 6.11192 1.71427H11.7821C11.8457 1.71427 11.8979 1.69421 11.9388 1.65403C11.9797 1.61383 12.0001 1.56254 12.0001 1.50001V0.214298C12.0002 0.151838 11.9797 0.100379 11.9388 0.0602482Z",
|
|
33
|
+
fill: color
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M10.4736 3.4286H6.11188C6.04824 3.4286 5.99604 3.44866 5.95512 3.48888C5.91431 3.52906 5.89383 3.58035 5.89383 3.64291V4.92859C5.89383 4.99115 5.91424 5.04244 5.95512 5.08262C5.99604 5.12275 6.04824 5.1429 6.11188 5.1429H10.4736C10.5372 5.1429 10.5894 5.12284 10.6304 5.08262C10.6712 5.04244 10.6916 4.99115 10.6916 4.92859V3.64291C10.6916 3.58035 10.6712 3.52897 10.6304 3.48888C10.5893 3.44875 10.5371 3.4286 10.4736 3.4286Z",
|
|
36
|
+
fill: color
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
};
|
|
40
|
+
export default SortIconAsc;
|
|
@@ -0,0 +1,40 @@
|
|
|
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 SortIconDesc = function SortIconDesc(_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: "M7.85638 10.2857H6.11176C6.04812 10.2857 5.99592 10.3058 5.955 10.3461C5.91421 10.3862 5.89371 10.4376 5.89371 10.5V11.7857C5.89371 11.8484 5.91411 11.8995 5.955 11.9398C5.99594 11.98 6.04812 12 6.11176 12H7.85638C7.92002 12 7.97229 11.98 8.01304 11.9398C8.05405 11.8995 8.07422 11.8484 8.07422 11.7857V10.5C8.07422 10.4376 8.05403 10.3862 8.01304 10.3461C7.97229 10.3058 7.92002 10.2857 7.85638 10.2857Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M4.58511 9.42857H3.2766V0.214282C3.2766 0.151822 3.25622 0.100386 3.2153 0.0602551C3.17439 0.0201476 3.12218 0 3.05852 0H1.74999C1.68643 0 1.63408 0.0200538 1.59324 0.0602316C1.55244 0.100456 1.53194 0.151822 1.53194 0.214259V9.42855H0.223408C0.123534 9.42855 0.0553598 9.47316 0.0189812 9.56243C-0.0174211 9.64736 -0.00142796 9.72544 0.0666505 9.79688L2.24748 11.9398C2.29746 11.9799 2.34967 11.9999 2.40423 11.9999C2.46329 11.9999 2.51559 11.9799 2.56099 11.9398L4.73501 9.80361C4.78051 9.75016 4.80319 9.6964 4.80319 9.64309C4.80319 9.58033 4.78268 9.52912 4.74189 9.48867C4.701 9.44865 4.64879 9.42857 4.58511 9.42857Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M9.16491 6.85727H6.11173C6.04809 6.85727 5.99588 6.87732 5.95497 6.91745C5.91415 6.95758 5.89367 7.00895 5.89367 7.07138V8.35724C5.89367 8.41968 5.91408 8.47107 5.95497 8.51117C5.99588 8.5513 6.04809 8.57136 6.11173 8.57136H9.16491C9.22855 8.57136 9.2808 8.5513 9.32157 8.51117C9.36251 8.47104 9.38299 8.41968 9.38299 8.35724V7.07138C9.38299 7.00895 9.36251 6.95756 9.32157 6.91745C9.28083 6.87734 9.22855 6.85727 9.16491 6.85727Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M11.9387 0.0602316C11.8978 0.0201476 11.8456 0 11.7819 0H6.11176C6.04812 0 5.99592 0.0200538 5.955 0.0602316C5.91421 0.100456 5.89371 0.151822 5.89371 0.214259V1.5C5.89371 1.56253 5.91411 1.61382 5.955 1.65402C5.99594 1.69411 6.04812 1.71426 6.11176 1.71426H11.7819C11.8456 1.71426 11.8978 1.6942 11.9387 1.65402C11.9795 1.61382 11.9999 1.56253 11.9999 1.5V0.214282C12 0.151822 11.9795 0.100363 11.9387 0.0602316Z",
|
|
33
|
+
fill: color
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M10.4735 3.4286H6.11173C6.04809 3.4286 5.99588 3.44866 5.95497 3.48888C5.91415 3.52906 5.89367 3.58036 5.89367 3.64291V4.9286C5.89367 4.99116 5.91408 5.04245 5.95497 5.08263C5.99588 5.12276 6.04809 5.14291 6.11173 5.14291H10.4735C10.537 5.14291 10.5893 5.12285 10.6303 5.08263C10.6711 5.04245 10.6915 4.99116 10.6915 4.9286V3.64291C10.6915 3.58036 10.6711 3.52897 10.6303 3.48888C10.5892 3.44875 10.5369 3.4286 10.4735 3.4286Z",
|
|
36
|
+
fill: color
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
};
|
|
40
|
+
export default SortIconDesc;
|
|
@@ -0,0 +1,32 @@
|
|
|
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 SpinnerIcon = function SpinnerIcon() {
|
|
12
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
13
|
+
_ref$color = _ref.color,
|
|
14
|
+
color = _ref$color === void 0 ? '6879EB' : _ref$color,
|
|
15
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
16
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
17
|
+
width: "12",
|
|
18
|
+
height: "12",
|
|
19
|
+
viewBox: "0 0 12 12",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M9.85713 10.6452C7.98972 12.1882 5.44644 12.3904 3.38295 11.368L4.22873 10.6691C5.87493 11.3081 7.79215 11.0662 9.22412 9.88301C10.6561 8.69975 11.2511 6.86571 10.928 5.13343L11.7738 4.43456C12.397 6.6472 11.7245 9.10215 9.85713 10.6452Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M8.61594 0.632054L7.77018 1.33093C6.131 0.700386 4.21509 0.926849 2.77475 2.11701C1.34279 3.30026 0.754831 5.14277 1.07089 6.86657L0.22511 7.56544C-0.398062 5.3528 0.282718 2.89095 2.14176 1.3548C4.00918 -0.188257 6.55241 -0.390437 8.61594 0.632054Z",
|
|
28
|
+
fill: color
|
|
29
|
+
})]
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export default SpinnerIcon;
|
package/lib/StarIcon.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
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 StarIcon = function StarIcon() {
|
|
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__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
17
|
+
width: "9",
|
|
18
|
+
height: "9",
|
|
19
|
+
viewBox: "0 0 9 9",
|
|
20
|
+
fill: "none"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M4.67423 0.118274L5.91611 2.62175C5.93582 2.68088 5.99496 2.72031 6.07381 2.72031L8.83354 3.11456C8.99124 3.13427 9.05038 3.33139 8.95181 3.44967L6.96086 5.40119C6.92144 5.44062 6.90173 5.51946 6.90173 5.5786L7.37482 8.33833C7.39454 8.49603 7.23684 8.61431 7.07914 8.55517L4.61509 7.25415C4.55595 7.21473 4.49682 7.21473 4.43768 7.25415L1.93421 8.53546C1.79622 8.61431 1.61881 8.49603 1.63852 8.31862L2.11162 5.55889C2.13133 5.49975 2.09191 5.4209 2.05248 5.38148L0.0615333 3.44967C-0.056741 3.3511 0.00239614 3.15398 0.179807 3.11456L2.93954 2.72031C2.99868 2.72031 3.05781 2.66117 3.09724 2.62175L4.33912 0.118274C4.39826 -0.0394247 4.59538 -0.0394247 4.67423 0.118274Z",
|
|
25
|
+
fill: color
|
|
26
|
+
})
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
export default StarIcon;
|
package/lib/TagsIcon.js
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
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 TagsIcon = function TagsIcon() {
|
|
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: "12",
|
|
18
|
+
height: "10",
|
|
19
|
+
viewBox: "0 0 12 10",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M9.56557 5.88028C9.56557 5.65897 9.4918 5.46225 9.31967 5.31471L4.81967 0.790115C4.64754 0.617984 4.45082 0.495033 4.18033 0.372082C3.90984 0.249131 3.66394 0.199951 3.44262 0.199951H0.811473C0.590161 0.199951 0.393443 0.273722 0.245902 0.445853C0.0737705 0.617984 0 0.790115 0 1.01143V3.64258C0 3.86389 0.0491833 4.10979 0.172134 4.38028C0.295085 4.65077 0.418031 4.87208 0.590163 5.01963L5.11475 9.54422C5.26229 9.69176 5.45902 9.79012 5.68033 9.79012C5.90164 9.79012 6.09836 9.71635 6.2459 9.54422L9.34426 6.44585C9.49181 6.29831 9.56557 6.10159 9.56557 5.88028ZM2.60656 2.80651C2.45902 2.95405 2.26229 3.05241 2.04098 3.05241C1.81967 3.05241 1.62295 2.97864 1.47541 2.80651C1.32787 2.65897 1.22951 2.46225 1.22951 2.24094C1.22951 2.01962 1.30328 1.8229 1.47541 1.67536C1.62295 1.52782 1.81967 1.42946 2.04098 1.42946C2.26229 1.42946 2.45902 1.50323 2.60656 1.67536C2.7541 1.8229 2.85246 2.01962 2.85246 2.24094C2.82787 2.46225 2.7541 2.65897 2.60656 2.80651Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M11.7787 5.29012L7.2541 0.790115C7.08197 0.617984 6.88525 0.495033 6.61475 0.372082C6.34426 0.249131 6.09836 0.199951 5.87705 0.199951H4.45082C4.67213 0.199951 4.91804 0.249131 5.18853 0.372082C5.45902 0.495033 5.68033 0.617984 5.82787 0.790115L10.3525 5.29012C10.5 5.46225 10.5984 5.63438 10.5984 5.85569C10.5984 6.077 10.5246 6.27372 10.3525 6.42127L7.37705 9.39668C7.5 9.51963 7.62295 9.61799 7.72131 9.69176C7.81967 9.74094 7.94262 9.79012 8.09016 9.79012C8.31148 9.79012 8.5082 9.71635 8.65574 9.54422L11.7541 6.44585C11.9016 6.29831 12 6.10159 12 5.88028C12 5.65897 11.9262 5.46225 11.7787 5.29012Z",
|
|
28
|
+
fill: color
|
|
29
|
+
})]
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export default TagsIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
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 TargetIcon = function TargetIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#5D6D7E' : _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
|
+
className: "filerobot-c-icon"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M11.5 5.5H10.9747C10.7393 3.14148 8.85852 1.26074 6.5 1.02527V0.5C6.5 0.223999 6.276 0 6 0C5.724 0 5.5 0.223999 5.5 0.5V1.02527C3.14148 1.26074 1.26074 3.14148 1.02527 5.5H0.5C0.223999 5.5 0 5.724 0 6C0 6.276 0.223999 6.5 0.5 6.5H1.02527C1.26074 8.85852 3.14148 10.7395 5.5 10.9747V11.5C5.5 11.776 5.724 12 6 12C6.276 12 6.5 11.776 6.5 11.5V10.9747C8.85852 10.7395 10.7393 8.85852 10.9747 6.5H11.5C11.776 6.5 12 6.276 12 6C12 5.724 11.776 5.5 11.5 5.5ZM6.5 9.96521V7.25C6.5 6.974 6.276 6.75 6 6.75C5.724 6.75 5.5 6.974 5.5 7.25V9.96521C3.69421 9.73852 2.26147 8.30579 2.03479 6.5H4.75C5.026 6.5 5.25 6.276 5.25 6C5.25 5.724 5.026 5.5 4.75 5.5H2.03479C2.26147 3.69421 3.69421 2.26147 5.5 2.03479V4.75C5.5 5.026 5.724 5.25 6 5.25C6.276 5.25 6.5 5.026 6.5 4.75V2.03479C8.30579 2.26147 9.73852 3.69421 9.96521 5.5H7.25C6.974 5.5 6.75 5.724 6.75 6C6.75 6.276 6.974 6.5 7.25 6.5H9.96521C9.73852 8.30579 8.30579 9.73852 6.5 9.96521Z",
|
|
25
|
+
fill: color
|
|
26
|
+
})
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
export default TargetIcon;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
var _excluded = ["color"];
|
|
2
|
+
import { jsx as _jsx } 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 TickArrowIcon = function TickArrowIcon() {
|
|
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__*/_jsx("svg", {
|
|
11
|
+
width: "7",
|
|
12
|
+
height: "4",
|
|
13
|
+
viewBox: "0 0 7 4",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
17
|
+
d: "M0.75 3.375L3.39815 0.625L6.25 3.375",
|
|
18
|
+
stroke: color,
|
|
19
|
+
strokeLinecap: "round",
|
|
20
|
+
strokeLinejoin: "round"
|
|
21
|
+
})
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
export default TickArrowIcon;
|
package/lib/TimeIcon.js
ADDED
|
@@ -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 TimeIcon = function TimeIcon() {
|
|
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 50 50",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
17
|
+
d: "M33.9079 29.4151L26.9365 24.1866V13.536C26.9365 12.4651 26.0709 11.5995 25 11.5995C23.9291 11.5995 23.0634 12.4651 23.0634 13.536V25.1549C23.0634 25.7649 23.3501 26.3401 23.838 26.7041L31.5839 32.5136C31.9325 32.775 32.3392 32.9009 32.7439 32.9009C33.3345 32.9009 33.9155 32.6356 34.2951 32.1244C34.9381 31.2703 34.7638 30.0561 33.9079 29.4151Z",
|
|
18
|
+
fill: color
|
|
19
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
20
|
+
d: "M25 0C11.2142 0 0 11.2142 0 25C0 38.7858 11.2142 50 25 50C38.7858 50 50 38.7858 50 25C50 11.2142 38.7858 0 25 0ZM25 46.1271C13.3521 46.1271 3.87295 36.6479 3.87295 25C3.87295 13.3521 13.3521 3.87295 25 3.87295C36.6499 3.87295 46.1271 13.3521 46.1271 25C46.1271 36.6479 36.6479 46.1271 25 46.1271Z",
|
|
21
|
+
fill: color
|
|
22
|
+
})]
|
|
23
|
+
});
|
|
24
|
+
};
|
|
25
|
+
export default TimeIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var _excluded = ["color"];
|
|
2
|
+
import { jsx as _jsx } 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 TranscodeIcon = function TranscodeIcon(_ref) {
|
|
6
|
+
var _ref$color = _ref.color,
|
|
7
|
+
color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
|
|
8
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
9
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
10
|
+
width: "16",
|
|
11
|
+
height: "16",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
16
|
+
d: "M14.4283 6.7173L3.15405 0.202532C2.71524 -0.0675105 2.1414 -0.0675105 1.70258 0.202532C1.23 0.472574 0.959961 0.978903 0.959961 1.48523V14.5148C0.959961 15.0549 1.23 15.5274 1.70258 15.7975C1.93886 15.9325 2.17515 16 2.44519 16C2.71523 16 2.95152 15.9325 3.18781 15.7975L14.4621 9.2827C14.9009 9.01266 15.2047 8.54008 15.2047 8C15.2047 7.45992 14.8671 6.98734 14.4283 6.7173ZM3.86291 4.01688L10.749 8L3.86291 11.9831V4.01688ZM13.922 8.16878C13.8882 8.33755 13.787 8.47257 13.6519 8.57384L2.78275 15.0886C2.68148 15.1561 2.58021 15.1899 2.44519 15.1899C2.34393 15.1899 2.24266 15.1561 2.1414 15.1224C1.93886 15.0211 1.80384 14.7848 1.80384 14.5485V10.1266C1.80384 9.78903 2.10764 9.48523 2.44519 9.48523C2.78275 9.48523 3.08654 9.78903 3.08654 10.1266V13.4008L12.9768 7.45992C13.1119 7.35865 13.2806 7.35865 13.4494 7.39241C13.6182 7.42616 13.7532 7.52743 13.8545 7.6962C13.9557 7.83122 13.9557 8 13.922 8.16878Z",
|
|
17
|
+
fill: color
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
export default TranscodeIcon;
|
|
@@ -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 TriangleDownArrowIcon = function TriangleDownArrowIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
16
|
+
width: "8",
|
|
17
|
+
height: "4",
|
|
18
|
+
viewBox: "0 0 8 4",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M4 4L8 0L-3.54252e-07 6.90377e-07L4 4Z",
|
|
24
|
+
fill: color
|
|
25
|
+
})
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
export default TriangleDownArrowIcon;
|
|
@@ -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 TriangleRightArrowIcon = function TriangleRightArrowIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
16
|
+
width: "4",
|
|
17
|
+
height: "8",
|
|
18
|
+
viewBox: "0 0 4 8",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M4 4L0 -1.65782e-07L-3.49691e-07 8L4 4Z",
|
|
24
|
+
fill: color
|
|
25
|
+
})
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
export default TriangleRightArrowIcon;
|
|
@@ -0,0 +1,32 @@
|
|
|
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 UnLockedPadLockIcon = function UnLockedPadLockIcon() {
|
|
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: "35",
|
|
18
|
+
height: "50",
|
|
19
|
+
viewBox: "0 0 35 50",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M29 7.5C27 3.1 22.6 0 17.5 0C10.6 0 5 5.6 5 12.5V20H2.5C1.1 20 0 21.1 0 22.5V47.5C0 48.9 1.1 50 2.5 50H32.5C33.9 50 35 48.9 35 47.5V22.5C35 21.1 33.9 20 32.5 20H7.5V12.5C7.5 7 12 2.5 17.5 2.5C21.2 2.5 24.5 4.5 26.2 7.6L29 7.5ZM32.5 47.5H2.5V22.5H32.5V47.5Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M17.5 30C15.4 30 13.7 31.7 13.7 33.7C13.7 35.3 14.7 36.7 16.2 37.2V41.2H18.7V37.2C20.2 36.7 21.2 35.3 21.2 33.7C21.3 31.7 19.6 30 17.5 30ZM17.5 35C16.8 35 16.2 34.4 16.2 33.7C16.2 33 16.8 32.4 17.5 32.4C18.2 32.4 18.7 33 18.7 33.7C18.7 34.4 18.2 35 17.5 35Z",
|
|
28
|
+
fill: color
|
|
29
|
+
})]
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export default UnLockedPadLockIcon;
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
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; }
|
|
3
|
+
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; }
|
|
4
|
+
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; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
6
|
+
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); }
|
|
7
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
8
|
+
function _objectDestructuringEmpty(t) { if (null == t) throw new TypeError("Cannot destructure " + t); }
|
|
9
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
10
|
+
var UnsplashIcon = function UnsplashIcon() {
|
|
11
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
12
|
+
props = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
13
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
14
|
+
width: "62",
|
|
15
|
+
height: "63",
|
|
16
|
+
viewBox: "0 0 62 63",
|
|
17
|
+
fill: "none",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
19
|
+
}, props), {}, {
|
|
20
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
|
21
|
+
y: "0.5",
|
|
22
|
+
width: "62",
|
|
23
|
+
height: "62",
|
|
24
|
+
rx: "31",
|
|
25
|
+
fill: "#F4469A"
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M42.52 42.7802V29.9319H35.262V36.356H26.738V29.9319H19.48V42.7802H42.52Z",
|
|
28
|
+
fill: "white"
|
|
29
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
30
|
+
d: "M26.738 26.1644V19.7402H35.262V26.1644H26.738Z",
|
|
31
|
+
fill: "white"
|
|
32
|
+
})]
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
35
|
+
export default UnsplashIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
var _excluded = ["color"];
|
|
2
|
+
import { jsx as _jsx } 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 UpArrowIcon = function UpArrowIcon(_ref) {
|
|
6
|
+
var _ref$color = _ref.color,
|
|
7
|
+
color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
|
|
8
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
9
|
+
return /*#__PURE__*/_jsx("svg", {
|
|
10
|
+
width: "7",
|
|
11
|
+
height: "12",
|
|
12
|
+
viewBox: "0 0 7 12",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
16
|
+
d: "M0.0340298 4.19798C0.104706 4.3659 0.269611 4.46185 0.434521 4.46185L2.527 4.47145L2.52549 8.27915C2.52549 8.42308 2.52549 10.8176 2.52549 12H4.56519C4.5667 11.5099 4.56519 8.76923 4.56519 8.6253V4.47145L6.55975 4.46185C6.72466 4.46185 6.88957 4.3659 6.96024 4.19798C7.03092 4.03006 7.00736 3.86214 6.88957 3.71821L3.82696 0.14393C3.73272 0.0479766 3.61493 0 3.49713 0C3.37934 0 3.26155 0.0479766 3.16731 0.14393L0.104702 3.71821C0.0104682 3.86214 -0.0366458 4.05405 0.0340298 4.19798Z",
|
|
17
|
+
fill: color
|
|
18
|
+
})
|
|
19
|
+
});
|
|
20
|
+
};
|
|
21
|
+
export default UpArrowIcon;
|
|
@@ -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 } 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 UpTriangleIcon = function UpTriangleIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#768184' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
16
|
+
viewBox: "0 0 50 50",
|
|
17
|
+
width: "10",
|
|
18
|
+
height: "10",
|
|
19
|
+
style: {
|
|
20
|
+
marginLeft: 4,
|
|
21
|
+
marginRight: 8
|
|
22
|
+
},
|
|
23
|
+
className: "filerobot-c-icon"
|
|
24
|
+
}, props), {}, {
|
|
25
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M 43.8 33.4 H 6.2 c -1 0 -1.4 -1.2 -0.6 -1.8 l 18.8 -14.7 c 0.4 -0.3 0.9 -0.3 1.2 0 l 18.8 14.7 C 45.2 32.2 44.8 33.4 43.8 33.4 Z",
|
|
27
|
+
fill: color
|
|
28
|
+
})
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
export default UpTriangleIcon;
|
|
@@ -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 UploadIcon = function UploadIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? 'white' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
width: "10",
|
|
17
|
+
height: "14",
|
|
18
|
+
viewBox: "0 0 10 14",
|
|
19
|
+
className: "filerobot-c-icon"
|
|
20
|
+
}, props), {}, {
|
|
21
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
22
|
+
d: "M0.842092 5.09355C0.92941 5.29729 1.13315 5.41372 1.33689 5.41372H3.08325V10.3908C3.08325 10.5655 3.22878 10.711 3.40342 10.711H6.89614C7.07077 10.711 7.2163 10.5655 7.2163 10.3908V5.41372H8.90445C9.10819 5.41372 9.31194 5.29729 9.39925 5.09355C9.48657 4.88981 9.45747 4.68607 9.31194 4.51143L5.52816 0.174636C5.41174 0.0582116 5.2662 0 5.12067 0C4.97514 0 4.82961 0.0582116 4.71319 0.174636L0.929406 4.51143C0.812982 4.68607 0.754774 4.91891 0.842092 5.09355Z",
|
|
23
|
+
fill: color
|
|
24
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
25
|
+
d: "M9.45747 12.3119H0.812982V14H9.45747V12.3119Z",
|
|
26
|
+
fill: color
|
|
27
|
+
})]
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
export default UploadIcon;
|