@epilot360/icons 1.17.6 → 1.17.8

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
@@ -188,6 +188,8 @@ export declare const svgMap: {
188
188
  location_away: (opts?: IconProps) => string;
189
189
  link_off: (opts?: IconProps) => string;
190
190
  send: (opts?: IconProps) => string;
191
+ undo: (opts?: IconProps) => string;
192
+ chip_extraction: (opts?: IconProps) => string;
191
193
  };
192
194
  export type IconSVGName = keyof typeof svgMap;
193
195
  type Opts = IconProps & {
package/svg/svgIcon.js CHANGED
@@ -2002,6 +2002,60 @@ var SvgIcon = function SvgIcon(props) {
2002
2002
 
2003
2003
  /***/ }),
2004
2004
 
2005
+ /***/ 67236:
2006
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2007
+
2008
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2009
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
2010
+ /* harmony export */ });
2011
+ /* unused harmony export ReactComponent */
2012
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
2013
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
2014
+ var _path;
2015
+ 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); }
2016
+
2017
+ var SvgIconFill = function SvgIconFill(props) {
2018
+ return /*#__PURE__*/React.createElement("svg", _extends({
2019
+ xmlns: "http://www.w3.org/2000/svg",
2020
+ width: 48,
2021
+ height: 48,
2022
+ viewBox: "0 -960 960 960"
2023
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
2024
+ d: "M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z"
2025
+ })));
2026
+ };
2027
+
2028
+ /* 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=\"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\"/></svg>");
2029
+
2030
+ /***/ }),
2031
+
2032
+ /***/ 35382:
2033
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2034
+
2035
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2036
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
2037
+ /* harmony export */ });
2038
+ /* unused harmony export ReactComponent */
2039
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
2040
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
2041
+ var _path;
2042
+ 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); }
2043
+
2044
+ var SvgIcon = function SvgIcon(props) {
2045
+ return /*#__PURE__*/React.createElement("svg", _extends({
2046
+ xmlns: "http://www.w3.org/2000/svg",
2047
+ width: 48,
2048
+ height: 48,
2049
+ viewBox: "0 -960 960 960"
2050
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
2051
+ d: "M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z"
2052
+ })));
2053
+ };
2054
+
2055
+ /* 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=\"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\"/></svg>");
2056
+
2057
+ /***/ }),
2058
+
2005
2059
  /***/ 56006:
2006
2060
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2007
2061
 
@@ -9748,6 +9802,60 @@ var SvgIcon = function SvgIcon(props) {
9748
9802
 
9749
9803
  /***/ }),
9750
9804
 
9805
+ /***/ 38544:
9806
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9807
+
9808
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9809
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
9810
+ /* harmony export */ });
9811
+ /* unused harmony export ReactComponent */
9812
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
9813
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
9814
+ var _path;
9815
+ 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); }
9816
+
9817
+ var SvgIconFill = function SvgIconFill(props) {
9818
+ return /*#__PURE__*/React.createElement("svg", _extends({
9819
+ xmlns: "http://www.w3.org/2000/svg",
9820
+ width: 48,
9821
+ height: 48,
9822
+ viewBox: "0 -960 960 960"
9823
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
9824
+ d: "M303.7-185.87q-16.96 0-28.29-11.33-11.32-11.32-11.32-28.28 0-16.95 11.32-28.28 11.33-11.33 28.29-11.33h274.34q65.05 0 110.96-44.76t45.91-109.89q0-64.48-45.91-109.56-45.91-45.09-110.96-45.09H297.18l77.17 77.17q11.82 12.13 11.82 27.94 0 15.8-11.82 27.91-11.83 12.11-27.78 12.11-15.96 0-27.79-12.39l-145.13-144q-6.08-6.23-9.23-13.5-3.16-7.28-3.16-14.91 0-7.64 3.16-14.87 3.15-7.23 9.23-13.42l145.13-144.56q11.83-11.83 27.79-11.83 15.95 0 27.78 12.07 11.82 12.07 11.82 27.78 0 15.72-11.82 27.54l-77.17 77.74h279.86q97.7 0 167.68 67.96 69.98 67.95 69.98 165.63 0 97.67-69.98 165.91t-167.68 68.24H303.7Z"
9825
+ })));
9826
+ };
9827
+
9828
+ /* 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=\"M303.7-185.87q-16.96 0-28.29-11.33-11.32-11.32-11.32-28.28 0-16.95 11.32-28.28 11.33-11.33 28.29-11.33h274.34q65.05 0 110.96-44.76t45.91-109.89q0-64.48-45.91-109.56-45.91-45.09-110.96-45.09H297.18l77.17 77.17q11.82 12.13 11.82 27.94 0 15.8-11.82 27.91-11.83 12.11-27.78 12.11-15.96 0-27.79-12.39l-145.13-144q-6.08-6.23-9.23-13.5-3.16-7.28-3.16-14.91 0-7.64 3.16-14.87 3.15-7.23 9.23-13.42l145.13-144.56q11.83-11.83 27.79-11.83 15.95 0 27.78 12.07 11.82 12.07 11.82 27.78 0 15.72-11.82 27.54l-77.17 77.74h279.86q97.7 0 167.68 67.96 69.98 67.95 69.98 165.63 0 97.67-69.98 165.91t-167.68 68.24H303.7Z\"/></svg>");
9829
+
9830
+ /***/ }),
9831
+
9832
+ /***/ 53929:
9833
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9834
+
9835
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9836
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
9837
+ /* harmony export */ });
9838
+ /* unused harmony export ReactComponent */
9839
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
9840
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
9841
+ var _path;
9842
+ 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); }
9843
+
9844
+ var SvgIcon = function SvgIcon(props) {
9845
+ return /*#__PURE__*/React.createElement("svg", _extends({
9846
+ xmlns: "http://www.w3.org/2000/svg",
9847
+ width: 48,
9848
+ height: 48,
9849
+ viewBox: "0 -960 960 960"
9850
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
9851
+ d: "M303.7-185.87q-16.96 0-28.29-11.33-11.32-11.32-11.32-28.28 0-16.95 11.32-28.28 11.33-11.33 28.29-11.33h274.34q65.05 0 110.96-44.76t45.91-109.89q0-64.48-45.91-109.56-45.91-45.09-110.96-45.09H297.18l77.17 77.17q11.82 12.13 11.82 27.94 0 15.8-11.82 27.91-11.83 12.11-27.78 12.11-15.96 0-27.79-12.39l-145.13-144q-6.08-6.23-9.23-13.5-3.16-7.28-3.16-14.91 0-7.64 3.16-14.87 3.15-7.23 9.23-13.42l145.13-144.56q11.83-11.83 27.79-11.83 15.95 0 27.78 12.07 11.82 12.07 11.82 27.78 0 15.72-11.82 27.54l-77.17 77.74h279.86q97.7 0 167.68 67.96 69.98 67.95 69.98 165.63 0 97.67-69.98 165.91t-167.68 68.24H303.7Z"
9852
+ })));
9853
+ };
9854
+
9855
+ /* 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=\"M303.7-185.87q-16.96 0-28.29-11.33-11.32-11.32-11.32-28.28 0-16.95 11.32-28.28 11.33-11.33 28.29-11.33h274.34q65.05 0 110.96-44.76t45.91-109.89q0-64.48-45.91-109.56-45.91-45.09-110.96-45.09H297.18l77.17 77.17q11.82 12.13 11.82 27.94 0 15.8-11.82 27.91-11.83 12.11-27.78 12.11-15.96 0-27.79-12.39l-145.13-144q-6.08-6.23-9.23-13.5-3.16-7.28-3.16-14.91 0-7.64 3.16-14.87 3.15-7.23 9.23-13.42l145.13-144.56q11.83-11.83 27.79-11.83 15.95 0 27.78 12.07 11.82 12.07 11.82 27.78 0 15.72-11.82 27.54l-77.17 77.74h279.86q97.7 0 167.68 67.96 69.98 67.95 69.98 165.63 0 97.67-69.98 165.91t-167.68 68.24H303.7Z\"/></svg>");
9856
+
9857
+ /***/ }),
9858
+
9751
9859
  /***/ 96520:
9752
9860
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9753
9861
 
@@ -10957,6 +11065,27 @@ const ChevronRightSVG = (opts) => {
10957
11065
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ChevronRightSVG)));
10958
11066
 
10959
11067
 
11068
+ /***/ }),
11069
+
11070
+ /***/ 42382:
11071
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
11072
+
11073
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11074
+ /* harmony export */ ChipExtractionSVG: () => (/* binding */ ChipExtractionSVG)
11075
+ /* harmony export */ });
11076
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67236);
11077
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(35382);
11078
+
11079
+
11080
+
11081
+ const ChipExtractionSVG = (opts) => {
11082
+ var _a;
11083
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
11084
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
11085
+ };
11086
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ChipExtractionSVG)));
11087
+
11088
+
10960
11089
  /***/ }),
10961
11090
 
10962
11091
  /***/ 91384:
@@ -13960,6 +14089,27 @@ const UnarchiveSVG = (opts) => {
13960
14089
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (UnarchiveSVG)));
13961
14090
 
13962
14091
 
14092
+ /***/ }),
14093
+
14094
+ /***/ 59704:
14095
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
14096
+
14097
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
14098
+ /* harmony export */ UndoSVG: () => (/* binding */ UndoSVG)
14099
+ /* harmony export */ });
14100
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(38544);
14101
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(53929);
14102
+
14103
+
14104
+
14105
+ const UndoSVG = (opts) => {
14106
+ var _a;
14107
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
14108
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
14109
+ };
14110
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (UndoSVG)));
14111
+
14112
+
13963
14113
  /***/ }),
13964
14114
 
13965
14115
  /***/ 87908:
@@ -14401,6 +14551,8 @@ __webpack_require__.r(__webpack_exports__);
14401
14551
  /* harmony import */ var _LocationAway__WEBPACK_IMPORTED_MODULE_185__ = __webpack_require__(60050);
14402
14552
  /* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(42995);
14403
14553
  /* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(19045);
14554
+ /* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(59704);
14555
+ /* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(42382);
14404
14556
 
14405
14557
  var __defProp = Object.defineProperty;
14406
14558
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
@@ -14615,6 +14767,8 @@ var __objRest = (source, exclude) => {
14615
14767
 
14616
14768
 
14617
14769
 
14770
+
14771
+
14618
14772
 
14619
14773
 
14620
14774
 
@@ -14806,7 +14960,9 @@ const svgMap = {
14806
14960
  unarchive: _Unarchive__WEBPACK_IMPORTED_MODULE_184__.UnarchiveSVG,
14807
14961
  location_away: _LocationAway__WEBPACK_IMPORTED_MODULE_185__.LocationAwaySVG,
14808
14962
  link_off: _LinkOff__WEBPACK_IMPORTED_MODULE_186__.LinkOffSVG,
14809
- send: _Send__WEBPACK_IMPORTED_MODULE_187__.SendSVG
14963
+ send: _Send__WEBPACK_IMPORTED_MODULE_187__.SendSVG,
14964
+ undo: _Undo__WEBPACK_IMPORTED_MODULE_188__.UndoSVG,
14965
+ chip_extraction: _ChipExtraction__WEBPACK_IMPORTED_MODULE_189__.ChipExtractionSVG
14810
14966
  };
14811
14967
  const defaultOpts = {
14812
14968
  name: "epilot",