@epilot360/icons 1.17.29 → 1.17.31

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
@@ -217,6 +217,7 @@ export declare const svgMap: {
217
217
  move_in: (opts?: IconProps) => string;
218
218
  condition_graph: (opts?: IconProps) => string;
219
219
  feature_search: (opts?: IconProps) => string;
220
+ synchronize: (opts?: IconProps) => string;
220
221
  };
221
222
  export type IconSVGName = keyof typeof svgMap;
222
223
  type Opts = IconProps & {
package/svg/svgIcon.js CHANGED
@@ -10606,6 +10606,60 @@ var SvgIcon = function SvgIcon(props) {
10606
10606
 
10607
10607
  /***/ }),
10608
10608
 
10609
+ /***/ 47730:
10610
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10611
+
10612
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10613
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
10614
+ /* harmony export */ });
10615
+ /* unused harmony export ReactComponent */
10616
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
10617
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
10618
+ var _path;
10619
+ 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); }
10620
+
10621
+ var SvgIconFill = function SvgIconFill(props) {
10622
+ return /*#__PURE__*/React.createElement("svg", _extends({
10623
+ xmlns: "http://www.w3.org/2000/svg",
10624
+ width: 48,
10625
+ height: 48,
10626
+ viewBox: "0 -960 960 960"
10627
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
10628
+ d: "M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z"
10629
+ })));
10630
+ };
10631
+
10632
+ /* 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=\"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\"/></svg>");
10633
+
10634
+ /***/ }),
10635
+
10636
+ /***/ 34872:
10637
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10638
+
10639
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
10640
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
10641
+ /* harmony export */ });
10642
+ /* unused harmony export ReactComponent */
10643
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
10644
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
10645
+ var _path;
10646
+ 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); }
10647
+
10648
+ var SvgIcon = function SvgIcon(props) {
10649
+ return /*#__PURE__*/React.createElement("svg", _extends({
10650
+ xmlns: "http://www.w3.org/2000/svg",
10651
+ width: 48,
10652
+ height: 48,
10653
+ viewBox: "0 -960 960 960"
10654
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
10655
+ d: "M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z"
10656
+ })));
10657
+ };
10658
+
10659
+ /* 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=\"M225.09-23.04q-32.51 0-55.87-23.52-23.35-23.53-23.35-56.27V-583q0-31.91 23.35-55.56 23.36-23.66 55.87-23.66h114.69q16.71 0 28.16 11.5 11.45 11.51 11.45 28.29t-11.45 28.11Q356.49-583 339.78-583H225.09v480.17h509.82V-583H618.78q-17.27 0-28.72-11.5t-11.45-28.28q0-16.78 11.45-28.11 11.45-11.33 28.72-11.33h116.13q32.74 0 56.26 23.66Q814.7-614.91 814.7-583v480.17q0 32.74-23.53 56.27-23.52 23.52-56.26 23.52H225.09Zm214.3-761.18L379.17-724q-11.82 11.83-28 12.13-16.17.31-27.84-11.54-11.55-11.85-11.55-28.31 0-16.45 11.98-28.44l126.89-128.45q12.03-11.83 28.45-11.83t28.25 11.83L635.39-780q11.83 11.97 11.83 28.01 0 16.05-11.57 27.71-11.69 11.67-28.03 11.67-16.34 0-28.23-11.82l-60.78-59.79v412.31q0 16.7-11.5 28.16-11.5 11.45-28.29 11.45-16.78 0-28.1-11.45-11.33-11.46-11.33-28.16v-412.31Z\"/></svg>");
10660
+
10661
+ /***/ }),
10662
+
10609
10663
  /***/ 12158:
10610
10664
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
10611
10665
 
@@ -15965,6 +16019,27 @@ const SunSVG = (opts) => {
15965
16019
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (SunSVG)));
15966
16020
 
15967
16021
 
16022
+ /***/ }),
16023
+
16024
+ /***/ 16990:
16025
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
16026
+
16027
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
16028
+ /* harmony export */ SynchronizeSVG: () => (/* binding */ SynchronizeSVG)
16029
+ /* harmony export */ });
16030
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(47730);
16031
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(34872);
16032
+
16033
+
16034
+
16035
+ const SynchronizeSVG = (opts) => {
16036
+ var _a;
16037
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
16038
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
16039
+ };
16040
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (SynchronizeSVG)));
16041
+
16042
+
15968
16043
  /***/ }),
15969
16044
 
15970
16045
  /***/ 319:
@@ -16771,6 +16846,7 @@ __webpack_require__.r(__webpack_exports__);
16771
16846
  /* harmony import */ var _MoveIn__WEBPACK_IMPORTED_MODULE_214__ = __webpack_require__(42372);
16772
16847
  /* harmony import */ var _ConditionGraph__WEBPACK_IMPORTED_MODULE_215__ = __webpack_require__(51025);
16773
16848
  /* harmony import */ var _FeatureSearch__WEBPACK_IMPORTED_MODULE_216__ = __webpack_require__(58962);
16849
+ /* harmony import */ var _Synchronize__WEBPACK_IMPORTED_MODULE_217__ = __webpack_require__(16990);
16774
16850
 
16775
16851
  var __defProp = Object.defineProperty;
16776
16852
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
@@ -17015,6 +17091,7 @@ var __objRest = (source, exclude) => {
17015
17091
 
17016
17092
 
17017
17093
 
17094
+
17018
17095
 
17019
17096
 
17020
17097
  const svgMap = {
@@ -17234,7 +17311,8 @@ const svgMap = {
17234
17311
  move: _Move__WEBPACK_IMPORTED_MODULE_213__.MoveSVG,
17235
17312
  move_in: _MoveIn__WEBPACK_IMPORTED_MODULE_214__.MoveInSVG,
17236
17313
  condition_graph: _ConditionGraph__WEBPACK_IMPORTED_MODULE_215__.ConditionGraphSVG,
17237
- feature_search: _FeatureSearch__WEBPACK_IMPORTED_MODULE_216__.FeatureSearchSVG
17314
+ feature_search: _FeatureSearch__WEBPACK_IMPORTED_MODULE_216__.FeatureSearchSVG,
17315
+ synchronize: _Synchronize__WEBPACK_IMPORTED_MODULE_217__.SynchronizeSVG
17238
17316
  };
17239
17317
  const defaultOpts = {
17240
17318
  name: "epilot",