@epilot360/icons 1.16.16 → 1.16.17

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
@@ -177,6 +177,7 @@ export declare const svgMap: {
177
177
  raven: (opts?: IconProps) => string;
178
178
  drive_file_move: (opts?: IconProps) => string;
179
179
  archive: (opts?: IconProps) => string;
180
+ unarchive: (opts?: IconProps) => string;
180
181
  };
181
182
  export type IconSVGName = keyof typeof svgMap;
182
183
  type Opts = IconProps & {
package/svg/svgIcon.js CHANGED
@@ -9152,6 +9152,62 @@ var SvgIcon = function SvgIcon(props) {
9152
9152
 
9153
9153
  /***/ }),
9154
9154
 
9155
+ /***/ 96634:
9156
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9157
+
9158
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9159
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
9160
+ /* harmony export */ });
9161
+ /* unused harmony export ReactComponent */
9162
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
9163
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
9164
+ var _path;
9165
+ 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); }
9166
+
9167
+ var SvgIconFill = function SvgIconFill(props) {
9168
+ return /*#__PURE__*/React.createElement("svg", _extends({
9169
+ xmlns: "http://www.w3.org/2000/svg",
9170
+ width: 24,
9171
+ height: 24,
9172
+ fill: "#5f6368",
9173
+ viewBox: "0 -960 960 960"
9174
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
9175
+ d: "M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160ZM200-120q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Z"
9176
+ })));
9177
+ };
9178
+
9179
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\" width=\"24px\" fill=\"#5f6368\"><path d=\"M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160ZM200-120q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Z\"/></svg>");
9180
+
9181
+ /***/ }),
9182
+
9183
+ /***/ 87706:
9184
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9185
+
9186
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
9187
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
9188
+ /* harmony export */ });
9189
+ /* unused harmony export ReactComponent */
9190
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
9191
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
9192
+ var _path;
9193
+ 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); }
9194
+
9195
+ var SvgIcon = function SvgIcon(props) {
9196
+ return /*#__PURE__*/React.createElement("svg", _extends({
9197
+ xmlns: "http://www.w3.org/2000/svg",
9198
+ width: 24,
9199
+ height: 24,
9200
+ fill: "#5f6368",
9201
+ viewBox: "0 -960 960 960"
9202
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
9203
+ d: "M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160Zm-280-80v440h560v-440H200Zm0 520q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Zm264 300Z"
9204
+ })));
9205
+ };
9206
+
9207
+ /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\" width=\"24px\" fill=\"#5f6368\"><path d=\"M480-560 320-400l56 56 64-64v168h80v-168l64 64 56-56-160-160Zm-280-80v440h560v-440H200Zm0 520q-33 0-56.5-23.5T120-200v-499q0-14 4.5-27t13.5-24l50-61q11-14 27.5-21.5T250-840h460q18 0 34.5 7.5T772-811l50 61q9 11 13.5 24t4.5 27v499q0 33-23.5 56.5T760-120H200Zm16-600h528l-34-40H250l-34 40Zm264 300Z\"/></svg>");
9208
+
9209
+ /***/ }),
9210
+
9155
9211
  /***/ 96520:
9156
9212
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
9157
9213
 
@@ -13133,6 +13189,27 @@ const TwoColumnsSVG = (opts) => {
13133
13189
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (TwoColumnsSVG)));
13134
13190
 
13135
13191
 
13192
+ /***/ }),
13193
+
13194
+ /***/ 96508:
13195
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
13196
+
13197
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
13198
+ /* harmony export */ UnarchiveSVG: () => (/* binding */ UnarchiveSVG)
13199
+ /* harmony export */ });
13200
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(96634);
13201
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(87706);
13202
+
13203
+
13204
+
13205
+ const UnarchiveSVG = (opts) => {
13206
+ var _a;
13207
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
13208
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
13209
+ };
13210
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (UnarchiveSVG)));
13211
+
13212
+
13136
13213
  /***/ }),
13137
13214
 
13138
13215
  /***/ 87908:
@@ -13563,6 +13640,7 @@ __webpack_require__.r(__webpack_exports__);
13563
13640
  /* harmony import */ var _Raven__WEBPACK_IMPORTED_MODULE_174__ = __webpack_require__(29589);
13564
13641
  /* harmony import */ var _DriveFileMove__WEBPACK_IMPORTED_MODULE_175__ = __webpack_require__(75674);
13565
13642
  /* harmony import */ var _Archive__WEBPACK_IMPORTED_MODULE_176__ = __webpack_require__(20079);
13643
+ /* harmony import */ var _Unarchive__WEBPACK_IMPORTED_MODULE_177__ = __webpack_require__(96508);
13566
13644
 
13567
13645
  var __defProp = Object.defineProperty;
13568
13646
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
@@ -13767,6 +13845,7 @@ var __objRest = (source, exclude) => {
13767
13845
 
13768
13846
 
13769
13847
 
13848
+
13770
13849
 
13771
13850
 
13772
13851
  const svgMap = {
@@ -13946,7 +14025,8 @@ const svgMap = {
13946
14025
  add_task: _AddTask__WEBPACK_IMPORTED_MODULE_173__.AddTaskSVG,
13947
14026
  raven: _Raven__WEBPACK_IMPORTED_MODULE_174__.RavenSVG,
13948
14027
  drive_file_move: _DriveFileMove__WEBPACK_IMPORTED_MODULE_175__.DriveFileMoveSVG,
13949
- archive: _Archive__WEBPACK_IMPORTED_MODULE_176__.ArchiveSVG
14028
+ archive: _Archive__WEBPACK_IMPORTED_MODULE_176__.ArchiveSVG,
14029
+ unarchive: _Unarchive__WEBPACK_IMPORTED_MODULE_177__.UnarchiveSVG
13950
14030
  };
13951
14031
  const defaultOpts = {
13952
14032
  name: "epilot",