@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/NextIcon.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 } 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 NextIcon = function NextIcon() {
|
|
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: "14",
|
|
18
|
+
height: "25",
|
|
19
|
+
viewBox: "0 0 14 25"
|
|
20
|
+
}, props), {}, {
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M1 1.22681L12.25 12.0601L1 23.7268",
|
|
25
|
+
stroke: color,
|
|
26
|
+
strokeWidth: "2",
|
|
27
|
+
strokeLinecap: "round",
|
|
28
|
+
strokeLinejoin: "round"
|
|
29
|
+
})
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export default NextIcon;
|
package/lib/NoAccess.js
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
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 NoAccess = function NoAccess() {
|
|
6
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
7
|
+
_ref$color = _ref.color,
|
|
8
|
+
color = _ref$color === void 0 ? '#DFE7ED' : _ref$color,
|
|
9
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
10
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
11
|
+
width: "150",
|
|
12
|
+
height: "60",
|
|
13
|
+
viewBox: "0 0 150 60",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
17
|
+
d: "M138.208 9.5918C137.426 9.5918 136.792 10.2254 136.792 11.0069C136.792 11.7884 137.426 12.422 138.208 12.422H148.585C149.366 12.422 150 11.7884 150 11.0069C150 10.2254 149.366 9.5918 148.585 9.5918H138.208Z",
|
|
18
|
+
fill: color
|
|
19
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
20
|
+
d: "M126.415 21.384C126.415 20.6024 127.048 19.9689 127.83 19.9689H143.868C144.649 19.9689 145.283 20.6024 145.283 21.384C145.283 22.1655 144.649 22.7991 143.868 22.7991H127.83C127.048 22.7991 126.415 22.1655 126.415 21.384Z",
|
|
21
|
+
fill: color
|
|
22
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M9.43384 49.6861C9.43384 48.9046 10.0674 48.271 10.8489 48.271H21.2263C22.0078 48.271 22.6414 48.9046 22.6414 49.6861C22.6414 50.4676 22.0078 51.1012 21.2263 51.1012H10.8489C10.0674 51.1012 9.43384 50.4676 9.43384 49.6861Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M0 39.3084C0 38.5269 0.633563 37.8933 1.4151 37.8933H17.4528C18.2343 37.8933 18.8679 38.5269 18.8679 39.3084C18.8679 40.0899 18.2343 40.7235 17.4528 40.7235H1.4151C0.633563 40.7235 0 40.0899 0 39.3084Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M101.442 8.39731C101.335 7.62371 100.778 6.98737 100.026 6.77821L75.9105 0.0717652C75.5667 -0.0239217 75.2036 -0.0239217 74.8595 0.0717652L50.7443 6.77821C49.9919 6.98737 49.4353 7.62345 49.3276 8.39731C49.1877 9.40307 45.9969 33.1669 54.1812 44.9887C62.3559 56.7963 74.4154 59.8222 74.9246 59.9454C75.076 59.982 75.2303 60 75.385 60C75.5398 60 75.6941 59.9817 75.8454 59.9454C76.355 59.8222 88.4144 56.7963 96.5888 44.9887C104.773 33.1671 101.582 9.40333 101.442 8.39731ZM90.9362 22.2709L74.4872 38.7199C74.1045 39.1026 73.6025 39.2942 73.1008 39.2942C72.5991 39.2942 72.0972 39.1029 71.7144 38.7199L61.5442 28.5496C61.1763 28.182 60.9698 27.6832 60.9698 27.1632C60.9698 26.6432 61.1766 26.1444 61.5442 25.7768L63.5635 23.7574C64.3293 22.9919 65.5708 22.9917 66.3363 23.7574L73.1008 30.5219L86.1441 17.4784C86.5116 17.1106 87.0105 16.904 87.5305 16.904C88.0505 16.904 88.5493 17.1106 88.9169 17.4784L90.9362 19.4978C91.702 20.2635 91.702 21.5051 90.9362 22.2709Z",
|
|
30
|
+
fill: color
|
|
31
|
+
})]
|
|
32
|
+
});
|
|
33
|
+
};
|
|
34
|
+
export default NoAccess;
|
package/lib/NoAssets.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
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 NoAssets = function NoAssets() {
|
|
6
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
7
|
+
_ref$color = _ref.color,
|
|
8
|
+
color = _ref$color === void 0 ? '#DFE7ED' : _ref$color,
|
|
9
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
10
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
11
|
+
width: "150",
|
|
12
|
+
height: "61",
|
|
13
|
+
viewBox: "0 0 150 61",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M101.129 59.3435L85.1852 45.7287C79.8186 50.0359 72.8682 52.089 65.9814 51.2997C51.818 49.6764 41.5621 36.9726 43.165 23.0371C44.7679 9.10173 57.6413 -0.951307 71.8047 0.671968C85.9681 2.29524 96.224 14.9991 94.6211 28.9345C94.077 33.6649 92.2629 37.9907 89.3382 41.671L105.743 55.8568C106.204 56.4278 106.375 57.2246 106.287 57.9917C106.199 58.7588 105.866 59.3683 105.272 59.9479C104.694 60.3998 103.885 60.5661 103.105 60.4767C102.325 60.3874 101.575 60.0423 101.129 59.3435ZM48.4925 23.6477C47.2279 34.6427 55.2943 44.6345 66.4691 45.9152C77.6439 47.196 87.769 39.2891 89.0337 28.2942C90.2983 17.2993 82.232 7.30744 71.0572 6.02669C60.027 4.63298 49.7572 12.6528 48.4925 23.6477Z",
|
|
20
|
+
fill: color
|
|
21
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
22
|
+
d: "M55.1047 27.1027C69.8656 41.9918 81.6646 28.7248 83.015 27.0951C83.052 27.0506 83.0719 26.9947 83.0714 26.9372C83.0709 26.8797 83.05 26.8241 83.0123 26.7803C70.1643 11.7406 56.7092 25.0642 55.1003 26.7628C55.0565 26.8091 55.0325 26.8703 55.0334 26.9336C55.0342 26.9969 55.0597 27.0575 55.1047 27.1027ZM69.1815 32.876C65.7295 32.876 62.9311 30.2062 62.9311 26.9128C62.9311 23.6194 65.7306 20.9496 69.1815 20.9496C72.6324 20.9496 75.4319 23.6194 75.4319 26.9128C75.4319 30.2062 72.6346 32.876 69.1815 32.876Z",
|
|
23
|
+
fill: color
|
|
24
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
25
|
+
d: "M69.2371 30.319C71.1672 30.319 72.7318 28.8139 72.7318 26.9573C72.7318 25.1007 71.1672 23.5956 69.2371 23.5956C67.3071 23.5956 65.7425 25.1007 65.7425 26.9573C65.7425 28.8139 67.3071 30.319 69.2371 30.319Z",
|
|
26
|
+
fill: color
|
|
27
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
28
|
+
d: "M138.208 9.5C137.426 9.5 136.792 10.1336 136.792 10.9151C136.792 11.6966 137.426 12.3302 138.208 12.3302H148.585C149.366 12.3302 150 11.6966 150 10.9151C150 10.1336 149.366 9.5 148.585 9.5H138.208Z",
|
|
29
|
+
fill: color
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
31
|
+
d: "M126.415 21.2922C126.415 20.5107 127.048 19.8771 127.83 19.8771H143.868C144.649 19.8771 145.283 20.5107 145.283 21.2922C145.283 22.0737 144.649 22.7073 143.868 22.7073H127.83C127.048 22.7073 126.415 22.0737 126.415 21.2922Z",
|
|
32
|
+
fill: color
|
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
+
d: "M9.43384 49.5943C9.43384 48.8128 10.0674 48.1792 10.8489 48.1792H21.2263C22.0078 48.1792 22.6414 48.8128 22.6414 49.5943C22.6414 50.3759 22.0078 51.0094 21.2263 51.0094H10.8489C10.0674 51.0094 9.43384 50.3759 9.43384 49.5943Z",
|
|
35
|
+
fill: color
|
|
36
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
37
|
+
d: "M0 39.2166C0 38.4351 0.633563 37.8015 1.4151 37.8015H17.4528C18.2343 37.8015 18.8679 38.4351 18.8679 39.2166C18.8679 39.9981 18.2343 40.6317 17.4528 40.6317H1.4151C0.633563 40.6317 0 39.9981 0 39.2166Z",
|
|
38
|
+
fill: color
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
export default NoAssets;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 NoResults2 = function NoResults2() {
|
|
6
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
7
|
+
_ref$color = _ref.color,
|
|
8
|
+
color = _ref$color === void 0 ? '#DFE7ED' : _ref$color,
|
|
9
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
10
|
+
return /*#__PURE__*/_jsxs("svg", {
|
|
11
|
+
width: "150",
|
|
12
|
+
height: "60",
|
|
13
|
+
viewBox: "0 0 150 60",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
17
|
+
d: "M73.5886 32.0615C74.2137 32.6902 75.2272 32.6902 75.8524 32.0615C76.4775 31.4328 76.4775 30.4135 75.8524 29.7849L71.2988 25.2054L76.0408 20.4311C76.6656 19.8021 76.6656 18.7822 76.0408 18.1532C75.416 17.5242 74.4031 17.5242 73.7783 18.1532L69.035 22.9288L64.3836 18.251C63.7585 17.6223 62.7449 17.6223 62.1198 18.251C61.4947 18.8796 61.4947 19.8989 62.1198 20.5276L66.7724 25.2067L62.3159 29.6934C61.6912 30.3225 61.6912 31.3423 62.3159 31.9713C62.9407 32.6004 63.9537 32.6004 64.5785 31.9713L69.0362 27.4833L73.5886 32.0615Z",
|
|
18
|
+
fill: color
|
|
19
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M101.129 58.8435L85.1852 45.2287C79.8186 49.5359 72.8682 51.589 65.9814 50.7997C51.818 49.1764 41.5621 36.4726 43.165 22.5371C44.7679 8.60173 57.6413 -1.45131 71.8047 0.171968C85.9681 1.79524 96.2239 14.4991 94.6211 28.4345C94.077 33.1649 92.2629 37.4907 89.3382 41.171L105.743 55.3568C106.204 55.9278 106.375 56.7246 106.287 57.4917C106.199 58.2588 105.866 58.8683 105.272 59.4479C104.694 59.8998 103.885 60.0661 103.105 59.9767C102.325 59.8874 101.575 59.5423 101.129 58.8435ZM48.4925 23.1477C47.2279 34.1427 55.2943 44.1345 66.4691 45.4152C77.6439 46.696 87.769 38.7891 89.0337 27.7942C90.2983 16.7993 82.2319 6.80744 71.0572 5.52669C60.027 4.13298 49.7572 12.1528 48.4925 23.1477Z",
|
|
23
|
+
fill: color
|
|
24
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
25
|
+
d: "M138.208 9.5918C137.426 9.5918 136.792 10.2254 136.792 11.0069C136.792 11.7884 137.426 12.422 138.208 12.422H148.585C149.366 12.422 150 11.7884 150 11.0069C150 10.2254 149.366 9.5918 148.585 9.5918H138.208Z",
|
|
26
|
+
fill: color
|
|
27
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
28
|
+
d: "M126.415 21.384C126.415 20.6024 127.048 19.9689 127.83 19.9689H143.868C144.649 19.9689 145.283 20.6024 145.283 21.384C145.283 22.1655 144.649 22.7991 143.868 22.7991H127.83C127.048 22.7991 126.415 22.1655 126.415 21.384Z",
|
|
29
|
+
fill: color
|
|
30
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
31
|
+
d: "M9.43384 49.6861C9.43384 48.9046 10.0674 48.271 10.8489 48.271H21.2263C22.0078 48.271 22.6414 48.9046 22.6414 49.6861C22.6414 50.4676 22.0078 51.1012 21.2263 51.1012H10.8489C10.0674 51.1012 9.43384 50.4676 9.43384 49.6861Z",
|
|
32
|
+
fill: color
|
|
33
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
34
|
+
d: "M0 39.3084C0 38.5269 0.633563 37.8933 1.4151 37.8933H17.4528C18.2343 37.8933 18.8679 38.5269 18.8679 39.3084C18.8679 40.0899 18.2343 40.7235 17.4528 40.7235H1.4151C0.633563 40.7235 0 40.0899 0 39.3084Z",
|
|
35
|
+
fill: color
|
|
36
|
+
})]
|
|
37
|
+
});
|
|
38
|
+
};
|
|
39
|
+
export default NoResults2;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 OneDriveIcon = function OneDriveIcon() {
|
|
11
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
12
|
+
props = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
13
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
14
|
+
focusable: "false",
|
|
15
|
+
width: "32",
|
|
16
|
+
height: "32",
|
|
17
|
+
viewBox: "0 0 32 32"
|
|
18
|
+
}, props), {}, {
|
|
19
|
+
children: /*#__PURE__*/_jsxs("g", {
|
|
20
|
+
fill: "none",
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
|
23
|
+
width: "32",
|
|
24
|
+
height: "32",
|
|
25
|
+
rx: "16",
|
|
26
|
+
fill: "#2864BA"
|
|
27
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
28
|
+
fill: "#FFF",
|
|
29
|
+
fillRule: "nonzero",
|
|
30
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
31
|
+
d: "M24.157 22s1.492-.205 1.79-1.655a2.624 2.624 0 0 0 .03-.878c-.22-1.64-1.988-2.01-1.988-2.01s.307-1.765-1.312-2.69c-1.62-.925-3.1 0-3.1 0S18.711 13 16.366 13c-3.016 0-3.519 3.448-3.519 3.448S10 16.618 10 19.14c0 2.523 2.597 2.86 2.597 2.86h11.56z"
|
|
32
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
33
|
+
d: "M9.421 19.246c0-2.197 1.606-3.159 2.871-3.472.44-1.477 1.654-3.439 4.135-3.439H16.445c1.721 0 2.79.823 3.368 1.476a3.99 3.99 0 0 1 1.147-.171h.01l.03.002C21.017 13.5 20.691 10 16.757 10c-2.69 0-3.639 2.345-3.639 2.345s-1.95-1.482-3.955.567c-1.028 1.052-.79 2.669-.79 2.669S6 15.824 6 18.412C6 20.757 8.452 21 8.452 21h1.372a3.77 3.77 0 0 1-.403-1.754z"
|
|
34
|
+
})]
|
|
35
|
+
})]
|
|
36
|
+
})
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
export default OneDriveIcon;
|
|
@@ -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 OpenLinkIcon = function OpenLinkIcon(_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 12 12",
|
|
19
|
+
fill: "none",
|
|
20
|
+
className: "filerobot-c-icon"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M11.4456 0H7.9322C7.62601 0 7.37784 0.2538 7.37784 0.566941C7.37784 0.880081 7.62601 1.13388 7.9322 1.13388H10.1073L4.79154 6.57021C4.57503 6.79164 4.57503 7.15057 4.79154 7.37199C4.89983 7.48267 5.04169 7.53804 5.18354 7.53804C5.3254 7.53804 5.46725 7.48267 5.57554 7.37199L10.8913 1.93566V4.16015C10.8913 4.47329 11.1394 4.72709 11.4456 4.72709C11.7518 4.72709 12 4.47329 12 4.16015V0.567004C12 0.2538 11.7518 0 11.4456 0Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M9.17781 4.72703C8.87161 4.72703 8.62344 4.98083 8.62344 5.29397V10.8661H1.10873V3.18092H6.88508C7.19127 3.18092 7.43945 2.92712 7.43945 2.61398C7.43945 2.30084 7.19127 2.04704 6.88508 2.04704H0.554364C0.24817 2.04704 0 2.30084 0 2.61398V11.4331C0 11.7462 0.24817 12 0.554364 12H9.17781C9.484 12 9.73217 11.7462 9.73217 11.4331V5.29397C9.73217 4.98083 9.484 4.72703 9.17781 4.72703Z",
|
|
27
|
+
fill: color
|
|
28
|
+
})]
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
export default OpenLinkIcon;
|
|
@@ -0,0 +1,44 @@
|
|
|
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 OrganisationIcon = function OrganisationIcon() {
|
|
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: "M3.17726 3.94453C4.26646 3.94453 5.14942 3.06152 5.14942 1.97226C5.14942 0.883013 4.26646 0 3.17726 0C2.08807 0 1.2051 0.883013 1.2051 1.97226C1.2051 3.06152 2.08807 3.94453 3.17726 3.94453Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M0.977971 10.8556H1.17356V14.7675C1.17356 15.3055 1.61365 15.7455 2.15154 15.7455H4.20527C4.74316 15.7455 5.18324 15.3055 5.18324 14.7675V14.5395C5.00395 14.197 4.88985 13.806 4.88985 13.3985V8.28038C4.88985 7.28609 5.49293 6.42221 6.35681 6.04732V5.65613C6.35681 5.11824 5.91672 4.67814 5.37884 4.67814H0.977971C0.440087 4.67814 0 5.11824 0 5.65613V9.87774C0 10.4156 0.423787 10.8556 0.977971 10.8556Z",
|
|
28
|
+
fill: color
|
|
29
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
30
|
+
d: "M16.837 3.94453C17.9263 3.94453 18.8093 3.06152 18.8093 1.97226C18.8093 0.883013 17.9263 0 16.837 0C15.7478 0 14.8648 0.883013 14.8648 1.97226C14.8648 3.06152 15.7478 3.94453 16.837 3.94453Z",
|
|
31
|
+
fill: color
|
|
32
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
33
|
+
d: "M13.6432 5.63965V6.03085C14.5072 6.40574 15.1101 7.26962 15.1101 8.2639V13.3657C15.1101 13.7732 15.0124 14.1644 14.8169 14.5067V14.7349C14.8169 15.2728 15.2568 15.7129 15.7949 15.7129H17.8486C18.3865 15.7129 18.8266 15.2728 18.8266 14.7349V10.823H19.022C19.5601 10.823 20 10.3829 20 9.84498V5.63965C20 5.10176 19.5601 4.66167 19.022 4.66167H14.6212C14.0834 4.66167 13.6432 5.1016 13.6432 5.63965Z",
|
|
34
|
+
fill: color
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M6.37414 8.28014V13.3982C6.37414 13.9361 6.81423 14.3762 7.35211 14.3762H7.727V18.989C7.727 19.5269 8.16708 19.967 8.70496 19.967H11.3292C11.8671 19.967 12.3071 19.5269 12.3071 18.989V14.3599H12.682C13.2199 14.3599 13.66 13.92 13.66 13.3819V8.28031C13.66 7.74242 13.2199 7.30233 12.682 7.30233H7.35211C6.79793 7.30216 6.37414 7.74242 6.37414 8.28014Z",
|
|
37
|
+
fill: color
|
|
38
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
39
|
+
d: "M10.0086 6.48707C11.2598 6.48707 12.2742 5.47269 12.2742 4.22141C12.2742 2.97012 11.2598 1.95575 10.0086 1.95575C8.75736 1.95575 7.74304 2.97012 7.74304 4.22141C7.74304 5.47269 8.75736 6.48707 10.0086 6.48707Z",
|
|
40
|
+
fill: color
|
|
41
|
+
})]
|
|
42
|
+
}));
|
|
43
|
+
};
|
|
44
|
+
export default OrganisationIcon;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color"];
|
|
3
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
var LandscapeOrientationIcon = function LandscapeOrientationIcon(_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: "20",
|
|
17
|
+
height: "17",
|
|
18
|
+
viewBox: "0 0 20 17",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M20 1.78205V14.9017C20 15.6282 19.4444 16.1838 18.7179 16.1838H1.28205C0.555556 16.1838 0 15.6282 0 14.9017V1.78205C0 1.05556 0.555556 0.5 1.28205 0.5H18.7179C19.4444 0.5 20 1.05556 20 1.78205ZM0.854701 14.859C0.854701 15.1154 1.02564 15.2863 1.28205 15.2863H18.7179C18.9744 15.2863 19.1453 15.1154 19.1453 14.859V1.78205C19.1453 1.52564 18.9744 1.3547 18.7179 1.3547H1.28205C1.02564 1.3547 0.854701 1.52564 0.854701 1.78205V14.859Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M1.45299 8.32051L2.30769 7.33761L3.16239 6.39744V10.2436L2.30769 9.30342L1.45299 8.32051Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M18.3761 8.32051L17.5641 9.30342L16.7094 10.2436V6.39744L17.5641 7.33761L18.3761 8.32051Z",
|
|
30
|
+
fill: color
|
|
31
|
+
})]
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
export default LandscapeOrientationIcon;
|
|
@@ -0,0 +1,42 @@
|
|
|
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 OrientationIcon = function OrientationIcon(_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: "20",
|
|
17
|
+
height: "17",
|
|
18
|
+
viewBox: "0 0 20 17",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M18.1657 2.13432L18.2505 3.35054L18.3071 4.53848L15.7615 1.9929L16.9495 2.04946L18.1657 2.13432Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M2.47279 14.4759L2.35966 13.2879L2.30309 12.1L4.84867 14.6456L3.66073 14.589L2.47279 14.4759Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M3.23632 2.21532L2.04838 2.32845L1.93524 3.51639L1.87867 4.70433L4.42426 2.15875L3.23632 2.21532Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M17.9759 14.8759L16.7879 14.989L15.6 15.0456L18.1456 12.5L18.089 13.6879L17.9759 14.8759Z",
|
|
33
|
+
fill: color
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M0 2.1C0 1.21634 0.716344 0.5 1.6 0.5H18.4C19.2837 0.5 20 1.21634 20 2.1V14.9C20 15.7837 19.2837 16.5 18.4 16.5H1.6C0.716344 16.5 0 15.7837 0 14.9V2.1ZM1.6 1.3H18.4C18.8418 1.3 19.2 1.65817 19.2 2.1V14.9C19.2 15.3418 18.8418 15.7 18.4 15.7H1.6C1.15817 15.7 0.8 15.3418 0.8 14.9V2.1C0.8 1.65817 1.15817 1.3 1.6 1.3Z",
|
|
38
|
+
fill: color
|
|
39
|
+
})]
|
|
40
|
+
}));
|
|
41
|
+
};
|
|
42
|
+
export default OrientationIcon;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color"];
|
|
3
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
var PanoramaOrientationIcon = function PanoramaOrientationIcon(_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: "20",
|
|
17
|
+
height: "11",
|
|
18
|
+
viewBox: "0 0 20 11",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M20 1.58204V9.06067C20 9.78717 19.4444 10.3427 18.7179 10.3427H1.28205C0.555556 10.3427 0 9.78717 0 9.06067V1.58204C0 0.855544 0.555556 0.299988 1.28205 0.299988H18.7179C19.4444 0.299988 20 0.898279 20 1.58204ZM0.854701 9.10341C0.854701 9.35982 1.02564 9.53076 1.28205 9.53076H18.7179C18.9744 9.53076 19.1453 9.35982 19.1453 9.10341V1.58204C19.1453 1.32563 18.9744 1.15469 18.7179 1.15469H1.28205C1.02564 1.15469 0.854701 1.32563 0.854701 1.58204V9.10341Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M1.45299 5.34272L2.30769 4.35982L3.16239 3.41965V7.2658L2.30769 6.32563L1.45299 5.34272Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M18.3761 5.34272L17.5641 6.32563L16.7094 7.2658V3.41965L17.5641 4.35982L18.3761 5.34272Z",
|
|
30
|
+
fill: color
|
|
31
|
+
})]
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
export default PanoramaOrientationIcon;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color"];
|
|
3
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
var PortraitOrientationIcon = function PortraitOrientationIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
width: "16",
|
|
17
|
+
height: "21",
|
|
18
|
+
viewBox: "0 0 16 21",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M14.3284 20.5H1.27932C0.554371 20.5 0 19.9456 0 19.2207V1.77932C0 1.05437 0.554371 0.5 1.27932 0.5H14.371C15.0959 0.5 15.6503 1.05437 15.6503 1.77932V19.178C15.6077 19.903 15.0533 20.5 14.3284 20.5ZM1.27932 1.35288C1.02345 1.35288 0.852878 1.52345 0.852878 1.77932V19.178C0.852878 19.4339 1.02345 19.6045 1.27932 19.6045H14.371C14.6269 19.6045 14.7974 19.4339 14.7974 19.178V1.77932C14.7974 1.52345 14.6269 1.35288 14.371 1.35288H1.27932Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M7.80384 1.99254L8.78465 2.84542L9.72281 3.65565H5.88486L6.82303 2.84542L7.80384 1.99254Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M7.80384 18.8795L6.82303 18.0267L5.88486 17.2164H9.72281L8.78465 18.0267L7.80384 18.8795Z",
|
|
30
|
+
fill: color
|
|
31
|
+
})]
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
export default PortraitOrientationIcon;
|
|
@@ -0,0 +1,42 @@
|
|
|
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 SquareOrientationIcon = function SquareOrientationIcon(_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: "20",
|
|
17
|
+
height: "21",
|
|
18
|
+
viewBox: "0 0 20 21",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M11.12 2.46L10.2 1.7L9.28 2.46L8.4 3.26H12L11.12 2.46Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M1.2 10.7L1.96 9.78L2.76 8.9V12.5L1.96 11.62L1.2 10.7Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M18.8 10.7L18 11.62L17.2 12.5V8.9L18 9.78L18.8 10.7Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M10.2 19.26L9.28 18.5L8.4 17.7H12L11.12 18.5L10.2 19.26Z",
|
|
33
|
+
fill: color
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
clipRule: "evenodd",
|
|
37
|
+
d: "M0 2.1C0 1.21634 0.716344 0.5 1.6 0.5H18.4C19.2837 0.5 20 1.21634 20 2.1V18.9C20 19.7837 19.2837 20.5 18.4 20.5H1.6C0.716344 20.5 0 19.7837 0 18.9V2.1ZM1.6 1.3H18.4C18.8418 1.3 19.2 1.65817 19.2 2.1V18.9C19.2 19.3418 18.8418 19.7 18.4 19.7H1.6C1.15817 19.7 0.8 19.3418 0.8 18.9V2.1C0.8 1.65817 1.15817 1.3 1.6 1.3Z",
|
|
38
|
+
fill: color
|
|
39
|
+
})]
|
|
40
|
+
}));
|
|
41
|
+
};
|
|
42
|
+
export default SquareOrientationIcon;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { default as OrientationIcon } from './OrientationIcon';
|
|
2
|
+
export { default as SquareOrientationIcon } from './SquareOrientationIcon';
|
|
3
|
+
export { default as PortraitOrientationIcon } from './PortraitOrientationIcon';
|
|
4
|
+
export { default as LandscapeOrientationIcon } from './LandscapeOrientationIcon';
|
|
5
|
+
export { default as PanoramaOrientationIcon } from './PanoramaOrientationIcon';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color"];
|
|
3
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
var PaginationIcon = function PaginationIcon() {
|
|
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: "17",
|
|
18
|
+
height: "16",
|
|
19
|
+
viewBox: "0 0 17 16"
|
|
20
|
+
}, props), {}, {
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M10.6856 2.28499L10.6856 5.92641L5.75038 5.92641L5.75038 10.083L10.6856 10.083L10.6856 13.7244C10.6856 14.105 10.3753 14.4094 10.0007 14.4094L1.30691 14.4094C0.926375 14.4094 0.621949 14.0991 0.621949 13.7244L0.621948 2.28499C0.621948 1.90445 0.932229 1.60003 1.30691 1.60003L10.0007 1.60002C10.3753 1.60002 10.6856 1.90445 10.6856 2.28499Z",
|
|
25
|
+
fill: color,
|
|
26
|
+
fillOpacity: "0.6"
|
|
27
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
28
|
+
d: "M12.4712 11.7983L12.4712 9.9308C12.4712 9.75517 12.3307 9.60881 12.1609 9.60881L6.18946 9.60881L6.18946 6.3889L12.1609 6.3889C12.3307 6.3889 12.4712 6.24254 12.4712 6.06691L12.4712 4.19937L16.6219 8.00471L12.4712 11.7983Z",
|
|
29
|
+
fill: color,
|
|
30
|
+
fillOpacity: "0.6"
|
|
31
|
+
})]
|
|
32
|
+
}));
|
|
33
|
+
};
|
|
34
|
+
export default PaginationIcon;
|
|
@@ -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 PaginationIcon = function PaginationIcon() {
|
|
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: "20",
|
|
19
|
+
viewBox: "0 0 16 20"
|
|
20
|
+
}, props), {}, {
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M14.6429 0H11.4286H1.07143C0.482143 0 0 0.482143 0 1.07143V15.7143V18.9286C0 19.5179 0.482143 20 1.07143 20H4.28571H14.6429C14.8482 20 15.0357 19.942 15.1964 19.8438C15.2411 19.817 15.2812 19.7857 15.3214 19.7545C15.3884 19.7009 15.4464 19.6384 15.5 19.567C15.5312 19.5268 15.558 19.4821 15.5848 19.4375C15.625 19.3616 15.6562 19.2812 15.6786 19.1964C15.692 19.1473 15.7009 19.0938 15.7054 19.0402C15.7098 19.0045 15.7098 18.9688 15.7098 18.9286V4.28571V1.07143C15.7143 0.482143 15.2321 0 14.6429 0Z",
|
|
25
|
+
fill: color
|
|
26
|
+
})
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
export default PaginationIcon;
|
package/lib/PauseIcon.js
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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 PauseIcon = function PauseIcon(_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: "16",
|
|
17
|
+
height: "16",
|
|
18
|
+
viewBox: "0 0 16 16"
|
|
19
|
+
}, props), {}, {
|
|
20
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
21
|
+
d: "M5 4.5h2v7H5v-7zm4 0h2v7H9v-7z",
|
|
22
|
+
fill: color
|
|
23
|
+
})
|
|
24
|
+
}));
|
|
25
|
+
};
|
|
26
|
+
export default PauseIcon;
|