@epilot360/icons 1.17.20 → 1.17.22

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/svg/svgIcon.d.ts CHANGED
@@ -202,6 +202,8 @@ export declare const svgMap: {
202
202
  cards: (opts?: IconProps) => string;
203
203
  task: (opts?: IconProps) => string;
204
204
  widgets: (opts?: IconProps) => string;
205
+ attach: (opts?: IconProps) => string;
206
+ description: (opts?: IconProps) => string;
205
207
  };
206
208
  export type IconSVGName = keyof typeof svgMap;
207
209
  type Opts = IconProps & {
package/svg/svgIcon.js CHANGED
@@ -866,6 +866,60 @@ var SvgIcon = function SvgIcon(props) {
866
866
 
867
867
  /***/ }),
868
868
 
869
+ /***/ 16568:
870
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
871
+
872
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
873
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
874
+ /* harmony export */ });
875
+ /* unused harmony export ReactComponent */
876
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
877
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
878
+ var _path;
879
+ 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); }
880
+
881
+ var SvgIconFill = function SvgIconFill(props) {
882
+ return /*#__PURE__*/React.createElement("svg", _extends({
883
+ xmlns: "http://www.w3.org/2000/svg",
884
+ width: 48,
885
+ height: 48,
886
+ viewBox: "0 -960 960 960"
887
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
888
+ 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"
889
+ })));
890
+ };
891
+
892
+ /* harmony default export */ const __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>");
893
+
894
+ /***/ }),
895
+
896
+ /***/ 20047:
897
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
898
+
899
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
900
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
901
+ /* harmony export */ });
902
+ /* unused harmony export ReactComponent */
903
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
904
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
905
+ var _path;
906
+ 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); }
907
+
908
+ var SvgIcon = function SvgIcon(props) {
909
+ return /*#__PURE__*/React.createElement("svg", _extends({
910
+ xmlns: "http://www.w3.org/2000/svg",
911
+ width: 48,
912
+ height: 48,
913
+ viewBox: "0 -960 960 960"
914
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
915
+ 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"
916
+ })));
917
+ };
918
+
919
+ /* harmony default export */ const __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>");
920
+
921
+ /***/ }),
922
+
869
923
  /***/ 5763:
870
924
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
871
925
 
@@ -3030,6 +3084,60 @@ var SvgIcon = function SvgIcon(props) {
3030
3084
 
3031
3085
  /***/ }),
3032
3086
 
3087
+ /***/ 59951:
3088
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3089
+
3090
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3091
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
3092
+ /* harmony export */ });
3093
+ /* unused harmony export ReactComponent */
3094
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
3095
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
3096
+ var _path;
3097
+ 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); }
3098
+
3099
+ var SvgIconFill = function SvgIconFill(props) {
3100
+ return /*#__PURE__*/React.createElement("svg", _extends({
3101
+ xmlns: "http://www.w3.org/2000/svg",
3102
+ width: 48,
3103
+ height: 48,
3104
+ viewBox: "0 -960 960 960"
3105
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
3106
+ d: "M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z"
3107
+ })));
3108
+ };
3109
+
3110
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z\"/></svg>");
3111
+
3112
+ /***/ }),
3113
+
3114
+ /***/ 30922:
3115
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3116
+
3117
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3118
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
3119
+ /* harmony export */ });
3120
+ /* unused harmony export ReactComponent */
3121
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
3122
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
3123
+ var _path;
3124
+ 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); }
3125
+
3126
+ var SvgIcon = function SvgIcon(props) {
3127
+ return /*#__PURE__*/React.createElement("svg", _extends({
3128
+ xmlns: "http://www.w3.org/2000/svg",
3129
+ width: 48,
3130
+ height: 48,
3131
+ viewBox: "0 -960 960 960"
3132
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
3133
+ d: "M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z"
3134
+ })));
3135
+ };
3136
+
3137
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z\"/></svg>");
3138
+
3139
+ /***/ }),
3140
+
3033
3141
  /***/ 21080:
3034
3142
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3035
3143
 
@@ -11374,6 +11482,27 @@ const ArrowRightSVG = (opts) => {
11374
11482
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ArrowRightSVG)));
11375
11483
 
11376
11484
 
11485
+ /***/ }),
11486
+
11487
+ /***/ 51845:
11488
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11489
+
11490
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11491
+ /* harmony export */ AttachSVG: () => (/* binding */ AttachSVG)
11492
+ /* harmony export */ });
11493
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(16568);
11494
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(20047);
11495
+
11496
+
11497
+
11498
+ const AttachSVG = (opts) => {
11499
+ var _a;
11500
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
11501
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
11502
+ };
11503
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (AttachSVG)));
11504
+
11505
+
11377
11506
  /***/ }),
11378
11507
 
11379
11508
  /***/ 10419:
@@ -12214,6 +12343,27 @@ const DeleteForeverSVG = (opts) => {
12214
12343
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (DeleteForeverSVG)));
12215
12344
 
12216
12345
 
12346
+ /***/ }),
12347
+
12348
+ /***/ 60489:
12349
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
12350
+
12351
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12352
+ /* harmony export */ DescriptionSVG: () => (/* binding */ DescriptionSVG)
12353
+ /* harmony export */ });
12354
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(59951);
12355
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(30922);
12356
+
12357
+
12358
+
12359
+ const DescriptionSVG = (opts) => {
12360
+ var _a;
12361
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
12362
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
12363
+ };
12364
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (DescriptionSVG)));
12365
+
12366
+
12217
12367
  /***/ }),
12218
12368
 
12219
12369
  /***/ 78569:
@@ -15567,6 +15717,8 @@ __webpack_require__.r(__webpack_exports__);
15567
15717
  /* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_199__ = __webpack_require__(56461);
15568
15718
  /* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(82186);
15569
15719
  /* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(76338);
15720
+ /* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(51845);
15721
+ /* harmony import */ var _Description__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(60489);
15570
15722
 
15571
15723
  var __defProp = Object.defineProperty;
15572
15724
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
@@ -15795,6 +15947,8 @@ var __objRest = (source, exclude) => {
15795
15947
 
15796
15948
 
15797
15949
 
15950
+
15951
+
15798
15952
 
15799
15953
 
15800
15954
 
@@ -16000,7 +16154,9 @@ const svgMap = {
16000
16154
  flow: _Flow__WEBPACK_IMPORTED_MODULE_198__.FlowSVG,
16001
16155
  cards: _Cards__WEBPACK_IMPORTED_MODULE_199__.CardsSVG,
16002
16156
  task: _Task__WEBPACK_IMPORTED_MODULE_200__.TaskSVG,
16003
- widgets: _Widgets__WEBPACK_IMPORTED_MODULE_201__.WidgetsSVG
16157
+ widgets: _Widgets__WEBPACK_IMPORTED_MODULE_201__.WidgetsSVG,
16158
+ attach: _Attach__WEBPACK_IMPORTED_MODULE_202__.AttachSVG,
16159
+ description: _Description__WEBPACK_IMPORTED_MODULE_203__.DescriptionSVG
16004
16160
  };
16005
16161
  const defaultOpts = {
16006
16162
  name: "epilot",