@epilot360/icons 1.17.20 → 1.17.21
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/icons.config.yaml +6 -0
- package/index.js +154 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/Attach/index.d.ts +4 -0
- package/react/Attach/index.js +209 -0
- package/react/Attach/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +2 -0
- package/react/EpilotIcon.js +112 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/index.d.ts +1 -0
- package/react/index.js +118 -4
- package/react/index.js.map +1 -1
- package/svg/Attach/icon-fill.svg +1 -0
- package/svg/Attach/icon.svg +1 -0
- package/svg/Attach/index.d.ts +3 -0
- package/svg/Attach/index.js +159 -0
- package/svg/Attach/index.js.map +1 -0
- package/svg/index.d.ts +1 -0
- package/svg/index.js +85 -4
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +1 -0
- package/svg/svgIcon.js +79 -1
- package/svg/svgIcon.js.map +1 -1
package/react/index.d.ts
CHANGED
package/react/index.js
CHANGED
|
@@ -834,6 +834,58 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
834
834
|
|
|
835
835
|
/***/ }),
|
|
836
836
|
|
|
837
|
+
/***/ 16568:
|
|
838
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
839
|
+
|
|
840
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
841
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
842
|
+
/* harmony export */ });
|
|
843
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
844
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
845
|
+
var _path;
|
|
846
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
847
|
+
|
|
848
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
849
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
850
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
851
|
+
width: 48,
|
|
852
|
+
height: 48,
|
|
853
|
+
viewBox: "0 -960 960 960"
|
|
854
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
855
|
+
d: "M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z"
|
|
856
|
+
})));
|
|
857
|
+
};
|
|
858
|
+
|
|
859
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\"/></svg>");
|
|
860
|
+
|
|
861
|
+
/***/ }),
|
|
862
|
+
|
|
863
|
+
/***/ 20047:
|
|
864
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
865
|
+
|
|
866
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
867
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
868
|
+
/* harmony export */ });
|
|
869
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
870
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
871
|
+
var _path;
|
|
872
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
873
|
+
|
|
874
|
+
var SvgIcon = function SvgIcon(props) {
|
|
875
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
876
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
877
|
+
width: 48,
|
|
878
|
+
height: 48,
|
|
879
|
+
viewBox: "0 -960 960 960"
|
|
880
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
881
|
+
d: "M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z"
|
|
882
|
+
})));
|
|
883
|
+
};
|
|
884
|
+
|
|
885
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\"/></svg>");
|
|
886
|
+
|
|
887
|
+
/***/ }),
|
|
888
|
+
|
|
837
889
|
/***/ 5763:
|
|
838
890
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
839
891
|
|
|
@@ -11530,6 +11582,62 @@ function ArrowRight(props) {
|
|
|
11530
11582
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ArrowRight)));
|
|
11531
11583
|
|
|
11532
11584
|
|
|
11585
|
+
/***/ }),
|
|
11586
|
+
|
|
11587
|
+
/***/ 81777:
|
|
11588
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11589
|
+
|
|
11590
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11591
|
+
/* harmony export */ Attach: () => (/* binding */ Attach)
|
|
11592
|
+
/* harmony export */ });
|
|
11593
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
11594
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
11595
|
+
/* harmony import */ var _svg_Attach_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16568);
|
|
11596
|
+
/* harmony import */ var _svg_Attach_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20047);
|
|
11597
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
11598
|
+
|
|
11599
|
+
var __defProp = Object.defineProperty;
|
|
11600
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
11601
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
11602
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
11603
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
11604
|
+
var __spreadValues = (a, b) => {
|
|
11605
|
+
for (var prop in b || (b = {}))
|
|
11606
|
+
if (__hasOwnProp.call(b, prop))
|
|
11607
|
+
__defNormalProp(a, prop, b[prop]);
|
|
11608
|
+
if (__getOwnPropSymbols)
|
|
11609
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
11610
|
+
if (__propIsEnum.call(b, prop))
|
|
11611
|
+
__defNormalProp(a, prop, b[prop]);
|
|
11612
|
+
}
|
|
11613
|
+
return a;
|
|
11614
|
+
};
|
|
11615
|
+
var __objRest = (source, exclude) => {
|
|
11616
|
+
var target = {};
|
|
11617
|
+
for (var prop in source)
|
|
11618
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
11619
|
+
target[prop] = source[prop];
|
|
11620
|
+
if (source != null && __getOwnPropSymbols)
|
|
11621
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
11622
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
11623
|
+
target[prop] = source[prop];
|
|
11624
|
+
}
|
|
11625
|
+
return target;
|
|
11626
|
+
};
|
|
11627
|
+
|
|
11628
|
+
|
|
11629
|
+
|
|
11630
|
+
|
|
11631
|
+
const name = "Attach";
|
|
11632
|
+
function Attach(props) {
|
|
11633
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
11634
|
+
const IconComponent = variant === "outlined" ? _svg_Attach_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Attach_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
11635
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
11636
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
11637
|
+
}
|
|
11638
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Attach)));
|
|
11639
|
+
|
|
11640
|
+
|
|
11533
11641
|
/***/ }),
|
|
11534
11642
|
|
|
11535
11643
|
/***/ 58927:
|
|
@@ -14711,6 +14819,7 @@ function Epilot(props) {
|
|
|
14711
14819
|
/* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(80114);
|
|
14712
14820
|
/* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(39152);
|
|
14713
14821
|
/* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(3052);
|
|
14822
|
+
/* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(81777);
|
|
14714
14823
|
|
|
14715
14824
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
14716
14825
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
@@ -14928,6 +15037,7 @@ var __objRest = (source, exclude) => {
|
|
|
14928
15037
|
|
|
14929
15038
|
|
|
14930
15039
|
|
|
15040
|
+
|
|
14931
15041
|
|
|
14932
15042
|
|
|
14933
15043
|
const IconComponentsMap = {
|
|
@@ -15132,7 +15242,8 @@ const IconComponentsMap = {
|
|
|
15132
15242
|
flow: _Flow__WEBPACK_IMPORTED_MODULE_199__.Flow,
|
|
15133
15243
|
cards: _Cards__WEBPACK_IMPORTED_MODULE_200__.Cards,
|
|
15134
15244
|
task: _Task__WEBPACK_IMPORTED_MODULE_201__.Task,
|
|
15135
|
-
widgets: _Widgets__WEBPACK_IMPORTED_MODULE_202__.Widgets
|
|
15245
|
+
widgets: _Widgets__WEBPACK_IMPORTED_MODULE_202__.Widgets,
|
|
15246
|
+
Attach: _Attach__WEBPACK_IMPORTED_MODULE_203__.Attach
|
|
15136
15247
|
};
|
|
15137
15248
|
const EpilotIcon = (props) => {
|
|
15138
15249
|
const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
|
|
@@ -22707,6 +22818,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22707
22818
|
/* harmony export */ ArrowCircleLeft: () => (/* reexport safe */ _ArrowCircleLeft__WEBPACK_IMPORTED_MODULE_93__.ArrowCircleLeft),
|
|
22708
22819
|
/* harmony export */ ArrowLeft: () => (/* reexport safe */ _ArrowLeft__WEBPACK_IMPORTED_MODULE_47__.ArrowLeft),
|
|
22709
22820
|
/* harmony export */ ArrowRight: () => (/* reexport safe */ _ArrowRight__WEBPACK_IMPORTED_MODULE_46__.ArrowRight),
|
|
22821
|
+
/* harmony export */ Attach: () => (/* reexport safe */ _Attach__WEBPACK_IMPORTED_MODULE_202__.Attach),
|
|
22710
22822
|
/* harmony export */ AttributeEdit: () => (/* reexport safe */ _AttributeEdit__WEBPACK_IMPORTED_MODULE_127__.AttributeEdit),
|
|
22711
22823
|
/* harmony export */ Attributes: () => (/* reexport safe */ _Attributes__WEBPACK_IMPORTED_MODULE_45__.Attributes),
|
|
22712
22824
|
/* harmony export */ AutoDelete: () => (/* reexport safe */ _AutoDelete__WEBPACK_IMPORTED_MODULE_174__.AutoDelete),
|
|
@@ -22760,7 +22872,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22760
22872
|
/* harmony export */ Entity: () => (/* reexport safe */ _Entity__WEBPACK_IMPORTED_MODULE_74__.Entity),
|
|
22761
22873
|
/* harmony export */ EntityBuilder: () => (/* reexport safe */ _EntityBuilder__WEBPACK_IMPORTED_MODULE_113__.EntityBuilder),
|
|
22762
22874
|
/* harmony export */ Epilot: () => (/* reexport safe */ _Epilot__WEBPACK_IMPORTED_MODULE_0__.Epilot),
|
|
22763
|
-
/* harmony export */ EpilotIcon: () => (/* reexport safe */
|
|
22875
|
+
/* harmony export */ EpilotIcon: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_203__.EpilotIcon),
|
|
22764
22876
|
/* harmony export */ Error: () => (/* reexport safe */ _Error__WEBPACK_IMPORTED_MODULE_11__.Error),
|
|
22765
22877
|
/* harmony export */ Exclamation: () => (/* reexport safe */ _Exclamation__WEBPACK_IMPORTED_MODULE_104__.Exclamation),
|
|
22766
22878
|
/* harmony export */ ExpandContent: () => (/* reexport safe */ _ExpandContent__WEBPACK_IMPORTED_MODULE_135__.ExpandContent),
|
|
@@ -22783,7 +22895,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
22783
22895
|
/* harmony export */ Grid: () => (/* reexport safe */ _Grid__WEBPACK_IMPORTED_MODULE_172__.Grid),
|
|
22784
22896
|
/* harmony export */ GridView: () => (/* reexport safe */ _GridView__WEBPACK_IMPORTED_MODULE_173__.GridView),
|
|
22785
22897
|
/* harmony export */ Help: () => (/* reexport safe */ _Help__WEBPACK_IMPORTED_MODULE_13__.Help),
|
|
22786
|
-
/* harmony export */ IconComponentsMap: () => (/* reexport safe */
|
|
22898
|
+
/* harmony export */ IconComponentsMap: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_203__.IconComponentsMap),
|
|
22787
22899
|
/* harmony export */ Image: () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_89__.Image),
|
|
22788
22900
|
/* harmony export */ Info: () => (/* reexport safe */ _Info__WEBPACK_IMPORTED_MODULE_12__.Info),
|
|
22789
22901
|
/* harmony export */ Journey: () => (/* reexport safe */ _Journey__WEBPACK_IMPORTED_MODULE_82__.Journey),
|
|
@@ -23098,7 +23210,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23098
23210
|
/* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_199__ = __webpack_require__(80114);
|
|
23099
23211
|
/* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(39152);
|
|
23100
23212
|
/* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(3052);
|
|
23101
|
-
/* harmony import */ var
|
|
23213
|
+
/* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(81777);
|
|
23214
|
+
/* harmony import */ var _EpilotIcon__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(80726);
|
|
23215
|
+
|
|
23102
23216
|
|
|
23103
23217
|
|
|
23104
23218
|
|