@epilot360/icons 1.17.6 → 1.17.7

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,7 @@ 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;
191
192
  };
192
193
  export type IconSVGName = keyof typeof svgMap;
193
194
  type Opts = IconProps & {
package/svg/svgIcon.js CHANGED
@@ -9748,6 +9748,60 @@ var SvgIcon = function SvgIcon(props) {
9748
9748
 
9749
9749
  /***/ }),
9750
9750
 
9751
+ /***/ 38544:
9752
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9753
+
9754
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9755
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
9756
+ /* harmony export */ });
9757
+ /* unused harmony export ReactComponent */
9758
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
9759
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
9760
+ var _path;
9761
+ 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); }
9762
+
9763
+ var SvgIconFill = function SvgIconFill(props) {
9764
+ return /*#__PURE__*/React.createElement("svg", _extends({
9765
+ xmlns: "http://www.w3.org/2000/svg",
9766
+ width: 48,
9767
+ height: 48,
9768
+ viewBox: "0 -960 960 960"
9769
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
9770
+ 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"
9771
+ })));
9772
+ };
9773
+
9774
+ /* 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>");
9775
+
9776
+ /***/ }),
9777
+
9778
+ /***/ 53929:
9779
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9780
+
9781
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9782
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
9783
+ /* harmony export */ });
9784
+ /* unused harmony export ReactComponent */
9785
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
9786
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
9787
+ var _path;
9788
+ 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); }
9789
+
9790
+ var SvgIcon = function SvgIcon(props) {
9791
+ return /*#__PURE__*/React.createElement("svg", _extends({
9792
+ xmlns: "http://www.w3.org/2000/svg",
9793
+ width: 48,
9794
+ height: 48,
9795
+ viewBox: "0 -960 960 960"
9796
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
9797
+ 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"
9798
+ })));
9799
+ };
9800
+
9801
+ /* 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>");
9802
+
9803
+ /***/ }),
9804
+
9751
9805
  /***/ 96520:
9752
9806
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9753
9807
 
@@ -13960,6 +14014,27 @@ const UnarchiveSVG = (opts) => {
13960
14014
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (UnarchiveSVG)));
13961
14015
 
13962
14016
 
14017
+ /***/ }),
14018
+
14019
+ /***/ 59704:
14020
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
14021
+
14022
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
14023
+ /* harmony export */ UndoSVG: () => (/* binding */ UndoSVG)
14024
+ /* harmony export */ });
14025
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(38544);
14026
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(53929);
14027
+
14028
+
14029
+
14030
+ const UndoSVG = (opts) => {
14031
+ var _a;
14032
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
14033
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
14034
+ };
14035
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (UndoSVG)));
14036
+
14037
+
13963
14038
  /***/ }),
13964
14039
 
13965
14040
  /***/ 87908:
@@ -14401,6 +14476,7 @@ __webpack_require__.r(__webpack_exports__);
14401
14476
  /* harmony import */ var _LocationAway__WEBPACK_IMPORTED_MODULE_185__ = __webpack_require__(60050);
14402
14477
  /* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(42995);
14403
14478
  /* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(19045);
14479
+ /* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(59704);
14404
14480
 
14405
14481
  var __defProp = Object.defineProperty;
14406
14482
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
@@ -14616,6 +14692,7 @@ var __objRest = (source, exclude) => {
14616
14692
 
14617
14693
 
14618
14694
 
14695
+
14619
14696
 
14620
14697
 
14621
14698
  const svgMap = {
@@ -14806,7 +14883,8 @@ const svgMap = {
14806
14883
  unarchive: _Unarchive__WEBPACK_IMPORTED_MODULE_184__.UnarchiveSVG,
14807
14884
  location_away: _LocationAway__WEBPACK_IMPORTED_MODULE_185__.LocationAwaySVG,
14808
14885
  link_off: _LinkOff__WEBPACK_IMPORTED_MODULE_186__.LinkOffSVG,
14809
- send: _Send__WEBPACK_IMPORTED_MODULE_187__.SendSVG
14886
+ send: _Send__WEBPACK_IMPORTED_MODULE_187__.SendSVG,
14887
+ undo: _Undo__WEBPACK_IMPORTED_MODULE_188__.UndoSVG
14810
14888
  };
14811
14889
  const defaultOpts = {
14812
14890
  name: "epilot",