@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/UrlIcon.js
ADDED
|
@@ -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
|
+
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 UrlIcon = function UrlIcon() {
|
|
12
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
13
|
+
_ref$color = _ref.color,
|
|
14
|
+
color = _ref$color === void 0 ? '#FAA644' : _ref$color,
|
|
15
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
16
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
17
|
+
"aria-hidden": "true",
|
|
18
|
+
focusable: "false",
|
|
19
|
+
width: "32",
|
|
20
|
+
height: "32",
|
|
21
|
+
viewBox: "0 0 32 32"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: /*#__PURE__*/_jsxs("g", {
|
|
24
|
+
fill: "none",
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
|
27
|
+
fill: color,
|
|
28
|
+
width: "32",
|
|
29
|
+
height: "32",
|
|
30
|
+
rx: "16"
|
|
31
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
32
|
+
d: "M22.788 15.389l-2.199 2.19a3.184 3.184 0 0 1-.513.437c-.806.584-1.686.876-2.638.876a4.378 4.378 0 0 1-3.519-1.752c-.22-.292-.146-.802.147-1.021.293-.22.806-.146 1.026.146.953 1.313 2.785 1.532 4.105.583a.571.571 0 0 0 .293-.292l2.199-2.189c1.1-1.167 1.1-2.992-.073-4.086a2.976 2.976 0 0 0-4.105 0l-1.246 1.24a.71.71 0 0 1-1.026 0 .703.703 0 0 1 0-1.022l1.246-1.24a4.305 4.305 0 0 1 6.083 0c1.833 1.605 1.906 4.451.22 6.13zm-7.183 5.035l-1.246 1.24a2.976 2.976 0 0 1-4.105 0c-1.172-1.094-1.172-2.991-.073-4.086l2.2-2.19.292-.291c.66-.438 1.393-.657 2.2-.584.805.146 1.465.51 1.905 1.168.22.292.733.365 1.026.146.293-.22.367-.73.147-1.022-.733-.949-1.76-1.532-2.859-1.678-1.1-.22-2.272.073-3.225.802l-.44.438-2.199 2.19c-1.686 1.75-1.612 4.524.074 6.202.88.803 1.979 1.241 3.078 1.241 1.1 0 2.199-.438 3.079-1.24l1.246-1.241a.703.703 0 0 0 0-1.022c-.294-.292-.807-.365-1.1-.073z",
|
|
33
|
+
fill: "#FFF",
|
|
34
|
+
fillRule: "nonzero"
|
|
35
|
+
})]
|
|
36
|
+
})
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
export default UrlIcon;
|
package/lib/VideoIcon.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color"];
|
|
3
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
import { jsx as _jsx, 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 VideoIcon = function VideoIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#768184' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
16
|
+
"aria-hidden": "true",
|
|
17
|
+
focusable: "false",
|
|
18
|
+
viewBox: "0 0 58 58"
|
|
19
|
+
}, props), {}, {
|
|
20
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
21
|
+
d: "M36.537 28.156l-11-7a1.005 1.005 0 0 0-1.02-.033C24.2 21.3 24 21.635 24 22v14a1 1 0 0 0 1.537.844l11-7a1.002 1.002 0 0 0 0-1.688zM26 34.18V23.82L34.137 29 26 34.18z"
|
|
22
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
23
|
+
d: "M57 6H1a1 1 0 0 0-1 1v44a1 1 0 0 0 1 1h56a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zM10 28H2v-9h8v9zm-8 2h8v9H2v-9zm10 10V8h34v42H12V40zm44-12h-8v-9h8v9zm-8 2h8v9h-8v-9zm8-22v9h-8V8h8zM2 8h8v9H2V8zm0 42v-9h8v9H2zm54 0h-8v-9h8v9z"
|
|
24
|
+
})]
|
|
25
|
+
}));
|
|
26
|
+
};
|
|
27
|
+
export default VideoIcon;
|
package/lib/ViewsIcon.js
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
var _excluded = ["color"];
|
|
3
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
6
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
7
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
8
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
9
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
10
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
|
|
11
|
+
var ViewsIcon = function ViewsIcon(_ref) {
|
|
12
|
+
var _ref$color = _ref.color,
|
|
13
|
+
color = _ref$color === void 0 ? '#768184' : _ref$color,
|
|
14
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
15
|
+
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({
|
|
16
|
+
width: "16",
|
|
17
|
+
height: "16",
|
|
18
|
+
viewBox: "0 0 16 16",
|
|
19
|
+
className: "filerobot-c-icon"
|
|
20
|
+
}, props), {}, {
|
|
21
|
+
children: /*#__PURE__*/_jsx("path", {
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M6.22213 0H0.666648C0.277764 0 0 0.277775 0 0.66666V6.22216C0 6.61105 0.333319 6.88882 0.666648 6.88882H6.22213C6.61102 6.88882 6.8888 6.55549 6.8888 6.22216V0.66666C6.8888 0.277775 6.55546 0 6.22213 0ZM15.3333 0H9.77784C9.38895 0 9.11119 0.277775 9.11119 0.66666V6.22216C9.11119 6.61105 9.44451 6.88882 9.77784 6.88882H15.3333C15.7222 6.88882 16 6.55549 16 6.22216V0.66666C16 0.277775 15.6666 0 15.3333 0ZM0.666648 8.99992H6.22213C6.55546 8.99992 6.8888 9.2777 6.8888 9.66658V15.2221C6.8888 15.5554 6.61102 15.8887 6.22213 15.8887H0.666648C0.333319 15.8887 0 15.611 0 15.2221V9.66658C0 9.2777 0.277764 8.99992 0.666648 8.99992ZM15.3333 8.99992H9.77784C9.38895 8.99992 9.11119 9.2777 9.11119 9.66658V15.2221C9.11119 15.611 9.44451 15.8887 9.77784 15.8887H15.3333C15.7222 15.8887 16 15.5554 16 15.2221V9.66658C16 9.2777 15.6666 8.99992 15.3333 8.99992Z",
|
|
25
|
+
fill: color
|
|
26
|
+
})
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
export default ViewsIcon;
|
|
@@ -0,0 +1,56 @@
|
|
|
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 VisibilityIcon = function VisibilityIcon() {
|
|
12
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
13
|
+
_ref$color = _ref.color,
|
|
14
|
+
color = _ref$color === void 0 ? '#5D6D7E' : _ref$color,
|
|
15
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
16
|
+
return /*#__PURE__*/_jsxs("svg", _objectSpread(_objectSpread({
|
|
17
|
+
width: "16",
|
|
18
|
+
height: "16",
|
|
19
|
+
viewBox: "0 0 16 16",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M5.53334 0.366667C3.83334 0.933333 2.4 2.03333 1.4 3.46667H4.06667C4.43334 2.2 4.93334 1.13333 5.53334 0.366667Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M7.66666 0C7.36666 0 7.1 0.0333333 6.8 0.1C6 0.7 5.26666 1.9 4.8 3.5H7.66666V0Z",
|
|
28
|
+
fill: color
|
|
29
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
30
|
+
d: "M14.6 3.46667C13.6 2.03333 12.1667 0.933333 10.4667 0.366667C11.0667 1.13333 11.5667 2.2 11.9333 3.46667H14.6Z",
|
|
31
|
+
fill: color
|
|
32
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
33
|
+
d: "M9.2 0.1C8.93333 0.0333333 8.63333 0 8.33333 0V3.46667H11.2C10.7333 1.9 10 0.7 9.2 0.1Z",
|
|
34
|
+
fill: color
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
d: "M1.4 12.5333C2.4 13.9667 3.83334 15.0667 5.53334 15.6333C4.93334 14.8667 4.43334 13.8 4.06667 12.5333H1.4Z",
|
|
37
|
+
fill: color
|
|
38
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
39
|
+
d: "M10.6 5.76667C10.8333 6 10.8333 6.4 10.6 6.63333C10.3667 6.86667 9.96666 6.86667 9.73333 6.63333C9.5 6.4 9.5 6 9.73333 5.76667C9.96666 5.53333 10.3333 5.53333 10.6 5.76667Z",
|
|
40
|
+
fill: color
|
|
41
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
42
|
+
d: "M13.2333 8C13.2333 7.8 13.4 7.66667 13.5667 7.66667H16C15.9333 6.4 15.6 5.23333 15.0333 4.16667H0.966667C0.4 5.2 0.0666667 6.4 0 7.66667H2.43333C2.63333 7.66667 2.76667 7.83333 2.76667 8C2.76667 8.2 2.6 8.36667 2.43333 8.36667H0C0.0666667 9.63333 0.4 10.8 0.966667 11.8667H15.0333C15.6 10.8333 15.9333 9.63333 16 8.36667H13.5667C13.4 8.33333 13.2333 8.2 13.2333 8ZM11.1667 8.33333C10.5667 8.93333 9.7 9.13333 8.9 8.86667L8.36667 9.36667C8.33333 9.4 8.26667 9.43333 8.23333 9.43333H7.86667V9.8C7.86667 9.86667 7.83333 9.9 7.8 9.96667C7.76667 10 7.7 10.0333 7.63333 10.0333L7.33333 10L7.3 10.4333C7.3 10.5333 7.2 10.6 7.1 10.6L6.66667 10.6333L6.7 10.9333C6.7 11 6.7 11.0667 6.63333 11.1L6.33333 11.4C6.3 11.4333 6.23333 11.4667 6.2 11.4667H5.03333C4.93333 11.4667 4.83333 11.3667 4.83333 11.2667V10.1C4.83333 10.0333 4.86667 10 4.9 9.96667L7.4 7.46667C7.13333 6.66667 7.33333 5.8 7.93333 5.2C8.8 4.33333 10.2333 4.33333 11.1 5.2C12.0333 6.06667 12.0333 7.46667 11.1667 8.33333Z",
|
|
43
|
+
fill: color
|
|
44
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
45
|
+
d: "M10.4667 15.6333C12.1667 15.0667 13.6 13.9667 14.6 12.5333H11.9333C11.5667 13.8 11.0667 14.8667 10.4667 15.6333Z",
|
|
46
|
+
fill: color
|
|
47
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
48
|
+
d: "M8.33333 16C8.63333 16 8.9 15.9667 9.2 15.9C10 15.3 10.7333 14.1 11.2 12.5H8.33333V16Z",
|
|
49
|
+
fill: color
|
|
50
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
51
|
+
d: "M6.8 15.9C7.06666 15.9333 7.36666 15.9667 7.66666 16V12.5333H4.8C5.26666 14.1 5.96666 15.3 6.8 15.9Z",
|
|
52
|
+
fill: color
|
|
53
|
+
})]
|
|
54
|
+
}));
|
|
55
|
+
};
|
|
56
|
+
export default VisibilityIcon;
|
|
@@ -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 WarningIcon = function WarningIcon() {
|
|
12
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
13
|
+
_ref$color = _ref.color,
|
|
14
|
+
color = _ref$color === void 0 ? '#E85B46' : _ref$color,
|
|
15
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
16
|
+
return /*#__PURE__*/_jsx("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: "M19.5941 15.3256L12.5212 1.52169C11.9874 0.568989 11.0446 0 9.99926 0C8.95394 0 8.01113 0.568989 7.4773 1.52169C7.47327 1.52898 7.46988 1.53627 7.46585 1.54356L0.416463 15.3038C-0.128812 16.2766 -0.139124 17.4448 0.388377 18.4285C0.917089 19.4128 1.86959 20 2.93783 20H17.0216C18.0899 20 19.0815 19.4128 19.6102 18.4285C20.1377 17.4449 20.1274 16.2765 19.5941 15.3256ZM8.82621 6.32054C8.82621 5.63369 9.3514 5.07696 9.99926 5.07696C10.6471 5.07696 11.1723 5.63374 11.1723 6.32054V11.2949C11.1723 11.9816 10.6471 12.5385 9.99926 12.5385C9.3514 12.5385 8.82621 11.9816 8.82621 11.2949V6.32054ZM9.99926 17.5128C9.02898 17.5128 8.23964 16.6761 8.23964 15.6474C8.23964 14.6188 9.02894 13.7821 9.99926 13.7821C10.9695 13.7821 11.7588 14.6188 11.7588 15.6474C11.7589 16.6761 10.9696 17.5128 9.99926 17.5128Z",
|
|
25
|
+
fill: color
|
|
26
|
+
})
|
|
27
|
+
}));
|
|
28
|
+
};
|
|
29
|
+
export default WarningIcon;
|
|
@@ -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, 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 ZoomInIcon = function ZoomInIcon() {
|
|
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: "17",
|
|
19
|
+
viewBox: "0 0 17 17",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M15.6089 16.1583L11.3276 12.4984C9.8866 13.6562 8.02026 14.2081 6.17101 13.996C2.36782 13.5596 -0.386096 10.1445 0.0443151 6.39841C0.474726 2.65228 3.93152 -0.0501752 7.7347 0.386194C11.5379 0.822564 14.2918 4.23763 13.8614 7.98375C13.7153 9.25537 13.2282 10.4182 12.4428 11.4076L16.8478 15.221C16.9716 15.3745 17.0177 15.5887 16.994 15.7949C16.9703 16.0011 16.8808 16.165 16.7215 16.3208C16.5661 16.4422 16.3489 16.487 16.1395 16.4629C15.9302 16.4389 15.7287 16.3462 15.6089 16.1583ZM1.47487 6.56255C1.13528 9.51821 3.30128 12.2042 6.30196 12.5485C9.30264 12.8928 12.0215 10.7673 12.3611 7.81161C12.7006 4.85595 10.5346 2.16994 7.53396 1.82565C4.57213 1.451 1.81446 3.60689 1.47487 6.56255Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M3.53509 7.29909C3.53509 6.90192 3.85706 6.57995 4.25422 6.57995H9.28819C9.68536 6.57995 10.0073 6.90192 10.0073 7.29909C10.0073 7.69626 9.68536 8.01823 9.28819 8.01823H4.25422C3.85706 8.01823 3.53509 7.69626 3.53509 7.29909Z",
|
|
28
|
+
fill: color
|
|
29
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
30
|
+
d: "M6.7712 4.06297C7.16837 4.06297 7.49034 4.38494 7.49034 4.78211V9.81607C7.49034 10.2132 7.16837 10.5352 6.7712 10.5352C6.37403 10.5352 6.05206 10.2132 6.05206 9.81607L6.05206 4.78211C6.05206 4.38494 6.37403 4.06297 6.7712 4.06297Z",
|
|
31
|
+
fill: color
|
|
32
|
+
})]
|
|
33
|
+
}));
|
|
34
|
+
};
|
|
35
|
+
export default ZoomInIcon;
|
|
@@ -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 ZoomOutIcon = function ZoomOutIcon() {
|
|
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: "17",
|
|
19
|
+
viewBox: "0 0 17 17",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), {}, {
|
|
23
|
+
children: [/*#__PURE__*/_jsx("path", {
|
|
24
|
+
d: "M15.6089 16.1583L11.3276 12.4984C9.8866 13.6562 8.02026 14.2081 6.17101 13.996C2.36782 13.5596 -0.386096 10.1445 0.0443151 6.39841C0.474726 2.65228 3.93152 -0.0501752 7.7347 0.386194C11.5379 0.822564 14.2918 4.23763 13.8614 7.98375C13.7153 9.25537 13.2282 10.4182 12.4428 11.4076L16.8478 15.221C16.9716 15.3745 17.0177 15.5887 16.994 15.7949C16.9703 16.0011 16.8808 16.165 16.7215 16.3208C16.5661 16.4422 16.3489 16.487 16.1395 16.4629C15.9302 16.4389 15.7287 16.3462 15.6089 16.1583ZM1.47487 6.56255C1.13528 9.51821 3.30128 12.2042 6.30196 12.5485C9.30264 12.8928 12.0215 10.7673 12.3611 7.81161C12.7006 4.85595 10.5346 2.16994 7.53396 1.82565C4.57213 1.451 1.81446 3.60689 1.47487 6.56255Z",
|
|
25
|
+
fill: color
|
|
26
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
27
|
+
d: "M3.53509 7.29909C3.53509 6.90192 3.85706 6.57995 4.25422 6.57995H9.28819C9.68536 6.57995 10.0073 6.90192 10.0073 7.29909C10.0073 7.69626 9.68536 8.01823 9.28819 8.01823H4.25422C3.85706 8.01823 3.53509 7.69626 3.53509 7.29909Z",
|
|
28
|
+
fill: color
|
|
29
|
+
})]
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
export default ZoomOutIcon;
|
package/lib/index.js
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
export { default as ClearIcon } from './ClearIcon';
|
|
2
|
+
export { default as DownloadIcon } from './DownloadIcon';
|
|
3
|
+
export { default as DeleteIcon } from './DeleteIcon';
|
|
4
|
+
export { default as MenuDotsIcon } from './MenuDotsIcon';
|
|
5
|
+
export { default as PreviewIcon } from './PreviewIcon';
|
|
6
|
+
export { default as ShareIcon } from './ShareIcon';
|
|
7
|
+
export { default as FilterIcon } from './FilterIcon';
|
|
8
|
+
export { default as NewFolderIcon } from './NewFolderIcon';
|
|
9
|
+
export { default as RefreshIcon } from './RefreshIcon';
|
|
10
|
+
export { default as SearchIcon } from './SearchIcon';
|
|
11
|
+
export { default as UploadIcon } from './UploadIcon';
|
|
12
|
+
export { default as ViewsIcon } from './ViewsIcon';
|
|
13
|
+
export { default as TriangleRightArrowIcon } from './TriangleRightArrowIcon';
|
|
14
|
+
export { default as TriangleDownArrowIcon } from './TriangleDownArrowIcon';
|
|
15
|
+
export { default as UpArrowIcon } from './UpArrowIcon';
|
|
16
|
+
export { default as DownArrowIcon } from './DownArrowIcon';
|
|
17
|
+
export { default as CommentsIcon } from './CommentsIcon';
|
|
18
|
+
export { default as CopyIcon } from './CopyIcon';
|
|
19
|
+
export { default as OpenLinkIcon } from './OpenLinkIcon';
|
|
20
|
+
export { default as QuestionMarkIcon } from './QuestionMarkIcon';
|
|
21
|
+
export { default as HideIcon } from './HideIcon';
|
|
22
|
+
export { default as ShowIcon } from './ShowIcon';
|
|
23
|
+
export { default as AssetsIcon } from './AssetsIcon';
|
|
24
|
+
export { default as IOSArrowLeftIcon } from './IOSArrowLeftIcon';
|
|
25
|
+
export { default as FolderIcon } from './FolderIcon';
|
|
26
|
+
export { default as SelectAllIcon } from './SelectAllIcon';
|
|
27
|
+
export { default as MoveToIcon } from './MoveToIcon';
|
|
28
|
+
export { default as EditIcon } from './EditIcon';
|
|
29
|
+
export { default as EditImageIcon } from './EditImageIcon';
|
|
30
|
+
export { default as PropertiesIcon } from './PropertiesIcon';
|
|
31
|
+
export { default as LinkIcon } from './LinkIcon';
|
|
32
|
+
export { default as MetaIcon } from './MetaIcon';
|
|
33
|
+
export { default as TagsIcon } from './TagsIcon';
|
|
34
|
+
export { default as VisibilityIcon } from './VisibilityIcon';
|
|
35
|
+
export { default as RegionIcon } from './RegionIcon';
|
|
36
|
+
export { default as InheritIcon } from './InheritIcon';
|
|
37
|
+
export { default as OrganisationIcon } from './OrganisationIcon';
|
|
38
|
+
export { default as PrivateIcon } from './PrivateIcon';
|
|
39
|
+
export { default as PublicIcon } from './PublicIcon';
|
|
40
|
+
export { default as SecretIcon } from './SecretIcon';
|
|
41
|
+
export { default as RadioIcon } from './RadioIcon';
|
|
42
|
+
export { default as RadioBlankIcon } from './RadioBlankIcon';
|
|
43
|
+
export { default as DetailsIcon } from './DetailsIcon';
|
|
44
|
+
export { default as StarIcon } from './StarIcon';
|
|
45
|
+
export { default as CheckIcon } from './CheckIcon';
|
|
46
|
+
export { default as PlusIcon } from './PlusIcon';
|
|
47
|
+
export { default as PlusFolderIcon } from './PlusFolderIcon';
|
|
48
|
+
export { default as ModalDeleteIcon } from './ModalDeleteIcon';
|
|
49
|
+
export { default as CloseIcon } from './CloseIcon';
|
|
50
|
+
export { default as PaginationIcon } from './PaginationIcon';
|
|
51
|
+
export { default as PaginationNavIcon } from './PaginationNavIcon';
|
|
52
|
+
export { default as FilerobotRobot } from './FilerobotRobot';
|
|
53
|
+
export { default as SortIconAsc } from './SortIconAsc';
|
|
54
|
+
export { default as SortIconDesc } from './SortIconDesc';
|
|
55
|
+
export { default as CodeIcon } from './CodeIcon';
|
|
56
|
+
export { default as TickArrowIcon } from './TickArrowIcon';
|
|
57
|
+
export { default as LockedPadlockIcon } from './LockedPadlockIcon';
|
|
58
|
+
export * from './Orientations';
|
|
59
|
+
export * from './People';
|
|
60
|
+
export { default as ZoomInIcon } from './ZoomInIcon';
|
|
61
|
+
export { default as ZoomOutIcon } from './ZoomOutIcon';
|
|
62
|
+
export { default as NextIcon } from './NextIcon';
|
|
63
|
+
export { default as PrevIcon } from './PrevIcon';
|
|
64
|
+
export { default as FileIcon } from './FileIcon';
|
|
65
|
+
export { default as VideoIcon } from './VideoIcon';
|
|
66
|
+
export { default as PlayIcon } from './PlayIcon';
|
|
67
|
+
export { default as TargetIcon } from './TargetIcon';
|
|
68
|
+
export { default as ShareFileIcon } from './ShareFileIcon';
|
|
69
|
+
export { default as SpinnerIcon } from './SpinnerIcon';
|
|
70
|
+
export { default as HidePasswordIcon } from './HidePasswordIcon';
|
|
71
|
+
export { default as ShowPasswordIcon } from './ShowPasswordIcon';
|
|
72
|
+
export { default as TimeIcon } from './TimeIcon';
|
|
73
|
+
export { default as DateIcon } from './DateIcon';
|
|
74
|
+
export { default as HistoryIcon } from './HistoryIcon';
|
|
75
|
+
export { default as CloudIcon } from './CloudIcon';
|
|
76
|
+
export { default as BranchesIcon } from './BranchesIcon';
|
|
77
|
+
export { default as CameraIcon } from './CameraIcon';
|
|
78
|
+
export { default as UnLockedPadLockIcon } from './UnLockedPadLockIcon';
|
|
79
|
+
export { default as UpTriangleIcon } from './UpTriangleIcon';
|
|
80
|
+
export { default as DownTriangleIcon } from './DownTriangleIcon';
|
|
81
|
+
export { default as ShareFolderIcon } from './ShareFolderIcon';
|
|
82
|
+
export { default as ShareAssetsIcon } from './ShareAssetsIcon';
|
|
83
|
+
export { default as EyeIcon } from './EyeIcon';
|
|
84
|
+
export { default as PauseIcon } from './PauseIcon';
|
|
85
|
+
export { default as RetryIcon } from './RetryIcon';
|
|
86
|
+
export { default as CommentsSolidIcon } from './CommentsSolidIcon';
|
|
87
|
+
export { default as ImageIcon } from './ImageIcon';
|
|
88
|
+
export { default as FoldersTreeIcon } from './FoldersTreeIcon';
|
|
89
|
+
export { default as BackArrowIcon } from './BackArrowIcon';
|
|
90
|
+
export { default as WarningIcon } from './WarningIcon';
|
|
91
|
+
export { default as ResetIcon } from './ResetIcon';
|
|
92
|
+
export { default as TranscodeIcon } from './TranscodeIcon';
|
|
93
|
+
export { default as HomeIcon } from './HomeIcon';
|
|
94
|
+
export { default as InfoOutlineIcon } from './InfoOutlineIcon';
|
|
95
|
+
export { default as OneDriveIcon } from './OneDriveIcon';
|
|
96
|
+
export { default as GoogleDriveIcon } from './GoogleDriveIcon';
|
|
97
|
+
export { default as UrlIcon } from './UrlIcon';
|
|
98
|
+
export { default as NoAssets } from './NoAssets';
|
|
99
|
+
export { default as InstagramIcon } from './InstagramIcon';
|
|
100
|
+
export { default as UnsplashIcon } from './UnsplashIcon';
|
|
101
|
+
export { default as FacebookIcon } from './FacebookIcon';
|
|
102
|
+
export { default as DropboxIcon } from './DropboxIcon';
|
|
103
|
+
export { default as ArchiveIcon } from './ArchiveIcon';
|
|
104
|
+
export { default as CSVIcon } from './CSVIcon';
|
|
105
|
+
export { default as PixaforgeIcon } from './PixaforgeIcon';
|
|
106
|
+
export { default as CanvaIcon } from './CanvaIcon';
|
|
107
|
+
export { default as ColorPickerIcon } from './ColorPickerIcon';
|
|
108
|
+
export { default as BoxIcon } from './BoxIcon';
|
|
109
|
+
export { default as DamIcon } from './DamIcon';
|
|
110
|
+
export { default as MyDevice } from './MyDevice';
|
|
111
|
+
export { default as Any } from './Any';
|
|
112
|
+
export { default as NoResults2 } from './NoResults2';
|
|
113
|
+
export { default as NoAccess } from './NoAccess';
|
|
114
|
+
export { default as ApprovalsIcon } from './ApprovalsIcon';
|
|
115
|
+
export { default as NoCollections } from './NoCollections';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scaleflex/widget-icons",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.1",
|
|
4
4
|
"description": "The icons needed for Scaleflex Media Asset Widget modules",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"react": ">=19.0.0",
|
|
23
23
|
"react-dom": ">=19.0.0"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "b211f9961ad30d3eaa01138f34e190ad5d38fb91"
|
|
26
26
|
}
|