@epilot360/icons 1.17.7 → 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
@@ -189,6 +189,7 @@ export declare const svgMap: {
189
189
  link_off: (opts?: IconProps) => string;
190
190
  send: (opts?: IconProps) => string;
191
191
  undo: (opts?: IconProps) => string;
192
+ chip_extraction: (opts?: IconProps) => string;
192
193
  };
193
194
  export type IconSVGName = keyof typeof svgMap;
194
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
 
@@ -11011,6 +11065,27 @@ const ChevronRightSVG = (opts) => {
11011
11065
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ChevronRightSVG)));
11012
11066
 
11013
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
+
11014
11089
  /***/ }),
11015
11090
 
11016
11091
  /***/ 91384:
@@ -14477,6 +14552,7 @@ __webpack_require__.r(__webpack_exports__);
14477
14552
  /* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(42995);
14478
14553
  /* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(19045);
14479
14554
  /* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(59704);
14555
+ /* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(42382);
14480
14556
 
14481
14557
  var __defProp = Object.defineProperty;
14482
14558
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
@@ -14693,6 +14769,7 @@ var __objRest = (source, exclude) => {
14693
14769
 
14694
14770
 
14695
14771
 
14772
+
14696
14773
 
14697
14774
 
14698
14775
  const svgMap = {
@@ -14884,7 +14961,8 @@ const svgMap = {
14884
14961
  location_away: _LocationAway__WEBPACK_IMPORTED_MODULE_185__.LocationAwaySVG,
14885
14962
  link_off: _LinkOff__WEBPACK_IMPORTED_MODULE_186__.LinkOffSVG,
14886
14963
  send: _Send__WEBPACK_IMPORTED_MODULE_187__.SendSVG,
14887
- undo: _Undo__WEBPACK_IMPORTED_MODULE_188__.UndoSVG
14964
+ undo: _Undo__WEBPACK_IMPORTED_MODULE_188__.UndoSVG,
14965
+ chip_extraction: _ChipExtraction__WEBPACK_IMPORTED_MODULE_189__.ChipExtractionSVG
14888
14966
  };
14889
14967
  const defaultOpts = {
14890
14968
  name: "epilot",