@scaleflex/widget-icons 4.4.0 → 4.5.1
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 +16 -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/NoCollections.js +33 -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 +115 -0
- package/package.json +2 -2
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;
|
|
@@ -0,0 +1,43 @@
|
|
|
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 GroupPeopleIcon = function GroupPeopleIcon(_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: "15",
|
|
18
|
+
viewBox: "0 0 16 15",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M13.666 8.12041H12.4144C12.5497 8.45868 12.6173 8.83077 12.6173 9.23669V13.9048C12.6173 14.0739 12.5835 14.2092 12.5497 14.3783H14.6131C15.3911 14.3783 16 13.7695 16 12.9914V10.4544C16 9.16904 14.9514 8.12041 13.666 8.12041Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M3.31501 9.23669C3.31501 8.8646 3.38266 8.45868 3.51797 8.12041H2.30021C1.0148 8.12041 0 9.16904 0 10.4206V12.9914C0 13.7695 0.60888 14.3783 1.38689 14.3783H3.45032C3.38266 14.243 3.38266 14.0739 3.38266 13.9048V9.23669H3.31501Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M9.40381 6.90265H6.56237C5.27696 6.90265 4.26216 7.95128 4.26216 9.23669V13.9048C4.26216 14.1754 4.46512 14.3783 4.73573 14.3783H11.2643C11.5349 14.3783 11.7378 14.1754 11.7378 13.9048V9.23669C11.704 7.95128 10.6892 6.90265 9.40381 6.90265Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M7.98309 0.780029C6.46089 0.780029 5.2093 2.03162 5.2093 3.55381C5.2093 4.60244 5.78436 5.51576 6.63002 5.98933C7.03594 6.22612 7.50951 6.36142 7.98309 6.36142C8.49049 6.36142 8.93023 6.22612 9.33615 5.98933C10.1818 5.51576 10.7569 4.60244 10.7569 3.55381C10.7569 2.03162 9.50529 0.780029 7.98309 0.780029Z",
|
|
33
|
+
fill: color
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M3.11205 3.38468C1.96195 3.38468 1.04863 4.33183 1.04863 5.44811C1.04863 6.56438 1.99577 7.51153 3.11205 7.51153C3.41649 7.51153 3.6871 7.44388 3.92389 7.3424C4.36364 7.13944 4.7019 6.835 4.93869 6.39525C5.10782 6.09081 5.17548 5.78637 5.17548 5.41428C5.17548 4.298 4.26216 3.38468 3.11205 3.38468Z",
|
|
36
|
+
fill: color
|
|
37
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
38
|
+
d: "M12.8541 3.38468C11.704 3.38468 10.7907 4.33183 10.7907 5.44811C10.7907 5.78637 10.8922 6.12464 11.0275 6.42908C11.2643 6.835 11.6025 7.17326 12.0423 7.37622C12.2791 7.4777 12.5835 7.54536 12.8541 7.54536C14.0042 7.54536 14.9175 6.59821 14.9175 5.48193C14.9175 4.36565 14.0042 3.38468 12.8541 3.38468Z",
|
|
39
|
+
fill: color
|
|
40
|
+
})]
|
|
41
|
+
}));
|
|
42
|
+
};
|
|
43
|
+
export default GroupPeopleIcon;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color"];
|
|
3
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
var NoPeopleIcon = function NoPeopleIcon(_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: "17",
|
|
18
|
+
viewBox: "0 0 16 17",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M9.15332 8.51831L12.0824 11.4474V10.3124C12.0824 9.03089 11.0938 7.96911 9.84897 7.82265L9.15332 8.51831Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M3.99085 10.3124V11.4474L6.91991 8.51831L6.18764 7.82265C4.94279 7.96911 3.99085 9.03089 3.99085 10.3124Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M3.99085 13.6808V15.365C3.99085 15.6579 4.21053 15.8776 4.50343 15.8776H11.5698C11.8627 15.8776 12.0824 15.6579 12.0824 15.365V13.6808L8.05492 9.65332L3.99085 13.6808Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M7.79863 7.16361C7.87185 7.16361 7.94508 7.16361 8.01831 7.16361C8.09153 7.16361 8.16476 7.16361 8.23799 7.16361L10.984 4.41762C10.984 4.34439 10.984 4.27117 10.984 4.19794C10.984 2.55034 9.62929 1.19565 7.98169 1.19565C6.3341 1.19565 4.9794 2.55034 4.9794 4.19794C4.9794 4.27117 4.9794 4.34439 4.9794 4.41762L7.79863 7.16361Z",
|
|
33
|
+
fill: color
|
|
34
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
35
|
+
d: "M8.60412 8.51831L15.8902 1.23227C15.9634 1.15904 16 1.0492 16 0.939359C16 0.82952 15.9634 0.71968 15.8902 0.646453C15.8169 0.573227 15.7071 0.536613 15.5973 0.536613C15.4874 0.536613 15.3776 0.573227 15.3043 0.646453L8.16476 7.78604H7.90847L0.768879 0.646453C0.659039 0.573227 0.549199 0.5 0.439359 0.5C0.32952 0.5 0.21968 0.573227 0.146453 0.646453C0.0366133 0.71968 0 0.82952 0 0.939359C0 1.0492 0.0366133 1.15904 0.10984 1.23227L6.70023 7.78604L7.43249 8.51831L0.146453 15.8043C0.0732266 15.8776 0.0366133 15.9874 0.0366133 16.0973C0.0366133 16.2071 0.0732266 16.3169 0.146453 16.3902C0.21968 16.4634 0.32952 16.5 0.439359 16.5C0.549199 16.5 0.659039 16.4634 0.732265 16.3902L8.01831 9.10412L15.3043 16.3902C15.3776 16.4634 15.4874 16.5 15.5973 16.5C15.7071 16.5 15.8169 16.4634 15.8902 16.3902C15.9634 16.3169 16 16.2071 16 16.0973C16 15.9874 15.9634 15.8776 15.8902 15.8043L8.60412 8.51831Z",
|
|
36
|
+
fill: color
|
|
37
|
+
})]
|
|
38
|
+
}));
|
|
39
|
+
};
|
|
40
|
+
export default NoPeopleIcon;
|
|
@@ -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 OnePersonIcon = function OnePersonIcon(_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: "10",
|
|
17
|
+
height: "17",
|
|
18
|
+
viewBox: "0 0 10 17",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M6.56977 7.70398H3.22649C1.71405 7.70398 0.52002 8.93781 0.52002 10.4502V15.9428C0.52002 16.2612 0.758825 16.5 1.07723 16.5H8.75883C9.07723 16.5 9.31604 16.2612 9.31604 15.9428V10.4502C9.27624 8.93781 8.08221 7.70398 6.56977 7.70398Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M4.89813 0.5C3.10708 0.5 1.63445 1.97264 1.63445 3.76368C1.63445 4.99751 2.31106 6.07214 3.30609 6.62935C3.7837 6.90796 4.34091 7.06716 4.89813 7.06716C5.45534 7.06716 6.01256 6.90796 6.49017 6.62935C7.48519 6.07214 8.16181 4.99751 8.16181 3.76368C8.16181 1.97264 6.68917 0.5 4.89813 0.5Z",
|
|
27
|
+
fill: color
|
|
28
|
+
})]
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
export default OnePersonIcon;
|
|
@@ -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 TwoPeopleIcon = function TwoPeopleIcon(_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: "17",
|
|
18
|
+
viewBox: "0 0 16 17",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M13.5065 8.97458H10.6591C9.37092 8.97458 8.32007 10.0254 8.32007 11.3136V16.0254C8.32007 16.2966 8.52346 16.5 8.79465 16.5H15.3709C15.6421 16.5 15.8455 16.2966 15.8455 16.0254V11.3136C15.8116 10.0254 14.7607 8.97458 13.5065 8.97458Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M12.0489 2.80508C10.4896 2.80508 9.23532 4.05932 9.23532 5.61864C9.23532 6.66949 9.81159 7.58475 10.6591 8.05932C11.0658 8.29661 11.5404 8.4322 12.015 8.4322C12.4896 8.4322 12.9641 8.29661 13.3709 8.05932C14.2184 7.58475 14.7946 6.66949 14.7946 5.61864C14.8624 4.05932 13.6082 2.80508 12.0489 2.80508Z",
|
|
27
|
+
fill: color
|
|
28
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
29
|
+
d: "M5.54041 6.66949H2.65905C1.37092 6.66949 0.320068 7.72034 0.320068 9.00848V13.7203C0.320068 13.9915 0.523458 14.1949 0.794645 14.1949H7.37092C7.6421 14.1949 7.84549 13.9915 7.84549 13.7203V9.00848C7.84549 7.72034 6.79465 6.66949 5.54041 6.66949Z",
|
|
30
|
+
fill: color
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M4.11668 0.5C2.55736 0.5 1.30312 1.75424 1.30312 3.31356C1.30312 4.36441 1.87939 5.27966 2.72685 5.75424C3.13363 5.99153 3.6082 6.12712 4.08278 6.12712C4.59126 6.12712 5.03193 5.99153 5.43871 5.75424C6.28617 5.27966 6.86244 4.36441 6.86244 3.31356C6.89634 1.75424 5.6421 0.5 4.11668 0.5Z",
|
|
33
|
+
fill: color
|
|
34
|
+
})]
|
|
35
|
+
}));
|
|
36
|
+
};
|
|
37
|
+
export default TwoPeopleIcon;
|
|
@@ -0,0 +1,52 @@
|
|
|
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 PixaforgeIcon = function PixaforgeIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#10A387' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
width: "55",
|
|
17
|
+
height: "56",
|
|
18
|
+
viewBox: "0 0 55 56",
|
|
19
|
+
focusable: "false",
|
|
20
|
+
"aria-hidden": "true",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
23
|
+
}, props), {}, {
|
|
24
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
|
25
|
+
y: "0.5",
|
|
26
|
+
width: "55",
|
|
27
|
+
height: "55",
|
|
28
|
+
rx: "27.5",
|
|
29
|
+
fill: color
|
|
30
|
+
}), /*#__PURE__*/_jsxs("g", {
|
|
31
|
+
clipPath: "url(#clip0)",
|
|
32
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
33
|
+
d: "M36.7082 18.4926H15.5338C15.2669 18.4926 15 18.7684 15 19.0441V40C15 40.3676 15.2669 40.5515 15.5338 40.5515H36.7082C37.0641 40.5515 37.242 40.3676 37.242 40V19.0441C37.242 18.7684 37.0641 18.4926 36.7082 18.4926ZM32.8826 22.0772C33.9502 22.0772 34.75 23.0404 34.75 24.0515C34.75 25.1544 33.8612 25.8015 32.8826 25.8015C31.9039 25.8015 31 25.0625 31 24.0515C30.911 22.9485 31.8149 22.0772 32.8826 22.0772ZM15.9786 38.4375C16.0676 38.3456 22.1174 30.9926 23.274 29.4301C23.363 29.2463 23.6299 29.2463 23.7189 29.4301L29.8577 37.2426L32.5267 34.2095C32.7046 34.0257 32.8826 34.1176 32.9715 34.2095L36.2633 38.4375H15.9786Z",
|
|
34
|
+
fill: "#F8FAFB"
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M39.4582 15.5H18.3728C18.0169 15.5 17.75 15.6838 17.75 16.0515V17.6465H18.75V16.6029H38.8446V35H38.1237V37.5588H39.4582C39.8141 37.5588 39.992 37.375 39.992 37.0074V16.0515C39.992 15.6838 39.8141 15.5 39.4582 15.5Z",
|
|
37
|
+
fill: "#F8FAFB"
|
|
38
|
+
})]
|
|
39
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
40
|
+
children: /*#__PURE__*/_jsx("clipPath", {
|
|
41
|
+
id: "clip0",
|
|
42
|
+
children: /*#__PURE__*/_jsx("rect", {
|
|
43
|
+
width: "25",
|
|
44
|
+
height: "25",
|
|
45
|
+
fill: "white",
|
|
46
|
+
transform: "translate(15 15.5)"
|
|
47
|
+
})
|
|
48
|
+
})
|
|
49
|
+
})]
|
|
50
|
+
}));
|
|
51
|
+
};
|
|
52
|
+
export default PixaforgeIcon;
|
package/lib/PlayIcon.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 PlayIcon = function PlayIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#fff' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
16
|
+
width: "10",
|
|
17
|
+
height: "12",
|
|
18
|
+
viewBox: "0 0 10 12",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M9.28804 4.88569L2.62251 0.322494C2.31468 0.11161 2.00453 0 1.74672 0C1.24831 0 0.940002 0.40001 0.940002 1.06957V10.932C0.940002 11.6008 1.24793 12 1.74517 12C2.00336 12 2.30856 11.8883 2.61707 11.6768L9.28571 7.11372C9.71457 6.81979 9.95207 6.42424 9.95207 5.99946C9.95217 5.57498 9.71739 5.17953 9.28804 4.88569Z",
|
|
24
|
+
fill: color
|
|
25
|
+
})
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
export default PlayIcon;
|
|
@@ -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 PlusFolderIcon = function PlusFolderIcon(_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: "26",
|
|
17
|
+
height: "21",
|
|
18
|
+
viewBox: "0 0 26 21",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M24.9759 2.62544H11.1394L10.6153 1.31517C9.98637 -0.152336 9.1478 0.00489651 8.83333 0.00489651H1.02411C0.762055 0.00489651 0.5 0.266951 0.5 0.529006V19.7114C0.5 19.9734 0.762055 20.2355 1.02411 20.2355H24.9759C25.2379 20.2355 25.5 19.9734 25.5 19.7114V3.14955C25.5 2.8875 25.2379 2.62544 24.9759 2.62544ZM22.565 12.4787H18.9486V16.2523H17.2715V12.4787H13.6551V10.854H17.2715V7.08037H18.9486V10.854H22.565V12.4787Z",
|
|
24
|
+
fill: color
|
|
25
|
+
})
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
export default PlusFolderIcon;
|
package/lib/PlusIcon.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 PlusIcon = function PlusIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
16
|
+
width: "12",
|
|
17
|
+
height: "12",
|
|
18
|
+
viewBox: "0 0 12 12",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M11.3999 5.39998H6.60002V0.599962C6.60002 0.268835 6.33118 0 5.99995 0C5.66882 0 5.39998 0.268835 5.39998 0.599962V5.39998H0.599962C0.268835 5.39998 0 5.66882 0 5.99995C0 6.33118 0.268835 6.60002 0.599962 6.60002H5.39998V11.3999C5.39998 11.7312 5.66882 12 5.99995 12C6.33118 12 6.60002 11.7312 6.60002 11.3999V6.60002H11.3999C11.7312 6.60002 12 6.33118 12 5.99995C12 5.66882 11.7312 5.39998 11.3999 5.39998Z",
|
|
24
|
+
fill: color
|
|
25
|
+
})
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
export default PlusIcon;
|
package/lib/PrevIcon.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
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 PrevIcon = function PrevIcon() {
|
|
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
|
+
style: {
|
|
22
|
+
transform: 'rotate(180deg)'
|
|
23
|
+
},
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
26
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M1 1.22681L12.25 12.0601L1 23.7268",
|
|
28
|
+
stroke: color,
|
|
29
|
+
strokeWidth: "2",
|
|
30
|
+
strokeLinecap: "round",
|
|
31
|
+
strokeLinejoin: "round"
|
|
32
|
+
})
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
35
|
+
export default PrevIcon;
|
|
@@ -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 PreviewIcon = function PreviewIcon(_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: "12",
|
|
18
|
+
viewBox: "0 0 16 12",
|
|
19
|
+
fill: "none",
|
|
20
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
21
|
+
className: "filerobot-c-icon"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M7.98748 3.45069C6.5519 3.45069 5.4168 4.61918 5.4168 6.02137C5.4168 7.42356 6.58529 8.59206 7.98748 8.59206C9.38967 8.59206 10.5582 7.42356 10.5582 6.02137C10.5582 4.61918 9.42306 3.45069 7.98748 3.45069ZM7.78717 5.28689C7.45331 5.28689 7.18623 5.55397 7.18623 5.88783H6.31821C6.35159 5.08658 6.98591 4.45225 7.75378 4.45225V5.28689H7.78717Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M15.7997 5.52059C14.9317 4.41887 11.8268 0.880005 7.98748 0.880005C4.14815 0.880005 1.0433 4.41887 0.175274 5.52059C-0.0584246 5.82106 -0.0584246 6.25507 0.175274 6.58893C1.0433 7.65726 4.14815 11.1961 7.98748 11.1961C11.8268 11.1961 14.9317 7.65726 15.7997 6.55554C16.0668 6.25507 16.0668 5.82106 15.7997 5.52059ZM7.98748 9.76055C5.91758 9.76055 4.2483 8.09127 4.2483 6.02137C4.2483 3.95147 5.91758 2.31558 7.98748 2.31558C10.0574 2.31558 11.7267 3.98486 11.7267 6.05476C11.7267 8.12466 10.0574 9.76055 7.98748 9.76055Z",
|
|
28
|
+
fill: color
|
|
29
|
+
})]
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export default PreviewIcon;
|
|
@@ -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 PrivateIcon = function PrivateIcon() {
|
|
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
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M14.9833 7.5H13.7333V5.83333C13.7333 2.625 11.1083 0 7.89999 0C4.69166 0 2.06666 2.625 2.06666 5.83333V7.5H0.816661C0.566661 7.5 0.399994 7.66667 0.399994 7.91667V18.3333C0.399994 19.25 1.14999 20 2.06666 20H13.7333C14.65 20 15.4 19.25 15.4 18.3333V7.91667C15.4 7.66667 15.2333 7.5 14.9833 7.5ZM9.14999 16.2083C9.14999 16.3333 9.10833 16.4583 9.06666 16.5417C8.98333 16.625 8.85833 16.6667 8.73333 16.6667H7.06666C6.94166 16.6667 6.81666 16.625 6.77499 16.5417C6.73333 16.4583 6.64999 16.3333 6.64999 16.2083L6.89999 13.8333C6.48333 13.5417 6.23333 13.0417 6.23333 12.5C6.23333 11.5833 6.98333 10.8333 7.89999 10.8333C8.81666 10.8333 9.56666 11.5833 9.56666 12.5C9.56666 13.0417 9.31666 13.5417 8.89999 13.8333L9.14999 16.2083ZM11.2333 7.5H4.56666V5.83333C4.56666 4 6.06666 2.5 7.89999 2.5C9.73333 2.5 11.2333 4 11.2333 5.83333V7.5Z",
|
|
25
|
+
fill: color
|
|
26
|
+
})
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
export default PrivateIcon;
|
|
@@ -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 PropertiesIcon = function PropertiesIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#778285' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
16
|
+
width: "16",
|
|
17
|
+
height: "16",
|
|
18
|
+
viewBox: "0 0 16 16",
|
|
19
|
+
fill: "none",
|
|
20
|
+
className: "filerobot-c-icon"
|
|
21
|
+
}, props), {}, {
|
|
22
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M15.2667 6.53334L13.8333 6.23334C13.7 5.83333 13.5667 5.46667 13.3667 5.1L14.5667 3.3L12.7 1.43333L10.9 2.63333C10.5333 2.43333 10.1667 2.3 9.76667 2.16667L9.33333 0H8H6.66667L6.23334 2.16667C5.83334 2.3 5.46667 2.43333 5.1 2.63333L3.3 1.43333L1.43333 3.3L2.63334 5.1C2.43334 5.46667 2.3 5.83333 2.16667 6.23334L0 6.66667V9.3L2.16667 9.73334C2.3 10.1333 2.43334 10.5 2.63334 10.8667L1.43333 12.6667L3.3 14.5333L5.1 13.3333C5.46667 13.5333 5.83334 13.6667 6.23334 13.8L6.66667 15.9667H8H9.33333L9.76667 13.8C10.1667 13.6667 10.5333 13.5333 10.9 13.3333L12.7 14.5333L14.5667 12.6667L13.3667 10.8667C13.5667 10.5 13.7 10.1333 13.8333 9.73334L16 9.3V6.66667L15.2667 6.53334ZM7.96667 11.2667C6.16667 11.2667 4.7 9.8 4.7 8C4.7 6.2 6.16667 4.73334 7.96667 4.73334C9.76667 4.73334 11.2333 6.2 11.2333 8C11.2667 9.8 9.8 11.2667 7.96667 11.2667Z",
|
|
24
|
+
fill: color
|
|
25
|
+
})
|
|
26
|
+
}));
|
|
27
|
+
};
|
|
28
|
+
export default PropertiesIcon;
|
|
@@ -0,0 +1,74 @@
|
|
|
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 PublicIcon = function PublicIcon() {
|
|
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 9.41667H4.16667C4.20833 7.95833 4.375 6.58333 4.66667 5.33333H1.20833C0.541667 6.58333 0.0833333 7.95833 0 9.41667Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M4.16667 10.625H0C0.0833333 12.0833 0.541667 13.5 1.20833 14.7083H4.66667C4.375 13.4583 4.20833 12.0833 4.16667 10.625Z",
|
|
28
|
+
fill: color
|
|
29
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
30
|
+
d: "M9.41667 9.41667V5.33333H5.875C5.54167 6.58333 5.375 7.95833 5.33333 9.41667H9.41667Z",
|
|
31
|
+
fill: color
|
|
32
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
33
|
+
d: "M9.41667 4.16667V0.041666C8.125 0.416666 7 2.04167 6.25 4.16667H9.41667Z",
|
|
34
|
+
fill: color
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M9.41667 20V15.875H6.25C7 18 8.125 19.6667 9.41667 20Z",
|
|
37
|
+
fill: color
|
|
38
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
39
|
+
d: "M10.5833 0V4.125H13.75C13 2 11.875 0.375 10.5833 0Z",
|
|
40
|
+
fill: color
|
|
41
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
42
|
+
d: "M14.6667 9.41667C14.625 7.95833 14.4167 6.54167 14.125 5.33333H10.5833V9.41667H14.6667Z",
|
|
43
|
+
fill: color
|
|
44
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
45
|
+
d: "M9.41667 10.625H5.33333C5.375 12.0833 5.58333 13.5 5.875 14.7083H9.41667V10.625Z",
|
|
46
|
+
fill: color
|
|
47
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
48
|
+
d: "M15 4.16667H18.0417C16.8333 2.5 15.125 1.125 13.125 0.458333C13.875 1.33333 14.5417 2.70833 15 4.16667Z",
|
|
49
|
+
fill: color
|
|
50
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
51
|
+
d: "M5 15.875H1.95833C3.16667 17.5417 4.875 18.9167 6.875 19.5833C6.125 18.7083 5.45833 17.3333 5 15.875Z",
|
|
52
|
+
fill: color
|
|
53
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
54
|
+
d: "M5 4.16667C5.45833 2.70833 6.125 1.33333 6.875 0.458333C4.875 1.125 3.16667 2.5 1.95833 4.16667H5Z",
|
|
55
|
+
fill: color
|
|
56
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
57
|
+
d: "M15 15.875C14.5417 17.3333 13.875 18.7083 13.125 19.5833C15.125 18.9167 16.8333 17.5417 18.0417 15.875H15Z",
|
|
58
|
+
fill: color
|
|
59
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
60
|
+
d: "M10.5833 10.625V14.7083H14.125C14.4583 13.4583 14.625 12.0833 14.6667 10.625H10.5833Z",
|
|
61
|
+
fill: color
|
|
62
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
63
|
+
d: "M15.3333 5.33333C15.625 6.58333 15.7917 7.95833 15.8333 9.41667H20C19.9167 7.95833 19.4583 6.54167 18.7917 5.33333H15.3333Z",
|
|
64
|
+
fill: color
|
|
65
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
66
|
+
d: "M10.5833 15.875V20C11.875 19.625 13 18 13.75 15.875H10.5833Z",
|
|
67
|
+
fill: color
|
|
68
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
69
|
+
d: "M20 10.625H15.8333C15.7917 12.0833 15.625 13.4583 15.3333 14.7083H18.7917C19.4583 13.4583 19.9167 12.0833 20 10.625Z",
|
|
70
|
+
fill: color
|
|
71
|
+
})]
|
|
72
|
+
}));
|
|
73
|
+
};
|
|
74
|
+
export default PublicIcon;
|
|
@@ -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 QuestionMarkIcon = function QuestionMarkIcon(_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: "M6 0.72C8.904 0.72 11.28 3.096 11.28 6C11.28 8.904 8.904 11.28 6 11.28C3.096 11.28 0.72 8.904 0.72 6C0.72 3.096 3.096 0.72 6 0.72ZM6 0C2.688 0 0 2.688 0 6C0 9.312 2.688 12 6 12C9.312 12 12 9.312 12 6C12 2.688 9.312 0 6 0Z",
|
|
24
|
+
fill: color
|
|
25
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
26
|
+
d: "M5.352 7.392C5.352 6.984 5.4 6.672 5.496 6.432C5.592 6.192 5.784 5.928 6.096 5.64C6.384 5.352 6.576 5.136 6.672 5.016C6.792 4.824 6.864 4.632 6.864 4.416C6.864 4.128 6.792 3.912 6.648 3.768C6.504 3.624 6.288 3.552 6.024 3.552C5.76 3.552 5.544 3.624 5.4 3.768C5.232 3.912 5.16 4.104 5.16 4.368H4.056C4.056 3.816 4.248 3.408 4.608 3.096C4.968 2.784 5.448 2.616 6.048 2.616C6.672 2.616 7.128 2.76 7.488 3.072C7.824 3.384 7.992 3.816 7.992 4.368C7.992 4.872 7.752 5.352 7.296 5.832L6.72 6.384C6.528 6.624 6.408 6.936 6.408 7.392H5.352ZM5.28 8.808C5.28 8.64 5.328 8.472 5.448 8.376C5.568 8.28 5.712 8.208 5.904 8.208C6.096 8.208 6.264 8.256 6.36 8.376C6.456 8.496 6.528 8.64 6.528 8.808C6.528 8.976 6.48 9.12 6.36 9.216C6.24 9.336 6.096 9.384 5.904 9.384C5.712 9.384 5.544 9.336 5.448 9.216C5.328 9.12 5.28 8.976 5.28 8.808Z",
|
|
27
|
+
fill: color
|
|
28
|
+
})]
|
|
29
|
+
}));
|
|
30
|
+
};
|
|
31
|
+
export default QuestionMarkIcon;
|