@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
package/lib/HideIcon.js
ADDED
|
@@ -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 HideIcon = function HideIcon(_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 8 8",
|
|
19
|
+
fill: "none",
|
|
20
|
+
className: "filerobot-c-icon"
|
|
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 HideIcon;
|
|
@@ -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 HidePasswordIcon = function HidePasswordIcon() {
|
|
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: "16",
|
|
18
|
+
height: "10",
|
|
19
|
+
viewBox: "0 0 16 10",
|
|
20
|
+
fill: "none"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M16 5.02429C16 6.55893 12.7152 9.84862 8.01821 9.84862C3.44366 9.84862 0.0119378 6.60791 0.0119378 5.02429C0.0119378 3.44066 3.44366 0.199951 7.99372 0.199951C12.7397 0.199951 16 3.41618 16 5.02429ZM8.01821 1.07829C5.90073 1.07829 4.17344 2.8317 4.17344 5.02592C4.17344 7.2185 5.90073 8.97192 8.01821 8.97192C10.1357 8.97192 11.863 7.2185 11.863 5.02592C11.863 2.85619 10.1357 1.07829 8.01821 1.07829ZM8.01821 2.51498C6.65499 2.51498 5.56115 3.63494 5.56115 5.02429C5.56115 6.41363 6.65662 7.5336 8.01821 7.5336C9.38144 7.5336 10.4753 6.412 10.4753 5.02429C10.4524 3.63494 9.35695 2.51498 8.01821 2.51498Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M0.797207 0.870955L15.7388 8.10338C15.951 8.20623 16.0392 8.45929 15.9363 8.67152L15.7502 9.05519C15.6473 9.26742 15.3927 9.35558 15.1821 9.25273L0.24049 2.02031C0.0282523 1.91745 -0.0599082 1.66277 0.0429457 1.45216L0.229062 1.07013C0.330283 0.857894 0.584969 0.769734 0.797207 0.870955Z",
|
|
28
|
+
fill: color
|
|
29
|
+
})]
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export default HidePasswordIcon;
|
|
@@ -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 HistoryIcon = function HistoryIcon() {
|
|
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: "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: "M11.8813 4.79333C11.5648 3.23512 10.664 1.8717 9.32488 0.995207C6.86584 -0.636038 3.579 -0.222142 1.6069 1.94474L1.50951 1.4091C1.43647 1.09259 1.11996 0.873473 0.803446 0.946514C0.486936 1.01955 0.267815 1.33606 0.340856 1.65257L0.730408 3.57598C0.754755 3.72206 0.852143 3.86814 0.973878 3.94119C1.09561 4.03857 1.26604 4.06292 1.41212 4.03858L3.33553 3.64902C3.65204 3.57598 3.87117 3.25947 3.79813 2.94296C3.72508 2.62645 3.40857 2.40733 3.09206 2.48037L2.58078 2.57776C3.38423 1.77431 4.45549 1.26302 5.5998 1.16564C6.86584 1.06825 8.10753 1.4578 9.08141 2.2856C11.1022 3.98988 11.3457 7.03325 9.61704 9.05405C7.91276 11.0748 4.86939 11.3183 2.84859 9.58968C1.9234 8.78623 1.33908 7.69062 1.193 6.47327C1.16865 6.32719 1.09561 6.18111 0.973878 6.08372C0.852143 5.98633 0.706057 5.93764 0.535628 5.93764C0.389547 5.96199 0.243471 6.03503 0.146083 6.15676C0.0486954 6.27849 0 6.42458 0 6.59501V6.61935C0.0243469 6.78978 0.0486909 6.96021 0.0730379 7.13064C0.657365 9.95488 3.14075 11.927 5.94065 11.927C6.33021 11.927 6.7441 11.8783 7.13365 11.8053C8.69186 11.4887 10.0553 10.5879 10.9318 9.24882C11.8813 7.95843 12.1978 6.35153 11.8813 4.79333Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M6.01371 2.18819C5.6972 2.18819 5.42938 2.45601 5.42938 2.77252V5.98632C5.42938 6.1324 5.50243 6.30283 5.59981 6.40022L7.27975 8.08015C7.40149 8.20189 7.54757 8.25059 7.69365 8.25059C7.83973 8.25059 8.01016 8.17754 8.10755 8.08015C8.22928 7.95842 8.27798 7.81234 8.27798 7.66626C8.27798 7.49583 8.20493 7.34975 8.10755 7.25236L6.59804 5.74285V2.77252C6.59804 2.43167 6.35456 2.18819 6.01371 2.18819Z",
|
|
28
|
+
fill: color
|
|
29
|
+
})]
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export default HistoryIcon;
|
package/lib/HomeIcon.js
ADDED
|
@@ -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 HomeIcon = function HomeIcon(_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
|
+
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: "M11.5875 5.25L10.5 4.16325V1.5C10.5 1.0875 10.1625 0.75 9.75 0.75H9C8.5875 0.75 8.25 1.0875 8.25 1.5V1.91475L6.75 0.41625C6.54525 0.22275 6.35775 0 6 0C5.64225 0 5.45475 0.22275 5.25 0.41625L0.4125 5.25C0.1785 5.49375 0 5.6715 0 6C0 6.42225 0.324 6.75 0.75 6.75H1.5V11.25C1.5 11.6625 1.8375 12 2.25 12H4.5V8.25C4.5 7.8375 4.8375 7.5 5.25 7.5H6.75C7.1625 7.5 7.5 7.8375 7.5 8.25V12H9.75C10.1625 12 10.5 11.6625 10.5 11.25V6.75H11.25C11.676 6.75 12 6.42225 12 6C12 5.6715 11.8215 5.49375 11.5875 5.25Z",
|
|
24
|
+
fill: color
|
|
25
|
+
})
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
export default HomeIcon;
|
|
@@ -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 IOSArrowLeftIcon = function IOSArrowLeftIcon(_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: "6",
|
|
17
|
+
height: "10",
|
|
18
|
+
viewBox: "0 0 6 10",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M5 9L1 5.14815L5 1",
|
|
24
|
+
stroke: color,
|
|
25
|
+
strokeLinecap: "round",
|
|
26
|
+
strokeLinejoin: "round"
|
|
27
|
+
})
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
export default IOSArrowLeftIcon;
|
package/lib/ImageIcon.js
ADDED
|
@@ -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 ImageIcon = function ImageIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#6879EB' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
width: "26",
|
|
17
|
+
height: "26",
|
|
18
|
+
viewBox: "0 0 26 26",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M24.9792 0.5H1.02083C0.760417 0.5 0.5 0.760417 0.5 1.02083V24.9792C0.5 25.2396 0.760417 25.5 1.02083 25.5H24.9792C25.2396 25.5 25.5 25.2396 25.5 24.9792V1.02083C25.5 0.708333 25.2396 0.5 24.9792 0.5ZM24.4583 19.7708C24.4583 20.0312 24.1979 20.2917 23.9375 20.2917H2.0625C1.80208 20.2917 1.54167 20.0312 1.54167 19.7708V2.0625C1.54167 1.80208 1.80208 1.54167 2.0625 1.54167H23.9375C24.1979 1.54167 24.4583 1.80208 24.4583 2.0625V19.7708Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M9.19797 9.92713C9.4063 9.66672 9.82297 9.66672 10.0313 9.92713L16.9063 19.25H2.37505L6.02088 14.3021L9.19797 9.92713Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M17.5833 13.8854C17.7917 13.6771 18.1042 13.6771 18.3125 13.8854L23.6771 19.25H12.2188L17.5833 13.8854Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M5.70833 7.27083C6.85893 7.27083 7.79167 6.33809 7.79167 5.1875C7.79167 4.03691 6.85893 3.10417 5.70833 3.10417C4.55774 3.10417 3.625 4.03691 3.625 5.1875C3.625 6.33809 4.55774 7.27083 5.70833 7.27083Z",
|
|
33
|
+
fill: color
|
|
34
|
+
})]
|
|
35
|
+
}));
|
|
36
|
+
};
|
|
37
|
+
export default ImageIcon;
|
|
@@ -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 InfoOutlineIcon = function InfoOutlineIcon(_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: "12",
|
|
17
|
+
height: "12",
|
|
18
|
+
viewBox: "0 0 50 50",
|
|
19
|
+
fill: "none",
|
|
20
|
+
className: "filerobot-c-icon"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M25 50C11.2033 50 0 38.7967 0 25C0 11.2033 11.2033 0 25 0C38.7967 0 50 11.2033 50 25C50 38.7967 38.6929 50 25 50ZM25 3.52697C13.1743 3.52697 3.63071 13.1743 3.63071 24.8963C3.63071 36.6183 13.278 46.2656 25 46.2656C36.8257 46.2656 46.3693 36.6183 46.3693 24.8963C46.3693 13.1743 36.8257 3.52697 25 3.52697Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M22.0954 12.4481C22.0954 11.6183 22.3029 10.9959 22.8216 10.4772C23.3402 9.95851 24.0664 9.6473 25 9.6473C25.9336 9.6473 26.6597 9.95851 27.1784 10.4772C27.6971 10.9959 27.9046 11.6183 27.9046 12.4481C27.9046 13.278 27.6971 13.9004 27.1784 14.4191C26.6597 14.9378 25.9336 15.1452 25 15.1452C24.0664 15.1452 23.3402 14.9378 22.8216 14.4191C22.3029 13.9004 22.0954 13.1743 22.0954 12.4481ZM26.971 40.249H22.9253C22.6141 40.249 22.4066 40.0415 22.4066 39.7303V17.8423C22.4066 17.5311 22.6141 17.3237 22.9253 17.3237H26.971C27.2822 17.3237 27.4896 17.5311 27.4896 17.8423V39.7303C27.4896 40.0415 27.2822 40.249 26.971 40.249Z",
|
|
27
|
+
fill: color
|
|
28
|
+
})]
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
export default InfoOutlineIcon;
|
|
@@ -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 InheritIcon = function InheritIcon() {
|
|
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: "20",
|
|
18
|
+
height: "20",
|
|
19
|
+
viewBox: "0 0 20 20",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M0.399994 15.88C0.399994 14.92 0.399994 13.96 0.399994 13.04C0.399994 12.68 0.639994 12.36 0.959994 12.24C1.07999 12.2 1.19999 12.16 1.31999 12.16C1.99999 12.16 2.67999 12.16 3.35999 12.16C3.47999 12.16 3.47999 12.16 3.47999 12.04C3.47999 11.12 3.47999 10.2 3.47999 9.32C3.47999 8.56 3.47999 7.8 3.47999 7.08C3.47999 6.84 3.47999 6.6 3.51999 6.36C3.55999 6.08 3.79999 5.76 4.07999 5.72C4.19999 5.68 4.31999 5.68 4.43999 5.68C5.31999 5.68 6.23999 5.68 7.11999 5.68C8.03999 5.68 8.99999 5.68 9.91999 5.68C9.99999 5.68 9.99999 5.64 9.99999 5.6C9.99999 4.92 9.99999 4.24 9.99999 3.56C9.99999 3.16 10.24 2.84 10.6 2.72C10.68 2.68 10.8 2.68 10.88 2.68C12.12 2.68 13.32 2.68 14.56 2.68C15.2 2.68 15.88 2.68 16.52 2.68C16.88 2.68 17.16 2.84 17.32 3.16C17.36 3.28 17.4 3.4 17.4 3.56C17.4 4.48 17.4 5.44 17.4 6.36C17.4 7.32 17.4 8.24 17.4 9.2C17.4 9.56 17.24 9.84 16.92 10C16.8 10.04 16.68 10.08 16.56 10.08C15.64 10.08 14.68 10.08 13.76 10.08C12.8 10.08 11.84 10.08 10.92 10.08C10.56 10.08 10.28 9.92 10.12 9.6C10.04 9.48 10.04 9.36 10.04 9.2C10.04 8.64 10.04 8.12 10.04 7.56C10.04 7.44 10.04 7.44 9.91999 7.44C8.39999 7.44 6.87999 7.44 5.35999 7.44C5.23999 7.44 5.23999 7.44 5.23999 7.56C5.23999 9.08 5.23999 10.6 5.23999 12.16C5.23999 12.24 5.23999 12.24 5.31999 12.24C5.83999 12.24 6.39999 12.24 6.91999 12.24C7.31999 12.24 7.63999 12.48 7.75999 12.84C7.79999 12.92 7.79999 13.04 7.79999 13.16C7.79999 13.92 7.79999 14.64 7.79999 15.4C7.79999 16.2 7.79999 17 7.79999 17.8C7.79999 18.12 7.79999 18.48 7.79999 18.8C7.79999 19.12 7.67999 19.36 7.39999 19.56C7.27999 19.64 7.11999 19.68 6.95999 19.68C5.03999 19.68 3.15999 19.68 1.23999 19.68C0.879994 19.68 0.519994 19.4 0.439994 19.04C0.399994 18.88 0.399994 18.76 0.399994 18.68C0.399994 17.76 0.399994 16.8 0.399994 15.88Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M16.8 0C17.56 0 18.28 0 19.04 0C19.4 0 19.76 0.28 19.84 0.64C19.88 0.72 19.88 0.84 19.88 0.96C19.88 2.4 19.88 3.84 19.88 5.28C19.88 5.68 19.56 6 19.2 6.12C18.8 6.2 18.36 6 18.2 5.64C18.16 5.52 18.12 5.4 18.12 5.28C18.12 4.96 18.12 4.64 18.12 4.32C18.12 3.52 18.12 2.72 18.12 1.92C18.12 1.8 18.12 1.8 18 1.8C17.2 1.8 16.4 1.8 15.6 1.8C15.28 1.8 14.96 1.8 14.64 1.8C14.36 1.8 14.12 1.68 13.92 1.44C13.56 1 13.76 0.32 14.28 0.12C14.4 0.04 14.52 0 14.64 0C15.36 0 16.08 0 16.8 0Z",
|
|
28
|
+
fill: color
|
|
29
|
+
})]
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export default InheritIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
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 InstagramIcon = function InstagramIcon() {
|
|
12
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
13
|
+
_ref$color = _ref.color,
|
|
14
|
+
color = _ref$color === void 0 ? '#AD26DC' : _ref$color,
|
|
15
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
16
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
17
|
+
width: "62",
|
|
18
|
+
height: "62",
|
|
19
|
+
viewBox: "0 0 62 62",
|
|
20
|
+
fill: "none"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
|
23
|
+
width: "62",
|
|
24
|
+
height: "62",
|
|
25
|
+
rx: "31",
|
|
26
|
+
fill: color
|
|
27
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
28
|
+
d: "M36.4943 19H25.5057C21.8428 19 19 21.9522 19 25.5057V36.549C19 40.1572 21.8428 43 25.5057 43H36.549C40.1572 43 43 40.1572 43 36.4943V25.5057C43 21.9522 40.0478 19 36.4943 19ZM35.4556 34.1982C34.6355 35.3462 33.3235 36.1116 31.9021 36.3303C31.574 36.4396 31.3554 36.4396 31.082 36.4396C29.9339 36.4396 28.7859 36.0023 27.8565 35.3462C26.7084 34.5262 25.9431 33.2141 25.7244 31.7927C25.451 30.3166 25.8884 28.8952 26.7084 27.7472C27.5285 26.5991 28.8405 25.8337 30.262 25.615C30.754 25.5057 31.3554 25.5057 31.8474 25.615C32.9954 25.779 34.0888 26.2711 34.9089 27.0911C35.7289 27.9112 36.221 29.0046 36.385 30.1526C36.6036 31.6287 36.1663 33.0501 35.4556 34.1982ZM37.7517 25.5604C37.5877 25.7244 37.3144 25.8337 37.0957 25.8337C36.8223 25.8337 36.6036 25.7244 36.4396 25.5604C36.2756 25.3964 36.1663 25.123 36.1663 24.9043C36.1663 24.6856 36.2756 24.4123 36.4396 24.2483C36.6036 24.0843 36.877 23.9749 37.0957 23.9749C37.3144 23.9749 37.5877 24.0843 37.7517 24.2483C37.9157 24.4123 38.0251 24.7403 38.0251 24.9043C37.9704 25.1777 37.9157 25.3964 37.7517 25.5604Z",
|
|
29
|
+
fill: "white"
|
|
30
|
+
})]
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
export default InstagramIcon;
|
package/lib/LinkIcon.js
ADDED
|
@@ -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
|
+
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 LinkIcon = function LinkIcon(_ref) {
|
|
11
|
+
var props = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
12
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
13
|
+
width: "16",
|
|
14
|
+
height: "16",
|
|
15
|
+
viewBox: "0 0 16 16",
|
|
16
|
+
fill: "none",
|
|
17
|
+
className: "filerobot-c-icon"
|
|
18
|
+
}, props), {}, {
|
|
19
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
20
|
+
d: "M9.7615 6.23004C9.5616 6.03015 9.36171 5.86357 9.1285 5.73031C8.52882 5.33052 7.82919 5.13062 7.12956 5.13062C6.13009 5.13062 5.19725 5.53041 4.49762 6.23004L1.09942 9.62824C0.399788 10.3279 0 11.2607 0 12.2602C0 14.3257 1.66578 15.9915 3.73136 15.9915C4.73083 15.9915 5.66367 15.5917 6.3633 14.8921L9.16181 12.0936C9.22845 12.027 9.22845 11.9603 9.22845 11.8937C9.22845 11.7604 9.09518 11.6272 8.96192 11.6272H8.86197C8.26229 11.6272 7.69592 11.5272 7.16287 11.294C7.06293 11.2607 6.96298 11.2607 6.86303 11.3607L4.86409 13.3596C4.23109 13.9926 3.23162 13.9926 2.59862 13.3596C1.96563 12.7266 1.96563 11.7271 2.59862 11.0941L5.99682 7.72925C6.62982 7.09625 7.62929 7.09625 8.26229 7.72925C8.69539 8.12903 9.32839 8.12903 9.7615 7.72925C9.92808 7.56267 10.0613 7.29614 10.0613 7.06293C10.0947 6.76309 9.96139 6.46325 9.7615 6.23004Z",
|
|
21
|
+
fill: "#778285"
|
|
22
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M14.8921 1.09942C13.4262 -0.366472 11.0608 -0.366472 9.62823 1.09942L6.82971 3.89793C6.76308 3.96457 6.72976 4.09783 6.76308 4.19778C6.79639 4.29772 6.89634 4.36435 7.0296 4.36435H7.12955C7.72923 4.36435 8.2956 4.4643 8.82865 4.69751C8.9286 4.73083 9.02855 4.73083 9.12849 4.63088L11.1274 2.63194C11.7604 1.99894 12.7599 1.99894 13.3929 2.63194C14.0259 3.26494 14.0259 4.26441 13.3929 4.8974L10.8609 7.4294L9.9947 8.26229C9.3617 8.89529 8.36223 8.89529 7.72923 8.26229C7.29613 7.8625 6.66313 7.8625 6.23003 8.26229C6.06345 8.42887 5.93019 8.69539 5.93019 8.9286C5.89687 9.22844 6.03013 9.52828 6.23003 9.76149C6.52987 10.0613 6.89634 10.3279 7.29613 10.4944C7.36276 10.5278 7.39608 10.5278 7.46271 10.5611C7.52934 10.5944 7.56266 10.5944 7.62929 10.6277C7.69592 10.661 7.72923 10.661 7.79587 10.6943L7.96244 10.7276C8.06239 10.761 8.16234 10.761 8.2956 10.7943C8.42886 10.8276 8.56213 10.8276 8.69539 10.8276H8.89528L9.06186 10.7943C9.12849 10.7943 9.19512 10.7943 9.26176 10.7943H9.32839L9.52828 10.761H9.62823L9.79481 10.7276H9.82812C10.4944 10.5611 11.0941 10.2279 11.5605 9.76149L14.9587 6.36329C16.358 4.8974 16.358 2.56531 14.8921 1.09942Z",
|
|
24
|
+
fill: "#778285"
|
|
25
|
+
})]
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
export default LinkIcon;
|
|
@@ -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 LockedPadlockIcon = function LockedPadlockIcon() {
|
|
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: "16",
|
|
19
|
+
viewBox: "0 0 12 16",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M10.8719 6.4H10.0719V4C10.0719 1.792 8.27986 0 6.07186 0C3.86386 0 2.07186 1.792 2.07186 4V6.4H1.27186C0.823863 6.4 0.471863 6.752 0.471863 7.2V15.2C0.471863 15.648 0.823863 16 1.27186 16H10.8719C11.3199 16 11.6719 15.648 11.6719 15.2V7.2C11.6719 6.752 11.3199 6.4 10.8719 6.4ZM2.87186 4C2.87186 2.24 4.31186 0.8 6.07186 0.8C7.83186 0.8 9.27186 2.24 9.27186 4V6.4H2.87186V4ZM10.8719 15.2H1.27186V7.2H10.8719V15.2Z",
|
|
25
|
+
fill: "#5D6D7E"
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M5.68786 11.936V13.216H6.48786V11.936C6.96786 11.776 7.28786 11.328 7.28786 10.816C7.28786 10.144 6.74386 9.6 6.07186 9.6C5.39986 9.6 4.85586 10.144 4.85586 10.816C4.88786 11.328 5.20786 11.776 5.68786 11.936ZM6.07186 10.4C6.29586 10.4 6.48786 10.592 6.48786 10.816C6.48786 11.04 6.29586 11.232 6.07186 11.232C5.84786 11.232 5.65586 11.04 5.65586 10.816C5.68786 10.592 5.84786 10.4 6.07186 10.4Z",
|
|
28
|
+
fill: color
|
|
29
|
+
})]
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export default LockedPadlockIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
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 MenuDotsIcon = function MenuDotsIcon(_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: "4",
|
|
18
|
+
viewBox: "0 0 16 4",
|
|
19
|
+
className: "filerobot-c-icon"
|
|
20
|
+
}, props), {}, {
|
|
21
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
22
|
+
d: "M1.59293 3.47695C2.47268 3.47695 3.18585 2.78815 3.18585 1.93849C3.18585 1.08882 2.47268 0.400024 1.59293 0.400024C0.713178 0.400024 0 1.08882 0 1.93849C0 2.78815 0.713178 3.47695 1.59293 3.47695Z",
|
|
23
|
+
fill: color
|
|
24
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
25
|
+
d: "M8.00006 3.47695C8.87981 3.47695 9.59299 2.78815 9.59299 1.93849C9.59299 1.08882 8.87981 0.400024 8.00006 0.400024C7.12031 0.400024 6.40713 1.08882 6.40713 1.93849C6.40713 2.78815 7.12031 3.47695 8.00006 3.47695Z",
|
|
26
|
+
fill: color
|
|
27
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
28
|
+
d: "M14.4071 3.47695C15.2868 3.47695 16 2.78815 16 1.93849C16 1.08882 15.2868 0.400024 14.4071 0.400024C13.5273 0.400024 12.8141 1.08882 12.8141 1.93849C12.8141 2.78815 13.5273 3.47695 14.4071 3.47695Z",
|
|
29
|
+
fill: color
|
|
30
|
+
})]
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
export default MenuDotsIcon;
|
package/lib/MetaIcon.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 MetaIcon = function MetaIcon() {
|
|
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: "16",
|
|
18
|
+
height: "16",
|
|
19
|
+
viewBox: "0 0 16 16",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M10.9216 0.034112V4.16205H15.1519L10.9216 0.034112Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M10.2734 4.81023V0H1.33523C1.13054 0 0.959961 0.170573 0.959961 0.375263V15.6247C0.959961 15.8294 1.13054 16 1.33523 16H14.7425C14.9472 16 15.1177 15.8294 15.1177 15.6247V4.77612H10.2734V4.81023ZM6.14546 9.38166L3.96209 10.1663L6.14546 10.951V12.0085L2.83629 10.6098V9.72281L6.14546 8.32409V9.38166ZM7.37361 12.9979H6.55485L8.60175 6.92537H9.42051L7.37361 12.9979ZM13.3438 10.6098L10.0005 12.0085V10.951L12.218 10.1663L10.0005 9.38166V8.32409L13.3438 9.72281V10.6098Z",
|
|
28
|
+
fill: color
|
|
29
|
+
})]
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export default MetaIcon;
|
|
@@ -0,0 +1,24 @@
|
|
|
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 ModalDeleteIcon = function ModalDeleteIcon(_ref) {
|
|
6
|
+
var _ref$color = _ref.color,
|
|
7
|
+
color = _ref$color === void 0 ? '#778285' : _ref$color,
|
|
8
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
9
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
10
|
+
width: "21",
|
|
11
|
+
height: "26",
|
|
12
|
+
viewBox: "0 0 21 26",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
16
|
+
d: "M18.4375 3.625H14.1146V2.84375C14.1146 1.54167 13.0729 0.5 11.7708 0.5H8.64583C7.34375 0.5 6.30208 1.54167 6.30208 2.84375V3.625H1.97916C0.885414 3.625 0 4.51042 0 5.60417V7.16667C0 7.58333 0.364583 7.94792 0.78125 7.94792H19.5312C19.9479 7.94792 20.3125 7.58333 20.3125 7.16667V5.60417C20.4167 4.45833 19.5312 3.625 18.4375 3.625ZM7.91666 2.84375C7.91666 2.42708 8.28125 2.0625 8.69791 2.0625H11.8229C12.2396 2.0625 12.6042 2.42708 12.6042 2.84375V3.625H7.91666V2.84375Z",
|
|
17
|
+
fill: color
|
|
18
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
19
|
+
d: "M1.5625 8.72917C1.40625 8.72917 1.30208 8.83333 1.30208 8.98958L1.92708 23.2604C1.97916 24.5104 3.02083 25.5 4.27083 25.5H16.1458C17.3958 25.5 18.4375 24.5104 18.4896 23.2604L19.1146 8.98958C19.1146 8.83333 19.0104 8.72917 18.8542 8.72917H1.5625ZM13.3854 11.4375C13.3854 11.0208 13.75 10.6562 14.1667 10.6562C14.5833 10.6562 14.9479 11.0208 14.9479 11.4375V21.5937C14.9479 22.0104 14.5833 22.375 14.1667 22.375C13.75 22.375 13.3854 22.0104 13.3854 21.5937V11.4375ZM9.47916 11.4375C9.47916 11.0208 9.84375 10.6562 10.2604 10.6562C10.6771 10.6562 11.0417 11.0208 11.0417 11.4375V21.5937C11.0417 22.0104 10.6771 22.375 10.2604 22.375C9.84375 22.375 9.47916 22.0104 9.47916 21.5937V11.4375ZM5.57291 11.4375C5.57291 11.0208 5.9375 10.6562 6.35416 10.6562C6.77083 10.6562 7.13541 11.0208 7.13541 11.4375V21.5937C7.13541 22.0104 6.77083 22.375 6.35416 22.375C5.9375 22.375 5.57291 22.0104 5.57291 21.5937V11.4375Z",
|
|
20
|
+
fill: color
|
|
21
|
+
})]
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
export default ModalDeleteIcon;
|
|
@@ -0,0 +1,38 @@
|
|
|
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 MoveToIcon = function MoveToIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#6879EB' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
width: "26",
|
|
17
|
+
height: "20",
|
|
18
|
+
viewBox: "0 0 26 20",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("mask", {
|
|
23
|
+
id: "path-1-inside-1",
|
|
24
|
+
fill: "white",
|
|
25
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M24.9759 2.98092H11.1394L10.6153 1.49324C9.98637 -0.172962 9.1478 0.0055595 8.83333 0.0055595H1.02411C0.762055 0.0055595 0.5 0.303096 0.5 0.600632V19.4049C0.5 19.762 0.762055 20 1.02411 20H24.9759C25.2379 20 25.5 19.762 25.5 19.4049V3.576C25.5 3.27846 25.2379 2.98092 24.9759 2.98092ZM17.9528 11.669L13.8648 15.7155C13.7075 15.894 13.4979 15.894 13.3407 15.775C13.1834 15.7155 13.0262 15.4774 13.0262 15.2394V12.9186H8.41405C8.15199 12.9186 7.88994 12.6806 7.88994 12.3236V10.0028C7.88994 9.70524 8.09958 9.40771 8.41405 9.40771H13.0262V7.08692C13.0262 6.84889 13.131 6.67037 13.3407 6.55136C13.5503 6.43234 13.76 6.49185 13.8648 6.67037L17.9528 10.7169C18.0577 10.8359 18.1101 11.0144 18.1101 11.1334C18.1101 11.3714 18.0577 11.55 17.9528 11.669Z"
|
|
27
|
+
})
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M24.9759 2.98092H11.1394L10.6153 1.49324C9.98637 -0.172962 9.1478 0.0055595 8.83333 0.0055595H1.02411C0.762055 0.0055595 0.5 0.303096 0.5 0.600632V19.4049C0.5 19.762 0.762055 20 1.02411 20H24.9759C25.2379 20 25.5 19.762 25.5 19.4049V3.576C25.5 3.27846 25.2379 2.98092 24.9759 2.98092ZM17.9528 11.669L13.8648 15.7155C13.7075 15.894 13.4979 15.894 13.3407 15.775C13.1834 15.7155 13.0262 15.4774 13.0262 15.2394V12.9186H8.41405C8.15199 12.9186 7.88994 12.6806 7.88994 12.3236V10.0028C7.88994 9.70524 8.09958 9.40771 8.41405 9.40771H13.0262V7.08692C13.0262 6.84889 13.131 6.67037 13.3407 6.55136C13.5503 6.43234 13.76 6.49185 13.8648 6.67037L17.9528 10.7169C18.0577 10.8359 18.1101 11.0144 18.1101 11.1334C18.1101 11.3714 18.0577 11.55 17.9528 11.669Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M11.1394 2.98092L10.1962 3.3132L10.4315 3.98092H11.1394V2.98092ZM10.6153 1.49324L11.5585 1.16096L11.5548 1.15049L11.5509 1.1401L10.6153 1.49324ZM17.9528 11.669L18.6563 12.3797L18.6806 12.3556L18.7033 12.3299L17.9528 11.669ZM13.8648 15.7155L13.1613 15.0048L13.137 15.0288L13.1143 15.0545L13.8648 15.7155ZM13.3407 15.775L13.9442 14.9776L13.8294 14.8907L13.6946 14.8397L13.3407 15.775ZM13.0262 12.9186H14.0262V11.9186H13.0262V12.9186ZM13.0262 9.40771V10.4077H14.0262V9.40771H13.0262ZM13.8648 6.67037L13.0024 7.17671L13.0685 7.28926L13.1613 7.38108L13.8648 6.67037ZM17.9528 10.7169L18.7033 10.0559L18.6806 10.0302L18.6563 10.0062L17.9528 10.7169ZM18.1101 11.1334L17.1101 11.1334L18.1101 11.1334ZM24.9759 1.98092H11.1394V3.98092H24.9759V1.98092ZM12.0826 2.64864L11.5585 1.16096L9.67212 1.82552L10.1962 3.3132L12.0826 2.64864ZM11.5509 1.1401C11.1833 0.166207 10.6828 -0.455538 10.0533 -0.770005C9.74616 -0.923447 9.45772 -0.977605 9.2259 -0.993853C9.06379 -1.00522 8.76824 -0.99444 8.83333 -0.99444V1.00556C9.13171 1.00556 9.10022 0.989544 9.15948 1.01915C9.18515 1.03198 9.41841 1.15407 9.67973 1.84638L11.5509 1.1401ZM8.83333 -0.99444H1.02411V1.00556H8.83333V-0.99444ZM1.02411 -0.99444C0.520307 -0.99444 0.136462 -0.722746 -0.086651 -0.469424C-0.317466 -0.207357 -0.5 0.168879 -0.5 0.600632H1.5C1.5 0.734849 1.44849 0.813549 1.41422 0.852464C1.38765 0.882634 1.26586 1.00556 1.02411 1.00556V-0.99444ZM-0.5 0.600632V19.4049H1.5V0.600632H-0.5ZM-0.5 19.4049C-0.5 20.2588 0.155925 21 1.02411 21V19C1.36818 19 1.5 19.2651 1.5 19.4049H-0.5ZM1.02411 21H24.9759V19H1.02411V21ZM24.9759 21C25.8441 21 26.5 20.2588 26.5 19.4049H24.5C24.5 19.2651 24.6318 19 24.9759 19V21ZM26.5 19.4049V3.576H24.5V19.4049H26.5ZM26.5 3.576C26.5 3.14424 26.3175 2.76801 26.0867 2.50594C25.8635 2.25262 25.4797 1.98092 24.9759 1.98092V3.98092C24.7341 3.98092 24.6124 3.858 24.5858 3.82783C24.5515 3.78891 24.5 3.71021 24.5 3.576H26.5ZM17.2493 10.9583L13.1613 15.0048L14.5683 16.4262L18.6563 12.3797L17.2493 10.9583ZM13.1143 15.0545C13.1884 14.9705 13.3286 14.8758 13.5219 14.8601C13.7054 14.8452 13.8527 14.9084 13.9442 14.9776L12.7371 16.5723C12.9859 16.7606 13.3166 16.8833 13.6836 16.8535C14.0603 16.823 14.3839 16.639 14.6152 16.3764L13.1143 15.0545ZM13.6946 14.8397C13.8049 14.8815 13.8739 14.9372 13.9076 14.9687C13.944 15.0027 13.9656 15.0327 13.9783 15.0535C13.9995 15.0884 14.0262 15.1473 14.0262 15.2394H12.0262C12.0262 15.5696 12.1315 15.8665 12.2707 16.0948C12.3989 16.305 12.6294 16.575 12.9867 16.7102L13.6946 14.8397ZM14.0262 15.2394V12.9186H12.0262V15.2394H14.0262ZM13.0262 11.9186H8.41405V13.9186H13.0262V11.9186ZM8.41405 11.9186C8.75812 11.9186 8.88994 12.1838 8.88994 12.3236H6.88994C6.88994 13.1775 7.54586 13.9186 8.41405 13.9186V11.9186ZM8.88994 12.3236V10.0028H6.88994V12.3236H8.88994ZM8.88994 10.0028C8.88994 10.0781 8.86666 10.1556 8.80656 10.2287C8.73713 10.3132 8.59851 10.4077 8.41405 10.4077V8.40771C7.37292 8.40771 6.88994 9.3452 6.88994 10.0028H8.88994ZM8.41405 10.4077H13.0262V8.40771H8.41405V10.4077ZM14.0262 9.40771V7.08692H12.0262V9.40771H14.0262ZM14.0262 7.08692C14.0262 7.11885 14.0177 7.19481 13.9672 7.28085C13.917 7.36625 13.8568 7.40825 13.8344 7.421L12.847 5.68172C12.3294 5.97557 12.0262 6.48335 12.0262 7.08692H14.0262ZM13.8344 7.421C13.7492 7.46934 13.5945 7.5169 13.4056 7.47094C13.2151 7.4246 13.0768 7.30328 13.0024 7.17671L14.7271 6.16404C14.548 5.85894 14.2524 5.61861 13.8784 5.52763C13.5061 5.43705 13.1418 5.51437 12.847 5.68172L13.8344 7.421ZM13.1613 7.38108L17.2493 11.4276L18.6563 10.0062L14.5683 5.95966L13.1613 7.38108ZM17.2024 11.3778C17.1509 11.3193 17.1331 11.2731 17.1276 11.2574C17.1236 11.2463 17.12 11.2333 17.117 11.2172C17.1142 11.2023 17.1101 11.1741 17.1101 11.1334H19.1101C19.1101 10.8038 18.9893 10.3807 18.7033 10.0559L17.2024 11.3778ZM17.1101 11.1334C17.1101 11.1823 17.1043 11.1877 17.1112 11.1641C17.1191 11.1373 17.1429 11.0755 17.2024 11.008L18.7033 12.3299C19.0329 11.9557 19.1101 11.4966 19.1101 11.1334L17.1101 11.1334Z",
|
|
33
|
+
fill: color,
|
|
34
|
+
mask: "url(#path-1-inside-1)"
|
|
35
|
+
})]
|
|
36
|
+
}));
|
|
37
|
+
};
|
|
38
|
+
export default MoveToIcon;
|
package/lib/MyDevice.js
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
function _objectDestructuringEmpty(t) { if (null == t) throw new TypeError("Cannot destructure " + t); }
|
|
3
|
+
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); }
|
|
4
|
+
var MyDevice = function MyDevice() {
|
|
5
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
6
|
+
props = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
7
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
width: "62",
|
|
9
|
+
height: "62",
|
|
10
|
+
viewBox: "0 0 62 62",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
|
14
|
+
width: "62",
|
|
15
|
+
height: "62",
|
|
16
|
+
rx: "31",
|
|
17
|
+
fill: "#8FB021"
|
|
18
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
19
|
+
d: "M41 19.9805H21C19.8975 19.9805 19 20.8979 19 22.026V36.3444C19 37.4725 19.8975 38.3899 21 38.3899H28.0023C27.9813 39.2057 27.8289 40.5108 27.2568 41.127C27.0469 41.3527 26.8067 41.4581 26.5 41.4581C26.2236 41.4581 26 41.6868 26 41.9695C26 42.2521 26.2236 42.4809 26.5 42.4809H35.5C35.7764 42.4809 36 42.2521 36 41.9695C36 41.6868 35.7764 41.4581 35.5 41.4581C35.1933 41.4581 34.9531 41.3532 34.7441 41.1275C34.1735 40.5143 34.0202 39.2074 33.9984 38.3899H41C42.1026 38.3899 43 37.4725 43 36.3444V22.026C43 20.8979 42.1025 19.9805 41 19.9805ZM31 37.3701C30.4473 37.3701 29.9971 36.9096 29.9971 36.3443C29.9971 35.779 30.4473 35.3186 31 35.3186C31.5527 35.3186 32.0029 35.779 32.0029 36.3443C32.0029 36.9096 31.5527 37.3701 31 37.3701ZM21 34.2989V22.026H41L41.0009 34.2989H21Z",
|
|
20
|
+
fill: "white"
|
|
21
|
+
})]
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
export default MyDevice;
|
|
@@ -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 NewFolderIcon = function NewFolderIcon(_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
|
+
width: "16",
|
|
17
|
+
height: "14",
|
|
18
|
+
viewBox: "0 0 16 14",
|
|
19
|
+
className: "filerobot-c-icon"
|
|
20
|
+
}, props), {}, {
|
|
21
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
22
|
+
d: "M15.6646 2.28029H6.80922L6.47379 1.44171C6.07128 0.502511 5.53459 0.60314 5.33333 0.60314H0.33543C0.167715 0.60314 0 0.770855 0 0.93857V13.2153C0 13.383 0.167715 13.5507 0.33543 13.5507H15.6646C15.8323 13.5507 16 13.383 16 13.2153V2.61572C16 2.448 15.8323 2.28029 15.6646 2.28029ZM14.1216 8.58637H11.8071V11.0015H10.7338V8.58637H8.41929V7.54654H10.7338V5.13144H11.8071V7.54654H14.1216V8.58637Z",
|
|
23
|
+
fill: color
|
|
24
|
+
})
|
|
25
|
+
}));
|
|
26
|
+
};
|
|
27
|
+
export default NewFolderIcon;
|