@epilot360/icons 1.17.21 → 1.17.22

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
@@ -202,7 +202,8 @@ export declare const svgMap: {
202
202
  cards: (opts?: IconProps) => string;
203
203
  task: (opts?: IconProps) => string;
204
204
  widgets: (opts?: IconProps) => string;
205
- Attach: (opts?: IconProps) => string;
205
+ attach: (opts?: IconProps) => string;
206
+ description: (opts?: IconProps) => string;
206
207
  };
207
208
  export type IconSVGName = keyof typeof svgMap;
208
209
  type Opts = IconProps & {
package/svg/svgIcon.js CHANGED
@@ -3084,6 +3084,60 @@ var SvgIcon = function SvgIcon(props) {
3084
3084
 
3085
3085
  /***/ }),
3086
3086
 
3087
+ /***/ 59951:
3088
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3089
+
3090
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3091
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
3092
+ /* harmony export */ });
3093
+ /* unused harmony export ReactComponent */
3094
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
3095
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
3096
+ var _path;
3097
+ 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); }
3098
+
3099
+ var SvgIconFill = function SvgIconFill(props) {
3100
+ return /*#__PURE__*/React.createElement("svg", _extends({
3101
+ xmlns: "http://www.w3.org/2000/svg",
3102
+ width: 48,
3103
+ height: 48,
3104
+ viewBox: "0 -960 960 960"
3105
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
3106
+ d: "M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z"
3107
+ })));
3108
+ };
3109
+
3110
+ /* 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=\"M352.39-248.87h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm0-170h255.78q13.97 0 23.4-9.75 9.43-9.74 9.43-23.76 0-14.01-9.43-23.36t-23.4-9.35H351.83q-13.97 0-23.4 9.47-9.43 9.46-9.43 23.47 0 14.02 9.71 23.65 9.72 9.63 23.68 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.32 0 31.31 6.7 14.99 6.7 25.82 17.52l179.61 179.61q10.82 10.83 17.52 25.82 6.7 14.99 6.7 31.31v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65q0 16.7 11.45 28.16 11.46 11.45 28.16 11.45h149.39l-189-186v146.39Z\"/></svg>");
3111
+
3112
+ /***/ }),
3113
+
3114
+ /***/ 30922:
3115
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3116
+
3117
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3118
+ /* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__)
3119
+ /* harmony export */ });
3120
+ /* unused harmony export ReactComponent */
3121
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
3122
+ /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
3123
+ var _path;
3124
+ 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); }
3125
+
3126
+ var SvgIcon = function SvgIcon(props) {
3127
+ return /*#__PURE__*/React.createElement("svg", _extends({
3128
+ xmlns: "http://www.w3.org/2000/svg",
3129
+ width: 48,
3130
+ height: 48,
3131
+ viewBox: "0 -960 960 960"
3132
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
3133
+ d: "M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z"
3134
+ })));
3135
+ };
3136
+
3137
+ /* 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=\"M352.39-248.87h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm0-170h255.78q13.95 0 23.39-9.63 9.44-9.64 9.44-23.88 0-14-9.44-23.35-9.44-9.36-23.39-9.36H351.83q-13.95 0-23.39 9.48-9.44 9.47-9.44 23.47 0 14.01 9.6 23.64t23.79 9.63Zm-127.3 353q-32.51 0-55.87-23.35-23.35-23.36-23.35-55.87v-669.82q0-32.74 23.35-56.26 23.36-23.53 55.87-23.53h328.65q16.46 0 31.38 6.7 14.92 6.7 25.75 17.52l179.61 179.61q10.82 10.83 17.52 25.75 6.7 14.92 6.7 31.38v488.65q0 32.51-23.53 55.87-23.52 23.35-56.26 23.35H225.09Zm320.82-602.65v-146.39H225.09v669.82h509.82v-483.82H585.52q-16.7 0-28.16-11.45-11.45-11.46-11.45-28.16ZM225.09-814.91v186-186 669.82-669.82Z\"/></svg>");
3138
+
3139
+ /***/ }),
3140
+
3087
3141
  /***/ 21080:
3088
3142
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3089
3143
 
@@ -12289,6 +12343,27 @@ const DeleteForeverSVG = (opts) => {
12289
12343
  /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (DeleteForeverSVG)));
12290
12344
 
12291
12345
 
12346
+ /***/ }),
12347
+
12348
+ /***/ 60489:
12349
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
12350
+
12351
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12352
+ /* harmony export */ DescriptionSVG: () => (/* binding */ DescriptionSVG)
12353
+ /* harmony export */ });
12354
+ /* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(59951);
12355
+ /* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(30922);
12356
+
12357
+
12358
+
12359
+ const DescriptionSVG = (opts) => {
12360
+ var _a;
12361
+ const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
12362
+ return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
12363
+ };
12364
+ /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (DescriptionSVG)));
12365
+
12366
+
12292
12367
  /***/ }),
12293
12368
 
12294
12369
  /***/ 78569:
@@ -15643,6 +15718,7 @@ __webpack_require__.r(__webpack_exports__);
15643
15718
  /* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(82186);
15644
15719
  /* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(76338);
15645
15720
  /* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(51845);
15721
+ /* harmony import */ var _Description__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(60489);
15646
15722
 
15647
15723
  var __defProp = Object.defineProperty;
15648
15724
  var __getOwnPropSymbols = Object.getOwnPropertySymbols;
@@ -15873,6 +15949,7 @@ var __objRest = (source, exclude) => {
15873
15949
 
15874
15950
 
15875
15951
 
15952
+
15876
15953
 
15877
15954
 
15878
15955
  const svgMap = {
@@ -16078,7 +16155,8 @@ const svgMap = {
16078
16155
  cards: _Cards__WEBPACK_IMPORTED_MODULE_199__.CardsSVG,
16079
16156
  task: _Task__WEBPACK_IMPORTED_MODULE_200__.TaskSVG,
16080
16157
  widgets: _Widgets__WEBPACK_IMPORTED_MODULE_201__.WidgetsSVG,
16081
- Attach: _Attach__WEBPACK_IMPORTED_MODULE_202__.AttachSVG
16158
+ attach: _Attach__WEBPACK_IMPORTED_MODULE_202__.AttachSVG,
16159
+ description: _Description__WEBPACK_IMPORTED_MODULE_203__.DescriptionSVG
16082
16160
  };
16083
16161
  const defaultOpts = {
16084
16162
  name: "epilot",