@leapdev/gui-icons 3.0.21 → 3.0.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/CHANGELOG.md +33 -12
- package/dist/app.js +285 -76
- package/dist/icons/leap-web/accounting-24.svg +5 -0
- package/dist/icons/leap-web/apps-24.svg +4 -0
- package/dist/icons/leap-web/bell-unread-20.svg +3 -3
- package/dist/icons/leap-web/browse-16.svg +3 -4
- package/dist/icons/leap-web/browse-20.svg +4 -0
- package/dist/icons/leap-web/filled-pin-16.svg +1 -1
- package/dist/icons/leap-web/grey-excel-20.svg +22 -0
- package/dist/icons/leap-web/grey-lawconnect-20.svg +11 -0
- package/dist/icons/leap-web/grey-leads-20.svg +3 -0
- package/dist/icons/leap-web/grey-legal-aid-20.svg +3 -0
- package/dist/icons/leap-web/grey-myob-20.svg +3 -0
- package/dist/icons/leap-web/grey-office365-20.svg +39 -0
- package/dist/icons/leap-web/grey-outlook-20.svg +36 -0
- package/dist/icons/leap-web/grey-quickbooks-20.svg +11 -0
- package/dist/icons/leap-web/grey-rapidpay-20.svg +3 -0
- package/dist/icons/leap-web/grey-word-20.svg +35 -0
- package/dist/icons/leap-web/grey-xero-20.svg +11 -0
- package/dist/icons/leap-web/help-24.svg +4 -0
- package/dist/icons/leap-web/home-24.svg +3 -0
- package/dist/icons/leap-web/lock-16.svg +2 -1
- package/dist/icons/leap-web/lock-20.svg +3 -1
- package/dist/icons/leap-web/other-24.svg +4 -0
- package/dist/icons/leap-web/pin-10.svg +1 -1
- package/dist/icons/leap-web/reports-24.svg +3 -0
- package/dist/icons/leap-web/rgb-excel-20.svg +20 -0
- package/dist/icons/leap-web/rgb-office365-20.svg +37 -0
- package/dist/icons/leap-web/rgb-outlook-20.svg +34 -0
- package/dist/icons/leap-web/rgb-word-20.svg +33 -0
- package/dist/icons/leap-web/settings-24.svg +4 -0
- package/dist/icons/leap-web/swap-16.svg +5 -0
- package/dist/icons/leap-web/swap-20.svg +5 -0
- package/dist/icons/leap-web/two-tone-pdf-20.svg +3 -3
- package/dist/icons/leap-web/two-tone-pdf-24.svg +3 -3
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.html +38 -14
- package/dist/index.js +28 -9
- package/package.json +1 -1
- package/dist/icons/leap-web/add-circle.svg +0 -3
- package/dist/icons/leap-web/excel-20.svg +0 -24
- package/dist/icons/leap-web/more-horiz-20-1.svg +0 -3
- package/dist/icons/leap-web/office365-20.svg +0 -39
- package/dist/icons/leap-web/outlook-20.svg +0 -36
- package/dist/icons/leap-web/word-20.svg +0 -35
- /package/dist/icons/leap-web/{rgb-teams-logo-20.svg → open-teams-20.svg} +0 -0
- /package/dist/icons/leap-web/{two-tone-open-teams-24.svg → open-teams-24.svg} +0 -0
- /package/dist/icons/leap-web/{two-tone-journal-credit20.svg → two-tone-journal-credit-20.svg} +0 -0
package/dist/app.js
CHANGED
|
@@ -6631,6 +6631,17 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
6631
6631
|
|
|
6632
6632
|
/***/ }),
|
|
6633
6633
|
|
|
6634
|
+
/***/ "./src/icons/leap-web/accounting-24.svg":
|
|
6635
|
+
/*!**********************************************!*\
|
|
6636
|
+
!*** ./src/icons/leap-web/accounting-24.svg ***!
|
|
6637
|
+
\**********************************************/
|
|
6638
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6639
|
+
|
|
6640
|
+
"use strict";
|
|
6641
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-accounting-24-usage\",\n viewBox: \"0 0 24 24\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-accounting-24\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/accounting-24.svg?");
|
|
6642
|
+
|
|
6643
|
+
/***/ }),
|
|
6644
|
+
|
|
6634
6645
|
/***/ "./src/icons/leap-web/add-16.svg":
|
|
6635
6646
|
/*!***************************************!*\
|
|
6636
6647
|
!*** ./src/icons/leap-web/add-16.svg ***!
|
|
@@ -6664,17 +6675,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
6664
6675
|
|
|
6665
6676
|
/***/ }),
|
|
6666
6677
|
|
|
6667
|
-
/***/ "./src/icons/leap-web/add-circle.svg":
|
|
6668
|
-
/*!*******************************************!*\
|
|
6669
|
-
!*** ./src/icons/leap-web/add-circle.svg ***!
|
|
6670
|
-
\*******************************************/
|
|
6671
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6672
|
-
|
|
6673
|
-
"use strict";
|
|
6674
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-add-circle-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-add-circle\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/add-circle.svg?");
|
|
6675
|
-
|
|
6676
|
-
/***/ }),
|
|
6677
|
-
|
|
6678
6678
|
/***/ "./src/icons/leap-web/align-center-20.svg":
|
|
6679
6679
|
/*!************************************************!*\
|
|
6680
6680
|
!*** ./src/icons/leap-web/align-center-20.svg ***!
|
|
@@ -6730,6 +6730,17 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
6730
6730
|
|
|
6731
6731
|
/***/ }),
|
|
6732
6732
|
|
|
6733
|
+
/***/ "./src/icons/leap-web/apps-24.svg":
|
|
6734
|
+
/*!****************************************!*\
|
|
6735
|
+
!*** ./src/icons/leap-web/apps-24.svg ***!
|
|
6736
|
+
\****************************************/
|
|
6737
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6738
|
+
|
|
6739
|
+
"use strict";
|
|
6740
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-apps-24-usage\",\n viewBox: \"0 0 24 24\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-apps-24\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/apps-24.svg?");
|
|
6741
|
+
|
|
6742
|
+
/***/ }),
|
|
6743
|
+
|
|
6733
6744
|
/***/ "./src/icons/leap-web/arrow-dot-down-16.svg":
|
|
6734
6745
|
/*!**************************************************!*\
|
|
6735
6746
|
!*** ./src/icons/leap-web/arrow-dot-down-16.svg ***!
|
|
@@ -7038,6 +7049,17 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
7038
7049
|
|
|
7039
7050
|
/***/ }),
|
|
7040
7051
|
|
|
7052
|
+
/***/ "./src/icons/leap-web/browse-20.svg":
|
|
7053
|
+
/*!******************************************!*\
|
|
7054
|
+
!*** ./src/icons/leap-web/browse-20.svg ***!
|
|
7055
|
+
\******************************************/
|
|
7056
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7057
|
+
|
|
7058
|
+
"use strict";
|
|
7059
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-browse-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-browse-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/browse-20.svg?");
|
|
7060
|
+
|
|
7061
|
+
/***/ }),
|
|
7062
|
+
|
|
7041
7063
|
/***/ "./src/icons/leap-web/build-16.svg":
|
|
7042
7064
|
/*!*****************************************!*\
|
|
7043
7065
|
!*** ./src/icons/leap-web/build-16.svg ***!
|
|
@@ -7720,17 +7742,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
7720
7742
|
|
|
7721
7743
|
/***/ }),
|
|
7722
7744
|
|
|
7723
|
-
/***/ "./src/icons/leap-web/excel-20.svg":
|
|
7724
|
-
/*!*****************************************!*\
|
|
7725
|
-
!*** ./src/icons/leap-web/excel-20.svg ***!
|
|
7726
|
-
\*****************************************/
|
|
7727
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7728
|
-
|
|
7729
|
-
"use strict";
|
|
7730
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-excel-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-excel-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/excel-20.svg?");
|
|
7731
|
-
|
|
7732
|
-
/***/ }),
|
|
7733
|
-
|
|
7734
7745
|
/***/ "./src/icons/leap-web/expand-16.svg":
|
|
7735
7746
|
/*!******************************************!*\
|
|
7736
7747
|
!*** ./src/icons/leap-web/expand-16.svg ***!
|
|
@@ -8017,6 +8028,127 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
8017
8028
|
|
|
8018
8029
|
/***/ }),
|
|
8019
8030
|
|
|
8031
|
+
/***/ "./src/icons/leap-web/grey-excel-20.svg":
|
|
8032
|
+
/*!**********************************************!*\
|
|
8033
|
+
!*** ./src/icons/leap-web/grey-excel-20.svg ***!
|
|
8034
|
+
\**********************************************/
|
|
8035
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8036
|
+
|
|
8037
|
+
"use strict";
|
|
8038
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-grey-excel-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-grey-excel-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/grey-excel-20.svg?");
|
|
8039
|
+
|
|
8040
|
+
/***/ }),
|
|
8041
|
+
|
|
8042
|
+
/***/ "./src/icons/leap-web/grey-lawconnect-20.svg":
|
|
8043
|
+
/*!***************************************************!*\
|
|
8044
|
+
!*** ./src/icons/leap-web/grey-lawconnect-20.svg ***!
|
|
8045
|
+
\***************************************************/
|
|
8046
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8047
|
+
|
|
8048
|
+
"use strict";
|
|
8049
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-grey-lawconnect-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-grey-lawconnect-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/grey-lawconnect-20.svg?");
|
|
8050
|
+
|
|
8051
|
+
/***/ }),
|
|
8052
|
+
|
|
8053
|
+
/***/ "./src/icons/leap-web/grey-leads-20.svg":
|
|
8054
|
+
/*!**********************************************!*\
|
|
8055
|
+
!*** ./src/icons/leap-web/grey-leads-20.svg ***!
|
|
8056
|
+
\**********************************************/
|
|
8057
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8058
|
+
|
|
8059
|
+
"use strict";
|
|
8060
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-grey-leads-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-grey-leads-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/grey-leads-20.svg?");
|
|
8061
|
+
|
|
8062
|
+
/***/ }),
|
|
8063
|
+
|
|
8064
|
+
/***/ "./src/icons/leap-web/grey-legal-aid-20.svg":
|
|
8065
|
+
/*!**************************************************!*\
|
|
8066
|
+
!*** ./src/icons/leap-web/grey-legal-aid-20.svg ***!
|
|
8067
|
+
\**************************************************/
|
|
8068
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8069
|
+
|
|
8070
|
+
"use strict";
|
|
8071
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-grey-legal-aid-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-grey-legal-aid-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/grey-legal-aid-20.svg?");
|
|
8072
|
+
|
|
8073
|
+
/***/ }),
|
|
8074
|
+
|
|
8075
|
+
/***/ "./src/icons/leap-web/grey-myob-20.svg":
|
|
8076
|
+
/*!*********************************************!*\
|
|
8077
|
+
!*** ./src/icons/leap-web/grey-myob-20.svg ***!
|
|
8078
|
+
\*********************************************/
|
|
8079
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8080
|
+
|
|
8081
|
+
"use strict";
|
|
8082
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-grey-myob-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-grey-myob-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/grey-myob-20.svg?");
|
|
8083
|
+
|
|
8084
|
+
/***/ }),
|
|
8085
|
+
|
|
8086
|
+
/***/ "./src/icons/leap-web/grey-office365-20.svg":
|
|
8087
|
+
/*!**************************************************!*\
|
|
8088
|
+
!*** ./src/icons/leap-web/grey-office365-20.svg ***!
|
|
8089
|
+
\**************************************************/
|
|
8090
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8091
|
+
|
|
8092
|
+
"use strict";
|
|
8093
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-grey-office365-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-grey-office365-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/grey-office365-20.svg?");
|
|
8094
|
+
|
|
8095
|
+
/***/ }),
|
|
8096
|
+
|
|
8097
|
+
/***/ "./src/icons/leap-web/grey-outlook-20.svg":
|
|
8098
|
+
/*!************************************************!*\
|
|
8099
|
+
!*** ./src/icons/leap-web/grey-outlook-20.svg ***!
|
|
8100
|
+
\************************************************/
|
|
8101
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8102
|
+
|
|
8103
|
+
"use strict";
|
|
8104
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-grey-outlook-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-grey-outlook-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/grey-outlook-20.svg?");
|
|
8105
|
+
|
|
8106
|
+
/***/ }),
|
|
8107
|
+
|
|
8108
|
+
/***/ "./src/icons/leap-web/grey-quickbooks-20.svg":
|
|
8109
|
+
/*!***************************************************!*\
|
|
8110
|
+
!*** ./src/icons/leap-web/grey-quickbooks-20.svg ***!
|
|
8111
|
+
\***************************************************/
|
|
8112
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8113
|
+
|
|
8114
|
+
"use strict";
|
|
8115
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-grey-quickbooks-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-grey-quickbooks-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/grey-quickbooks-20.svg?");
|
|
8116
|
+
|
|
8117
|
+
/***/ }),
|
|
8118
|
+
|
|
8119
|
+
/***/ "./src/icons/leap-web/grey-rapidpay-20.svg":
|
|
8120
|
+
/*!*************************************************!*\
|
|
8121
|
+
!*** ./src/icons/leap-web/grey-rapidpay-20.svg ***!
|
|
8122
|
+
\*************************************************/
|
|
8123
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8124
|
+
|
|
8125
|
+
"use strict";
|
|
8126
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-grey-rapidpay-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-grey-rapidpay-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/grey-rapidpay-20.svg?");
|
|
8127
|
+
|
|
8128
|
+
/***/ }),
|
|
8129
|
+
|
|
8130
|
+
/***/ "./src/icons/leap-web/grey-word-20.svg":
|
|
8131
|
+
/*!*********************************************!*\
|
|
8132
|
+
!*** ./src/icons/leap-web/grey-word-20.svg ***!
|
|
8133
|
+
\*********************************************/
|
|
8134
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8135
|
+
|
|
8136
|
+
"use strict";
|
|
8137
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-grey-word-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-grey-word-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/grey-word-20.svg?");
|
|
8138
|
+
|
|
8139
|
+
/***/ }),
|
|
8140
|
+
|
|
8141
|
+
/***/ "./src/icons/leap-web/grey-xero-20.svg":
|
|
8142
|
+
/*!*********************************************!*\
|
|
8143
|
+
!*** ./src/icons/leap-web/grey-xero-20.svg ***!
|
|
8144
|
+
\*********************************************/
|
|
8145
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8146
|
+
|
|
8147
|
+
"use strict";
|
|
8148
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-grey-xero-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-grey-xero-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/grey-xero-20.svg?");
|
|
8149
|
+
|
|
8150
|
+
/***/ }),
|
|
8151
|
+
|
|
8020
8152
|
/***/ "./src/icons/leap-web/grid-16.svg":
|
|
8021
8153
|
/*!****************************************!*\
|
|
8022
8154
|
!*** ./src/icons/leap-web/grid-16.svg ***!
|
|
@@ -8072,6 +8204,17 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
8072
8204
|
|
|
8073
8205
|
/***/ }),
|
|
8074
8206
|
|
|
8207
|
+
/***/ "./src/icons/leap-web/help-24.svg":
|
|
8208
|
+
/*!****************************************!*\
|
|
8209
|
+
!*** ./src/icons/leap-web/help-24.svg ***!
|
|
8210
|
+
\****************************************/
|
|
8211
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8212
|
+
|
|
8213
|
+
"use strict";
|
|
8214
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-help-24-usage\",\n viewBox: \"0 0 24 24\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-help-24\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/help-24.svg?");
|
|
8215
|
+
|
|
8216
|
+
/***/ }),
|
|
8217
|
+
|
|
8075
8218
|
/***/ "./src/icons/leap-web/history-16.svg":
|
|
8076
8219
|
/*!*******************************************!*\
|
|
8077
8220
|
!*** ./src/icons/leap-web/history-16.svg ***!
|
|
@@ -8116,6 +8259,17 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
8116
8259
|
|
|
8117
8260
|
/***/ }),
|
|
8118
8261
|
|
|
8262
|
+
/***/ "./src/icons/leap-web/home-24.svg":
|
|
8263
|
+
/*!****************************************!*\
|
|
8264
|
+
!*** ./src/icons/leap-web/home-24.svg ***!
|
|
8265
|
+
\****************************************/
|
|
8266
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8267
|
+
|
|
8268
|
+
"use strict";
|
|
8269
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-home-24-usage\",\n viewBox: \"0 0 24 24\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-home-24\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/home-24.svg?");
|
|
8270
|
+
|
|
8271
|
+
/***/ }),
|
|
8272
|
+
|
|
8119
8273
|
/***/ "./src/icons/leap-web/idea-16.svg":
|
|
8120
8274
|
/*!****************************************!*\
|
|
8121
8275
|
!*** ./src/icons/leap-web/idea-16.svg ***!
|
|
@@ -8479,17 +8633,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
8479
8633
|
|
|
8480
8634
|
/***/ }),
|
|
8481
8635
|
|
|
8482
|
-
/***/ "./src/icons/leap-web/more-horiz-20-1.svg":
|
|
8483
|
-
/*!************************************************!*\
|
|
8484
|
-
!*** ./src/icons/leap-web/more-horiz-20-1.svg ***!
|
|
8485
|
-
\************************************************/
|
|
8486
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8487
|
-
|
|
8488
|
-
"use strict";
|
|
8489
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-more-horiz-20-1-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-more-horiz-20-1\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/more-horiz-20-1.svg?");
|
|
8490
|
-
|
|
8491
|
-
/***/ }),
|
|
8492
|
-
|
|
8493
8636
|
/***/ "./src/icons/leap-web/more-horiz-20.svg":
|
|
8494
8637
|
/*!**********************************************!*\
|
|
8495
8638
|
!*** ./src/icons/leap-web/more-horiz-20.svg ***!
|
|
@@ -8567,14 +8710,25 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
8567
8710
|
|
|
8568
8711
|
/***/ }),
|
|
8569
8712
|
|
|
8570
|
-
/***/ "./src/icons/leap-web/
|
|
8571
|
-
|
|
8572
|
-
!*** ./src/icons/leap-web/
|
|
8573
|
-
|
|
8713
|
+
/***/ "./src/icons/leap-web/open-teams-20.svg":
|
|
8714
|
+
/*!**********************************************!*\
|
|
8715
|
+
!*** ./src/icons/leap-web/open-teams-20.svg ***!
|
|
8716
|
+
\**********************************************/
|
|
8717
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8718
|
+
|
|
8719
|
+
"use strict";
|
|
8720
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-open-teams-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-open-teams-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/open-teams-20.svg?");
|
|
8721
|
+
|
|
8722
|
+
/***/ }),
|
|
8723
|
+
|
|
8724
|
+
/***/ "./src/icons/leap-web/open-teams-24.svg":
|
|
8725
|
+
/*!**********************************************!*\
|
|
8726
|
+
!*** ./src/icons/leap-web/open-teams-24.svg ***!
|
|
8727
|
+
\**********************************************/
|
|
8574
8728
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8575
8729
|
|
|
8576
8730
|
"use strict";
|
|
8577
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-
|
|
8731
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-open-teams-24-usage\",\n viewBox: \"0 0 24 24\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-open-teams-24\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/open-teams-24.svg?");
|
|
8578
8732
|
|
|
8579
8733
|
/***/ }),
|
|
8580
8734
|
|
|
@@ -8600,14 +8754,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
8600
8754
|
|
|
8601
8755
|
/***/ }),
|
|
8602
8756
|
|
|
8603
|
-
/***/ "./src/icons/leap-web/
|
|
8604
|
-
|
|
8605
|
-
!*** ./src/icons/leap-web/
|
|
8606
|
-
|
|
8757
|
+
/***/ "./src/icons/leap-web/other-24.svg":
|
|
8758
|
+
/*!*****************************************!*\
|
|
8759
|
+
!*** ./src/icons/leap-web/other-24.svg ***!
|
|
8760
|
+
\*****************************************/
|
|
8607
8761
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8608
8762
|
|
|
8609
8763
|
"use strict";
|
|
8610
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-
|
|
8764
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-other-24-usage\",\n viewBox: \"0 0 24 24\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-other-24\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/other-24.svg?");
|
|
8611
8765
|
|
|
8612
8766
|
/***/ }),
|
|
8613
8767
|
|
|
@@ -9018,14 +9172,58 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
9018
9172
|
|
|
9019
9173
|
/***/ }),
|
|
9020
9174
|
|
|
9021
|
-
/***/ "./src/icons/leap-web/
|
|
9022
|
-
|
|
9023
|
-
!*** ./src/icons/leap-web/
|
|
9024
|
-
|
|
9175
|
+
/***/ "./src/icons/leap-web/reports-24.svg":
|
|
9176
|
+
/*!*******************************************!*\
|
|
9177
|
+
!*** ./src/icons/leap-web/reports-24.svg ***!
|
|
9178
|
+
\*******************************************/
|
|
9179
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9180
|
+
|
|
9181
|
+
"use strict";
|
|
9182
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-reports-24-usage\",\n viewBox: \"0 0 24 24\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-reports-24\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/reports-24.svg?");
|
|
9183
|
+
|
|
9184
|
+
/***/ }),
|
|
9185
|
+
|
|
9186
|
+
/***/ "./src/icons/leap-web/rgb-excel-20.svg":
|
|
9187
|
+
/*!*********************************************!*\
|
|
9188
|
+
!*** ./src/icons/leap-web/rgb-excel-20.svg ***!
|
|
9189
|
+
\*********************************************/
|
|
9190
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9191
|
+
|
|
9192
|
+
"use strict";
|
|
9193
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-rgb-excel-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-rgb-excel-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/rgb-excel-20.svg?");
|
|
9194
|
+
|
|
9195
|
+
/***/ }),
|
|
9196
|
+
|
|
9197
|
+
/***/ "./src/icons/leap-web/rgb-office365-20.svg":
|
|
9198
|
+
/*!*************************************************!*\
|
|
9199
|
+
!*** ./src/icons/leap-web/rgb-office365-20.svg ***!
|
|
9200
|
+
\*************************************************/
|
|
9201
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9202
|
+
|
|
9203
|
+
"use strict";
|
|
9204
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-rgb-office365-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-rgb-office365-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/rgb-office365-20.svg?");
|
|
9205
|
+
|
|
9206
|
+
/***/ }),
|
|
9207
|
+
|
|
9208
|
+
/***/ "./src/icons/leap-web/rgb-outlook-20.svg":
|
|
9209
|
+
/*!***********************************************!*\
|
|
9210
|
+
!*** ./src/icons/leap-web/rgb-outlook-20.svg ***!
|
|
9211
|
+
\***********************************************/
|
|
9025
9212
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9026
9213
|
|
|
9027
9214
|
"use strict";
|
|
9028
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-rgb-
|
|
9215
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-rgb-outlook-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-rgb-outlook-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/rgb-outlook-20.svg?");
|
|
9216
|
+
|
|
9217
|
+
/***/ }),
|
|
9218
|
+
|
|
9219
|
+
/***/ "./src/icons/leap-web/rgb-word-20.svg":
|
|
9220
|
+
/*!********************************************!*\
|
|
9221
|
+
!*** ./src/icons/leap-web/rgb-word-20.svg ***!
|
|
9222
|
+
\********************************************/
|
|
9223
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9224
|
+
|
|
9225
|
+
"use strict";
|
|
9226
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-rgb-word-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-rgb-word-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/rgb-word-20.svg?");
|
|
9029
9227
|
|
|
9030
9228
|
/***/ }),
|
|
9031
9229
|
|
|
@@ -9073,6 +9271,17 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
9073
9271
|
|
|
9074
9272
|
/***/ }),
|
|
9075
9273
|
|
|
9274
|
+
/***/ "./src/icons/leap-web/settings-24.svg":
|
|
9275
|
+
/*!********************************************!*\
|
|
9276
|
+
!*** ./src/icons/leap-web/settings-24.svg ***!
|
|
9277
|
+
\********************************************/
|
|
9278
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9279
|
+
|
|
9280
|
+
"use strict";
|
|
9281
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-settings-24-usage\",\n viewBox: \"0 0 24 24\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-settings-24\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/settings-24.svg?");
|
|
9282
|
+
|
|
9283
|
+
/***/ }),
|
|
9284
|
+
|
|
9076
9285
|
/***/ "./src/icons/leap-web/share-16.svg":
|
|
9077
9286
|
/*!*****************************************!*\
|
|
9078
9287
|
!*** ./src/icons/leap-web/share-16.svg ***!
|
|
@@ -9304,6 +9513,28 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
9304
9513
|
|
|
9305
9514
|
/***/ }),
|
|
9306
9515
|
|
|
9516
|
+
/***/ "./src/icons/leap-web/swap-16.svg":
|
|
9517
|
+
/*!****************************************!*\
|
|
9518
|
+
!*** ./src/icons/leap-web/swap-16.svg ***!
|
|
9519
|
+
\****************************************/
|
|
9520
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9521
|
+
|
|
9522
|
+
"use strict";
|
|
9523
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-swap-16-usage\",\n viewBox: \"0 0 16 16\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-swap-16\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/swap-16.svg?");
|
|
9524
|
+
|
|
9525
|
+
/***/ }),
|
|
9526
|
+
|
|
9527
|
+
/***/ "./src/icons/leap-web/swap-20.svg":
|
|
9528
|
+
/*!****************************************!*\
|
|
9529
|
+
!*** ./src/icons/leap-web/swap-20.svg ***!
|
|
9530
|
+
\****************************************/
|
|
9531
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9532
|
+
|
|
9533
|
+
"use strict";
|
|
9534
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-swap-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-swap-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/swap-20.svg?");
|
|
9535
|
+
|
|
9536
|
+
/***/ }),
|
|
9537
|
+
|
|
9307
9538
|
/***/ "./src/icons/leap-web/templates-20.svg":
|
|
9308
9539
|
/*!*********************************************!*\
|
|
9309
9540
|
!*** ./src/icons/leap-web/templates-20.svg ***!
|
|
@@ -10404,14 +10635,14 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
10404
10635
|
|
|
10405
10636
|
/***/ }),
|
|
10406
10637
|
|
|
10407
|
-
/***/ "./src/icons/leap-web/two-tone-journal-
|
|
10408
|
-
|
|
10409
|
-
!*** ./src/icons/leap-web/two-tone-journal-
|
|
10410
|
-
|
|
10638
|
+
/***/ "./src/icons/leap-web/two-tone-journal-credit-20.svg":
|
|
10639
|
+
/*!***********************************************************!*\
|
|
10640
|
+
!*** ./src/icons/leap-web/two-tone-journal-credit-20.svg ***!
|
|
10641
|
+
\***********************************************************/
|
|
10411
10642
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10412
10643
|
|
|
10413
10644
|
"use strict";
|
|
10414
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-two-tone-journal-
|
|
10645
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-two-tone-journal-credit-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-two-tone-journal-credit-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/two-tone-journal-credit-20.svg?");
|
|
10415
10646
|
|
|
10416
10647
|
/***/ }),
|
|
10417
10648
|
|
|
@@ -10613,17 +10844,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
10613
10844
|
|
|
10614
10845
|
/***/ }),
|
|
10615
10846
|
|
|
10616
|
-
/***/ "./src/icons/leap-web/two-tone-open-teams-24.svg":
|
|
10617
|
-
/*!*******************************************************!*\
|
|
10618
|
-
!*** ./src/icons/leap-web/two-tone-open-teams-24.svg ***!
|
|
10619
|
-
\*******************************************************/
|
|
10620
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10621
|
-
|
|
10622
|
-
"use strict";
|
|
10623
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-two-tone-open-teams-24-usage\",\n viewBox: \"0 0 24 24\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-two-tone-open-teams-24\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/two-tone-open-teams-24.svg?");
|
|
10624
|
-
|
|
10625
|
-
/***/ }),
|
|
10626
|
-
|
|
10627
10847
|
/***/ "./src/icons/leap-web/two-tone-other-24.svg":
|
|
10628
10848
|
/*!**************************************************!*\
|
|
10629
10849
|
!*** ./src/icons/leap-web/two-tone-other-24.svg ***!
|
|
@@ -11746,17 +11966,6 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
11746
11966
|
|
|
11747
11967
|
/***/ }),
|
|
11748
11968
|
|
|
11749
|
-
/***/ "./src/icons/leap-web/word-20.svg":
|
|
11750
|
-
/*!****************************************!*\
|
|
11751
|
-
!*** ./src/icons/leap-web/word-20.svg ***!
|
|
11752
|
-
\****************************************/
|
|
11753
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11754
|
-
|
|
11755
|
-
"use strict";
|
|
11756
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"default\": () => (__WEBPACK_DEFAULT_EXPORT__)\n/* harmony export */ });\n/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({\n id: \"leap-web-word-20-usage\",\n viewBox: \"0 0 20 20\",\n url: __webpack_require__.p + \"icons/sprite-leap-web.svg#leap-web-word-20\",\n toString: function () {\n return this.url;\n }\n });\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/icons/leap-web/word-20.svg?");
|
|
11757
|
-
|
|
11758
|
-
/***/ }),
|
|
11759
|
-
|
|
11760
11969
|
/***/ "./src/icons/leap-web/xero-20.svg":
|
|
11761
11970
|
/*!****************************************!*\
|
|
11762
11971
|
!*** ./src/icons/leap-web/xero-20.svg ***!
|
|
@@ -13270,7 +13479,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpac
|
|
|
13270
13479
|
\**************************/
|
|
13271
13480
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
13272
13481
|
|
|
13273
|
-
eval("var map = {\n\t\"./icons/animate/spinner.svg\": \"./src/icons/animate/spinner.svg\",\n\t\"./icons/animate/tick-circle.svg\": \"./src/icons/animate/tick-circle.svg\",\n\t\"./icons/content-app/add-document.svg\": \"./src/icons/content-app/add-document.svg\",\n\t\"./icons/content-app/add-menu.svg\": \"./src/icons/content-app/add-menu.svg\",\n\t\"./icons/content-app/agreement.svg\": \"./src/icons/content-app/agreement.svg\",\n\t\"./icons/content-app/appportionable-items.svg\": \"./src/icons/content-app/appportionable-items.svg\",\n\t\"./icons/content-app/court.svg\": \"./src/icons/content-app/court.svg\",\n\t\"./icons/content-app/discharge-mortgage.svg\": \"./src/icons/content-app/discharge-mortgage.svg\",\n\t\"./icons/content-app/legal.svg\": \"./src/icons/content-app/legal.svg\",\n\t\"./icons/content-app/license.svg\": \"./src/icons/content-app/license.svg\",\n\t\"./icons/content-app/non-appportionable-items.svg\": \"./src/icons/content-app/non-appportionable-items.svg\",\n\t\"./icons/content-app/not-paid.svg\": \"./src/icons/content-app/not-paid.svg\",\n\t\"./icons/content-app/occupation.svg\": \"./src/icons/content-app/occupation.svg\",\n\t\"./icons/content-app/paid.svg\": \"./src/icons/content-app/paid.svg\",\n\t\"./icons/content-app/penality-license.svg\": \"./src/icons/content-app/penality-license.svg\",\n\t\"./icons/content-app/rates.svg\": \"./src/icons/content-app/rates.svg\",\n\t\"./icons/content-app/sas.svg\": \"./src/icons/content-app/sas.svg\",\n\t\"./icons/content-app/settlement.svg\": \"./src/icons/content-app/settlement.svg\",\n\t\"./icons/content-app/sign.svg\": \"./src/icons/content-app/sign.svg\",\n\t\"./icons/content-app/time.svg\": \"./src/icons/content-app/time.svg\",\n\t\"./icons/content-app/unpaid.svg\": \"./src/icons/content-app/unpaid.svg\",\n\t\"./icons/content-app/unsupported-document.svg\": \"./src/icons/content-app/unsupported-document.svg\",\n\t\"./icons/content-app/update-document.svg\": \"./src/icons/content-app/update-document.svg\",\n\t\"./icons/content-app/water-rates.svg\": \"./src/icons/content-app/water-rates.svg\",\n\t\"./icons/content-app/water-usage.svg\": \"./src/icons/content-app/water-usage.svg\",\n\t\"./icons/content-app/welcome.svg\": \"./src/icons/content-app/welcome.svg\",\n\t\"./icons/desktop/Pin.svg\": \"./src/icons/desktop/Pin.svg\",\n\t\"./icons/desktop/Preview.svg\": \"./src/icons/desktop/Preview.svg\",\n\t\"./icons/desktop/Remove Pin.svg\": \"./src/icons/desktop/Remove Pin.svg\",\n\t\"./icons/desktop/Share.svg\": \"./src/icons/desktop/Share.svg\",\n\t\"./icons/desktop/apps.svg\": \"./src/icons/desktop/apps.svg\",\n\t\"./icons/desktop/assign-curved.svg\": \"./src/icons/desktop/assign-curved.svg\",\n\t\"./icons/desktop/assign-right-angle.svg\": \"./src/icons/desktop/assign-right-angle.svg\",\n\t\"./icons/desktop/bar-graph.svg\": \"./src/icons/desktop/bar-graph.svg\",\n\t\"./icons/desktop/bin.svg\": \"./src/icons/desktop/bin.svg\",\n\t\"./icons/desktop/browse.svg\": \"./src/icons/desktop/browse.svg\",\n\t\"./icons/desktop/calculator.svg\": \"./src/icons/desktop/calculator.svg\",\n\t\"./icons/desktop/calendar-video.svg\": \"./src/icons/desktop/calendar-video.svg\",\n\t\"./icons/desktop/calendar.svg\": \"./src/icons/desktop/calendar.svg\",\n\t\"./icons/desktop/chevron-down.svg\": \"./src/icons/desktop/chevron-down.svg\",\n\t\"./icons/desktop/chevron-left.svg\": \"./src/icons/desktop/chevron-left.svg\",\n\t\"./icons/desktop/chevron-right.svg\": \"./src/icons/desktop/chevron-right.svg\",\n\t\"./icons/desktop/chevron-up.svg\": \"./src/icons/desktop/chevron-up.svg\",\n\t\"./icons/desktop/close.svg\": \"./src/icons/desktop/close.svg\",\n\t\"./icons/desktop/email.svg\": \"./src/icons/desktop/email.svg\",\n\t\"./icons/desktop/exclamation-circle.svg\": \"./src/icons/desktop/exclamation-circle.svg\",\n\t\"./icons/desktop/help.svg\": \"./src/icons/desktop/help.svg\",\n\t\"./icons/desktop/home.svg\": \"./src/icons/desktop/home.svg\",\n\t\"./icons/desktop/insert-arrow-left.svg\": \"./src/icons/desktop/insert-arrow-left.svg\",\n\t\"./icons/desktop/message-2.svg\": \"./src/icons/desktop/message-2.svg\",\n\t\"./icons/desktop/message-3.svg\": \"./src/icons/desktop/message-3.svg\",\n\t\"./icons/desktop/message.svg\": \"./src/icons/desktop/message.svg\",\n\t\"./icons/desktop/more-horizontal.svg\": \"./src/icons/desktop/more-horizontal.svg\",\n\t\"./icons/desktop/search.svg\": \"./src/icons/desktop/search.svg\",\n\t\"./icons/desktop/settings.svg\": \"./src/icons/desktop/settings.svg\",\n\t\"./icons/desktop/sign-out.svg\": \"./src/icons/desktop/sign-out.svg\",\n\t\"./icons/desktop/tick-circle.svg\": \"./src/icons/desktop/tick-circle.svg\",\n\t\"./icons/doctype/activity-default-16.svg\": \"./src/icons/doctype/activity-default-16.svg\",\n\t\"./icons/doctype/activity-default-24.svg\": \"./src/icons/doctype/activity-default-24.svg\",\n\t\"./icons/doctype/app-24.svg\": \"./src/icons/doctype/app-24.svg\",\n\t\"./icons/doctype/appointment-16.svg\": \"./src/icons/doctype/appointment-16.svg\",\n\t\"./icons/doctype/appointment-24.svg\": \"./src/icons/doctype/appointment-24.svg\",\n\t\"./icons/doctype/audio-16.svg\": \"./src/icons/doctype/audio-16.svg\",\n\t\"./icons/doctype/audio-24.svg\": \"./src/icons/doctype/audio-24.svg\",\n\t\"./icons/doctype/audio-28.svg\": \"./src/icons/doctype/audio-28.svg\",\n\t\"./icons/doctype/audio-sc-16.svg\": \"./src/icons/doctype/audio-sc-16.svg\",\n\t\"./icons/doctype/audio-sc-24.svg\": \"./src/icons/doctype/audio-sc-24.svg\",\n\t\"./icons/doctype/audio-sc-28.svg\": \"./src/icons/doctype/audio-sc-28.svg\",\n\t\"./icons/doctype/blank-document-2-28.svg\": \"./src/icons/doctype/blank-document-2-28.svg\",\n\t\"./icons/doctype/blank-document-24.svg\": \"./src/icons/doctype/blank-document-24.svg\",\n\t\"./icons/doctype/blank-document-28.svg\": \"./src/icons/doctype/blank-document-28.svg\",\n\t\"./icons/doctype/blank-document-template-2-28.svg\": \"./src/icons/doctype/blank-document-template-2-28.svg\",\n\t\"./icons/doctype/blank-document-template-28.svg\": \"./src/icons/doctype/blank-document-template-28.svg\",\n\t\"./icons/doctype/blank-excel-28.svg\": \"./src/icons/doctype/blank-excel-28.svg\",\n\t\"./icons/doctype/blank-excel-template-28.svg\": \"./src/icons/doctype/blank-excel-template-28.svg\",\n\t\"./icons/doctype/blank-fax-24.svg\": \"./src/icons/doctype/blank-fax-24.svg\",\n\t\"./icons/doctype/blank-fax-28.svg\": \"./src/icons/doctype/blank-fax-28.svg\",\n\t\"./icons/doctype/blank-fax-template-28.svg\": \"./src/icons/doctype/blank-fax-template-28.svg\",\n\t\"./icons/doctype/blank-letter-16.svg\": \"./src/icons/doctype/blank-letter-16.svg\",\n\t\"./icons/doctype/blank-letter-24.svg\": \"./src/icons/doctype/blank-letter-24.svg\",\n\t\"./icons/doctype/blank-memo-28.svg\": \"./src/icons/doctype/blank-memo-28.svg\",\n\t\"./icons/doctype/blank-memo-template-28.svg\": \"./src/icons/doctype/blank-memo-template-28.svg\",\n\t\"./icons/doctype/bylawyers-16.svg\": \"./src/icons/doctype/bylawyers-16.svg\",\n\t\"./icons/doctype/bylawyers-24.svg\": \"./src/icons/doctype/bylawyers-24.svg\",\n\t\"./icons/doctype/calendar-clock-blue-28.svg\": \"./src/icons/doctype/calendar-clock-blue-28.svg\",\n\t\"./icons/doctype/calendar-clock-grey-28.svg\": \"./src/icons/doctype/calendar-clock-grey-28.svg\",\n\t\"./icons/doctype/calendar-clock-orange-28.svg\": \"./src/icons/doctype/calendar-clock-orange-28.svg\",\n\t\"./icons/doctype/calendar-flag-blue-28.svg\": \"./src/icons/doctype/calendar-flag-blue-28.svg\",\n\t\"./icons/doctype/calendar-flag-grey-28.svg\": \"./src/icons/doctype/calendar-flag-grey-28.svg\",\n\t\"./icons/doctype/calendar-flag-orange-28.svg\": \"./src/icons/doctype/calendar-flag-orange-28.svg\",\n\t\"./icons/doctype/clause-precedent-16.svg\": \"./src/icons/doctype/clause-precedent-16.svg\",\n\t\"./icons/doctype/clause-precedent-24.svg\": \"./src/icons/doctype/clause-precedent-24.svg\",\n\t\"./icons/doctype/clause-precedent-new-24.svg\": \"./src/icons/doctype/clause-precedent-new-24.svg\",\n\t\"./icons/doctype/code-24.svg\": \"./src/icons/doctype/code-24.svg\",\n\t\"./icons/doctype/code-28.svg\": \"./src/icons/doctype/code-28.svg\",\n\t\"./icons/doctype/code-sc-28.svg\": \"./src/icons/doctype/code-sc-28.svg\",\n\t\"./icons/doctype/comment-16.svg\": \"./src/icons/doctype/comment-16.svg\",\n\t\"./icons/doctype/comment-24.svg\": \"./src/icons/doctype/comment-24.svg\",\n\t\"./icons/doctype/comment-28.svg\": \"./src/icons/doctype/comment-28.svg\",\n\t\"./icons/doctype/comment-sc-28.svg\": \"./src/icons/doctype/comment-sc-28.svg\",\n\t\"./icons/doctype/cost-recovery-exceeded-24.svg\": \"./src/icons/doctype/cost-recovery-exceeded-24.svg\",\n\t\"./icons/doctype/default-16.svg\": \"./src/icons/doctype/default-16.svg\",\n\t\"./icons/doctype/default-24.svg\": \"./src/icons/doctype/default-24.svg\",\n\t\"./icons/doctype/default-28.svg\": \"./src/icons/doctype/default-28.svg\",\n\t\"./icons/doctype/default-sc-16.svg\": \"./src/icons/doctype/default-sc-16.svg\",\n\t\"./icons/doctype/default-sc-24.svg\": \"./src/icons/doctype/default-sc-24.svg\",\n\t\"./icons/doctype/default-sc-28.svg\": \"./src/icons/doctype/default-sc-28.svg\",\n\t\"./icons/doctype/doc-16.svg\": \"./src/icons/doctype/doc-16.svg\",\n\t\"./icons/doctype/doc-24.svg\": \"./src/icons/doctype/doc-24.svg\",\n\t\"./icons/doctype/doc-28.svg\": \"./src/icons/doctype/doc-28.svg\",\n\t\"./icons/doctype/doc-sc-16.svg\": \"./src/icons/doctype/doc-sc-16.svg\",\n\t\"./icons/doctype/doc-sc-24.svg\": \"./src/icons/doctype/doc-sc-24.svg\",\n\t\"./icons/doctype/doc-sc-28.svg\": \"./src/icons/doctype/doc-sc-28.svg\",\n\t\"./icons/doctype/docm-28.svg\": \"./src/icons/doctype/docm-28.svg\",\n\t\"./icons/doctype/email-16.svg\": \"./src/icons/doctype/email-16.svg\",\n\t\"./icons/doctype/email-attachment-24.svg\": \"./src/icons/doctype/email-attachment-24.svg\",\n\t\"./icons/doctype/email-attachment-28.svg\": \"./src/icons/doctype/email-attachment-28.svg\",\n\t\"./icons/doctype/email-create-16.svg\": \"./src/icons/doctype/email-create-16.svg\",\n\t\"./icons/doctype/email-create-24.svg\": \"./src/icons/doctype/email-create-24.svg\",\n\t\"./icons/doctype/email-create-28.svg\": \"./src/icons/doctype/email-create-28.svg\",\n\t\"./icons/doctype/email-default-16.svg\": \"./src/icons/doctype/email-default-16.svg\",\n\t\"./icons/doctype/email-default-24.svg\": \"./src/icons/doctype/email-default-24.svg\",\n\t\"./icons/doctype/email-default-28.svg\": \"./src/icons/doctype/email-default-28.svg\",\n\t\"./icons/doctype/email-draft-16.svg\": \"./src/icons/doctype/email-draft-16.svg\",\n\t\"./icons/doctype/email-draft-24.svg\": \"./src/icons/doctype/email-draft-24.svg\",\n\t\"./icons/doctype/email-draft-28.svg\": \"./src/icons/doctype/email-draft-28.svg\",\n\t\"./icons/doctype/email-new-16.svg\": \"./src/icons/doctype/email-new-16.svg\",\n\t\"./icons/doctype/email-new-24.svg\": \"./src/icons/doctype/email-new-24.svg\",\n\t\"./icons/doctype/email-no-attachments-24.svg\": \"./src/icons/doctype/email-no-attachments-24.svg\",\n\t\"./icons/doctype/email-none-16.svg\": \"./src/icons/doctype/email-none-16.svg\",\n\t\"./icons/doctype/email-none-24.svg\": \"./src/icons/doctype/email-none-24.svg\",\n\t\"./icons/doctype/email-open-24.svg\": \"./src/icons/doctype/email-open-24.svg\",\n\t\"./icons/doctype/email-open-28.svg\": \"./src/icons/doctype/email-open-28.svg\",\n\t\"./icons/doctype/email-received-16.svg\": \"./src/icons/doctype/email-received-16.svg\",\n\t\"./icons/doctype/email-received-24.svg\": \"./src/icons/doctype/email-received-24.svg\",\n\t\"./icons/doctype/email-received-28.svg\": \"./src/icons/doctype/email-received-28.svg\",\n\t\"./icons/doctype/email-sent-16.svg\": \"./src/icons/doctype/email-sent-16.svg\",\n\t\"./icons/doctype/email-sent-24.svg\": \"./src/icons/doctype/email-sent-24.svg\",\n\t\"./icons/doctype/email-sent-28.svg\": \"./src/icons/doctype/email-sent-28.svg\",\n\t\"./icons/doctype/email-shortcut-24.svg\": \"./src/icons/doctype/email-shortcut-24.svg\",\n\t\"./icons/doctype/excel-16.svg\": \"./src/icons/doctype/excel-16.svg\",\n\t\"./icons/doctype/excel-24.svg\": \"./src/icons/doctype/excel-24.svg\",\n\t\"./icons/doctype/excel-28.svg\": \"./src/icons/doctype/excel-28.svg\",\n\t\"./icons/doctype/excel-sc-16.svg\": \"./src/icons/doctype/excel-sc-16.svg\",\n\t\"./icons/doctype/excel-sc-24.svg\": \"./src/icons/doctype/excel-sc-24.svg\",\n\t\"./icons/doctype/excel-sc.svg\": \"./src/icons/doctype/excel-sc.svg\",\n\t\"./icons/doctype/fax-16.svg\": \"./src/icons/doctype/fax-16.svg\",\n\t\"./icons/doctype/fax-24.svg\": \"./src/icons/doctype/fax-24.svg\",\n\t\"./icons/doctype/fax-28.svg\": \"./src/icons/doctype/fax-28.svg\",\n\t\"./icons/doctype/fax-template-28.svg\": \"./src/icons/doctype/fax-template-28.svg\",\n\t\"./icons/doctype/file-note-24.svg\": \"./src/icons/doctype/file-note-24.svg\",\n\t\"./icons/doctype/file-note-28.svg\": \"./src/icons/doctype/file-note-28.svg\",\n\t\"./icons/doctype/filter-16.svg\": \"./src/icons/doctype/filter-16.svg\",\n\t\"./icons/doctype/filter-24.svg\": \"./src/icons/doctype/filter-24.svg\",\n\t\"./icons/doctype/filter-28.svg\": \"./src/icons/doctype/filter-28.svg\",\n\t\"./icons/doctype/filter-sc-16.svg\": \"./src/icons/doctype/filter-sc-16.svg\",\n\t\"./icons/doctype/filter-sc-24.svg\": \"./src/icons/doctype/filter-sc-24.svg\",\n\t\"./icons/doctype/filter-sc-28.svg\": \"./src/icons/doctype/filter-sc-28.svg\",\n\t\"./icons/doctype/folder-16.svg\": \"./src/icons/doctype/folder-16.svg\",\n\t\"./icons/doctype/folder-24.svg\": \"./src/icons/doctype/folder-24.svg\",\n\t\"./icons/doctype/folder-28.svg\": \"./src/icons/doctype/folder-28.svg\",\n\t\"./icons/doctype/folder-back-16.svg\": \"./src/icons/doctype/folder-back-16.svg\",\n\t\"./icons/doctype/folder-back-24.svg\": \"./src/icons/doctype/folder-back-24.svg\",\n\t\"./icons/doctype/folder-back-28.svg\": \"./src/icons/doctype/folder-back-28.svg\",\n\t\"./icons/doctype/folder-back-sc-16.svg\": \"./src/icons/doctype/folder-back-sc-16.svg\",\n\t\"./icons/doctype/folder-back-sc-24.svg\": \"./src/icons/doctype/folder-back-sc-24.svg\",\n\t\"./icons/doctype/folder-back-sc-28.svg\": \"./src/icons/doctype/folder-back-sc-28.svg\",\n\t\"./icons/doctype/folder-collaboration-16.svg\": \"./src/icons/doctype/folder-collaboration-16.svg\",\n\t\"./icons/doctype/folder-empty-16.svg\": \"./src/icons/doctype/folder-empty-16.svg\",\n\t\"./icons/doctype/folder-empty-24.svg\": \"./src/icons/doctype/folder-empty-24.svg\",\n\t\"./icons/doctype/folder-empty-28.svg\": \"./src/icons/doctype/folder-empty-28.svg\",\n\t\"./icons/doctype/folder-empty-sc-16.svg\": \"./src/icons/doctype/folder-empty-sc-16.svg\",\n\t\"./icons/doctype/folder-empty-sc-24.svg\": \"./src/icons/doctype/folder-empty-sc-24.svg\",\n\t\"./icons/doctype/folder-empty-sc-28.svg\": \"./src/icons/doctype/folder-empty-sc-28.svg\",\n\t\"./icons/doctype/folder-home-16.svg\": \"./src/icons/doctype/folder-home-16.svg\",\n\t\"./icons/doctype/folder-home-24.svg\": \"./src/icons/doctype/folder-home-24.svg\",\n\t\"./icons/doctype/folder-home-28.svg\": \"./src/icons/doctype/folder-home-28.svg\",\n\t\"./icons/doctype/folder-home-sc-16.svg\": \"./src/icons/doctype/folder-home-sc-16.svg\",\n\t\"./icons/doctype/folder-home-sc-24.svg\": \"./src/icons/doctype/folder-home-sc-24.svg\",\n\t\"./icons/doctype/folder-home-sc-28.svg\": \"./src/icons/doctype/folder-home-sc-28.svg\",\n\t\"./icons/doctype/folder-new-16.svg\": \"./src/icons/doctype/folder-new-16.svg\",\n\t\"./icons/doctype/folder-new-24.svg\": \"./src/icons/doctype/folder-new-24.svg\",\n\t\"./icons/doctype/folder-new-28.svg\": \"./src/icons/doctype/folder-new-28.svg\",\n\t\"./icons/doctype/folder-new-sc-16.svg\": \"./src/icons/doctype/folder-new-sc-16.svg\",\n\t\"./icons/doctype/folder-new-sc-24.svg\": \"./src/icons/doctype/folder-new-sc-24.svg\",\n\t\"./icons/doctype/folder-new-sc-28.svg\": \"./src/icons/doctype/folder-new-sc-28.svg\",\n\t\"./icons/doctype/folder-open-16.svg\": \"./src/icons/doctype/folder-open-16.svg\",\n\t\"./icons/doctype/folder-open-24.svg\": \"./src/icons/doctype/folder-open-24.svg\",\n\t\"./icons/doctype/folder-open-28.svg\": \"./src/icons/doctype/folder-open-28.svg\",\n\t\"./icons/doctype/folder-open-sc-16.svg\": \"./src/icons/doctype/folder-open-sc-16.svg\",\n\t\"./icons/doctype/folder-open-sc-24.svg\": \"./src/icons/doctype/folder-open-sc-24.svg\",\n\t\"./icons/doctype/folder-open-sc-28.svg\": \"./src/icons/doctype/folder-open-sc-28.svg\",\n\t\"./icons/doctype/folder-sc-16.svg\": \"./src/icons/doctype/folder-sc-16.svg\",\n\t\"./icons/doctype/folder-sc-24.svg\": \"./src/icons/doctype/folder-sc-24.svg\",\n\t\"./icons/doctype/folder-sc-28.svg\": \"./src/icons/doctype/folder-sc-28.svg\",\n\t\"./icons/doctype/folder-zip-16.svg\": \"./src/icons/doctype/folder-zip-16.svg\",\n\t\"./icons/doctype/folder-zip-24.svg\": \"./src/icons/doctype/folder-zip-24.svg\",\n\t\"./icons/doctype/folder-zip-28.svg\": \"./src/icons/doctype/folder-zip-28.svg\",\n\t\"./icons/doctype/folder-zip-sc-16.svg\": \"./src/icons/doctype/folder-zip-sc-16.svg\",\n\t\"./icons/doctype/folder-zip-sc-24.svg\": \"./src/icons/doctype/folder-zip-sc-24.svg\",\n\t\"./icons/doctype/folder-zip-sc-28.svg\": \"./src/icons/doctype/folder-zip-sc-28.svg\",\n\t\"./icons/doctype/hyperlink-16.svg\": \"./src/icons/doctype/hyperlink-16.svg\",\n\t\"./icons/doctype/hyperlink-28.svg\": \"./src/icons/doctype/hyperlink-28.svg\",\n\t\"./icons/doctype/image-16.svg\": \"./src/icons/doctype/image-16.svg\",\n\t\"./icons/doctype/image-24.svg\": \"./src/icons/doctype/image-24.svg\",\n\t\"./icons/doctype/image-28.svg\": \"./src/icons/doctype/image-28.svg\",\n\t\"./icons/doctype/image-sc-16.svg\": \"./src/icons/doctype/image-sc-16.svg\",\n\t\"./icons/doctype/image-sc-24.svg\": \"./src/icons/doctype/image-sc-24.svg\",\n\t\"./icons/doctype/image-sc-28.svg\": \"./src/icons/doctype/image-sc-28.svg\",\n\t\"./icons/doctype/infotrack-16.svg\": \"./src/icons/doctype/infotrack-16.svg\",\n\t\"./icons/doctype/infotrack-24.svg\": \"./src/icons/doctype/infotrack-24.svg\",\n\t\"./icons/doctype/infotrack-28.svg\": \"./src/icons/doctype/infotrack-28.svg\",\n\t\"./icons/doctype/infotrack-new-16.svg\": \"./src/icons/doctype/infotrack-new-16.svg\",\n\t\"./icons/doctype/infotrack-new-24.svg\": \"./src/icons/doctype/infotrack-new-24.svg\",\n\t\"./icons/doctype/infotrack-new-28.svg\": \"./src/icons/doctype/infotrack-new-28.svg\",\n\t\"./icons/doctype/infotrack-new-sc-16.svg\": \"./src/icons/doctype/infotrack-new-sc-16.svg\",\n\t\"./icons/doctype/infotrack-new-sc-24.svg\": \"./src/icons/doctype/infotrack-new-sc-24.svg\",\n\t\"./icons/doctype/infotrack-new-sc.svg\": \"./src/icons/doctype/infotrack-new-sc.svg\",\n\t\"./icons/doctype/infotrack-sc-16.svg\": \"./src/icons/doctype/infotrack-sc-16.svg\",\n\t\"./icons/doctype/infotrack-sc-24.svg\": \"./src/icons/doctype/infotrack-sc-24.svg\",\n\t\"./icons/doctype/infotrack-sc-28.svg\": \"./src/icons/doctype/infotrack-sc-28.svg\",\n\t\"./icons/doctype/letter-16.svg\": \"./src/icons/doctype/letter-16.svg\",\n\t\"./icons/doctype/letter-24.svg\": \"./src/icons/doctype/letter-24.svg\",\n\t\"./icons/doctype/meeting-24.svg\": \"./src/icons/doctype/meeting-24.svg\",\n\t\"./icons/doctype/memo-16.svg\": \"./src/icons/doctype/memo-16.svg\",\n\t\"./icons/doctype/memo-24.svg\": \"./src/icons/doctype/memo-24.svg\",\n\t\"./icons/doctype/new-comment-16.svg\": \"./src/icons/doctype/new-comment-16.svg\",\n\t\"./icons/doctype/new-comment-24.svg\": \"./src/icons/doctype/new-comment-24.svg\",\n\t\"./icons/doctype/new-comment-28.svg\": \"./src/icons/doctype/new-comment-28.svg\",\n\t\"./icons/doctype/new-email-16.svg\": \"./src/icons/doctype/new-email-16.svg\",\n\t\"./icons/doctype/payment-request.svg\": \"./src/icons/doctype/payment-request.svg\",\n\t\"./icons/doctype/pdf-16.svg\": \"./src/icons/doctype/pdf-16.svg\",\n\t\"./icons/doctype/pdf-24.svg\": \"./src/icons/doctype/pdf-24.svg\",\n\t\"./icons/doctype/pdf-28.svg\": \"./src/icons/doctype/pdf-28.svg\",\n\t\"./icons/doctype/pdf-sc-16.svg\": \"./src/icons/doctype/pdf-sc-16.svg\",\n\t\"./icons/doctype/pdf-sc-24.svg\": \"./src/icons/doctype/pdf-sc-24.svg\",\n\t\"./icons/doctype/pdf-sc-28.svg\": \"./src/icons/doctype/pdf-sc-28.svg\",\n\t\"./icons/doctype/phone-call-16.svg\": \"./src/icons/doctype/phone-call-16.svg\",\n\t\"./icons/doctype/phone-call-24.svg\": \"./src/icons/doctype/phone-call-24.svg\",\n\t\"./icons/doctype/powerpoint-16.svg\": \"./src/icons/doctype/powerpoint-16.svg\",\n\t\"./icons/doctype/powerpoint-28.svg\": \"./src/icons/doctype/powerpoint-28.svg\",\n\t\"./icons/doctype/powerpoint-sc-16.svg\": \"./src/icons/doctype/powerpoint-sc-16.svg\",\n\t\"./icons/doctype/powerpoint-sc-28.svg\": \"./src/icons/doctype/powerpoint-sc-28.svg\",\n\t\"./icons/doctype/ppt-16.svg\": \"./src/icons/doctype/ppt-16.svg\",\n\t\"./icons/doctype/ppt-24.svg\": \"./src/icons/doctype/ppt-24.svg\",\n\t\"./icons/doctype/ppt-sc-16.svg\": \"./src/icons/doctype/ppt-sc-16.svg\",\n\t\"./icons/doctype/ppt-sc-24.svg\": \"./src/icons/doctype/ppt-sc-24.svg\",\n\t\"./icons/doctype/ppt.svg\": \"./src/icons/doctype/ppt.svg\",\n\t\"./icons/doctype/precedent-notification-16.svg\": \"./src/icons/doctype/precedent-notification-16.svg\",\n\t\"./icons/doctype/precedent-notification-24.svg\": \"./src/icons/doctype/precedent-notification-24.svg\",\n\t\"./icons/doctype/prompt-24.svg\": \"./src/icons/doctype/prompt-24.svg\",\n\t\"./icons/doctype/prompt-word-24.svg\": \"./src/icons/doctype/prompt-word-24.svg\",\n\t\"./icons/doctype/rtf-28.svg\": \"./src/icons/doctype/rtf-28.svg\",\n\t\"./icons/doctype/scanned-doc-16.svg\": \"./src/icons/doctype/scanned-doc-16.svg\",\n\t\"./icons/doctype/scanned-doc-24.svg\": \"./src/icons/doctype/scanned-doc-24.svg\",\n\t\"./icons/doctype/shared-folder-16.svg\": \"./src/icons/doctype/shared-folder-16.svg\",\n\t\"./icons/doctype/shared-folder-24.svg\": \"./src/icons/doctype/shared-folder-24.svg\",\n\t\"./icons/doctype/signature-declined-2-28.svg\": \"./src/icons/doctype/signature-declined-2-28.svg\",\n\t\"./icons/doctype/signature-declined-28.svg\": \"./src/icons/doctype/signature-declined-28.svg\",\n\t\"./icons/doctype/signature-pending-2-28.svg\": \"./src/icons/doctype/signature-pending-2-28.svg\",\n\t\"./icons/doctype/signature-pending-28.svg\": \"./src/icons/doctype/signature-pending-28.svg\",\n\t\"./icons/doctype/signature-request-2-28.svg\": \"./src/icons/doctype/signature-request-2-28.svg\",\n\t\"./icons/doctype/signature-request-24.svg\": \"./src/icons/doctype/signature-request-24.svg\",\n\t\"./icons/doctype/signature-request-28.svg\": \"./src/icons/doctype/signature-request-28.svg\",\n\t\"./icons/doctype/signature-signed-2-28.svg\": \"./src/icons/doctype/signature-signed-2-28.svg\",\n\t\"./icons/doctype/signature-signed-28.svg\": \"./src/icons/doctype/signature-signed-28.svg\",\n\t\"./icons/doctype/sms-16.svg\": \"./src/icons/doctype/sms-16.svg\",\n\t\"./icons/doctype/sms-24.svg\": \"./src/icons/doctype/sms-24.svg\",\n\t\"./icons/doctype/sms-28.svg\": \"./src/icons/doctype/sms-28.svg\",\n\t\"./icons/doctype/tasks-28.svg\": \"./src/icons/doctype/tasks-28.svg\",\n\t\"./icons/doctype/tasks-blue-28.svg\": \"./src/icons/doctype/tasks-blue-28.svg\",\n\t\"./icons/doctype/tasks-blue-tick-28.svg\": \"./src/icons/doctype/tasks-blue-tick-28.svg\",\n\t\"./icons/doctype/tasks-grey-28.svg\": \"./src/icons/doctype/tasks-grey-28.svg\",\n\t\"./icons/doctype/tasks-grey-tick-28.svg\": \"./src/icons/doctype/tasks-grey-tick-28.svg\",\n\t\"./icons/doctype/tasks-orange-28.svg\": \"./src/icons/doctype/tasks-orange-28.svg\",\n\t\"./icons/doctype/tasks-orange-tick-28.svg\": \"./src/icons/doctype/tasks-orange-tick-28.svg\",\n\t\"./icons/doctype/tasks-tick-28.svg\": \"./src/icons/doctype/tasks-tick-28.svg\",\n\t\"./icons/doctype/tax-invoice-16.svg\": \"./src/icons/doctype/tax-invoice-16.svg\",\n\t\"./icons/doctype/tax-invoice-2-16.svg\": \"./src/icons/doctype/tax-invoice-2-16.svg\",\n\t\"./icons/doctype/tax-invoice-2-28.svg\": \"./src/icons/doctype/tax-invoice-2-28.svg\",\n\t\"./icons/doctype/tax-invoice-24.svg\": \"./src/icons/doctype/tax-invoice-24.svg\",\n\t\"./icons/doctype/tax-invoice-28.svg\": \"./src/icons/doctype/tax-invoice-28.svg\",\n\t\"./icons/doctype/tax-invoice-template-2-28.svg\": \"./src/icons/doctype/tax-invoice-template-2-28.svg\",\n\t\"./icons/doctype/tax-invoice-template-28.svg\": \"./src/icons/doctype/tax-invoice-template-28.svg\",\n\t\"./icons/doctype/text-16.svg\": \"./src/icons/doctype/text-16.svg\",\n\t\"./icons/doctype/text-24.svg\": \"./src/icons/doctype/text-24.svg\",\n\t\"./icons/doctype/text-sc-16.svg\": \"./src/icons/doctype/text-sc-16.svg\",\n\t\"./icons/doctype/text-sc-24.svg\": \"./src/icons/doctype/text-sc-24.svg\",\n\t\"./icons/doctype/trust-statement-16.svg\": \"./src/icons/doctype/trust-statement-16.svg\",\n\t\"./icons/doctype/trust-statement-24.svg\": \"./src/icons/doctype/trust-statement-24.svg\",\n\t\"./icons/doctype/unknown-24.svg\": \"./src/icons/doctype/unknown-24.svg\",\n\t\"./icons/doctype/unknown-text-16.svg\": \"./src/icons/doctype/unknown-text-16.svg\",\n\t\"./icons/doctype/unknown-type-24.svg\": \"./src/icons/doctype/unknown-type-24.svg\",\n\t\"./icons/doctype/unknown-type-28.svg\": \"./src/icons/doctype/unknown-type-28.svg\",\n\t\"./icons/doctype/video-16.svg\": \"./src/icons/doctype/video-16.svg\",\n\t\"./icons/doctype/video-28.svg\": \"./src/icons/doctype/video-28.svg\",\n\t\"./icons/doctype/video-call-16.svg\": \"./src/icons/doctype/video-call-16.svg\",\n\t\"./icons/doctype/video-call-24.svg\": \"./src/icons/doctype/video-call-24.svg\",\n\t\"./icons/doctype/word-16.svg\": \"./src/icons/doctype/word-16.svg\",\n\t\"./icons/doctype/word-24.svg\": \"./src/icons/doctype/word-24.svg\",\n\t\"./icons/doctype/word-sc-16.svg\": \"./src/icons/doctype/word-sc-16.svg\",\n\t\"./icons/doctype/word-sc-24.svg\": \"./src/icons/doctype/word-sc-24.svg\",\n\t\"./icons/doctype/zip-folder-16.svg\": \"./src/icons/doctype/zip-folder-16.svg\",\n\t\"./icons/doctype/zip-folder-24.svg\": \"./src/icons/doctype/zip-folder-24.svg\",\n\t\"./icons/doctype/zip-folder-sc-16.svg\": \"./src/icons/doctype/zip-folder-sc-16.svg\",\n\t\"./icons/doctype/zip-folder-sc-24.svg\": \"./src/icons/doctype/zip-folder-sc-24.svg\",\n\t\"./icons/doctype/zyphta-16.svg\": \"./src/icons/doctype/zyphta-16.svg\",\n\t\"./icons/filled/account-list-grid-20.svg\": \"./src/icons/filled/account-list-grid-20.svg\",\n\t\"./icons/filled/accounting.svg\": \"./src/icons/filled/accounting.svg\",\n\t\"./icons/filled/align-center-grid-20.svg\": \"./src/icons/filled/align-center-grid-20.svg\",\n\t\"./icons/filled/align-justify-grid-20.svg\": \"./src/icons/filled/align-justify-grid-20.svg\",\n\t\"./icons/filled/align-left-grid-20.svg\": \"./src/icons/filled/align-left-grid-20.svg\",\n\t\"./icons/filled/align-right-grid-20.svg\": \"./src/icons/filled/align-right-grid-20.svg\",\n\t\"./icons/filled/angle-down.svg\": \"./src/icons/filled/angle-down.svg\",\n\t\"./icons/filled/angle-left.svg\": \"./src/icons/filled/angle-left.svg\",\n\t\"./icons/filled/angle-right.svg\": \"./src/icons/filled/angle-right.svg\",\n\t\"./icons/filled/angle-up.svg\": \"./src/icons/filled/angle-up.svg\",\n\t\"./icons/filled/anticipated-grid-20.svg\": \"./src/icons/filled/anticipated-grid-20.svg\",\n\t\"./icons/filled/anticipated.svg\": \"./src/icons/filled/anticipated.svg\",\n\t\"./icons/filled/apps.svg\": \"./src/icons/filled/apps.svg\",\n\t\"./icons/filled/arrow-dot-down.svg\": \"./src/icons/filled/arrow-dot-down.svg\",\n\t\"./icons/filled/arrow-dot-left.svg\": \"./src/icons/filled/arrow-dot-left.svg\",\n\t\"./icons/filled/arrow-dot-right.svg\": \"./src/icons/filled/arrow-dot-right.svg\",\n\t\"./icons/filled/arrow-dot-up.svg\": \"./src/icons/filled/arrow-dot-up.svg\",\n\t\"./icons/filled/arrow-down.svg\": \"./src/icons/filled/arrow-down.svg\",\n\t\"./icons/filled/arrow-left.svg\": \"./src/icons/filled/arrow-left.svg\",\n\t\"./icons/filled/arrow-right.svg\": \"./src/icons/filled/arrow-right.svg\",\n\t\"./icons/filled/arrow-up.svg\": \"./src/icons/filled/arrow-up.svg\",\n\t\"./icons/filled/available-outline.svg\": \"./src/icons/filled/available-outline.svg\",\n\t\"./icons/filled/background-color-grid-20.svg\": \"./src/icons/filled/background-color-grid-20.svg\",\n\t\"./icons/filled/balance-outline-grid-20.svg\": \"./src/icons/filled/balance-outline-grid-20.svg\",\n\t\"./icons/filled/balance-outline.svg\": \"./src/icons/filled/balance-outline.svg\",\n\t\"./icons/filled/balance.svg\": \"./src/icons/filled/balance.svg\",\n\t\"./icons/filled/bell-outline.svg\": \"./src/icons/filled/bell-outline.svg\",\n\t\"./icons/filled/bell.svg\": \"./src/icons/filled/bell.svg\",\n\t\"./icons/filled/bin-grid-20.svg\": \"./src/icons/filled/bin-grid-20.svg\",\n\t\"./icons/filled/bin.svg\": \"./src/icons/filled/bin.svg\",\n\t\"./icons/filled/binder.svg\": \"./src/icons/filled/binder.svg\",\n\t\"./icons/filled/block.svg\": \"./src/icons/filled/block.svg\",\n\t\"./icons/filled/bold-grid-20.svg\": \"./src/icons/filled/bold-grid-20.svg\",\n\t\"./icons/filled/browse.svg\": \"./src/icons/filled/browse.svg\",\n\t\"./icons/filled/build.svg\": \"./src/icons/filled/build.svg\",\n\t\"./icons/filled/business.svg\": \"./src/icons/filled/business.svg\",\n\t\"./icons/filled/calculator.svg\": \"./src/icons/filled/calculator.svg\",\n\t\"./icons/filled/calendar-adjust-grid-20.svg\": \"./src/icons/filled/calendar-adjust-grid-20.svg\",\n\t\"./icons/filled/calendar-appointment-grid-20.svg\": \"./src/icons/filled/calendar-appointment-grid-20.svg\",\n\t\"./icons/filled/calendar-appointment.svg\": \"./src/icons/filled/calendar-appointment.svg\",\n\t\"./icons/filled/calendar-bell-grid-20.svg\": \"./src/icons/filled/calendar-bell-grid-20.svg\",\n\t\"./icons/filled/calendar.svg\": \"./src/icons/filled/calendar.svg\",\n\t\"./icons/filled/capslock.svg\": \"./src/icons/filled/capslock.svg\",\n\t\"./icons/filled/cards.svg\": \"./src/icons/filled/cards.svg\",\n\t\"./icons/filled/chevron-down-circle-outline.svg\": \"./src/icons/filled/chevron-down-circle-outline.svg\",\n\t\"./icons/filled/chevron-down-circle.svg\": \"./src/icons/filled/chevron-down-circle.svg\",\n\t\"./icons/filled/chevron-down.svg\": \"./src/icons/filled/chevron-down.svg\",\n\t\"./icons/filled/chevron-left-circle-outline.svg\": \"./src/icons/filled/chevron-left-circle-outline.svg\",\n\t\"./icons/filled/chevron-left-circle.svg\": \"./src/icons/filled/chevron-left-circle.svg\",\n\t\"./icons/filled/chevron-left-grid-20.svg\": \"./src/icons/filled/chevron-left-grid-20.svg\",\n\t\"./icons/filled/chevron-left.svg\": \"./src/icons/filled/chevron-left.svg\",\n\t\"./icons/filled/chevron-right-circle-outline.svg\": \"./src/icons/filled/chevron-right-circle-outline.svg\",\n\t\"./icons/filled/chevron-right-circle.svg\": \"./src/icons/filled/chevron-right-circle.svg\",\n\t\"./icons/filled/chevron-right-grid-20.svg\": \"./src/icons/filled/chevron-right-grid-20.svg\",\n\t\"./icons/filled/chevron-right.svg\": \"./src/icons/filled/chevron-right.svg\",\n\t\"./icons/filled/chevron-up-circle-outline.svg\": \"./src/icons/filled/chevron-up-circle-outline.svg\",\n\t\"./icons/filled/chevron-up-circle.svg\": \"./src/icons/filled/chevron-up-circle.svg\",\n\t\"./icons/filled/chevron-up-grid-20.svg\": \"./src/icons/filled/chevron-up-grid-20.svg\",\n\t\"./icons/filled/chevron-up.svg\": \"./src/icons/filled/chevron-up.svg\",\n\t\"./icons/filled/city.svg\": \"./src/icons/filled/city.svg\",\n\t\"./icons/filled/clean-format-grid-20.svg\": \"./src/icons/filled/clean-format-grid-20.svg\",\n\t\"./icons/filled/clipboard-multi-tick-grid-20.svg\": \"./src/icons/filled/clipboard-multi-tick-grid-20.svg\",\n\t\"./icons/filled/clipboard-tick-grid-20.svg\": \"./src/icons/filled/clipboard-tick-grid-20.svg\",\n\t\"./icons/filled/clipboard-tick.svg\": \"./src/icons/filled/clipboard-tick.svg\",\n\t\"./icons/filled/clipboard.svg\": \"./src/icons/filled/clipboard.svg\",\n\t\"./icons/filled/clock.svg\": \"./src/icons/filled/clock.svg\",\n\t\"./icons/filled/close-circle-outline.svg\": \"./src/icons/filled/close-circle-outline.svg\",\n\t\"./icons/filled/close-circle.svg\": \"./src/icons/filled/close-circle.svg\",\n\t\"./icons/filled/close-grid-20.svg\": \"./src/icons/filled/close-grid-20.svg\",\n\t\"./icons/filled/close.svg\": \"./src/icons/filled/close.svg\",\n\t\"./icons/filled/cloud.svg\": \"./src/icons/filled/cloud.svg\",\n\t\"./icons/filled/cog-grid-20.svg\": \"./src/icons/filled/cog-grid-20.svg\",\n\t\"./icons/filled/cog.svg\": \"./src/icons/filled/cog.svg\",\n\t\"./icons/filled/coin-circle-outline-euro-grid-20.svg\": \"./src/icons/filled/coin-circle-outline-euro-grid-20.svg\",\n\t\"./icons/filled/coin-circle-outline-euro.svg\": \"./src/icons/filled/coin-circle-outline-euro.svg\",\n\t\"./icons/filled/coin-circle-outline-grid-20.svg\": \"./src/icons/filled/coin-circle-outline-grid-20.svg\",\n\t\"./icons/filled/coin-circle-outline-pound-grid-20.svg\": \"./src/icons/filled/coin-circle-outline-pound-grid-20.svg\",\n\t\"./icons/filled/coin-circle-outline-pound.svg\": \"./src/icons/filled/coin-circle-outline-pound.svg\",\n\t\"./icons/filled/coin-circle-outline.svg\": \"./src/icons/filled/coin-circle-outline.svg\",\n\t\"./icons/filled/coin-circle-uk.svg\": \"./src/icons/filled/coin-circle-uk.svg\",\n\t\"./icons/filled/coin-circle.svg\": \"./src/icons/filled/coin-circle.svg\",\n\t\"./icons/filled/coin-uk.svg\": \"./src/icons/filled/coin-uk.svg\",\n\t\"./icons/filled/coin.svg\": \"./src/icons/filled/coin.svg\",\n\t\"./icons/filled/comment-outline.svg\": \"./src/icons/filled/comment-outline.svg\",\n\t\"./icons/filled/comments-outline.svg\": \"./src/icons/filled/comments-outline.svg\",\n\t\"./icons/filled/credit-journal-grid-20.svg\": \"./src/icons/filled/credit-journal-grid-20.svg\",\n\t\"./icons/filled/credit-journal.svg\": \"./src/icons/filled/credit-journal.svg\",\n\t\"./icons/filled/credit-refund-grid-20.svg\": \"./src/icons/filled/credit-refund-grid-20.svg\",\n\t\"./icons/filled/credit-refund.svg\": \"./src/icons/filled/credit-refund.svg\",\n\t\"./icons/filled/critical-date-all-grid-20.svg\": \"./src/icons/filled/critical-date-all-grid-20.svg\",\n\t\"./icons/filled/critical-date-grid-20.svg\": \"./src/icons/filled/critical-date-grid-20.svg\",\n\t\"./icons/filled/critical-date-less-grid-20.svg\": \"./src/icons/filled/critical-date-less-grid-20.svg\",\n\t\"./icons/filled/critical-date.svg\": \"./src/icons/filled/critical-date.svg\",\n\t\"./icons/filled/disbursement-journal-grid-20.svg\": \"./src/icons/filled/disbursement-journal-grid-20.svg\",\n\t\"./icons/filled/disbursement-journal-remove-grid-20.svg\": \"./src/icons/filled/disbursement-journal-remove-grid-20.svg\",\n\t\"./icons/filled/disbursement-journal-remove.svg\": \"./src/icons/filled/disbursement-journal-remove.svg\",\n\t\"./icons/filled/disbursement-journal.svg\": \"./src/icons/filled/disbursement-journal.svg\",\n\t\"./icons/filled/document-share.svg\": \"./src/icons/filled/document-share.svg\",\n\t\"./icons/filled/download.svg\": \"./src/icons/filled/download.svg\",\n\t\"./icons/filled/drag.svg\": \"./src/icons/filled/drag.svg\",\n\t\"./icons/filled/edit-circle-outline.svg\": \"./src/icons/filled/edit-circle-outline.svg\",\n\t\"./icons/filled/edit.svg\": \"./src/icons/filled/edit.svg\",\n\t\"./icons/filled/entry-cost-recovery-grid-20.svg\": \"./src/icons/filled/entry-cost-recovery-grid-20.svg\",\n\t\"./icons/filled/entry-cost-recovery-uk.svg\": \"./src/icons/filled/entry-cost-recovery-uk.svg\",\n\t\"./icons/filled/entry-cost-recovery.svg\": \"./src/icons/filled/entry-cost-recovery.svg\",\n\t\"./icons/filled/entry-fee-grid-20.svg\": \"./src/icons/filled/entry-fee-grid-20.svg\",\n\t\"./icons/filled/entry-fee-uk.svg\": \"./src/icons/filled/entry-fee-uk.svg\",\n\t\"./icons/filled/entry-fee.svg\": \"./src/icons/filled/entry-fee.svg\",\n\t\"./icons/filled/entry-time-grid-20.svg\": \"./src/icons/filled/entry-time-grid-20.svg\",\n\t\"./icons/filled/entry-time.svg\": \"./src/icons/filled/entry-time.svg\",\n\t\"./icons/filled/envelope-open-outline.svg\": \"./src/icons/filled/envelope-open-outline.svg\",\n\t\"./icons/filled/envelope-open.svg\": \"./src/icons/filled/envelope-open.svg\",\n\t\"./icons/filled/envelope-outline-grid-20.svg\": \"./src/icons/filled/envelope-outline-grid-20.svg\",\n\t\"./icons/filled/envelope-outline.svg\": \"./src/icons/filled/envelope-outline.svg\",\n\t\"./icons/filled/envelope-sent.svg\": \"./src/icons/filled/envelope-sent.svg\",\n\t\"./icons/filled/envelope-warning.svg\": \"./src/icons/filled/envelope-warning.svg\",\n\t\"./icons/filled/envelope.svg\": \"./src/icons/filled/envelope.svg\",\n\t\"./icons/filled/equal-bold.svg\": \"./src/icons/filled/equal-bold.svg\",\n\t\"./icons/filled/error-circle-outline.svg\": \"./src/icons/filled/error-circle-outline.svg\",\n\t\"./icons/filled/error-circle.svg\": \"./src/icons/filled/error-circle.svg\",\n\t\"./icons/filled/error.svg\": \"./src/icons/filled/error.svg\",\n\t\"./icons/filled/expamnd-less-horiz.svg\": \"./src/icons/filled/expamnd-less-horiz.svg\",\n\t\"./icons/filled/expamnd-less-vert.svg\": \"./src/icons/filled/expamnd-less-vert.svg\",\n\t\"./icons/filled/expamnd-more-horiz.svg\": \"./src/icons/filled/expamnd-more-horiz.svg\",\n\t\"./icons/filled/expamnd-more-vert.svg\": \"./src/icons/filled/expamnd-more-vert.svg\",\n\t\"./icons/filled/fee-grid-20.svg\": \"./src/icons/filled/fee-grid-20.svg\",\n\t\"./icons/filled/fee.svg\": \"./src/icons/filled/fee.svg\",\n\t\"./icons/filled/feedback-grid-20.svg\": \"./src/icons/filled/feedback-grid-20.svg\",\n\t\"./icons/filled/file-list-grid-20.svg\": \"./src/icons/filled/file-list-grid-20.svg\",\n\t\"./icons/filled/file.svg\": \"./src/icons/filled/file.svg\",\n\t\"./icons/filled/filter.svg\": \"./src/icons/filled/filter.svg\",\n\t\"./icons/filled/fire.svg\": \"./src/icons/filled/fire.svg\",\n\t\"./icons/filled/flag-outline.svg\": \"./src/icons/filled/flag-outline.svg\",\n\t\"./icons/filled/flag.svg\": \"./src/icons/filled/flag.svg\",\n\t\"./icons/filled/folder-cases.svg\": \"./src/icons/filled/folder-cases.svg\",\n\t\"./icons/filled/folder-matter.svg\": \"./src/icons/filled/folder-matter.svg\",\n\t\"./icons/filled/folder-new-grid-20.svg\": \"./src/icons/filled/folder-new-grid-20.svg\",\n\t\"./icons/filled/folder-new.svg\": \"./src/icons/filled/folder-new.svg\",\n\t\"./icons/filled/folder.svg\": \"./src/icons/filled/folder.svg\",\n\t\"./icons/filled/forms-grid-20.svg\": \"./src/icons/filled/forms-grid-20.svg\",\n\t\"./icons/filled/forms.svg\": \"./src/icons/filled/forms.svg\",\n\t\"./icons/filled/grid-grid-20.svg\": \"./src/icons/filled/grid-grid-20.svg\",\n\t\"./icons/filled/grid.svg\": \"./src/icons/filled/grid.svg\",\n\t\"./icons/filled/grouping.svg\": \"./src/icons/filled/grouping.svg\",\n\t\"./icons/filled/help-circle-outline.svg\": \"./src/icons/filled/help-circle-outline.svg\",\n\t\"./icons/filled/help-circle.svg\": \"./src/icons/filled/help-circle.svg\",\n\t\"./icons/filled/help.svg\": \"./src/icons/filled/help.svg\",\n\t\"./icons/filled/history.svg\": \"./src/icons/filled/history.svg\",\n\t\"./icons/filled/home.svg\": \"./src/icons/filled/home.svg\",\n\t\"./icons/filled/ideas.svg\": \"./src/icons/filled/ideas.svg\",\n\t\"./icons/filled/image-grid-20.svg\": \"./src/icons/filled/image-grid-20.svg\",\n\t\"./icons/filled/info-circle-outline-grid-20.svg\": \"./src/icons/filled/info-circle-outline-grid-20.svg\",\n\t\"./icons/filled/info-circle-outline.svg\": \"./src/icons/filled/info-circle-outline.svg\",\n\t\"./icons/filled/info-circle.svg\": \"./src/icons/filled/info-circle.svg\",\n\t\"./icons/filled/info.svg\": \"./src/icons/filled/info.svg\",\n\t\"./icons/filled/infotrack-fee-us-grid-20.svg\": \"./src/icons/filled/infotrack-fee-us-grid-20.svg\",\n\t\"./icons/filled/infotrack-search-grid-20.svg\": \"./src/icons/filled/infotrack-search-grid-20.svg\",\n\t\"./icons/filled/infotrack-support-grid-20.svg\": \"./src/icons/filled/infotrack-support-grid-20.svg\",\n\t\"./icons/filled/invisible-grid-20.svg\": \"./src/icons/filled/invisible-grid-20.svg\",\n\t\"./icons/filled/invoice-apply-grid-20.svg\": \"./src/icons/filled/invoice-apply-grid-20.svg\",\n\t\"./icons/filled/invoice-apply.svg\": \"./src/icons/filled/invoice-apply.svg\",\n\t\"./icons/filled/invoice-grid-20.svg\": \"./src/icons/filled/invoice-grid-20.svg\",\n\t\"./icons/filled/invoice.svg\": \"./src/icons/filled/invoice.svg\",\n\t\"./icons/filled/italic-grid-20.svg\": \"./src/icons/filled/italic-grid-20.svg\",\n\t\"./icons/filled/journal.svg\": \"./src/icons/filled/journal.svg\",\n\t\"./icons/filled/launch-grid-20.svg\": \"./src/icons/filled/launch-grid-20.svg\",\n\t\"./icons/filled/launch.svg\": \"./src/icons/filled/launch.svg\",\n\t\"./icons/filled/lc-grid-20.svg\": \"./src/icons/filled/lc-grid-20.svg\",\n\t\"./icons/filled/link-grid-20.svg\": \"./src/icons/filled/link-grid-20.svg\",\n\t\"./icons/filled/list-bullet-grid-20.svg\": \"./src/icons/filled/list-bullet-grid-20.svg\",\n\t\"./icons/filled/list-grid-20.svg\": \"./src/icons/filled/list-grid-20.svg\",\n\t\"./icons/filled/list-ordered-grid-20.svg\": \"./src/icons/filled/list-ordered-grid-20.svg\",\n\t\"./icons/filled/list.svg\": \"./src/icons/filled/list.svg\",\n\t\"./icons/filled/lock-grid-20.svg\": \"./src/icons/filled/lock-grid-20.svg\",\n\t\"./icons/filled/lock.svg\": \"./src/icons/filled/lock.svg\",\n\t\"./icons/filled/loop.svg\": \"./src/icons/filled/loop.svg\",\n\t\"./icons/filled/magnifier-grid-20.svg\": \"./src/icons/filled/magnifier-grid-20.svg\",\n\t\"./icons/filled/magnifier.svg\": \"./src/icons/filled/magnifier.svg\",\n\t\"./icons/filled/media-grid-20.svg\": \"./src/icons/filled/media-grid-20.svg\",\n\t\"./icons/filled/minimum.svg\": \"./src/icons/filled/minimum.svg\",\n\t\"./icons/filled/minus-bold.svg\": \"./src/icons/filled/minus-bold.svg\",\n\t\"./icons/filled/minus-circle-outline.svg\": \"./src/icons/filled/minus-circle-outline.svg\",\n\t\"./icons/filled/minus-circle.svg\": \"./src/icons/filled/minus-circle.svg\",\n\t\"./icons/filled/minus.svg\": \"./src/icons/filled/minus.svg\",\n\t\"./icons/filled/more-horiz-circle-outline.svg\": \"./src/icons/filled/more-horiz-circle-outline.svg\",\n\t\"./icons/filled/more-horiz-circle.svg\": \"./src/icons/filled/more-horiz-circle.svg\",\n\t\"./icons/filled/more-horiz.svg\": \"./src/icons/filled/more-horiz.svg\",\n\t\"./icons/filled/more-vert-grid-20.svg\": \"./src/icons/filled/more-vert-grid-20.svg\",\n\t\"./icons/filled/more-vert.svg\": \"./src/icons/filled/more-vert.svg\",\n\t\"./icons/filled/myob.svg\": \"./src/icons/filled/myob.svg\",\n\t\"./icons/filled/new-anticipated-grid-20.svg\": \"./src/icons/filled/new-anticipated-grid-20.svg\",\n\t\"./icons/filled/new-comment-grid-20.svg\": \"./src/icons/filled/new-comment-grid-20.svg\",\n\t\"./icons/filled/new-comment.svg\": \"./src/icons/filled/new-comment.svg\",\n\t\"./icons/filled/new-forms-grid-20.svg\": \"./src/icons/filled/new-forms-grid-20.svg\",\n\t\"./icons/filled/new-forms.svg\": \"./src/icons/filled/new-forms.svg\",\n\t\"./icons/filled/new-letter-grid-20.svg\": \"./src/icons/filled/new-letter-grid-20.svg\",\n\t\"./icons/filled/new-letter.svg\": \"./src/icons/filled/new-letter.svg\",\n\t\"./icons/filled/office-365.svg\": \"./src/icons/filled/office-365.svg\",\n\t\"./icons/filled/other.svg\": \"./src/icons/filled/other.svg\",\n\t\"./icons/filled/outlook.svg\": \"./src/icons/filled/outlook.svg\",\n\t\"./icons/filled/pane-combined.svg\": \"./src/icons/filled/pane-combined.svg\",\n\t\"./icons/filled/pane-separate.svg\": \"./src/icons/filled/pane-separate.svg\",\n\t\"./icons/filled/paperclip-vert.svg\": \"./src/icons/filled/paperclip-vert.svg\",\n\t\"./icons/filled/paperclip.svg\": \"./src/icons/filled/paperclip.svg\",\n\t\"./icons/filled/pause-circle-outline.svg\": \"./src/icons/filled/pause-circle-outline.svg\",\n\t\"./icons/filled/pause-circle.svg\": \"./src/icons/filled/pause-circle.svg\",\n\t\"./icons/filled/pause-exclamation-circle-outline.svg\": \"./src/icons/filled/pause-exclamation-circle-outline.svg\",\n\t\"./icons/filled/pause.svg\": \"./src/icons/filled/pause.svg\",\n\t\"./icons/filled/payment.svg\": \"./src/icons/filled/payment.svg\",\n\t\"./icons/filled/phone.svg\": \"./src/icons/filled/phone.svg\",\n\t\"./icons/filled/pin.svg\": \"./src/icons/filled/pin.svg\",\n\t\"./icons/filled/place.svg\": \"./src/icons/filled/place.svg\",\n\t\"./icons/filled/play-circle-outline.svg\": \"./src/icons/filled/play-circle-outline.svg\",\n\t\"./icons/filled/play-circle.svg\": \"./src/icons/filled/play-circle.svg\",\n\t\"./icons/filled/play.svg\": \"./src/icons/filled/play.svg\",\n\t\"./icons/filled/plus-bold.svg\": \"./src/icons/filled/plus-bold.svg\",\n\t\"./icons/filled/plus-circle-outline.svg\": \"./src/icons/filled/plus-circle-outline.svg\",\n\t\"./icons/filled/plus-circle.svg\": \"./src/icons/filled/plus-circle.svg\",\n\t\"./icons/filled/plus.svg\": \"./src/icons/filled/plus.svg\",\n\t\"./icons/filled/power-grid-20.svg\": \"./src/icons/filled/power-grid-20.svg\",\n\t\"./icons/filled/power.svg\": \"./src/icons/filled/power.svg\",\n\t\"./icons/filled/print-grid-20.svg\": \"./src/icons/filled/print-grid-20.svg\",\n\t\"./icons/filled/print.svg\": \"./src/icons/filled/print.svg\",\n\t\"./icons/filled/protected-outline-grid-20.svg\": \"./src/icons/filled/protected-outline-grid-20.svg\",\n\t\"./icons/filled/protected-total-outline-grid-20.svg\": \"./src/icons/filled/protected-total-outline-grid-20.svg\",\n\t\"./icons/filled/quickbooks.svg\": \"./src/icons/filled/quickbooks.svg\",\n\t\"./icons/filled/radio-check.svg\": \"./src/icons/filled/radio-check.svg\",\n\t\"./icons/filled/radio-uncheck.svg\": \"./src/icons/filled/radio-uncheck.svg\",\n\t\"./icons/filled/receipt-grid-20.svg\": \"./src/icons/filled/receipt-grid-20.svg\",\n\t\"./icons/filled/receipt.svg\": \"./src/icons/filled/receipt.svg\",\n\t\"./icons/filled/redo-grid-20.svg\": \"./src/icons/filled/redo-grid-20.svg\",\n\t\"./icons/filled/redo.svg\": \"./src/icons/filled/redo.svg\",\n\t\"./icons/filled/refresh.svg\": \"./src/icons/filled/refresh.svg\",\n\t\"./icons/filled/repeat.svg\": \"./src/icons/filled/repeat.svg\",\n\t\"./icons/filled/reply.svg\": \"./src/icons/filled/reply.svg\",\n\t\"./icons/filled/reports.svg\": \"./src/icons/filled/reports.svg\",\n\t\"./icons/filled/send-callback-request.svg\": \"./src/icons/filled/send-callback-request.svg\",\n\t\"./icons/filled/share-case.svg\": \"./src/icons/filled/share-case.svg\",\n\t\"./icons/filled/share-document.svg\": \"./src/icons/filled/share-document.svg\",\n\t\"./icons/filled/share-matter.svg\": \"./src/icons/filled/share-matter.svg\",\n\t\"./icons/filled/share.svg\": \"./src/icons/filled/share.svg\",\n\t\"./icons/filled/shield-grid-20.svg\": \"./src/icons/filled/shield-grid-20.svg\",\n\t\"./icons/filled/snow-flower.svg\": \"./src/icons/filled/snow-flower.svg\",\n\t\"./icons/filled/sort-grid-20.svg\": \"./src/icons/filled/sort-grid-20.svg\",\n\t\"./icons/filled/sort.svg\": \"./src/icons/filled/sort.svg\",\n\t\"./icons/filled/star-outline.svg\": \"./src/icons/filled/star-outline.svg\",\n\t\"./icons/filled/star.svg\": \"./src/icons/filled/star.svg\",\n\t\"./icons/filled/stop-circle-outline.svg\": \"./src/icons/filled/stop-circle-outline.svg\",\n\t\"./icons/filled/stop-circle.svg\": \"./src/icons/filled/stop-circle.svg\",\n\t\"./icons/filled/stop.svg\": \"./src/icons/filled/stop.svg\",\n\t\"./icons/filled/strike-grid-20.svg\": \"./src/icons/filled/strike-grid-20.svg\",\n\t\"./icons/filled/support-grid-20.svg\": \"./src/icons/filled/support-grid-20.svg\",\n\t\"./icons/filled/templates-grid-20.svg\": \"./src/icons/filled/templates-grid-20.svg\",\n\t\"./icons/filled/templates.svg\": \"./src/icons/filled/templates.svg\",\n\t\"./icons/filled/text-color-grid-20.svg\": \"./src/icons/filled/text-color-grid-20.svg\",\n\t\"./icons/filled/tick-circle-outline.svg\": \"./src/icons/filled/tick-circle-outline.svg\",\n\t\"./icons/filled/tick-circle.svg\": \"./src/icons/filled/tick-circle.svg\",\n\t\"./icons/filled/tick.svg\": \"./src/icons/filled/tick.svg\",\n\t\"./icons/filled/time-stamp-grid-20.svg\": \"./src/icons/filled/time-stamp-grid-20.svg\",\n\t\"./icons/filled/timer-add.svg\": \"./src/icons/filled/timer-add.svg\",\n\t\"./icons/filled/timer.svg\": \"./src/icons/filled/timer.svg\",\n\t\"./icons/filled/timesheets-20.svg\": \"./src/icons/filled/timesheets-20.svg\",\n\t\"./icons/filled/timestamp-grid-20.svg\": \"./src/icons/filled/timestamp-grid-20.svg\",\n\t\"./icons/filled/transfer.svg\": \"./src/icons/filled/transfer.svg\",\n\t\"./icons/filled/triangle-down.svg\": \"./src/icons/filled/triangle-down.svg\",\n\t\"./icons/filled/triangle-left.svg\": \"./src/icons/filled/triangle-left.svg\",\n\t\"./icons/filled/triangle-right.svg\": \"./src/icons/filled/triangle-right.svg\",\n\t\"./icons/filled/triangle-up.svg\": \"./src/icons/filled/triangle-up.svg\",\n\t\"./icons/filled/trust-journal-grid-20.svg\": \"./src/icons/filled/trust-journal-grid-20.svg\",\n\t\"./icons/filled/trust-new-account-grid-20.svg\": \"./src/icons/filled/trust-new-account-grid-20.svg\",\n\t\"./icons/filled/trust-new-transaction-grid-20.svg\": \"./src/icons/filled/trust-new-transaction-grid-20.svg\",\n\t\"./icons/filled/trust-payment-grid-20.svg\": \"./src/icons/filled/trust-payment-grid-20.svg\",\n\t\"./icons/filled/trust-protected-grid-20.svg\": \"./src/icons/filled/trust-protected-grid-20.svg\",\n\t\"./icons/filled/trust-receipt-grid-20.svg\": \"./src/icons/filled/trust-receipt-grid-20.svg\",\n\t\"./icons/filled/trust-to-office-grid-20.svg\": \"./src/icons/filled/trust-to-office-grid-20.svg\",\n\t\"./icons/filled/twitter.svg\": \"./src/icons/filled/twitter.svg\",\n\t\"./icons/filled/underline-grid-20.svg\": \"./src/icons/filled/underline-grid-20.svg\",\n\t\"./icons/filled/undo-grid-20.svg\": \"./src/icons/filled/undo-grid-20.svg\",\n\t\"./icons/filled/undo.svg\": \"./src/icons/filled/undo.svg\",\n\t\"./icons/filled/unlock.svg\": \"./src/icons/filled/unlock.svg\",\n\t\"./icons/filled/unpaid-anticipated-grid-20.svg\": \"./src/icons/filled/unpaid-anticipated-grid-20.svg\",\n\t\"./icons/filled/upload-grid-20.svg\": \"./src/icons/filled/upload-grid-20.svg\",\n\t\"./icons/filled/upload.svg\": \"./src/icons/filled/upload.svg\",\n\t\"./icons/filled/uploading-grid-20.svg\": \"./src/icons/filled/uploading-grid-20.svg\",\n\t\"./icons/filled/user-anticipated-grid-20.svg\": \"./src/icons/filled/user-anticipated-grid-20.svg\",\n\t\"./icons/filled/user-minus.svg\": \"./src/icons/filled/user-minus.svg\",\n\t\"./icons/filled/user-plus.svg\": \"./src/icons/filled/user-plus.svg\",\n\t\"./icons/filled/user-question.svg\": \"./src/icons/filled/user-question.svg\",\n\t\"./icons/filled/user-tick.svg\": \"./src/icons/filled/user-tick.svg\",\n\t\"./icons/filled/user.svg\": \"./src/icons/filled/user.svg\",\n\t\"./icons/filled/users.svg\": \"./src/icons/filled/users.svg\",\n\t\"./icons/filled/visible-grid-20.svg\": \"./src/icons/filled/visible-grid-20.svg\",\n\t\"./icons/filled/warning-triangle-outline.svg\": \"./src/icons/filled/warning-triangle-outline.svg\",\n\t\"./icons/filled/xero.svg\": \"./src/icons/filled/xero.svg\",\n\t\"./icons/leap-web/accounting-20.svg\": \"./src/icons/leap-web/accounting-20.svg\",\n\t\"./icons/leap-web/add-16.svg\": \"./src/icons/leap-web/add-16.svg\",\n\t\"./icons/leap-web/add-circle-16.svg\": \"./src/icons/leap-web/add-circle-16.svg\",\n\t\"./icons/leap-web/add-circle-20.svg\": \"./src/icons/leap-web/add-circle-20.svg\",\n\t\"./icons/leap-web/add-circle.svg\": \"./src/icons/leap-web/add-circle.svg\",\n\t\"./icons/leap-web/align-center-20.svg\": \"./src/icons/leap-web/align-center-20.svg\",\n\t\"./icons/leap-web/align-justify-20.svg\": \"./src/icons/leap-web/align-justify-20.svg\",\n\t\"./icons/leap-web/align-left-20.svg\": \"./src/icons/leap-web/align-left-20.svg\",\n\t\"./icons/leap-web/align-right-20.svg\": \"./src/icons/leap-web/align-right-20.svg\",\n\t\"./icons/leap-web/apps-20.svg\": \"./src/icons/leap-web/apps-20.svg\",\n\t\"./icons/leap-web/arrow-dot-down-16.svg\": \"./src/icons/leap-web/arrow-dot-down-16.svg\",\n\t\"./icons/leap-web/arrow-dot-down-20.svg\": \"./src/icons/leap-web/arrow-dot-down-20.svg\",\n\t\"./icons/leap-web/arrow-dot-left-16.svg\": \"./src/icons/leap-web/arrow-dot-left-16.svg\",\n\t\"./icons/leap-web/arrow-dot-left-20.svg\": \"./src/icons/leap-web/arrow-dot-left-20.svg\",\n\t\"./icons/leap-web/arrow-dot-right-16.svg\": \"./src/icons/leap-web/arrow-dot-right-16.svg\",\n\t\"./icons/leap-web/arrow-dot-right-20.svg\": \"./src/icons/leap-web/arrow-dot-right-20.svg\",\n\t\"./icons/leap-web/arrow-dot-up-16.svg\": \"./src/icons/leap-web/arrow-dot-up-16.svg\",\n\t\"./icons/leap-web/arrow-dot-up-20.svg\": \"./src/icons/leap-web/arrow-dot-up-20.svg\",\n\t\"./icons/leap-web/arrow-down-16.svg\": \"./src/icons/leap-web/arrow-down-16.svg\",\n\t\"./icons/leap-web/arrow-left-16.svg\": \"./src/icons/leap-web/arrow-left-16.svg\",\n\t\"./icons/leap-web/arrow-right-16.svg\": \"./src/icons/leap-web/arrow-right-16.svg\",\n\t\"./icons/leap-web/arrow-up-16.svg\": \"./src/icons/leap-web/arrow-up-16.svg\",\n\t\"./icons/leap-web/attach-16.svg\": \"./src/icons/leap-web/attach-16.svg\",\n\t\"./icons/leap-web/attach-20.svg\": \"./src/icons/leap-web/attach-20.svg\",\n\t\"./icons/leap-web/auth-email-20.svg\": \"./src/icons/leap-web/auth-email-20.svg\",\n\t\"./icons/leap-web/auth-lock-20.svg\": \"./src/icons/leap-web/auth-lock-20.svg\",\n\t\"./icons/leap-web/auth-user-20.svg\": \"./src/icons/leap-web/auth-user-20.svg\",\n\t\"./icons/leap-web/autocomplete-20.svg\": \"./src/icons/leap-web/autocomplete-20.svg\",\n\t\"./icons/leap-web/available-outline-20.svg\": \"./src/icons/leap-web/available-outline-20.svg\",\n\t\"./icons/leap-web/background-color-20.svg\": \"./src/icons/leap-web/background-color-20.svg\",\n\t\"./icons/leap-web/balance-outline-20.svg\": \"./src/icons/leap-web/balance-outline-20.svg\",\n\t\"./icons/leap-web/bell-16.svg\": \"./src/icons/leap-web/bell-16.svg\",\n\t\"./icons/leap-web/bell-20.svg\": \"./src/icons/leap-web/bell-20.svg\",\n\t\"./icons/leap-web/bell-unread-20.svg\": \"./src/icons/leap-web/bell-unread-20.svg\",\n\t\"./icons/leap-web/block-16.svg\": \"./src/icons/leap-web/block-16.svg\",\n\t\"./icons/leap-web/block-20.svg\": \"./src/icons/leap-web/block-20.svg\",\n\t\"./icons/leap-web/bold-20.svg\": \"./src/icons/leap-web/bold-20.svg\",\n\t\"./icons/leap-web/browse-16.svg\": \"./src/icons/leap-web/browse-16.svg\",\n\t\"./icons/leap-web/build-16.svg\": \"./src/icons/leap-web/build-16.svg\",\n\t\"./icons/leap-web/build-20.svg\": \"./src/icons/leap-web/build-20.svg\",\n\t\"./icons/leap-web/business-20.svg\": \"./src/icons/leap-web/business-20.svg\",\n\t\"./icons/leap-web/calendar-16.svg\": \"./src/icons/leap-web/calendar-16.svg\",\n\t\"./icons/leap-web/calendar-20.svg\": \"./src/icons/leap-web/calendar-20.svg\",\n\t\"./icons/leap-web/calendar-add-20.svg\": \"./src/icons/leap-web/calendar-add-20.svg\",\n\t\"./icons/leap-web/calendar-adjust-20.svg\": \"./src/icons/leap-web/calendar-adjust-20.svg\",\n\t\"./icons/leap-web/calendar-appointment-20.svg\": \"./src/icons/leap-web/calendar-appointment-20.svg\",\n\t\"./icons/leap-web/calendar-bell-20.svg\": \"./src/icons/leap-web/calendar-bell-20.svg\",\n\t\"./icons/leap-web/call-16.svg\": \"./src/icons/leap-web/call-16.svg\",\n\t\"./icons/leap-web/call-20.svg\": \"./src/icons/leap-web/call-20.svg\",\n\t\"./icons/leap-web/cards-20.svg\": \"./src/icons/leap-web/cards-20.svg\",\n\t\"./icons/leap-web/chevron-16.svg\": \"./src/icons/leap-web/chevron-16.svg\",\n\t\"./icons/leap-web/chevron-down-12.svg\": \"./src/icons/leap-web/chevron-down-12.svg\",\n\t\"./icons/leap-web/chevron-down-16.svg\": \"./src/icons/leap-web/chevron-down-16.svg\",\n\t\"./icons/leap-web/chevron-down-20.svg\": \"./src/icons/leap-web/chevron-down-20.svg\",\n\t\"./icons/leap-web/chevron-left-12.svg\": \"./src/icons/leap-web/chevron-left-12.svg\",\n\t\"./icons/leap-web/chevron-left-16.svg\": \"./src/icons/leap-web/chevron-left-16.svg\",\n\t\"./icons/leap-web/chevron-left-20.svg\": \"./src/icons/leap-web/chevron-left-20.svg\",\n\t\"./icons/leap-web/chevron-right-12.svg\": \"./src/icons/leap-web/chevron-right-12.svg\",\n\t\"./icons/leap-web/chevron-right-16.svg\": \"./src/icons/leap-web/chevron-right-16.svg\",\n\t\"./icons/leap-web/chevron-right-20.svg\": \"./src/icons/leap-web/chevron-right-20.svg\",\n\t\"./icons/leap-web/chevron-up-12.svg\": \"./src/icons/leap-web/chevron-up-12.svg\",\n\t\"./icons/leap-web/chevron-up-16.svg\": \"./src/icons/leap-web/chevron-up-16.svg\",\n\t\"./icons/leap-web/chevron-up-20.svg\": \"./src/icons/leap-web/chevron-up-20.svg\",\n\t\"./icons/leap-web/clean-format-20.svg\": \"./src/icons/leap-web/clean-format-20.svg\",\n\t\"./icons/leap-web/clipboard-multi-tick-20.svg\": \"./src/icons/leap-web/clipboard-multi-tick-20.svg\",\n\t\"./icons/leap-web/clipboard-tick-20.svg\": \"./src/icons/leap-web/clipboard-tick-20.svg\",\n\t\"./icons/leap-web/close-12.svg\": \"./src/icons/leap-web/close-12.svg\",\n\t\"./icons/leap-web/close-16.svg\": \"./src/icons/leap-web/close-16.svg\",\n\t\"./icons/leap-web/close-20.svg\": \"./src/icons/leap-web/close-20.svg\",\n\t\"./icons/leap-web/cloud-16.svg\": \"./src/icons/leap-web/cloud-16.svg\",\n\t\"./icons/leap-web/cloud-20.svg\": \"./src/icons/leap-web/cloud-20.svg\",\n\t\"./icons/leap-web/code-20.svg\": \"./src/icons/leap-web/code-20.svg\",\n\t\"./icons/leap-web/cog-convert-20.svg\": \"./src/icons/leap-web/cog-convert-20.svg\",\n\t\"./icons/leap-web/comment-20.svg\": \"./src/icons/leap-web/comment-20.svg\",\n\t\"./icons/leap-web/compare-16.svg\": \"./src/icons/leap-web/compare-16.svg\",\n\t\"./icons/leap-web/compare-20.svg\": \"./src/icons/leap-web/compare-20.svg\",\n\t\"./icons/leap-web/contract-16.svg\": \"./src/icons/leap-web/contract-16.svg\",\n\t\"./icons/leap-web/copy-16.svg\": \"./src/icons/leap-web/copy-16.svg\",\n\t\"./icons/leap-web/copy-20.svg\": \"./src/icons/leap-web/copy-20.svg\",\n\t\"./icons/leap-web/critical-date-16.svg\": \"./src/icons/leap-web/critical-date-16.svg\",\n\t\"./icons/leap-web/dashboard-20.svg\": \"./src/icons/leap-web/dashboard-20.svg\",\n\t\"./icons/leap-web/delete-20.svg\": \"./src/icons/leap-web/delete-20.svg\",\n\t\"./icons/leap-web/document-16.svg\": \"./src/icons/leap-web/document-16.svg\",\n\t\"./icons/leap-web/document-20.svg\": \"./src/icons/leap-web/document-20.svg\",\n\t\"./icons/leap-web/document-list-20.svg\": \"./src/icons/leap-web/document-list-20.svg\",\n\t\"./icons/leap-web/download-16.svg\": \"./src/icons/leap-web/download-16.svg\",\n\t\"./icons/leap-web/download-20.svg\": \"./src/icons/leap-web/download-20.svg\",\n\t\"./icons/leap-web/drag-handle-20.svg\": \"./src/icons/leap-web/drag-handle-20.svg\",\n\t\"./icons/leap-web/duplicate-20.svg\": \"./src/icons/leap-web/duplicate-20.svg\",\n\t\"./icons/leap-web/edit-20.svg\": \"./src/icons/leap-web/edit-20.svg\",\n\t\"./icons/leap-web/email-16.svg\": \"./src/icons/leap-web/email-16.svg\",\n\t\"./icons/leap-web/email-20.svg\": \"./src/icons/leap-web/email-20.svg\",\n\t\"./icons/leap-web/email-sent-20.svg\": \"./src/icons/leap-web/email-sent-20.svg\",\n\t\"./icons/leap-web/email-warning-20.svg\": \"./src/icons/leap-web/email-warning-20.svg\",\n\t\"./icons/leap-web/envelope-sent-16.svg\": \"./src/icons/leap-web/envelope-sent-16.svg\",\n\t\"./icons/leap-web/envelope-sent-20.svg\": \"./src/icons/leap-web/envelope-sent-20.svg\",\n\t\"./icons/leap-web/envelope-warning-20.svg\": \"./src/icons/leap-web/envelope-warning-20.svg\",\n\t\"./icons/leap-web/error-12.svg\": \"./src/icons/leap-web/error-12.svg\",\n\t\"./icons/leap-web/error-16.svg\": \"./src/icons/leap-web/error-16.svg\",\n\t\"./icons/leap-web/error-20.svg\": \"./src/icons/leap-web/error-20.svg\",\n\t\"./icons/leap-web/excel-20.svg\": \"./src/icons/leap-web/excel-20.svg\",\n\t\"./icons/leap-web/expand-16.svg\": \"./src/icons/leap-web/expand-16.svg\",\n\t\"./icons/leap-web/expand-less-horiz-16.svg\": \"./src/icons/leap-web/expand-less-horiz-16.svg\",\n\t\"./icons/leap-web/expand-less-horiz-20.svg\": \"./src/icons/leap-web/expand-less-horiz-20.svg\",\n\t\"./icons/leap-web/expand-less-vert-16.svg\": \"./src/icons/leap-web/expand-less-vert-16.svg\",\n\t\"./icons/leap-web/expand-less-vert-20.svg\": \"./src/icons/leap-web/expand-less-vert-20.svg\",\n\t\"./icons/leap-web/expand-more-horiz-16.svg\": \"./src/icons/leap-web/expand-more-horiz-16.svg\",\n\t\"./icons/leap-web/expand-more-horiz-20.svg\": \"./src/icons/leap-web/expand-more-horiz-20.svg\",\n\t\"./icons/leap-web/expand-more-vert-16.svg\": \"./src/icons/leap-web/expand-more-vert-16.svg\",\n\t\"./icons/leap-web/expand-more-vert-20.svg\": \"./src/icons/leap-web/expand-more-vert-20.svg\",\n\t\"./icons/leap-web/feedback-20.svg\": \"./src/icons/leap-web/feedback-20.svg\",\n\t\"./icons/leap-web/filled-pin-16.svg\": \"./src/icons/leap-web/filled-pin-16.svg\",\n\t\"./icons/leap-web/filled-star-16.svg\": \"./src/icons/leap-web/filled-star-16.svg\",\n\t\"./icons/leap-web/filled-tick-16.svg\": \"./src/icons/leap-web/filled-tick-16.svg\",\n\t\"./icons/leap-web/filter-16.svg\": \"./src/icons/leap-web/filter-16.svg\",\n\t\"./icons/leap-web/filter-20.svg\": \"./src/icons/leap-web/filter-20.svg\",\n\t\"./icons/leap-web/fire-16.svg\": \"./src/icons/leap-web/fire-16.svg\",\n\t\"./icons/leap-web/fire-20.svg\": \"./src/icons/leap-web/fire-20.svg\",\n\t\"./icons/leap-web/flag-16.svg\": \"./src/icons/leap-web/flag-16.svg\",\n\t\"./icons/leap-web/flag-20.svg\": \"./src/icons/leap-web/flag-20.svg\",\n\t\"./icons/leap-web/folder-16.svg\": \"./src/icons/leap-web/folder-16.svg\",\n\t\"./icons/leap-web/folder-20.svg\": \"./src/icons/leap-web/folder-20.svg\",\n\t\"./icons/leap-web/folder-cases-20.svg\": \"./src/icons/leap-web/folder-cases-20.svg\",\n\t\"./icons/leap-web/folder-matter-20.svg\": \"./src/icons/leap-web/folder-matter-20.svg\",\n\t\"./icons/leap-web/folder-new-16.svg\": \"./src/icons/leap-web/folder-new-16.svg\",\n\t\"./icons/leap-web/folder-new-20.svg\": \"./src/icons/leap-web/folder-new-20.svg\",\n\t\"./icons/leap-web/forms-20.svg\": \"./src/icons/leap-web/forms-20.svg\",\n\t\"./icons/leap-web/grid-16.svg\": \"./src/icons/leap-web/grid-16.svg\",\n\t\"./icons/leap-web/grid-20.svg\": \"./src/icons/leap-web/grid-20.svg\",\n\t\"./icons/leap-web/group-16.svg\": \"./src/icons/leap-web/group-16.svg\",\n\t\"./icons/leap-web/group-20.svg\": \"./src/icons/leap-web/group-20.svg\",\n\t\"./icons/leap-web/help-20.svg\": \"./src/icons/leap-web/help-20.svg\",\n\t\"./icons/leap-web/history-16.svg\": \"./src/icons/leap-web/history-16.svg\",\n\t\"./icons/leap-web/history-20.svg\": \"./src/icons/leap-web/history-20.svg\",\n\t\"./icons/leap-web/home-16.svg\": \"./src/icons/leap-web/home-16.svg\",\n\t\"./icons/leap-web/home-20.svg\": \"./src/icons/leap-web/home-20.svg\",\n\t\"./icons/leap-web/idea-16.svg\": \"./src/icons/leap-web/idea-16.svg\",\n\t\"./icons/leap-web/idea-20.svg\": \"./src/icons/leap-web/idea-20.svg\",\n\t\"./icons/leap-web/image-20.svg\": \"./src/icons/leap-web/image-20.svg\",\n\t\"./icons/leap-web/info-16.svg\": \"./src/icons/leap-web/info-16.svg\",\n\t\"./icons/leap-web/info-circle-16.svg\": \"./src/icons/leap-web/info-circle-16.svg\",\n\t\"./icons/leap-web/info-circle-20.svg\": \"./src/icons/leap-web/info-circle-20.svg\",\n\t\"./icons/leap-web/infotrack-fee-euro-20.svg\": \"./src/icons/leap-web/infotrack-fee-euro-20.svg\",\n\t\"./icons/leap-web/infotrack-fee-uk-20.svg\": \"./src/icons/leap-web/infotrack-fee-uk-20.svg\",\n\t\"./icons/leap-web/infotrack-fee-us-20.svg\": \"./src/icons/leap-web/infotrack-fee-us-20.svg\",\n\t\"./icons/leap-web/infotrack-search-20.svg\": \"./src/icons/leap-web/infotrack-search-20.svg\",\n\t\"./icons/leap-web/integrations-16.svg\": \"./src/icons/leap-web/integrations-16.svg\",\n\t\"./icons/leap-web/integrations-20.svg\": \"./src/icons/leap-web/integrations-20.svg\",\n\t\"./icons/leap-web/invisible-16.svg\": \"./src/icons/leap-web/invisible-16.svg\",\n\t\"./icons/leap-web/invisible-20.svg\": \"./src/icons/leap-web/invisible-20.svg\",\n\t\"./icons/leap-web/italic-20.svg\": \"./src/icons/leap-web/italic-20.svg\",\n\t\"./icons/leap-web/launch-16.svg\": \"./src/icons/leap-web/launch-16.svg\",\n\t\"./icons/leap-web/launch-20.svg\": \"./src/icons/leap-web/launch-20.svg\",\n\t\"./icons/leap-web/lawconnect-icon-20.svg\": \"./src/icons/leap-web/lawconnect-icon-20.svg\",\n\t\"./icons/leap-web/leads-20.svg\": \"./src/icons/leap-web/leads-20.svg\",\n\t\"./icons/leap-web/legal-aid-20.svg\": \"./src/icons/leap-web/legal-aid-20.svg\",\n\t\"./icons/leap-web/letter-20.svg\": \"./src/icons/leap-web/letter-20.svg\",\n\t\"./icons/leap-web/link-20.svg\": \"./src/icons/leap-web/link-20.svg\",\n\t\"./icons/leap-web/list-bullet-20.svg\": \"./src/icons/leap-web/list-bullet-20.svg\",\n\t\"./icons/leap-web/list-ordered-20.svg\": \"./src/icons/leap-web/list-ordered-20.svg\",\n\t\"./icons/leap-web/lock-16.svg\": \"./src/icons/leap-web/lock-16.svg\",\n\t\"./icons/leap-web/lock-20.svg\": \"./src/icons/leap-web/lock-20.svg\",\n\t\"./icons/leap-web/menu-20.svg\": \"./src/icons/leap-web/menu-20.svg\",\n\t\"./icons/leap-web/minimum-16.svg\": \"./src/icons/leap-web/minimum-16.svg\",\n\t\"./icons/leap-web/minimum-20.svg\": \"./src/icons/leap-web/minimum-20.svg\",\n\t\"./icons/leap-web/minus-12.svg\": \"./src/icons/leap-web/minus-12.svg\",\n\t\"./icons/leap-web/minus-16.svg\": \"./src/icons/leap-web/minus-16.svg\",\n\t\"./icons/leap-web/minus-circle-16.svg\": \"./src/icons/leap-web/minus-circle-16.svg\",\n\t\"./icons/leap-web/more-horiz-16.svg\": \"./src/icons/leap-web/more-horiz-16.svg\",\n\t\"./icons/leap-web/more-horiz-20-1.svg\": \"./src/icons/leap-web/more-horiz-20-1.svg\",\n\t\"./icons/leap-web/more-horiz-20.svg\": \"./src/icons/leap-web/more-horiz-20.svg\",\n\t\"./icons/leap-web/more-vert-16.svg\": \"./src/icons/leap-web/more-vert-16.svg\",\n\t\"./icons/leap-web/more-vert-20.svg\": \"./src/icons/leap-web/more-vert-20.svg\",\n\t\"./icons/leap-web/move-20.svg\": \"./src/icons/leap-web/move-20.svg\",\n\t\"./icons/leap-web/multiple-flag-16.svg\": \"./src/icons/leap-web/multiple-flag-16.svg\",\n\t\"./icons/leap-web/multiple-flag-20.svg\": \"./src/icons/leap-web/multiple-flag-20.svg\",\n\t\"./icons/leap-web/myob-20.svg\": \"./src/icons/leap-web/myob-20.svg\",\n\t\"./icons/leap-web/office365-20.svg\": \"./src/icons/leap-web/office365-20.svg\",\n\t\"./icons/leap-web/options-16.svg\": \"./src/icons/leap-web/options-16.svg\",\n\t\"./icons/leap-web/other-20.svg\": \"./src/icons/leap-web/other-20.svg\",\n\t\"./icons/leap-web/outlook-20.svg\": \"./src/icons/leap-web/outlook-20.svg\",\n\t\"./icons/leap-web/packet-20.svg\": \"./src/icons/leap-web/packet-20.svg\",\n\t\"./icons/leap-web/packets-20.svg\": \"./src/icons/leap-web/packets-20.svg\",\n\t\"./icons/leap-web/pane-combined-16.svg\": \"./src/icons/leap-web/pane-combined-16.svg\",\n\t\"./icons/leap-web/pane-combined-20.svg\": \"./src/icons/leap-web/pane-combined-20.svg\",\n\t\"./icons/leap-web/pane-separate-16.svg\": \"./src/icons/leap-web/pane-separate-16.svg\",\n\t\"./icons/leap-web/pane-separate-20.svg\": \"./src/icons/leap-web/pane-separate-20.svg\",\n\t\"./icons/leap-web/panel-slide-left-16.svg\": \"./src/icons/leap-web/panel-slide-left-16.svg\",\n\t\"./icons/leap-web/panel-slide-left-20.svg\": \"./src/icons/leap-web/panel-slide-left-20.svg\",\n\t\"./icons/leap-web/panel-slide-right-16.svg\": \"./src/icons/leap-web/panel-slide-right-16.svg\",\n\t\"./icons/leap-web/panel-slide-right-20.svg\": \"./src/icons/leap-web/panel-slide-right-20.svg\",\n\t\"./icons/leap-web/pause-12.svg\": \"./src/icons/leap-web/pause-12.svg\",\n\t\"./icons/leap-web/pause-16.svg\": \"./src/icons/leap-web/pause-16.svg\",\n\t\"./icons/leap-web/pin-10.svg\": \"./src/icons/leap-web/pin-10.svg\",\n\t\"./icons/leap-web/pin-16.svg\": \"./src/icons/leap-web/pin-16.svg\",\n\t\"./icons/leap-web/pin-20.svg\": \"./src/icons/leap-web/pin-20.svg\",\n\t\"./icons/leap-web/place-16.svg\": \"./src/icons/leap-web/place-16.svg\",\n\t\"./icons/leap-web/place-20.svg\": \"./src/icons/leap-web/place-20.svg\",\n\t\"./icons/leap-web/play-12.svg\": \"./src/icons/leap-web/play-12.svg\",\n\t\"./icons/leap-web/play-16.svg\": \"./src/icons/leap-web/play-16.svg\",\n\t\"./icons/leap-web/play-circle-16-1.svg\": \"./src/icons/leap-web/play-circle-16-1.svg\",\n\t\"./icons/leap-web/play-circle-16.svg\": \"./src/icons/leap-web/play-circle-16.svg\",\n\t\"./icons/leap-web/play-circle-20-1.svg\": \"./src/icons/leap-web/play-circle-20-1.svg\",\n\t\"./icons/leap-web/play-circle-20.svg\": \"./src/icons/leap-web/play-circle-20.svg\",\n\t\"./icons/leap-web/plus-16.svg\": \"./src/icons/leap-web/plus-16.svg\",\n\t\"./icons/leap-web/plus-20.svg\": \"./src/icons/leap-web/plus-20.svg\",\n\t\"./icons/leap-web/print-20.svg\": \"./src/icons/leap-web/print-20.svg\",\n\t\"./icons/leap-web/pulse-20.svg\": \"./src/icons/leap-web/pulse-20.svg\",\n\t\"./icons/leap-web/quickbooks-20.svg\": \"./src/icons/leap-web/quickbooks-20.svg\",\n\t\"./icons/leap-web/rapidpay-20.svg\": \"./src/icons/leap-web/rapidpay-20.svg\",\n\t\"./icons/leap-web/redo-20.svg\": \"./src/icons/leap-web/redo-20.svg\",\n\t\"./icons/leap-web/refresh-16.svg\": \"./src/icons/leap-web/refresh-16.svg\",\n\t\"./icons/leap-web/refresh-20.svg\": \"./src/icons/leap-web/refresh-20.svg\",\n\t\"./icons/leap-web/rename-16.svg\": \"./src/icons/leap-web/rename-16.svg\",\n\t\"./icons/leap-web/rename-20.svg\": \"./src/icons/leap-web/rename-20.svg\",\n\t\"./icons/leap-web/reply-16.svg\": \"./src/icons/leap-web/reply-16.svg\",\n\t\"./icons/leap-web/reply-20.svg\": \"./src/icons/leap-web/reply-20.svg\",\n\t\"./icons/leap-web/reports-20.svg\": \"./src/icons/leap-web/reports-20.svg\",\n\t\"./icons/leap-web/rgb-teams-logo-20.svg\": \"./src/icons/leap-web/rgb-teams-logo-20.svg\",\n\t\"./icons/leap-web/search-16.svg\": \"./src/icons/leap-web/search-16.svg\",\n\t\"./icons/leap-web/search-20.svg\": \"./src/icons/leap-web/search-20.svg\",\n\t\"./icons/leap-web/settings-16.svg\": \"./src/icons/leap-web/settings-16.svg\",\n\t\"./icons/leap-web/settings-20.svg\": \"./src/icons/leap-web/settings-20.svg\",\n\t\"./icons/leap-web/share-16.svg\": \"./src/icons/leap-web/share-16.svg\",\n\t\"./icons/leap-web/share-20.svg\": \"./src/icons/leap-web/share-20.svg\",\n\t\"./icons/leap-web/shield-check-16.svg\": \"./src/icons/leap-web/shield-check-16.svg\",\n\t\"./icons/leap-web/shield-check-20.svg\": \"./src/icons/leap-web/shield-check-20.svg\",\n\t\"./icons/leap-web/sign-20.svg\": \"./src/icons/leap-web/sign-20.svg\",\n\t\"./icons/leap-web/sign-out-20.svg\": \"./src/icons/leap-web/sign-out-20.svg\",\n\t\"./icons/leap-web/sort-asc-16.svg\": \"./src/icons/leap-web/sort-asc-16.svg\",\n\t\"./icons/leap-web/sort-asc-20.svg\": \"./src/icons/leap-web/sort-asc-20.svg\",\n\t\"./icons/leap-web/sort-desc-16.svg\": \"./src/icons/leap-web/sort-desc-16.svg\",\n\t\"./icons/leap-web/sort-desc-20.svg\": \"./src/icons/leap-web/sort-desc-20.svg\",\n\t\"./icons/leap-web/split-16.svg\": \"./src/icons/leap-web/split-16.svg\",\n\t\"./icons/leap-web/star-16.svg\": \"./src/icons/leap-web/star-16.svg\",\n\t\"./icons/leap-web/star-20.svg\": \"./src/icons/leap-web/star-20.svg\",\n\t\"./icons/leap-web/star-outline-16.svg\": \"./src/icons/leap-web/star-outline-16.svg\",\n\t\"./icons/leap-web/star-outline-20.svg\": \"./src/icons/leap-web/star-outline-20.svg\",\n\t\"./icons/leap-web/stop-12.svg\": \"./src/icons/leap-web/stop-12.svg\",\n\t\"./icons/leap-web/stop-16.svg\": \"./src/icons/leap-web/stop-16.svg\",\n\t\"./icons/leap-web/stop-20.svg\": \"./src/icons/leap-web/stop-20.svg\",\n\t\"./icons/leap-web/stop-circle-16.svg\": \"./src/icons/leap-web/stop-circle-16.svg\",\n\t\"./icons/leap-web/stop-circle-20.svg\": \"./src/icons/leap-web/stop-circle-20.svg\",\n\t\"./icons/leap-web/strike-20.svg\": \"./src/icons/leap-web/strike-20.svg\",\n\t\"./icons/leap-web/templates-20.svg\": \"./src/icons/leap-web/templates-20.svg\",\n\t\"./icons/leap-web/text-stroke-20.svg\": \"./src/icons/leap-web/text-stroke-20.svg\",\n\t\"./icons/leap-web/tick-16.svg\": \"./src/icons/leap-web/tick-16.svg\",\n\t\"./icons/leap-web/tick-20.svg\": \"./src/icons/leap-web/tick-20.svg\",\n\t\"./icons/leap-web/tick-circle-16.svg\": \"./src/icons/leap-web/tick-circle-16.svg\",\n\t\"./icons/leap-web/tick-circle-20.svg\": \"./src/icons/leap-web/tick-circle-20.svg\",\n\t\"./icons/leap-web/timer-20.svg\": \"./src/icons/leap-web/timer-20.svg\",\n\t\"./icons/leap-web/timer-add-20.svg\": \"./src/icons/leap-web/timer-add-20.svg\",\n\t\"./icons/leap-web/timesheets-20.svg\": \"./src/icons/leap-web/timesheets-20.svg\",\n\t\"./icons/leap-web/timestamp-20.svg\": \"./src/icons/leap-web/timestamp-20.svg\",\n\t\"./icons/leap-web/total-outline-20.svg\": \"./src/icons/leap-web/total-outline-20.svg\",\n\t\"./icons/leap-web/two-tone-account-list-20.svg\": \"./src/icons/leap-web/two-tone-account-list-20.svg\",\n\t\"./icons/leap-web/two-tone-account-list-24.svg\": \"./src/icons/leap-web/two-tone-account-list-24.svg\",\n\t\"./icons/leap-web/two-tone-accounting-24.svg\": \"./src/icons/leap-web/two-tone-accounting-24.svg\",\n\t\"./icons/leap-web/two-tone-add-circle.svg\": \"./src/icons/leap-web/two-tone-add-circle.svg\",\n\t\"./icons/leap-web/two-tone-apps-24.svg\": \"./src/icons/leap-web/two-tone-apps-24.svg\",\n\t\"./icons/leap-web/two-tone-auth-email-20.svg\": \"./src/icons/leap-web/two-tone-auth-email-20.svg\",\n\t\"./icons/leap-web/two-tone-calculator-20.svg\": \"./src/icons/leap-web/two-tone-calculator-20.svg\",\n\t\"./icons/leap-web/two-tone-calculator-24.svg\": \"./src/icons/leap-web/two-tone-calculator-24.svg\",\n\t\"./icons/leap-web/two-tone-calendar-20.svg\": \"./src/icons/leap-web/two-tone-calendar-20.svg\",\n\t\"./icons/leap-web/two-tone-calendar-24.svg\": \"./src/icons/leap-web/two-tone-calendar-24.svg\",\n\t\"./icons/leap-web/two-tone-calendar-add-20.svg\": \"./src/icons/leap-web/two-tone-calendar-add-20.svg\",\n\t\"./icons/leap-web/two-tone-calendar-add-24.svg\": \"./src/icons/leap-web/two-tone-calendar-add-24.svg\",\n\t\"./icons/leap-web/two-tone-calendar-adjust-20.svg\": \"./src/icons/leap-web/two-tone-calendar-adjust-20.svg\",\n\t\"./icons/leap-web/two-tone-calendar-adjust-24.svg\": \"./src/icons/leap-web/two-tone-calendar-adjust-24.svg\",\n\t\"./icons/leap-web/two-tone-calendar-appointment-20.svg\": \"./src/icons/leap-web/two-tone-calendar-appointment-20.svg\",\n\t\"./icons/leap-web/two-tone-calendar-appointment-24.svg\": \"./src/icons/leap-web/two-tone-calendar-appointment-24.svg\",\n\t\"./icons/leap-web/two-tone-calendar-bell-20.svg\": \"./src/icons/leap-web/two-tone-calendar-bell-20.svg\",\n\t\"./icons/leap-web/two-tone-calendar-bell-24.svg\": \"./src/icons/leap-web/two-tone-calendar-bell-24.svg\",\n\t\"./icons/leap-web/two-tone-client-chat-20.svg\": \"./src/icons/leap-web/two-tone-client-chat-20.svg\",\n\t\"./icons/leap-web/two-tone-client-chat-24.svg\": \"./src/icons/leap-web/two-tone-client-chat-24.svg\",\n\t\"./icons/leap-web/two-tone-clipboard-multi-tick-20.svg\": \"./src/icons/leap-web/two-tone-clipboard-multi-tick-20.svg\",\n\t\"./icons/leap-web/two-tone-clipboard-multi-tick-24.svg\": \"./src/icons/leap-web/two-tone-clipboard-multi-tick-24.svg\",\n\t\"./icons/leap-web/two-tone-clipboard-tick-20.svg\": \"./src/icons/leap-web/two-tone-clipboard-tick-20.svg\",\n\t\"./icons/leap-web/two-tone-clipboard-tick-24.svg\": \"./src/icons/leap-web/two-tone-clipboard-tick-24.svg\",\n\t\"./icons/leap-web/two-tone-closure-20.svg\": \"./src/icons/leap-web/two-tone-closure-20.svg\",\n\t\"./icons/leap-web/two-tone-closure-24.svg\": \"./src/icons/leap-web/two-tone-closure-24.svg\",\n\t\"./icons/leap-web/two-tone-comment-20.svg\": \"./src/icons/leap-web/two-tone-comment-20.svg\",\n\t\"./icons/leap-web/two-tone-comment-24.svg\": \"./src/icons/leap-web/two-tone-comment-24.svg\",\n\t\"./icons/leap-web/two-tone-compare-20.svg\": \"./src/icons/leap-web/two-tone-compare-20.svg\",\n\t\"./icons/leap-web/two-tone-compare-24.svg\": \"./src/icons/leap-web/two-tone-compare-24.svg\",\n\t\"./icons/leap-web/two-tone-copy-24.svg\": \"./src/icons/leap-web/two-tone-copy-24.svg\",\n\t\"./icons/leap-web/two-tone-cost-recovery-dollar-20.svg\": \"./src/icons/leap-web/two-tone-cost-recovery-dollar-20.svg\",\n\t\"./icons/leap-web/two-tone-cost-recovery-dollar-24.svg\": \"./src/icons/leap-web/two-tone-cost-recovery-dollar-24.svg\",\n\t\"./icons/leap-web/two-tone-cost-recovery-pound-20.svg\": \"./src/icons/leap-web/two-tone-cost-recovery-pound-20.svg\",\n\t\"./icons/leap-web/two-tone-cost-recovery-pound-24.svg\": \"./src/icons/leap-web/two-tone-cost-recovery-pound-24.svg\",\n\t\"./icons/leap-web/two-tone-currency-dollar-20.svg\": \"./src/icons/leap-web/two-tone-currency-dollar-20.svg\",\n\t\"./icons/leap-web/two-tone-currency-dollar-24.svg\": \"./src/icons/leap-web/two-tone-currency-dollar-24.svg\",\n\t\"./icons/leap-web/two-tone-currency-euro-20.svg\": \"./src/icons/leap-web/two-tone-currency-euro-20.svg\",\n\t\"./icons/leap-web/two-tone-currency-euro-24.svg\": \"./src/icons/leap-web/two-tone-currency-euro-24.svg\",\n\t\"./icons/leap-web/two-tone-currency-pound-20.svg\": \"./src/icons/leap-web/two-tone-currency-pound-20.svg\",\n\t\"./icons/leap-web/two-tone-currency-pound-24.svg\": \"./src/icons/leap-web/two-tone-currency-pound-24.svg\",\n\t\"./icons/leap-web/two-tone-delete-20.svg\": \"./src/icons/leap-web/two-tone-delete-20.svg\",\n\t\"./icons/leap-web/two-tone-delete-24.svg\": \"./src/icons/leap-web/two-tone-delete-24.svg\",\n\t\"./icons/leap-web/two-tone-document-20.svg\": \"./src/icons/leap-web/two-tone-document-20.svg\",\n\t\"./icons/leap-web/two-tone-document-24.svg\": \"./src/icons/leap-web/two-tone-document-24.svg\",\n\t\"./icons/leap-web/two-tone-document-list-20.svg\": \"./src/icons/leap-web/two-tone-document-list-20.svg\",\n\t\"./icons/leap-web/two-tone-download-20.svg\": \"./src/icons/leap-web/two-tone-download-20.svg\",\n\t\"./icons/leap-web/two-tone-download-24.svg\": \"./src/icons/leap-web/two-tone-download-24.svg\",\n\t\"./icons/leap-web/two-tone-edit-20.svg\": \"./src/icons/leap-web/two-tone-edit-20.svg\",\n\t\"./icons/leap-web/two-tone-edit-24.svg\": \"./src/icons/leap-web/two-tone-edit-24.svg\",\n\t\"./icons/leap-web/two-tone-email-20.svg\": \"./src/icons/leap-web/two-tone-email-20.svg\",\n\t\"./icons/leap-web/two-tone-email-24.svg\": \"./src/icons/leap-web/two-tone-email-24.svg\",\n\t\"./icons/leap-web/two-tone-envelope-sent-20.svg\": \"./src/icons/leap-web/two-tone-envelope-sent-20.svg\",\n\t\"./icons/leap-web/two-tone-envelope-sent-24.svg\": \"./src/icons/leap-web/two-tone-envelope-sent-24.svg\",\n\t\"./icons/leap-web/two-tone-envelope-warning-20.svg\": \"./src/icons/leap-web/two-tone-envelope-warning-20.svg\",\n\t\"./icons/leap-web/two-tone-envelope-warning-24.svg\": \"./src/icons/leap-web/two-tone-envelope-warning-24.svg\",\n\t\"./icons/leap-web/two-tone-fee-dollar-20.svg\": \"./src/icons/leap-web/two-tone-fee-dollar-20.svg\",\n\t\"./icons/leap-web/two-tone-fee-dollar-24.svg\": \"./src/icons/leap-web/two-tone-fee-dollar-24.svg\",\n\t\"./icons/leap-web/two-tone-fee-pound-20.svg\": \"./src/icons/leap-web/two-tone-fee-pound-20.svg\",\n\t\"./icons/leap-web/two-tone-fee-pound-24.svg\": \"./src/icons/leap-web/two-tone-fee-pound-24.svg\",\n\t\"./icons/leap-web/two-tone-folder-20.svg\": \"./src/icons/leap-web/two-tone-folder-20.svg\",\n\t\"./icons/leap-web/two-tone-folder-24.svg\": \"./src/icons/leap-web/two-tone-folder-24.svg\",\n\t\"./icons/leap-web/two-tone-folder-cases-20.svg\": \"./src/icons/leap-web/two-tone-folder-cases-20.svg\",\n\t\"./icons/leap-web/two-tone-folder-cases-24.svg\": \"./src/icons/leap-web/two-tone-folder-cases-24.svg\",\n\t\"./icons/leap-web/two-tone-folder-matter-20.svg\": \"./src/icons/leap-web/two-tone-folder-matter-20.svg\",\n\t\"./icons/leap-web/two-tone-folder-matter-24.svg\": \"./src/icons/leap-web/two-tone-folder-matter-24.svg\",\n\t\"./icons/leap-web/two-tone-folder-new-20.svg\": \"./src/icons/leap-web/two-tone-folder-new-20.svg\",\n\t\"./icons/leap-web/two-tone-forms-20.svg\": \"./src/icons/leap-web/two-tone-forms-20.svg\",\n\t\"./icons/leap-web/two-tone-forms-24.svg\": \"./src/icons/leap-web/two-tone-forms-24.svg\",\n\t\"./icons/leap-web/two-tone-generator-20.svg\": \"./src/icons/leap-web/two-tone-generator-20.svg\",\n\t\"./icons/leap-web/two-tone-generator-24.svg\": \"./src/icons/leap-web/two-tone-generator-24.svg\",\n\t\"./icons/leap-web/two-tone-help-24.svg\": \"./src/icons/leap-web/two-tone-help-24.svg\",\n\t\"./icons/leap-web/two-tone-home-24.svg\": \"./src/icons/leap-web/two-tone-home-24.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-20.svg\": \"./src/icons/leap-web/two-tone-infotrack-20.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-24.svg\": \"./src/icons/leap-web/two-tone-infotrack-24.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-euro-20.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-euro-20.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-euro-24.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-euro-24.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-uk-20.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-uk-20.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-uk-24.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-uk-24.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-us-20.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-us-20.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-us-24.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-us-24.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-search-20.svg\": \"./src/icons/leap-web/two-tone-infotrack-search-20.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-search-24.svg\": \"./src/icons/leap-web/two-tone-infotrack-search-24.svg\",\n\t\"./icons/leap-web/two-tone-integrations-20.svg\": \"./src/icons/leap-web/two-tone-integrations-20.svg\",\n\t\"./icons/leap-web/two-tone-integrations-24.svg\": \"./src/icons/leap-web/two-tone-integrations-24.svg\",\n\t\"./icons/leap-web/two-tone-invoice-20.svg\": \"./src/icons/leap-web/two-tone-invoice-20.svg\",\n\t\"./icons/leap-web/two-tone-invoice-24.svg\": \"./src/icons/leap-web/two-tone-invoice-24.svg\",\n\t\"./icons/leap-web/two-tone-journal-20.svg\": \"./src/icons/leap-web/two-tone-journal-20.svg\",\n\t\"./icons/leap-web/two-tone-journal-24.svg\": \"./src/icons/leap-web/two-tone-journal-24.svg\",\n\t\"./icons/leap-web/two-tone-journal-credit20.svg\": \"./src/icons/leap-web/two-tone-journal-credit20.svg\",\n\t\"./icons/leap-web/two-tone-journal-credit24.svg\": \"./src/icons/leap-web/two-tone-journal-credit24.svg\",\n\t\"./icons/leap-web/two-tone-journal-refund-20.svg\": \"./src/icons/leap-web/two-tone-journal-refund-20.svg\",\n\t\"./icons/leap-web/two-tone-journal-refund-24.svg\": \"./src/icons/leap-web/two-tone-journal-refund-24.svg\",\n\t\"./icons/leap-web/two-tone-journal-remove-20.svg\": \"./src/icons/leap-web/two-tone-journal-remove-20.svg\",\n\t\"./icons/leap-web/two-tone-journal-remove-24.svg\": \"./src/icons/leap-web/two-tone-journal-remove-24.svg\",\n\t\"./icons/leap-web/two-tone-leap-legs-24.svg\": \"./src/icons/leap-web/two-tone-leap-legs-24.svg\",\n\t\"./icons/leap-web/two-tone-ledger-20.svg\": \"./src/icons/leap-web/two-tone-ledger-20.svg\",\n\t\"./icons/leap-web/two-tone-ledger-24.svg\": \"./src/icons/leap-web/two-tone-ledger-24.svg\",\n\t\"./icons/leap-web/two-tone-letter-20.svg\": \"./src/icons/leap-web/two-tone-letter-20.svg\",\n\t\"./icons/leap-web/two-tone-letter-24.svg\": \"./src/icons/leap-web/two-tone-letter-24.svg\",\n\t\"./icons/leap-web/two-tone-matter-ai-20.svg\": \"./src/icons/leap-web/two-tone-matter-ai-20.svg\",\n\t\"./icons/leap-web/two-tone-matter-ai-24.svg\": \"./src/icons/leap-web/two-tone-matter-ai-24.svg\",\n\t\"./icons/leap-web/two-tone-move-20.svg\": \"./src/icons/leap-web/two-tone-move-20.svg\",\n\t\"./icons/leap-web/two-tone-move-24.svg\": \"./src/icons/leap-web/two-tone-move-24.svg\",\n\t\"./icons/leap-web/two-tone-new-account-20.svg\": \"./src/icons/leap-web/two-tone-new-account-20.svg\",\n\t\"./icons/leap-web/two-tone-new-account-24.svg\": \"./src/icons/leap-web/two-tone-new-account-24.svg\",\n\t\"./icons/leap-web/two-tone-new-anticipated-20.svg\": \"./src/icons/leap-web/two-tone-new-anticipated-20.svg\",\n\t\"./icons/leap-web/two-tone-new-anticipated-24.svg\": \"./src/icons/leap-web/two-tone-new-anticipated-24.svg\",\n\t\"./icons/leap-web/two-tone-open-teams-24.svg\": \"./src/icons/leap-web/two-tone-open-teams-24.svg\",\n\t\"./icons/leap-web/two-tone-other-24.svg\": \"./src/icons/leap-web/two-tone-other-24.svg\",\n\t\"./icons/leap-web/two-tone-packet-20.svg\": \"./src/icons/leap-web/two-tone-packet-20.svg\",\n\t\"./icons/leap-web/two-tone-packet-24.svg\": \"./src/icons/leap-web/two-tone-packet-24.svg\",\n\t\"./icons/leap-web/two-tone-packets-20.svg\": \"./src/icons/leap-web/two-tone-packets-20.svg\",\n\t\"./icons/leap-web/two-tone-packets-24.svg\": \"./src/icons/leap-web/two-tone-packets-24.svg\",\n\t\"./icons/leap-web/two-tone-payment-20.svg\": \"./src/icons/leap-web/two-tone-payment-20.svg\",\n\t\"./icons/leap-web/two-tone-payment-24.svg\": \"./src/icons/leap-web/two-tone-payment-24.svg\",\n\t\"./icons/leap-web/two-tone-pdf-20.svg\": \"./src/icons/leap-web/two-tone-pdf-20.svg\",\n\t\"./icons/leap-web/two-tone-pdf-24.svg\": \"./src/icons/leap-web/two-tone-pdf-24.svg\",\n\t\"./icons/leap-web/two-tone-print-20.svg\": \"./src/icons/leap-web/two-tone-print-20.svg\",\n\t\"./icons/leap-web/two-tone-print-24.svg\": \"./src/icons/leap-web/two-tone-print-24.svg\",\n\t\"./icons/leap-web/two-tone-receipt-20.svg\": \"./src/icons/leap-web/two-tone-receipt-20.svg\",\n\t\"./icons/leap-web/two-tone-receipt-24.svg\": \"./src/icons/leap-web/two-tone-receipt-24.svg\",\n\t\"./icons/leap-web/two-tone-rename-20.svg\": \"./src/icons/leap-web/two-tone-rename-20.svg\",\n\t\"./icons/leap-web/two-tone-rename-24.svg\": \"./src/icons/leap-web/two-tone-rename-24.svg\",\n\t\"./icons/leap-web/two-tone-reports-24.svg\": \"./src/icons/leap-web/two-tone-reports-24.svg\",\n\t\"./icons/leap-web/two-tone-research-lawy-20.svg\": \"./src/icons/leap-web/two-tone-research-lawy-20.svg\",\n\t\"./icons/leap-web/two-tone-research-lawy-24.svg\": \"./src/icons/leap-web/two-tone-research-lawy-24.svg\",\n\t\"./icons/leap-web/two-tone-share-20.svg\": \"./src/icons/leap-web/two-tone-share-20.svg\",\n\t\"./icons/leap-web/two-tone-share-24.svg\": \"./src/icons/leap-web/two-tone-share-24.svg\",\n\t\"./icons/leap-web/two-tone-share-settings-20.svg\": \"./src/icons/leap-web/two-tone-share-settings-20.svg\",\n\t\"./icons/leap-web/two-tone-share-settings-24.svg\": \"./src/icons/leap-web/two-tone-share-settings-24.svg\",\n\t\"./icons/leap-web/two-tone-sign-20.svg\": \"./src/icons/leap-web/two-tone-sign-20.svg\",\n\t\"./icons/leap-web/two-tone-sign-24.svg\": \"./src/icons/leap-web/two-tone-sign-24.svg\",\n\t\"./icons/leap-web/two-tone-split-20.svg\": \"./src/icons/leap-web/two-tone-split-20.svg\",\n\t\"./icons/leap-web/two-tone-split-invoice-20.svg\": \"./src/icons/leap-web/two-tone-split-invoice-20.svg\",\n\t\"./icons/leap-web/two-tone-split-invoice-24.svg\": \"./src/icons/leap-web/two-tone-split-invoice-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-20.svg\": \"./src/icons/leap-web/two-tone-teams-call-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-24.svg\": \"./src/icons/leap-web/two-tone-teams-call-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-connect-20.svg\": \"./src/icons/leap-web/two-tone-teams-call-connect-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-connect-24.svg\": \"./src/icons/leap-web/two-tone-teams-call-connect-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-inbound-20.svg\": \"./src/icons/leap-web/two-tone-teams-call-inbound-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-inbound-24.svg\": \"./src/icons/leap-web/two-tone-teams-call-inbound-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-document-20.svg\": \"./src/icons/leap-web/two-tone-teams-document-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-document-24.svg\": \"./src/icons/leap-web/two-tone-teams-document-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-send-20.svg\": \"./src/icons/leap-web/two-tone-teams-send-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-send-24.svg\": \"./src/icons/leap-web/two-tone-teams-send-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-send-matter-20.svg\": \"./src/icons/leap-web/two-tone-teams-send-matter-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-send-matter-24.svg\": \"./src/icons/leap-web/two-tone-teams-send-matter-24.svg\",\n\t\"./icons/leap-web/two-tone-templates-20.svg\": \"./src/icons/leap-web/two-tone-templates-20.svg\",\n\t\"./icons/leap-web/two-tone-templates-24.svg\": \"./src/icons/leap-web/two-tone-templates-24.svg\",\n\t\"./icons/leap-web/two-tone-time-entry-20.svg\": \"./src/icons/leap-web/two-tone-time-entry-20.svg\",\n\t\"./icons/leap-web/two-tone-time-entry-24.svg\": \"./src/icons/leap-web/two-tone-time-entry-24.svg\",\n\t\"./icons/leap-web/two-tone-timer-20.svg\": \"./src/icons/leap-web/two-tone-timer-20.svg\",\n\t\"./icons/leap-web/two-tone-timer-add-20.svg\": \"./src/icons/leap-web/two-tone-timer-add-20.svg\",\n\t\"./icons/leap-web/two-tone-timesheets-20.svg\": \"./src/icons/leap-web/two-tone-timesheets-20.svg\",\n\t\"./icons/leap-web/two-tone-transaction-dollar-20.svg\": \"./src/icons/leap-web/two-tone-transaction-dollar-20.svg\",\n\t\"./icons/leap-web/two-tone-transaction-dollar-24.svg\": \"./src/icons/leap-web/two-tone-transaction-dollar-24.svg\",\n\t\"./icons/leap-web/two-tone-transaction-euro-20.svg\": \"./src/icons/leap-web/two-tone-transaction-euro-20.svg\",\n\t\"./icons/leap-web/two-tone-transaction-euro-24.svg\": \"./src/icons/leap-web/two-tone-transaction-euro-24.svg\",\n\t\"./icons/leap-web/two-tone-transaction-pound-20.svg\": \"./src/icons/leap-web/two-tone-transaction-pound-20.svg\",\n\t\"./icons/leap-web/two-tone-transaction-pound-24.svg\": \"./src/icons/leap-web/two-tone-transaction-pound-24.svg\",\n\t\"./icons/leap-web/two-tone-transfer-20.svg\": \"./src/icons/leap-web/two-tone-transfer-20.svg\",\n\t\"./icons/leap-web/two-tone-transfer-24.svg\": \"./src/icons/leap-web/two-tone-transfer-24.svg\",\n\t\"./icons/leap-web/two-tone-trust-investment-20.svg\": \"./src/icons/leap-web/two-tone-trust-investment-20.svg\",\n\t\"./icons/leap-web/two-tone-trust-investment-24.svg\": \"./src/icons/leap-web/two-tone-trust-investment-24.svg\",\n\t\"./icons/leap-web/two-tone-trust-payment-20.svg\": \"./src/icons/leap-web/two-tone-trust-payment-20.svg\",\n\t\"./icons/leap-web/two-tone-trust-payment-24.svg\": \"./src/icons/leap-web/two-tone-trust-payment-24.svg\",\n\t\"./icons/leap-web/two-tone-trust-protected-20.svg\": \"./src/icons/leap-web/two-tone-trust-protected-20.svg\",\n\t\"./icons/leap-web/two-tone-trust-protected-24.svg\": \"./src/icons/leap-web/two-tone-trust-protected-24.svg\",\n\t\"./icons/leap-web/two-tone-trust-receipt-20.svg\": \"./src/icons/leap-web/two-tone-trust-receipt-20.svg\",\n\t\"./icons/leap-web/two-tone-trust-receipt-24.svg\": \"./src/icons/leap-web/two-tone-trust-receipt-24.svg\",\n\t\"./icons/leap-web/two-tone-trust-to-office-20.svg\": \"./src/icons/leap-web/two-tone-trust-to-office-20.svg\",\n\t\"./icons/leap-web/two-tone-trust-to-office-24.svg\": \"./src/icons/leap-web/two-tone-trust-to-office-24.svg\",\n\t\"./icons/leap-web/two-tone-unpaid-anticipated-20.svg\": \"./src/icons/leap-web/two-tone-unpaid-anticipated-20.svg\",\n\t\"./icons/leap-web/two-tone-unpaid-anticipated-24.svg\": \"./src/icons/leap-web/two-tone-unpaid-anticipated-24.svg\",\n\t\"./icons/leap-web/two-tone-upload-20.svg\": \"./src/icons/leap-web/two-tone-upload-20.svg\",\n\t\"./icons/leap-web/two-tone-upload-24.svg\": \"./src/icons/leap-web/two-tone-upload-24.svg\",\n\t\"./icons/leap-web/two-tone-user-anticipated-20.svg\": \"./src/icons/leap-web/two-tone-user-anticipated-20.svg\",\n\t\"./icons/leap-web/two-tone-user-anticipated-24.svg\": \"./src/icons/leap-web/two-tone-user-anticipated-24.svg\",\n\t\"./icons/leap-web/two-tone-user-question-20.svg\": \"./src/icons/leap-web/two-tone-user-question-20.svg\",\n\t\"./icons/leap-web/underline-20.svg\": \"./src/icons/leap-web/underline-20.svg\",\n\t\"./icons/leap-web/undo-20.svg\": \"./src/icons/leap-web/undo-20.svg\",\n\t\"./icons/leap-web/unflag-16.svg\": \"./src/icons/leap-web/unflag-16.svg\",\n\t\"./icons/leap-web/unflag-20.svg\": \"./src/icons/leap-web/unflag-20.svg\",\n\t\"./icons/leap-web/unlock-16.svg\": \"./src/icons/leap-web/unlock-16.svg\",\n\t\"./icons/leap-web/unlock-20.svg\": \"./src/icons/leap-web/unlock-20.svg\",\n\t\"./icons/leap-web/unpin-16.svg\": \"./src/icons/leap-web/unpin-16.svg\",\n\t\"./icons/leap-web/unpin-20.svg\": \"./src/icons/leap-web/unpin-20.svg\",\n\t\"./icons/leap-web/upload-20.svg\": \"./src/icons/leap-web/upload-20.svg\",\n\t\"./icons/leap-web/uploading-20.svg\": \"./src/icons/leap-web/uploading-20.svg\",\n\t\"./icons/leap-web/user-16.svg\": \"./src/icons/leap-web/user-16.svg\",\n\t\"./icons/leap-web/user-20.svg\": \"./src/icons/leap-web/user-20.svg\",\n\t\"./icons/leap-web/user-add-16.svg\": \"./src/icons/leap-web/user-add-16.svg\",\n\t\"./icons/leap-web/user-add-20.svg\": \"./src/icons/leap-web/user-add-20.svg\",\n\t\"./icons/leap-web/user-delete-16.svg\": \"./src/icons/leap-web/user-delete-16.svg\",\n\t\"./icons/leap-web/user-delete-20.svg\": \"./src/icons/leap-web/user-delete-20.svg\",\n\t\"./icons/leap-web/user-link-16.svg\": \"./src/icons/leap-web/user-link-16.svg\",\n\t\"./icons/leap-web/user-link-20.svg\": \"./src/icons/leap-web/user-link-20.svg\",\n\t\"./icons/leap-web/user-lock-16.svg\": \"./src/icons/leap-web/user-lock-16.svg\",\n\t\"./icons/leap-web/user-lock-20.svg\": \"./src/icons/leap-web/user-lock-20.svg\",\n\t\"./icons/leap-web/user-question-16.svg\": \"./src/icons/leap-web/user-question-16.svg\",\n\t\"./icons/leap-web/user-question-20.svg\": \"./src/icons/leap-web/user-question-20.svg\",\n\t\"./icons/leap-web/user-tick-16.svg\": \"./src/icons/leap-web/user-tick-16.svg\",\n\t\"./icons/leap-web/user-tick-20.svg\": \"./src/icons/leap-web/user-tick-20.svg\",\n\t\"./icons/leap-web/users-16.svg\": \"./src/icons/leap-web/users-16.svg\",\n\t\"./icons/leap-web/users-20.svg\": \"./src/icons/leap-web/users-20.svg\",\n\t\"./icons/leap-web/visible-16.svg\": \"./src/icons/leap-web/visible-16.svg\",\n\t\"./icons/leap-web/visible-20.svg\": \"./src/icons/leap-web/visible-20.svg\",\n\t\"./icons/leap-web/warning-12.svg\": \"./src/icons/leap-web/warning-12.svg\",\n\t\"./icons/leap-web/warning-16.svg\": \"./src/icons/leap-web/warning-16.svg\",\n\t\"./icons/leap-web/warning-20.svg\": \"./src/icons/leap-web/warning-20.svg\",\n\t\"./icons/leap-web/word-20.svg\": \"./src/icons/leap-web/word-20.svg\",\n\t\"./icons/leap-web/xero-20.svg\": \"./src/icons/leap-web/xero-20.svg\",\n\t\"./icons/misc/facebook.svg\": \"./src/icons/misc/facebook.svg\",\n\t\"./icons/misc/google.svg\": \"./src/icons/misc/google.svg\",\n\t\"./icons/misc/no-result-details-data.svg\": \"./src/icons/misc/no-result-details-data.svg\",\n\t\"./icons/misc/no-result-document-comments.svg\": \"./src/icons/misc/no-result-document-comments.svg\",\n\t\"./icons/misc/no-result-document-details.svg\": \"./src/icons/misc/no-result-document-details.svg\",\n\t\"./icons/misc/no-result-file-too-large.svg\": \"./src/icons/misc/no-result-file-too-large.svg\",\n\t\"./icons/misc/no-result-no-comments.svg\": \"./src/icons/misc/no-result-no-comments.svg\",\n\t\"./icons/misc/no-result-no-trust-data.svg\": \"./src/icons/misc/no-result-no-trust-data.svg\",\n\t\"./icons/misc/no-result-server-error.svg\": \"./src/icons/misc/no-result-server-error.svg\",\n\t\"./icons/misc/onboarding-comment-reply.svg\": \"./src/icons/misc/onboarding-comment-reply.svg\",\n\t\"./icons/misc/onboarding-share-documents.svg\": \"./src/icons/misc/onboarding-share-documents.svg\",\n\t\"./icons/misc/onboarding-welcome-lawconnect.svg\": \"./src/icons/misc/onboarding-welcome-lawconnect.svg\",\n\t\"./icons/social/facebook.svg\": \"./src/icons/social/facebook.svg\",\n\t\"./icons/social/google.svg\": \"./src/icons/social/google.svg\",\n\t\"./icons/social/linkedin.svg\": \"./src/icons/social/linkedin.svg\",\n\t\"./icons/social/microsoft.svg\": \"./src/icons/social/microsoft.svg\",\n\t\"./icons/two-tone/analytics.svg\": \"./src/icons/two-tone/analytics.svg\",\n\t\"./icons/two-tone/api.svg\": \"./src/icons/two-tone/api.svg\",\n\t\"./icons/two-tone/apps.svg\": \"./src/icons/two-tone/apps.svg\",\n\t\"./icons/two-tone/arrow-down-circle.svg\": \"./src/icons/two-tone/arrow-down-circle.svg\",\n\t\"./icons/two-tone/arrow-down.svg\": \"./src/icons/two-tone/arrow-down.svg\",\n\t\"./icons/two-tone/arrow-left-circle.svg\": \"./src/icons/two-tone/arrow-left-circle.svg\",\n\t\"./icons/two-tone/arrow-left.svg\": \"./src/icons/two-tone/arrow-left.svg\",\n\t\"./icons/two-tone/arrow-right-circle-16.svg\": \"./src/icons/two-tone/arrow-right-circle-16.svg\",\n\t\"./icons/two-tone/arrow-right-circle.svg\": \"./src/icons/two-tone/arrow-right-circle.svg\",\n\t\"./icons/two-tone/arrow-right.svg\": \"./src/icons/two-tone/arrow-right.svg\",\n\t\"./icons/two-tone/arrow-up-circle.svg\": \"./src/icons/two-tone/arrow-up-circle.svg\",\n\t\"./icons/two-tone/arrow-up.svg\": \"./src/icons/two-tone/arrow-up.svg\",\n\t\"./icons/two-tone/attachments.svg\": \"./src/icons/two-tone/attachments.svg\",\n\t\"./icons/two-tone/back-to-bottom.svg\": \"./src/icons/two-tone/back-to-bottom.svg\",\n\t\"./icons/two-tone/back-to-top.svg\": \"./src/icons/two-tone/back-to-top.svg\",\n\t\"./icons/two-tone/back.svg\": \"./src/icons/two-tone/back.svg\",\n\t\"./icons/two-tone/bin.svg\": \"./src/icons/two-tone/bin.svg\",\n\t\"./icons/two-tone/business.svg\": \"./src/icons/two-tone/business.svg\",\n\t\"./icons/two-tone/calculator.svg\": \"./src/icons/two-tone/calculator.svg\",\n\t\"./icons/two-tone/calendar.svg\": \"./src/icons/two-tone/calendar.svg\",\n\t\"./icons/two-tone/cases.svg\": \"./src/icons/two-tone/cases.svg\",\n\t\"./icons/two-tone/city.svg\": \"./src/icons/two-tone/city.svg\",\n\t\"./icons/two-tone/close.svg\": \"./src/icons/two-tone/close.svg\",\n\t\"./icons/two-tone/collapse-menu.svg\": \"./src/icons/two-tone/collapse-menu.svg\",\n\t\"./icons/two-tone/collapse.svg\": \"./src/icons/two-tone/collapse.svg\",\n\t\"./icons/two-tone/comment.svg\": \"./src/icons/two-tone/comment.svg\",\n\t\"./icons/two-tone/contacts.svg\": \"./src/icons/two-tone/contacts.svg\",\n\t\"./icons/two-tone/correspondence.svg\": \"./src/icons/two-tone/correspondence.svg\",\n\t\"./icons/two-tone/creditcard.svg\": \"./src/icons/two-tone/creditcard.svg\",\n\t\"./icons/two-tone/desktop.svg\": \"./src/icons/two-tone/desktop.svg\",\n\t\"./icons/two-tone/download-document.svg\": \"./src/icons/two-tone/download-document.svg\",\n\t\"./icons/two-tone/download.svg\": \"./src/icons/two-tone/download.svg\",\n\t\"./icons/two-tone/edit.svg\": \"./src/icons/two-tone/edit.svg\",\n\t\"./icons/two-tone/error-circle.svg\": \"./src/icons/two-tone/error-circle.svg\",\n\t\"./icons/two-tone/expand-menu.svg\": \"./src/icons/two-tone/expand-menu.svg\",\n\t\"./icons/two-tone/expand.svg\": \"./src/icons/two-tone/expand.svg\",\n\t\"./icons/two-tone/feedback.svg\": \"./src/icons/two-tone/feedback.svg\",\n\t\"./icons/two-tone/files.svg\": \"./src/icons/two-tone/files.svg\",\n\t\"./icons/two-tone/filter.svg\": \"./src/icons/two-tone/filter.svg\",\n\t\"./icons/two-tone/firms.svg\": \"./src/icons/two-tone/firms.svg\",\n\t\"./icons/two-tone/folder.svg\": \"./src/icons/two-tone/folder.svg\",\n\t\"./icons/two-tone/grid.svg\": \"./src/icons/two-tone/grid.svg\",\n\t\"./icons/two-tone/info-circle.svg\": \"./src/icons/two-tone/info-circle.svg\",\n\t\"./icons/two-tone/instances.svg\": \"./src/icons/two-tone/instances.svg\",\n\t\"./icons/two-tone/kebab-horizontal.svg\": \"./src/icons/two-tone/kebab-horizontal.svg\",\n\t\"./icons/two-tone/kebab-loader.svg\": \"./src/icons/two-tone/kebab-loader.svg\",\n\t\"./icons/two-tone/kebab-vertical.svg\": \"./src/icons/two-tone/kebab-vertical.svg\",\n\t\"./icons/two-tone/list.svg\": \"./src/icons/two-tone/list.svg\",\n\t\"./icons/two-tone/location.svg\": \"./src/icons/two-tone/location.svg\",\n\t\"./icons/two-tone/marketplace.svg\": \"./src/icons/two-tone/marketplace.svg\",\n\t\"./icons/two-tone/matters.svg\": \"./src/icons/two-tone/matters.svg\",\n\t\"./icons/two-tone/menu.svg\": \"./src/icons/two-tone/menu.svg\",\n\t\"./icons/two-tone/minus-circle.svg\": \"./src/icons/two-tone/minus-circle.svg\",\n\t\"./icons/two-tone/mobile.svg\": \"./src/icons/two-tone/mobile.svg\",\n\t\"./icons/two-tone/more.svg\": \"./src/icons/two-tone/more.svg\",\n\t\"./icons/two-tone/open-external.svg\": \"./src/icons/two-tone/open-external.svg\",\n\t\"./icons/two-tone/panel-toggle.svg\": \"./src/icons/two-tone/panel-toggle.svg\",\n\t\"./icons/two-tone/percentage.svg\": \"./src/icons/two-tone/percentage.svg\",\n\t\"./icons/two-tone/plus-circle.svg\": \"./src/icons/two-tone/plus-circle.svg\",\n\t\"./icons/two-tone/point.svg\": \"./src/icons/two-tone/point.svg\",\n\t\"./icons/two-tone/printer.svg\": \"./src/icons/two-tone/printer.svg\",\n\t\"./icons/two-tone/product.svg\": \"./src/icons/two-tone/product.svg\",\n\t\"./icons/two-tone/recent.svg\": \"./src/icons/two-tone/recent.svg\",\n\t\"./icons/two-tone/reply.svg\": \"./src/icons/two-tone/reply.svg\",\n\t\"./icons/two-tone/reset.svg\": \"./src/icons/two-tone/reset.svg\",\n\t\"./icons/two-tone/resources.svg\": \"./src/icons/two-tone/resources.svg\",\n\t\"./icons/two-tone/search.svg\": \"./src/icons/two-tone/search.svg\",\n\t\"./icons/two-tone/settings.svg\": \"./src/icons/two-tone/settings.svg\",\n\t\"./icons/two-tone/signature.svg\": \"./src/icons/two-tone/signature.svg\",\n\t\"./icons/two-tone/sort.svg\": \"./src/icons/two-tone/sort.svg\",\n\t\"./icons/two-tone/spinner.svg\": \"./src/icons/two-tone/spinner.svg\",\n\t\"./icons/two-tone/subscriptions.svg\": \"./src/icons/two-tone/subscriptions.svg\",\n\t\"./icons/two-tone/support.svg\": \"./src/icons/two-tone/support.svg\",\n\t\"./icons/two-tone/tick-circle.svg\": \"./src/icons/two-tone/tick-circle.svg\",\n\t\"./icons/two-tone/tick.svg\": \"./src/icons/two-tone/tick.svg\",\n\t\"./icons/two-tone/time.svg\": \"./src/icons/two-tone/time.svg\",\n\t\"./icons/two-tone/upload.svg\": \"./src/icons/two-tone/upload.svg\",\n\t\"./icons/two-tone/users-outline.svg\": \"./src/icons/two-tone/users-outline.svg\",\n\t\"./icons/two-tone/users.svg\": \"./src/icons/two-tone/users.svg\",\n\t\"./icons/two-tone/warning-outline.svg\": \"./src/icons/two-tone/warning-outline.svg\",\n\t\"./icons/two-tone/water.svg\": \"./src/icons/two-tone/water.svg\",\n\t\"./icons/two-tone/web.svg\": \"./src/icons/two-tone/web.svg\",\n\t\"./illustrations/orion/access-cloud.svg\": \"./src/illustrations/orion/access-cloud.svg\",\n\t\"./illustrations/orion/collaboration.svg\": \"./src/illustrations/orion/collaboration.svg\",\n\t\"./illustrations/orion/doc.svg\": \"./src/illustrations/orion/doc.svg\",\n\t\"./illustrations/orion/email-verify.svg\": \"./src/illustrations/orion/email-verify.svg\",\n\t\"./illustrations/orion/facebook.svg\": \"./src/illustrations/orion/facebook.svg\",\n\t\"./illustrations/orion/google.svg\": \"./src/illustrations/orion/google.svg\",\n\t\"./illustrations/orion/linkedin.svg\": \"./src/illustrations/orion/linkedin.svg\",\n\t\"./illustrations/orion/no-result-details-data.svg\": \"./src/illustrations/orion/no-result-details-data.svg\",\n\t\"./illustrations/orion/no-result-document-comments.svg\": \"./src/illustrations/orion/no-result-document-comments.svg\",\n\t\"./illustrations/orion/no-result-document-details.svg\": \"./src/illustrations/orion/no-result-document-details.svg\",\n\t\"./illustrations/orion/no-result-file-too-large.svg\": \"./src/illustrations/orion/no-result-file-too-large.svg\",\n\t\"./illustrations/orion/no-result-no-comments.svg\": \"./src/illustrations/orion/no-result-no-comments.svg\",\n\t\"./illustrations/orion/no-result-no-trust-data.svg\": \"./src/illustrations/orion/no-result-no-trust-data.svg\",\n\t\"./illustrations/orion/no-result-server-error.svg\": \"./src/illustrations/orion/no-result-server-error.svg\",\n\t\"./illustrations/orion/onboarding-comment-reply.svg\": \"./src/illustrations/orion/onboarding-comment-reply.svg\",\n\t\"./illustrations/orion/onboarding-share-documents.svg\": \"./src/illustrations/orion/onboarding-share-documents.svg\",\n\t\"./illustrations/orion/onboarding-welcome-lawconnect.svg\": \"./src/illustrations/orion/onboarding-welcome-lawconnect.svg\",\n\t\"./illustrations/orion/safe-doc.svg\": \"./src/illustrations/orion/safe-doc.svg\",\n\t\"./illustrations/sirius/AnticipatedPayments-Euro.svg\": \"./src/illustrations/sirius/AnticipatedPayments-Euro.svg\",\n\t\"./illustrations/sirius/AnticipatedPayments-Pound.svg\": \"./src/illustrations/sirius/AnticipatedPayments-Pound.svg\",\n\t\"./illustrations/sirius/AnticipatedPayments.svg\": \"./src/illustrations/sirius/AnticipatedPayments.svg\",\n\t\"./illustrations/sirius/Border.svg\": \"./src/illustrations/sirius/Border.svg\",\n\t\"./illustrations/sirius/CreditLedger-Euro.svg\": \"./src/illustrations/sirius/CreditLedger-Euro.svg\",\n\t\"./illustrations/sirius/CreditLedger-Pound.svg\": \"./src/illustrations/sirius/CreditLedger-Pound.svg\",\n\t\"./illustrations/sirius/CreditLedger.svg\": \"./src/illustrations/sirius/CreditLedger.svg\",\n\t\"./illustrations/sirius/Default.svg\": \"./src/illustrations/sirius/Default.svg\",\n\t\"./illustrations/sirius/NoCorrespondance.svg\": \"./src/illustrations/sirius/NoCorrespondance.svg\",\n\t\"./illustrations/sirius/NoUnscheduledCriticalDates.svg\": \"./src/illustrations/sirius/NoUnscheduledCriticalDates.svg\",\n\t\"./illustrations/sirius/NoUnsheduledTasks.svg\": \"./src/illustrations/sirius/NoUnsheduledTasks.svg\",\n\t\"./illustrations/sirius/PaymentsAndDebtors-Euro.svg\": \"./src/illustrations/sirius/PaymentsAndDebtors-Euro.svg\",\n\t\"./illustrations/sirius/PaymentsAndDebtors-Pound.svg\": \"./src/illustrations/sirius/PaymentsAndDebtors-Pound.svg\",\n\t\"./illustrations/sirius/PaymentsAndDebtors.svg\": \"./src/illustrations/sirius/PaymentsAndDebtors.svg\",\n\t\"./illustrations/sirius/TimeAndFees.svg\": \"./src/illustrations/sirius/TimeAndFees.svg\",\n\t\"./illustrations/sirius/TrustFunds-Euro.svg\": \"./src/illustrations/sirius/TrustFunds-Euro.svg\",\n\t\"./illustrations/sirius/TrustFunds-Pound.svg\": \"./src/illustrations/sirius/TrustFunds-Pound.svg\",\n\t\"./illustrations/sirius/TrustFunds.svg\": \"./src/illustrations/sirius/TrustFunds.svg\",\n\t\"./images/bylawyers/auth-header-logo-dark.svg\": \"./src/images/bylawyers/auth-header-logo-dark.svg\",\n\t\"./images/bylawyers/auth-header-logo.svg\": \"./src/images/bylawyers/auth-header-logo.svg\",\n\t\"./images/bylawyers/header-logo-short.svg\": \"./src/images/bylawyers/header-logo-short.svg\",\n\t\"./images/bylawyers/header-logo.svg\": \"./src/images/bylawyers/header-logo.svg\",\n\t\"./images/bylawyers/unsupported-document.svg\": \"./src/images/bylawyers/unsupported-document.svg\",\n\t\"./images/bylawyers/wa-city.svg\": \"./src/images/bylawyers/wa-city.svg\",\n\t\"./images/bylawyers/wa-empty-dots.svg\": \"./src/images/bylawyers/wa-empty-dots.svg\",\n\t\"./images/lawconnect/header-logo-short.svg\": \"./src/images/lawconnect/header-logo-short.svg\",\n\t\"./images/lawconnect/logos/lawconnect-icon-reverse.svg\": \"./src/images/lawconnect/logos/lawconnect-icon-reverse.svg\",\n\t\"./images/lawconnect/logos/lawconnect-icon-sky-blue.svg\": \"./src/images/lawconnect/logos/lawconnect-icon-sky-blue.svg\",\n\t\"./images/lawconnect/logos/lawconnect-lcon.svg\": \"./src/images/lawconnect/logos/lawconnect-lcon.svg\",\n\t\"./images/lawconnect/logos/lawconnect-logo-reverse-mono.svg\": \"./src/images/lawconnect/logos/lawconnect-logo-reverse-mono.svg\",\n\t\"./images/lawconnect/logos/lawconnect-logo-reverse.svg\": \"./src/images/lawconnect/logos/lawconnect-logo-reverse.svg\",\n\t\"./images/lawconnect/logos/lawconnect-logo.svg\": \"./src/images/lawconnect/logos/lawconnect-logo.svg\",\n\t\"./images/lawconnect/logos/lawconnect-poweredby-logo-mono.svg\": \"./src/images/lawconnect/logos/lawconnect-poweredby-logo-mono.svg\",\n\t\"./images/lawconnect/logos/lawconnect-poweredby-logo-reverse-mono.svg\": \"./src/images/lawconnect/logos/lawconnect-poweredby-logo-reverse-mono.svg\",\n\t\"./images/lawconnect/logos/lawconnect-poweredby-logo.svg\": \"./src/images/lawconnect/logos/lawconnect-poweredby-logo.svg\",\n\t\"./images/lawconnect/powerby-lawconnect.svg\": \"./src/images/lawconnect/powerby-lawconnect.svg\",\n\t\"./images/leap/auth-header-logo-dark.svg\": \"./src/images/leap/auth-header-logo-dark.svg\",\n\t\"./images/leap/auth-header-logo.svg\": \"./src/images/leap/auth-header-logo.svg\",\n\t\"./images/leap/header-logo-short.svg\": \"./src/images/leap/header-logo-short.svg\",\n\t\"./images/leap/header-logo.svg\": \"./src/images/leap/header-logo.svg\",\n\t\"./images/leap/search-bg.svg\": \"./src/images/leap/search-bg.svg\",\n\t\"./images/titlex/auth-header-logo-dark.svg\": \"./src/images/titlex/auth-header-logo-dark.svg\",\n\t\"./images/titlex/auth-header-logo.svg\": \"./src/images/titlex/auth-header-logo.svg\",\n\t\"./images/titlex/header-logo-short.svg\": \"./src/images/titlex/header-logo-short.svg\",\n\t\"./images/titlex/header-logo.svg\": \"./src/images/titlex/header-logo.svg\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src sync recursive \\\\.svg$\";\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/_sync_\\.svg$?");
|
|
13482
|
+
eval("var map = {\n\t\"./icons/animate/spinner.svg\": \"./src/icons/animate/spinner.svg\",\n\t\"./icons/animate/tick-circle.svg\": \"./src/icons/animate/tick-circle.svg\",\n\t\"./icons/content-app/add-document.svg\": \"./src/icons/content-app/add-document.svg\",\n\t\"./icons/content-app/add-menu.svg\": \"./src/icons/content-app/add-menu.svg\",\n\t\"./icons/content-app/agreement.svg\": \"./src/icons/content-app/agreement.svg\",\n\t\"./icons/content-app/appportionable-items.svg\": \"./src/icons/content-app/appportionable-items.svg\",\n\t\"./icons/content-app/court.svg\": \"./src/icons/content-app/court.svg\",\n\t\"./icons/content-app/discharge-mortgage.svg\": \"./src/icons/content-app/discharge-mortgage.svg\",\n\t\"./icons/content-app/legal.svg\": \"./src/icons/content-app/legal.svg\",\n\t\"./icons/content-app/license.svg\": \"./src/icons/content-app/license.svg\",\n\t\"./icons/content-app/non-appportionable-items.svg\": \"./src/icons/content-app/non-appportionable-items.svg\",\n\t\"./icons/content-app/not-paid.svg\": \"./src/icons/content-app/not-paid.svg\",\n\t\"./icons/content-app/occupation.svg\": \"./src/icons/content-app/occupation.svg\",\n\t\"./icons/content-app/paid.svg\": \"./src/icons/content-app/paid.svg\",\n\t\"./icons/content-app/penality-license.svg\": \"./src/icons/content-app/penality-license.svg\",\n\t\"./icons/content-app/rates.svg\": \"./src/icons/content-app/rates.svg\",\n\t\"./icons/content-app/sas.svg\": \"./src/icons/content-app/sas.svg\",\n\t\"./icons/content-app/settlement.svg\": \"./src/icons/content-app/settlement.svg\",\n\t\"./icons/content-app/sign.svg\": \"./src/icons/content-app/sign.svg\",\n\t\"./icons/content-app/time.svg\": \"./src/icons/content-app/time.svg\",\n\t\"./icons/content-app/unpaid.svg\": \"./src/icons/content-app/unpaid.svg\",\n\t\"./icons/content-app/unsupported-document.svg\": \"./src/icons/content-app/unsupported-document.svg\",\n\t\"./icons/content-app/update-document.svg\": \"./src/icons/content-app/update-document.svg\",\n\t\"./icons/content-app/water-rates.svg\": \"./src/icons/content-app/water-rates.svg\",\n\t\"./icons/content-app/water-usage.svg\": \"./src/icons/content-app/water-usage.svg\",\n\t\"./icons/content-app/welcome.svg\": \"./src/icons/content-app/welcome.svg\",\n\t\"./icons/desktop/Pin.svg\": \"./src/icons/desktop/Pin.svg\",\n\t\"./icons/desktop/Preview.svg\": \"./src/icons/desktop/Preview.svg\",\n\t\"./icons/desktop/Remove Pin.svg\": \"./src/icons/desktop/Remove Pin.svg\",\n\t\"./icons/desktop/Share.svg\": \"./src/icons/desktop/Share.svg\",\n\t\"./icons/desktop/apps.svg\": \"./src/icons/desktop/apps.svg\",\n\t\"./icons/desktop/assign-curved.svg\": \"./src/icons/desktop/assign-curved.svg\",\n\t\"./icons/desktop/assign-right-angle.svg\": \"./src/icons/desktop/assign-right-angle.svg\",\n\t\"./icons/desktop/bar-graph.svg\": \"./src/icons/desktop/bar-graph.svg\",\n\t\"./icons/desktop/bin.svg\": \"./src/icons/desktop/bin.svg\",\n\t\"./icons/desktop/browse.svg\": \"./src/icons/desktop/browse.svg\",\n\t\"./icons/desktop/calculator.svg\": \"./src/icons/desktop/calculator.svg\",\n\t\"./icons/desktop/calendar-video.svg\": \"./src/icons/desktop/calendar-video.svg\",\n\t\"./icons/desktop/calendar.svg\": \"./src/icons/desktop/calendar.svg\",\n\t\"./icons/desktop/chevron-down.svg\": \"./src/icons/desktop/chevron-down.svg\",\n\t\"./icons/desktop/chevron-left.svg\": \"./src/icons/desktop/chevron-left.svg\",\n\t\"./icons/desktop/chevron-right.svg\": \"./src/icons/desktop/chevron-right.svg\",\n\t\"./icons/desktop/chevron-up.svg\": \"./src/icons/desktop/chevron-up.svg\",\n\t\"./icons/desktop/close.svg\": \"./src/icons/desktop/close.svg\",\n\t\"./icons/desktop/email.svg\": \"./src/icons/desktop/email.svg\",\n\t\"./icons/desktop/exclamation-circle.svg\": \"./src/icons/desktop/exclamation-circle.svg\",\n\t\"./icons/desktop/help.svg\": \"./src/icons/desktop/help.svg\",\n\t\"./icons/desktop/home.svg\": \"./src/icons/desktop/home.svg\",\n\t\"./icons/desktop/insert-arrow-left.svg\": \"./src/icons/desktop/insert-arrow-left.svg\",\n\t\"./icons/desktop/message-2.svg\": \"./src/icons/desktop/message-2.svg\",\n\t\"./icons/desktop/message-3.svg\": \"./src/icons/desktop/message-3.svg\",\n\t\"./icons/desktop/message.svg\": \"./src/icons/desktop/message.svg\",\n\t\"./icons/desktop/more-horizontal.svg\": \"./src/icons/desktop/more-horizontal.svg\",\n\t\"./icons/desktop/search.svg\": \"./src/icons/desktop/search.svg\",\n\t\"./icons/desktop/settings.svg\": \"./src/icons/desktop/settings.svg\",\n\t\"./icons/desktop/sign-out.svg\": \"./src/icons/desktop/sign-out.svg\",\n\t\"./icons/desktop/tick-circle.svg\": \"./src/icons/desktop/tick-circle.svg\",\n\t\"./icons/doctype/activity-default-16.svg\": \"./src/icons/doctype/activity-default-16.svg\",\n\t\"./icons/doctype/activity-default-24.svg\": \"./src/icons/doctype/activity-default-24.svg\",\n\t\"./icons/doctype/app-24.svg\": \"./src/icons/doctype/app-24.svg\",\n\t\"./icons/doctype/appointment-16.svg\": \"./src/icons/doctype/appointment-16.svg\",\n\t\"./icons/doctype/appointment-24.svg\": \"./src/icons/doctype/appointment-24.svg\",\n\t\"./icons/doctype/audio-16.svg\": \"./src/icons/doctype/audio-16.svg\",\n\t\"./icons/doctype/audio-24.svg\": \"./src/icons/doctype/audio-24.svg\",\n\t\"./icons/doctype/audio-28.svg\": \"./src/icons/doctype/audio-28.svg\",\n\t\"./icons/doctype/audio-sc-16.svg\": \"./src/icons/doctype/audio-sc-16.svg\",\n\t\"./icons/doctype/audio-sc-24.svg\": \"./src/icons/doctype/audio-sc-24.svg\",\n\t\"./icons/doctype/audio-sc-28.svg\": \"./src/icons/doctype/audio-sc-28.svg\",\n\t\"./icons/doctype/blank-document-2-28.svg\": \"./src/icons/doctype/blank-document-2-28.svg\",\n\t\"./icons/doctype/blank-document-24.svg\": \"./src/icons/doctype/blank-document-24.svg\",\n\t\"./icons/doctype/blank-document-28.svg\": \"./src/icons/doctype/blank-document-28.svg\",\n\t\"./icons/doctype/blank-document-template-2-28.svg\": \"./src/icons/doctype/blank-document-template-2-28.svg\",\n\t\"./icons/doctype/blank-document-template-28.svg\": \"./src/icons/doctype/blank-document-template-28.svg\",\n\t\"./icons/doctype/blank-excel-28.svg\": \"./src/icons/doctype/blank-excel-28.svg\",\n\t\"./icons/doctype/blank-excel-template-28.svg\": \"./src/icons/doctype/blank-excel-template-28.svg\",\n\t\"./icons/doctype/blank-fax-24.svg\": \"./src/icons/doctype/blank-fax-24.svg\",\n\t\"./icons/doctype/blank-fax-28.svg\": \"./src/icons/doctype/blank-fax-28.svg\",\n\t\"./icons/doctype/blank-fax-template-28.svg\": \"./src/icons/doctype/blank-fax-template-28.svg\",\n\t\"./icons/doctype/blank-letter-16.svg\": \"./src/icons/doctype/blank-letter-16.svg\",\n\t\"./icons/doctype/blank-letter-24.svg\": \"./src/icons/doctype/blank-letter-24.svg\",\n\t\"./icons/doctype/blank-memo-28.svg\": \"./src/icons/doctype/blank-memo-28.svg\",\n\t\"./icons/doctype/blank-memo-template-28.svg\": \"./src/icons/doctype/blank-memo-template-28.svg\",\n\t\"./icons/doctype/bylawyers-16.svg\": \"./src/icons/doctype/bylawyers-16.svg\",\n\t\"./icons/doctype/bylawyers-24.svg\": \"./src/icons/doctype/bylawyers-24.svg\",\n\t\"./icons/doctype/calendar-clock-blue-28.svg\": \"./src/icons/doctype/calendar-clock-blue-28.svg\",\n\t\"./icons/doctype/calendar-clock-grey-28.svg\": \"./src/icons/doctype/calendar-clock-grey-28.svg\",\n\t\"./icons/doctype/calendar-clock-orange-28.svg\": \"./src/icons/doctype/calendar-clock-orange-28.svg\",\n\t\"./icons/doctype/calendar-flag-blue-28.svg\": \"./src/icons/doctype/calendar-flag-blue-28.svg\",\n\t\"./icons/doctype/calendar-flag-grey-28.svg\": \"./src/icons/doctype/calendar-flag-grey-28.svg\",\n\t\"./icons/doctype/calendar-flag-orange-28.svg\": \"./src/icons/doctype/calendar-flag-orange-28.svg\",\n\t\"./icons/doctype/clause-precedent-16.svg\": \"./src/icons/doctype/clause-precedent-16.svg\",\n\t\"./icons/doctype/clause-precedent-24.svg\": \"./src/icons/doctype/clause-precedent-24.svg\",\n\t\"./icons/doctype/clause-precedent-new-24.svg\": \"./src/icons/doctype/clause-precedent-new-24.svg\",\n\t\"./icons/doctype/code-24.svg\": \"./src/icons/doctype/code-24.svg\",\n\t\"./icons/doctype/code-28.svg\": \"./src/icons/doctype/code-28.svg\",\n\t\"./icons/doctype/code-sc-28.svg\": \"./src/icons/doctype/code-sc-28.svg\",\n\t\"./icons/doctype/comment-16.svg\": \"./src/icons/doctype/comment-16.svg\",\n\t\"./icons/doctype/comment-24.svg\": \"./src/icons/doctype/comment-24.svg\",\n\t\"./icons/doctype/comment-28.svg\": \"./src/icons/doctype/comment-28.svg\",\n\t\"./icons/doctype/comment-sc-28.svg\": \"./src/icons/doctype/comment-sc-28.svg\",\n\t\"./icons/doctype/cost-recovery-exceeded-24.svg\": \"./src/icons/doctype/cost-recovery-exceeded-24.svg\",\n\t\"./icons/doctype/default-16.svg\": \"./src/icons/doctype/default-16.svg\",\n\t\"./icons/doctype/default-24.svg\": \"./src/icons/doctype/default-24.svg\",\n\t\"./icons/doctype/default-28.svg\": \"./src/icons/doctype/default-28.svg\",\n\t\"./icons/doctype/default-sc-16.svg\": \"./src/icons/doctype/default-sc-16.svg\",\n\t\"./icons/doctype/default-sc-24.svg\": \"./src/icons/doctype/default-sc-24.svg\",\n\t\"./icons/doctype/default-sc-28.svg\": \"./src/icons/doctype/default-sc-28.svg\",\n\t\"./icons/doctype/doc-16.svg\": \"./src/icons/doctype/doc-16.svg\",\n\t\"./icons/doctype/doc-24.svg\": \"./src/icons/doctype/doc-24.svg\",\n\t\"./icons/doctype/doc-28.svg\": \"./src/icons/doctype/doc-28.svg\",\n\t\"./icons/doctype/doc-sc-16.svg\": \"./src/icons/doctype/doc-sc-16.svg\",\n\t\"./icons/doctype/doc-sc-24.svg\": \"./src/icons/doctype/doc-sc-24.svg\",\n\t\"./icons/doctype/doc-sc-28.svg\": \"./src/icons/doctype/doc-sc-28.svg\",\n\t\"./icons/doctype/docm-28.svg\": \"./src/icons/doctype/docm-28.svg\",\n\t\"./icons/doctype/email-16.svg\": \"./src/icons/doctype/email-16.svg\",\n\t\"./icons/doctype/email-attachment-24.svg\": \"./src/icons/doctype/email-attachment-24.svg\",\n\t\"./icons/doctype/email-attachment-28.svg\": \"./src/icons/doctype/email-attachment-28.svg\",\n\t\"./icons/doctype/email-create-16.svg\": \"./src/icons/doctype/email-create-16.svg\",\n\t\"./icons/doctype/email-create-24.svg\": \"./src/icons/doctype/email-create-24.svg\",\n\t\"./icons/doctype/email-create-28.svg\": \"./src/icons/doctype/email-create-28.svg\",\n\t\"./icons/doctype/email-default-16.svg\": \"./src/icons/doctype/email-default-16.svg\",\n\t\"./icons/doctype/email-default-24.svg\": \"./src/icons/doctype/email-default-24.svg\",\n\t\"./icons/doctype/email-default-28.svg\": \"./src/icons/doctype/email-default-28.svg\",\n\t\"./icons/doctype/email-draft-16.svg\": \"./src/icons/doctype/email-draft-16.svg\",\n\t\"./icons/doctype/email-draft-24.svg\": \"./src/icons/doctype/email-draft-24.svg\",\n\t\"./icons/doctype/email-draft-28.svg\": \"./src/icons/doctype/email-draft-28.svg\",\n\t\"./icons/doctype/email-new-16.svg\": \"./src/icons/doctype/email-new-16.svg\",\n\t\"./icons/doctype/email-new-24.svg\": \"./src/icons/doctype/email-new-24.svg\",\n\t\"./icons/doctype/email-no-attachments-24.svg\": \"./src/icons/doctype/email-no-attachments-24.svg\",\n\t\"./icons/doctype/email-none-16.svg\": \"./src/icons/doctype/email-none-16.svg\",\n\t\"./icons/doctype/email-none-24.svg\": \"./src/icons/doctype/email-none-24.svg\",\n\t\"./icons/doctype/email-open-24.svg\": \"./src/icons/doctype/email-open-24.svg\",\n\t\"./icons/doctype/email-open-28.svg\": \"./src/icons/doctype/email-open-28.svg\",\n\t\"./icons/doctype/email-received-16.svg\": \"./src/icons/doctype/email-received-16.svg\",\n\t\"./icons/doctype/email-received-24.svg\": \"./src/icons/doctype/email-received-24.svg\",\n\t\"./icons/doctype/email-received-28.svg\": \"./src/icons/doctype/email-received-28.svg\",\n\t\"./icons/doctype/email-sent-16.svg\": \"./src/icons/doctype/email-sent-16.svg\",\n\t\"./icons/doctype/email-sent-24.svg\": \"./src/icons/doctype/email-sent-24.svg\",\n\t\"./icons/doctype/email-sent-28.svg\": \"./src/icons/doctype/email-sent-28.svg\",\n\t\"./icons/doctype/email-shortcut-24.svg\": \"./src/icons/doctype/email-shortcut-24.svg\",\n\t\"./icons/doctype/excel-16.svg\": \"./src/icons/doctype/excel-16.svg\",\n\t\"./icons/doctype/excel-24.svg\": \"./src/icons/doctype/excel-24.svg\",\n\t\"./icons/doctype/excel-28.svg\": \"./src/icons/doctype/excel-28.svg\",\n\t\"./icons/doctype/excel-sc-16.svg\": \"./src/icons/doctype/excel-sc-16.svg\",\n\t\"./icons/doctype/excel-sc-24.svg\": \"./src/icons/doctype/excel-sc-24.svg\",\n\t\"./icons/doctype/excel-sc.svg\": \"./src/icons/doctype/excel-sc.svg\",\n\t\"./icons/doctype/fax-16.svg\": \"./src/icons/doctype/fax-16.svg\",\n\t\"./icons/doctype/fax-24.svg\": \"./src/icons/doctype/fax-24.svg\",\n\t\"./icons/doctype/fax-28.svg\": \"./src/icons/doctype/fax-28.svg\",\n\t\"./icons/doctype/fax-template-28.svg\": \"./src/icons/doctype/fax-template-28.svg\",\n\t\"./icons/doctype/file-note-24.svg\": \"./src/icons/doctype/file-note-24.svg\",\n\t\"./icons/doctype/file-note-28.svg\": \"./src/icons/doctype/file-note-28.svg\",\n\t\"./icons/doctype/filter-16.svg\": \"./src/icons/doctype/filter-16.svg\",\n\t\"./icons/doctype/filter-24.svg\": \"./src/icons/doctype/filter-24.svg\",\n\t\"./icons/doctype/filter-28.svg\": \"./src/icons/doctype/filter-28.svg\",\n\t\"./icons/doctype/filter-sc-16.svg\": \"./src/icons/doctype/filter-sc-16.svg\",\n\t\"./icons/doctype/filter-sc-24.svg\": \"./src/icons/doctype/filter-sc-24.svg\",\n\t\"./icons/doctype/filter-sc-28.svg\": \"./src/icons/doctype/filter-sc-28.svg\",\n\t\"./icons/doctype/folder-16.svg\": \"./src/icons/doctype/folder-16.svg\",\n\t\"./icons/doctype/folder-24.svg\": \"./src/icons/doctype/folder-24.svg\",\n\t\"./icons/doctype/folder-28.svg\": \"./src/icons/doctype/folder-28.svg\",\n\t\"./icons/doctype/folder-back-16.svg\": \"./src/icons/doctype/folder-back-16.svg\",\n\t\"./icons/doctype/folder-back-24.svg\": \"./src/icons/doctype/folder-back-24.svg\",\n\t\"./icons/doctype/folder-back-28.svg\": \"./src/icons/doctype/folder-back-28.svg\",\n\t\"./icons/doctype/folder-back-sc-16.svg\": \"./src/icons/doctype/folder-back-sc-16.svg\",\n\t\"./icons/doctype/folder-back-sc-24.svg\": \"./src/icons/doctype/folder-back-sc-24.svg\",\n\t\"./icons/doctype/folder-back-sc-28.svg\": \"./src/icons/doctype/folder-back-sc-28.svg\",\n\t\"./icons/doctype/folder-collaboration-16.svg\": \"./src/icons/doctype/folder-collaboration-16.svg\",\n\t\"./icons/doctype/folder-empty-16.svg\": \"./src/icons/doctype/folder-empty-16.svg\",\n\t\"./icons/doctype/folder-empty-24.svg\": \"./src/icons/doctype/folder-empty-24.svg\",\n\t\"./icons/doctype/folder-empty-28.svg\": \"./src/icons/doctype/folder-empty-28.svg\",\n\t\"./icons/doctype/folder-empty-sc-16.svg\": \"./src/icons/doctype/folder-empty-sc-16.svg\",\n\t\"./icons/doctype/folder-empty-sc-24.svg\": \"./src/icons/doctype/folder-empty-sc-24.svg\",\n\t\"./icons/doctype/folder-empty-sc-28.svg\": \"./src/icons/doctype/folder-empty-sc-28.svg\",\n\t\"./icons/doctype/folder-home-16.svg\": \"./src/icons/doctype/folder-home-16.svg\",\n\t\"./icons/doctype/folder-home-24.svg\": \"./src/icons/doctype/folder-home-24.svg\",\n\t\"./icons/doctype/folder-home-28.svg\": \"./src/icons/doctype/folder-home-28.svg\",\n\t\"./icons/doctype/folder-home-sc-16.svg\": \"./src/icons/doctype/folder-home-sc-16.svg\",\n\t\"./icons/doctype/folder-home-sc-24.svg\": \"./src/icons/doctype/folder-home-sc-24.svg\",\n\t\"./icons/doctype/folder-home-sc-28.svg\": \"./src/icons/doctype/folder-home-sc-28.svg\",\n\t\"./icons/doctype/folder-new-16.svg\": \"./src/icons/doctype/folder-new-16.svg\",\n\t\"./icons/doctype/folder-new-24.svg\": \"./src/icons/doctype/folder-new-24.svg\",\n\t\"./icons/doctype/folder-new-28.svg\": \"./src/icons/doctype/folder-new-28.svg\",\n\t\"./icons/doctype/folder-new-sc-16.svg\": \"./src/icons/doctype/folder-new-sc-16.svg\",\n\t\"./icons/doctype/folder-new-sc-24.svg\": \"./src/icons/doctype/folder-new-sc-24.svg\",\n\t\"./icons/doctype/folder-new-sc-28.svg\": \"./src/icons/doctype/folder-new-sc-28.svg\",\n\t\"./icons/doctype/folder-open-16.svg\": \"./src/icons/doctype/folder-open-16.svg\",\n\t\"./icons/doctype/folder-open-24.svg\": \"./src/icons/doctype/folder-open-24.svg\",\n\t\"./icons/doctype/folder-open-28.svg\": \"./src/icons/doctype/folder-open-28.svg\",\n\t\"./icons/doctype/folder-open-sc-16.svg\": \"./src/icons/doctype/folder-open-sc-16.svg\",\n\t\"./icons/doctype/folder-open-sc-24.svg\": \"./src/icons/doctype/folder-open-sc-24.svg\",\n\t\"./icons/doctype/folder-open-sc-28.svg\": \"./src/icons/doctype/folder-open-sc-28.svg\",\n\t\"./icons/doctype/folder-sc-16.svg\": \"./src/icons/doctype/folder-sc-16.svg\",\n\t\"./icons/doctype/folder-sc-24.svg\": \"./src/icons/doctype/folder-sc-24.svg\",\n\t\"./icons/doctype/folder-sc-28.svg\": \"./src/icons/doctype/folder-sc-28.svg\",\n\t\"./icons/doctype/folder-zip-16.svg\": \"./src/icons/doctype/folder-zip-16.svg\",\n\t\"./icons/doctype/folder-zip-24.svg\": \"./src/icons/doctype/folder-zip-24.svg\",\n\t\"./icons/doctype/folder-zip-28.svg\": \"./src/icons/doctype/folder-zip-28.svg\",\n\t\"./icons/doctype/folder-zip-sc-16.svg\": \"./src/icons/doctype/folder-zip-sc-16.svg\",\n\t\"./icons/doctype/folder-zip-sc-24.svg\": \"./src/icons/doctype/folder-zip-sc-24.svg\",\n\t\"./icons/doctype/folder-zip-sc-28.svg\": \"./src/icons/doctype/folder-zip-sc-28.svg\",\n\t\"./icons/doctype/hyperlink-16.svg\": \"./src/icons/doctype/hyperlink-16.svg\",\n\t\"./icons/doctype/hyperlink-28.svg\": \"./src/icons/doctype/hyperlink-28.svg\",\n\t\"./icons/doctype/image-16.svg\": \"./src/icons/doctype/image-16.svg\",\n\t\"./icons/doctype/image-24.svg\": \"./src/icons/doctype/image-24.svg\",\n\t\"./icons/doctype/image-28.svg\": \"./src/icons/doctype/image-28.svg\",\n\t\"./icons/doctype/image-sc-16.svg\": \"./src/icons/doctype/image-sc-16.svg\",\n\t\"./icons/doctype/image-sc-24.svg\": \"./src/icons/doctype/image-sc-24.svg\",\n\t\"./icons/doctype/image-sc-28.svg\": \"./src/icons/doctype/image-sc-28.svg\",\n\t\"./icons/doctype/infotrack-16.svg\": \"./src/icons/doctype/infotrack-16.svg\",\n\t\"./icons/doctype/infotrack-24.svg\": \"./src/icons/doctype/infotrack-24.svg\",\n\t\"./icons/doctype/infotrack-28.svg\": \"./src/icons/doctype/infotrack-28.svg\",\n\t\"./icons/doctype/infotrack-new-16.svg\": \"./src/icons/doctype/infotrack-new-16.svg\",\n\t\"./icons/doctype/infotrack-new-24.svg\": \"./src/icons/doctype/infotrack-new-24.svg\",\n\t\"./icons/doctype/infotrack-new-28.svg\": \"./src/icons/doctype/infotrack-new-28.svg\",\n\t\"./icons/doctype/infotrack-new-sc-16.svg\": \"./src/icons/doctype/infotrack-new-sc-16.svg\",\n\t\"./icons/doctype/infotrack-new-sc-24.svg\": \"./src/icons/doctype/infotrack-new-sc-24.svg\",\n\t\"./icons/doctype/infotrack-new-sc.svg\": \"./src/icons/doctype/infotrack-new-sc.svg\",\n\t\"./icons/doctype/infotrack-sc-16.svg\": \"./src/icons/doctype/infotrack-sc-16.svg\",\n\t\"./icons/doctype/infotrack-sc-24.svg\": \"./src/icons/doctype/infotrack-sc-24.svg\",\n\t\"./icons/doctype/infotrack-sc-28.svg\": \"./src/icons/doctype/infotrack-sc-28.svg\",\n\t\"./icons/doctype/letter-16.svg\": \"./src/icons/doctype/letter-16.svg\",\n\t\"./icons/doctype/letter-24.svg\": \"./src/icons/doctype/letter-24.svg\",\n\t\"./icons/doctype/meeting-24.svg\": \"./src/icons/doctype/meeting-24.svg\",\n\t\"./icons/doctype/memo-16.svg\": \"./src/icons/doctype/memo-16.svg\",\n\t\"./icons/doctype/memo-24.svg\": \"./src/icons/doctype/memo-24.svg\",\n\t\"./icons/doctype/new-comment-16.svg\": \"./src/icons/doctype/new-comment-16.svg\",\n\t\"./icons/doctype/new-comment-24.svg\": \"./src/icons/doctype/new-comment-24.svg\",\n\t\"./icons/doctype/new-comment-28.svg\": \"./src/icons/doctype/new-comment-28.svg\",\n\t\"./icons/doctype/new-email-16.svg\": \"./src/icons/doctype/new-email-16.svg\",\n\t\"./icons/doctype/payment-request.svg\": \"./src/icons/doctype/payment-request.svg\",\n\t\"./icons/doctype/pdf-16.svg\": \"./src/icons/doctype/pdf-16.svg\",\n\t\"./icons/doctype/pdf-24.svg\": \"./src/icons/doctype/pdf-24.svg\",\n\t\"./icons/doctype/pdf-28.svg\": \"./src/icons/doctype/pdf-28.svg\",\n\t\"./icons/doctype/pdf-sc-16.svg\": \"./src/icons/doctype/pdf-sc-16.svg\",\n\t\"./icons/doctype/pdf-sc-24.svg\": \"./src/icons/doctype/pdf-sc-24.svg\",\n\t\"./icons/doctype/pdf-sc-28.svg\": \"./src/icons/doctype/pdf-sc-28.svg\",\n\t\"./icons/doctype/phone-call-16.svg\": \"./src/icons/doctype/phone-call-16.svg\",\n\t\"./icons/doctype/phone-call-24.svg\": \"./src/icons/doctype/phone-call-24.svg\",\n\t\"./icons/doctype/powerpoint-16.svg\": \"./src/icons/doctype/powerpoint-16.svg\",\n\t\"./icons/doctype/powerpoint-28.svg\": \"./src/icons/doctype/powerpoint-28.svg\",\n\t\"./icons/doctype/powerpoint-sc-16.svg\": \"./src/icons/doctype/powerpoint-sc-16.svg\",\n\t\"./icons/doctype/powerpoint-sc-28.svg\": \"./src/icons/doctype/powerpoint-sc-28.svg\",\n\t\"./icons/doctype/ppt-16.svg\": \"./src/icons/doctype/ppt-16.svg\",\n\t\"./icons/doctype/ppt-24.svg\": \"./src/icons/doctype/ppt-24.svg\",\n\t\"./icons/doctype/ppt-sc-16.svg\": \"./src/icons/doctype/ppt-sc-16.svg\",\n\t\"./icons/doctype/ppt-sc-24.svg\": \"./src/icons/doctype/ppt-sc-24.svg\",\n\t\"./icons/doctype/ppt.svg\": \"./src/icons/doctype/ppt.svg\",\n\t\"./icons/doctype/precedent-notification-16.svg\": \"./src/icons/doctype/precedent-notification-16.svg\",\n\t\"./icons/doctype/precedent-notification-24.svg\": \"./src/icons/doctype/precedent-notification-24.svg\",\n\t\"./icons/doctype/prompt-24.svg\": \"./src/icons/doctype/prompt-24.svg\",\n\t\"./icons/doctype/prompt-word-24.svg\": \"./src/icons/doctype/prompt-word-24.svg\",\n\t\"./icons/doctype/rtf-28.svg\": \"./src/icons/doctype/rtf-28.svg\",\n\t\"./icons/doctype/scanned-doc-16.svg\": \"./src/icons/doctype/scanned-doc-16.svg\",\n\t\"./icons/doctype/scanned-doc-24.svg\": \"./src/icons/doctype/scanned-doc-24.svg\",\n\t\"./icons/doctype/shared-folder-16.svg\": \"./src/icons/doctype/shared-folder-16.svg\",\n\t\"./icons/doctype/shared-folder-24.svg\": \"./src/icons/doctype/shared-folder-24.svg\",\n\t\"./icons/doctype/signature-declined-2-28.svg\": \"./src/icons/doctype/signature-declined-2-28.svg\",\n\t\"./icons/doctype/signature-declined-28.svg\": \"./src/icons/doctype/signature-declined-28.svg\",\n\t\"./icons/doctype/signature-pending-2-28.svg\": \"./src/icons/doctype/signature-pending-2-28.svg\",\n\t\"./icons/doctype/signature-pending-28.svg\": \"./src/icons/doctype/signature-pending-28.svg\",\n\t\"./icons/doctype/signature-request-2-28.svg\": \"./src/icons/doctype/signature-request-2-28.svg\",\n\t\"./icons/doctype/signature-request-24.svg\": \"./src/icons/doctype/signature-request-24.svg\",\n\t\"./icons/doctype/signature-request-28.svg\": \"./src/icons/doctype/signature-request-28.svg\",\n\t\"./icons/doctype/signature-signed-2-28.svg\": \"./src/icons/doctype/signature-signed-2-28.svg\",\n\t\"./icons/doctype/signature-signed-28.svg\": \"./src/icons/doctype/signature-signed-28.svg\",\n\t\"./icons/doctype/sms-16.svg\": \"./src/icons/doctype/sms-16.svg\",\n\t\"./icons/doctype/sms-24.svg\": \"./src/icons/doctype/sms-24.svg\",\n\t\"./icons/doctype/sms-28.svg\": \"./src/icons/doctype/sms-28.svg\",\n\t\"./icons/doctype/tasks-28.svg\": \"./src/icons/doctype/tasks-28.svg\",\n\t\"./icons/doctype/tasks-blue-28.svg\": \"./src/icons/doctype/tasks-blue-28.svg\",\n\t\"./icons/doctype/tasks-blue-tick-28.svg\": \"./src/icons/doctype/tasks-blue-tick-28.svg\",\n\t\"./icons/doctype/tasks-grey-28.svg\": \"./src/icons/doctype/tasks-grey-28.svg\",\n\t\"./icons/doctype/tasks-grey-tick-28.svg\": \"./src/icons/doctype/tasks-grey-tick-28.svg\",\n\t\"./icons/doctype/tasks-orange-28.svg\": \"./src/icons/doctype/tasks-orange-28.svg\",\n\t\"./icons/doctype/tasks-orange-tick-28.svg\": \"./src/icons/doctype/tasks-orange-tick-28.svg\",\n\t\"./icons/doctype/tasks-tick-28.svg\": \"./src/icons/doctype/tasks-tick-28.svg\",\n\t\"./icons/doctype/tax-invoice-16.svg\": \"./src/icons/doctype/tax-invoice-16.svg\",\n\t\"./icons/doctype/tax-invoice-2-16.svg\": \"./src/icons/doctype/tax-invoice-2-16.svg\",\n\t\"./icons/doctype/tax-invoice-2-28.svg\": \"./src/icons/doctype/tax-invoice-2-28.svg\",\n\t\"./icons/doctype/tax-invoice-24.svg\": \"./src/icons/doctype/tax-invoice-24.svg\",\n\t\"./icons/doctype/tax-invoice-28.svg\": \"./src/icons/doctype/tax-invoice-28.svg\",\n\t\"./icons/doctype/tax-invoice-template-2-28.svg\": \"./src/icons/doctype/tax-invoice-template-2-28.svg\",\n\t\"./icons/doctype/tax-invoice-template-28.svg\": \"./src/icons/doctype/tax-invoice-template-28.svg\",\n\t\"./icons/doctype/text-16.svg\": \"./src/icons/doctype/text-16.svg\",\n\t\"./icons/doctype/text-24.svg\": \"./src/icons/doctype/text-24.svg\",\n\t\"./icons/doctype/text-sc-16.svg\": \"./src/icons/doctype/text-sc-16.svg\",\n\t\"./icons/doctype/text-sc-24.svg\": \"./src/icons/doctype/text-sc-24.svg\",\n\t\"./icons/doctype/trust-statement-16.svg\": \"./src/icons/doctype/trust-statement-16.svg\",\n\t\"./icons/doctype/trust-statement-24.svg\": \"./src/icons/doctype/trust-statement-24.svg\",\n\t\"./icons/doctype/unknown-24.svg\": \"./src/icons/doctype/unknown-24.svg\",\n\t\"./icons/doctype/unknown-text-16.svg\": \"./src/icons/doctype/unknown-text-16.svg\",\n\t\"./icons/doctype/unknown-type-24.svg\": \"./src/icons/doctype/unknown-type-24.svg\",\n\t\"./icons/doctype/unknown-type-28.svg\": \"./src/icons/doctype/unknown-type-28.svg\",\n\t\"./icons/doctype/video-16.svg\": \"./src/icons/doctype/video-16.svg\",\n\t\"./icons/doctype/video-28.svg\": \"./src/icons/doctype/video-28.svg\",\n\t\"./icons/doctype/video-call-16.svg\": \"./src/icons/doctype/video-call-16.svg\",\n\t\"./icons/doctype/video-call-24.svg\": \"./src/icons/doctype/video-call-24.svg\",\n\t\"./icons/doctype/word-16.svg\": \"./src/icons/doctype/word-16.svg\",\n\t\"./icons/doctype/word-24.svg\": \"./src/icons/doctype/word-24.svg\",\n\t\"./icons/doctype/word-sc-16.svg\": \"./src/icons/doctype/word-sc-16.svg\",\n\t\"./icons/doctype/word-sc-24.svg\": \"./src/icons/doctype/word-sc-24.svg\",\n\t\"./icons/doctype/zip-folder-16.svg\": \"./src/icons/doctype/zip-folder-16.svg\",\n\t\"./icons/doctype/zip-folder-24.svg\": \"./src/icons/doctype/zip-folder-24.svg\",\n\t\"./icons/doctype/zip-folder-sc-16.svg\": \"./src/icons/doctype/zip-folder-sc-16.svg\",\n\t\"./icons/doctype/zip-folder-sc-24.svg\": \"./src/icons/doctype/zip-folder-sc-24.svg\",\n\t\"./icons/doctype/zyphta-16.svg\": \"./src/icons/doctype/zyphta-16.svg\",\n\t\"./icons/filled/account-list-grid-20.svg\": \"./src/icons/filled/account-list-grid-20.svg\",\n\t\"./icons/filled/accounting.svg\": \"./src/icons/filled/accounting.svg\",\n\t\"./icons/filled/align-center-grid-20.svg\": \"./src/icons/filled/align-center-grid-20.svg\",\n\t\"./icons/filled/align-justify-grid-20.svg\": \"./src/icons/filled/align-justify-grid-20.svg\",\n\t\"./icons/filled/align-left-grid-20.svg\": \"./src/icons/filled/align-left-grid-20.svg\",\n\t\"./icons/filled/align-right-grid-20.svg\": \"./src/icons/filled/align-right-grid-20.svg\",\n\t\"./icons/filled/angle-down.svg\": \"./src/icons/filled/angle-down.svg\",\n\t\"./icons/filled/angle-left.svg\": \"./src/icons/filled/angle-left.svg\",\n\t\"./icons/filled/angle-right.svg\": \"./src/icons/filled/angle-right.svg\",\n\t\"./icons/filled/angle-up.svg\": \"./src/icons/filled/angle-up.svg\",\n\t\"./icons/filled/anticipated-grid-20.svg\": \"./src/icons/filled/anticipated-grid-20.svg\",\n\t\"./icons/filled/anticipated.svg\": \"./src/icons/filled/anticipated.svg\",\n\t\"./icons/filled/apps.svg\": \"./src/icons/filled/apps.svg\",\n\t\"./icons/filled/arrow-dot-down.svg\": \"./src/icons/filled/arrow-dot-down.svg\",\n\t\"./icons/filled/arrow-dot-left.svg\": \"./src/icons/filled/arrow-dot-left.svg\",\n\t\"./icons/filled/arrow-dot-right.svg\": \"./src/icons/filled/arrow-dot-right.svg\",\n\t\"./icons/filled/arrow-dot-up.svg\": \"./src/icons/filled/arrow-dot-up.svg\",\n\t\"./icons/filled/arrow-down.svg\": \"./src/icons/filled/arrow-down.svg\",\n\t\"./icons/filled/arrow-left.svg\": \"./src/icons/filled/arrow-left.svg\",\n\t\"./icons/filled/arrow-right.svg\": \"./src/icons/filled/arrow-right.svg\",\n\t\"./icons/filled/arrow-up.svg\": \"./src/icons/filled/arrow-up.svg\",\n\t\"./icons/filled/available-outline.svg\": \"./src/icons/filled/available-outline.svg\",\n\t\"./icons/filled/background-color-grid-20.svg\": \"./src/icons/filled/background-color-grid-20.svg\",\n\t\"./icons/filled/balance-outline-grid-20.svg\": \"./src/icons/filled/balance-outline-grid-20.svg\",\n\t\"./icons/filled/balance-outline.svg\": \"./src/icons/filled/balance-outline.svg\",\n\t\"./icons/filled/balance.svg\": \"./src/icons/filled/balance.svg\",\n\t\"./icons/filled/bell-outline.svg\": \"./src/icons/filled/bell-outline.svg\",\n\t\"./icons/filled/bell.svg\": \"./src/icons/filled/bell.svg\",\n\t\"./icons/filled/bin-grid-20.svg\": \"./src/icons/filled/bin-grid-20.svg\",\n\t\"./icons/filled/bin.svg\": \"./src/icons/filled/bin.svg\",\n\t\"./icons/filled/binder.svg\": \"./src/icons/filled/binder.svg\",\n\t\"./icons/filled/block.svg\": \"./src/icons/filled/block.svg\",\n\t\"./icons/filled/bold-grid-20.svg\": \"./src/icons/filled/bold-grid-20.svg\",\n\t\"./icons/filled/browse.svg\": \"./src/icons/filled/browse.svg\",\n\t\"./icons/filled/build.svg\": \"./src/icons/filled/build.svg\",\n\t\"./icons/filled/business.svg\": \"./src/icons/filled/business.svg\",\n\t\"./icons/filled/calculator.svg\": \"./src/icons/filled/calculator.svg\",\n\t\"./icons/filled/calendar-adjust-grid-20.svg\": \"./src/icons/filled/calendar-adjust-grid-20.svg\",\n\t\"./icons/filled/calendar-appointment-grid-20.svg\": \"./src/icons/filled/calendar-appointment-grid-20.svg\",\n\t\"./icons/filled/calendar-appointment.svg\": \"./src/icons/filled/calendar-appointment.svg\",\n\t\"./icons/filled/calendar-bell-grid-20.svg\": \"./src/icons/filled/calendar-bell-grid-20.svg\",\n\t\"./icons/filled/calendar.svg\": \"./src/icons/filled/calendar.svg\",\n\t\"./icons/filled/capslock.svg\": \"./src/icons/filled/capslock.svg\",\n\t\"./icons/filled/cards.svg\": \"./src/icons/filled/cards.svg\",\n\t\"./icons/filled/chevron-down-circle-outline.svg\": \"./src/icons/filled/chevron-down-circle-outline.svg\",\n\t\"./icons/filled/chevron-down-circle.svg\": \"./src/icons/filled/chevron-down-circle.svg\",\n\t\"./icons/filled/chevron-down.svg\": \"./src/icons/filled/chevron-down.svg\",\n\t\"./icons/filled/chevron-left-circle-outline.svg\": \"./src/icons/filled/chevron-left-circle-outline.svg\",\n\t\"./icons/filled/chevron-left-circle.svg\": \"./src/icons/filled/chevron-left-circle.svg\",\n\t\"./icons/filled/chevron-left-grid-20.svg\": \"./src/icons/filled/chevron-left-grid-20.svg\",\n\t\"./icons/filled/chevron-left.svg\": \"./src/icons/filled/chevron-left.svg\",\n\t\"./icons/filled/chevron-right-circle-outline.svg\": \"./src/icons/filled/chevron-right-circle-outline.svg\",\n\t\"./icons/filled/chevron-right-circle.svg\": \"./src/icons/filled/chevron-right-circle.svg\",\n\t\"./icons/filled/chevron-right-grid-20.svg\": \"./src/icons/filled/chevron-right-grid-20.svg\",\n\t\"./icons/filled/chevron-right.svg\": \"./src/icons/filled/chevron-right.svg\",\n\t\"./icons/filled/chevron-up-circle-outline.svg\": \"./src/icons/filled/chevron-up-circle-outline.svg\",\n\t\"./icons/filled/chevron-up-circle.svg\": \"./src/icons/filled/chevron-up-circle.svg\",\n\t\"./icons/filled/chevron-up-grid-20.svg\": \"./src/icons/filled/chevron-up-grid-20.svg\",\n\t\"./icons/filled/chevron-up.svg\": \"./src/icons/filled/chevron-up.svg\",\n\t\"./icons/filled/city.svg\": \"./src/icons/filled/city.svg\",\n\t\"./icons/filled/clean-format-grid-20.svg\": \"./src/icons/filled/clean-format-grid-20.svg\",\n\t\"./icons/filled/clipboard-multi-tick-grid-20.svg\": \"./src/icons/filled/clipboard-multi-tick-grid-20.svg\",\n\t\"./icons/filled/clipboard-tick-grid-20.svg\": \"./src/icons/filled/clipboard-tick-grid-20.svg\",\n\t\"./icons/filled/clipboard-tick.svg\": \"./src/icons/filled/clipboard-tick.svg\",\n\t\"./icons/filled/clipboard.svg\": \"./src/icons/filled/clipboard.svg\",\n\t\"./icons/filled/clock.svg\": \"./src/icons/filled/clock.svg\",\n\t\"./icons/filled/close-circle-outline.svg\": \"./src/icons/filled/close-circle-outline.svg\",\n\t\"./icons/filled/close-circle.svg\": \"./src/icons/filled/close-circle.svg\",\n\t\"./icons/filled/close-grid-20.svg\": \"./src/icons/filled/close-grid-20.svg\",\n\t\"./icons/filled/close.svg\": \"./src/icons/filled/close.svg\",\n\t\"./icons/filled/cloud.svg\": \"./src/icons/filled/cloud.svg\",\n\t\"./icons/filled/cog-grid-20.svg\": \"./src/icons/filled/cog-grid-20.svg\",\n\t\"./icons/filled/cog.svg\": \"./src/icons/filled/cog.svg\",\n\t\"./icons/filled/coin-circle-outline-euro-grid-20.svg\": \"./src/icons/filled/coin-circle-outline-euro-grid-20.svg\",\n\t\"./icons/filled/coin-circle-outline-euro.svg\": \"./src/icons/filled/coin-circle-outline-euro.svg\",\n\t\"./icons/filled/coin-circle-outline-grid-20.svg\": \"./src/icons/filled/coin-circle-outline-grid-20.svg\",\n\t\"./icons/filled/coin-circle-outline-pound-grid-20.svg\": \"./src/icons/filled/coin-circle-outline-pound-grid-20.svg\",\n\t\"./icons/filled/coin-circle-outline-pound.svg\": \"./src/icons/filled/coin-circle-outline-pound.svg\",\n\t\"./icons/filled/coin-circle-outline.svg\": \"./src/icons/filled/coin-circle-outline.svg\",\n\t\"./icons/filled/coin-circle-uk.svg\": \"./src/icons/filled/coin-circle-uk.svg\",\n\t\"./icons/filled/coin-circle.svg\": \"./src/icons/filled/coin-circle.svg\",\n\t\"./icons/filled/coin-uk.svg\": \"./src/icons/filled/coin-uk.svg\",\n\t\"./icons/filled/coin.svg\": \"./src/icons/filled/coin.svg\",\n\t\"./icons/filled/comment-outline.svg\": \"./src/icons/filled/comment-outline.svg\",\n\t\"./icons/filled/comments-outline.svg\": \"./src/icons/filled/comments-outline.svg\",\n\t\"./icons/filled/credit-journal-grid-20.svg\": \"./src/icons/filled/credit-journal-grid-20.svg\",\n\t\"./icons/filled/credit-journal.svg\": \"./src/icons/filled/credit-journal.svg\",\n\t\"./icons/filled/credit-refund-grid-20.svg\": \"./src/icons/filled/credit-refund-grid-20.svg\",\n\t\"./icons/filled/credit-refund.svg\": \"./src/icons/filled/credit-refund.svg\",\n\t\"./icons/filled/critical-date-all-grid-20.svg\": \"./src/icons/filled/critical-date-all-grid-20.svg\",\n\t\"./icons/filled/critical-date-grid-20.svg\": \"./src/icons/filled/critical-date-grid-20.svg\",\n\t\"./icons/filled/critical-date-less-grid-20.svg\": \"./src/icons/filled/critical-date-less-grid-20.svg\",\n\t\"./icons/filled/critical-date.svg\": \"./src/icons/filled/critical-date.svg\",\n\t\"./icons/filled/disbursement-journal-grid-20.svg\": \"./src/icons/filled/disbursement-journal-grid-20.svg\",\n\t\"./icons/filled/disbursement-journal-remove-grid-20.svg\": \"./src/icons/filled/disbursement-journal-remove-grid-20.svg\",\n\t\"./icons/filled/disbursement-journal-remove.svg\": \"./src/icons/filled/disbursement-journal-remove.svg\",\n\t\"./icons/filled/disbursement-journal.svg\": \"./src/icons/filled/disbursement-journal.svg\",\n\t\"./icons/filled/document-share.svg\": \"./src/icons/filled/document-share.svg\",\n\t\"./icons/filled/download.svg\": \"./src/icons/filled/download.svg\",\n\t\"./icons/filled/drag.svg\": \"./src/icons/filled/drag.svg\",\n\t\"./icons/filled/edit-circle-outline.svg\": \"./src/icons/filled/edit-circle-outline.svg\",\n\t\"./icons/filled/edit.svg\": \"./src/icons/filled/edit.svg\",\n\t\"./icons/filled/entry-cost-recovery-grid-20.svg\": \"./src/icons/filled/entry-cost-recovery-grid-20.svg\",\n\t\"./icons/filled/entry-cost-recovery-uk.svg\": \"./src/icons/filled/entry-cost-recovery-uk.svg\",\n\t\"./icons/filled/entry-cost-recovery.svg\": \"./src/icons/filled/entry-cost-recovery.svg\",\n\t\"./icons/filled/entry-fee-grid-20.svg\": \"./src/icons/filled/entry-fee-grid-20.svg\",\n\t\"./icons/filled/entry-fee-uk.svg\": \"./src/icons/filled/entry-fee-uk.svg\",\n\t\"./icons/filled/entry-fee.svg\": \"./src/icons/filled/entry-fee.svg\",\n\t\"./icons/filled/entry-time-grid-20.svg\": \"./src/icons/filled/entry-time-grid-20.svg\",\n\t\"./icons/filled/entry-time.svg\": \"./src/icons/filled/entry-time.svg\",\n\t\"./icons/filled/envelope-open-outline.svg\": \"./src/icons/filled/envelope-open-outline.svg\",\n\t\"./icons/filled/envelope-open.svg\": \"./src/icons/filled/envelope-open.svg\",\n\t\"./icons/filled/envelope-outline-grid-20.svg\": \"./src/icons/filled/envelope-outline-grid-20.svg\",\n\t\"./icons/filled/envelope-outline.svg\": \"./src/icons/filled/envelope-outline.svg\",\n\t\"./icons/filled/envelope-sent.svg\": \"./src/icons/filled/envelope-sent.svg\",\n\t\"./icons/filled/envelope-warning.svg\": \"./src/icons/filled/envelope-warning.svg\",\n\t\"./icons/filled/envelope.svg\": \"./src/icons/filled/envelope.svg\",\n\t\"./icons/filled/equal-bold.svg\": \"./src/icons/filled/equal-bold.svg\",\n\t\"./icons/filled/error-circle-outline.svg\": \"./src/icons/filled/error-circle-outline.svg\",\n\t\"./icons/filled/error-circle.svg\": \"./src/icons/filled/error-circle.svg\",\n\t\"./icons/filled/error.svg\": \"./src/icons/filled/error.svg\",\n\t\"./icons/filled/expamnd-less-horiz.svg\": \"./src/icons/filled/expamnd-less-horiz.svg\",\n\t\"./icons/filled/expamnd-less-vert.svg\": \"./src/icons/filled/expamnd-less-vert.svg\",\n\t\"./icons/filled/expamnd-more-horiz.svg\": \"./src/icons/filled/expamnd-more-horiz.svg\",\n\t\"./icons/filled/expamnd-more-vert.svg\": \"./src/icons/filled/expamnd-more-vert.svg\",\n\t\"./icons/filled/fee-grid-20.svg\": \"./src/icons/filled/fee-grid-20.svg\",\n\t\"./icons/filled/fee.svg\": \"./src/icons/filled/fee.svg\",\n\t\"./icons/filled/feedback-grid-20.svg\": \"./src/icons/filled/feedback-grid-20.svg\",\n\t\"./icons/filled/file-list-grid-20.svg\": \"./src/icons/filled/file-list-grid-20.svg\",\n\t\"./icons/filled/file.svg\": \"./src/icons/filled/file.svg\",\n\t\"./icons/filled/filter.svg\": \"./src/icons/filled/filter.svg\",\n\t\"./icons/filled/fire.svg\": \"./src/icons/filled/fire.svg\",\n\t\"./icons/filled/flag-outline.svg\": \"./src/icons/filled/flag-outline.svg\",\n\t\"./icons/filled/flag.svg\": \"./src/icons/filled/flag.svg\",\n\t\"./icons/filled/folder-cases.svg\": \"./src/icons/filled/folder-cases.svg\",\n\t\"./icons/filled/folder-matter.svg\": \"./src/icons/filled/folder-matter.svg\",\n\t\"./icons/filled/folder-new-grid-20.svg\": \"./src/icons/filled/folder-new-grid-20.svg\",\n\t\"./icons/filled/folder-new.svg\": \"./src/icons/filled/folder-new.svg\",\n\t\"./icons/filled/folder.svg\": \"./src/icons/filled/folder.svg\",\n\t\"./icons/filled/forms-grid-20.svg\": \"./src/icons/filled/forms-grid-20.svg\",\n\t\"./icons/filled/forms.svg\": \"./src/icons/filled/forms.svg\",\n\t\"./icons/filled/grid-grid-20.svg\": \"./src/icons/filled/grid-grid-20.svg\",\n\t\"./icons/filled/grid.svg\": \"./src/icons/filled/grid.svg\",\n\t\"./icons/filled/grouping.svg\": \"./src/icons/filled/grouping.svg\",\n\t\"./icons/filled/help-circle-outline.svg\": \"./src/icons/filled/help-circle-outline.svg\",\n\t\"./icons/filled/help-circle.svg\": \"./src/icons/filled/help-circle.svg\",\n\t\"./icons/filled/help.svg\": \"./src/icons/filled/help.svg\",\n\t\"./icons/filled/history.svg\": \"./src/icons/filled/history.svg\",\n\t\"./icons/filled/home.svg\": \"./src/icons/filled/home.svg\",\n\t\"./icons/filled/ideas.svg\": \"./src/icons/filled/ideas.svg\",\n\t\"./icons/filled/image-grid-20.svg\": \"./src/icons/filled/image-grid-20.svg\",\n\t\"./icons/filled/info-circle-outline-grid-20.svg\": \"./src/icons/filled/info-circle-outline-grid-20.svg\",\n\t\"./icons/filled/info-circle-outline.svg\": \"./src/icons/filled/info-circle-outline.svg\",\n\t\"./icons/filled/info-circle.svg\": \"./src/icons/filled/info-circle.svg\",\n\t\"./icons/filled/info.svg\": \"./src/icons/filled/info.svg\",\n\t\"./icons/filled/infotrack-fee-us-grid-20.svg\": \"./src/icons/filled/infotrack-fee-us-grid-20.svg\",\n\t\"./icons/filled/infotrack-search-grid-20.svg\": \"./src/icons/filled/infotrack-search-grid-20.svg\",\n\t\"./icons/filled/infotrack-support-grid-20.svg\": \"./src/icons/filled/infotrack-support-grid-20.svg\",\n\t\"./icons/filled/invisible-grid-20.svg\": \"./src/icons/filled/invisible-grid-20.svg\",\n\t\"./icons/filled/invoice-apply-grid-20.svg\": \"./src/icons/filled/invoice-apply-grid-20.svg\",\n\t\"./icons/filled/invoice-apply.svg\": \"./src/icons/filled/invoice-apply.svg\",\n\t\"./icons/filled/invoice-grid-20.svg\": \"./src/icons/filled/invoice-grid-20.svg\",\n\t\"./icons/filled/invoice.svg\": \"./src/icons/filled/invoice.svg\",\n\t\"./icons/filled/italic-grid-20.svg\": \"./src/icons/filled/italic-grid-20.svg\",\n\t\"./icons/filled/journal.svg\": \"./src/icons/filled/journal.svg\",\n\t\"./icons/filled/launch-grid-20.svg\": \"./src/icons/filled/launch-grid-20.svg\",\n\t\"./icons/filled/launch.svg\": \"./src/icons/filled/launch.svg\",\n\t\"./icons/filled/lc-grid-20.svg\": \"./src/icons/filled/lc-grid-20.svg\",\n\t\"./icons/filled/link-grid-20.svg\": \"./src/icons/filled/link-grid-20.svg\",\n\t\"./icons/filled/list-bullet-grid-20.svg\": \"./src/icons/filled/list-bullet-grid-20.svg\",\n\t\"./icons/filled/list-grid-20.svg\": \"./src/icons/filled/list-grid-20.svg\",\n\t\"./icons/filled/list-ordered-grid-20.svg\": \"./src/icons/filled/list-ordered-grid-20.svg\",\n\t\"./icons/filled/list.svg\": \"./src/icons/filled/list.svg\",\n\t\"./icons/filled/lock-grid-20.svg\": \"./src/icons/filled/lock-grid-20.svg\",\n\t\"./icons/filled/lock.svg\": \"./src/icons/filled/lock.svg\",\n\t\"./icons/filled/loop.svg\": \"./src/icons/filled/loop.svg\",\n\t\"./icons/filled/magnifier-grid-20.svg\": \"./src/icons/filled/magnifier-grid-20.svg\",\n\t\"./icons/filled/magnifier.svg\": \"./src/icons/filled/magnifier.svg\",\n\t\"./icons/filled/media-grid-20.svg\": \"./src/icons/filled/media-grid-20.svg\",\n\t\"./icons/filled/minimum.svg\": \"./src/icons/filled/minimum.svg\",\n\t\"./icons/filled/minus-bold.svg\": \"./src/icons/filled/minus-bold.svg\",\n\t\"./icons/filled/minus-circle-outline.svg\": \"./src/icons/filled/minus-circle-outline.svg\",\n\t\"./icons/filled/minus-circle.svg\": \"./src/icons/filled/minus-circle.svg\",\n\t\"./icons/filled/minus.svg\": \"./src/icons/filled/minus.svg\",\n\t\"./icons/filled/more-horiz-circle-outline.svg\": \"./src/icons/filled/more-horiz-circle-outline.svg\",\n\t\"./icons/filled/more-horiz-circle.svg\": \"./src/icons/filled/more-horiz-circle.svg\",\n\t\"./icons/filled/more-horiz.svg\": \"./src/icons/filled/more-horiz.svg\",\n\t\"./icons/filled/more-vert-grid-20.svg\": \"./src/icons/filled/more-vert-grid-20.svg\",\n\t\"./icons/filled/more-vert.svg\": \"./src/icons/filled/more-vert.svg\",\n\t\"./icons/filled/myob.svg\": \"./src/icons/filled/myob.svg\",\n\t\"./icons/filled/new-anticipated-grid-20.svg\": \"./src/icons/filled/new-anticipated-grid-20.svg\",\n\t\"./icons/filled/new-comment-grid-20.svg\": \"./src/icons/filled/new-comment-grid-20.svg\",\n\t\"./icons/filled/new-comment.svg\": \"./src/icons/filled/new-comment.svg\",\n\t\"./icons/filled/new-forms-grid-20.svg\": \"./src/icons/filled/new-forms-grid-20.svg\",\n\t\"./icons/filled/new-forms.svg\": \"./src/icons/filled/new-forms.svg\",\n\t\"./icons/filled/new-letter-grid-20.svg\": \"./src/icons/filled/new-letter-grid-20.svg\",\n\t\"./icons/filled/new-letter.svg\": \"./src/icons/filled/new-letter.svg\",\n\t\"./icons/filled/office-365.svg\": \"./src/icons/filled/office-365.svg\",\n\t\"./icons/filled/other.svg\": \"./src/icons/filled/other.svg\",\n\t\"./icons/filled/outlook.svg\": \"./src/icons/filled/outlook.svg\",\n\t\"./icons/filled/pane-combined.svg\": \"./src/icons/filled/pane-combined.svg\",\n\t\"./icons/filled/pane-separate.svg\": \"./src/icons/filled/pane-separate.svg\",\n\t\"./icons/filled/paperclip-vert.svg\": \"./src/icons/filled/paperclip-vert.svg\",\n\t\"./icons/filled/paperclip.svg\": \"./src/icons/filled/paperclip.svg\",\n\t\"./icons/filled/pause-circle-outline.svg\": \"./src/icons/filled/pause-circle-outline.svg\",\n\t\"./icons/filled/pause-circle.svg\": \"./src/icons/filled/pause-circle.svg\",\n\t\"./icons/filled/pause-exclamation-circle-outline.svg\": \"./src/icons/filled/pause-exclamation-circle-outline.svg\",\n\t\"./icons/filled/pause.svg\": \"./src/icons/filled/pause.svg\",\n\t\"./icons/filled/payment.svg\": \"./src/icons/filled/payment.svg\",\n\t\"./icons/filled/phone.svg\": \"./src/icons/filled/phone.svg\",\n\t\"./icons/filled/pin.svg\": \"./src/icons/filled/pin.svg\",\n\t\"./icons/filled/place.svg\": \"./src/icons/filled/place.svg\",\n\t\"./icons/filled/play-circle-outline.svg\": \"./src/icons/filled/play-circle-outline.svg\",\n\t\"./icons/filled/play-circle.svg\": \"./src/icons/filled/play-circle.svg\",\n\t\"./icons/filled/play.svg\": \"./src/icons/filled/play.svg\",\n\t\"./icons/filled/plus-bold.svg\": \"./src/icons/filled/plus-bold.svg\",\n\t\"./icons/filled/plus-circle-outline.svg\": \"./src/icons/filled/plus-circle-outline.svg\",\n\t\"./icons/filled/plus-circle.svg\": \"./src/icons/filled/plus-circle.svg\",\n\t\"./icons/filled/plus.svg\": \"./src/icons/filled/plus.svg\",\n\t\"./icons/filled/power-grid-20.svg\": \"./src/icons/filled/power-grid-20.svg\",\n\t\"./icons/filled/power.svg\": \"./src/icons/filled/power.svg\",\n\t\"./icons/filled/print-grid-20.svg\": \"./src/icons/filled/print-grid-20.svg\",\n\t\"./icons/filled/print.svg\": \"./src/icons/filled/print.svg\",\n\t\"./icons/filled/protected-outline-grid-20.svg\": \"./src/icons/filled/protected-outline-grid-20.svg\",\n\t\"./icons/filled/protected-total-outline-grid-20.svg\": \"./src/icons/filled/protected-total-outline-grid-20.svg\",\n\t\"./icons/filled/quickbooks.svg\": \"./src/icons/filled/quickbooks.svg\",\n\t\"./icons/filled/radio-check.svg\": \"./src/icons/filled/radio-check.svg\",\n\t\"./icons/filled/radio-uncheck.svg\": \"./src/icons/filled/radio-uncheck.svg\",\n\t\"./icons/filled/receipt-grid-20.svg\": \"./src/icons/filled/receipt-grid-20.svg\",\n\t\"./icons/filled/receipt.svg\": \"./src/icons/filled/receipt.svg\",\n\t\"./icons/filled/redo-grid-20.svg\": \"./src/icons/filled/redo-grid-20.svg\",\n\t\"./icons/filled/redo.svg\": \"./src/icons/filled/redo.svg\",\n\t\"./icons/filled/refresh.svg\": \"./src/icons/filled/refresh.svg\",\n\t\"./icons/filled/repeat.svg\": \"./src/icons/filled/repeat.svg\",\n\t\"./icons/filled/reply.svg\": \"./src/icons/filled/reply.svg\",\n\t\"./icons/filled/reports.svg\": \"./src/icons/filled/reports.svg\",\n\t\"./icons/filled/send-callback-request.svg\": \"./src/icons/filled/send-callback-request.svg\",\n\t\"./icons/filled/share-case.svg\": \"./src/icons/filled/share-case.svg\",\n\t\"./icons/filled/share-document.svg\": \"./src/icons/filled/share-document.svg\",\n\t\"./icons/filled/share-matter.svg\": \"./src/icons/filled/share-matter.svg\",\n\t\"./icons/filled/share.svg\": \"./src/icons/filled/share.svg\",\n\t\"./icons/filled/shield-grid-20.svg\": \"./src/icons/filled/shield-grid-20.svg\",\n\t\"./icons/filled/snow-flower.svg\": \"./src/icons/filled/snow-flower.svg\",\n\t\"./icons/filled/sort-grid-20.svg\": \"./src/icons/filled/sort-grid-20.svg\",\n\t\"./icons/filled/sort.svg\": \"./src/icons/filled/sort.svg\",\n\t\"./icons/filled/star-outline.svg\": \"./src/icons/filled/star-outline.svg\",\n\t\"./icons/filled/star.svg\": \"./src/icons/filled/star.svg\",\n\t\"./icons/filled/stop-circle-outline.svg\": \"./src/icons/filled/stop-circle-outline.svg\",\n\t\"./icons/filled/stop-circle.svg\": \"./src/icons/filled/stop-circle.svg\",\n\t\"./icons/filled/stop.svg\": \"./src/icons/filled/stop.svg\",\n\t\"./icons/filled/strike-grid-20.svg\": \"./src/icons/filled/strike-grid-20.svg\",\n\t\"./icons/filled/support-grid-20.svg\": \"./src/icons/filled/support-grid-20.svg\",\n\t\"./icons/filled/templates-grid-20.svg\": \"./src/icons/filled/templates-grid-20.svg\",\n\t\"./icons/filled/templates.svg\": \"./src/icons/filled/templates.svg\",\n\t\"./icons/filled/text-color-grid-20.svg\": \"./src/icons/filled/text-color-grid-20.svg\",\n\t\"./icons/filled/tick-circle-outline.svg\": \"./src/icons/filled/tick-circle-outline.svg\",\n\t\"./icons/filled/tick-circle.svg\": \"./src/icons/filled/tick-circle.svg\",\n\t\"./icons/filled/tick.svg\": \"./src/icons/filled/tick.svg\",\n\t\"./icons/filled/time-stamp-grid-20.svg\": \"./src/icons/filled/time-stamp-grid-20.svg\",\n\t\"./icons/filled/timer-add.svg\": \"./src/icons/filled/timer-add.svg\",\n\t\"./icons/filled/timer.svg\": \"./src/icons/filled/timer.svg\",\n\t\"./icons/filled/timesheets-20.svg\": \"./src/icons/filled/timesheets-20.svg\",\n\t\"./icons/filled/timestamp-grid-20.svg\": \"./src/icons/filled/timestamp-grid-20.svg\",\n\t\"./icons/filled/transfer.svg\": \"./src/icons/filled/transfer.svg\",\n\t\"./icons/filled/triangle-down.svg\": \"./src/icons/filled/triangle-down.svg\",\n\t\"./icons/filled/triangle-left.svg\": \"./src/icons/filled/triangle-left.svg\",\n\t\"./icons/filled/triangle-right.svg\": \"./src/icons/filled/triangle-right.svg\",\n\t\"./icons/filled/triangle-up.svg\": \"./src/icons/filled/triangle-up.svg\",\n\t\"./icons/filled/trust-journal-grid-20.svg\": \"./src/icons/filled/trust-journal-grid-20.svg\",\n\t\"./icons/filled/trust-new-account-grid-20.svg\": \"./src/icons/filled/trust-new-account-grid-20.svg\",\n\t\"./icons/filled/trust-new-transaction-grid-20.svg\": \"./src/icons/filled/trust-new-transaction-grid-20.svg\",\n\t\"./icons/filled/trust-payment-grid-20.svg\": \"./src/icons/filled/trust-payment-grid-20.svg\",\n\t\"./icons/filled/trust-protected-grid-20.svg\": \"./src/icons/filled/trust-protected-grid-20.svg\",\n\t\"./icons/filled/trust-receipt-grid-20.svg\": \"./src/icons/filled/trust-receipt-grid-20.svg\",\n\t\"./icons/filled/trust-to-office-grid-20.svg\": \"./src/icons/filled/trust-to-office-grid-20.svg\",\n\t\"./icons/filled/twitter.svg\": \"./src/icons/filled/twitter.svg\",\n\t\"./icons/filled/underline-grid-20.svg\": \"./src/icons/filled/underline-grid-20.svg\",\n\t\"./icons/filled/undo-grid-20.svg\": \"./src/icons/filled/undo-grid-20.svg\",\n\t\"./icons/filled/undo.svg\": \"./src/icons/filled/undo.svg\",\n\t\"./icons/filled/unlock.svg\": \"./src/icons/filled/unlock.svg\",\n\t\"./icons/filled/unpaid-anticipated-grid-20.svg\": \"./src/icons/filled/unpaid-anticipated-grid-20.svg\",\n\t\"./icons/filled/upload-grid-20.svg\": \"./src/icons/filled/upload-grid-20.svg\",\n\t\"./icons/filled/upload.svg\": \"./src/icons/filled/upload.svg\",\n\t\"./icons/filled/uploading-grid-20.svg\": \"./src/icons/filled/uploading-grid-20.svg\",\n\t\"./icons/filled/user-anticipated-grid-20.svg\": \"./src/icons/filled/user-anticipated-grid-20.svg\",\n\t\"./icons/filled/user-minus.svg\": \"./src/icons/filled/user-minus.svg\",\n\t\"./icons/filled/user-plus.svg\": \"./src/icons/filled/user-plus.svg\",\n\t\"./icons/filled/user-question.svg\": \"./src/icons/filled/user-question.svg\",\n\t\"./icons/filled/user-tick.svg\": \"./src/icons/filled/user-tick.svg\",\n\t\"./icons/filled/user.svg\": \"./src/icons/filled/user.svg\",\n\t\"./icons/filled/users.svg\": \"./src/icons/filled/users.svg\",\n\t\"./icons/filled/visible-grid-20.svg\": \"./src/icons/filled/visible-grid-20.svg\",\n\t\"./icons/filled/warning-triangle-outline.svg\": \"./src/icons/filled/warning-triangle-outline.svg\",\n\t\"./icons/filled/xero.svg\": \"./src/icons/filled/xero.svg\",\n\t\"./icons/leap-web/accounting-20.svg\": \"./src/icons/leap-web/accounting-20.svg\",\n\t\"./icons/leap-web/accounting-24.svg\": \"./src/icons/leap-web/accounting-24.svg\",\n\t\"./icons/leap-web/add-16.svg\": \"./src/icons/leap-web/add-16.svg\",\n\t\"./icons/leap-web/add-circle-16.svg\": \"./src/icons/leap-web/add-circle-16.svg\",\n\t\"./icons/leap-web/add-circle-20.svg\": \"./src/icons/leap-web/add-circle-20.svg\",\n\t\"./icons/leap-web/align-center-20.svg\": \"./src/icons/leap-web/align-center-20.svg\",\n\t\"./icons/leap-web/align-justify-20.svg\": \"./src/icons/leap-web/align-justify-20.svg\",\n\t\"./icons/leap-web/align-left-20.svg\": \"./src/icons/leap-web/align-left-20.svg\",\n\t\"./icons/leap-web/align-right-20.svg\": \"./src/icons/leap-web/align-right-20.svg\",\n\t\"./icons/leap-web/apps-20.svg\": \"./src/icons/leap-web/apps-20.svg\",\n\t\"./icons/leap-web/apps-24.svg\": \"./src/icons/leap-web/apps-24.svg\",\n\t\"./icons/leap-web/arrow-dot-down-16.svg\": \"./src/icons/leap-web/arrow-dot-down-16.svg\",\n\t\"./icons/leap-web/arrow-dot-down-20.svg\": \"./src/icons/leap-web/arrow-dot-down-20.svg\",\n\t\"./icons/leap-web/arrow-dot-left-16.svg\": \"./src/icons/leap-web/arrow-dot-left-16.svg\",\n\t\"./icons/leap-web/arrow-dot-left-20.svg\": \"./src/icons/leap-web/arrow-dot-left-20.svg\",\n\t\"./icons/leap-web/arrow-dot-right-16.svg\": \"./src/icons/leap-web/arrow-dot-right-16.svg\",\n\t\"./icons/leap-web/arrow-dot-right-20.svg\": \"./src/icons/leap-web/arrow-dot-right-20.svg\",\n\t\"./icons/leap-web/arrow-dot-up-16.svg\": \"./src/icons/leap-web/arrow-dot-up-16.svg\",\n\t\"./icons/leap-web/arrow-dot-up-20.svg\": \"./src/icons/leap-web/arrow-dot-up-20.svg\",\n\t\"./icons/leap-web/arrow-down-16.svg\": \"./src/icons/leap-web/arrow-down-16.svg\",\n\t\"./icons/leap-web/arrow-left-16.svg\": \"./src/icons/leap-web/arrow-left-16.svg\",\n\t\"./icons/leap-web/arrow-right-16.svg\": \"./src/icons/leap-web/arrow-right-16.svg\",\n\t\"./icons/leap-web/arrow-up-16.svg\": \"./src/icons/leap-web/arrow-up-16.svg\",\n\t\"./icons/leap-web/attach-16.svg\": \"./src/icons/leap-web/attach-16.svg\",\n\t\"./icons/leap-web/attach-20.svg\": \"./src/icons/leap-web/attach-20.svg\",\n\t\"./icons/leap-web/auth-email-20.svg\": \"./src/icons/leap-web/auth-email-20.svg\",\n\t\"./icons/leap-web/auth-lock-20.svg\": \"./src/icons/leap-web/auth-lock-20.svg\",\n\t\"./icons/leap-web/auth-user-20.svg\": \"./src/icons/leap-web/auth-user-20.svg\",\n\t\"./icons/leap-web/autocomplete-20.svg\": \"./src/icons/leap-web/autocomplete-20.svg\",\n\t\"./icons/leap-web/available-outline-20.svg\": \"./src/icons/leap-web/available-outline-20.svg\",\n\t\"./icons/leap-web/background-color-20.svg\": \"./src/icons/leap-web/background-color-20.svg\",\n\t\"./icons/leap-web/balance-outline-20.svg\": \"./src/icons/leap-web/balance-outline-20.svg\",\n\t\"./icons/leap-web/bell-16.svg\": \"./src/icons/leap-web/bell-16.svg\",\n\t\"./icons/leap-web/bell-20.svg\": \"./src/icons/leap-web/bell-20.svg\",\n\t\"./icons/leap-web/bell-unread-20.svg\": \"./src/icons/leap-web/bell-unread-20.svg\",\n\t\"./icons/leap-web/block-16.svg\": \"./src/icons/leap-web/block-16.svg\",\n\t\"./icons/leap-web/block-20.svg\": \"./src/icons/leap-web/block-20.svg\",\n\t\"./icons/leap-web/bold-20.svg\": \"./src/icons/leap-web/bold-20.svg\",\n\t\"./icons/leap-web/browse-16.svg\": \"./src/icons/leap-web/browse-16.svg\",\n\t\"./icons/leap-web/browse-20.svg\": \"./src/icons/leap-web/browse-20.svg\",\n\t\"./icons/leap-web/build-16.svg\": \"./src/icons/leap-web/build-16.svg\",\n\t\"./icons/leap-web/build-20.svg\": \"./src/icons/leap-web/build-20.svg\",\n\t\"./icons/leap-web/business-20.svg\": \"./src/icons/leap-web/business-20.svg\",\n\t\"./icons/leap-web/calendar-16.svg\": \"./src/icons/leap-web/calendar-16.svg\",\n\t\"./icons/leap-web/calendar-20.svg\": \"./src/icons/leap-web/calendar-20.svg\",\n\t\"./icons/leap-web/calendar-add-20.svg\": \"./src/icons/leap-web/calendar-add-20.svg\",\n\t\"./icons/leap-web/calendar-adjust-20.svg\": \"./src/icons/leap-web/calendar-adjust-20.svg\",\n\t\"./icons/leap-web/calendar-appointment-20.svg\": \"./src/icons/leap-web/calendar-appointment-20.svg\",\n\t\"./icons/leap-web/calendar-bell-20.svg\": \"./src/icons/leap-web/calendar-bell-20.svg\",\n\t\"./icons/leap-web/call-16.svg\": \"./src/icons/leap-web/call-16.svg\",\n\t\"./icons/leap-web/call-20.svg\": \"./src/icons/leap-web/call-20.svg\",\n\t\"./icons/leap-web/cards-20.svg\": \"./src/icons/leap-web/cards-20.svg\",\n\t\"./icons/leap-web/chevron-16.svg\": \"./src/icons/leap-web/chevron-16.svg\",\n\t\"./icons/leap-web/chevron-down-12.svg\": \"./src/icons/leap-web/chevron-down-12.svg\",\n\t\"./icons/leap-web/chevron-down-16.svg\": \"./src/icons/leap-web/chevron-down-16.svg\",\n\t\"./icons/leap-web/chevron-down-20.svg\": \"./src/icons/leap-web/chevron-down-20.svg\",\n\t\"./icons/leap-web/chevron-left-12.svg\": \"./src/icons/leap-web/chevron-left-12.svg\",\n\t\"./icons/leap-web/chevron-left-16.svg\": \"./src/icons/leap-web/chevron-left-16.svg\",\n\t\"./icons/leap-web/chevron-left-20.svg\": \"./src/icons/leap-web/chevron-left-20.svg\",\n\t\"./icons/leap-web/chevron-right-12.svg\": \"./src/icons/leap-web/chevron-right-12.svg\",\n\t\"./icons/leap-web/chevron-right-16.svg\": \"./src/icons/leap-web/chevron-right-16.svg\",\n\t\"./icons/leap-web/chevron-right-20.svg\": \"./src/icons/leap-web/chevron-right-20.svg\",\n\t\"./icons/leap-web/chevron-up-12.svg\": \"./src/icons/leap-web/chevron-up-12.svg\",\n\t\"./icons/leap-web/chevron-up-16.svg\": \"./src/icons/leap-web/chevron-up-16.svg\",\n\t\"./icons/leap-web/chevron-up-20.svg\": \"./src/icons/leap-web/chevron-up-20.svg\",\n\t\"./icons/leap-web/clean-format-20.svg\": \"./src/icons/leap-web/clean-format-20.svg\",\n\t\"./icons/leap-web/clipboard-multi-tick-20.svg\": \"./src/icons/leap-web/clipboard-multi-tick-20.svg\",\n\t\"./icons/leap-web/clipboard-tick-20.svg\": \"./src/icons/leap-web/clipboard-tick-20.svg\",\n\t\"./icons/leap-web/close-12.svg\": \"./src/icons/leap-web/close-12.svg\",\n\t\"./icons/leap-web/close-16.svg\": \"./src/icons/leap-web/close-16.svg\",\n\t\"./icons/leap-web/close-20.svg\": \"./src/icons/leap-web/close-20.svg\",\n\t\"./icons/leap-web/cloud-16.svg\": \"./src/icons/leap-web/cloud-16.svg\",\n\t\"./icons/leap-web/cloud-20.svg\": \"./src/icons/leap-web/cloud-20.svg\",\n\t\"./icons/leap-web/code-20.svg\": \"./src/icons/leap-web/code-20.svg\",\n\t\"./icons/leap-web/cog-convert-20.svg\": \"./src/icons/leap-web/cog-convert-20.svg\",\n\t\"./icons/leap-web/comment-20.svg\": \"./src/icons/leap-web/comment-20.svg\",\n\t\"./icons/leap-web/compare-16.svg\": \"./src/icons/leap-web/compare-16.svg\",\n\t\"./icons/leap-web/compare-20.svg\": \"./src/icons/leap-web/compare-20.svg\",\n\t\"./icons/leap-web/contract-16.svg\": \"./src/icons/leap-web/contract-16.svg\",\n\t\"./icons/leap-web/copy-16.svg\": \"./src/icons/leap-web/copy-16.svg\",\n\t\"./icons/leap-web/copy-20.svg\": \"./src/icons/leap-web/copy-20.svg\",\n\t\"./icons/leap-web/critical-date-16.svg\": \"./src/icons/leap-web/critical-date-16.svg\",\n\t\"./icons/leap-web/dashboard-20.svg\": \"./src/icons/leap-web/dashboard-20.svg\",\n\t\"./icons/leap-web/delete-20.svg\": \"./src/icons/leap-web/delete-20.svg\",\n\t\"./icons/leap-web/document-16.svg\": \"./src/icons/leap-web/document-16.svg\",\n\t\"./icons/leap-web/document-20.svg\": \"./src/icons/leap-web/document-20.svg\",\n\t\"./icons/leap-web/document-list-20.svg\": \"./src/icons/leap-web/document-list-20.svg\",\n\t\"./icons/leap-web/download-16.svg\": \"./src/icons/leap-web/download-16.svg\",\n\t\"./icons/leap-web/download-20.svg\": \"./src/icons/leap-web/download-20.svg\",\n\t\"./icons/leap-web/drag-handle-20.svg\": \"./src/icons/leap-web/drag-handle-20.svg\",\n\t\"./icons/leap-web/duplicate-20.svg\": \"./src/icons/leap-web/duplicate-20.svg\",\n\t\"./icons/leap-web/edit-20.svg\": \"./src/icons/leap-web/edit-20.svg\",\n\t\"./icons/leap-web/email-16.svg\": \"./src/icons/leap-web/email-16.svg\",\n\t\"./icons/leap-web/email-20.svg\": \"./src/icons/leap-web/email-20.svg\",\n\t\"./icons/leap-web/email-sent-20.svg\": \"./src/icons/leap-web/email-sent-20.svg\",\n\t\"./icons/leap-web/email-warning-20.svg\": \"./src/icons/leap-web/email-warning-20.svg\",\n\t\"./icons/leap-web/envelope-sent-16.svg\": \"./src/icons/leap-web/envelope-sent-16.svg\",\n\t\"./icons/leap-web/envelope-sent-20.svg\": \"./src/icons/leap-web/envelope-sent-20.svg\",\n\t\"./icons/leap-web/envelope-warning-20.svg\": \"./src/icons/leap-web/envelope-warning-20.svg\",\n\t\"./icons/leap-web/error-12.svg\": \"./src/icons/leap-web/error-12.svg\",\n\t\"./icons/leap-web/error-16.svg\": \"./src/icons/leap-web/error-16.svg\",\n\t\"./icons/leap-web/error-20.svg\": \"./src/icons/leap-web/error-20.svg\",\n\t\"./icons/leap-web/expand-16.svg\": \"./src/icons/leap-web/expand-16.svg\",\n\t\"./icons/leap-web/expand-less-horiz-16.svg\": \"./src/icons/leap-web/expand-less-horiz-16.svg\",\n\t\"./icons/leap-web/expand-less-horiz-20.svg\": \"./src/icons/leap-web/expand-less-horiz-20.svg\",\n\t\"./icons/leap-web/expand-less-vert-16.svg\": \"./src/icons/leap-web/expand-less-vert-16.svg\",\n\t\"./icons/leap-web/expand-less-vert-20.svg\": \"./src/icons/leap-web/expand-less-vert-20.svg\",\n\t\"./icons/leap-web/expand-more-horiz-16.svg\": \"./src/icons/leap-web/expand-more-horiz-16.svg\",\n\t\"./icons/leap-web/expand-more-horiz-20.svg\": \"./src/icons/leap-web/expand-more-horiz-20.svg\",\n\t\"./icons/leap-web/expand-more-vert-16.svg\": \"./src/icons/leap-web/expand-more-vert-16.svg\",\n\t\"./icons/leap-web/expand-more-vert-20.svg\": \"./src/icons/leap-web/expand-more-vert-20.svg\",\n\t\"./icons/leap-web/feedback-20.svg\": \"./src/icons/leap-web/feedback-20.svg\",\n\t\"./icons/leap-web/filled-pin-16.svg\": \"./src/icons/leap-web/filled-pin-16.svg\",\n\t\"./icons/leap-web/filled-star-16.svg\": \"./src/icons/leap-web/filled-star-16.svg\",\n\t\"./icons/leap-web/filled-tick-16.svg\": \"./src/icons/leap-web/filled-tick-16.svg\",\n\t\"./icons/leap-web/filter-16.svg\": \"./src/icons/leap-web/filter-16.svg\",\n\t\"./icons/leap-web/filter-20.svg\": \"./src/icons/leap-web/filter-20.svg\",\n\t\"./icons/leap-web/fire-16.svg\": \"./src/icons/leap-web/fire-16.svg\",\n\t\"./icons/leap-web/fire-20.svg\": \"./src/icons/leap-web/fire-20.svg\",\n\t\"./icons/leap-web/flag-16.svg\": \"./src/icons/leap-web/flag-16.svg\",\n\t\"./icons/leap-web/flag-20.svg\": \"./src/icons/leap-web/flag-20.svg\",\n\t\"./icons/leap-web/folder-16.svg\": \"./src/icons/leap-web/folder-16.svg\",\n\t\"./icons/leap-web/folder-20.svg\": \"./src/icons/leap-web/folder-20.svg\",\n\t\"./icons/leap-web/folder-cases-20.svg\": \"./src/icons/leap-web/folder-cases-20.svg\",\n\t\"./icons/leap-web/folder-matter-20.svg\": \"./src/icons/leap-web/folder-matter-20.svg\",\n\t\"./icons/leap-web/folder-new-16.svg\": \"./src/icons/leap-web/folder-new-16.svg\",\n\t\"./icons/leap-web/folder-new-20.svg\": \"./src/icons/leap-web/folder-new-20.svg\",\n\t\"./icons/leap-web/forms-20.svg\": \"./src/icons/leap-web/forms-20.svg\",\n\t\"./icons/leap-web/grey-excel-20.svg\": \"./src/icons/leap-web/grey-excel-20.svg\",\n\t\"./icons/leap-web/grey-lawconnect-20.svg\": \"./src/icons/leap-web/grey-lawconnect-20.svg\",\n\t\"./icons/leap-web/grey-leads-20.svg\": \"./src/icons/leap-web/grey-leads-20.svg\",\n\t\"./icons/leap-web/grey-legal-aid-20.svg\": \"./src/icons/leap-web/grey-legal-aid-20.svg\",\n\t\"./icons/leap-web/grey-myob-20.svg\": \"./src/icons/leap-web/grey-myob-20.svg\",\n\t\"./icons/leap-web/grey-office365-20.svg\": \"./src/icons/leap-web/grey-office365-20.svg\",\n\t\"./icons/leap-web/grey-outlook-20.svg\": \"./src/icons/leap-web/grey-outlook-20.svg\",\n\t\"./icons/leap-web/grey-quickbooks-20.svg\": \"./src/icons/leap-web/grey-quickbooks-20.svg\",\n\t\"./icons/leap-web/grey-rapidpay-20.svg\": \"./src/icons/leap-web/grey-rapidpay-20.svg\",\n\t\"./icons/leap-web/grey-word-20.svg\": \"./src/icons/leap-web/grey-word-20.svg\",\n\t\"./icons/leap-web/grey-xero-20.svg\": \"./src/icons/leap-web/grey-xero-20.svg\",\n\t\"./icons/leap-web/grid-16.svg\": \"./src/icons/leap-web/grid-16.svg\",\n\t\"./icons/leap-web/grid-20.svg\": \"./src/icons/leap-web/grid-20.svg\",\n\t\"./icons/leap-web/group-16.svg\": \"./src/icons/leap-web/group-16.svg\",\n\t\"./icons/leap-web/group-20.svg\": \"./src/icons/leap-web/group-20.svg\",\n\t\"./icons/leap-web/help-20.svg\": \"./src/icons/leap-web/help-20.svg\",\n\t\"./icons/leap-web/help-24.svg\": \"./src/icons/leap-web/help-24.svg\",\n\t\"./icons/leap-web/history-16.svg\": \"./src/icons/leap-web/history-16.svg\",\n\t\"./icons/leap-web/history-20.svg\": \"./src/icons/leap-web/history-20.svg\",\n\t\"./icons/leap-web/home-16.svg\": \"./src/icons/leap-web/home-16.svg\",\n\t\"./icons/leap-web/home-20.svg\": \"./src/icons/leap-web/home-20.svg\",\n\t\"./icons/leap-web/home-24.svg\": \"./src/icons/leap-web/home-24.svg\",\n\t\"./icons/leap-web/idea-16.svg\": \"./src/icons/leap-web/idea-16.svg\",\n\t\"./icons/leap-web/idea-20.svg\": \"./src/icons/leap-web/idea-20.svg\",\n\t\"./icons/leap-web/image-20.svg\": \"./src/icons/leap-web/image-20.svg\",\n\t\"./icons/leap-web/info-16.svg\": \"./src/icons/leap-web/info-16.svg\",\n\t\"./icons/leap-web/info-circle-16.svg\": \"./src/icons/leap-web/info-circle-16.svg\",\n\t\"./icons/leap-web/info-circle-20.svg\": \"./src/icons/leap-web/info-circle-20.svg\",\n\t\"./icons/leap-web/infotrack-fee-euro-20.svg\": \"./src/icons/leap-web/infotrack-fee-euro-20.svg\",\n\t\"./icons/leap-web/infotrack-fee-uk-20.svg\": \"./src/icons/leap-web/infotrack-fee-uk-20.svg\",\n\t\"./icons/leap-web/infotrack-fee-us-20.svg\": \"./src/icons/leap-web/infotrack-fee-us-20.svg\",\n\t\"./icons/leap-web/infotrack-search-20.svg\": \"./src/icons/leap-web/infotrack-search-20.svg\",\n\t\"./icons/leap-web/integrations-16.svg\": \"./src/icons/leap-web/integrations-16.svg\",\n\t\"./icons/leap-web/integrations-20.svg\": \"./src/icons/leap-web/integrations-20.svg\",\n\t\"./icons/leap-web/invisible-16.svg\": \"./src/icons/leap-web/invisible-16.svg\",\n\t\"./icons/leap-web/invisible-20.svg\": \"./src/icons/leap-web/invisible-20.svg\",\n\t\"./icons/leap-web/italic-20.svg\": \"./src/icons/leap-web/italic-20.svg\",\n\t\"./icons/leap-web/launch-16.svg\": \"./src/icons/leap-web/launch-16.svg\",\n\t\"./icons/leap-web/launch-20.svg\": \"./src/icons/leap-web/launch-20.svg\",\n\t\"./icons/leap-web/lawconnect-icon-20.svg\": \"./src/icons/leap-web/lawconnect-icon-20.svg\",\n\t\"./icons/leap-web/leads-20.svg\": \"./src/icons/leap-web/leads-20.svg\",\n\t\"./icons/leap-web/legal-aid-20.svg\": \"./src/icons/leap-web/legal-aid-20.svg\",\n\t\"./icons/leap-web/letter-20.svg\": \"./src/icons/leap-web/letter-20.svg\",\n\t\"./icons/leap-web/link-20.svg\": \"./src/icons/leap-web/link-20.svg\",\n\t\"./icons/leap-web/list-bullet-20.svg\": \"./src/icons/leap-web/list-bullet-20.svg\",\n\t\"./icons/leap-web/list-ordered-20.svg\": \"./src/icons/leap-web/list-ordered-20.svg\",\n\t\"./icons/leap-web/lock-16.svg\": \"./src/icons/leap-web/lock-16.svg\",\n\t\"./icons/leap-web/lock-20.svg\": \"./src/icons/leap-web/lock-20.svg\",\n\t\"./icons/leap-web/menu-20.svg\": \"./src/icons/leap-web/menu-20.svg\",\n\t\"./icons/leap-web/minimum-16.svg\": \"./src/icons/leap-web/minimum-16.svg\",\n\t\"./icons/leap-web/minimum-20.svg\": \"./src/icons/leap-web/minimum-20.svg\",\n\t\"./icons/leap-web/minus-12.svg\": \"./src/icons/leap-web/minus-12.svg\",\n\t\"./icons/leap-web/minus-16.svg\": \"./src/icons/leap-web/minus-16.svg\",\n\t\"./icons/leap-web/minus-circle-16.svg\": \"./src/icons/leap-web/minus-circle-16.svg\",\n\t\"./icons/leap-web/more-horiz-16.svg\": \"./src/icons/leap-web/more-horiz-16.svg\",\n\t\"./icons/leap-web/more-horiz-20.svg\": \"./src/icons/leap-web/more-horiz-20.svg\",\n\t\"./icons/leap-web/more-vert-16.svg\": \"./src/icons/leap-web/more-vert-16.svg\",\n\t\"./icons/leap-web/more-vert-20.svg\": \"./src/icons/leap-web/more-vert-20.svg\",\n\t\"./icons/leap-web/move-20.svg\": \"./src/icons/leap-web/move-20.svg\",\n\t\"./icons/leap-web/multiple-flag-16.svg\": \"./src/icons/leap-web/multiple-flag-16.svg\",\n\t\"./icons/leap-web/multiple-flag-20.svg\": \"./src/icons/leap-web/multiple-flag-20.svg\",\n\t\"./icons/leap-web/myob-20.svg\": \"./src/icons/leap-web/myob-20.svg\",\n\t\"./icons/leap-web/open-teams-20.svg\": \"./src/icons/leap-web/open-teams-20.svg\",\n\t\"./icons/leap-web/open-teams-24.svg\": \"./src/icons/leap-web/open-teams-24.svg\",\n\t\"./icons/leap-web/options-16.svg\": \"./src/icons/leap-web/options-16.svg\",\n\t\"./icons/leap-web/other-20.svg\": \"./src/icons/leap-web/other-20.svg\",\n\t\"./icons/leap-web/other-24.svg\": \"./src/icons/leap-web/other-24.svg\",\n\t\"./icons/leap-web/packet-20.svg\": \"./src/icons/leap-web/packet-20.svg\",\n\t\"./icons/leap-web/packets-20.svg\": \"./src/icons/leap-web/packets-20.svg\",\n\t\"./icons/leap-web/pane-combined-16.svg\": \"./src/icons/leap-web/pane-combined-16.svg\",\n\t\"./icons/leap-web/pane-combined-20.svg\": \"./src/icons/leap-web/pane-combined-20.svg\",\n\t\"./icons/leap-web/pane-separate-16.svg\": \"./src/icons/leap-web/pane-separate-16.svg\",\n\t\"./icons/leap-web/pane-separate-20.svg\": \"./src/icons/leap-web/pane-separate-20.svg\",\n\t\"./icons/leap-web/panel-slide-left-16.svg\": \"./src/icons/leap-web/panel-slide-left-16.svg\",\n\t\"./icons/leap-web/panel-slide-left-20.svg\": \"./src/icons/leap-web/panel-slide-left-20.svg\",\n\t\"./icons/leap-web/panel-slide-right-16.svg\": \"./src/icons/leap-web/panel-slide-right-16.svg\",\n\t\"./icons/leap-web/panel-slide-right-20.svg\": \"./src/icons/leap-web/panel-slide-right-20.svg\",\n\t\"./icons/leap-web/pause-12.svg\": \"./src/icons/leap-web/pause-12.svg\",\n\t\"./icons/leap-web/pause-16.svg\": \"./src/icons/leap-web/pause-16.svg\",\n\t\"./icons/leap-web/pin-10.svg\": \"./src/icons/leap-web/pin-10.svg\",\n\t\"./icons/leap-web/pin-16.svg\": \"./src/icons/leap-web/pin-16.svg\",\n\t\"./icons/leap-web/pin-20.svg\": \"./src/icons/leap-web/pin-20.svg\",\n\t\"./icons/leap-web/place-16.svg\": \"./src/icons/leap-web/place-16.svg\",\n\t\"./icons/leap-web/place-20.svg\": \"./src/icons/leap-web/place-20.svg\",\n\t\"./icons/leap-web/play-12.svg\": \"./src/icons/leap-web/play-12.svg\",\n\t\"./icons/leap-web/play-16.svg\": \"./src/icons/leap-web/play-16.svg\",\n\t\"./icons/leap-web/play-circle-16-1.svg\": \"./src/icons/leap-web/play-circle-16-1.svg\",\n\t\"./icons/leap-web/play-circle-16.svg\": \"./src/icons/leap-web/play-circle-16.svg\",\n\t\"./icons/leap-web/play-circle-20-1.svg\": \"./src/icons/leap-web/play-circle-20-1.svg\",\n\t\"./icons/leap-web/play-circle-20.svg\": \"./src/icons/leap-web/play-circle-20.svg\",\n\t\"./icons/leap-web/plus-16.svg\": \"./src/icons/leap-web/plus-16.svg\",\n\t\"./icons/leap-web/plus-20.svg\": \"./src/icons/leap-web/plus-20.svg\",\n\t\"./icons/leap-web/print-20.svg\": \"./src/icons/leap-web/print-20.svg\",\n\t\"./icons/leap-web/pulse-20.svg\": \"./src/icons/leap-web/pulse-20.svg\",\n\t\"./icons/leap-web/quickbooks-20.svg\": \"./src/icons/leap-web/quickbooks-20.svg\",\n\t\"./icons/leap-web/rapidpay-20.svg\": \"./src/icons/leap-web/rapidpay-20.svg\",\n\t\"./icons/leap-web/redo-20.svg\": \"./src/icons/leap-web/redo-20.svg\",\n\t\"./icons/leap-web/refresh-16.svg\": \"./src/icons/leap-web/refresh-16.svg\",\n\t\"./icons/leap-web/refresh-20.svg\": \"./src/icons/leap-web/refresh-20.svg\",\n\t\"./icons/leap-web/rename-16.svg\": \"./src/icons/leap-web/rename-16.svg\",\n\t\"./icons/leap-web/rename-20.svg\": \"./src/icons/leap-web/rename-20.svg\",\n\t\"./icons/leap-web/reply-16.svg\": \"./src/icons/leap-web/reply-16.svg\",\n\t\"./icons/leap-web/reply-20.svg\": \"./src/icons/leap-web/reply-20.svg\",\n\t\"./icons/leap-web/reports-20.svg\": \"./src/icons/leap-web/reports-20.svg\",\n\t\"./icons/leap-web/reports-24.svg\": \"./src/icons/leap-web/reports-24.svg\",\n\t\"./icons/leap-web/rgb-excel-20.svg\": \"./src/icons/leap-web/rgb-excel-20.svg\",\n\t\"./icons/leap-web/rgb-office365-20.svg\": \"./src/icons/leap-web/rgb-office365-20.svg\",\n\t\"./icons/leap-web/rgb-outlook-20.svg\": \"./src/icons/leap-web/rgb-outlook-20.svg\",\n\t\"./icons/leap-web/rgb-word-20.svg\": \"./src/icons/leap-web/rgb-word-20.svg\",\n\t\"./icons/leap-web/search-16.svg\": \"./src/icons/leap-web/search-16.svg\",\n\t\"./icons/leap-web/search-20.svg\": \"./src/icons/leap-web/search-20.svg\",\n\t\"./icons/leap-web/settings-16.svg\": \"./src/icons/leap-web/settings-16.svg\",\n\t\"./icons/leap-web/settings-20.svg\": \"./src/icons/leap-web/settings-20.svg\",\n\t\"./icons/leap-web/settings-24.svg\": \"./src/icons/leap-web/settings-24.svg\",\n\t\"./icons/leap-web/share-16.svg\": \"./src/icons/leap-web/share-16.svg\",\n\t\"./icons/leap-web/share-20.svg\": \"./src/icons/leap-web/share-20.svg\",\n\t\"./icons/leap-web/shield-check-16.svg\": \"./src/icons/leap-web/shield-check-16.svg\",\n\t\"./icons/leap-web/shield-check-20.svg\": \"./src/icons/leap-web/shield-check-20.svg\",\n\t\"./icons/leap-web/sign-20.svg\": \"./src/icons/leap-web/sign-20.svg\",\n\t\"./icons/leap-web/sign-out-20.svg\": \"./src/icons/leap-web/sign-out-20.svg\",\n\t\"./icons/leap-web/sort-asc-16.svg\": \"./src/icons/leap-web/sort-asc-16.svg\",\n\t\"./icons/leap-web/sort-asc-20.svg\": \"./src/icons/leap-web/sort-asc-20.svg\",\n\t\"./icons/leap-web/sort-desc-16.svg\": \"./src/icons/leap-web/sort-desc-16.svg\",\n\t\"./icons/leap-web/sort-desc-20.svg\": \"./src/icons/leap-web/sort-desc-20.svg\",\n\t\"./icons/leap-web/split-16.svg\": \"./src/icons/leap-web/split-16.svg\",\n\t\"./icons/leap-web/star-16.svg\": \"./src/icons/leap-web/star-16.svg\",\n\t\"./icons/leap-web/star-20.svg\": \"./src/icons/leap-web/star-20.svg\",\n\t\"./icons/leap-web/star-outline-16.svg\": \"./src/icons/leap-web/star-outline-16.svg\",\n\t\"./icons/leap-web/star-outline-20.svg\": \"./src/icons/leap-web/star-outline-20.svg\",\n\t\"./icons/leap-web/stop-12.svg\": \"./src/icons/leap-web/stop-12.svg\",\n\t\"./icons/leap-web/stop-16.svg\": \"./src/icons/leap-web/stop-16.svg\",\n\t\"./icons/leap-web/stop-20.svg\": \"./src/icons/leap-web/stop-20.svg\",\n\t\"./icons/leap-web/stop-circle-16.svg\": \"./src/icons/leap-web/stop-circle-16.svg\",\n\t\"./icons/leap-web/stop-circle-20.svg\": \"./src/icons/leap-web/stop-circle-20.svg\",\n\t\"./icons/leap-web/strike-20.svg\": \"./src/icons/leap-web/strike-20.svg\",\n\t\"./icons/leap-web/swap-16.svg\": \"./src/icons/leap-web/swap-16.svg\",\n\t\"./icons/leap-web/swap-20.svg\": \"./src/icons/leap-web/swap-20.svg\",\n\t\"./icons/leap-web/templates-20.svg\": \"./src/icons/leap-web/templates-20.svg\",\n\t\"./icons/leap-web/text-stroke-20.svg\": \"./src/icons/leap-web/text-stroke-20.svg\",\n\t\"./icons/leap-web/tick-16.svg\": \"./src/icons/leap-web/tick-16.svg\",\n\t\"./icons/leap-web/tick-20.svg\": \"./src/icons/leap-web/tick-20.svg\",\n\t\"./icons/leap-web/tick-circle-16.svg\": \"./src/icons/leap-web/tick-circle-16.svg\",\n\t\"./icons/leap-web/tick-circle-20.svg\": \"./src/icons/leap-web/tick-circle-20.svg\",\n\t\"./icons/leap-web/timer-20.svg\": \"./src/icons/leap-web/timer-20.svg\",\n\t\"./icons/leap-web/timer-add-20.svg\": \"./src/icons/leap-web/timer-add-20.svg\",\n\t\"./icons/leap-web/timesheets-20.svg\": \"./src/icons/leap-web/timesheets-20.svg\",\n\t\"./icons/leap-web/timestamp-20.svg\": \"./src/icons/leap-web/timestamp-20.svg\",\n\t\"./icons/leap-web/total-outline-20.svg\": \"./src/icons/leap-web/total-outline-20.svg\",\n\t\"./icons/leap-web/two-tone-account-list-20.svg\": \"./src/icons/leap-web/two-tone-account-list-20.svg\",\n\t\"./icons/leap-web/two-tone-account-list-24.svg\": \"./src/icons/leap-web/two-tone-account-list-24.svg\",\n\t\"./icons/leap-web/two-tone-accounting-24.svg\": \"./src/icons/leap-web/two-tone-accounting-24.svg\",\n\t\"./icons/leap-web/two-tone-add-circle.svg\": \"./src/icons/leap-web/two-tone-add-circle.svg\",\n\t\"./icons/leap-web/two-tone-apps-24.svg\": \"./src/icons/leap-web/two-tone-apps-24.svg\",\n\t\"./icons/leap-web/two-tone-auth-email-20.svg\": \"./src/icons/leap-web/two-tone-auth-email-20.svg\",\n\t\"./icons/leap-web/two-tone-calculator-20.svg\": \"./src/icons/leap-web/two-tone-calculator-20.svg\",\n\t\"./icons/leap-web/two-tone-calculator-24.svg\": \"./src/icons/leap-web/two-tone-calculator-24.svg\",\n\t\"./icons/leap-web/two-tone-calendar-20.svg\": \"./src/icons/leap-web/two-tone-calendar-20.svg\",\n\t\"./icons/leap-web/two-tone-calendar-24.svg\": \"./src/icons/leap-web/two-tone-calendar-24.svg\",\n\t\"./icons/leap-web/two-tone-calendar-add-20.svg\": \"./src/icons/leap-web/two-tone-calendar-add-20.svg\",\n\t\"./icons/leap-web/two-tone-calendar-add-24.svg\": \"./src/icons/leap-web/two-tone-calendar-add-24.svg\",\n\t\"./icons/leap-web/two-tone-calendar-adjust-20.svg\": \"./src/icons/leap-web/two-tone-calendar-adjust-20.svg\",\n\t\"./icons/leap-web/two-tone-calendar-adjust-24.svg\": \"./src/icons/leap-web/two-tone-calendar-adjust-24.svg\",\n\t\"./icons/leap-web/two-tone-calendar-appointment-20.svg\": \"./src/icons/leap-web/two-tone-calendar-appointment-20.svg\",\n\t\"./icons/leap-web/two-tone-calendar-appointment-24.svg\": \"./src/icons/leap-web/two-tone-calendar-appointment-24.svg\",\n\t\"./icons/leap-web/two-tone-calendar-bell-20.svg\": \"./src/icons/leap-web/two-tone-calendar-bell-20.svg\",\n\t\"./icons/leap-web/two-tone-calendar-bell-24.svg\": \"./src/icons/leap-web/two-tone-calendar-bell-24.svg\",\n\t\"./icons/leap-web/two-tone-client-chat-20.svg\": \"./src/icons/leap-web/two-tone-client-chat-20.svg\",\n\t\"./icons/leap-web/two-tone-client-chat-24.svg\": \"./src/icons/leap-web/two-tone-client-chat-24.svg\",\n\t\"./icons/leap-web/two-tone-clipboard-multi-tick-20.svg\": \"./src/icons/leap-web/two-tone-clipboard-multi-tick-20.svg\",\n\t\"./icons/leap-web/two-tone-clipboard-multi-tick-24.svg\": \"./src/icons/leap-web/two-tone-clipboard-multi-tick-24.svg\",\n\t\"./icons/leap-web/two-tone-clipboard-tick-20.svg\": \"./src/icons/leap-web/two-tone-clipboard-tick-20.svg\",\n\t\"./icons/leap-web/two-tone-clipboard-tick-24.svg\": \"./src/icons/leap-web/two-tone-clipboard-tick-24.svg\",\n\t\"./icons/leap-web/two-tone-closure-20.svg\": \"./src/icons/leap-web/two-tone-closure-20.svg\",\n\t\"./icons/leap-web/two-tone-closure-24.svg\": \"./src/icons/leap-web/two-tone-closure-24.svg\",\n\t\"./icons/leap-web/two-tone-comment-20.svg\": \"./src/icons/leap-web/two-tone-comment-20.svg\",\n\t\"./icons/leap-web/two-tone-comment-24.svg\": \"./src/icons/leap-web/two-tone-comment-24.svg\",\n\t\"./icons/leap-web/two-tone-compare-20.svg\": \"./src/icons/leap-web/two-tone-compare-20.svg\",\n\t\"./icons/leap-web/two-tone-compare-24.svg\": \"./src/icons/leap-web/two-tone-compare-24.svg\",\n\t\"./icons/leap-web/two-tone-copy-24.svg\": \"./src/icons/leap-web/two-tone-copy-24.svg\",\n\t\"./icons/leap-web/two-tone-cost-recovery-dollar-20.svg\": \"./src/icons/leap-web/two-tone-cost-recovery-dollar-20.svg\",\n\t\"./icons/leap-web/two-tone-cost-recovery-dollar-24.svg\": \"./src/icons/leap-web/two-tone-cost-recovery-dollar-24.svg\",\n\t\"./icons/leap-web/two-tone-cost-recovery-pound-20.svg\": \"./src/icons/leap-web/two-tone-cost-recovery-pound-20.svg\",\n\t\"./icons/leap-web/two-tone-cost-recovery-pound-24.svg\": \"./src/icons/leap-web/two-tone-cost-recovery-pound-24.svg\",\n\t\"./icons/leap-web/two-tone-currency-dollar-20.svg\": \"./src/icons/leap-web/two-tone-currency-dollar-20.svg\",\n\t\"./icons/leap-web/two-tone-currency-dollar-24.svg\": \"./src/icons/leap-web/two-tone-currency-dollar-24.svg\",\n\t\"./icons/leap-web/two-tone-currency-euro-20.svg\": \"./src/icons/leap-web/two-tone-currency-euro-20.svg\",\n\t\"./icons/leap-web/two-tone-currency-euro-24.svg\": \"./src/icons/leap-web/two-tone-currency-euro-24.svg\",\n\t\"./icons/leap-web/two-tone-currency-pound-20.svg\": \"./src/icons/leap-web/two-tone-currency-pound-20.svg\",\n\t\"./icons/leap-web/two-tone-currency-pound-24.svg\": \"./src/icons/leap-web/two-tone-currency-pound-24.svg\",\n\t\"./icons/leap-web/two-tone-delete-20.svg\": \"./src/icons/leap-web/two-tone-delete-20.svg\",\n\t\"./icons/leap-web/two-tone-delete-24.svg\": \"./src/icons/leap-web/two-tone-delete-24.svg\",\n\t\"./icons/leap-web/two-tone-document-20.svg\": \"./src/icons/leap-web/two-tone-document-20.svg\",\n\t\"./icons/leap-web/two-tone-document-24.svg\": \"./src/icons/leap-web/two-tone-document-24.svg\",\n\t\"./icons/leap-web/two-tone-document-list-20.svg\": \"./src/icons/leap-web/two-tone-document-list-20.svg\",\n\t\"./icons/leap-web/two-tone-download-20.svg\": \"./src/icons/leap-web/two-tone-download-20.svg\",\n\t\"./icons/leap-web/two-tone-download-24.svg\": \"./src/icons/leap-web/two-tone-download-24.svg\",\n\t\"./icons/leap-web/two-tone-edit-20.svg\": \"./src/icons/leap-web/two-tone-edit-20.svg\",\n\t\"./icons/leap-web/two-tone-edit-24.svg\": \"./src/icons/leap-web/two-tone-edit-24.svg\",\n\t\"./icons/leap-web/two-tone-email-20.svg\": \"./src/icons/leap-web/two-tone-email-20.svg\",\n\t\"./icons/leap-web/two-tone-email-24.svg\": \"./src/icons/leap-web/two-tone-email-24.svg\",\n\t\"./icons/leap-web/two-tone-envelope-sent-20.svg\": \"./src/icons/leap-web/two-tone-envelope-sent-20.svg\",\n\t\"./icons/leap-web/two-tone-envelope-sent-24.svg\": \"./src/icons/leap-web/two-tone-envelope-sent-24.svg\",\n\t\"./icons/leap-web/two-tone-envelope-warning-20.svg\": \"./src/icons/leap-web/two-tone-envelope-warning-20.svg\",\n\t\"./icons/leap-web/two-tone-envelope-warning-24.svg\": \"./src/icons/leap-web/two-tone-envelope-warning-24.svg\",\n\t\"./icons/leap-web/two-tone-fee-dollar-20.svg\": \"./src/icons/leap-web/two-tone-fee-dollar-20.svg\",\n\t\"./icons/leap-web/two-tone-fee-dollar-24.svg\": \"./src/icons/leap-web/two-tone-fee-dollar-24.svg\",\n\t\"./icons/leap-web/two-tone-fee-pound-20.svg\": \"./src/icons/leap-web/two-tone-fee-pound-20.svg\",\n\t\"./icons/leap-web/two-tone-fee-pound-24.svg\": \"./src/icons/leap-web/two-tone-fee-pound-24.svg\",\n\t\"./icons/leap-web/two-tone-folder-20.svg\": \"./src/icons/leap-web/two-tone-folder-20.svg\",\n\t\"./icons/leap-web/two-tone-folder-24.svg\": \"./src/icons/leap-web/two-tone-folder-24.svg\",\n\t\"./icons/leap-web/two-tone-folder-cases-20.svg\": \"./src/icons/leap-web/two-tone-folder-cases-20.svg\",\n\t\"./icons/leap-web/two-tone-folder-cases-24.svg\": \"./src/icons/leap-web/two-tone-folder-cases-24.svg\",\n\t\"./icons/leap-web/two-tone-folder-matter-20.svg\": \"./src/icons/leap-web/two-tone-folder-matter-20.svg\",\n\t\"./icons/leap-web/two-tone-folder-matter-24.svg\": \"./src/icons/leap-web/two-tone-folder-matter-24.svg\",\n\t\"./icons/leap-web/two-tone-folder-new-20.svg\": \"./src/icons/leap-web/two-tone-folder-new-20.svg\",\n\t\"./icons/leap-web/two-tone-forms-20.svg\": \"./src/icons/leap-web/two-tone-forms-20.svg\",\n\t\"./icons/leap-web/two-tone-forms-24.svg\": \"./src/icons/leap-web/two-tone-forms-24.svg\",\n\t\"./icons/leap-web/two-tone-generator-20.svg\": \"./src/icons/leap-web/two-tone-generator-20.svg\",\n\t\"./icons/leap-web/two-tone-generator-24.svg\": \"./src/icons/leap-web/two-tone-generator-24.svg\",\n\t\"./icons/leap-web/two-tone-help-24.svg\": \"./src/icons/leap-web/two-tone-help-24.svg\",\n\t\"./icons/leap-web/two-tone-home-24.svg\": \"./src/icons/leap-web/two-tone-home-24.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-20.svg\": \"./src/icons/leap-web/two-tone-infotrack-20.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-24.svg\": \"./src/icons/leap-web/two-tone-infotrack-24.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-euro-20.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-euro-20.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-euro-24.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-euro-24.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-uk-20.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-uk-20.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-uk-24.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-uk-24.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-us-20.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-us-20.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-fee-us-24.svg\": \"./src/icons/leap-web/two-tone-infotrack-fee-us-24.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-search-20.svg\": \"./src/icons/leap-web/two-tone-infotrack-search-20.svg\",\n\t\"./icons/leap-web/two-tone-infotrack-search-24.svg\": \"./src/icons/leap-web/two-tone-infotrack-search-24.svg\",\n\t\"./icons/leap-web/two-tone-integrations-20.svg\": \"./src/icons/leap-web/two-tone-integrations-20.svg\",\n\t\"./icons/leap-web/two-tone-integrations-24.svg\": \"./src/icons/leap-web/two-tone-integrations-24.svg\",\n\t\"./icons/leap-web/two-tone-invoice-20.svg\": \"./src/icons/leap-web/two-tone-invoice-20.svg\",\n\t\"./icons/leap-web/two-tone-invoice-24.svg\": \"./src/icons/leap-web/two-tone-invoice-24.svg\",\n\t\"./icons/leap-web/two-tone-journal-20.svg\": \"./src/icons/leap-web/two-tone-journal-20.svg\",\n\t\"./icons/leap-web/two-tone-journal-24.svg\": \"./src/icons/leap-web/two-tone-journal-24.svg\",\n\t\"./icons/leap-web/two-tone-journal-credit-20.svg\": \"./src/icons/leap-web/two-tone-journal-credit-20.svg\",\n\t\"./icons/leap-web/two-tone-journal-credit24.svg\": \"./src/icons/leap-web/two-tone-journal-credit24.svg\",\n\t\"./icons/leap-web/two-tone-journal-refund-20.svg\": \"./src/icons/leap-web/two-tone-journal-refund-20.svg\",\n\t\"./icons/leap-web/two-tone-journal-refund-24.svg\": \"./src/icons/leap-web/two-tone-journal-refund-24.svg\",\n\t\"./icons/leap-web/two-tone-journal-remove-20.svg\": \"./src/icons/leap-web/two-tone-journal-remove-20.svg\",\n\t\"./icons/leap-web/two-tone-journal-remove-24.svg\": \"./src/icons/leap-web/two-tone-journal-remove-24.svg\",\n\t\"./icons/leap-web/two-tone-leap-legs-24.svg\": \"./src/icons/leap-web/two-tone-leap-legs-24.svg\",\n\t\"./icons/leap-web/two-tone-ledger-20.svg\": \"./src/icons/leap-web/two-tone-ledger-20.svg\",\n\t\"./icons/leap-web/two-tone-ledger-24.svg\": \"./src/icons/leap-web/two-tone-ledger-24.svg\",\n\t\"./icons/leap-web/two-tone-letter-20.svg\": \"./src/icons/leap-web/two-tone-letter-20.svg\",\n\t\"./icons/leap-web/two-tone-letter-24.svg\": \"./src/icons/leap-web/two-tone-letter-24.svg\",\n\t\"./icons/leap-web/two-tone-matter-ai-20.svg\": \"./src/icons/leap-web/two-tone-matter-ai-20.svg\",\n\t\"./icons/leap-web/two-tone-matter-ai-24.svg\": \"./src/icons/leap-web/two-tone-matter-ai-24.svg\",\n\t\"./icons/leap-web/two-tone-move-20.svg\": \"./src/icons/leap-web/two-tone-move-20.svg\",\n\t\"./icons/leap-web/two-tone-move-24.svg\": \"./src/icons/leap-web/two-tone-move-24.svg\",\n\t\"./icons/leap-web/two-tone-new-account-20.svg\": \"./src/icons/leap-web/two-tone-new-account-20.svg\",\n\t\"./icons/leap-web/two-tone-new-account-24.svg\": \"./src/icons/leap-web/two-tone-new-account-24.svg\",\n\t\"./icons/leap-web/two-tone-new-anticipated-20.svg\": \"./src/icons/leap-web/two-tone-new-anticipated-20.svg\",\n\t\"./icons/leap-web/two-tone-new-anticipated-24.svg\": \"./src/icons/leap-web/two-tone-new-anticipated-24.svg\",\n\t\"./icons/leap-web/two-tone-other-24.svg\": \"./src/icons/leap-web/two-tone-other-24.svg\",\n\t\"./icons/leap-web/two-tone-packet-20.svg\": \"./src/icons/leap-web/two-tone-packet-20.svg\",\n\t\"./icons/leap-web/two-tone-packet-24.svg\": \"./src/icons/leap-web/two-tone-packet-24.svg\",\n\t\"./icons/leap-web/two-tone-packets-20.svg\": \"./src/icons/leap-web/two-tone-packets-20.svg\",\n\t\"./icons/leap-web/two-tone-packets-24.svg\": \"./src/icons/leap-web/two-tone-packets-24.svg\",\n\t\"./icons/leap-web/two-tone-payment-20.svg\": \"./src/icons/leap-web/two-tone-payment-20.svg\",\n\t\"./icons/leap-web/two-tone-payment-24.svg\": \"./src/icons/leap-web/two-tone-payment-24.svg\",\n\t\"./icons/leap-web/two-tone-pdf-20.svg\": \"./src/icons/leap-web/two-tone-pdf-20.svg\",\n\t\"./icons/leap-web/two-tone-pdf-24.svg\": \"./src/icons/leap-web/two-tone-pdf-24.svg\",\n\t\"./icons/leap-web/two-tone-print-20.svg\": \"./src/icons/leap-web/two-tone-print-20.svg\",\n\t\"./icons/leap-web/two-tone-print-24.svg\": \"./src/icons/leap-web/two-tone-print-24.svg\",\n\t\"./icons/leap-web/two-tone-receipt-20.svg\": \"./src/icons/leap-web/two-tone-receipt-20.svg\",\n\t\"./icons/leap-web/two-tone-receipt-24.svg\": \"./src/icons/leap-web/two-tone-receipt-24.svg\",\n\t\"./icons/leap-web/two-tone-rename-20.svg\": \"./src/icons/leap-web/two-tone-rename-20.svg\",\n\t\"./icons/leap-web/two-tone-rename-24.svg\": \"./src/icons/leap-web/two-tone-rename-24.svg\",\n\t\"./icons/leap-web/two-tone-reports-24.svg\": \"./src/icons/leap-web/two-tone-reports-24.svg\",\n\t\"./icons/leap-web/two-tone-research-lawy-20.svg\": \"./src/icons/leap-web/two-tone-research-lawy-20.svg\",\n\t\"./icons/leap-web/two-tone-research-lawy-24.svg\": \"./src/icons/leap-web/two-tone-research-lawy-24.svg\",\n\t\"./icons/leap-web/two-tone-share-20.svg\": \"./src/icons/leap-web/two-tone-share-20.svg\",\n\t\"./icons/leap-web/two-tone-share-24.svg\": \"./src/icons/leap-web/two-tone-share-24.svg\",\n\t\"./icons/leap-web/two-tone-share-settings-20.svg\": \"./src/icons/leap-web/two-tone-share-settings-20.svg\",\n\t\"./icons/leap-web/two-tone-share-settings-24.svg\": \"./src/icons/leap-web/two-tone-share-settings-24.svg\",\n\t\"./icons/leap-web/two-tone-sign-20.svg\": \"./src/icons/leap-web/two-tone-sign-20.svg\",\n\t\"./icons/leap-web/two-tone-sign-24.svg\": \"./src/icons/leap-web/two-tone-sign-24.svg\",\n\t\"./icons/leap-web/two-tone-split-20.svg\": \"./src/icons/leap-web/two-tone-split-20.svg\",\n\t\"./icons/leap-web/two-tone-split-invoice-20.svg\": \"./src/icons/leap-web/two-tone-split-invoice-20.svg\",\n\t\"./icons/leap-web/two-tone-split-invoice-24.svg\": \"./src/icons/leap-web/two-tone-split-invoice-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-20.svg\": \"./src/icons/leap-web/two-tone-teams-call-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-24.svg\": \"./src/icons/leap-web/two-tone-teams-call-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-connect-20.svg\": \"./src/icons/leap-web/two-tone-teams-call-connect-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-connect-24.svg\": \"./src/icons/leap-web/two-tone-teams-call-connect-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-inbound-20.svg\": \"./src/icons/leap-web/two-tone-teams-call-inbound-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-call-inbound-24.svg\": \"./src/icons/leap-web/two-tone-teams-call-inbound-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-document-20.svg\": \"./src/icons/leap-web/two-tone-teams-document-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-document-24.svg\": \"./src/icons/leap-web/two-tone-teams-document-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-send-20.svg\": \"./src/icons/leap-web/two-tone-teams-send-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-send-24.svg\": \"./src/icons/leap-web/two-tone-teams-send-24.svg\",\n\t\"./icons/leap-web/two-tone-teams-send-matter-20.svg\": \"./src/icons/leap-web/two-tone-teams-send-matter-20.svg\",\n\t\"./icons/leap-web/two-tone-teams-send-matter-24.svg\": \"./src/icons/leap-web/two-tone-teams-send-matter-24.svg\",\n\t\"./icons/leap-web/two-tone-templates-20.svg\": \"./src/icons/leap-web/two-tone-templates-20.svg\",\n\t\"./icons/leap-web/two-tone-templates-24.svg\": \"./src/icons/leap-web/two-tone-templates-24.svg\",\n\t\"./icons/leap-web/two-tone-time-entry-20.svg\": \"./src/icons/leap-web/two-tone-time-entry-20.svg\",\n\t\"./icons/leap-web/two-tone-time-entry-24.svg\": \"./src/icons/leap-web/two-tone-time-entry-24.svg\",\n\t\"./icons/leap-web/two-tone-timer-20.svg\": \"./src/icons/leap-web/two-tone-timer-20.svg\",\n\t\"./icons/leap-web/two-tone-timer-add-20.svg\": \"./src/icons/leap-web/two-tone-timer-add-20.svg\",\n\t\"./icons/leap-web/two-tone-timesheets-20.svg\": \"./src/icons/leap-web/two-tone-timesheets-20.svg\",\n\t\"./icons/leap-web/two-tone-transaction-dollar-20.svg\": \"./src/icons/leap-web/two-tone-transaction-dollar-20.svg\",\n\t\"./icons/leap-web/two-tone-transaction-dollar-24.svg\": \"./src/icons/leap-web/two-tone-transaction-dollar-24.svg\",\n\t\"./icons/leap-web/two-tone-transaction-euro-20.svg\": \"./src/icons/leap-web/two-tone-transaction-euro-20.svg\",\n\t\"./icons/leap-web/two-tone-transaction-euro-24.svg\": \"./src/icons/leap-web/two-tone-transaction-euro-24.svg\",\n\t\"./icons/leap-web/two-tone-transaction-pound-20.svg\": \"./src/icons/leap-web/two-tone-transaction-pound-20.svg\",\n\t\"./icons/leap-web/two-tone-transaction-pound-24.svg\": \"./src/icons/leap-web/two-tone-transaction-pound-24.svg\",\n\t\"./icons/leap-web/two-tone-transfer-20.svg\": \"./src/icons/leap-web/two-tone-transfer-20.svg\",\n\t\"./icons/leap-web/two-tone-transfer-24.svg\": \"./src/icons/leap-web/two-tone-transfer-24.svg\",\n\t\"./icons/leap-web/two-tone-trust-investment-20.svg\": \"./src/icons/leap-web/two-tone-trust-investment-20.svg\",\n\t\"./icons/leap-web/two-tone-trust-investment-24.svg\": \"./src/icons/leap-web/two-tone-trust-investment-24.svg\",\n\t\"./icons/leap-web/two-tone-trust-payment-20.svg\": \"./src/icons/leap-web/two-tone-trust-payment-20.svg\",\n\t\"./icons/leap-web/two-tone-trust-payment-24.svg\": \"./src/icons/leap-web/two-tone-trust-payment-24.svg\",\n\t\"./icons/leap-web/two-tone-trust-protected-20.svg\": \"./src/icons/leap-web/two-tone-trust-protected-20.svg\",\n\t\"./icons/leap-web/two-tone-trust-protected-24.svg\": \"./src/icons/leap-web/two-tone-trust-protected-24.svg\",\n\t\"./icons/leap-web/two-tone-trust-receipt-20.svg\": \"./src/icons/leap-web/two-tone-trust-receipt-20.svg\",\n\t\"./icons/leap-web/two-tone-trust-receipt-24.svg\": \"./src/icons/leap-web/two-tone-trust-receipt-24.svg\",\n\t\"./icons/leap-web/two-tone-trust-to-office-20.svg\": \"./src/icons/leap-web/two-tone-trust-to-office-20.svg\",\n\t\"./icons/leap-web/two-tone-trust-to-office-24.svg\": \"./src/icons/leap-web/two-tone-trust-to-office-24.svg\",\n\t\"./icons/leap-web/two-tone-unpaid-anticipated-20.svg\": \"./src/icons/leap-web/two-tone-unpaid-anticipated-20.svg\",\n\t\"./icons/leap-web/two-tone-unpaid-anticipated-24.svg\": \"./src/icons/leap-web/two-tone-unpaid-anticipated-24.svg\",\n\t\"./icons/leap-web/two-tone-upload-20.svg\": \"./src/icons/leap-web/two-tone-upload-20.svg\",\n\t\"./icons/leap-web/two-tone-upload-24.svg\": \"./src/icons/leap-web/two-tone-upload-24.svg\",\n\t\"./icons/leap-web/two-tone-user-anticipated-20.svg\": \"./src/icons/leap-web/two-tone-user-anticipated-20.svg\",\n\t\"./icons/leap-web/two-tone-user-anticipated-24.svg\": \"./src/icons/leap-web/two-tone-user-anticipated-24.svg\",\n\t\"./icons/leap-web/two-tone-user-question-20.svg\": \"./src/icons/leap-web/two-tone-user-question-20.svg\",\n\t\"./icons/leap-web/underline-20.svg\": \"./src/icons/leap-web/underline-20.svg\",\n\t\"./icons/leap-web/undo-20.svg\": \"./src/icons/leap-web/undo-20.svg\",\n\t\"./icons/leap-web/unflag-16.svg\": \"./src/icons/leap-web/unflag-16.svg\",\n\t\"./icons/leap-web/unflag-20.svg\": \"./src/icons/leap-web/unflag-20.svg\",\n\t\"./icons/leap-web/unlock-16.svg\": \"./src/icons/leap-web/unlock-16.svg\",\n\t\"./icons/leap-web/unlock-20.svg\": \"./src/icons/leap-web/unlock-20.svg\",\n\t\"./icons/leap-web/unpin-16.svg\": \"./src/icons/leap-web/unpin-16.svg\",\n\t\"./icons/leap-web/unpin-20.svg\": \"./src/icons/leap-web/unpin-20.svg\",\n\t\"./icons/leap-web/upload-20.svg\": \"./src/icons/leap-web/upload-20.svg\",\n\t\"./icons/leap-web/uploading-20.svg\": \"./src/icons/leap-web/uploading-20.svg\",\n\t\"./icons/leap-web/user-16.svg\": \"./src/icons/leap-web/user-16.svg\",\n\t\"./icons/leap-web/user-20.svg\": \"./src/icons/leap-web/user-20.svg\",\n\t\"./icons/leap-web/user-add-16.svg\": \"./src/icons/leap-web/user-add-16.svg\",\n\t\"./icons/leap-web/user-add-20.svg\": \"./src/icons/leap-web/user-add-20.svg\",\n\t\"./icons/leap-web/user-delete-16.svg\": \"./src/icons/leap-web/user-delete-16.svg\",\n\t\"./icons/leap-web/user-delete-20.svg\": \"./src/icons/leap-web/user-delete-20.svg\",\n\t\"./icons/leap-web/user-link-16.svg\": \"./src/icons/leap-web/user-link-16.svg\",\n\t\"./icons/leap-web/user-link-20.svg\": \"./src/icons/leap-web/user-link-20.svg\",\n\t\"./icons/leap-web/user-lock-16.svg\": \"./src/icons/leap-web/user-lock-16.svg\",\n\t\"./icons/leap-web/user-lock-20.svg\": \"./src/icons/leap-web/user-lock-20.svg\",\n\t\"./icons/leap-web/user-question-16.svg\": \"./src/icons/leap-web/user-question-16.svg\",\n\t\"./icons/leap-web/user-question-20.svg\": \"./src/icons/leap-web/user-question-20.svg\",\n\t\"./icons/leap-web/user-tick-16.svg\": \"./src/icons/leap-web/user-tick-16.svg\",\n\t\"./icons/leap-web/user-tick-20.svg\": \"./src/icons/leap-web/user-tick-20.svg\",\n\t\"./icons/leap-web/users-16.svg\": \"./src/icons/leap-web/users-16.svg\",\n\t\"./icons/leap-web/users-20.svg\": \"./src/icons/leap-web/users-20.svg\",\n\t\"./icons/leap-web/visible-16.svg\": \"./src/icons/leap-web/visible-16.svg\",\n\t\"./icons/leap-web/visible-20.svg\": \"./src/icons/leap-web/visible-20.svg\",\n\t\"./icons/leap-web/warning-12.svg\": \"./src/icons/leap-web/warning-12.svg\",\n\t\"./icons/leap-web/warning-16.svg\": \"./src/icons/leap-web/warning-16.svg\",\n\t\"./icons/leap-web/warning-20.svg\": \"./src/icons/leap-web/warning-20.svg\",\n\t\"./icons/leap-web/xero-20.svg\": \"./src/icons/leap-web/xero-20.svg\",\n\t\"./icons/misc/facebook.svg\": \"./src/icons/misc/facebook.svg\",\n\t\"./icons/misc/google.svg\": \"./src/icons/misc/google.svg\",\n\t\"./icons/misc/no-result-details-data.svg\": \"./src/icons/misc/no-result-details-data.svg\",\n\t\"./icons/misc/no-result-document-comments.svg\": \"./src/icons/misc/no-result-document-comments.svg\",\n\t\"./icons/misc/no-result-document-details.svg\": \"./src/icons/misc/no-result-document-details.svg\",\n\t\"./icons/misc/no-result-file-too-large.svg\": \"./src/icons/misc/no-result-file-too-large.svg\",\n\t\"./icons/misc/no-result-no-comments.svg\": \"./src/icons/misc/no-result-no-comments.svg\",\n\t\"./icons/misc/no-result-no-trust-data.svg\": \"./src/icons/misc/no-result-no-trust-data.svg\",\n\t\"./icons/misc/no-result-server-error.svg\": \"./src/icons/misc/no-result-server-error.svg\",\n\t\"./icons/misc/onboarding-comment-reply.svg\": \"./src/icons/misc/onboarding-comment-reply.svg\",\n\t\"./icons/misc/onboarding-share-documents.svg\": \"./src/icons/misc/onboarding-share-documents.svg\",\n\t\"./icons/misc/onboarding-welcome-lawconnect.svg\": \"./src/icons/misc/onboarding-welcome-lawconnect.svg\",\n\t\"./icons/social/facebook.svg\": \"./src/icons/social/facebook.svg\",\n\t\"./icons/social/google.svg\": \"./src/icons/social/google.svg\",\n\t\"./icons/social/linkedin.svg\": \"./src/icons/social/linkedin.svg\",\n\t\"./icons/social/microsoft.svg\": \"./src/icons/social/microsoft.svg\",\n\t\"./icons/two-tone/analytics.svg\": \"./src/icons/two-tone/analytics.svg\",\n\t\"./icons/two-tone/api.svg\": \"./src/icons/two-tone/api.svg\",\n\t\"./icons/two-tone/apps.svg\": \"./src/icons/two-tone/apps.svg\",\n\t\"./icons/two-tone/arrow-down-circle.svg\": \"./src/icons/two-tone/arrow-down-circle.svg\",\n\t\"./icons/two-tone/arrow-down.svg\": \"./src/icons/two-tone/arrow-down.svg\",\n\t\"./icons/two-tone/arrow-left-circle.svg\": \"./src/icons/two-tone/arrow-left-circle.svg\",\n\t\"./icons/two-tone/arrow-left.svg\": \"./src/icons/two-tone/arrow-left.svg\",\n\t\"./icons/two-tone/arrow-right-circle-16.svg\": \"./src/icons/two-tone/arrow-right-circle-16.svg\",\n\t\"./icons/two-tone/arrow-right-circle.svg\": \"./src/icons/two-tone/arrow-right-circle.svg\",\n\t\"./icons/two-tone/arrow-right.svg\": \"./src/icons/two-tone/arrow-right.svg\",\n\t\"./icons/two-tone/arrow-up-circle.svg\": \"./src/icons/two-tone/arrow-up-circle.svg\",\n\t\"./icons/two-tone/arrow-up.svg\": \"./src/icons/two-tone/arrow-up.svg\",\n\t\"./icons/two-tone/attachments.svg\": \"./src/icons/two-tone/attachments.svg\",\n\t\"./icons/two-tone/back-to-bottom.svg\": \"./src/icons/two-tone/back-to-bottom.svg\",\n\t\"./icons/two-tone/back-to-top.svg\": \"./src/icons/two-tone/back-to-top.svg\",\n\t\"./icons/two-tone/back.svg\": \"./src/icons/two-tone/back.svg\",\n\t\"./icons/two-tone/bin.svg\": \"./src/icons/two-tone/bin.svg\",\n\t\"./icons/two-tone/business.svg\": \"./src/icons/two-tone/business.svg\",\n\t\"./icons/two-tone/calculator.svg\": \"./src/icons/two-tone/calculator.svg\",\n\t\"./icons/two-tone/calendar.svg\": \"./src/icons/two-tone/calendar.svg\",\n\t\"./icons/two-tone/cases.svg\": \"./src/icons/two-tone/cases.svg\",\n\t\"./icons/two-tone/city.svg\": \"./src/icons/two-tone/city.svg\",\n\t\"./icons/two-tone/close.svg\": \"./src/icons/two-tone/close.svg\",\n\t\"./icons/two-tone/collapse-menu.svg\": \"./src/icons/two-tone/collapse-menu.svg\",\n\t\"./icons/two-tone/collapse.svg\": \"./src/icons/two-tone/collapse.svg\",\n\t\"./icons/two-tone/comment.svg\": \"./src/icons/two-tone/comment.svg\",\n\t\"./icons/two-tone/contacts.svg\": \"./src/icons/two-tone/contacts.svg\",\n\t\"./icons/two-tone/correspondence.svg\": \"./src/icons/two-tone/correspondence.svg\",\n\t\"./icons/two-tone/creditcard.svg\": \"./src/icons/two-tone/creditcard.svg\",\n\t\"./icons/two-tone/desktop.svg\": \"./src/icons/two-tone/desktop.svg\",\n\t\"./icons/two-tone/download-document.svg\": \"./src/icons/two-tone/download-document.svg\",\n\t\"./icons/two-tone/download.svg\": \"./src/icons/two-tone/download.svg\",\n\t\"./icons/two-tone/edit.svg\": \"./src/icons/two-tone/edit.svg\",\n\t\"./icons/two-tone/error-circle.svg\": \"./src/icons/two-tone/error-circle.svg\",\n\t\"./icons/two-tone/expand-menu.svg\": \"./src/icons/two-tone/expand-menu.svg\",\n\t\"./icons/two-tone/expand.svg\": \"./src/icons/two-tone/expand.svg\",\n\t\"./icons/two-tone/feedback.svg\": \"./src/icons/two-tone/feedback.svg\",\n\t\"./icons/two-tone/files.svg\": \"./src/icons/two-tone/files.svg\",\n\t\"./icons/two-tone/filter.svg\": \"./src/icons/two-tone/filter.svg\",\n\t\"./icons/two-tone/firms.svg\": \"./src/icons/two-tone/firms.svg\",\n\t\"./icons/two-tone/folder.svg\": \"./src/icons/two-tone/folder.svg\",\n\t\"./icons/two-tone/grid.svg\": \"./src/icons/two-tone/grid.svg\",\n\t\"./icons/two-tone/info-circle.svg\": \"./src/icons/two-tone/info-circle.svg\",\n\t\"./icons/two-tone/instances.svg\": \"./src/icons/two-tone/instances.svg\",\n\t\"./icons/two-tone/kebab-horizontal.svg\": \"./src/icons/two-tone/kebab-horizontal.svg\",\n\t\"./icons/two-tone/kebab-loader.svg\": \"./src/icons/two-tone/kebab-loader.svg\",\n\t\"./icons/two-tone/kebab-vertical.svg\": \"./src/icons/two-tone/kebab-vertical.svg\",\n\t\"./icons/two-tone/list.svg\": \"./src/icons/two-tone/list.svg\",\n\t\"./icons/two-tone/location.svg\": \"./src/icons/two-tone/location.svg\",\n\t\"./icons/two-tone/marketplace.svg\": \"./src/icons/two-tone/marketplace.svg\",\n\t\"./icons/two-tone/matters.svg\": \"./src/icons/two-tone/matters.svg\",\n\t\"./icons/two-tone/menu.svg\": \"./src/icons/two-tone/menu.svg\",\n\t\"./icons/two-tone/minus-circle.svg\": \"./src/icons/two-tone/minus-circle.svg\",\n\t\"./icons/two-tone/mobile.svg\": \"./src/icons/two-tone/mobile.svg\",\n\t\"./icons/two-tone/more.svg\": \"./src/icons/two-tone/more.svg\",\n\t\"./icons/two-tone/open-external.svg\": \"./src/icons/two-tone/open-external.svg\",\n\t\"./icons/two-tone/panel-toggle.svg\": \"./src/icons/two-tone/panel-toggle.svg\",\n\t\"./icons/two-tone/percentage.svg\": \"./src/icons/two-tone/percentage.svg\",\n\t\"./icons/two-tone/plus-circle.svg\": \"./src/icons/two-tone/plus-circle.svg\",\n\t\"./icons/two-tone/point.svg\": \"./src/icons/two-tone/point.svg\",\n\t\"./icons/two-tone/printer.svg\": \"./src/icons/two-tone/printer.svg\",\n\t\"./icons/two-tone/product.svg\": \"./src/icons/two-tone/product.svg\",\n\t\"./icons/two-tone/recent.svg\": \"./src/icons/two-tone/recent.svg\",\n\t\"./icons/two-tone/reply.svg\": \"./src/icons/two-tone/reply.svg\",\n\t\"./icons/two-tone/reset.svg\": \"./src/icons/two-tone/reset.svg\",\n\t\"./icons/two-tone/resources.svg\": \"./src/icons/two-tone/resources.svg\",\n\t\"./icons/two-tone/search.svg\": \"./src/icons/two-tone/search.svg\",\n\t\"./icons/two-tone/settings.svg\": \"./src/icons/two-tone/settings.svg\",\n\t\"./icons/two-tone/signature.svg\": \"./src/icons/two-tone/signature.svg\",\n\t\"./icons/two-tone/sort.svg\": \"./src/icons/two-tone/sort.svg\",\n\t\"./icons/two-tone/spinner.svg\": \"./src/icons/two-tone/spinner.svg\",\n\t\"./icons/two-tone/subscriptions.svg\": \"./src/icons/two-tone/subscriptions.svg\",\n\t\"./icons/two-tone/support.svg\": \"./src/icons/two-tone/support.svg\",\n\t\"./icons/two-tone/tick-circle.svg\": \"./src/icons/two-tone/tick-circle.svg\",\n\t\"./icons/two-tone/tick.svg\": \"./src/icons/two-tone/tick.svg\",\n\t\"./icons/two-tone/time.svg\": \"./src/icons/two-tone/time.svg\",\n\t\"./icons/two-tone/upload.svg\": \"./src/icons/two-tone/upload.svg\",\n\t\"./icons/two-tone/users-outline.svg\": \"./src/icons/two-tone/users-outline.svg\",\n\t\"./icons/two-tone/users.svg\": \"./src/icons/two-tone/users.svg\",\n\t\"./icons/two-tone/warning-outline.svg\": \"./src/icons/two-tone/warning-outline.svg\",\n\t\"./icons/two-tone/water.svg\": \"./src/icons/two-tone/water.svg\",\n\t\"./icons/two-tone/web.svg\": \"./src/icons/two-tone/web.svg\",\n\t\"./illustrations/orion/access-cloud.svg\": \"./src/illustrations/orion/access-cloud.svg\",\n\t\"./illustrations/orion/collaboration.svg\": \"./src/illustrations/orion/collaboration.svg\",\n\t\"./illustrations/orion/doc.svg\": \"./src/illustrations/orion/doc.svg\",\n\t\"./illustrations/orion/email-verify.svg\": \"./src/illustrations/orion/email-verify.svg\",\n\t\"./illustrations/orion/facebook.svg\": \"./src/illustrations/orion/facebook.svg\",\n\t\"./illustrations/orion/google.svg\": \"./src/illustrations/orion/google.svg\",\n\t\"./illustrations/orion/linkedin.svg\": \"./src/illustrations/orion/linkedin.svg\",\n\t\"./illustrations/orion/no-result-details-data.svg\": \"./src/illustrations/orion/no-result-details-data.svg\",\n\t\"./illustrations/orion/no-result-document-comments.svg\": \"./src/illustrations/orion/no-result-document-comments.svg\",\n\t\"./illustrations/orion/no-result-document-details.svg\": \"./src/illustrations/orion/no-result-document-details.svg\",\n\t\"./illustrations/orion/no-result-file-too-large.svg\": \"./src/illustrations/orion/no-result-file-too-large.svg\",\n\t\"./illustrations/orion/no-result-no-comments.svg\": \"./src/illustrations/orion/no-result-no-comments.svg\",\n\t\"./illustrations/orion/no-result-no-trust-data.svg\": \"./src/illustrations/orion/no-result-no-trust-data.svg\",\n\t\"./illustrations/orion/no-result-server-error.svg\": \"./src/illustrations/orion/no-result-server-error.svg\",\n\t\"./illustrations/orion/onboarding-comment-reply.svg\": \"./src/illustrations/orion/onboarding-comment-reply.svg\",\n\t\"./illustrations/orion/onboarding-share-documents.svg\": \"./src/illustrations/orion/onboarding-share-documents.svg\",\n\t\"./illustrations/orion/onboarding-welcome-lawconnect.svg\": \"./src/illustrations/orion/onboarding-welcome-lawconnect.svg\",\n\t\"./illustrations/orion/safe-doc.svg\": \"./src/illustrations/orion/safe-doc.svg\",\n\t\"./illustrations/sirius/AnticipatedPayments-Euro.svg\": \"./src/illustrations/sirius/AnticipatedPayments-Euro.svg\",\n\t\"./illustrations/sirius/AnticipatedPayments-Pound.svg\": \"./src/illustrations/sirius/AnticipatedPayments-Pound.svg\",\n\t\"./illustrations/sirius/AnticipatedPayments.svg\": \"./src/illustrations/sirius/AnticipatedPayments.svg\",\n\t\"./illustrations/sirius/Border.svg\": \"./src/illustrations/sirius/Border.svg\",\n\t\"./illustrations/sirius/CreditLedger-Euro.svg\": \"./src/illustrations/sirius/CreditLedger-Euro.svg\",\n\t\"./illustrations/sirius/CreditLedger-Pound.svg\": \"./src/illustrations/sirius/CreditLedger-Pound.svg\",\n\t\"./illustrations/sirius/CreditLedger.svg\": \"./src/illustrations/sirius/CreditLedger.svg\",\n\t\"./illustrations/sirius/Default.svg\": \"./src/illustrations/sirius/Default.svg\",\n\t\"./illustrations/sirius/NoCorrespondance.svg\": \"./src/illustrations/sirius/NoCorrespondance.svg\",\n\t\"./illustrations/sirius/NoUnscheduledCriticalDates.svg\": \"./src/illustrations/sirius/NoUnscheduledCriticalDates.svg\",\n\t\"./illustrations/sirius/NoUnsheduledTasks.svg\": \"./src/illustrations/sirius/NoUnsheduledTasks.svg\",\n\t\"./illustrations/sirius/PaymentsAndDebtors-Euro.svg\": \"./src/illustrations/sirius/PaymentsAndDebtors-Euro.svg\",\n\t\"./illustrations/sirius/PaymentsAndDebtors-Pound.svg\": \"./src/illustrations/sirius/PaymentsAndDebtors-Pound.svg\",\n\t\"./illustrations/sirius/PaymentsAndDebtors.svg\": \"./src/illustrations/sirius/PaymentsAndDebtors.svg\",\n\t\"./illustrations/sirius/TimeAndFees.svg\": \"./src/illustrations/sirius/TimeAndFees.svg\",\n\t\"./illustrations/sirius/TrustFunds-Euro.svg\": \"./src/illustrations/sirius/TrustFunds-Euro.svg\",\n\t\"./illustrations/sirius/TrustFunds-Pound.svg\": \"./src/illustrations/sirius/TrustFunds-Pound.svg\",\n\t\"./illustrations/sirius/TrustFunds.svg\": \"./src/illustrations/sirius/TrustFunds.svg\",\n\t\"./images/bylawyers/auth-header-logo-dark.svg\": \"./src/images/bylawyers/auth-header-logo-dark.svg\",\n\t\"./images/bylawyers/auth-header-logo.svg\": \"./src/images/bylawyers/auth-header-logo.svg\",\n\t\"./images/bylawyers/header-logo-short.svg\": \"./src/images/bylawyers/header-logo-short.svg\",\n\t\"./images/bylawyers/header-logo.svg\": \"./src/images/bylawyers/header-logo.svg\",\n\t\"./images/bylawyers/unsupported-document.svg\": \"./src/images/bylawyers/unsupported-document.svg\",\n\t\"./images/bylawyers/wa-city.svg\": \"./src/images/bylawyers/wa-city.svg\",\n\t\"./images/bylawyers/wa-empty-dots.svg\": \"./src/images/bylawyers/wa-empty-dots.svg\",\n\t\"./images/lawconnect/header-logo-short.svg\": \"./src/images/lawconnect/header-logo-short.svg\",\n\t\"./images/lawconnect/logos/lawconnect-icon-reverse.svg\": \"./src/images/lawconnect/logos/lawconnect-icon-reverse.svg\",\n\t\"./images/lawconnect/logos/lawconnect-icon-sky-blue.svg\": \"./src/images/lawconnect/logos/lawconnect-icon-sky-blue.svg\",\n\t\"./images/lawconnect/logos/lawconnect-lcon.svg\": \"./src/images/lawconnect/logos/lawconnect-lcon.svg\",\n\t\"./images/lawconnect/logos/lawconnect-logo-reverse-mono.svg\": \"./src/images/lawconnect/logos/lawconnect-logo-reverse-mono.svg\",\n\t\"./images/lawconnect/logos/lawconnect-logo-reverse.svg\": \"./src/images/lawconnect/logos/lawconnect-logo-reverse.svg\",\n\t\"./images/lawconnect/logos/lawconnect-logo.svg\": \"./src/images/lawconnect/logos/lawconnect-logo.svg\",\n\t\"./images/lawconnect/logos/lawconnect-poweredby-logo-mono.svg\": \"./src/images/lawconnect/logos/lawconnect-poweredby-logo-mono.svg\",\n\t\"./images/lawconnect/logos/lawconnect-poweredby-logo-reverse-mono.svg\": \"./src/images/lawconnect/logos/lawconnect-poweredby-logo-reverse-mono.svg\",\n\t\"./images/lawconnect/logos/lawconnect-poweredby-logo.svg\": \"./src/images/lawconnect/logos/lawconnect-poweredby-logo.svg\",\n\t\"./images/lawconnect/powerby-lawconnect.svg\": \"./src/images/lawconnect/powerby-lawconnect.svg\",\n\t\"./images/leap/auth-header-logo-dark.svg\": \"./src/images/leap/auth-header-logo-dark.svg\",\n\t\"./images/leap/auth-header-logo.svg\": \"./src/images/leap/auth-header-logo.svg\",\n\t\"./images/leap/header-logo-short.svg\": \"./src/images/leap/header-logo-short.svg\",\n\t\"./images/leap/header-logo.svg\": \"./src/images/leap/header-logo.svg\",\n\t\"./images/leap/search-bg.svg\": \"./src/images/leap/search-bg.svg\",\n\t\"./images/titlex/auth-header-logo-dark.svg\": \"./src/images/titlex/auth-header-logo-dark.svg\",\n\t\"./images/titlex/auth-header-logo.svg\": \"./src/images/titlex/auth-header-logo.svg\",\n\t\"./images/titlex/header-logo-short.svg\": \"./src/images/titlex/header-logo-short.svg\",\n\t\"./images/titlex/header-logo.svg\": \"./src/images/titlex/header-logo.svg\"\n};\n\n\nfunction webpackContext(req) {\n\tvar id = webpackContextResolve(req);\n\treturn __webpack_require__(id);\n}\nfunction webpackContextResolve(req) {\n\tif(!__webpack_require__.o(map, req)) {\n\t\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\t\te.code = 'MODULE_NOT_FOUND';\n\t\tthrow e;\n\t}\n\treturn map[req];\n}\nwebpackContext.keys = function webpackContextKeys() {\n\treturn Object.keys(map);\n};\nwebpackContext.resolve = webpackContextResolve;\nmodule.exports = webpackContext;\nwebpackContext.id = \"./src sync recursive \\\\.svg$\";\n\n//# sourceURL=webpack://@leapdev/gui-icons/./src/_sync_\\.svg$?");
|
|
13274
13483
|
|
|
13275
13484
|
/***/ }),
|
|
13276
13485
|
|