@epilot360/icons 1.17.34 → 1.17.36
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/icons.config.yaml +9 -1
- package/index.js +307 -17
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/EpilotIcon.d.ts +4 -0
- package/react/EpilotIcon.js +231 -9
- package/react/EpilotIcon.js.map +1 -1
- package/react/LeftPanelClose/index.d.ts +4 -0
- package/react/LeftPanelClose/index.js +209 -0
- package/react/LeftPanelClose/index.js.map +1 -0
- package/react/LeftPanelOpen/index.d.ts +4 -0
- package/react/LeftPanelOpen/index.js +209 -0
- package/react/LeftPanelOpen/index.js.map +1 -0
- package/react/Phone/index.js +4 -4
- package/react/Phone/index.js.map +1 -1
- package/react/RadioButton/index.js +4 -4
- package/react/RadioButton/index.js.map +1 -1
- package/react/index.d.ts +2 -0
- package/react/index.js +240 -12
- package/react/index.js.map +1 -1
- package/svg/LeftPanelClose/icon-fill.svg +1 -0
- package/svg/LeftPanelClose/icon.svg +1 -0
- package/svg/LeftPanelClose/index.d.ts +3 -0
- package/svg/LeftPanelClose/index.js +159 -0
- package/svg/LeftPanelClose/index.js.map +1 -0
- package/svg/LeftPanelOpen/icon-fill.svg +1 -0
- package/svg/LeftPanelOpen/icon.svg +1 -0
- package/svg/LeftPanelOpen/index.d.ts +3 -0
- package/svg/LeftPanelOpen/index.js +159 -0
- package/svg/LeftPanelOpen/index.js.map +1 -0
- package/svg/Phone/icon-fill.svg +1 -1
- package/svg/Phone/icon.svg +1 -1
- package/svg/Phone/index.js +4 -4
- package/svg/Phone/index.js.map +1 -1
- package/svg/RadioButton/icon-fill.svg +1 -1
- package/svg/RadioButton/icon.svg +1 -1
- package/svg/RadioButton/index.js +4 -4
- package/svg/RadioButton/index.js.map +1 -1
- package/svg/index.d.ts +2 -0
- package/svg/index.js +174 -12
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +2 -0
- package/svg/svgIcon.js +165 -9
- package/svg/svgIcon.js.map +1 -1
package/package.json
CHANGED
package/react/EpilotIcon.d.ts
CHANGED
|
@@ -222,6 +222,8 @@ import { ArrowDown } from './ArrowDown';
|
|
|
222
222
|
import { RegularExpression } from './RegularExpression';
|
|
223
223
|
import { Inbox } from './Inbox';
|
|
224
224
|
import { EditDocument } from './EditDocument';
|
|
225
|
+
import { LeftPanelClose } from './LeftPanelClose';
|
|
226
|
+
import { LeftPanelOpen } from './LeftPanelOpen';
|
|
225
227
|
import type { IconPropsReact } from './types';
|
|
226
228
|
export declare const IconComponentsMap: {
|
|
227
229
|
epilot: typeof Epilot;
|
|
@@ -447,6 +449,8 @@ export declare const IconComponentsMap: {
|
|
|
447
449
|
regular_expression: typeof RegularExpression;
|
|
448
450
|
inbox: typeof Inbox;
|
|
449
451
|
edit_document: typeof EditDocument;
|
|
452
|
+
left_panel_close: typeof LeftPanelClose;
|
|
453
|
+
left_panel_open: typeof LeftPanelOpen;
|
|
450
454
|
};
|
|
451
455
|
export type IconName = keyof typeof IconComponentsMap;
|
|
452
456
|
type Props = IconPropsReact & {
|
package/react/EpilotIcon.js
CHANGED
|
@@ -5888,6 +5888,110 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
5888
5888
|
|
|
5889
5889
|
/***/ }),
|
|
5890
5890
|
|
|
5891
|
+
/***/ 71884:
|
|
5892
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5893
|
+
|
|
5894
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5895
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
5896
|
+
/* harmony export */ });
|
|
5897
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
5898
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
5899
|
+
var _path;
|
|
5900
|
+
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); }
|
|
5901
|
+
|
|
5902
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
5903
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
5904
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5905
|
+
width: 48,
|
|
5906
|
+
height: 48,
|
|
5907
|
+
viewBox: "0 -960 960 960"
|
|
5908
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
5909
|
+
d: "M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.03-12.39 28.45t12.39 28.25l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z"
|
|
5910
|
+
})));
|
|
5911
|
+
};
|
|
5912
|
+
|
|
5913
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.03-12.39 28.45t12.39 28.25l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z\"/></svg>");
|
|
5914
|
+
|
|
5915
|
+
/***/ }),
|
|
5916
|
+
|
|
5917
|
+
/***/ 1738:
|
|
5918
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5919
|
+
|
|
5920
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5921
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
5922
|
+
/* harmony export */ });
|
|
5923
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
5924
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
5925
|
+
var _path;
|
|
5926
|
+
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); }
|
|
5927
|
+
|
|
5928
|
+
var SvgIcon = function SvgIcon(props) {
|
|
5929
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
5930
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5931
|
+
width: 48,
|
|
5932
|
+
height: 48,
|
|
5933
|
+
viewBox: "0 -960 960 960"
|
|
5934
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
5935
|
+
d: "M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.24-12.39 28.56 0 16.31 12.39 28.14l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z"
|
|
5936
|
+
})));
|
|
5937
|
+
};
|
|
5938
|
+
|
|
5939
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M675.44-378.87v-202.26q0-13.31-12.61-18.26-12.61-4.96-21.87 4.3l-86.74 86.74q-12.39 12.24-12.39 28.56 0 16.31 12.39 28.14l86.74 86.74q9.26 9.26 21.87 4.3 12.61-4.95 12.61-18.26Zm-490.35 273q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z\"/></svg>");
|
|
5940
|
+
|
|
5941
|
+
/***/ }),
|
|
5942
|
+
|
|
5943
|
+
/***/ 19265:
|
|
5944
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5945
|
+
|
|
5946
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5947
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
5948
|
+
/* harmony export */ });
|
|
5949
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
5950
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
5951
|
+
var _path;
|
|
5952
|
+
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); }
|
|
5953
|
+
|
|
5954
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
5955
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
5956
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5957
|
+
width: 48,
|
|
5958
|
+
height: 48,
|
|
5959
|
+
viewBox: "0 -960 960 960"
|
|
5960
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
5961
|
+
d: "M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.03 11.82-28.45t-11.82-28.25l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z"
|
|
5962
|
+
})));
|
|
5963
|
+
};
|
|
5964
|
+
|
|
5965
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.03 11.82-28.45t-11.82-28.25l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm218.3-79.22h371.52v-589.82H403.39v589.82Z\"/></svg>");
|
|
5966
|
+
|
|
5967
|
+
/***/ }),
|
|
5968
|
+
|
|
5969
|
+
/***/ 2938:
|
|
5970
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5971
|
+
|
|
5972
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5973
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
5974
|
+
/* harmony export */ });
|
|
5975
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
5976
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
5977
|
+
var _path;
|
|
5978
|
+
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); }
|
|
5979
|
+
|
|
5980
|
+
var SvgIcon = function SvgIcon(props) {
|
|
5981
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
5982
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5983
|
+
width: 48,
|
|
5984
|
+
height: 48,
|
|
5985
|
+
viewBox: "0 -960 960 960"
|
|
5986
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
5987
|
+
d: "M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.24 11.82-28.56 0-16.31-11.82-28.14l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z"
|
|
5988
|
+
})));
|
|
5989
|
+
};
|
|
5990
|
+
|
|
5991
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M525.87-581.13v202.26q0 13.31 12.61 18.26 12.61 4.96 21.87-4.3l86.74-86.74q11.82-12.24 11.82-28.56 0-16.31-11.82-28.14l-86.74-86.74q-9.26-9.26-21.87-4.3-12.61 4.95-12.61 18.26ZM185.09-105.87q-33.26 0-56.24-22.98-22.98-22.98-22.98-56.24v-589.82q0-33.49 22.98-56.64t56.24-23.15h589.82q33.49 0 56.64 23.15t23.15 56.64v589.82q0 33.26-23.15 56.24-23.15 22.98-56.64 22.98H185.09Zm138.52-79.22v-589.82H185.09v589.82h138.52Zm79.78 0h371.52v-589.82H403.39v589.82Zm-79.78 0H185.09h138.52Z\"/></svg>");
|
|
5992
|
+
|
|
5993
|
+
/***/ }),
|
|
5994
|
+
|
|
5891
5995
|
/***/ 67738:
|
|
5892
5996
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5893
5997
|
|
|
@@ -8260,11 +8364,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
8260
8364
|
height: 48,
|
|
8261
8365
|
viewBox: "0 -960 960 960"
|
|
8262
8366
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
8263
|
-
d: "
|
|
8367
|
+
d: "M265.65-25.87q-33.74 0-56.76-22.85-23.02-22.86-23.02-56.37v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.74 0 56.76 23.03 23.02 23.02 23.02 56.76v137.35q18 5.47 30.28 20.89 12.29 15.41 12.29 34.54v72.3q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.51-23.02 56.37-23.02 22.85-56.76 22.85h-426.7ZM479-708.7q13.7 0 23.54-9.84 9.85-9.85 9.85-23.55 0-13.69-9.85-23.54-9.84-9.85-23.54-9.85t-23.54 9.85q-9.85 9.85-9.85 23.54 0 13.7 9.85 23.55 9.84 9.84 23.54 9.84Z"
|
|
8264
8368
|
})));
|
|
8265
8369
|
};
|
|
8266
8370
|
|
|
8267
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"
|
|
8371
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M265.65-25.87q-33.74 0-56.76-22.85-23.02-22.86-23.02-56.37v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.74 0 56.76 23.03 23.02 23.02 23.02 56.76v137.35q18 5.47 30.28 20.89 12.29 15.41 12.29 34.54v72.3q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.51-23.02 56.37-23.02 22.85-56.76 22.85h-426.7ZM479-708.7q13.7 0 23.54-9.84 9.85-9.85 9.85-23.55 0-13.69-9.85-23.54-9.84-9.85-23.54-9.85t-23.54 9.85q-9.85 9.85-9.85 23.54 0 13.7 9.85 23.55 9.84 9.84 23.54 9.84Z\"/></svg>");
|
|
8268
8372
|
|
|
8269
8373
|
/***/ }),
|
|
8270
8374
|
|
|
@@ -8286,11 +8390,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
8286
8390
|
height: 48,
|
|
8287
8391
|
viewBox: "0 -960 960 960"
|
|
8288
8392
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
8289
|
-
d: "
|
|
8393
|
+
d: "M265.65-25.87q-33.49 0-56.63-22.98-23.15-22.98-23.15-56.24v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.49 0 56.63 23.15 23.15 23.15 23.15 56.64v137.35q18 5.47 30.28 20.84 12.29 15.37 12.29 34.17v72.72q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.26-23.15 56.24-23.14 22.98-56.63 22.98h-426.7Zm-.56-78.65h427.82v-750.96H265.09v750.96Zm0 0v-750.96 750.96ZM479-708.7q13.92 0 23.66-9.73 9.73-9.73 9.73-23.66 0-13.92-9.73-23.65-9.74-9.74-23.66-9.74t-23.66 9.74q-9.73 9.73-9.73 23.65 0 13.93 9.73 23.66 9.74 9.73 23.66 9.73Z"
|
|
8290
8394
|
})));
|
|
8291
8395
|
};
|
|
8292
8396
|
|
|
8293
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"
|
|
8397
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M265.65-25.87q-33.49 0-56.63-22.98-23.15-22.98-23.15-56.24v-749.82q0-32.74 23.52-56.26 23.52-23.53 56.26-23.53h426.7q33.49 0 56.63 23.15 23.15 23.15 23.15 56.64v137.35q18 5.47 30.28 20.84 12.29 15.37 12.29 34.17v72.72q0 20.13-12.29 35.83-12.28 15.7-30.28 21v427.91q0 33.26-23.15 56.24-23.14 22.98-56.63 22.98h-426.7Zm-.56-78.65h427.82v-750.96H265.09v750.96Zm0 0v-750.96 750.96ZM479-708.7q13.92 0 23.66-9.73 9.73-9.73 9.73-23.66 0-13.92-9.73-23.65-9.74-9.74-23.66-9.74t-23.66 9.74q-9.73 9.73-9.73 23.65 0 13.93 9.73 23.66 9.74 9.73 23.66 9.73Z\"/></svg>");
|
|
8294
8398
|
|
|
8295
8399
|
/***/ }),
|
|
8296
8400
|
|
|
@@ -8832,11 +8936,11 @@ var SvgIconFill = function SvgIconFill(props) {
|
|
|
8832
8936
|
height: 48,
|
|
8833
8937
|
viewBox: "0 -960 960 960"
|
|
8834
8938
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
8835
|
-
d: "M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.
|
|
8939
|
+
d: "M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.8Z"
|
|
8836
8940
|
})));
|
|
8837
8941
|
};
|
|
8838
8942
|
|
|
8839
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.
|
|
8943
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.8Z\"/></svg>");
|
|
8840
8944
|
|
|
8841
8945
|
/***/ }),
|
|
8842
8946
|
|
|
@@ -8858,11 +8962,11 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
8858
8962
|
height: 48,
|
|
8859
8963
|
viewBox: "0 -960 960 960"
|
|
8860
8964
|
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
8861
|
-
d: "M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.
|
|
8965
|
+
d: "M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.8Z"
|
|
8862
8966
|
})));
|
|
8863
8967
|
};
|
|
8864
8968
|
|
|
8865
|
-
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.
|
|
8969
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.08 228.13q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84-56.44-56.44-88.84-131.89-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62q75.5-32.65 161.01-32.65 86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9-55.97 56.37-131.42 88.77-75.46 32.39-161.93 32.39Zm-.08-79.22q139.74 0 237.33-97.73 97.58-97.73 97.58-237.18 0-139.74-97.58-237.33-97.59-97.58-237.61-97.58-139.02 0-236.83 97.58-97.8 97.59-97.8 237.61 0 139.02 97.73 236.83 97.73 97.8 237.18 97.8Z\"/></svg>");
|
|
8866
8970
|
|
|
8867
8971
|
/***/ }),
|
|
8868
8972
|
|
|
@@ -18062,6 +18166,118 @@ function LabelOff(props) {
|
|
|
18062
18166
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (LabelOff)));
|
|
18063
18167
|
|
|
18064
18168
|
|
|
18169
|
+
/***/ }),
|
|
18170
|
+
|
|
18171
|
+
/***/ 86065:
|
|
18172
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
18173
|
+
|
|
18174
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
18175
|
+
/* harmony export */ LeftPanelClose: () => (/* binding */ LeftPanelClose)
|
|
18176
|
+
/* harmony export */ });
|
|
18177
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
18178
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
18179
|
+
/* harmony import */ var _svg_LeftPanelClose_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(71884);
|
|
18180
|
+
/* harmony import */ var _svg_LeftPanelClose_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1738);
|
|
18181
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
18182
|
+
|
|
18183
|
+
var __defProp = Object.defineProperty;
|
|
18184
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
18185
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
18186
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
18187
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
18188
|
+
var __spreadValues = (a, b) => {
|
|
18189
|
+
for (var prop in b || (b = {}))
|
|
18190
|
+
if (__hasOwnProp.call(b, prop))
|
|
18191
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18192
|
+
if (__getOwnPropSymbols)
|
|
18193
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
18194
|
+
if (__propIsEnum.call(b, prop))
|
|
18195
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18196
|
+
}
|
|
18197
|
+
return a;
|
|
18198
|
+
};
|
|
18199
|
+
var __objRest = (source, exclude) => {
|
|
18200
|
+
var target = {};
|
|
18201
|
+
for (var prop in source)
|
|
18202
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
18203
|
+
target[prop] = source[prop];
|
|
18204
|
+
if (source != null && __getOwnPropSymbols)
|
|
18205
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
18206
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
18207
|
+
target[prop] = source[prop];
|
|
18208
|
+
}
|
|
18209
|
+
return target;
|
|
18210
|
+
};
|
|
18211
|
+
|
|
18212
|
+
|
|
18213
|
+
|
|
18214
|
+
|
|
18215
|
+
const name = "left_panel_close";
|
|
18216
|
+
function LeftPanelClose(props) {
|
|
18217
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
18218
|
+
const IconComponent = variant === "outlined" ? _svg_LeftPanelClose_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_LeftPanelClose_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
18219
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
18220
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
18221
|
+
}
|
|
18222
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (LeftPanelClose)));
|
|
18223
|
+
|
|
18224
|
+
|
|
18225
|
+
/***/ }),
|
|
18226
|
+
|
|
18227
|
+
/***/ 25734:
|
|
18228
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
18229
|
+
|
|
18230
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
18231
|
+
/* harmony export */ LeftPanelOpen: () => (/* binding */ LeftPanelOpen)
|
|
18232
|
+
/* harmony export */ });
|
|
18233
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
18234
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
18235
|
+
/* harmony import */ var _svg_LeftPanelOpen_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(19265);
|
|
18236
|
+
/* harmony import */ var _svg_LeftPanelOpen_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(2938);
|
|
18237
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
18238
|
+
|
|
18239
|
+
var __defProp = Object.defineProperty;
|
|
18240
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
18241
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
18242
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
18243
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
18244
|
+
var __spreadValues = (a, b) => {
|
|
18245
|
+
for (var prop in b || (b = {}))
|
|
18246
|
+
if (__hasOwnProp.call(b, prop))
|
|
18247
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18248
|
+
if (__getOwnPropSymbols)
|
|
18249
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
18250
|
+
if (__propIsEnum.call(b, prop))
|
|
18251
|
+
__defNormalProp(a, prop, b[prop]);
|
|
18252
|
+
}
|
|
18253
|
+
return a;
|
|
18254
|
+
};
|
|
18255
|
+
var __objRest = (source, exclude) => {
|
|
18256
|
+
var target = {};
|
|
18257
|
+
for (var prop in source)
|
|
18258
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
18259
|
+
target[prop] = source[prop];
|
|
18260
|
+
if (source != null && __getOwnPropSymbols)
|
|
18261
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
18262
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
18263
|
+
target[prop] = source[prop];
|
|
18264
|
+
}
|
|
18265
|
+
return target;
|
|
18266
|
+
};
|
|
18267
|
+
|
|
18268
|
+
|
|
18269
|
+
|
|
18270
|
+
|
|
18271
|
+
const name = "left_panel_open";
|
|
18272
|
+
function LeftPanelOpen(props) {
|
|
18273
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
18274
|
+
const IconComponent = variant === "outlined" ? _svg_LeftPanelOpen_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_LeftPanelOpen_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
18275
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
18276
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
18277
|
+
}
|
|
18278
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (LeftPanelOpen)));
|
|
18279
|
+
|
|
18280
|
+
|
|
18065
18281
|
/***/ }),
|
|
18066
18282
|
|
|
18067
18283
|
/***/ 86037:
|
|
@@ -24606,6 +24822,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
24606
24822
|
/* harmony import */ var _RegularExpression__WEBPACK_IMPORTED_MODULE_221__ = __webpack_require__(1723);
|
|
24607
24823
|
/* harmony import */ var _Inbox__WEBPACK_IMPORTED_MODULE_222__ = __webpack_require__(1498);
|
|
24608
24824
|
/* harmony import */ var _EditDocument__WEBPACK_IMPORTED_MODULE_223__ = __webpack_require__(60873);
|
|
24825
|
+
/* harmony import */ var _LeftPanelClose__WEBPACK_IMPORTED_MODULE_224__ = __webpack_require__(86065);
|
|
24826
|
+
/* harmony import */ var _LeftPanelOpen__WEBPACK_IMPORTED_MODULE_225__ = __webpack_require__(25734);
|
|
24609
24827
|
|
|
24610
24828
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
24611
24829
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
@@ -24843,6 +25061,8 @@ var __objRest = (source, exclude) => {
|
|
|
24843
25061
|
|
|
24844
25062
|
|
|
24845
25063
|
|
|
25064
|
+
|
|
25065
|
+
|
|
24846
25066
|
|
|
24847
25067
|
|
|
24848
25068
|
|
|
@@ -25069,7 +25289,9 @@ const IconComponentsMap = {
|
|
|
25069
25289
|
arrow_downward: _ArrowDown__WEBPACK_IMPORTED_MODULE_220__.ArrowDown,
|
|
25070
25290
|
regular_expression: _RegularExpression__WEBPACK_IMPORTED_MODULE_221__.RegularExpression,
|
|
25071
25291
|
inbox: _Inbox__WEBPACK_IMPORTED_MODULE_222__.Inbox,
|
|
25072
|
-
edit_document: _EditDocument__WEBPACK_IMPORTED_MODULE_223__.EditDocument
|
|
25292
|
+
edit_document: _EditDocument__WEBPACK_IMPORTED_MODULE_223__.EditDocument,
|
|
25293
|
+
left_panel_close: _LeftPanelClose__WEBPACK_IMPORTED_MODULE_224__.LeftPanelClose,
|
|
25294
|
+
left_panel_open: _LeftPanelOpen__WEBPACK_IMPORTED_MODULE_225__.LeftPanelOpen
|
|
25073
25295
|
};
|
|
25074
25296
|
const EpilotIcon = (props) => {
|
|
25075
25297
|
const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
|