@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/svg/svgIcon.d.ts CHANGED
@@ -202,6 +202,7 @@ 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;
205
206
  };
206
207
  export type IconSVGName = keyof typeof svgMap;
207
208
  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
 
@@ -11374,6 +11428,27 @@ const ArrowRightSVG = (opts) => {
11374
11428
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ArrowRightSVG)));
11375
11429
 
11376
11430
 
11431
+ /***/ }),
11432
+
11433
+ /***/ 51845:
11434
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11435
+
11436
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11437
+ /* harmony export */ AttachSVG: () => (/* binding */ AttachSVG)
11438
+ /* harmony export */ });
11439
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(16568);
11440
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(20047);
11441
+
11442
+
11443
+
11444
+ const AttachSVG = (opts) => {
11445
+ var _a;
11446
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
11447
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
11448
+ };
11449
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (AttachSVG)));
11450
+
11451
+
11377
11452
  /***/ }),
11378
11453
 
11379
11454
  /***/ 10419:
@@ -15567,6 +15642,7 @@ __webpack_require__.r(__webpack_exports__);
15567
15642
  /* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_199__ = __webpack_require__(56461);
15568
15643
  /* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(82186);
15569
15644
  /* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(76338);
15645
+ /* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(51845);
15570
15646
 
15571
15647
  var __defProp = Object.defineProperty;
15572
15648
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
@@ -15796,6 +15872,7 @@ var __objRest = (source, exclude) => {
15796
15872
 
15797
15873
 
15798
15874
 
15875
+
15799
15876
 
15800
15877
 
15801
15878
  const svgMap = {
@@ -16000,7 +16077,8 @@ const svgMap = {
16000
16077
  flow: _Flow__WEBPACK_IMPORTED_MODULE_198__.FlowSVG,
16001
16078
  cards: _Cards__WEBPACK_IMPORTED_MODULE_199__.CardsSVG,
16002
16079
  task: _Task__WEBPACK_IMPORTED_MODULE_200__.TaskSVG,
16003
- widgets: _Widgets__WEBPACK_IMPORTED_MODULE_201__.WidgetsSVG
16080
+ widgets: _Widgets__WEBPACK_IMPORTED_MODULE_201__.WidgetsSVG,
16081
+ Attach: _Attach__WEBPACK_IMPORTED_MODULE_202__.AttachSVG
16004
16082
  };
16005
16083
  const defaultOpts = {
16006
16084
  name: "epilot",