@opengeoweb/theme 9.19.1 → 9.20.2
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/index.esm.js +1043 -728
- package/package.json +2 -2
package/index.esm.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
2
|
import { SvgIcon, createTheme as createTheme$1, ThemeProvider as ThemeProvider$1, CssBaseline, GlobalStyles, StyledEngineProvider } from '@mui/material';
|
|
3
|
+
import * as React from 'react';
|
|
3
4
|
|
|
4
5
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
5
6
|
|
|
@@ -320,7 +321,9 @@ var store$3 = sharedStore.exports = globalThis$1[SHARED] || defineGlobalProperty
|
|
|
320
321
|
source: 'https://github.com/zloirock/core-js'
|
|
321
322
|
});
|
|
322
323
|
|
|
323
|
-
var
|
|
324
|
+
var sharedStoreExports = sharedStore.exports;
|
|
325
|
+
|
|
326
|
+
var store$2 = sharedStoreExports;
|
|
324
327
|
|
|
325
328
|
var shared$4 = function (key, value) {
|
|
326
329
|
return store$2[key] || (store$2[key] = value || {});
|
|
@@ -562,7 +565,7 @@ var functionName = {
|
|
|
562
565
|
|
|
563
566
|
var uncurryThis$c = functionUncurryThis;
|
|
564
567
|
var isCallable$a = isCallable$g;
|
|
565
|
-
var store$1 =
|
|
568
|
+
var store$1 = sharedStoreExports;
|
|
566
569
|
|
|
567
570
|
var functionToString = uncurryThis$c(Function.toString);
|
|
568
571
|
|
|
@@ -598,7 +601,7 @@ var global$8 = global$g;
|
|
|
598
601
|
var isObject$4 = isObject$9;
|
|
599
602
|
var createNonEnumerableProperty$4 = createNonEnumerableProperty$5;
|
|
600
603
|
var hasOwn$5 = hasOwnProperty_1;
|
|
601
|
-
var shared$1 =
|
|
604
|
+
var shared$1 = sharedStoreExports;
|
|
602
605
|
var sharedKey$2 = sharedKey$3;
|
|
603
606
|
var hiddenKeys$3 = hiddenKeys$4;
|
|
604
607
|
|
|
@@ -719,9 +722,11 @@ Function.prototype.toString = makeBuiltIn$1(function toString() {
|
|
|
719
722
|
return isCallable$8(this) && getInternalState$2(this).source || inspectSource$1(this);
|
|
720
723
|
}, 'toString');
|
|
721
724
|
|
|
725
|
+
var makeBuiltInExports = makeBuiltIn$2.exports;
|
|
726
|
+
|
|
722
727
|
var isCallable$7 = isCallable$g;
|
|
723
728
|
var definePropertyModule$2 = objectDefineProperty;
|
|
724
|
-
var makeBuiltIn =
|
|
729
|
+
var makeBuiltIn = makeBuiltInExports;
|
|
725
730
|
var defineGlobalProperty$1 = defineGlobalProperty$3;
|
|
726
731
|
|
|
727
732
|
var defineBuiltIn$4 = function (O, key, value, options) {
|
|
@@ -1086,6 +1091,8 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
1086
1091
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
1087
1092
|
PERFORMANCE OF THIS SOFTWARE.
|
|
1088
1093
|
***************************************************************************** */
|
|
1094
|
+
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
1095
|
+
|
|
1089
1096
|
|
|
1090
1097
|
function __rest(s, e) {
|
|
1091
1098
|
var t = {};
|
|
@@ -1122,342 +1129,498 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
1122
1129
|
* */
|
|
1123
1130
|
const dragHandlePath = 'M9.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-5 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm-5 5.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z';
|
|
1124
1131
|
|
|
1125
|
-
const SplitHorizontal = props => (
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
})
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1132
|
+
const SplitHorizontal = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1133
|
+
children: jsx("path", {
|
|
1134
|
+
d: "M22 2v20H2V2h20zM8 3.999 4 4v16l4-.001v-16zM20 4l-10-.001v16L20 20V4zm-5 4c.3 0 .545.244.545.545v2.91h2.91a.544.544 0 1 1 0 1.09h-2.91v2.91a.545.545 0 1 1-1.09 0v-2.91h-2.91a.544.544 0 1 1 0-1.09h2.91v-2.91c0-.301.244-.545.545-.545z"
|
|
1135
|
+
})
|
|
1136
|
+
}));
|
|
1137
|
+
const SplitVertical = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1138
|
+
children: jsx("path", {
|
|
1139
|
+
d: "M22 22H2V2h20v20zM20.001 8 20 4H4l.001 4h16zM20 20l.001-10h-16L4 20h16zm-4-5c0 .3-.244.545-.545.545h-2.91v2.91a.544.544 0 1 1-1.09 0v-2.91h-2.91a.545.545 0 1 1 0-1.09h2.91v-2.91a.544.544 0 1 1 1.09 0v2.91h2.91c.301 0 .545.244.545.545z"
|
|
1140
|
+
})
|
|
1141
|
+
}));
|
|
1142
|
+
const Expand = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1143
|
+
children: jsx("path", {
|
|
1144
|
+
d: "M6.36 9.5c.752.001 1.36.607 1.36 1.355v5.436h5.42c.751 0 1.36.607 1.36 1.355A1.357 1.357 0 0 1 13.14 19H5v-8.145A1.36 1.36 0 0 1 6.36 9.5zM19 4v8.145c0 .749-.609 1.354-1.36 1.355a1.359 1.359 0 0 1-1.36-1.355V6.709h-5.42c-.75 0-1.36-.607-1.36-1.355 0-.374.152-.713.398-.958.248-.245.587-.396.963-.396H19z"
|
|
1145
|
+
})
|
|
1146
|
+
}));
|
|
1147
|
+
const UnExpand = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1148
|
+
children: jsx("path", {
|
|
1149
|
+
d: "M3.86084312,12 C3.48526636,12 3.14555369,12.1508094 2.89848993,12.3958747 C2.6524224,12.6409399 2.5,12.9802611 2.5,13.3543081 C2.5,14.1024021 3.1096896,14.7086162 3.86084312,14.7086162 L9.27930998,14.7086162 L9.27930998,20.1446997 C9.27930998,20.8937859 9.88899958,21.4990078 10.6401531,21.5 C11.3913066,21.4990078 12,20.8937859 12,20.1446997 L12,12 L3.86084312,12 Z M21.1401531,8.29138381 L15.72069,8.29138381 L15.72069,2.85530026 C15.72069,2.10720627 15.1119966,1.50099217 14.3608431,1.5 C13.6086934,1.50099217 13.0009962,2.10819843 13,2.85530026 L13,11 L21.1401531,11 C21.5157299,11 21.8554425,10.8491906 22.1015101,10.6041253 C22.3475776,10.3590601 22.5,10.0197389 22.5,9.64569191 C22.5,8.89759791 21.8913066,8.29138381 21.1401531,8.29138381"
|
|
1150
|
+
})
|
|
1151
|
+
}));
|
|
1137
1152
|
const Delete = props => {
|
|
1138
|
-
return
|
|
1139
|
-
|
|
1153
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1154
|
+
children: jsx("path", {
|
|
1155
|
+
d: "M17.504 8.228c.588 0 1.027.48.973 1.066l-.876 9.64A1.197 1.197 0 0 1 16.434 20H8.41c-.59 0-1.115-.48-1.167-1.066l-.877-9.64a.962.962 0 0 1 .973-1.066zm-2.115 1.228a.82.82 0 0 0-.819.82v7.674a.818.818 0 0 0 1.638 0v-7.675a.819.819 0 0 0-.819-.819zm-2.968 0a.819.819 0 0 0-.819.82v7.674a.818.818 0 1 0 1.638 0v-7.675a.82.82 0 0 0-.82-.819zm-2.968 0a.819.819 0 0 0-.818.82v7.674a.818.818 0 1 0 1.637 0v-7.675a.82.82 0 0 0-.82-.819zM13.432 4c.21 0 .404.168.436.376l.107.758 3.256-.01a1.606 1.606 0 0 1 1.61 1.6l.001.535-12.841.038L6 6.76a1.605 1.605 0 0 1 1.6-1.61l3.262-.008.103-.758a.454.454 0 0 1 .434-.38z"
|
|
1156
|
+
})
|
|
1140
1157
|
}));
|
|
1141
1158
|
};
|
|
1142
1159
|
const DrawRegion = props => {
|
|
1143
|
-
return
|
|
1144
|
-
|
|
1160
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1161
|
+
children: jsx("path", {
|
|
1162
|
+
d: "M6,2 L6,2.999 L10,2.999 L10,2 L14,2 L14,2.999 L18,2.999 L18,2 L22,2 L22,6 L20.999,6 L20.999,10 L22,10 L22,14 L20.999,14 L20.999,18 L22,18 L22,22 L18,22 L18,20.999 L14,20.999 L14,22 L10,22 L10,20.999 L6,20.999 L6,22 L2,22 L2,18 L2.999,18 L2.999,14 L2,14 L2,10 L2.999,10 L2.999,6 L2,6 L2,2 L6,2 Z M10,4.999 L6,4.999 L6,6 L4.999,6 L4.999,10 L6,10 L6,14 L4.999,14 L4.999,18 L6,18 L6,18.999 L10,18.999 L10,18 L14,18 L14,18.999 L18,18.999 L18,18 L18.999,18 L18.999,14 L18,14 L18,10 L18.999,10 L18.999,6 L18,6 L18,4.999 L14,4.999 L14,6 L10,6 L10,4.999 Z"
|
|
1163
|
+
})
|
|
1145
1164
|
}));
|
|
1146
1165
|
};
|
|
1147
|
-
const DrawPolygon = props => (
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
d: "m8.792 0 4.37 2.748h5.106v7.48l.043.078a.585.585 0 0 1 .178-.048.691.691 0 0 1 .344.062l.105.06v.16l.033.04.048.255c.163.103.286.169.37.197a.295.295 0 0 0 .218 0c-.013.124-.013.192 0 .204.04.037.162.08.37.13a.874.874 0 0 1 .025.237.202.202 0 0 1-.07.124.25.25 0 0 0-.032.187c.007.03.058.003.076.106.007.04-.005.114 0 .225.002.047.01.13.026.251a1.363 1.363 0 0 1-.102.373c-.04.078-.138.203-.293.375a.19.19 0 0 1 0 .113c-.017.049-.063.047-.064.069-.01.155.003.436-.033.794-.004.046-.026.107-.07.117-.045.011-.103-.056-.157-.06-.08-.007-.148.036-.214.027-.019-.002-.056-.06-.077-.063-.05-.007-.144.04-.258.035a.293.293 0 0 1-.094-.025l-.066-.03-.085.116-.014.202c.086.035.128.063.127.083 0 .01-.025.02-.072.034l-.055.015-.013.047-.07.024c.024.002.04.029.048.08a.528.528 0 0 1-.02.205c.075.064.136.1.182.11.045.009.116 0 .211-.029.071.091.156.137.256.137.15 0 .131-.174.214-.137.04.018.052.128.125.24.012.02.036.043.072.068l.063.04v.221a.442.442 0 0 0-.115.262c-.007.135.097.198.06.301-.036.104-.129.01-.187.062-.04.034-.075.106-.107.217a.51.51 0 0 0-.202.098c-.052.052-.013.15-.09.194-.077.044-.243-.003-.3.03-.075.043-.032.161-.081.185-.032.015-.107.016-.13.033-.025.021-.034.062-.024.122a.785.785 0 0 1 .235.08c.078.046.193.11.211.222.01.058-.049.096-.08.13-.027.032-.024.06-.057.098a.864.864 0 0 1-.214.176c-.045.027-.09-.106-.152-.079-.103.048-.339.152-.63.31-.016.009-.063-.006-.143-.042l-.066-.032v.176h-.14c-.011-.044-.027-.071-.047-.08a.152.152 0 0 0-.068-.007l-.055.007-.073-.131-.235.035c-.089-.144-.142-.203-.16-.179-.01.014-.126-.045-.114.022.005.028.044.079.117.152l.06.06-.027.091-.32-.122-.183.152h-.139l-.02.07.102.151v.102l-.102.065.02.05.082-.02.164.12v.21l.246.089-.077.223.077.067.035.11.079.056.064.121.096.113.02.15.023.071-.023.08.016.091-.036.12.068.054-.032.03.007.129-.082.105-.035.043-.05.02a3.573 3.573 0 0 1-.15.273l-.06.084-.065.076v.05l-.02.052c.001.131.024.205.068.22.066.023.165-.131.227-.118.032.006-.04.048-.057.118-.003.014.016.037.057.069a.682.682 0 0 0-.275.18c-.063.06-.18.125-.26.215a.133.133 0 0 0-.024.042l-.03.098a.117.117 0 0 1-.073.072c-.102.036-.125-.132-.158-.13-.088.006-.093.15-.097.166-.004.02.02.046.054.074.008.006.01.018.01.033l-.009.1.011.03c.035.022.151-.055.155-.05.053.056.22-.022.274.05.025.033-.113.08-.051.204.062.124.15.03.198.1.017.024-.022.04-.02.092 0 .021.014.066.042.133-.013.054-.027.086-.042.094-.02.011-.052-.02-.073-.019a.109.109 0 0 0-.085.046c-.02.025.018.118 0 .164-.014.035-.105.022-.107.063-.002.05.164.085.087.184-.077.099-.123-.016-.169-.016-.046 0-.114.06-.186.053-.02-.002-.008-.063-.035-.072-.021-.007-.08.038-.105.035-.018-.002-.021-.038-.04-.035-.022.003-.06.045-.085.042-.029-.004-.085-.114-.129-.114-.034.001-.052.114-.09.107-.09-.016-.132.056-.162.007-.015-.025.014-.077.02-.127.002-.027-.022-.055-.02-.077.003-.018.024-.024.02-.036-.03-.07-.122-.027-.17-.115-.031-.058-.042-.108-.032-.15.02-.05.04-.084.059-.105.027-.03.077-.001.106-.025.033-.028.044-.108.054-.13.023-.045.06.053.063 0 0-.02.092-.136.085-.192-.007-.06-.022.06-.085 0-.017-.016-.019-.047-.012-.085.008-.042.104-.059.125-.108.016-.037.059-.115.054-.155-.005-.038-.058-.038-.052-.052l.052-.127c.005-.014.064.026.07.013.019-.047-.017-.145 0-.187.007-.018.125.02.128 0 .005-.022-.105-.101-.094-.138.01-.027.108-.062.122-.1.006-.016-.013-.04-.057-.074-.074.03-.126.037-.156.022-.045-.023.021-.117-.065-.14-.086-.02-.178.024-.257.024-.053 0-.089-.03-.107-.09-.054-.035-.14-.049-.2-.065-.024-.006-.035-.007-.05-.018l-.025-.024v-.215l-.165-.148a.814.814 0 0 1-.12.09c-.02.012-.06.004-.098.022a.391.391 0 0 0-.082.064.44.44 0 0 0-.144-.028.157.157 0 0 0-.093.044 1.378 1.378 0 0 0-.182-.029c-.053-.002-.095.04-.128.013-.097-.078.06-.191 0-.24-.06-.05-.177 0-.245-.03-.069-.03-.025-.05-.08-.14-.053-.092-.16-.137-.16-.241 0-.07.032-.132.094-.188a.558.558 0 0 0-.079-.157c-.012-.014-.042-.024-.091-.029.002-.04-.006-.06-.023-.06-.027 0-.036.015-.056.06-.02.046.004.083-.033.136-.02.03-.07.081-.153.157l-.068.06-.171-.08a.953.953 0 0 1-.24.046c-.053 0-.087-.015-.102-.046-.01-.053-.004-.083.018-.089.022-.006.071.007.15.04a1.621 1.621 0 0 1 0-.143c.002-.043.043-.06.037-.095-.006-.04-.061-.097-.102-.112-.153-.058-.298.059-.434.35-.04.016-.066.022-.078.02-.08-.018-.125-.044-.167-.044a.488.488 0 0 0-.14.024c-.115-.062.035-.218 0-.252-.018-.016-.056-.018-.114-.004l-.065.018-.27.123.03.075-.03.09.117.19c.01.048-.004.078-.042.09a.492.492 0 0 1-.155.007l-.083-.007-.061-.09h-.21c.002-.004-.027.018-.037 0-.015-.028-.016-.1-.026-.11-.029-.03-.075-.032-.074-.035.005-.013-.023-.028-.068-.017-.014.004-.022.03-.04.034a.704.704 0 0 1-.065.011l-.05.006-.287-.11c-.007-.03-.015-.048-.026-.057l-.02-.006-.03.006-.13-.118-.053.013c-.009-.013-.023-.017-.042-.013a.19.19 0 0 0-.047.021l-.032.02v.053l-.09.212-.06-.02-.059.05h-.156a.29.29 0 0 0-.113-.117c-.067-.036-.139-.006-.14-.017a.184.184 0 0 0-.052-.108.24.24 0 0 0-.085-.064l.014-.013.02-.017v-.039l-.088.04-.083.093a.37.37 0 0 0-.105-.026c-.062.001-.098.028-.1.026-.059-.049-.108-.082-.148-.133-.032-.04-.056-.1-.095-.138-.06-.06-.173-.108-.189-.167-.02-.074.018-.09.114-.15.074-.046.182-.14.317-.187.014-.005.046-.002.097.01l.058.014.05.122.121.1a.215.215 0 0 0 .051.125c.04.042.073.03.104 0a.188.188 0 0 0 .024-.054l.018-.057.21.015.033-.028h.068l.055.028h.118l.091-.015.056.077.083-.029.133.084.108.067.049.076c-.006.023-.006.04 0 .05.022.04.071.075.092.096.03.03.084.07.163.116.009-.032.049-.057.121-.075.054-.014.13-.025.227-.033l.104-.008-.024-.164-.2-.11-.045.04a.446.446 0 0 0-.138-.076.222.222 0 0 0-.082-.004l-.049.01-.15-.04a.378.378 0 0 0-.068-.09.135.135 0 0 0-.076-.023.093.093 0 0 0-.026-.078.219.219 0 0 0-.06-.043l-.044-.02v-.062l.153-.021.122-.082a.121.121 0 0 1 .072 0 .188.188 0 0 1 .046.031l.031.029h.184v-.06h-.174a.225.225 0 0 0-.042-.062c-.011-.01-.021-.01-.03 0V19.097l.132-.04c.067.048.123.08.166.094a.519.519 0 0 0 .186.02l.02-.007c.01-.01.265-.037.358-.123a.275.275 0 0 0 .088-.14l.005-.05h.068l.02.004a.937.937 0 0 0 .33.052.377.377 0 0 0 .248-.084l.037-.043-.02-.07a.807.807 0 0 1-.315.1c-.046 0-.09-.048-.156-.064a.967.967 0 0 0-.19-.013 1.722 1.722 0 0 0-.171-.096c-.136-.06-.249-.094-.315-.129a.124.124 0 0 1-.063-.067c.042.007.063-.005.063-.035 0-.046-.06.002-.063 0a.257.257 0 0 0-.05-.035l-.092-.046a.668.668 0 0 0-.102-.048l-.069-.024-.222-.113a.169.169 0 0 0-.02-.096.555.555 0 0 0-.057-.066l-.048-.05.104-.164c-.025.008-.043.008-.054 0-.033-.025-.06-.086-.076-.093-.026-.01-.056.065-.072.037a.317.317 0 0 1-.032-.118c-.016-.14.064-.186.24-.135l.082.028.2-.202.632-.742a3.91 3.91 0 0 0 .547-1.083c.054-.17.14-.364.194-.61.044-.206.1-.58.165-1.123.076-.118.138-.277.187-.479a1.1 1.1 0 0 0 .035-.41l-.018-.081.07-.044.136-.028c-.01.044-.01.068 0 .072.007.002.022-.003.045-.017l.04-.027v.074c-.026.064-.026.115 0 .154.039.058.034.032.17.103.05.025.13.017.243-.024.032-.01.04-.118.099-.147a.473.473 0 0 1 .154-.032l.077-.005.237.48-.058.274c.058.069.094.114.108.137.025.042.001.061.029.073.036.017.078.007.124-.029l.048-.044h.237l.06.253v.077l-.068.048-.067-.048-.037.127-.125.124h-.073l-.128.08-.05-.08-.195-.028c-.067.019-.108.039-.121.061-.01.015-.013.04-.01.076l.01.061.205.449-.05.077c.024.038.03.067.015.09-.014.022-.045.028-.091.018.027.068.057.104.091.107.012.001.032-.018.059-.06l.029-.047.108.028-.16.11c.014.018.003.053-.036.103a1.064 1.064 0 0 1-.11.118l-.082.073-.156.054.084.034.061.05h.063l.026.073c.084-.023.134-.032.15-.026l.055.025.055.034.147.114.229-.037.196.088.03.077c.08.022.139.043.174.062.033.017.066.064.095.08.041.022.2-.053.3-.08.062-.017.06.027.12 0 .083-.038.03-.175.154-.27.06-.046.063-.092.133-.14.1-.069.21-.138.317-.2.068-.04.172-.06.236-.13.169-.182.216-.422.217-.425 0 0-.004-.125-.03-.181a.71.71 0 0 0-.074-.099l-.048-.057.057-.037.013-.112h-.588a2.03 2.03 0 0 0-.16-.217c-.029-.031-.05-.047-.063-.046l-.01.006.032-.511.2-.312.183-.02-.029-.051h-.153c-.01-.045-.024-.069-.041-.07-.012-.002-.028.006-.05.023l-.035.033-.075-.008c-.032.063-.064.094-.094.093-.025 0-.14-.071-.355-.113a.156.156 0 0 0-.069.01l-.05.018-.164-.096a.137.137 0 0 1 0-.112.153.153 0 0 1 .066-.064l.06-.028.019-.08c-.025-.026-.037-.047-.037-.06 0-.04.036-.075.037-.123 0-.04-.036-.094-.035-.14l.004-.25c0-.03-.018-.06-.038-.097a.344.344 0 0 1-.045-.176c.001-.029.073-.105.095-.168.01-.03.016-.1.019-.21a.437.437 0 0 1 .138-.235c.066-.064.157-.13.275-.197.014-.008.03-.08.08-.132.034-.036.095-.056.13-.072.066-.031.16-.021.247-.055.065-.024.094-.082.213-.142.052-.027.15-.07.294-.127l.116-.046h.114c.05-.044.155-.08.315-.104.05-.008.123-.014.218-.018.06.013.102.02.129.018.031-.002.064-.036.125-.046.012-.002.036.007.074.028a.171.171 0 0 1 .128-.028c.04.009.113.043.216.102a.63.63 0 0 1 .203-.094l-.1-.293V3.715h-4.498L9.191 1.451 7.096 6.745l1.02 6.83-2.729 6.828 2.144.327.497-.327a.52.52 0 0 1 .205-.09c.033-.01.074-.004.12-.02.044-.016.104-.06.16-.067.037-.006.14.034.306.12l.108.057.087-.01.136.12.134.04.032-.049.29.073.03-.064.11-.065.12-.03.03-.105.01-.055c.063-.024.116-.024.158 0 .063.036.1.178.124.16 0 0 .04-.005.094.03.007.005.015.02.025.045.026-.01.046-.01.06 0a.45.45 0 0 1 .087.1c-.01-.031-.02-.058-.03-.08-.013-.033-.046-.048-.03-.065.007-.008.113.094.148.087.017-.004-.077-.078-.06-.116.006-.01.042-.01.109 0a.164.164 0 0 0 .017-.026l.03.003.038.007.074.15-.045.056a3.95 3.95 0 0 1-.222.233c-.1.074-.199.138-.295.19-.023.012-.095-.015-.124 0-.044.022-.102.103-.199.161-.02.013-.056-.014-.079 0l-.029.018-.04.026-.353-.044c-.014-.012-.023-.035-.027-.07a.983.983 0 0 1 0-.16 1.745 1.745 0 0 1-.272-.063c-.025-.009-.055-.054-.088-.067-.025-.01-.053.013-.083 0a.908.908 0 0 1-.124-.067c-.01.025-.024.04-.042.047a.128.128 0 0 1-.05.004l-.035-.004-.052.043-.05-.014c.022.122.013.19-.028.204a.507.507 0 0 1-.106.024l-.876.68L4 21.218l3.096-7.642-.993-6.831L8.792 0zm.73 19.28c.045.02.072.035.084.046.037.036.04.074.06.098.02.024.033.045.042.063l.008.026-.08.016-.035.041-.047-.02a.344.344 0 0 0-.052-.033l-.014-.004a.14.14 0 0 0-.056.016l-.038.02-.116-.036-.128.088-.053.062v-.09l-.155-.116-.015-.11.087-.021h.102c-.042.023-.025.03.053.021a3.52 3.52 0 0 0 .353-.067zm-.068-.73.054.02c-.02.038-.02.06 0 .067a.272.272 0 0 0 .1-.003l.057-.009.08.046h.196l.106.167c-.002.032.003.052.017.058.009.004.027.006.055.004l.048-.004.092.071.093.019-.03.11a.357.357 0 0 0-.084.061l-.044.039-.028-.014-.241.077-.11-.095c-.056.017-.089.022-.099.018-.066-.033-.051-.049-.05-.054.005-.052-.033-.106-.112-.16a2.11 2.11 0 0 0-.093-.029c-.028-.007-.018-.069-.04-.072-.019-.003-.07.053-.084.054-.03.002-.048.012-.056.03l-.003.035-.162.01c-.126-.1-.143-.196-.05-.287a.344.344 0 0 1 .292-.09l.096.018v-.087zm.576-.431.083.1.003-.002.01.009.04.027c.093.06.244.14.454.235.157.157.291.264.403.321.032.017.066.01.112 0l.05-.012.062.012v.041l-.031-.004c-.018-.002-.028 0-.032.004-.038.048-.042.114-.09.136a.866.866 0 0 1-.28.055c-.025-.031-.107-.065-.246-.102a.32.32 0 0 0-.13-.116.458.458 0 0 0-.149-.016l-.074.002-.125-.2c.024-.12-.009-.204-.098-.254-.133-.074-.337.103-.356.086-.103-.09-.081-.164-.059-.188.015-.017.079-.008.169-.033.034-.01.043-.052.12-.08a.76.76 0 0 1 .164-.021zm5.102-3.682a.16.16 0 0 0 .081.072c.032.012.108.025.227.04a.116.116 0 0 0 .067.052.53.53 0 0 0 .087.015l.066.006.1.146c.03.09.03.164 0 .225a1.72 1.72 0 0 1-.122.204l-.067.098-.103.083a.467.467 0 0 0-.255.046.823.823 0 0 0-.14.109l-.065.06h-.13l-.072.084.025.141c-.017.123-.042.19-.077.205-.17.07-.324.111-.388.065a1.96 1.96 0 0 1-.15-.126l-.069-.064-.36-.173-.179.026-.063-.074v-.137l.164-.162.639-.385.055.007c.08-.051.12-.103.12-.153 0-.034.01-.064.03-.092l.036-.039h.077c.09-.088.16-.148.212-.181.035-.022.08-.005.135-.026a.848.848 0 0 0 .119-.072zm-2.48-2.798.17.24-.068.334-.133.17-.209.178h-.205l.017-.225.12-.316.307-.38zm2.154-1.332.1.072-.12.08-.263.099-.184.022-.19.118-.278.053-.23.137-.067-.103.172-.171 1.06-.307zm1.26-.068.067.045-.1.057-.095-.012-.312.073-.201-.027-.133.06-.16.017-.124-.059v-.086l.098-.049.249.05.61-.058.102-.011z"
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
d: "M7.5 20a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM4 4h6v6H4zm12.4 0 3.6 6h-7.2l3.6-6zm1.6 9v2h2v3h-2v2h-3v-2h-2v-3h2v-2h3z"
|
|
1155
|
-
})
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
}))
|
|
1166
|
+
const DrawPolygon = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1167
|
+
children: jsx("path", {
|
|
1168
|
+
d: "M14,1 L14,4.113 L12.0044614,2.2 L11.994,5.221 L4.039,19 L5,19 L5,23 L1,23 L1,19 L2.307,19 L10.389,5 L10,5 L10,1 L14,1 Z M13.0044614,4.62000715 L23.2887637,14.4827842 L18.3738381,14.8752125 L20.4451897,19.755011 L18.7229079,20.4860763 L16.6515563,15.6062777 L12.9550728,18.8691758 L13.0044614,4.62000715 Z"
|
|
1169
|
+
})
|
|
1170
|
+
}));
|
|
1171
|
+
const DrawFIRLand = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1172
|
+
children: jsx("path", {
|
|
1173
|
+
d: "m8.792 0 4.37 2.748h5.106v7.48l.043.078a.585.585 0 0 1 .178-.048.691.691 0 0 1 .344.062l.105.06v.16l.033.04.048.255c.163.103.286.169.37.197a.295.295 0 0 0 .218 0c-.013.124-.013.192 0 .204.04.037.162.08.37.13a.874.874 0 0 1 .025.237.202.202 0 0 1-.07.124.25.25 0 0 0-.032.187c.007.03.058.003.076.106.007.04-.005.114 0 .225.002.047.01.13.026.251a1.363 1.363 0 0 1-.102.373c-.04.078-.138.203-.293.375a.19.19 0 0 1 0 .113c-.017.049-.063.047-.064.069-.01.155.003.436-.033.794-.004.046-.026.107-.07.117-.045.011-.103-.056-.157-.06-.08-.007-.148.036-.214.027-.019-.002-.056-.06-.077-.063-.05-.007-.144.04-.258.035a.293.293 0 0 1-.094-.025l-.066-.03-.085.116-.014.202c.086.035.128.063.127.083 0 .01-.025.02-.072.034l-.055.015-.013.047-.07.024c.024.002.04.029.048.08a.528.528 0 0 1-.02.205c.075.064.136.1.182.11.045.009.116 0 .211-.029.071.091.156.137.256.137.15 0 .131-.174.214-.137.04.018.052.128.125.24.012.02.036.043.072.068l.063.04v.221a.442.442 0 0 0-.115.262c-.007.135.097.198.06.301-.036.104-.129.01-.187.062-.04.034-.075.106-.107.217a.51.51 0 0 0-.202.098c-.052.052-.013.15-.09.194-.077.044-.243-.003-.3.03-.075.043-.032.161-.081.185-.032.015-.107.016-.13.033-.025.021-.034.062-.024.122a.785.785 0 0 1 .235.08c.078.046.193.11.211.222.01.058-.049.096-.08.13-.027.032-.024.06-.057.098a.864.864 0 0 1-.214.176c-.045.027-.09-.106-.152-.079-.103.048-.339.152-.63.31-.016.009-.063-.006-.143-.042l-.066-.032v.176h-.14c-.011-.044-.027-.071-.047-.08a.152.152 0 0 0-.068-.007l-.055.007-.073-.131-.235.035c-.089-.144-.142-.203-.16-.179-.01.014-.126-.045-.114.022.005.028.044.079.117.152l.06.06-.027.091-.32-.122-.183.152h-.139l-.02.07.102.151v.102l-.102.065.02.05.082-.02.164.12v.21l.246.089-.077.223.077.067.035.11.079.056.064.121.096.113.02.15.023.071-.023.08.016.091-.036.12.068.054-.032.03.007.129-.082.105-.035.043-.05.02a3.573 3.573 0 0 1-.15.273l-.06.084-.065.076v.05l-.02.052c.001.131.024.205.068.22.066.023.165-.131.227-.118.032.006-.04.048-.057.118-.003.014.016.037.057.069a.682.682 0 0 0-.275.18c-.063.06-.18.125-.26.215a.133.133 0 0 0-.024.042l-.03.098a.117.117 0 0 1-.073.072c-.102.036-.125-.132-.158-.13-.088.006-.093.15-.097.166-.004.02.02.046.054.074.008.006.01.018.01.033l-.009.1.011.03c.035.022.151-.055.155-.05.053.056.22-.022.274.05.025.033-.113.08-.051.204.062.124.15.03.198.1.017.024-.022.04-.02.092 0 .021.014.066.042.133-.013.054-.027.086-.042.094-.02.011-.052-.02-.073-.019a.109.109 0 0 0-.085.046c-.02.025.018.118 0 .164-.014.035-.105.022-.107.063-.002.05.164.085.087.184-.077.099-.123-.016-.169-.016-.046 0-.114.06-.186.053-.02-.002-.008-.063-.035-.072-.021-.007-.08.038-.105.035-.018-.002-.021-.038-.04-.035-.022.003-.06.045-.085.042-.029-.004-.085-.114-.129-.114-.034.001-.052.114-.09.107-.09-.016-.132.056-.162.007-.015-.025.014-.077.02-.127.002-.027-.022-.055-.02-.077.003-.018.024-.024.02-.036-.03-.07-.122-.027-.17-.115-.031-.058-.042-.108-.032-.15.02-.05.04-.084.059-.105.027-.03.077-.001.106-.025.033-.028.044-.108.054-.13.023-.045.06.053.063 0 0-.02.092-.136.085-.192-.007-.06-.022.06-.085 0-.017-.016-.019-.047-.012-.085.008-.042.104-.059.125-.108.016-.037.059-.115.054-.155-.005-.038-.058-.038-.052-.052l.052-.127c.005-.014.064.026.07.013.019-.047-.017-.145 0-.187.007-.018.125.02.128 0 .005-.022-.105-.101-.094-.138.01-.027.108-.062.122-.1.006-.016-.013-.04-.057-.074-.074.03-.126.037-.156.022-.045-.023.021-.117-.065-.14-.086-.02-.178.024-.257.024-.053 0-.089-.03-.107-.09-.054-.035-.14-.049-.2-.065-.024-.006-.035-.007-.05-.018l-.025-.024v-.215l-.165-.148a.814.814 0 0 1-.12.09c-.02.012-.06.004-.098.022a.391.391 0 0 0-.082.064.44.44 0 0 0-.144-.028.157.157 0 0 0-.093.044 1.378 1.378 0 0 0-.182-.029c-.053-.002-.095.04-.128.013-.097-.078.06-.191 0-.24-.06-.05-.177 0-.245-.03-.069-.03-.025-.05-.08-.14-.053-.092-.16-.137-.16-.241 0-.07.032-.132.094-.188a.558.558 0 0 0-.079-.157c-.012-.014-.042-.024-.091-.029.002-.04-.006-.06-.023-.06-.027 0-.036.015-.056.06-.02.046.004.083-.033.136-.02.03-.07.081-.153.157l-.068.06-.171-.08a.953.953 0 0 1-.24.046c-.053 0-.087-.015-.102-.046-.01-.053-.004-.083.018-.089.022-.006.071.007.15.04a1.621 1.621 0 0 1 0-.143c.002-.043.043-.06.037-.095-.006-.04-.061-.097-.102-.112-.153-.058-.298.059-.434.35-.04.016-.066.022-.078.02-.08-.018-.125-.044-.167-.044a.488.488 0 0 0-.14.024c-.115-.062.035-.218 0-.252-.018-.016-.056-.018-.114-.004l-.065.018-.27.123.03.075-.03.09.117.19c.01.048-.004.078-.042.09a.492.492 0 0 1-.155.007l-.083-.007-.061-.09h-.21c.002-.004-.027.018-.037 0-.015-.028-.016-.1-.026-.11-.029-.03-.075-.032-.074-.035.005-.013-.023-.028-.068-.017-.014.004-.022.03-.04.034a.704.704 0 0 1-.065.011l-.05.006-.287-.11c-.007-.03-.015-.048-.026-.057l-.02-.006-.03.006-.13-.118-.053.013c-.009-.013-.023-.017-.042-.013a.19.19 0 0 0-.047.021l-.032.02v.053l-.09.212-.06-.02-.059.05h-.156a.29.29 0 0 0-.113-.117c-.067-.036-.139-.006-.14-.017a.184.184 0 0 0-.052-.108.24.24 0 0 0-.085-.064l.014-.013.02-.017v-.039l-.088.04-.083.093a.37.37 0 0 0-.105-.026c-.062.001-.098.028-.1.026-.059-.049-.108-.082-.148-.133-.032-.04-.056-.1-.095-.138-.06-.06-.173-.108-.189-.167-.02-.074.018-.09.114-.15.074-.046.182-.14.317-.187.014-.005.046-.002.097.01l.058.014.05.122.121.1a.215.215 0 0 0 .051.125c.04.042.073.03.104 0a.188.188 0 0 0 .024-.054l.018-.057.21.015.033-.028h.068l.055.028h.118l.091-.015.056.077.083-.029.133.084.108.067.049.076c-.006.023-.006.04 0 .05.022.04.071.075.092.096.03.03.084.07.163.116.009-.032.049-.057.121-.075.054-.014.13-.025.227-.033l.104-.008-.024-.164-.2-.11-.045.04a.446.446 0 0 0-.138-.076.222.222 0 0 0-.082-.004l-.049.01-.15-.04a.378.378 0 0 0-.068-.09.135.135 0 0 0-.076-.023.093.093 0 0 0-.026-.078.219.219 0 0 0-.06-.043l-.044-.02v-.062l.153-.021.122-.082a.121.121 0 0 1 .072 0 .188.188 0 0 1 .046.031l.031.029h.184v-.06h-.174a.225.225 0 0 0-.042-.062c-.011-.01-.021-.01-.03 0V19.097l.132-.04c.067.048.123.08.166.094a.519.519 0 0 0 .186.02l.02-.007c.01-.01.265-.037.358-.123a.275.275 0 0 0 .088-.14l.005-.05h.068l.02.004a.937.937 0 0 0 .33.052.377.377 0 0 0 .248-.084l.037-.043-.02-.07a.807.807 0 0 1-.315.1c-.046 0-.09-.048-.156-.064a.967.967 0 0 0-.19-.013 1.722 1.722 0 0 0-.171-.096c-.136-.06-.249-.094-.315-.129a.124.124 0 0 1-.063-.067c.042.007.063-.005.063-.035 0-.046-.06.002-.063 0a.257.257 0 0 0-.05-.035l-.092-.046a.668.668 0 0 0-.102-.048l-.069-.024-.222-.113a.169.169 0 0 0-.02-.096.555.555 0 0 0-.057-.066l-.048-.05.104-.164c-.025.008-.043.008-.054 0-.033-.025-.06-.086-.076-.093-.026-.01-.056.065-.072.037a.317.317 0 0 1-.032-.118c-.016-.14.064-.186.24-.135l.082.028.2-.202.632-.742a3.91 3.91 0 0 0 .547-1.083c.054-.17.14-.364.194-.61.044-.206.1-.58.165-1.123.076-.118.138-.277.187-.479a1.1 1.1 0 0 0 .035-.41l-.018-.081.07-.044.136-.028c-.01.044-.01.068 0 .072.007.002.022-.003.045-.017l.04-.027v.074c-.026.064-.026.115 0 .154.039.058.034.032.17.103.05.025.13.017.243-.024.032-.01.04-.118.099-.147a.473.473 0 0 1 .154-.032l.077-.005.237.48-.058.274c.058.069.094.114.108.137.025.042.001.061.029.073.036.017.078.007.124-.029l.048-.044h.237l.06.253v.077l-.068.048-.067-.048-.037.127-.125.124h-.073l-.128.08-.05-.08-.195-.028c-.067.019-.108.039-.121.061-.01.015-.013.04-.01.076l.01.061.205.449-.05.077c.024.038.03.067.015.09-.014.022-.045.028-.091.018.027.068.057.104.091.107.012.001.032-.018.059-.06l.029-.047.108.028-.16.11c.014.018.003.053-.036.103a1.064 1.064 0 0 1-.11.118l-.082.073-.156.054.084.034.061.05h.063l.026.073c.084-.023.134-.032.15-.026l.055.025.055.034.147.114.229-.037.196.088.03.077c.08.022.139.043.174.062.033.017.066.064.095.08.041.022.2-.053.3-.08.062-.017.06.027.12 0 .083-.038.03-.175.154-.27.06-.046.063-.092.133-.14.1-.069.21-.138.317-.2.068-.04.172-.06.236-.13.169-.182.216-.422.217-.425 0 0-.004-.125-.03-.181a.71.71 0 0 0-.074-.099l-.048-.057.057-.037.013-.112h-.588a2.03 2.03 0 0 0-.16-.217c-.029-.031-.05-.047-.063-.046l-.01.006.032-.511.2-.312.183-.02-.029-.051h-.153c-.01-.045-.024-.069-.041-.07-.012-.002-.028.006-.05.023l-.035.033-.075-.008c-.032.063-.064.094-.094.093-.025 0-.14-.071-.355-.113a.156.156 0 0 0-.069.01l-.05.018-.164-.096a.137.137 0 0 1 0-.112.153.153 0 0 1 .066-.064l.06-.028.019-.08c-.025-.026-.037-.047-.037-.06 0-.04.036-.075.037-.123 0-.04-.036-.094-.035-.14l.004-.25c0-.03-.018-.06-.038-.097a.344.344 0 0 1-.045-.176c.001-.029.073-.105.095-.168.01-.03.016-.1.019-.21a.437.437 0 0 1 .138-.235c.066-.064.157-.13.275-.197.014-.008.03-.08.08-.132.034-.036.095-.056.13-.072.066-.031.16-.021.247-.055.065-.024.094-.082.213-.142.052-.027.15-.07.294-.127l.116-.046h.114c.05-.044.155-.08.315-.104.05-.008.123-.014.218-.018.06.013.102.02.129.018.031-.002.064-.036.125-.046.012-.002.036.007.074.028a.171.171 0 0 1 .128-.028c.04.009.113.043.216.102a.63.63 0 0 1 .203-.094l-.1-.293V3.715h-4.498L9.191 1.451 7.096 6.745l1.02 6.83-2.729 6.828 2.144.327.497-.327a.52.52 0 0 1 .205-.09c.033-.01.074-.004.12-.02.044-.016.104-.06.16-.067.037-.006.14.034.306.12l.108.057.087-.01.136.12.134.04.032-.049.29.073.03-.064.11-.065.12-.03.03-.105.01-.055c.063-.024.116-.024.158 0 .063.036.1.178.124.16 0 0 .04-.005.094.03.007.005.015.02.025.045.026-.01.046-.01.06 0a.45.45 0 0 1 .087.1c-.01-.031-.02-.058-.03-.08-.013-.033-.046-.048-.03-.065.007-.008.113.094.148.087.017-.004-.077-.078-.06-.116.006-.01.042-.01.109 0a.164.164 0 0 0 .017-.026l.03.003.038.007.074.15-.045.056a3.95 3.95 0 0 1-.222.233c-.1.074-.199.138-.295.19-.023.012-.095-.015-.124 0-.044.022-.102.103-.199.161-.02.013-.056-.014-.079 0l-.029.018-.04.026-.353-.044c-.014-.012-.023-.035-.027-.07a.983.983 0 0 1 0-.16 1.745 1.745 0 0 1-.272-.063c-.025-.009-.055-.054-.088-.067-.025-.01-.053.013-.083 0a.908.908 0 0 1-.124-.067c-.01.025-.024.04-.042.047a.128.128 0 0 1-.05.004l-.035-.004-.052.043-.05-.014c.022.122.013.19-.028.204a.507.507 0 0 1-.106.024l-.876.68L4 21.218l3.096-7.642-.993-6.831L8.792 0zm.73 19.28c.045.02.072.035.084.046.037.036.04.074.06.098.02.024.033.045.042.063l.008.026-.08.016-.035.041-.047-.02a.344.344 0 0 0-.052-.033l-.014-.004a.14.14 0 0 0-.056.016l-.038.02-.116-.036-.128.088-.053.062v-.09l-.155-.116-.015-.11.087-.021h.102c-.042.023-.025.03.053.021a3.52 3.52 0 0 0 .353-.067zm-.068-.73.054.02c-.02.038-.02.06 0 .067a.272.272 0 0 0 .1-.003l.057-.009.08.046h.196l.106.167c-.002.032.003.052.017.058.009.004.027.006.055.004l.048-.004.092.071.093.019-.03.11a.357.357 0 0 0-.084.061l-.044.039-.028-.014-.241.077-.11-.095c-.056.017-.089.022-.099.018-.066-.033-.051-.049-.05-.054.005-.052-.033-.106-.112-.16a2.11 2.11 0 0 0-.093-.029c-.028-.007-.018-.069-.04-.072-.019-.003-.07.053-.084.054-.03.002-.048.012-.056.03l-.003.035-.162.01c-.126-.1-.143-.196-.05-.287a.344.344 0 0 1 .292-.09l.096.018v-.087zm.576-.431.083.1.003-.002.01.009.04.027c.093.06.244.14.454.235.157.157.291.264.403.321.032.017.066.01.112 0l.05-.012.062.012v.041l-.031-.004c-.018-.002-.028 0-.032.004-.038.048-.042.114-.09.136a.866.866 0 0 1-.28.055c-.025-.031-.107-.065-.246-.102a.32.32 0 0 0-.13-.116.458.458 0 0 0-.149-.016l-.074.002-.125-.2c.024-.12-.009-.204-.098-.254-.133-.074-.337.103-.356.086-.103-.09-.081-.164-.059-.188.015-.017.079-.008.169-.033.034-.01.043-.052.12-.08a.76.76 0 0 1 .164-.021zm5.102-3.682a.16.16 0 0 0 .081.072c.032.012.108.025.227.04a.116.116 0 0 0 .067.052.53.53 0 0 0 .087.015l.066.006.1.146c.03.09.03.164 0 .225a1.72 1.72 0 0 1-.122.204l-.067.098-.103.083a.467.467 0 0 0-.255.046.823.823 0 0 0-.14.109l-.065.06h-.13l-.072.084.025.141c-.017.123-.042.19-.077.205-.17.07-.324.111-.388.065a1.96 1.96 0 0 1-.15-.126l-.069-.064-.36-.173-.179.026-.063-.074v-.137l.164-.162.639-.385.055.007c.08-.051.12-.103.12-.153 0-.034.01-.064.03-.092l.036-.039h.077c.09-.088.16-.148.212-.181.035-.022.08-.005.135-.026a.848.848 0 0 0 .119-.072zm-2.48-2.798.17.24-.068.334-.133.17-.209.178h-.205l.017-.225.12-.316.307-.38zm2.154-1.332.1.072-.12.08-.263.099-.184.022-.19.118-.278.053-.23.137-.067-.103.172-.171 1.06-.307zm1.26-.068.067.045-.1.057-.095-.012-.312.073-.201-.027-.133.06-.16.017-.124-.059v-.086l.098-.049.249.05.61-.058.102-.011z"
|
|
1174
|
+
})
|
|
1175
|
+
}));
|
|
1176
|
+
const Polygons = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1177
|
+
children: jsx("path", {
|
|
1178
|
+
d: "M7.5 20a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM4 4h6v6H4zm12.4 0 3.6 6h-7.2l3.6-6zm1.6 9v2h2v3h-2v2h-3v-2h-2v-3h2v-2h3z"
|
|
1179
|
+
})
|
|
1180
|
+
}));
|
|
1181
|
+
const Location = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1182
|
+
children: jsx("path", {
|
|
1183
|
+
d: "M11.58 11.758a2.177 2.177 0 1 1 0-4.354 2.177 2.177 0 0 1 0 4.354m0-8.758A6.58 6.58 0 0 0 5 9.58C5 15.15 11.58 21 11.58 21s6.582-5.85 6.582-11.42A6.58 6.58 0 0 0 11.58 3"
|
|
1184
|
+
})
|
|
1185
|
+
}));
|
|
1186
|
+
const MyLocation = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1187
|
+
children: jsx("path", {
|
|
1188
|
+
d: "M12 8c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm8.94 3c-.46-4.17-3.77-7.48-7.94-7.94V1h-2v2.06C6.83 3.52 3.52 6.83 3.06 11H1v2h2.06c.46 4.17 3.77 7.48 7.94 7.94V23h2v-2.06c4.17-.46 7.48-3.77 7.94-7.94H23v-2h-2.06zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"
|
|
1189
|
+
})
|
|
1190
|
+
}));
|
|
1162
1191
|
const ThumbsUp = props => {
|
|
1163
1192
|
const THUMBS_UP = 'Thumbs up';
|
|
1164
|
-
return
|
|
1193
|
+
return jsxs(SvgIcon, Object.assign({
|
|
1165
1194
|
viewBox: "0 0 58 69"
|
|
1166
|
-
}, props
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1195
|
+
}, props, {
|
|
1196
|
+
children: [jsx("title", {
|
|
1197
|
+
children: THUMBS_UP
|
|
1198
|
+
}), jsxs("g", Object.assign({
|
|
1199
|
+
id: "Thumbs-up",
|
|
1200
|
+
stroke: "none",
|
|
1201
|
+
strokeWidth: "1",
|
|
1202
|
+
fill: "none",
|
|
1203
|
+
fillRule: "evenodd"
|
|
1204
|
+
}, {
|
|
1205
|
+
children: [jsx("path", {
|
|
1206
|
+
d: "M3.99883665,31.7843145 C7.41834232,30.0745617 7.39773108,30.3805485 10.9988366,28.8843145 C14.5999422,27.3880805 16.06167,27.0500418 18.1988366,25.8843145 C19.0904815,25.3979628 19.820202,24.8243341 20.5488366,24.1634286 C20.9845024,23.7682595 22.8819728,21.7794437 23.5488366,20.8277879 C24.2586546,19.8148341 25.1756722,18.5003429 25.9988366,16.8843145 C28.3936103,12.1829184 28.889513,9.4076237 29.8988366,6.88431453 C30.4506375,5.50481234 31.0206747,4.13576029 31.6089482,2.77715837 C31.8562473,2.20602771 32.1648239,1.47549588 32.9988366,0.88431453 C33.2365758,0.715795602 34.0556054,0.253858312 35.0144255,0.0843145301 C36.0262338,-0.0945989315 37.1937102,0.0296108539 37.9980376,0.28431453 C38.7449403,0.520833719 39.4692925,0.860990256 40.1710941,1.30478414 C40.2879689,1.37869154 41.2393256,2.13799569 41.8988366,3.58269657 C42.290748,4.4412034 42.5040976,4.92788584 42.7988366,6.88431453 C42.9953293,8.18860032 43.0453293,9.52193365 42.9488366,10.8843145 C42.947848,11.8251839 42.6645146,13.1585172 42.0988366,14.8843145 C41.9160014,15.4421169 41.6403041,16.2990156 41.2988366,17.1941099 C40.9325633,18.1542284 40.4965053,19.1582935 40.1988366,19.8843145 C39.1594737,22.4193462 37.7498356,25.6900566 37.4561402,26.5124038 C37.2603433,27.0606352 37.1745754,27.6512721 37.1988366,28.2843145 C37.21217,28.4109812 37.2455033,28.5187344 37.2988366,28.6075742 C37.35217,28.6964139 37.45217,28.821994 37.5988366,28.9843145 C38.7401033,28.7100145 39.6802034,28.5266812 40.4191367,28.4343145 C41.6262088,28.2834305 44.7342553,28.0975232 47.4943878,28.1962584 C50.2545202,28.2949937 51.7465936,28.4428269 52.9988366,28.8843145 C53.8336653,29.1786396 54.540332,29.8453063 55.1188366,30.8843145 C55.3507184,31.5616882 55.477385,32.2303996 55.4988366,32.8904489 C55.5202882,33.5504981 55.4369549,34.21512 55.2488366,34.8843145 C54.956044,35.585751 54.5393773,36.1190843 53.9988366,36.4843145 C53.4582959,36.8495447 52.6416293,37.1495447 51.5488366,37.3843145 C51.46217,37.6709812 51.4455033,37.9376479 51.4988366,38.1843145 C51.55217,38.4309812 51.7188366,38.5976479 51.9988366,38.6843145 C53.0027645,38.7154727 53.6750204,38.7821393 54.0156044,38.8843145 C54.7031375,39.0905745 55.3642149,39.4239078 55.9988366,39.8843145 C56.4980387,40.3674862 56.831372,40.7202741 56.9988366,40.9426784 C57.2459451,41.2708552 57.8988366,42.3863253 57.8988366,43.8843145 C57.8988366,44.882974 57.53217,45.882974 56.7988366,46.8843145 C56.4100652,47.2645006 55.9767318,47.5818962 55.4988366,47.8365013 C55.0209415,48.0911064 54.5157721,48.2737108 53.9833285,48.3843145 L52.6988366,48.3843145 C52.2988366,48.6576479 52.0988366,48.9643145 52.0988366,49.3043145 C52.0988366,49.6443145 52.1655033,49.9376479 52.2988366,50.1843145 L53.4440689,50.6343145 C54.0486381,50.9097065 54.566894,51.3263732 54.9988366,51.8843145 C55.2403033,52.1962176 55.7126861,53.1830494 55.7488366,53.8843145 C55.7849872,54.5855797 55.7892838,54.8412841 55.675362,55.3021772 C55.5409724,55.8458769 55.3321306,56.373256 54.9488366,56.8843145 C54.6880408,57.2320423 54.3421972,57.542124 54.0113058,57.8145598 C53.720974,58.0536013 53.0623839,58.3923099 52.0355354,58.6843145 C51.8426264,58.739172 51.4970601,58.8058387 50.9988366,58.8843145 L49.2488366,58.9843145 C48.96217,59.1509812 48.7955033,59.3509812 48.7488366,59.5843145 C48.70217,59.8176479 48.7855033,60.0643145 48.9988366,60.3243145 L50.0168579,60.6843145 C51.0110333,61.2176479 51.5216929,61.9496429 51.5488366,62.8802998 C51.5895523,64.276285 51.475285,65.4556464 50.0016466,66.7843145 C49.4876586,67.2477386 48.8545536,67.4912052 48.1023318,67.7343145 C47.6452927,67.8820242 46.8607943,68.0486909 45.7488366,68.2343145 L40.0010327,68.6843145 C38.1462353,68.7443145 36.81217,68.7776479 35.9988366,68.7843145 C34.7788366,68.7943145 28.6377735,68.7414839 25.3910307,68.5132824 C22.1442879,68.2850808 21.4236621,68.1168902 18.9258088,67.5843145 C16.4279556,67.0517389 16.0894589,66.9976619 13.9988366,66.0843145 C12.6050885,65.4754163 11.2717551,64.6754163 9.99883665,63.6843145 L5.99912679,59.8445931 C5.6005732,59.505994 5.13964906,59.1744645 4.61635438,58.8500046 C3.83141237,58.3633147 3.44878136,58.2942773 2.99883665,57.9843145 C2.44718062,57.6042838 2.05635486,57.1737105 1.71932092,56.7662516 C1.30382099,56.2639309 0.723401214,54.7703696 0.498836646,53.8721113 C0.239479861,52.8346842 0.182966814,51.4491222 0.134208514,50.425802 C0.00166588165,47.644049 0.0975252306,47.2982714 0.0687602378,44.8458357 C0.0452570713,42.8420109 -0.0277106081,40.4082829 0.0112302522,39.9409643 C0.224109489,37.3862585 0.450803729,36.3915418 0.898836646,34.8843145 C1.09883665,34.2114947 1.78104521,33.1945675 2.17275045,32.889441 C2.5644557,32.5843145 3.13875358,32.2143561 3.99883665,31.7843145 Z",
|
|
1207
|
+
id: "Path-2",
|
|
1208
|
+
fill: "#FFBF00"
|
|
1209
|
+
}), jsx("path", {
|
|
1210
|
+
d: "M37.1988366,28.2843145 C36.6491114,28.3570112 36.2566531,28.4236779 36.0214618,28.4843145 C35.0603746,28.7321005 34.3937143,29.0314706 34.021481,29.207818 C33.777778,29.3232735 32.5285093,30.04554 31.6988366,30.8956082 C31.0356177,31.5751308 30.7670551,32.3363186 30.5620165,32.9344937 C29.9561734,34.7019667 30.4904911,36.5989836 30.5988366,36.8981554 C30.8174274,37.5017447 31.0945063,37.9694877 31.2988366,38.4843145 C31.4064264,38.7553957 31.4498365,39.7521385 31.3985954,40.9130014 C31.388536,41.1408948 31.3995111,42.8738523 30.5816296,45.1307691 C30.125032,46.3907349 29.4940749,47.743868 28.6988366,48.906031 C27.6082165,50.4998658 26.3589437,51.7345157 26.1988366,51.8770596 C25.2520649,52.7199732 23.8988366,53.516454 23.3777374,54.1031009 C22.8566381,54.6897478 22.8988366,54.7174426 22.8988366,54.8843145 C22.8988366,55.0643438 22.9342857,55.2139882 23.0063234,55.32641 C23.2544011,55.7135594 23.9363916,55.6592779 25.0988366,54.8843145 C25.8683088,54.3713331 26.8213311,53.5952018 27.5988366,52.8259025 C28.3369913,52.0955388 28.9092218,51.3713331 29.2988366,50.8843145 C29.6096134,50.4958436 30.1890589,49.8244169 30.7488366,48.8700346 C31.0160857,48.4143934 31.4327524,47.5858201 31.9988366,46.3843145 C31.9988366,46.7176479 32.33217,47.2176479 32.9988366,47.8843145 C33.1686748,48.0541527 33.5020081,48.3041527 33.9988366,48.6343145 C33.535822,48.6343145 33.2024887,48.6676479 32.9988366,48.7343145 C31.9774176,49.1343145 31.4345654,49.3440777 30.8488366,49.8843145 C30.1709576,50.5095446 29.6310297,51.1756019 29.3988366,52.3843145 C29.1722814,53.5636787 29.3142136,54.632966 29.6488366,55.5921767 C29.928312,56.3933044 30.3156141,57.1176481 30.9865396,57.7652076 C31.1856402,57.9573742 31.5230725,58.2304098 31.9988366,58.5843145 C30.2988366,59.4509812 29.4488366,60.8843145 29.4488366,62.8843145 C29.4488366,65.8843145 31.4988366,68.7843145 35.9988366,68.7843145 C37.2162866,68.7843145 38.5382158,68.7607397 39.9988366,68.6843145 C41.1579568,68.623665 43.0746234,68.473665 45.7488366,68.2343145 C42.81999,68.0652276 40.9033233,67.948561 39.9988366,67.8843145 C38.4397862,67.7735739 34.9576244,67.4218793 34.5109642,67.2843145 C33.8898949,67.0930342 33.3876529,66.66767 32.9988366,66.3843145 C31.7988366,65.509797 31.6488366,63.8668327 31.6488366,63.3843145 C31.6488366,62.6767971 32.115551,61.4820497 32.7124803,60.9291427 C33.2967248,60.387985 34.101504,59.9827037 34.9988366,59.8343145 C36.8129843,59.5343145 37.8279851,59.6343145 38.9968712,59.6343145 C41.8836014,59.6343145 46.4559662,59.9063364 47.0327603,59.9503801 C47.6352731,59.9963876 48.2906319,60.1194654 48.9988366,60.3196132 C48.7881139,60.0647262 48.7047806,59.8196266 48.7488366,59.5843145 C48.7928927,59.3490025 48.9595594,59.1490025 49.2488366,58.9843145 C41.7042463,58.5910176 37.2875796,58.2576842 35.9988366,57.9843145 C34.0657222,57.57426 33.0783849,56.5232188 32.4988366,55.3843145 C32.1808463,54.7594131 31.9988366,54.0680377 32.1988366,52.8843145 C32.4054546,51.661422 33.0758788,51.154421 33.9988366,50.7343145 C35.0343809,50.2629616 36.2160776,50.213626 38.0168693,50.1343145 C41.4226671,49.9843145 41.9988366,49.8715355 44.9988366,49.8843145 C47.4322993,49.8928339 49.8656327,49.9928339 52.2988366,50.1843145 C52.1655033,49.9452767 52.0988366,49.6535253 52.0988366,49.3090604 C52.0988366,48.9645954 52.2988366,48.6563468 52.6988366,48.3843145 C49.4970675,48.4374708 47.2644784,48.4840975 46.0010696,48.5241946 C42.8267531,48.6249387 40.1650305,48.7843145 38.0159019,48.6090596 C36.5073153,48.3843145 35.5349602,47.7454709 35.0988366,47.3586886 C33.5267511,45.9644623 33.6909724,44.1458838 33.6988366,43.902953 C33.7490538,42.3517256 34.2594453,41.6540102 34.9988366,41.2843145 C36.9988366,40.2843145 38.521019,40.3843145 40.9988366,39.8843145 L51.9988366,38.6843145 C51.7847588,38.5992008 51.6347588,38.4325341 51.5488366,38.1843145 C51.4629145,37.9360949 51.4629145,37.6694283 51.5488366,37.3843145 C48.6830402,37.6590904 46.693269,37.8590904 45.579523,37.9843145 C44.2653604,38.1320725 42.7384649,38.3154059 40.9988366,38.5343145 C38.9988366,38.6009812 37.6749072,38.5733169 37.0270482,38.4513217 C35.0988366,38.2216852 33.4888366,37.4843145 33.4388366,34.8545872 C33.3888366,32.7744565 33.7430954,32.2207578 33.8988366,31.9295788 C34.3117653,31.1575537 34.9128559,30.575799 35.3988366,30.1843145 C36.0681111,29.6451768 36.8014444,29.2451768 37.5988366,28.9843145 C37.4503711,28.8228789 37.3503711,28.6970685 37.2988366,28.6068833 C37.2473022,28.516698 37.2139689,28.4091751 37.1988366,28.2843145 Z",
|
|
1211
|
+
id: "Path",
|
|
1212
|
+
fill: "#F28700"
|
|
1213
|
+
})]
|
|
1214
|
+
}))]
|
|
1215
|
+
}));
|
|
1181
1216
|
};
|
|
1182
1217
|
const Edit = props => {
|
|
1183
|
-
return
|
|
1184
|
-
|
|
1185
|
-
|
|
1218
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1219
|
+
children: jsx("path", {
|
|
1220
|
+
d: "m12.718 3.807-5.214 9.426-1.3 2.325.325 5.58 4.905-2.683 6.494-11.711-5.21-2.937zM11.514 5.98l-.616 1.111 5.23 2.9.616-1.11-5.23-2.901zm-4.69 8.462-.612 1.113 5.225 2.898.616-1.11-5.23-2.901z",
|
|
1221
|
+
fillRule: "evenodd"
|
|
1222
|
+
})
|
|
1186
1223
|
}));
|
|
1187
1224
|
};
|
|
1188
|
-
const Export = props => (
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
})
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1225
|
+
const Export = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1226
|
+
children: jsx("path", {
|
|
1227
|
+
d: "M14.744 5.476a1.252 1.252 0 1 0 0 2.504h2.752v9.516H6.48v-1.753a1.251 1.251 0 1 0-2.504 0v3.004c0 .693.561 1.253 1.252 1.253h13.52C19.44 20 20 19.44 20 18.747V6.727c0-.69-.56-1.251-1.252-1.251zM9.133 2.385a1.252 1.252 0 0 0-1.77 0L1.773 7.974l5.54 5.54c.49.49 1.281.49 1.77 0l.022-.026a1.25 1.25 0 0 0-.021-1.745L6.568 9.225h1.371c.914 0 2.756.618 4.045 2.763 1.29 2.145.352 2.526.653 2.526.301 0 1.943-1.798.721-4.295-1.71-3.498-4.6-3.498-5.346-3.498H6.568l2.565-2.565a1.253 1.253 0 0 0 0-1.771z"
|
|
1228
|
+
})
|
|
1229
|
+
}));
|
|
1230
|
+
const ListItem = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1231
|
+
children: jsx("path", {
|
|
1232
|
+
d: "M3 3h4v4H3V3zm0 7h4v4H3v-4zm0 7h4v4H3v-4zm7-14h11v4H10V3zm0 7h11v4H10v-4zm0 7h11v4H10v-4z"
|
|
1233
|
+
})
|
|
1234
|
+
}));
|
|
1235
|
+
const TimeSeriesSelect = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1236
|
+
children: jsx("path", {
|
|
1237
|
+
d: "M7 11a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm15 8v2h-9.255c.421-.604.75-1.277.965-2H22zM7 13c-.3 0-.545.244-.545.545v2.91h-2.91a.545.545 0 1 0 0 1.09h2.91v2.91a.544.544 0 1 0 1.09 0v-2.91h2.91a.545.545 0 1 0 0-1.09h-2.91v-2.91C7.545 13.244 7.3 13 7 13zM4 3v7.674a7.018 7.018 0 0 0-2 1.428V3h2zm14.363-.995 1.751.967-4.632 8.348-4.764-2.643-1.03 1.858a6.957 6.957 0 0 0-2.003-.502l2.258-4.07 4.76 2.644 3.66-6.602z"
|
|
1238
|
+
})
|
|
1239
|
+
}));
|
|
1240
|
+
const Close = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1241
|
+
children: jsx("path", {
|
|
1242
|
+
d: "m13.805 12 4.821-4.822a1.276 1.276 0 1 0-1.804-1.804L12 10.195 7.178 5.374a1.276 1.276 0 1 0-1.804 1.804L10.196 12l-4.822 4.822a1.276 1.276 0 1 0 1.804 1.805L12 13.805l4.822 4.822a1.274 1.274 0 0 0 1.804 0c.499-.5.499-1.306 0-1.805L13.805 12z"
|
|
1243
|
+
})
|
|
1244
|
+
}));
|
|
1245
|
+
const KeyOption = props => jsx(SvgIcon, Object.assign({
|
|
1201
1246
|
viewBox: "0 0 12 11"
|
|
1202
|
-
}, props
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1247
|
+
}, props, {
|
|
1248
|
+
children: jsx("path", {
|
|
1249
|
+
d: "m4.01.88 4.55 9.11h3.14V11H7.74L3.19 1.9H.06V.88h3.95zm7.69 0V1.9H6.97V.88h4.73z"
|
|
1250
|
+
})
|
|
1251
|
+
}));
|
|
1252
|
+
const KeyCommand = props => jsx(SvgIcon, Object.assign({
|
|
1206
1253
|
viewBox: "0 0 12 12"
|
|
1207
|
-
}, props
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1254
|
+
}, props, {
|
|
1255
|
+
children: jsx("path", {
|
|
1256
|
+
d: "M9.04.63c1.04 0 2.15.81 2.15 2.17 0 1-.79 2.13-2.15 2.13H7.9v2.02H9c1.4 0 2.19 1.15 2.19 2.05 0 1.6-1.19 2.26-2.19 2.26S6.89 10.5 6.89 9V7.97H4.86V9c0 1.5-1.11 2.26-2.15 2.26C1.7 11.26.56 10.5.56 9c0-1 .99-2.05 2.15-2.05h1.14V4.93H2.71C1.55 4.93.525 4 .561 2.72.598 1.442 1.7.63 2.71.63c1.04 0 2.15.75 2.15 2.17v1.12h2.03V2.8C6.89 1.38 8 .63 9.04.63zM3.85 7.96H2.71A1.14 1.14 0 1 0 3.85 9.1V7.96zm5.19 0H7.9V9.1a1.14 1.14 0 1 0 1.14-1.14zM6.89 4.93H4.86v2.02h2.03V4.93zM2.71 1.64a1.14 1.14 0 0 0 0 2.28h1.14V2.78c0-.63-.51-1.14-1.14-1.14zm6.33 0c-.63 0-1.14.51-1.14 1.14v1.14h1.14a1.14 1.14 0 0 0 0-2.28z"
|
|
1257
|
+
})
|
|
1258
|
+
}));
|
|
1259
|
+
const ArrowLeft = props => jsx(SvgIcon, Object.assign({
|
|
1211
1260
|
viewBox: "0 0 12 6"
|
|
1212
|
-
}, props
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1261
|
+
}, props, {
|
|
1262
|
+
children: jsx("path", {
|
|
1263
|
+
d: "M3.355 0 .395 2.96l2.96 2.96V3.47h8.01V2.45h-8.01z"
|
|
1264
|
+
})
|
|
1265
|
+
}));
|
|
1266
|
+
const ArrowRight = props => jsx(SvgIcon, Object.assign({
|
|
1216
1267
|
viewBox: "0 0 12 6"
|
|
1217
|
-
}, props
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1268
|
+
}, props, {
|
|
1269
|
+
children: jsx("path", {
|
|
1270
|
+
d: "m8.405 5.92 2.96-2.96L8.405 0v2.45H.395v1.02h8.01z"
|
|
1271
|
+
})
|
|
1272
|
+
}));
|
|
1273
|
+
const ArrowDown = props => jsx(SvgIcon, Object.assign({
|
|
1221
1274
|
viewBox: "0 0 6 12"
|
|
1222
|
-
}, props
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1275
|
+
}, props, {
|
|
1276
|
+
children: jsx("path", {
|
|
1277
|
+
d: "m-.08 8.89 2.96 2.96 2.96-2.96H3.39V.88H2.37v8.01z"
|
|
1278
|
+
})
|
|
1279
|
+
}));
|
|
1280
|
+
const ArrowUp = props => jsx(SvgIcon, Object.assign({
|
|
1226
1281
|
viewBox: "0 0 6 11"
|
|
1227
|
-
}, props
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
})
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
}))
|
|
1282
|
+
}, props, {
|
|
1283
|
+
children: jsx("path", {
|
|
1284
|
+
d: "M-.08 2.96 2.88 0l2.96 2.96H3.39v8.01H2.37V2.96z"
|
|
1285
|
+
})
|
|
1286
|
+
}));
|
|
1287
|
+
const Exclamation = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1288
|
+
children: jsx("path", {
|
|
1289
|
+
d: "M12.862 16.72c-.22.226-.507.339-.86.339-.364 0-.662-.113-.894-.34-.232-.226-.347-.52-.347-.885 0-.32.118-.59.356-.81a1.25 1.25 0 0 1 .884-.331c.332 0 .613.11.845.33.232.222.347.491.347.811 0 .365-.11.66-.33.886zm.216-9.805-.134 6.669H11.06l-.15-6.67h2.169zM12 4.5a7.501 7.501 0 0 0 0 15 7.5 7.5 0 0 0 0-15z"
|
|
1290
|
+
})
|
|
1291
|
+
}));
|
|
1292
|
+
const Visibility = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1293
|
+
children: jsx("path", {
|
|
1294
|
+
d: "M14.4980749,15.8618431 C15.8661433,15.0851043 16.779689,13.6936347 16.779689,12.1014551 C16.779689,10.5092755 15.8661433,9.11870594 14.4980749,8.34106705 C17.6257313,9.18620931 19.3529176,11.4300215 19.8092405,12.1014551 C19.3529176,12.7719886 17.6266313,15.0167008 14.4980749,15.8618431 L14.4980749,15.8618431 Z M4.18985949,12.1014551 C4.64618231,11.4300215 6.37336867,9.18710936 9.49922496,8.3419671 C8.13295665,9.11870594 7.21851093,10.5101755 7.21851093,12.1014551 C7.21851093,13.6936347 8.13295665,15.0842042 9.49922496,15.8618431 C6.37336867,15.0167008 4.64618231,12.7728886 4.18985949,12.1014551 L4.18985949,12.1014551 Z M11.99955,13.8583429 C10.9950998,13.8583429 10.180559,13.0717036 10.180559,12.1014551 C10.180559,11.1312066 10.9950998,10.3445672 11.99955,10.3445672 C13.0031002,10.3445672 13.8176409,11.1312066 13.8176409,12.1014551 C13.8176409,13.0717036 13.0031002,13.8583429 11.99955,13.8583429 L11.99955,13.8583429 Z M20.7983899,11.7666383 C20.6813841,11.5713286 17.8696435,7 11.99955,7 C6.12945647,7 3.31681584,11.5713286 3.19980999,11.7666383 L3,12.1014551 L3.19980999,12.4362718 C3.31681584,12.6306815 6.12945647,17.2020101 11.99955,17.2020101 C17.8696435,17.2020101 20.6813841,12.6306815 20.7983899,12.4362718 L21,12.1014551 L20.7983899,11.7666383 Z"
|
|
1295
|
+
})
|
|
1296
|
+
}));
|
|
1297
|
+
const VisibilityOff = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1298
|
+
children: jsx("path", {
|
|
1299
|
+
d: "M12 15.309c-.755 0-1.45-.088-2.092-.236l.798-.797c.41.124.844.192 1.294.192 2.453 0 4.442-1.988 4.442-4.44 0-.495-.085-.907-.234-1.255l.03-.03c1.72.906 2.781 2.167 3.218 2.766-.724.992-3.151 3.8-7.456 3.8zm-7.456-3.8c.442-.607 1.522-1.89 3.276-2.796-.166.36-.261.79-.261 1.315 0 1.228.499 2.34 1.305 3.144l-1.102 1.104c-1.72-.906-2.78-2.169-3.218-2.767zm5.646-3.524c.818 0 1.482.665 1.482 1.483 0 .818-.664 1.481-1.482 1.481s-1.482-.663-1.482-1.481c0-.818.664-1.483 1.482-1.483zm10.608 3.19c-.073-.125-1.245-2.026-3.603-3.388l2.009-2.01c.406-.406.406-1.065 0-1.473-.407-.405-1.066-.405-1.473 0l-2.58 2.582c-.93-.295-1.98-.478-3.151-.478-5.87 0-8.681 4.57-8.798 4.766L3 11.51l.202.335c.073.124 1.244 2.025 3.603 3.387l-2.009 2.01c-.406.406-.406 1.065 0 1.472.204.203.47.305.737.305.266 0 .532-.102.736-.305l2.58-2.58c.93.293 1.98.476 3.151.476 5.87 0 8.681-4.57 8.798-4.765l.202-.335-.202-.335z"
|
|
1300
|
+
})
|
|
1301
|
+
}));
|
|
1302
|
+
const HamburgerMenu = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1303
|
+
children: jsx("path", {
|
|
1304
|
+
d: "M18.693 7.732H5.306C4.584 7.732 4 7.12 4 6.366 4 5.611 4.584 5 5.306 5h13.387C19.414 5 20 5.611 20 6.366c0 .754-.586 1.366-1.307 1.366m0 5.634H5.306C4.584 13.366 4 12.754 4 12c0-.755.584-1.367 1.306-1.367h13.387c.721 0 1.307.612 1.307 1.367 0 .753-.586 1.365-1.307 1.365m0 5.634H5.306C4.584 19 4 18.388 4 17.634c0-.754.584-1.367 1.306-1.367h13.387c.721 0 1.307.613 1.307 1.367S19.414 19 18.693 19"
|
|
1305
|
+
})
|
|
1306
|
+
}));
|
|
1242
1307
|
const GeoWebLogo = props => {
|
|
1243
1308
|
const GEOWEB_LOGO = 'Geoweb logo';
|
|
1244
|
-
return
|
|
1309
|
+
return jsxs("svg", Object.assign({
|
|
1245
1310
|
width: "47px",
|
|
1246
1311
|
height: "29px",
|
|
1247
1312
|
viewBox: "0 0 71 44",
|
|
1248
1313
|
version: "1.1",
|
|
1249
1314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1250
1315
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
1251
|
-
}, props
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1316
|
+
}, props, {
|
|
1317
|
+
children: [jsx("title", {
|
|
1318
|
+
children: GEOWEB_LOGO
|
|
1319
|
+
}), jsxs("defs", {
|
|
1320
|
+
children: [jsxs("linearGradient", Object.assign({
|
|
1321
|
+
x1: "16.8198885%",
|
|
1322
|
+
y1: "6.54485841%",
|
|
1323
|
+
x2: "57.3699143%",
|
|
1324
|
+
y2: "42.3856856%",
|
|
1325
|
+
id: "linearGradient-1"
|
|
1326
|
+
}, {
|
|
1327
|
+
children: [jsx("stop", {
|
|
1328
|
+
stopColor: "#FFFFFF",
|
|
1329
|
+
stopOpacity: "0.33333",
|
|
1330
|
+
offset: "0%"
|
|
1331
|
+
}), jsx("stop", {
|
|
1332
|
+
stopColor: "#FFFFFF",
|
|
1333
|
+
stopOpacity: "0",
|
|
1334
|
+
offset: "100%"
|
|
1335
|
+
})]
|
|
1336
|
+
})), jsxs("linearGradient", Object.assign({
|
|
1337
|
+
x1: "50.9318547%",
|
|
1338
|
+
y1: "46.4796835%",
|
|
1339
|
+
x2: "43.0090172%",
|
|
1340
|
+
y2: "0.844973858%",
|
|
1341
|
+
id: "linearGradient-2"
|
|
1342
|
+
}, {
|
|
1343
|
+
children: [jsx("stop", {
|
|
1344
|
+
stopColor: "#FFFFFF",
|
|
1345
|
+
stopOpacity: "0",
|
|
1346
|
+
offset: "0%"
|
|
1347
|
+
}), jsx("stop", {
|
|
1348
|
+
stopColor: "#FFFFFF",
|
|
1349
|
+
stopOpacity: "0.33333",
|
|
1350
|
+
offset: "100%"
|
|
1351
|
+
})]
|
|
1352
|
+
}))]
|
|
1353
|
+
}), jsx("g", Object.assign({
|
|
1354
|
+
id: "Geoweb-logo",
|
|
1355
|
+
stroke: "none",
|
|
1356
|
+
strokeWidth: "1",
|
|
1357
|
+
fill: "none",
|
|
1358
|
+
fillRule: "evenodd"
|
|
1359
|
+
}, {
|
|
1360
|
+
children: jsxs("g", Object.assign({
|
|
1361
|
+
transform: "translate(-0.000002, 0.000000)",
|
|
1362
|
+
fillRule: "nonzero"
|
|
1363
|
+
}, {
|
|
1364
|
+
children: [jsxs("g", Object.assign({
|
|
1365
|
+
id: "layer1"
|
|
1366
|
+
}, {
|
|
1367
|
+
children: [jsxs("g", Object.assign({
|
|
1368
|
+
id: "g4"
|
|
1369
|
+
}, {
|
|
1370
|
+
children: [jsx("path", {
|
|
1371
|
+
d: "M29.0244012,8.24968403 C22.1632139,8.25834657 16.1741523,12.832579 14.4544599,19.3776076 C13.832111,19.279281 13.20312,19.2272122 12.5728452,19.2218415 C5.62905014,19.2217232 1.99977785e-06,24.7686157 1.99977785e-06,31.6109206 C1.99977785e-06,38.4532254 6.62905014,44 12.5728452,44 C22.6625546,44 49.500002,43.9979372 53.3350238,44 C56.2372834,44 63.2828385,43.8604971 68.2761419,37.5041138 C73.2694453,31.147461 70.2632768,17.4867764 68.1881953,11.6493259 C66.1131138,5.81187538 59.6578291,0 53.3280106,0 C45.8866154,0 39.2715769,4.00456749 35.9382426,9.91929332 C33.8018082,8.82655405 31.4311891,8.25413905 29.0244012,8.24968403 Z",
|
|
1372
|
+
id: "path4220",
|
|
1373
|
+
fill: "#0B9EE5"
|
|
1374
|
+
}), jsx("path", {
|
|
1375
|
+
d: "M12.6356798,44 C22.7746907,43.937003 33.0654278,43.9720938 43.255762,43.9720938 C46.0886384,43.9720938 50.8633856,43.9748907 55.181552,43.9769417 C58.5400012,43.846454 64.6600826,42.7286231 68.900002,36.6595013 C70.4781085,33.855306 70.7241054,31.4933791 70.870002,29.9999998 C61.0123574,29.9967644 4.74480574,30.0001193 0.107164182,30.0001762 C0.0357213941,30.3929005 0,30.9706094 0,31.7333029 C0,38.2015669 6.41531361,44 12.6356798,44 Z",
|
|
1376
|
+
id: "path4220-7",
|
|
1377
|
+
fill: "#60BCE9"
|
|
1378
|
+
})]
|
|
1379
|
+
})), jsx("path", {
|
|
1380
|
+
d: "M53.3593361,0 C47.918804,0 42.9223401,2.15054275 39.3299564,5.62541069 C38.0351939,6.90249749 36.9198138,8.3502422 36.000002,9.92363493 C36.000002,21.1882124 36.0054345,31.3594567 36.0054345,43.9919386 C38.3685237,43.9938645 40.7366832,43.9957078 43.0921391,43.9957078 C45.9061498,43.9957078 50.6490992,43.9981839 54.9385085,44 C58.2745918,43.8844761 64.0692084,42.8948363 68.2808918,37.5217121 C73.2653764,31.1622771 70.2646844,17.4953381 68.1932872,11.6553326 C66.1218901,5.8153271 59.6782653,0.000907901172 53.3596259,0.000907901172 L53.3593361,0 Z",
|
|
1381
|
+
id: "path4220-2",
|
|
1382
|
+
fillOpacity: "0.31373",
|
|
1383
|
+
fill: "#FFFFFF"
|
|
1384
|
+
})]
|
|
1385
|
+
})), jsxs("g", Object.assign({
|
|
1386
|
+
id: "g4244",
|
|
1387
|
+
transform: "translate(20.000002, 14.500000)"
|
|
1388
|
+
}, {
|
|
1389
|
+
children: [jsx("path", {
|
|
1390
|
+
d: "M33.2943298,6.72474814 C36.4490656,9.02287887 37.3756525,8.9287324 39.4713926,11.7544337 C40.4745953,13.1069689 40.9988188,14.8107298 41,16.5033269 C41,21.1960094 37.0027377,25.0000392 32.0720208,24.9997778 C27.1415787,24.9997778 23.1445911,21.195748 23.1445911,16.5033269 C23.1462393,16.3723481 23.1510741,16.241411 23.1590681,16.110636 C22.2077851,15.8184709 21.258837,15.606125 20.5069638,15.606125 C19.7497338,15.606125 18.7925446,15.8208605 17.8344763,16.1162571 C17.8443657,16.2451131 17.851151,16.3741703 17.8548595,16.5033269 C17.8548101,21.195748 13.8578719,24.9997778 8.92742977,24.9997778 C3.9969876,24.9997778 0,21.195748 0,16.5033269 C0.00164824231,15.5820197 0.197168239,14.6813928 0.515927314,13.8208977 C2.01967372,8.45577777 2.93181101,2.25743153 8.1156979,1.57087606 C10.3834596,1.27052764 12.4978248,3.88414447 15.0127678,3.88414447 C17.5279307,3.88407126 17.5724882,0.0722713368 21.3552043,0.0053413284 C25.9779745,-0.0763080529 29.9219437,4.26794624 33.2945221,6.72474814 L33.2943298,6.72474814 Z M31.9884,10.3640673 C28.347158,10.3640673 25.3954308,13.1732976 25.3954308,16.6387556 C25.3954308,20.1042137 28.347158,22.9134439 31.9884,22.9134439 C35.629642,22.9134439 38.5813692,20.1042137 38.5813692,16.6387556 C38.5813692,13.1732976 35.629642,10.3640673 31.9884,10.3640673 L31.9884,10.3640673 Z M8.87866927,10.3640673 C5.23742729,10.3640673 2.28570002,13.1732976 2.28570002,16.6387556 C2.28570002,20.1042137 5.23742729,22.9134439 8.87866927,22.9134439 C12.5199112,22.9134439 15.4716385,20.1042137 15.4716385,16.6387556 C15.4716385,13.1732976 12.5199112,10.3640673 8.87866927,10.3640673 L8.87866927,10.3640673 Z",
|
|
1391
|
+
id: "path4329",
|
|
1392
|
+
fill: "#003232"
|
|
1393
|
+
}), jsx("path", {
|
|
1394
|
+
d: "M18.3777369,1.23152 C17.7953855,1.80024206 17.3777758,2.40363177 16.8938244,2.93721557 C16.7477214,3.09830251 16.551869,3.28208813 16.3862482,3.40648382 C16.0550064,3.65530136 15.686377,3.82759384 15.2412692,3.87167353 C15.1670845,3.87902014 15.0907654,3.88290522 15.012169,3.88290783 C16.4111971,7.35960803 18.259481,10.684147 20.50631,15.6045484 C21.2581832,15.6045484 22.2071313,15.8168943 23.1584143,16.1090595 C23.1504203,16.2398345 23.1455855,16.3707663 23.1439372,16.5017504 C23.1439372,18.7013163 24.021901,20.7057916 25.4628494,22.2148541 C25.5589117,22.3154426 25.6575095,22.4133931 25.7584891,22.509503 C27.3740413,24.0470369 29.6063108,24.998332 32.0712571,24.998332 C32.2253403,24.998332 32.3783796,24.9944364 32.5305399,24.9870898 C33.4435562,24.9430912 34.3203662,24.7689529 35.1408063,24.4831016 C35.4142881,24.3878153 35.6816495,24.2796919 35.941852,24.1603735 C36.3321558,23.9814063 36.7064442,23.7766502 37.0626843,23.5475979 C39.4375267,22.0207571 40.9992363,19.4348012 40.9992363,16.5019073 C40.9981375,14.8093101 40.4264996,13.1363214 39.4706289,11.753014 C37.5293291,8.94378381 35.4368306,8.41618711 33.2935662,6.7233285 C30.0479023,4.15990918 25.8852664,0 21.5836287,0 C19.877588,0 19.0182769,0.606161033 18.3777974,1.23172131 L18.3777369,1.23152 Z M31.9875484,10.3622372 C33.3530073,10.3622372 34.6213297,10.7575164 35.6735676,11.4340586 C35.8489406,11.5468173 36.018325,11.6672051 36.1811164,11.7950884 C36.3439243,11.9229614 36.5003809,12.0580763 36.6495194,12.200015 C37.8425996,13.3354983 38.5805176,14.9041442 38.5805176,16.6370039 C38.5805176,19.9942236 35.810097,22.7354781 32.3265369,22.9035874 C32.2141652,22.9089993 32.1012359,22.9117445 31.9874385,22.9117445 C30.6221445,22.9117445 29.3536022,22.5168313 28.3014193,21.8404461 C28.3012984,21.8403676 28.3008699,21.8405219 28.3008699,21.8404461 C26.5471401,20.7128584 25.3944693,18.8029741 25.3944693,16.6371608 C25.3944693,14.9044318 26.1323874,13.335629 27.3254676,12.2001719 C27.4746005,12.0582358 27.6310517,11.9231182 27.7938705,11.7952453 C27.9566784,11.6673724 28.1255244,11.5469847 28.3008974,11.4342154 C29.3531352,10.7576472 30.6219796,10.3623941 31.987466,10.3623941 L31.9875484,10.3622372 Z",
|
|
1395
|
+
id: "path4329-2",
|
|
1396
|
+
fill: "url(#linearGradient-1)"
|
|
1397
|
+
}), jsx("path", {
|
|
1398
|
+
d: "M8.54047741,1.54734597 C8.39980543,1.54470276 8.25835327,1.55206506 8.11660443,1.57083684 C2.93260766,2.25739231 2.02085496,8.456 0.517108554,13.8211199 C0.198338491,14.681615 0.00260971699,15.5821896 0.000961474681,16.5035492 C0.000961474681,21.1959702 3.99794908,25 8.92839124,25 C13.8588334,25 17.855821,21.1959702 17.855821,16.5035492 C17.8521125,16.3743899 17.8453272,16.2453405 17.8354377,16.1164793 C18.7972421,15.8531777 19.4247005,15.6277596 20.4971568,15.6132493 C19.1526306,12.6387856 16.571593,7.26948259 15.0137293,3.88402682 C12.6559736,3.88402708 10.6505572,1.58699416 8.54025765,1.5473329 L8.54047741,1.54734597 Z M8.8795758,10.3640673 C12.5208178,10.3640673 15.472545,13.1732976 15.472545,16.6387556 C15.472545,20.1042137 12.5208178,22.9134439 8.8795758,22.9134439 C5.23833383,22.9134439 2.28660656,20.1042137 2.28660656,16.6387556 C2.28660656,13.1732976 5.23833383,10.3640673 8.8795758,10.3640673 L8.8795758,10.3640673 Z",
|
|
1399
|
+
id: "path4329-7",
|
|
1400
|
+
fill: "url(#linearGradient-2)"
|
|
1401
|
+
})]
|
|
1402
|
+
}))]
|
|
1403
|
+
}))
|
|
1404
|
+
}))]
|
|
1405
|
+
}));
|
|
1321
1406
|
};
|
|
1322
|
-
const Add = props => (
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
d: "M11,0 C17.0751322,0 22,4.92486775 22,11 C22,17.0751322 17.0751322,22 11,22 C10.5695059,22 10.1447878,21.9752704 9.72718863,21.9271542 C11.6937006,20.6867584 13,18.4959305 13,16 C13,15.2178605 12.8717238,14.4656815 12.6350618,13.7633536 L12.8603346,13.7516342 L13.3075078,13.5712633 L13.6038498,13.7100307 L13.9516108,13.7516342 L14.0447321,13.9980822 L13.9516108,14.3837503 L14.4098043,15.097913 L14.4098043,15.3979716 L14.4795202,15.6310794 L14.2759746,16.0004509 L14.2759746,16.3490796 L14.4098043,16.7807152 L14.570317,17.2810107 L14.7927182,17.8179518 L14.8444173,18.1225613 L15.0027138,18.1925997 C15.1210421,18.1696483 15.2227644,18.1463022 15.3078806,18.1225613 C15.3929969,18.0988205 15.5167379,18.0592798 15.6791038,18.0039393 C15.8119178,17.8561587 15.91272,17.7341772 15.9815103,17.6379948 C16.0503006,17.5418125 16.1218463,17.4228178 16.1961475,17.2810107 L16.238621,17.1599753 L16.5253841,16.8377117 L16.4773877,16.4761782 L17.0444775,15.822817 C17.080476,15.6592505 17.0984752,15.5393567 17.0984752,15.4631354 C17.0984752,15.3488036 17.0065184,14.863353 17.0065184,14.7399518 C17.0065184,14.6165505 17.6283915,14.0351192 17.7725773,13.8336692 C17.9167632,13.6322192 18.3092775,13.0079105 18.3092775,13.0079105 L18.3092775,12.7491772 L18.0384589,12.891753 L17.5763431,12.891753 L17.4423492,12.7491772 L17.4054467,12.5805431 L17.2300006,12.4714194 C17.031852,12.2273938 16.9097949,12.0206886 16.8638294,11.8513038 C16.8178639,11.681919 16.7050488,11.4665375 16.5253841,11.2051593 C16.4147486,11.0117688 16.3839072,10.8810501 16.4328598,10.8130033 C16.4818125,10.7449564 16.5727809,10.8029517 16.7057649,10.986989 L17.0984752,11.7055205 L17.4054467,12.2659767 L17.4423492,12.4714194 L17.5763431,12.6712136 L18.3092775,12.3643273 C18.7163605,12.114894 18.9370657,11.9591836 18.9713929,11.897196 C19.0057202,11.8352085 19.0628363,11.7210098 19.1427411,11.5546 L19.1427411,11.4407052 L18.9256132,11.2558031 L18.8092887,11.0708639 L18.6203775,11.0708639 L18.4068651,11.1645902 L18.3092775,11.1187555 L18.2650222,10.986989 L18.0384589,10.8130033 L17.8727613,10.5180122 L17.7362966,10.2457545 L18.1953526,10.71134 L18.5101156,10.876204 L18.8092887,10.876204 L18.9713929,10.986989 L19.5784617,10.986989 L19.9988814,11.1645902 C20.1530402,11.3693574 20.2301196,11.4855508 20.2301196,11.5131705 C20.2301196,11.5407901 20.2994048,11.5546 20.4379751,11.5546 C20.5988303,11.8697801 20.6988701,12.0758393 20.7380946,12.1727777 C20.7773191,12.2697161 20.8164321,12.4485404 20.8554336,12.7092508 C20.8805017,12.6371637 20.8988514,12.5578865 20.9104826,12.4714194 C20.9361837,12.280355 20.9600862,11.9224104 20.9810289,11.8129765 C21.0337678,11.5373948 20.9655316,10.2942533 20.9104826,9.72334545 C20.8554336,9.15243761 20.5599231,7.96654773 20.2794023,7.32173653 C19.9988814,6.67692532 18.9801354,4.92992096 18.5687086,4.46879869 L18.4068651,4.3703218 L18.3699048,4.27866549 L18.2650222,4.1790917 L18.2650222,4.27866549 C18.117548,4.05898029 18.0153027,3.92056854 17.9582861,3.86343024 C17.9012696,3.80629194 17.7446114,3.65493983 17.4883115,3.40937391 C17.4270284,3.48560236 17.4117076,3.55372522 17.4423492,3.61374249 C17.4883115,3.70376839 17.7331558,3.96056941 17.6547495,4.01726814 C17.5763431,4.07396687 17.2251256,4.08957468 17.0444775,3.95777072 C16.8638294,3.82596675 16.6032471,3.70033832 16.6032471,3.26411667 L16.7057649,2.87788558 C16.6688879,2.75831936 16.6216058,2.69853624 16.5639186,2.69853624 C16.4773877,2.69853624 16.3594308,2.91956491 16.3594308,3.03198748 C16.3594308,3.14441004 16.4328598,3.31644001 16.4328598,3.49868018 C16.4328598,3.68092035 16.388332,3.83187945 16.4328598,3.92457379 C16.4773877,4.01726814 16.6319745,3.98220096 16.6688697,4.01726814 C16.6934665,4.04064626 16.7370419,4.07302605 16.7995957,4.11440751 C17.0865323,4.1575303 17.2300006,4.1790917 17.2300006,4.1790917 L17.2300006,4.31513284 L17.0444775,4.3703218 C16.9952614,4.44176746 16.9528494,4.45962888 16.9172414,4.42390605 C16.8816334,4.38818322 16.8424182,4.3703218 16.7995957,4.3703218 C16.6144756,4.57937453 16.5070729,4.68390089 16.4773877,4.68390089 C16.4328598,4.68390089 16.3864109,4.46879869 16.2727273,4.46879869 C16.1590436,4.46879869 16.1961475,4.63742254 16.1961475,4.73119663 C16.1961475,4.82497071 16.3152008,5.00986536 16.238621,5.00986536 C16.210556,5.00986536 16.1179048,4.95483284 16.0640417,4.87710949 C15.970931,4.7427527 15.9301198,4.57884046 15.8013515,4.53616354 C15.5980926,4.46879869 15.484332,4.4774903 15.3078806,4.42390605 C15.1902463,4.38818322 15.1314292,4.30657843 15.1314292,4.1790917 C14.9498643,4.11270917 14.8180089,4.11270917 14.7358629,4.1790917 C14.6126439,4.27866549 14.2264055,4.43392073 14.0890081,4.62793818 C13.9516108,4.82195564 14.0522609,5.29030621 13.7347248,5.65206088 C13.4171887,6.01381555 13.3075078,5.87300449 13.3075078,6.21342866 C13.3075078,6.55385283 13.4503197,6.65656854 13.5270847,6.65656854 C13.5782615,6.65656854 13.6808654,6.58438372 13.8348966,6.44001409 C13.9452342,6.62694724 14.000403,6.74331147 14.000403,6.78910678 L14.000403,7.00818867 L14.2330129,7.00818867 C14.2786407,6.80708897 14.3375712,6.66969722 14.4098043,6.5960134 C14.4820373,6.52232958 14.5181539,6.44945332 14.5181539,6.37738462 C14.391041,6.22399796 14.3274846,6.10866604 14.3274846,6.03138886 C14.3274846,5.91547309 14.6268656,5.10897556 14.7927182,5.22253615 C14.9585707,5.33609673 14.594337,5.82851706 14.6651,5.92995296 C14.7358629,6.03138886 14.7186115,6.08017118 14.9036553,6.11963169 C15.0886991,6.1590922 15.4422383,6.15346276 15.4422383,6.31741872 C15.2152609,6.35739599 15.0687528,6.37738462 15.0027138,6.37738462 C14.9366748,6.37738462 14.9366748,6.47044593 15.0027138,6.65656854 C14.9822616,6.69913102 14.9294961,6.72041226 14.8444173,6.72041226 C14.7167991,6.72041226 14.9014088,6.94799896 14.7358629,7.05712423 C14.570317,7.16624949 14.3770177,7.25201765 14.2330129,7.25201765 C14.0890081,7.25201765 13.8993059,7.36463826 13.8671013,7.25201765 C13.8528375,7.20213703 13.7953528,7.15208951 13.787525,7.09832814 C13.7776792,7.03070693 13.787525,6.86291552 13.787525,6.86291552 L13.7005772,6.86291552 C13.7023416,6.99238799 13.6903919,7.10591948 13.6647283,7.20350999 C13.6425074,7.28800881 13.5948814,7.30906251 13.5607787,7.35868687 C13.5358019,7.39503174 13.5362356,7.46224443 13.4682705,7.50308094 C13.3610954,7.5674767 13.2529443,7.64553442 13.1438171,7.73725409 L13.106108,7.9493162 C13.0609133,8.04253572 12.9913282,8.10737334 12.8973528,8.14382906 C12.7563896,8.19851263 12.6784123,8.28035028 12.5669167,8.28035028 C12.4925864,8.28035028 12.4554212,8.30298334 12.4554212,8.34824946 C12.6839693,8.47457384 12.7982434,8.57456041 12.7982434,8.64820919 C12.7982434,8.75868235 12.8318094,8.85156922 12.6451692,8.90849867 C12.5207423,8.94645164 12.3693592,8.96012583 12.1910199,8.94952122 L12.0928244,9.07694194 C11.9718742,9.29212115 11.930983,9.46526018 11.9701509,9.59635903 C12.0093188,9.72745788 12.1437953,9.84754679 12.3735804,9.95662576 L12.6846569,9.8696511 C12.8540718,9.7294451 12.9387792,9.63834774 12.9387792,9.59635903 C12.9387792,9.570438 12.9229406,9.4985828 12.9841313,9.39465551 C13.0220617,9.33023402 13.185378,9.07694194 13.3409793,9.07694194 L13.7347248,9.07694194 L13.787525,8.99796274 L14.3274846,9.30646156 L14.3274846,9.4957217 L14.18998,9.59635903 L14.18998,9.72334545 L14.3274846,9.8696511 L14.5181539,9.72334545 L14.6651,9.39465551 L14.9036553,9.54475618 L15.0027138,9.72334545 L15.3078806,9.72334545 L15.3691461,9.59635903 L15.1314292,9.35148881 L14.570317,9.07694194 L14.2759746,8.90849867 C14.1898136,8.84238887 14.1467332,8.79083917 14.1467332,8.75384959 C14.1467332,8.71686 14.3195221,8.79823105 14.6651,8.99796274 L15.1314292,9.23798118 L15.3078806,9.20516648 L15.4012042,9.39465551 L15.6445067,9.20516648 L15.7504456,9.07694194 L15.6445067,8.90849867 C15.6390766,8.84316859 15.650609,8.7916189 15.6791038,8.75384959 C15.7075985,8.71608028 15.7736919,8.66473855 15.8773838,8.5998244 L16.0289508,8.6953513 C16.1360238,8.7590359 16.2172827,8.7590359 16.2727273,8.6953513 C16.3281719,8.6316667 16.357073,8.57370649 16.3594308,8.52147066 L16.1961475,8.38190867 L16.3594308,8.19851263 L16.4328598,8.38190867 L16.4328598,8.52147066 L16.8638294,8.75384959 L16.8638294,8.94952122 C16.8579276,9.03488654 16.8052394,9.07756919 16.7057649,9.07756919 C16.6062904,9.07756919 16.42405,9.02121235 16.1590436,8.90849867 L15.8773838,8.99796274 L15.8013515,9.07694194 L15.5052059,9.39465551 L15.4422383,9.4957217 C15.5540192,9.62593863 15.621442,9.70181321 15.6445067,9.72334545 C15.6675714,9.74487769 15.7618146,9.78134013 15.9272362,9.83273277 C16.0361584,9.85419936 16.1257955,9.85419936 16.1961475,9.83273277 C16.2664994,9.81126618 16.3602462,9.75531 16.4773877,9.66486423 L16.4773877,10.1020029 L16.238621,10.2918261 L15.9272362,10.4407372 L15.0886991,10.2457545 C14.9653366,10.1986669 14.9036553,10.1868949 14.9036553,10.2104388 C14.9036553,10.2457545 14.8926916,10.5849004 14.8444173,10.5849004 C14.8141976,10.5849004 14.6292274,10.5010923 14.5181539,10.4033692 L14.4167037,10.3076208 C14.383588,10.2771662 14.3525108,10.2523586 14.3274846,10.2457545 C14.2382648,10.2222107 14.1587727,10.2222107 14.0890081,10.2457545 C14.0958353,10.1075598 14.0958353,9.99818588 14.0890081,9.91763272 C14.082181,9.83707956 14.0674223,9.77231714 14.0447321,9.72334545 L13.4682705,9.72334545 L13.0417028,9.78819141 L12.5046015,10.0416782 L12.3414602,10.0416782 L12.055454,10.4407372 L11.8651676,10.7533689 L11.8192057,10.876204 L11.5980576,11.0708639 L11.3621263,11.5000149 C10.0816579,9.97582262 8.16328664,9.0054573 6.01811647,9.00002294 C6.05506211,8.92122979 6.08732764,8.84850004 6.10219814,8.83190741 C6.13780908,8.79217243 6.31742104,8.80328495 6.38359839,8.80328495 C6.44977575,8.80328495 6.40897385,8.87398851 6.47231418,8.87398851 C6.5356545,8.87398851 6.72974888,8.73026563 6.83692613,8.73026563 C6.94410338,8.73026563 7.01829039,8.71014291 7.05635239,8.65023497 C7.08172706,8.61029635 7.08172706,8.5682408 7.05635239,8.52406834 C6.86220759,8.40520713 6.75653203,8.33020585 6.7393257,8.29906449 C6.71351621,8.25235244 6.77354663,8.19028588 6.77354663,8.14758641 C6.77354663,8.10488693 6.58443491,8.03959202 6.58443491,7.97518189 C6.58443491,7.91077177 6.65348578,7.8929091 6.71351621,7.8929091 C6.77354663,7.8929091 6.975346,7.97518189 7.0348802,7.97518189 C7.07456966,7.97518189 7.23954306,7.89807494 7.52980038,7.74386102 C7.60015855,7.69199165 7.63533764,7.69199165 7.63533764,7.74386102 C7.63533764,7.82166508 7.21551751,8.25253373 7.23832802,8.27579911 C7.26113853,8.29906449 7.39199845,8.323226 7.46089942,8.323226 C7.52980038,8.323226 7.48981785,8.44285581 7.59058784,8.48346207 C7.69135783,8.52406834 7.82820114,8.46381172 7.8520417,8.39351886 C7.87588226,8.323226 7.90195678,8.15844816 7.8520417,8.10200643 C7.81876498,8.0643786 7.772162,8.04413037 7.71223277,8.04126173 C7.69088306,7.6763347 7.68020821,7.42825095 7.68020821,7.29701046 C7.68020821,7.10014973 7.48480999,7.05816857 7.46089942,6.89518936 C7.44495903,6.78653656 7.44495903,6.53931419 7.46089942,6.15352224 L7.41791555,6.12028129 C7.32333617,6.27996279 7.2538168,6.3803816 7.20935742,6.42153771 C7.10686364,6.51641637 7.00374357,6.51178704 6.96876158,6.48414533 C6.91101807,6.43851815 6.940215,6.31723014 7.05635239,6.12028129 C7.09011814,6.0776766 7.09011814,6.03232147 7.05635239,5.98421591 C7.02258665,5.93611035 6.97725651,5.91749981 6.92036197,5.92838428 C6.90869153,5.82011948 6.87129962,5.75472322 6.80818626,5.73219549 C6.71351621,5.6984039 6.62619667,5.6306387 6.5356545,5.68141709 C6.44511233,5.73219549 6.40495734,6.0292693 6.3257385,6.15352224 C6.27292593,6.23635754 6.19841248,6.31740902 6.10219814,6.39667668 C6.20691712,6.50102009 6.25180476,6.58242075 6.23686106,6.64087865 C6.21444551,6.72856551 5.87739301,6.93024032 5.83517299,7.01845073 L5.81390065,7.06037826 L5.78185551,7.11826573 C5.77042735,7.14068536 5.75619963,7.17215838 5.733013,7.23047356 C5.67504643,7.3762615 5.60512293,7.58510109 5.48593471,7.58510109 C5.4064759,7.58510109 5.4064759,7.39621764 5.48593471,7.01845073 C5.16808833,6.735343 4.98737364,6.56508056 4.94379063,6.50766342 C4.87841613,6.42153771 4.92266476,6.16764497 4.97294356,6.02384173 C5.02322235,5.88003849 5.40271315,5.56157461 5.54194339,5.4402139 C5.68117363,5.31885319 5.95272462,5.07871979 6.00712514,5.02829228 C6.06152566,4.97786477 6.15181295,4.89241677 6.194337,4.93514077 C6.23686106,4.97786477 6.14287062,5.15452463 6.10219814,5.22593567 C6.06152566,5.29734671 6.00148889,5.47464428 6.03150727,5.47464428 C6.06152566,5.47464428 6.19989584,5.4402139 6.26281717,5.4402139 C6.3257385,5.4402139 6.50136654,5.43103121 6.50136654,5.34283163 C6.50136654,5.25463205 6.3257385,5.070361 6.3257385,5.04932664 C6.3257385,5.02829228 6.31929881,4.99669396 6.36186023,4.99669396 L6.71351621,4.99669396 L7.05635239,4.13844342 C7.08419974,4.08008568 7.13520142,4.06862587 7.20935742,4.10406399 C7.37705208,4.28705509 7.46089942,4.44780123 7.46089942,4.5863024 C7.46089942,4.72480358 7.32605041,4.90397099 7.05635239,5.12380461 C7.018005,5.1560122 6.98195219,5.1560122 6.94819397,5.12380461 C6.89755663,5.07549322 6.77354663,5.1070475 6.77354663,5.19269465 C6.77354663,5.27834181 6.73890701,5.32053648 6.77354663,5.34283163 C6.80818626,5.36512679 6.92762635,5.32053648 6.94819397,5.34283163 C6.95799855,5.35345973 7.05748399,5.42577419 7.17922144,5.57819268 C7.21156336,5.61868561 7.25772587,5.69375316 7.31770899,5.80339534 C7.4185316,5.82446835 7.50949122,5.80073507 7.59058784,5.73219549 C7.71223277,5.62938612 7.74548996,5.57296343 7.74548996,5.52380386 C7.74548996,5.47464428 7.64818365,5.30756854 7.68020821,5.22593567 C7.70155791,5.17151375 7.7233185,5.13747007 7.74548996,5.12380461 C7.8026166,5.22210963 7.8460807,5.28319039 7.87588226,5.30704689 C7.9205846,5.34283163 8.17005615,5.14253475 8.17005615,5.06961435 C8.17005615,4.99669396 8.09114718,4.99980731 8.09114718,4.93514077 L8.09114718,4.7117843 C8.02260744,4.69114001 7.98833757,4.65598163 7.98833757,4.60630918 C7.98833757,4.53180049 8.13198945,4.40598337 8.13198945,4.33589777 C8.13198945,4.26581216 8.17283173,4.14879358 8.13198945,4.10406399 C8.09114718,4.0593344 8.05609054,3.98791943 7.98833757,3.98791943 C7.95964277,3.98791943 7.98105728,3.89045269 7.95856436,3.83456898 C7.94995549,3.81318022 7.92239479,3.79506248 7.87588226,3.78021576 C7.95153145,3.52077477 7.9581038,3.36259538 7.89559933,3.30567759 C7.80184262,3.2203009 7.76696492,3.16587423 7.71223277,3.16587423 C7.67574466,3.16587423 7.61493387,3.17855979 7.52980038,3.20393093 L7.52980038,3.09501365 C7.36831547,3.12038478 7.25145582,3.15669054 7.17922144,3.20393093 C7.07086988,3.27479151 6.92442531,3.41316813 6.88067572,3.50945996 C6.85150932,3.57365451 6.82734617,3.6558997 6.80818626,3.75619554 C6.74507289,3.78935866 6.71351621,3.82436505 6.71351621,3.86121472 C6.71351621,3.91648923 6.85900639,3.94781613 6.85900639,3.98791943 C6.85900639,4.02802274 6.82634245,4.16864226 6.75111167,4.2131102 C6.67588089,4.25757813 6.56102996,4.46947906 6.47231418,4.46947906 C6.41317032,4.46947906 6.42285444,4.39182722 6.50136654,4.23652353 L6.40783203,4.10406399 L6.38359839,3.98791943 L6.47231418,3.93341371 C6.50299416,3.77407605 6.55086449,3.66027126 6.61592518,3.59199935 C6.71351621,3.48959147 6.70509067,3.31640393 6.83692613,3.26016743 C6.92481643,3.22267643 6.99080112,3.20393093 7.0348802,3.20393093 L7.23832802,3.02771412 L6.75111167,2.87358479 L6.36186023,3.36463627 C6.31313559,3.37966782 6.28012124,3.42131955 6.26281717,3.48959147 C6.23686106,3.59199935 6.24246783,3.67782209 6.194337,3.75619554 C6.14620618,3.83456898 5.93733298,3.94998678 5.83517299,4.08154849 C5.733013,4.2131102 5.65520084,4.435272 5.40956072,4.33589777 C5.24580064,4.26964828 5.17783254,4.18486518 5.20565643,4.08154849 C5.23451515,4.01912912 5.27571388,3.98791943 5.32925261,3.98791943 C5.40956072,3.98791943 5.4530239,4.08154849 5.51249794,4.08154849 C5.57197199,4.08154849 5.55856726,4.01888563 5.61593422,4.01888563 C5.67330118,4.01888563 5.77216661,4.01621738 5.77216661,3.98791943 L5.77216661,3.72426258 L6.26281717,2.91827748 C6.32376987,2.86039273 6.33468203,2.82077611 6.29555365,2.79942764 C6.25642526,2.77807917 6.09424299,2.85417466 5.80900683,3.02771412 C5.75833331,3.09764122 5.71348616,3.10762513 5.67446539,3.05766586 C5.63544461,3.00770658 5.63544461,2.97772388 5.67446539,2.96771776 L5.733013,2.96771776 L5.65288793,2.83154929 L5.80900683,2.62745812 C5.75833331,2.57569188 5.71348616,2.54980876 5.67446539,2.54980876 C5.61593422,2.54980876 5.07350114,2.94300935 5.02322235,3.0003376 C4.99821514,3.02885101 5.06611353,3.17705642 5.02322235,3.30567759 C4.97987773,3.43565853 4.82587235,3.54599686 4.82587235,3.56138468 C4.82587235,3.59199935 4.84585727,3.80792325 4.7936267,3.83456898 C4.74139612,3.86121472 4.72069904,3.92104885 4.61057309,3.78021576 C4.53715579,3.68632703 4.47577483,3.58945227 4.42643022,3.48959147 C4.05930453,3.77497139 3.67053283,4.1749167 3.26011512,4.68942741 C2.64448855,5.46119348 1.84226738,6.61871839 1.36990376,8.29906449 C1.05499467,9.41929522 0.941153561,10.2783417 1.02838042,10.876204 L1.1096111,10.9915931 C0.716452126,11.3755448 0.368326449,11.8054072 0.0739006161,12.2725137 C0.0247296197,11.8552122 0,11.4304941 0,11 C0,4.92486775 4.92486775,0 11,0 Z M6,10 C9.3137085,10 12,12.6862915 12,16 C12,19.3137085 9.3137085,22 6,22 C2.6862915,22 0,19.3137085 0,16 C0,12.6862915 2.6862915,10 6,10 Z M6.00005723,12 C5.69922898,12 5.45546756,12.2437657 5.45546326,12.544594 L5.45566344,15.4554216 L2.54459397,15.4554633 C2.24376573,15.4554676 2.00024613,15.6989872 2,16.0000572 C2.00023967,16.1502295 2.06117721,16.286617 2.15983972,16.3852795 C2.25826042,16.4837002 2.39440609,16.5443959 2.54457839,16.5446356 L5.45540603,16.5448358 L5.45536438,19.4554216 C5.45560406,19.6055939 5.51629977,19.7417396 5.61496228,19.8404021 C5.7136248,19.9390646 5.84977048,19.9997603 5.99994277,20 C6.30101284,19.9997539 6.54453244,19.7562343 6.54453674,19.455406 L6.54482021,16.5445784 L9.45540603,16.5445367 C9.75623427,16.5445324 10,16.300771 10,15.9999428 C10,15.6991145 9.75624986,15.4553601 9.45542161,15.4553644 L6.54483579,15.455406 L6.54463562,12.5445784 C6.54463992,12.2437501 6.30088547,12 6.00005723,12 Z M18.0206232,15.5192621 C17.8349291,15.7745856 17.7106043,15.9380819 17.6476486,16.009751 C17.5508583,16.1199376 17.4801319,16.1504708 17.4518987,16.1654636 C17.3682303,16.2098946 17.4696892,16.2827564 17.3423715,16.4631738 C17.2574931,16.5834521 17.201738,16.7074508 17.1751063,16.8351698 C17.3893201,17.1201796 17.4749876,17.0496396 17.5738463,17.0027405 C17.6727049,16.9558415 17.8836588,16.181299 17.951521,16.009751 C17.9967625,15.8953857 18.0197965,15.7318894 18.0206232,15.5192621 Z M12.5104547,6.63527877 C12.4074319,6.63527877 12.4579657,6.76896182 12.4082106,6.80955977 C12.3750405,6.83662506 12.3584555,6.91382841 12.3584555,7.0411698 L12.5104547,7.17539518 L12.6134775,7.37998673 C12.5141992,7.44529879 12.445777,7.57863554 12.4082106,7.77999696 C12.3706443,7.98135839 12.3894275,8.09146747 12.4645601,8.11032421 C12.6455673,7.92803884 12.7557027,7.83689616 12.7949663,7.83689616 C12.8538616,7.83689616 13.01647,7.77999696 13.01647,7.77999696 L13.01647,7.56736148 C13.01647,7.54569786 12.9727783,7.48323961 12.8853948,7.37998673 L12.8853948,7.31133915 L12.6614964,6.9709303 L12.6874628,6.80955977 C12.6381392,6.69337244 12.5791365,6.63527877 12.5104547,6.63527877 Z M12.333578,7.18088803 C12.1999041,7.19031943 12.1123811,7.20627736 12.0710091,7.2287618 C12.0339086,7.24892479 12.0037227,7.29693802 11.9804515,7.37280149 C11.9804515,7.71297641 12.0026845,7.77843667 12.1123288,7.77843667 C12.2219731,7.77843667 12.3012063,7.5772012 12.3012063,7.51671704 C12.3012063,7.47639428 12.3119969,7.36445127 12.333578,7.18088803 Z M11.4418844,1.00085558 L11.3746177,1 C11.2767794,1 10.9013864,1.24281353 10.8648775,1.24281353 C10.8283686,1.24281353 10.8287454,1.15836646 10.7903769,1.15836646 C10.7520084,1.15836646 10.6678413,1.36285241 10.6293476,1.36285241 C10.6036851,1.36285241 10.5916251,1.32283945 10.5931675,1.24281353 L10.3116768,1.24281353 C10.3629241,1.16614322 10.3885478,1.11745126 10.3885478,1.09673766 C10.3885478,1.06566725 10.3259169,1.02384328 10.2746648,1.02384328 C10.2404967,1.02384328 9.96542947,1.05849821 9.44946305,1.12780806 C8.77510806,1.25059685 8.40550441,1.32894496 8.34065212,1.36285241 C8.27579982,1.39675986 8.1792662,1.60979997 8.05105125,2.00197276 L8.2986827,1.95763615 C8.3997916,1.90567494 8.45034605,1.8641685 8.45034605,1.83311681 C8.45034605,1.78653928 8.44986917,1.77196296 8.52045994,1.73178061 C8.59105071,1.69159825 8.55350377,1.7547578 8.57887261,1.83311681 C8.59578517,1.88535615 8.58732889,1.921948 8.55350377,1.94289236 C8.52077404,1.93826841 8.49182403,1.9270313 8.46665373,1.90918102 C8.44148343,1.89133074 8.36762696,1.9312887 8.24508432,2.0290549 C8.09671765,2.14569216 8.00218108,2.2270044 7.9614746,2.27299161 C7.92076812,2.31897883 7.89119949,2.38630145 7.8727687,2.47495946 L7.9614746,2.47495946 L8.02864808,2.56072514 L8.1580986,2.58260418 C8.18706358,2.64847784 8.22436042,2.68712186 8.2699891,2.69853624 C8.31561779,2.70995063 8.34857113,2.70424344 8.36884913,2.68141467 C8.47493609,2.51482416 8.55754025,2.39939101 8.61666159,2.33511522 C8.69876809,2.24585035 8.82931269,2.19927634 8.8820129,2.13520526 C8.98603892,2.00873405 9.07624041,1.88183499 9.20151063,1.80518781 C9.274252,1.76068065 9.38400367,1.77121916 9.44946305,1.70924722 C9.56825576,1.59678335 9.66632322,1.55604446 9.74366542,1.58703055 C9.68922917,1.66262835 9.65448166,1.71853743 9.63942291,1.7547578 C9.58696347,1.8809369 9.5702293,1.97939216 9.51437709,2.00197276 C9.39452525,2.05042789 9.11860549,2.10436073 9.06855938,2.13520526 C9.01851327,2.16604978 9.03146614,2.33511522 9.00134802,2.42079032 C8.98126927,2.47790706 8.93242813,2.53184501 8.85482459,2.58260418 L8.85482459,2.87381271 C8.96511167,2.83969389 9.05303864,2.82263448 9.11860549,2.82263448 C9.21695577,2.82263448 9.30505437,2.9156634 9.33256786,3.02771412 C9.36008136,3.13976483 9.30505437,3.50166528 9.30505437,3.62413375 C9.30505437,3.74660222 9.06855938,4.1568498 9.06855938,4.25054962 C9.06855938,4.31301617 9.11287646,4.4058694 9.20151063,4.52910932 C8.99879751,4.6931039 8.86899338,4.85139013 8.81209826,5.00396802 C8.72675556,5.23283485 8.85482459,5.7882384 8.85482459,5.98602984 C8.85482459,6.18382128 9.1479588,6.38402943 9.20151063,6.32432521 C9.25506245,6.264621 9.417583,5.93091834 9.47800603,5.84435286 C9.53842907,5.75778738 9.57006286,5.75555035 9.57006286,5.75555035 C9.57006286,5.75555035 9.58217067,5.68104104 9.63942291,5.5688564 C9.69667514,5.45667175 10.0747311,5.28368636 10.2746648,5.16945716 C10.4745985,5.05522796 10.4326036,5.03529669 10.4696176,5.00396802 C10.5066317,4.97263935 10.5586513,5.00396802 10.7233586,5.00396802 C10.888066,5.00396802 11.1057919,4.79130219 11.2256348,4.68908464 C11.3454777,4.58686709 11.441382,4.39924964 11.441382,4.25054962 C11.441382,4.1018496 11.2768928,4.11304573 11.3394587,3.91410698 C11.4020246,3.71516824 11.5116826,3.74081807 11.5991911,3.68578708 C11.6866996,3.63075609 11.71272,3.20562757 11.7473441,3.05587822 C11.7819682,2.90612886 11.8116954,2.95865835 11.8506419,2.87381271 C11.8895884,2.78896707 11.8435278,2.67087963 11.8735113,2.58260418 C11.8935002,2.52375389 11.9919566,2.31543121 12.1688804,1.95763615 C12.2041651,1.94118432 12.2453422,1.92503261 12.2924116,1.90918102 C12.3630158,1.88540363 12.3746935,1.81772706 12.4016448,1.7547578 C12.428596,1.69178853 12.3746935,1.63971667 12.3746935,1.60930803 C12.3746935,1.57889939 11.9562556,1.60405988 11.9562556,1.55299749 C11.9562556,1.50193511 12.1326757,1.40131636 12.1326757,1.32721149 C12.1326757,1.25310662 11.9969464,1.12780806 11.907736,1.06780405 C11.8482624,1.02780138 11.6746291,1.01100047 11.5364927,1.0042446 L11.4418844,1.00085558 Z M11.1000482,5.22270752 C11.0520232,5.28980806 11.0280107,5.35347339 11.0280107,5.4137035 C11.0280107,5.50404868 11.1000482,5.73795745 11.3236081,5.7799834 C11.5471681,5.82200936 11.6720195,5.69232908 11.7474539,5.64379717 C11.7977434,5.61144257 11.8155018,5.48366271 11.8007292,5.2604576 C11.6264119,5.26485274 11.498464,5.26485274 11.4168856,5.2604576 C11.3353072,5.25606246 11.2296947,5.2434791 11.1000482,5.22270752 Z M16.0435279,4.98669295 C16.0299119,5.17294808 15.9972233,5.26607564 15.9454621,5.26607564 C15.8678204,5.26607564 15.8897766,5.1793394 15.8323681,5.22270752 C15.7749595,5.26607564 15.8323681,5.43119273 15.8323681,5.46833285 C15.8323681,5.50547296 15.7673019,5.60515694 15.6931168,5.46833285 C15.6189316,5.33150876 15.5363981,5.13775508 15.6147574,5.06222402 C15.666997,5.01186997 15.8099205,4.98669295 16.0435279,4.98669295 Z M7.72858636,2.33511522 L7.67609243,2.33511522 C7.49191931,2.49356906 7.39983275,2.62288652 7.39983275,2.7230676 C7.39983275,2.87333923 7.52102057,2.91726874 7.67609243,2.99174418 C7.83116428,3.06621962 7.90794329,3.01228916 8.00979771,2.94531236 C8.11165213,2.87833557 8.08900033,2.69957883 8.08900033,2.67716526 C8.08900033,2.65475168 7.78049359,2.63116 7.72858636,2.60690369 C7.69398154,2.59073281 7.69398154,2.50013666 7.72858636,2.33511522 Z M14.2073149,1.90918102 C14.1474846,1.90918102 14.1052365,1.93530618 14.0805708,1.98755649 L13.9664829,2.02194895 L13.8516852,2.24932907 C13.7274234,2.21148007 13.6445753,2.21148007 13.6031408,2.24932907 C13.5617063,2.28717807 13.5617063,2.35957426 13.6031408,2.46651762 L13.7367745,2.69853624 L13.8106783,2.69853624 L13.8106783,2.86309672 L13.9664829,2.9209743 L14.0805708,2.6381065 L14.2507785,2.75573852 L14.3316859,2.69853624 L14.1520393,2.33330068 L14.4225983,2.09938056 C14.3389065,1.97258087 14.2671453,1.90918102 14.2073149,1.90918102 Z M6.87155559,1.95763615 L6.81164401,1.95763615 L6.62055839,2.10657218 L6.49852156,2.06657788 C6.21036981,2.18824037 6.06629394,2.29135158 6.06629394,2.37591152 C6.06629394,2.50275142 6.09685773,2.52272161 6.18871961,2.52272161 C6.28058149,2.52272161 6.50559877,2.48331737 6.58497767,2.48331737 C6.63789693,2.48331737 6.71345238,2.44751542 6.81164401,2.37591152 L6.87155559,2.24907162 L6.94591283,2.24907162 C6.98826504,2.44635926 7.00944115,2.55987944 7.00944115,2.58963215 C7.00944115,2.61938487 7.07404245,2.68931669 7.20324506,2.79942764 L7.28325196,2.72425557 L7.28325196,2.40607062 C7.28325196,2.32830329 7.33414444,2.2433489 7.4359294,2.15120744 L7.13561485,2.06657788 L7.00944115,2.15120744 C6.91751745,2.17328541 6.85158507,2.17328541 6.81164401,2.15120744 C6.77170296,2.12912947 6.79167349,2.06460571 6.87155559,1.95763615 Z M7.67690118,1.59092484 C7.58745511,1.66160168 7.55691552,1.78383879 7.5852824,1.95763615 C7.73165074,1.77444871 7.82246085,1.70532662 7.85771275,1.75026987 C7.89296465,1.79521313 7.85555706,1.86433522 7.74548996,1.95763615 C7.79131983,1.98719389 7.82872743,2.00197276 7.85771275,2.00197276 C7.90119074,2.00197276 8.02864808,1.86396779 8.02864808,1.80807942 C8.02864808,1.75219104 7.95010003,1.74546313 7.92018607,1.70490484 C7.89027211,1.66434655 7.94741343,1.53816645 7.88706902,1.51361664 C7.82672461,1.48906683 7.81107028,1.48490958 7.67690118,1.59092484 Z",
|
|
1331
|
-
|
|
1332
|
-
}))
|
|
1333
|
-
const
|
|
1334
|
-
|
|
1335
|
-
})));
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
}
|
|
1364
|
-
const
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
}, "
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
}))
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1407
|
+
const Add = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1408
|
+
children: jsx("path", {
|
|
1409
|
+
d: "M13.226 13.225h6.549a1.225 1.225 0 1 0 0-2.45h-6.55v-6.55a1.225 1.225 0 1 0-2.45 0v6.55h-6.55a1.225 1.225 0 1 0 0 2.45h6.55v6.55A1.224 1.224 0 0 0 12 21c.677 0 1.225-.548 1.225-1.225v-6.55z"
|
|
1410
|
+
})
|
|
1411
|
+
}));
|
|
1412
|
+
const LayersAdd = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1413
|
+
children: jsx("path", {
|
|
1414
|
+
d: "M16.0513516,10.2257273 L20,13.1052846 L10,18.8738221 L0,13.1052846 L4.03531364,10.2257273 L10,14.0589921 L16.0513516,10.2257273 Z M10,0 L20,6.51 L10,12.775502 L0,6.51 L10,0 Z M10.0000572,2.32197263 C9.69922898,2.32197263 9.45546756,2.56573836 9.45546326,2.8665666 L9.45566344,5.77739424 L6.54459397,5.77743589 C6.24376573,5.77744019 6.00024613,6.02095979 6,6.32202986 C6.00023967,6.47220215 6.06117721,6.60858965 6.15983972,6.70725217 C6.25826042,6.80567286 6.39440609,6.86636857 6.54457839,6.86660825 L9.45540603,6.86680843 L9.45536438,9.77739424 C9.45560406,9.92756654 9.51629977,10.0637122 9.61496228,10.1623747 C9.7136248,10.2610372 9.84977048,10.321733 9.99994277,10.3219726 C10.3010128,10.3217265 10.5445324,10.0782069 10.5445367,9.77737866 L10.5448202,6.86655102 L13.455406,6.86650937 C13.7562343,6.86650507 14,6.62274365 14,6.3219154 C14,6.02108716 13.7562499,5.77733271 13.4554216,5.77733701 L10.5448358,5.77737866 L10.5446356,2.86655102 C10.5446399,2.56572277 10.3008855,2.32197263 10.0000572,2.32197263 Z",
|
|
1415
|
+
id: "Combined-Shape"
|
|
1416
|
+
})
|
|
1417
|
+
}));
|
|
1418
|
+
const MapAdd = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1419
|
+
children: jsx("path", {
|
|
1420
|
+
d: "M11,0 C17.0751322,0 22,4.92486775 22,11 C22,17.0751322 17.0751322,22 11,22 C10.5695059,22 10.1447878,21.9752704 9.72718863,21.9271542 C11.6937006,20.6867584 13,18.4959305 13,16 C13,15.2178605 12.8717238,14.4656815 12.6350618,13.7633536 L12.8603346,13.7516342 L13.3075078,13.5712633 L13.6038498,13.7100307 L13.9516108,13.7516342 L14.0447321,13.9980822 L13.9516108,14.3837503 L14.4098043,15.097913 L14.4098043,15.3979716 L14.4795202,15.6310794 L14.2759746,16.0004509 L14.2759746,16.3490796 L14.4098043,16.7807152 L14.570317,17.2810107 L14.7927182,17.8179518 L14.8444173,18.1225613 L15.0027138,18.1925997 C15.1210421,18.1696483 15.2227644,18.1463022 15.3078806,18.1225613 C15.3929969,18.0988205 15.5167379,18.0592798 15.6791038,18.0039393 C15.8119178,17.8561587 15.91272,17.7341772 15.9815103,17.6379948 C16.0503006,17.5418125 16.1218463,17.4228178 16.1961475,17.2810107 L16.238621,17.1599753 L16.5253841,16.8377117 L16.4773877,16.4761782 L17.0444775,15.822817 C17.080476,15.6592505 17.0984752,15.5393567 17.0984752,15.4631354 C17.0984752,15.3488036 17.0065184,14.863353 17.0065184,14.7399518 C17.0065184,14.6165505 17.6283915,14.0351192 17.7725773,13.8336692 C17.9167632,13.6322192 18.3092775,13.0079105 18.3092775,13.0079105 L18.3092775,12.7491772 L18.0384589,12.891753 L17.5763431,12.891753 L17.4423492,12.7491772 L17.4054467,12.5805431 L17.2300006,12.4714194 C17.031852,12.2273938 16.9097949,12.0206886 16.8638294,11.8513038 C16.8178639,11.681919 16.7050488,11.4665375 16.5253841,11.2051593 C16.4147486,11.0117688 16.3839072,10.8810501 16.4328598,10.8130033 C16.4818125,10.7449564 16.5727809,10.8029517 16.7057649,10.986989 L17.0984752,11.7055205 L17.4054467,12.2659767 L17.4423492,12.4714194 L17.5763431,12.6712136 L18.3092775,12.3643273 C18.7163605,12.114894 18.9370657,11.9591836 18.9713929,11.897196 C19.0057202,11.8352085 19.0628363,11.7210098 19.1427411,11.5546 L19.1427411,11.4407052 L18.9256132,11.2558031 L18.8092887,11.0708639 L18.6203775,11.0708639 L18.4068651,11.1645902 L18.3092775,11.1187555 L18.2650222,10.986989 L18.0384589,10.8130033 L17.8727613,10.5180122 L17.7362966,10.2457545 L18.1953526,10.71134 L18.5101156,10.876204 L18.8092887,10.876204 L18.9713929,10.986989 L19.5784617,10.986989 L19.9988814,11.1645902 C20.1530402,11.3693574 20.2301196,11.4855508 20.2301196,11.5131705 C20.2301196,11.5407901 20.2994048,11.5546 20.4379751,11.5546 C20.5988303,11.8697801 20.6988701,12.0758393 20.7380946,12.1727777 C20.7773191,12.2697161 20.8164321,12.4485404 20.8554336,12.7092508 C20.8805017,12.6371637 20.8988514,12.5578865 20.9104826,12.4714194 C20.9361837,12.280355 20.9600862,11.9224104 20.9810289,11.8129765 C21.0337678,11.5373948 20.9655316,10.2942533 20.9104826,9.72334545 C20.8554336,9.15243761 20.5599231,7.96654773 20.2794023,7.32173653 C19.9988814,6.67692532 18.9801354,4.92992096 18.5687086,4.46879869 L18.4068651,4.3703218 L18.3699048,4.27866549 L18.2650222,4.1790917 L18.2650222,4.27866549 C18.117548,4.05898029 18.0153027,3.92056854 17.9582861,3.86343024 C17.9012696,3.80629194 17.7446114,3.65493983 17.4883115,3.40937391 C17.4270284,3.48560236 17.4117076,3.55372522 17.4423492,3.61374249 C17.4883115,3.70376839 17.7331558,3.96056941 17.6547495,4.01726814 C17.5763431,4.07396687 17.2251256,4.08957468 17.0444775,3.95777072 C16.8638294,3.82596675 16.6032471,3.70033832 16.6032471,3.26411667 L16.7057649,2.87788558 C16.6688879,2.75831936 16.6216058,2.69853624 16.5639186,2.69853624 C16.4773877,2.69853624 16.3594308,2.91956491 16.3594308,3.03198748 C16.3594308,3.14441004 16.4328598,3.31644001 16.4328598,3.49868018 C16.4328598,3.68092035 16.388332,3.83187945 16.4328598,3.92457379 C16.4773877,4.01726814 16.6319745,3.98220096 16.6688697,4.01726814 C16.6934665,4.04064626 16.7370419,4.07302605 16.7995957,4.11440751 C17.0865323,4.1575303 17.2300006,4.1790917 17.2300006,4.1790917 L17.2300006,4.31513284 L17.0444775,4.3703218 C16.9952614,4.44176746 16.9528494,4.45962888 16.9172414,4.42390605 C16.8816334,4.38818322 16.8424182,4.3703218 16.7995957,4.3703218 C16.6144756,4.57937453 16.5070729,4.68390089 16.4773877,4.68390089 C16.4328598,4.68390089 16.3864109,4.46879869 16.2727273,4.46879869 C16.1590436,4.46879869 16.1961475,4.63742254 16.1961475,4.73119663 C16.1961475,4.82497071 16.3152008,5.00986536 16.238621,5.00986536 C16.210556,5.00986536 16.1179048,4.95483284 16.0640417,4.87710949 C15.970931,4.7427527 15.9301198,4.57884046 15.8013515,4.53616354 C15.5980926,4.46879869 15.484332,4.4774903 15.3078806,4.42390605 C15.1902463,4.38818322 15.1314292,4.30657843 15.1314292,4.1790917 C14.9498643,4.11270917 14.8180089,4.11270917 14.7358629,4.1790917 C14.6126439,4.27866549 14.2264055,4.43392073 14.0890081,4.62793818 C13.9516108,4.82195564 14.0522609,5.29030621 13.7347248,5.65206088 C13.4171887,6.01381555 13.3075078,5.87300449 13.3075078,6.21342866 C13.3075078,6.55385283 13.4503197,6.65656854 13.5270847,6.65656854 C13.5782615,6.65656854 13.6808654,6.58438372 13.8348966,6.44001409 C13.9452342,6.62694724 14.000403,6.74331147 14.000403,6.78910678 L14.000403,7.00818867 L14.2330129,7.00818867 C14.2786407,6.80708897 14.3375712,6.66969722 14.4098043,6.5960134 C14.4820373,6.52232958 14.5181539,6.44945332 14.5181539,6.37738462 C14.391041,6.22399796 14.3274846,6.10866604 14.3274846,6.03138886 C14.3274846,5.91547309 14.6268656,5.10897556 14.7927182,5.22253615 C14.9585707,5.33609673 14.594337,5.82851706 14.6651,5.92995296 C14.7358629,6.03138886 14.7186115,6.08017118 14.9036553,6.11963169 C15.0886991,6.1590922 15.4422383,6.15346276 15.4422383,6.31741872 C15.2152609,6.35739599 15.0687528,6.37738462 15.0027138,6.37738462 C14.9366748,6.37738462 14.9366748,6.47044593 15.0027138,6.65656854 C14.9822616,6.69913102 14.9294961,6.72041226 14.8444173,6.72041226 C14.7167991,6.72041226 14.9014088,6.94799896 14.7358629,7.05712423 C14.570317,7.16624949 14.3770177,7.25201765 14.2330129,7.25201765 C14.0890081,7.25201765 13.8993059,7.36463826 13.8671013,7.25201765 C13.8528375,7.20213703 13.7953528,7.15208951 13.787525,7.09832814 C13.7776792,7.03070693 13.787525,6.86291552 13.787525,6.86291552 L13.7005772,6.86291552 C13.7023416,6.99238799 13.6903919,7.10591948 13.6647283,7.20350999 C13.6425074,7.28800881 13.5948814,7.30906251 13.5607787,7.35868687 C13.5358019,7.39503174 13.5362356,7.46224443 13.4682705,7.50308094 C13.3610954,7.5674767 13.2529443,7.64553442 13.1438171,7.73725409 L13.106108,7.9493162 C13.0609133,8.04253572 12.9913282,8.10737334 12.8973528,8.14382906 C12.7563896,8.19851263 12.6784123,8.28035028 12.5669167,8.28035028 C12.4925864,8.28035028 12.4554212,8.30298334 12.4554212,8.34824946 C12.6839693,8.47457384 12.7982434,8.57456041 12.7982434,8.64820919 C12.7982434,8.75868235 12.8318094,8.85156922 12.6451692,8.90849867 C12.5207423,8.94645164 12.3693592,8.96012583 12.1910199,8.94952122 L12.0928244,9.07694194 C11.9718742,9.29212115 11.930983,9.46526018 11.9701509,9.59635903 C12.0093188,9.72745788 12.1437953,9.84754679 12.3735804,9.95662576 L12.6846569,9.8696511 C12.8540718,9.7294451 12.9387792,9.63834774 12.9387792,9.59635903 C12.9387792,9.570438 12.9229406,9.4985828 12.9841313,9.39465551 C13.0220617,9.33023402 13.185378,9.07694194 13.3409793,9.07694194 L13.7347248,9.07694194 L13.787525,8.99796274 L14.3274846,9.30646156 L14.3274846,9.4957217 L14.18998,9.59635903 L14.18998,9.72334545 L14.3274846,9.8696511 L14.5181539,9.72334545 L14.6651,9.39465551 L14.9036553,9.54475618 L15.0027138,9.72334545 L15.3078806,9.72334545 L15.3691461,9.59635903 L15.1314292,9.35148881 L14.570317,9.07694194 L14.2759746,8.90849867 C14.1898136,8.84238887 14.1467332,8.79083917 14.1467332,8.75384959 C14.1467332,8.71686 14.3195221,8.79823105 14.6651,8.99796274 L15.1314292,9.23798118 L15.3078806,9.20516648 L15.4012042,9.39465551 L15.6445067,9.20516648 L15.7504456,9.07694194 L15.6445067,8.90849867 C15.6390766,8.84316859 15.650609,8.7916189 15.6791038,8.75384959 C15.7075985,8.71608028 15.7736919,8.66473855 15.8773838,8.5998244 L16.0289508,8.6953513 C16.1360238,8.7590359 16.2172827,8.7590359 16.2727273,8.6953513 C16.3281719,8.6316667 16.357073,8.57370649 16.3594308,8.52147066 L16.1961475,8.38190867 L16.3594308,8.19851263 L16.4328598,8.38190867 L16.4328598,8.52147066 L16.8638294,8.75384959 L16.8638294,8.94952122 C16.8579276,9.03488654 16.8052394,9.07756919 16.7057649,9.07756919 C16.6062904,9.07756919 16.42405,9.02121235 16.1590436,8.90849867 L15.8773838,8.99796274 L15.8013515,9.07694194 L15.5052059,9.39465551 L15.4422383,9.4957217 C15.5540192,9.62593863 15.621442,9.70181321 15.6445067,9.72334545 C15.6675714,9.74487769 15.7618146,9.78134013 15.9272362,9.83273277 C16.0361584,9.85419936 16.1257955,9.85419936 16.1961475,9.83273277 C16.2664994,9.81126618 16.3602462,9.75531 16.4773877,9.66486423 L16.4773877,10.1020029 L16.238621,10.2918261 L15.9272362,10.4407372 L15.0886991,10.2457545 C14.9653366,10.1986669 14.9036553,10.1868949 14.9036553,10.2104388 C14.9036553,10.2457545 14.8926916,10.5849004 14.8444173,10.5849004 C14.8141976,10.5849004 14.6292274,10.5010923 14.5181539,10.4033692 L14.4167037,10.3076208 C14.383588,10.2771662 14.3525108,10.2523586 14.3274846,10.2457545 C14.2382648,10.2222107 14.1587727,10.2222107 14.0890081,10.2457545 C14.0958353,10.1075598 14.0958353,9.99818588 14.0890081,9.91763272 C14.082181,9.83707956 14.0674223,9.77231714 14.0447321,9.72334545 L13.4682705,9.72334545 L13.0417028,9.78819141 L12.5046015,10.0416782 L12.3414602,10.0416782 L12.055454,10.4407372 L11.8651676,10.7533689 L11.8192057,10.876204 L11.5980576,11.0708639 L11.3621263,11.5000149 C10.0816579,9.97582262 8.16328664,9.0054573 6.01811647,9.00002294 C6.05506211,8.92122979 6.08732764,8.84850004 6.10219814,8.83190741 C6.13780908,8.79217243 6.31742104,8.80328495 6.38359839,8.80328495 C6.44977575,8.80328495 6.40897385,8.87398851 6.47231418,8.87398851 C6.5356545,8.87398851 6.72974888,8.73026563 6.83692613,8.73026563 C6.94410338,8.73026563 7.01829039,8.71014291 7.05635239,8.65023497 C7.08172706,8.61029635 7.08172706,8.5682408 7.05635239,8.52406834 C6.86220759,8.40520713 6.75653203,8.33020585 6.7393257,8.29906449 C6.71351621,8.25235244 6.77354663,8.19028588 6.77354663,8.14758641 C6.77354663,8.10488693 6.58443491,8.03959202 6.58443491,7.97518189 C6.58443491,7.91077177 6.65348578,7.8929091 6.71351621,7.8929091 C6.77354663,7.8929091 6.975346,7.97518189 7.0348802,7.97518189 C7.07456966,7.97518189 7.23954306,7.89807494 7.52980038,7.74386102 C7.60015855,7.69199165 7.63533764,7.69199165 7.63533764,7.74386102 C7.63533764,7.82166508 7.21551751,8.25253373 7.23832802,8.27579911 C7.26113853,8.29906449 7.39199845,8.323226 7.46089942,8.323226 C7.52980038,8.323226 7.48981785,8.44285581 7.59058784,8.48346207 C7.69135783,8.52406834 7.82820114,8.46381172 7.8520417,8.39351886 C7.87588226,8.323226 7.90195678,8.15844816 7.8520417,8.10200643 C7.81876498,8.0643786 7.772162,8.04413037 7.71223277,8.04126173 C7.69088306,7.6763347 7.68020821,7.42825095 7.68020821,7.29701046 C7.68020821,7.10014973 7.48480999,7.05816857 7.46089942,6.89518936 C7.44495903,6.78653656 7.44495903,6.53931419 7.46089942,6.15352224 L7.41791555,6.12028129 C7.32333617,6.27996279 7.2538168,6.3803816 7.20935742,6.42153771 C7.10686364,6.51641637 7.00374357,6.51178704 6.96876158,6.48414533 C6.91101807,6.43851815 6.940215,6.31723014 7.05635239,6.12028129 C7.09011814,6.0776766 7.09011814,6.03232147 7.05635239,5.98421591 C7.02258665,5.93611035 6.97725651,5.91749981 6.92036197,5.92838428 C6.90869153,5.82011948 6.87129962,5.75472322 6.80818626,5.73219549 C6.71351621,5.6984039 6.62619667,5.6306387 6.5356545,5.68141709 C6.44511233,5.73219549 6.40495734,6.0292693 6.3257385,6.15352224 C6.27292593,6.23635754 6.19841248,6.31740902 6.10219814,6.39667668 C6.20691712,6.50102009 6.25180476,6.58242075 6.23686106,6.64087865 C6.21444551,6.72856551 5.87739301,6.93024032 5.83517299,7.01845073 L5.81390065,7.06037826 L5.78185551,7.11826573 C5.77042735,7.14068536 5.75619963,7.17215838 5.733013,7.23047356 C5.67504643,7.3762615 5.60512293,7.58510109 5.48593471,7.58510109 C5.4064759,7.58510109 5.4064759,7.39621764 5.48593471,7.01845073 C5.16808833,6.735343 4.98737364,6.56508056 4.94379063,6.50766342 C4.87841613,6.42153771 4.92266476,6.16764497 4.97294356,6.02384173 C5.02322235,5.88003849 5.40271315,5.56157461 5.54194339,5.4402139 C5.68117363,5.31885319 5.95272462,5.07871979 6.00712514,5.02829228 C6.06152566,4.97786477 6.15181295,4.89241677 6.194337,4.93514077 C6.23686106,4.97786477 6.14287062,5.15452463 6.10219814,5.22593567 C6.06152566,5.29734671 6.00148889,5.47464428 6.03150727,5.47464428 C6.06152566,5.47464428 6.19989584,5.4402139 6.26281717,5.4402139 C6.3257385,5.4402139 6.50136654,5.43103121 6.50136654,5.34283163 C6.50136654,5.25463205 6.3257385,5.070361 6.3257385,5.04932664 C6.3257385,5.02829228 6.31929881,4.99669396 6.36186023,4.99669396 L6.71351621,4.99669396 L7.05635239,4.13844342 C7.08419974,4.08008568 7.13520142,4.06862587 7.20935742,4.10406399 C7.37705208,4.28705509 7.46089942,4.44780123 7.46089942,4.5863024 C7.46089942,4.72480358 7.32605041,4.90397099 7.05635239,5.12380461 C7.018005,5.1560122 6.98195219,5.1560122 6.94819397,5.12380461 C6.89755663,5.07549322 6.77354663,5.1070475 6.77354663,5.19269465 C6.77354663,5.27834181 6.73890701,5.32053648 6.77354663,5.34283163 C6.80818626,5.36512679 6.92762635,5.32053648 6.94819397,5.34283163 C6.95799855,5.35345973 7.05748399,5.42577419 7.17922144,5.57819268 C7.21156336,5.61868561 7.25772587,5.69375316 7.31770899,5.80339534 C7.4185316,5.82446835 7.50949122,5.80073507 7.59058784,5.73219549 C7.71223277,5.62938612 7.74548996,5.57296343 7.74548996,5.52380386 C7.74548996,5.47464428 7.64818365,5.30756854 7.68020821,5.22593567 C7.70155791,5.17151375 7.7233185,5.13747007 7.74548996,5.12380461 C7.8026166,5.22210963 7.8460807,5.28319039 7.87588226,5.30704689 C7.9205846,5.34283163 8.17005615,5.14253475 8.17005615,5.06961435 C8.17005615,4.99669396 8.09114718,4.99980731 8.09114718,4.93514077 L8.09114718,4.7117843 C8.02260744,4.69114001 7.98833757,4.65598163 7.98833757,4.60630918 C7.98833757,4.53180049 8.13198945,4.40598337 8.13198945,4.33589777 C8.13198945,4.26581216 8.17283173,4.14879358 8.13198945,4.10406399 C8.09114718,4.0593344 8.05609054,3.98791943 7.98833757,3.98791943 C7.95964277,3.98791943 7.98105728,3.89045269 7.95856436,3.83456898 C7.94995549,3.81318022 7.92239479,3.79506248 7.87588226,3.78021576 C7.95153145,3.52077477 7.9581038,3.36259538 7.89559933,3.30567759 C7.80184262,3.2203009 7.76696492,3.16587423 7.71223277,3.16587423 C7.67574466,3.16587423 7.61493387,3.17855979 7.52980038,3.20393093 L7.52980038,3.09501365 C7.36831547,3.12038478 7.25145582,3.15669054 7.17922144,3.20393093 C7.07086988,3.27479151 6.92442531,3.41316813 6.88067572,3.50945996 C6.85150932,3.57365451 6.82734617,3.6558997 6.80818626,3.75619554 C6.74507289,3.78935866 6.71351621,3.82436505 6.71351621,3.86121472 C6.71351621,3.91648923 6.85900639,3.94781613 6.85900639,3.98791943 C6.85900639,4.02802274 6.82634245,4.16864226 6.75111167,4.2131102 C6.67588089,4.25757813 6.56102996,4.46947906 6.47231418,4.46947906 C6.41317032,4.46947906 6.42285444,4.39182722 6.50136654,4.23652353 L6.40783203,4.10406399 L6.38359839,3.98791943 L6.47231418,3.93341371 C6.50299416,3.77407605 6.55086449,3.66027126 6.61592518,3.59199935 C6.71351621,3.48959147 6.70509067,3.31640393 6.83692613,3.26016743 C6.92481643,3.22267643 6.99080112,3.20393093 7.0348802,3.20393093 L7.23832802,3.02771412 L6.75111167,2.87358479 L6.36186023,3.36463627 C6.31313559,3.37966782 6.28012124,3.42131955 6.26281717,3.48959147 C6.23686106,3.59199935 6.24246783,3.67782209 6.194337,3.75619554 C6.14620618,3.83456898 5.93733298,3.94998678 5.83517299,4.08154849 C5.733013,4.2131102 5.65520084,4.435272 5.40956072,4.33589777 C5.24580064,4.26964828 5.17783254,4.18486518 5.20565643,4.08154849 C5.23451515,4.01912912 5.27571388,3.98791943 5.32925261,3.98791943 C5.40956072,3.98791943 5.4530239,4.08154849 5.51249794,4.08154849 C5.57197199,4.08154849 5.55856726,4.01888563 5.61593422,4.01888563 C5.67330118,4.01888563 5.77216661,4.01621738 5.77216661,3.98791943 L5.77216661,3.72426258 L6.26281717,2.91827748 C6.32376987,2.86039273 6.33468203,2.82077611 6.29555365,2.79942764 C6.25642526,2.77807917 6.09424299,2.85417466 5.80900683,3.02771412 C5.75833331,3.09764122 5.71348616,3.10762513 5.67446539,3.05766586 C5.63544461,3.00770658 5.63544461,2.97772388 5.67446539,2.96771776 L5.733013,2.96771776 L5.65288793,2.83154929 L5.80900683,2.62745812 C5.75833331,2.57569188 5.71348616,2.54980876 5.67446539,2.54980876 C5.61593422,2.54980876 5.07350114,2.94300935 5.02322235,3.0003376 C4.99821514,3.02885101 5.06611353,3.17705642 5.02322235,3.30567759 C4.97987773,3.43565853 4.82587235,3.54599686 4.82587235,3.56138468 C4.82587235,3.59199935 4.84585727,3.80792325 4.7936267,3.83456898 C4.74139612,3.86121472 4.72069904,3.92104885 4.61057309,3.78021576 C4.53715579,3.68632703 4.47577483,3.58945227 4.42643022,3.48959147 C4.05930453,3.77497139 3.67053283,4.1749167 3.26011512,4.68942741 C2.64448855,5.46119348 1.84226738,6.61871839 1.36990376,8.29906449 C1.05499467,9.41929522 0.941153561,10.2783417 1.02838042,10.876204 L1.1096111,10.9915931 C0.716452126,11.3755448 0.368326449,11.8054072 0.0739006161,12.2725137 C0.0247296197,11.8552122 0,11.4304941 0,11 C0,4.92486775 4.92486775,0 11,0 Z M6,10 C9.3137085,10 12,12.6862915 12,16 C12,19.3137085 9.3137085,22 6,22 C2.6862915,22 0,19.3137085 0,16 C0,12.6862915 2.6862915,10 6,10 Z M6.00005723,12 C5.69922898,12 5.45546756,12.2437657 5.45546326,12.544594 L5.45566344,15.4554216 L2.54459397,15.4554633 C2.24376573,15.4554676 2.00024613,15.6989872 2,16.0000572 C2.00023967,16.1502295 2.06117721,16.286617 2.15983972,16.3852795 C2.25826042,16.4837002 2.39440609,16.5443959 2.54457839,16.5446356 L5.45540603,16.5448358 L5.45536438,19.4554216 C5.45560406,19.6055939 5.51629977,19.7417396 5.61496228,19.8404021 C5.7136248,19.9390646 5.84977048,19.9997603 5.99994277,20 C6.30101284,19.9997539 6.54453244,19.7562343 6.54453674,19.455406 L6.54482021,16.5445784 L9.45540603,16.5445367 C9.75623427,16.5445324 10,16.300771 10,15.9999428 C10,15.6991145 9.75624986,15.4553601 9.45542161,15.4553644 L6.54483579,15.455406 L6.54463562,12.5445784 C6.54463992,12.2437501 6.30088547,12 6.00005723,12 Z M18.0206232,15.5192621 C17.8349291,15.7745856 17.7106043,15.9380819 17.6476486,16.009751 C17.5508583,16.1199376 17.4801319,16.1504708 17.4518987,16.1654636 C17.3682303,16.2098946 17.4696892,16.2827564 17.3423715,16.4631738 C17.2574931,16.5834521 17.201738,16.7074508 17.1751063,16.8351698 C17.3893201,17.1201796 17.4749876,17.0496396 17.5738463,17.0027405 C17.6727049,16.9558415 17.8836588,16.181299 17.951521,16.009751 C17.9967625,15.8953857 18.0197965,15.7318894 18.0206232,15.5192621 Z M12.5104547,6.63527877 C12.4074319,6.63527877 12.4579657,6.76896182 12.4082106,6.80955977 C12.3750405,6.83662506 12.3584555,6.91382841 12.3584555,7.0411698 L12.5104547,7.17539518 L12.6134775,7.37998673 C12.5141992,7.44529879 12.445777,7.57863554 12.4082106,7.77999696 C12.3706443,7.98135839 12.3894275,8.09146747 12.4645601,8.11032421 C12.6455673,7.92803884 12.7557027,7.83689616 12.7949663,7.83689616 C12.8538616,7.83689616 13.01647,7.77999696 13.01647,7.77999696 L13.01647,7.56736148 C13.01647,7.54569786 12.9727783,7.48323961 12.8853948,7.37998673 L12.8853948,7.31133915 L12.6614964,6.9709303 L12.6874628,6.80955977 C12.6381392,6.69337244 12.5791365,6.63527877 12.5104547,6.63527877 Z M12.333578,7.18088803 C12.1999041,7.19031943 12.1123811,7.20627736 12.0710091,7.2287618 C12.0339086,7.24892479 12.0037227,7.29693802 11.9804515,7.37280149 C11.9804515,7.71297641 12.0026845,7.77843667 12.1123288,7.77843667 C12.2219731,7.77843667 12.3012063,7.5772012 12.3012063,7.51671704 C12.3012063,7.47639428 12.3119969,7.36445127 12.333578,7.18088803 Z M11.4418844,1.00085558 L11.3746177,1 C11.2767794,1 10.9013864,1.24281353 10.8648775,1.24281353 C10.8283686,1.24281353 10.8287454,1.15836646 10.7903769,1.15836646 C10.7520084,1.15836646 10.6678413,1.36285241 10.6293476,1.36285241 C10.6036851,1.36285241 10.5916251,1.32283945 10.5931675,1.24281353 L10.3116768,1.24281353 C10.3629241,1.16614322 10.3885478,1.11745126 10.3885478,1.09673766 C10.3885478,1.06566725 10.3259169,1.02384328 10.2746648,1.02384328 C10.2404967,1.02384328 9.96542947,1.05849821 9.44946305,1.12780806 C8.77510806,1.25059685 8.40550441,1.32894496 8.34065212,1.36285241 C8.27579982,1.39675986 8.1792662,1.60979997 8.05105125,2.00197276 L8.2986827,1.95763615 C8.3997916,1.90567494 8.45034605,1.8641685 8.45034605,1.83311681 C8.45034605,1.78653928 8.44986917,1.77196296 8.52045994,1.73178061 C8.59105071,1.69159825 8.55350377,1.7547578 8.57887261,1.83311681 C8.59578517,1.88535615 8.58732889,1.921948 8.55350377,1.94289236 C8.52077404,1.93826841 8.49182403,1.9270313 8.46665373,1.90918102 C8.44148343,1.89133074 8.36762696,1.9312887 8.24508432,2.0290549 C8.09671765,2.14569216 8.00218108,2.2270044 7.9614746,2.27299161 C7.92076812,2.31897883 7.89119949,2.38630145 7.8727687,2.47495946 L7.9614746,2.47495946 L8.02864808,2.56072514 L8.1580986,2.58260418 C8.18706358,2.64847784 8.22436042,2.68712186 8.2699891,2.69853624 C8.31561779,2.70995063 8.34857113,2.70424344 8.36884913,2.68141467 C8.47493609,2.51482416 8.55754025,2.39939101 8.61666159,2.33511522 C8.69876809,2.24585035 8.82931269,2.19927634 8.8820129,2.13520526 C8.98603892,2.00873405 9.07624041,1.88183499 9.20151063,1.80518781 C9.274252,1.76068065 9.38400367,1.77121916 9.44946305,1.70924722 C9.56825576,1.59678335 9.66632322,1.55604446 9.74366542,1.58703055 C9.68922917,1.66262835 9.65448166,1.71853743 9.63942291,1.7547578 C9.58696347,1.8809369 9.5702293,1.97939216 9.51437709,2.00197276 C9.39452525,2.05042789 9.11860549,2.10436073 9.06855938,2.13520526 C9.01851327,2.16604978 9.03146614,2.33511522 9.00134802,2.42079032 C8.98126927,2.47790706 8.93242813,2.53184501 8.85482459,2.58260418 L8.85482459,2.87381271 C8.96511167,2.83969389 9.05303864,2.82263448 9.11860549,2.82263448 C9.21695577,2.82263448 9.30505437,2.9156634 9.33256786,3.02771412 C9.36008136,3.13976483 9.30505437,3.50166528 9.30505437,3.62413375 C9.30505437,3.74660222 9.06855938,4.1568498 9.06855938,4.25054962 C9.06855938,4.31301617 9.11287646,4.4058694 9.20151063,4.52910932 C8.99879751,4.6931039 8.86899338,4.85139013 8.81209826,5.00396802 C8.72675556,5.23283485 8.85482459,5.7882384 8.85482459,5.98602984 C8.85482459,6.18382128 9.1479588,6.38402943 9.20151063,6.32432521 C9.25506245,6.264621 9.417583,5.93091834 9.47800603,5.84435286 C9.53842907,5.75778738 9.57006286,5.75555035 9.57006286,5.75555035 C9.57006286,5.75555035 9.58217067,5.68104104 9.63942291,5.5688564 C9.69667514,5.45667175 10.0747311,5.28368636 10.2746648,5.16945716 C10.4745985,5.05522796 10.4326036,5.03529669 10.4696176,5.00396802 C10.5066317,4.97263935 10.5586513,5.00396802 10.7233586,5.00396802 C10.888066,5.00396802 11.1057919,4.79130219 11.2256348,4.68908464 C11.3454777,4.58686709 11.441382,4.39924964 11.441382,4.25054962 C11.441382,4.1018496 11.2768928,4.11304573 11.3394587,3.91410698 C11.4020246,3.71516824 11.5116826,3.74081807 11.5991911,3.68578708 C11.6866996,3.63075609 11.71272,3.20562757 11.7473441,3.05587822 C11.7819682,2.90612886 11.8116954,2.95865835 11.8506419,2.87381271 C11.8895884,2.78896707 11.8435278,2.67087963 11.8735113,2.58260418 C11.8935002,2.52375389 11.9919566,2.31543121 12.1688804,1.95763615 C12.2041651,1.94118432 12.2453422,1.92503261 12.2924116,1.90918102 C12.3630158,1.88540363 12.3746935,1.81772706 12.4016448,1.7547578 C12.428596,1.69178853 12.3746935,1.63971667 12.3746935,1.60930803 C12.3746935,1.57889939 11.9562556,1.60405988 11.9562556,1.55299749 C11.9562556,1.50193511 12.1326757,1.40131636 12.1326757,1.32721149 C12.1326757,1.25310662 11.9969464,1.12780806 11.907736,1.06780405 C11.8482624,1.02780138 11.6746291,1.01100047 11.5364927,1.0042446 L11.4418844,1.00085558 Z M11.1000482,5.22270752 C11.0520232,5.28980806 11.0280107,5.35347339 11.0280107,5.4137035 C11.0280107,5.50404868 11.1000482,5.73795745 11.3236081,5.7799834 C11.5471681,5.82200936 11.6720195,5.69232908 11.7474539,5.64379717 C11.7977434,5.61144257 11.8155018,5.48366271 11.8007292,5.2604576 C11.6264119,5.26485274 11.498464,5.26485274 11.4168856,5.2604576 C11.3353072,5.25606246 11.2296947,5.2434791 11.1000482,5.22270752 Z M16.0435279,4.98669295 C16.0299119,5.17294808 15.9972233,5.26607564 15.9454621,5.26607564 C15.8678204,5.26607564 15.8897766,5.1793394 15.8323681,5.22270752 C15.7749595,5.26607564 15.8323681,5.43119273 15.8323681,5.46833285 C15.8323681,5.50547296 15.7673019,5.60515694 15.6931168,5.46833285 C15.6189316,5.33150876 15.5363981,5.13775508 15.6147574,5.06222402 C15.666997,5.01186997 15.8099205,4.98669295 16.0435279,4.98669295 Z M7.72858636,2.33511522 L7.67609243,2.33511522 C7.49191931,2.49356906 7.39983275,2.62288652 7.39983275,2.7230676 C7.39983275,2.87333923 7.52102057,2.91726874 7.67609243,2.99174418 C7.83116428,3.06621962 7.90794329,3.01228916 8.00979771,2.94531236 C8.11165213,2.87833557 8.08900033,2.69957883 8.08900033,2.67716526 C8.08900033,2.65475168 7.78049359,2.63116 7.72858636,2.60690369 C7.69398154,2.59073281 7.69398154,2.50013666 7.72858636,2.33511522 Z M14.2073149,1.90918102 C14.1474846,1.90918102 14.1052365,1.93530618 14.0805708,1.98755649 L13.9664829,2.02194895 L13.8516852,2.24932907 C13.7274234,2.21148007 13.6445753,2.21148007 13.6031408,2.24932907 C13.5617063,2.28717807 13.5617063,2.35957426 13.6031408,2.46651762 L13.7367745,2.69853624 L13.8106783,2.69853624 L13.8106783,2.86309672 L13.9664829,2.9209743 L14.0805708,2.6381065 L14.2507785,2.75573852 L14.3316859,2.69853624 L14.1520393,2.33330068 L14.4225983,2.09938056 C14.3389065,1.97258087 14.2671453,1.90918102 14.2073149,1.90918102 Z M6.87155559,1.95763615 L6.81164401,1.95763615 L6.62055839,2.10657218 L6.49852156,2.06657788 C6.21036981,2.18824037 6.06629394,2.29135158 6.06629394,2.37591152 C6.06629394,2.50275142 6.09685773,2.52272161 6.18871961,2.52272161 C6.28058149,2.52272161 6.50559877,2.48331737 6.58497767,2.48331737 C6.63789693,2.48331737 6.71345238,2.44751542 6.81164401,2.37591152 L6.87155559,2.24907162 L6.94591283,2.24907162 C6.98826504,2.44635926 7.00944115,2.55987944 7.00944115,2.58963215 C7.00944115,2.61938487 7.07404245,2.68931669 7.20324506,2.79942764 L7.28325196,2.72425557 L7.28325196,2.40607062 C7.28325196,2.32830329 7.33414444,2.2433489 7.4359294,2.15120744 L7.13561485,2.06657788 L7.00944115,2.15120744 C6.91751745,2.17328541 6.85158507,2.17328541 6.81164401,2.15120744 C6.77170296,2.12912947 6.79167349,2.06460571 6.87155559,1.95763615 Z M7.67690118,1.59092484 C7.58745511,1.66160168 7.55691552,1.78383879 7.5852824,1.95763615 C7.73165074,1.77444871 7.82246085,1.70532662 7.85771275,1.75026987 C7.89296465,1.79521313 7.85555706,1.86433522 7.74548996,1.95763615 C7.79131983,1.98719389 7.82872743,2.00197276 7.85771275,2.00197276 C7.90119074,2.00197276 8.02864808,1.86396779 8.02864808,1.80807942 C8.02864808,1.75219104 7.95010003,1.74546313 7.92018607,1.70490484 C7.89027211,1.66434655 7.94741343,1.53816645 7.88706902,1.51361664 C7.82672461,1.48906683 7.81107028,1.48490958 7.67690118,1.59092484 Z",
|
|
1421
|
+
id: "Combined-Shape"
|
|
1422
|
+
})
|
|
1423
|
+
}));
|
|
1424
|
+
const Clock = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1425
|
+
children: jsx("path", {
|
|
1426
|
+
d: "M8.485 3.717a9 9 0 1 1 7.033 16.569 9 9 0 0 1-7.033-16.57zm.74 1.744a7.105 7.105 0 1 0 5.552 13.08 7.105 7.105 0 0 0-5.552-13.08zm1.825 1.522h1.894v4.734l3.049 1.76-.947 1.641-2.606-1.504h-1.39V6.983z"
|
|
1427
|
+
})
|
|
1428
|
+
}));
|
|
1429
|
+
const Animation = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1430
|
+
children: jsx("g", Object.assign({
|
|
1431
|
+
transform: "translate(3.000000, 4.000000)"
|
|
1432
|
+
}, {
|
|
1433
|
+
children: jsx("path", {
|
|
1434
|
+
d: "M18,0 L18,16 L0,16 L0,0 L18,0 Z M2.7,13.4444444 L0.9,13.4444444 L0.9,15 L2.7,15 L2.7,13.4444444 Z M17.1,13.4444444 L15.3,13.4444444 L15.3,15 L17.1,15 L17.1,13.4444444 Z M6.7430548,3 C6.36845508,3 5.96666667,3.31868791 5.96666667,4.01673445 L5.96666667,11.9839323 C5.96666667,12.6819788 6.36905927,13 6.7430548,13 C6.94123014,13 7.14423902,12.9206614 7.34362274,12.7633176 L12.1668963,8.93772918 C12.4641593,8.70304687 12.6333333,8.36169078 12.6333333,7.99966664 C12.6333333,7.63897593 12.4635551,7.29828655 12.1675005,7.06293753 L7.34181016,3.23734916 C7.14423902,3.07933862 6.94123014,3 6.7430548,3 Z M2.7,10.3333333 L0.9,10.3333333 L0.9,11.8888889 L2.7,11.8888889 L2.7,10.3333333 Z M17.1,10.3333333 L15.3,10.3333333 L15.3,11.8888889 L17.1,11.8888889 L17.1,10.3333333 Z M2.7,7.22222222 L0.9,7.22222222 L0.9,8.77777778 L2.7,8.77777778 L2.7,7.22222222 Z M17.1,7.22222222 L15.3,7.22222222 L15.3,8.77777778 L17.1,8.77777778 L17.1,7.22222222 Z M2.7,4.11111111 L0.9,4.11111111 L0.9,5.66666667 L2.7,5.66666667 L2.7,4.11111111 Z M17.1,4.11111111 L15.3,4.11111111 L15.3,5.66666667 L17.1,5.66666667 L17.1,4.11111111 Z M2.7,1 L0.9,1 L0.9,2.55555556 L2.7,2.55555556 L2.7,1 Z M17.1,1 L15.3,1 L15.3,2.55555556 L17.1,2.55555556 L17.1,1 Z",
|
|
1435
|
+
id: "AnimationSvgPath"
|
|
1436
|
+
})
|
|
1437
|
+
}))
|
|
1438
|
+
}));
|
|
1439
|
+
const Success = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1440
|
+
children: jsx("path", {
|
|
1441
|
+
d: "m16.51 10.034-5.633 5.633-3.387-3.386a.954.954 0 0 1 0-1.343.975.975 0 0 1 1.342 0l2.045 2.046 4.292-4.291a.972.972 0 0 1 1.342 0c.368.369.368.97 0 1.341M12 4a8 8 0 1 0 0 16.001A8 8 0 0 0 12 4"
|
|
1442
|
+
})
|
|
1443
|
+
}));
|
|
1444
|
+
const Cancel = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1445
|
+
children: jsx("path", {
|
|
1446
|
+
d: "M12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18zm0 16.105a7.105 7.105 0 0 0 5.681-11.373l-9.949 9.95A7.074 7.074 0 0 0 12 19.104zm0-14.21a7.105 7.105 0 0 0-5.681 11.373l9.949-9.95A7.074 7.074 0 0 0 12 4.896z"
|
|
1447
|
+
})
|
|
1448
|
+
}));
|
|
1449
|
+
const DragHandle = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1450
|
+
children: jsx("path", {
|
|
1451
|
+
d: dragHandlePath
|
|
1452
|
+
})
|
|
1453
|
+
}));
|
|
1454
|
+
const AutoUpdateActive = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1455
|
+
children: jsxs("g", Object.assign({
|
|
1456
|
+
transform: "translate(-3 -3)"
|
|
1457
|
+
}, {
|
|
1458
|
+
children: [jsx("path", {
|
|
1459
|
+
d: "M12.385 3.295l5 3-5 3V7.723l-.085.014c-3.08.548-5.418 3.24-5.418 6.479 0 3.634 2.945 6.58 6.577 6.58 2.914 0 5.385-1.896 6.248-4.523l2.815-1.626c-.225 4.814-4.197 8.648-9.063 8.648-5.012 0-9.074-4.065-9.074-9.08 0-4.65 3.495-8.484 8-9.015V3.295z",
|
|
1460
|
+
transform: "translate(0.2,1.2) rotate(30 13.454 13.295)"
|
|
1461
|
+
}), jsx("text", Object.assign({
|
|
1462
|
+
fontFamily: "Roboto-Black, Roboto",
|
|
1463
|
+
fontWeight: 700,
|
|
1464
|
+
fontSize: 6
|
|
1465
|
+
}, {
|
|
1466
|
+
children: jsx("tspan", Object.assign({
|
|
1467
|
+
x: 9.2,
|
|
1468
|
+
y: 17.3
|
|
1469
|
+
}, {
|
|
1470
|
+
children: "AUTO"
|
|
1471
|
+
}))
|
|
1472
|
+
}))]
|
|
1473
|
+
}))
|
|
1474
|
+
}));
|
|
1475
|
+
const AutoUpdateInActive = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1476
|
+
children: jsxs("g", Object.assign({
|
|
1477
|
+
transform: "translate(-3 -3)"
|
|
1478
|
+
}, {
|
|
1479
|
+
children: [jsx("path", {
|
|
1480
|
+
d: "M15.172 3.109l.214 2.455 2.792 1.675-2.514 1.508 1.095 12.499c1.763-.729 3.141-2.202 3.742-4.028l2.815-1.626c-.182 3.872-2.787 7.11-6.332 8.228l.193 2.201-1.992.175-.174-1.988c-.25.02-.503.031-.759.031-5.011 0-9.074-4.065-9.074-9.079 0-4.65 3.495-8.484 8-9.016V4.24l.09.054-.088-1.01 1.992-.174zm-1.995 5.559l.149-.023c-3.193.45-5.65 3.196-5.65 6.515 0 3.634 2.944 6.58 6.576 6.58.182 0 .363-.007.54-.021L13.758 9.89l-.579.348V8.668z",
|
|
1481
|
+
transform: "rotate(30 13.454 13.295)"
|
|
1482
|
+
}), jsx("text", Object.assign({
|
|
1483
|
+
fontFamily: "Roboto-Black, Roboto",
|
|
1484
|
+
fontWeight: 700,
|
|
1485
|
+
fontSize: 6
|
|
1486
|
+
}, {
|
|
1487
|
+
children: jsx("tspan", Object.assign({
|
|
1488
|
+
x: 9.2,
|
|
1489
|
+
y: 17.3
|
|
1490
|
+
}, {
|
|
1491
|
+
children: "AUTO"
|
|
1492
|
+
}))
|
|
1493
|
+
}))]
|
|
1494
|
+
}))
|
|
1495
|
+
}));
|
|
1496
|
+
const Now = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1497
|
+
children: jsx("g", Object.assign({
|
|
1498
|
+
transform: "translate(0 2)"
|
|
1499
|
+
}, {
|
|
1500
|
+
children: jsx("path", {
|
|
1501
|
+
d: "M4.85,15.55 L5.89,15.55 L7.39013512,18.2040258 L7.39,15.55 L8.42,15.55 L8.42,19.82 L7.39,19.815 L5.89,17.19 L5.89,19.82 L4.85,19.815 L4.85,15.55 Z M11.275,15.49 C12.55,15.49 13.14,16.4749736 13.14,17.69 C13.14,18.9050264 12.55,19.89 11.275,19.89 C10,19.89 9.4,18.9050264 9.4,17.69 C9.4,16.4749736 10,15.49 11.275,15.49 Z M11.265,16.3 C10.63,16.3 10.46,16.8781414 10.46,17.69 C10.46,18.5018586 10.63,19.08 11.265,19.08 C11.9,19.08 12.09,18.5018586 12.09,17.69 C12.09,16.8781414 11.9,16.3 11.265,16.3 Z M13.85,15.55 L14.88,15.55 L15.37,18.23 L15.96,15.55 L16.83,15.55 L17.42,18.23 L17.91,15.55 L18.93,15.55 L18.03,19.82 L16.96,19.82 L16.39,17.38 L15.83,19.82 L14.76,19.82 L13.85,15.55 Z M12,0 C16.7,0 18.85,4.12 18.85,6.82 C18.85,9.52 17.0960097,13.63 12,13.63 C9.06797949,13.63 7.24456537,12.2694474 6.22334015,10.5996971 C6.10797504,10.4110698 6.00732732,9.72319365 6.59320378,9.33888177 C7.17908025,8.95456988 7.71708662,9.39022217 7.84387287,9.58248667 C8.70143045,10.8829264 10.1633005,11.82 12,11.82 C15,11.82 17,9.32 17,6.82 C17,4.32 15,1.81 12,1.81 C10.5492584,1.81 9.33236686,2.39696387 8.46241089,3.28591644 L9.474995,3.73670576 C9.86718007,3.9113178 9.95685384,4.26087798 9.84288406,4.51685828 C9.78589918,4.64484843 9.68395359,4.74990886 9.54141806,4.83107363 L6.67469458,6.47927087 C6.45916744,6.60267712 6.21814322,6.61960842 6.01095111,6.52736055 C5.80211462,6.43438056 5.65295882,6.24275928 5.60209611,6.00074862 L4.90755008,2.76794268 C4.87285304,2.60689825 4.88471829,2.46076082 4.94098185,2.3343908 C5.05495162,2.0784105 5.37472892,1.91114968 5.7660918,2.08539566 L6.7215416,2.51032096 C7.8443708,1.0870475 9.58579853,0 12,0 Z"
|
|
1502
|
+
})
|
|
1503
|
+
}))
|
|
1504
|
+
}));
|
|
1505
|
+
const Pause = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1506
|
+
children: jsx("path", {
|
|
1507
|
+
d: "M8.579 4c.865 0 1.565.7 1.565 1.564v12.87c0 .866-.7 1.566-1.565 1.566-.863 0-1.565-.7-1.565-1.565v-4.87H7v-3.13h.014V5.564C7.014 4.7 7.716 4 8.579 4zm6.915 0c.865 0 1.565.7 1.565 1.564v12.871c0 .865-.7 1.565-1.565 1.565-.863 0-1.565-.7-1.565-1.565v-4.87h-.014v-3.13h.014v-4.87C13.93 4.7 14.631 4 15.494 4z"
|
|
1508
|
+
})
|
|
1509
|
+
}));
|
|
1510
|
+
const Play = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1511
|
+
children: jsx("path", {
|
|
1512
|
+
d: "M15.18 12.688l-3.909 2.81c-.161.115-.325.175-.486.175-.303 0-.629-.234-.629-.748v-5.85c0-.514.325-.747.63-.747.16 0 .324.059.485.174l3.91 2.81c.24.172.378.423.378.688 0 .265-.137.517-.379.688M12 4c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8"
|
|
1513
|
+
})
|
|
1514
|
+
}));
|
|
1515
|
+
const StepBackward = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1516
|
+
children: jsx("path", {
|
|
1517
|
+
d: "M15.5794386,6.68811254 L8.12440829,1.33228882 C7.81918795,1.11107407 7.50556704,1 7.19941329,1 C6.62070805,1 6,1.44616308 6,2.42342823 L6,13.5775052 C6,14.5547703 6.62164144,15 7.19941329,15 C7.50556704,15 7.81918795,14.8889259 8.12720848,14.6686446 L15.5785052,9.31282085 C16.0377358,8.98426562 16.2990866,8.50636709 16.2990866,7.9995333 C16.2990866,7.4945663 16.0368025,7.01760117 15.5794386,6.68811254 M2,0 C3.05,0 3.9177686,0.820041322 3.99448723,1.85130541 L4,2 L4,14 C4,15.1 3.1,16 2,16 C0.9,16 0,15.1 0,14 L0,2 C0,0.9 0.9,0 2,0 Z",
|
|
1518
|
+
transform: "translate(4.000000, 4.000000) translate(8.149543, 8.000000) scale(-1, 1) translate(-8.149543, -8.000000) "
|
|
1519
|
+
})
|
|
1520
|
+
}));
|
|
1521
|
+
const StepForward = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1522
|
+
children: jsx("path", {
|
|
1523
|
+
d: "M15.5794386,6.68811254 L8.12440829,1.33228882 C7.81918795,1.11107407 7.50556704,1 7.19941329,1 C6.62070805,1 6,1.44616308 6,2.42342823 L6,13.5775052 C6,14.5547703 6.62164144,15 7.19941329,15 C7.50556704,15 7.81918795,14.8889259 8.12720848,14.6686446 L15.5785052,9.31282085 C16.0377358,8.98426562 16.2990866,8.50636709 16.2990866,7.9995333 C16.2990866,7.4945663 16.0368025,7.01760117 15.5794386,6.68811254 M2,0 C3.05,0 3.9177686,0.820041322 3.99448723,1.85130541 L4,2 L4,14 C4,15.1 3.1,16 2,16 C0.9,16 0,15.1 0,14 L0,2 C0,0.9 0.9,0 2,0 Z",
|
|
1524
|
+
transform: "translate(4.000000, 4.000000)"
|
|
1525
|
+
})
|
|
1526
|
+
}));
|
|
1527
|
+
const Info = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1528
|
+
children: jsx("path", {
|
|
1529
|
+
d: "M12.0004012,4 C16.4182338,4 20,7.58096384 20,11.9995988 C20,16.4182338 16.4182338,20 12.0004012,20 C7.58176621,20 4,16.4182338 4,11.9995988 C4,7.58096384 7.58176621,4 12.0004012,4 Z M13.0518404,10 L10,10 L10,11.6134693 L10.9489304,11.6134693 L10.9489304,15.3873607 L10,15.3873607 L10,17 L14,17 L14,15.3873607 L13.0518404,15.3873607 L13.0518404,10 Z M11.9907922,6 C11.1541947,6 10.5,6.65419468 10.5,7.49079217 C10.5,8.32738965 11.1541947,9 11.9907922,9 C12.8273897,9 13.5,8.32738965 13.5,7.49079217 C13.5,6.65419468 12.8273897,6 11.9907922,6 Z"
|
|
1530
|
+
})
|
|
1531
|
+
}));
|
|
1399
1532
|
const TextIcon = _a => {
|
|
1400
1533
|
var {
|
|
1401
1534
|
text = '0.5x'
|
|
1402
1535
|
} = _a,
|
|
1403
1536
|
props = __rest(_a, ["text"]);
|
|
1404
|
-
return
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1537
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1538
|
+
children: jsx("text", Object.assign({
|
|
1539
|
+
fontFamily: "Roboto-Black, Roboto",
|
|
1540
|
+
fontSize: 12,
|
|
1541
|
+
fontWeight: 400
|
|
1542
|
+
}, {
|
|
1543
|
+
children: jsx("tspan", Object.assign({
|
|
1544
|
+
x: text.length > 2 ? 1 : 5,
|
|
1545
|
+
y: 16
|
|
1546
|
+
}, {
|
|
1547
|
+
children: text
|
|
1548
|
+
}))
|
|
1549
|
+
}))
|
|
1550
|
+
}));
|
|
1412
1551
|
};
|
|
1413
|
-
const FastForward = props => (
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
})
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
}))
|
|
1435
|
-
const
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
}
|
|
1552
|
+
const FastForward = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1553
|
+
children: jsx("path", {
|
|
1554
|
+
d: "M12.1 5.86c.247 0 .5.089.745.267l6.008 4.316c.368.265.58.65.58 1.057 0 .408-.211.793-.581 1.058l-6.005 4.316c-.248.177-.5.267-.747.267-.466 0-.967-.36-.967-1.147v-3.016l-5.419 3.896c-.207.148-.417.234-.624.26l-.124.007c-.465 0-.966-.36-.966-1.147V7.006c0-.787.5-1.147.966-1.147.247 0 .5.09.746.268l5.421 3.894V7.006c0-.735.436-1.097.873-1.142z"
|
|
1555
|
+
})
|
|
1556
|
+
}));
|
|
1557
|
+
const SliderThumb = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1558
|
+
children: jsx("polygon", {
|
|
1559
|
+
transform: "translate(6.5 5.5)",
|
|
1560
|
+
points: "6,0 11,5 11,12 0,12 0,5"
|
|
1561
|
+
})
|
|
1562
|
+
}));
|
|
1563
|
+
const Options = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1564
|
+
children: jsx("path", {
|
|
1565
|
+
d: "M12 16c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm0-2c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm0-6c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z"
|
|
1566
|
+
})
|
|
1567
|
+
}));
|
|
1568
|
+
const ChevronLeft = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1569
|
+
children: jsx("path", {
|
|
1570
|
+
d: "M4.42691853,15.0304428 C3.85769382,15.6484814 3.85769382,16.5998089 4.42691853,17.2178475 C4.99671078,17.8207176 5.92075589,17.8207176 6.48948111,17.2178475 L12.002808,11.3748094 L17.5150678,17.2178475 C18.0859271,17.8207176 19.0089052,17.8207176 19.5776304,17.2178475 C19.8625265,16.9148119 20.0044707,16.518945 20.0044707,16.1241452 C20.0069177,15.7184762 19.8542266,15.3272053 19.5776304,15.0304428 L12.002808,7 L4.42691853,15.0304428 Z",
|
|
1571
|
+
transform: "translate(12.002235, 12.335000) rotate(-90.000000) translate(-12.002235, -12.335000) "
|
|
1572
|
+
})
|
|
1573
|
+
}));
|
|
1574
|
+
const ChevronRight = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1575
|
+
children: jsx("path", {
|
|
1576
|
+
d: "M4.42691853,15.0304428 C3.85769382,15.6484814 3.85769382,16.5998089 4.42691853,17.2178475 C4.99671078,17.8207176 5.92075589,17.8207176 6.48948111,17.2178475 L12.002808,11.3748094 L17.5150678,17.2178475 C18.0859271,17.8207176 19.0089052,17.8207176 19.5776304,17.2178475 C19.8625265,16.9148119 20.0044707,16.518945 20.0044707,16.1241452 C20.0069177,15.7184762 19.8542266,15.3272053 19.5776304,15.0304428 L12.002808,7 L4.42691853,15.0304428 Z",
|
|
1577
|
+
transform: "translate(12.002235, 12.335000) rotate(90.000000) translate(-12.002235, -12.335000) "
|
|
1578
|
+
})
|
|
1579
|
+
}));
|
|
1580
|
+
const ChevronUp = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1581
|
+
children: jsx("path", {
|
|
1582
|
+
d: "M4.42691853,15.0304428 C3.85769382,15.6484814 3.85769382,16.5998089 4.42691853,17.2178475 C4.99671078,17.8207176 5.92075589,17.8207176 6.48948111,17.2178475 L12.002808,11.3748094 L17.5150678,17.2178475 C18.0859271,17.8207176 19.0089052,17.8207176 19.5776304,17.2178475 C19.8625265,16.9148119 20.0044707,16.518945 20.0044707,16.1241452 C20.0069177,15.7184762 19.8542266,15.3272053 19.5776304,15.0304428 L12.002808,7 L4.42691853,15.0304428 Z",
|
|
1583
|
+
transform: "translate(12.002235, 12.335000) translate(-12.002235, -12.335000) "
|
|
1584
|
+
})
|
|
1585
|
+
}));
|
|
1586
|
+
const ChevronDown = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1587
|
+
children: jsx("path", {
|
|
1588
|
+
d: "M4.42691853,15.0304428 C3.85769382,15.6484814 3.85769382,16.5998089 4.42691853,17.2178475 C4.99671078,17.8207176 5.92075589,17.8207176 6.48948111,17.2178475 L12.002808,11.3748094 L17.5150678,17.2178475 C18.0859271,17.8207176 19.0089052,17.8207176 19.5776304,17.2178475 C19.8625265,16.9148119 20.0044707,16.518945 20.0044707,16.1241452 C20.0069177,15.7184762 19.8542266,15.3272053 19.5776304,15.0304428 L12.002808,7 L4.42691853,15.0304428 Z",
|
|
1589
|
+
transform: "translate(12.002235, 12.335000) rotate(180.000000) translate(-12.002235, -12.335000) "
|
|
1590
|
+
})
|
|
1591
|
+
}));
|
|
1592
|
+
const Layers = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1593
|
+
children: jsx("path", {
|
|
1594
|
+
d: "M18.0513516,15.3519052 L22,17.2314624 L12,22 L2,17.2314624 L6.03531364,15.3519052 L12,18.18517 L18.0513516,15.3519052 Z M18.0513516,10.2257273 L22,12.1052846 L12,16.8738221 L2,12.1052846 L6.03531364,10.2257273 L12,13.0589921 L18.0513516,10.2257273 Z M12,2 L22,7.00696444 L12,11.775502 L2,7.00696444 L12,2 Z"
|
|
1595
|
+
})
|
|
1596
|
+
}));
|
|
1597
|
+
const Copy = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1598
|
+
children: jsx("path", {
|
|
1599
|
+
d: "M8 7v2H6a1 1 0 0 0-.993.883L5 10v9a1 1 0 0 0 .883.993L6 20h6a1 1 0 0 0 .993-.883L13 19h2v1.6a1.4 1.4 0 0 1-1.263 1.394l-.135.006H4.399a1.4 1.4 0 0 1-1.393-1.265L3 20.6V8.4a1.4 1.4 0 0 1 1.264-1.394L4.4 7H8zm7.584-5v2H12a1 1 0 0 0-.993.883L11 5v9a1 1 0 0 0 .883.993L12 15h6a1 1 0 0 0 .993-.883L19 14V7.42h2v8.18a1.4 1.4 0 0 1-1.263 1.394l-.135.006h-9.203a1.4 1.4 0 0 1-1.393-1.265L9 15.6V3.4a1.4 1.4 0 0 1 1.264-1.394L10.4 2h5.185zM17 2l4 4h-2.5c-.777 0-1.42-.598-1.493-1.357L17 4.499V2z"
|
|
1600
|
+
})
|
|
1601
|
+
}));
|
|
1602
|
+
const Filter = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1603
|
+
children: jsx("path", {
|
|
1604
|
+
d: "M14.155 12.567c1.362 0 2.523.848 2.992 2.043h1.895a1.173 1.173 0 0 1 0 2.346h-1.895A3.213 3.213 0 0 1 14.155 19a3.213 3.213 0 0 1-2.992-2.044h-5.99a1.172 1.172 0 1 1 0-2.346h5.99a3.214 3.214 0 0 1 2.992-2.043zm0 1.755a1.461 1.461 0 1 0 0 2.922 1.461 1.461 0 0 0 0-2.922zM10.06 5c1.362 0 2.524.848 2.992 2.044h5.99a1.173 1.173 0 1 1 0 2.344h-5.99a3.214 3.214 0 0 1-2.992 2.044 3.216 3.216 0 0 1-2.992-2.044H5.173a1.172 1.172 0 1 1 0-2.344h1.895A3.216 3.216 0 0 1 10.06 5zm0 1.754a1.461 1.461 0 1 0 0 2.922 1.461 1.461 0 0 0 0-2.922z"
|
|
1605
|
+
})
|
|
1606
|
+
}));
|
|
1607
|
+
const Clear = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1608
|
+
children: jsx("path", {
|
|
1609
|
+
d: "M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M15.44426,7.26697571 L12.0002861,10.7110482 L8.55573996,7.26697571 C8.19978253,6.9110081 7.62292549,6.9110081 7.26696807,7.26697571 C6.91101064,7.62294331 6.91101064,8.19981687 7.26696807,8.55578447 L10.7115142,11.9998569 L7.26696807,15.4445017 C6.91101064,15.8004693 6.91101064,16.3767705 7.26696807,16.7333104 C7.44494678,16.910722 7.67843653,17 7.91192629,17 C8.14484377,17 8.37776125,16.910722 8.55573996,16.7333104 L12.0002861,13.289238 L15.44426,16.7333104 C15.6222388,16.910722 15.8551562,17 16.088646,17 C16.3221357,17 16.5550532,16.910722 16.7330319,16.7333104 C17.0889894,16.3767705 17.0889894,15.8004693 16.7330319,15.4445017 L13.289058,11.9998569 L16.7330319,8.55578447 C17.0889894,8.19981687 17.0889894,7.62294331 16.7330319,7.26697571 C16.3770745,6.9110081 15.8002175,6.9110081 15.44426,7.26697571 Z"
|
|
1610
|
+
})
|
|
1611
|
+
}));
|
|
1612
|
+
const Search = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1613
|
+
children: jsx("path", {
|
|
1614
|
+
d: "M7.81701445,12.5845372 L7.81701445,12.5845372 C7.17924024,11.946763 6.82932049,11.100321 6.82932049,10.1993044 C6.82932049,9.29828785 7.17924024,8.45077582 7.81701445,7.8140717 C8.47405029,7.15703585 9.3376137,6.82851792 10.2022472,6.82851792 C11.0658106,6.82851792 11.929374,7.15703585 12.5874799,7.8140717 C13.9026217,9.12921348 13.9026217,11.2693954 12.5874799,12.5845372 C11.9497057,13.2212413 11.1021937,13.5722311 10.2022472,13.5722311 C9.3012306,13.5722311 8.45371857,13.2212413 7.81701445,12.5845372 M19.5858748,17.581862 L15.4681648,13.465222 C16.9513109,11.0735688 16.6613162,7.88683788 14.5874799,5.81300161 C12.1690744,3.39566613 8.23434992,3.39566613 5.81594436,5.81300161 C4.64419476,6.9847512 4,8.54280364 4,10.1993044 C4,11.8558052 4.64419476,13.4138577 5.81594436,14.5845372 C6.98769395,15.7562868 8.5446763,16.4015516 10.2022472,16.4015516 C11.376137,16.4015516 12.4965222,16.0719636 13.4681648,15.4662921 L17.5837346,19.582932 C17.8608882,19.8590155 18.2225789,19.9970572 18.5853398,19.9970572 C18.9470305,19.9970572 19.3087212,19.8590155 19.5858748,19.582932 C20.1380417,19.029695 20.1380417,18.135099 19.5858748,17.581862"
|
|
1615
|
+
})
|
|
1616
|
+
}));
|
|
1454
1617
|
const Resize = _a => {
|
|
1455
1618
|
var {
|
|
1456
1619
|
isRightAligned = false,
|
|
1457
1620
|
sx
|
|
1458
1621
|
} = _a,
|
|
1459
1622
|
props = __rest(_a, ["isRightAligned", "sx"]);
|
|
1460
|
-
return
|
|
1623
|
+
return jsx(SvgIcon, Object.assign({
|
|
1461
1624
|
sx: Object.assign(Object.assign(Object.assign({
|
|
1462
1625
|
width: 20,
|
|
1463
1626
|
height: 20,
|
|
@@ -1472,337 +1635,481 @@ const Resize = _a => {
|
|
|
1472
1635
|
zIndex: 1
|
|
1473
1636
|
}), sx),
|
|
1474
1637
|
"data-testid": "resizeHandle"
|
|
1475
|
-
}, props
|
|
1476
|
-
|
|
1477
|
-
|
|
1638
|
+
}, props, {
|
|
1639
|
+
children: jsx("path", {
|
|
1640
|
+
d: "M19.687 18.037v1h-6v-1h6zm3.5-3.5v1h-13v-1h13z",
|
|
1641
|
+
transform: "rotate(-45 16.687 16.787)"
|
|
1642
|
+
})
|
|
1478
1643
|
}));
|
|
1479
1644
|
};
|
|
1480
|
-
const PresetWorkspace = props => (
|
|
1645
|
+
const PresetWorkspace = props => jsx(SvgIcon, Object.assign({
|
|
1481
1646
|
viewBox: "0 0 24 24"
|
|
1482
|
-
}, props
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
})
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
}))
|
|
1497
|
-
const
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
})
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
}))
|
|
1512
|
-
const
|
|
1513
|
-
|
|
1514
|
-
|
|
1647
|
+
}, props, {
|
|
1648
|
+
children: jsx("path", {
|
|
1649
|
+
d: "M10 10h12v12H10V10zm4.32 6.25h-2.318V20h2.318v-3.75zm5.682 0h-4.29V20h4.29v-3.75zM18 6l-.001 3h-2L16 8H8v8h1v2H6V6h12zm2 6h-7.998v2.75H20V12zM14 2l-.001 3h-2L12 4H4v8h1v2H2V2h12z"
|
|
1650
|
+
})
|
|
1651
|
+
}));
|
|
1652
|
+
const Preset = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1653
|
+
children: jsx("path", {
|
|
1654
|
+
d: "M10 10h12v12H10V10zm10 2h-8v8h8v-8zm-2-6-.001 3h-2L16 8H8v8h1v2H6V6h12zm-4-4-.001 3h-2L12 4H4v8h1v2H2V2h12z"
|
|
1655
|
+
})
|
|
1656
|
+
}));
|
|
1657
|
+
const PresetTiles = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1658
|
+
children: jsx("path", {
|
|
1659
|
+
d: "M22,2 L22,22 L2,22 L2,2 L22,2 Z M7.5,13.24 L4.5,13.24 L4.5,19.48 L7.5,19.48 L7.5,13.24 Z M15.5,13.24 L12.5,13.24 L12.5,19.48 L15.5,19.48 L15.5,13.24 Z M11.5,13.24 L8.5,13.24 L8.5,19.48 L11.5,19.48 L11.5,13.24 Z M19.5,13.24 L16.5,13.24 L16.5,19.48 L19.5,19.48 L19.5,13.24 Z M7.5,6 L4.5,6 L4.5,12.24 L7.5,12.24 L7.5,6 Z M15.5,6 L12.5,6 L12.5,12.24 L15.5,12.24 L15.5,6 Z M11.5,6 L8.5,6 L8.5,12.24 L11.5,12.24 L11.5,6 Z M19.5,6 L16.5,6 L16.5,12.24 L19.5,12.24 L19.5,6 Z"
|
|
1660
|
+
})
|
|
1661
|
+
}));
|
|
1662
|
+
const List = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1663
|
+
children: jsx("path", {
|
|
1664
|
+
d: "M4.5,16 C5.88071187,16 7,17.1192881 7,18.5 C7,19.8807119 5.88071187,21 4.5,21 C3.11928813,21 2,19.8807119 2,18.5 C2,17.1192881 3.11928813,16 4.5,16 Z M22,18 L22,20 L9,20 L9,18 L22,18 Z M7,9 L7,14 L2,14 L2,9 L7,9 Z M22,11 L22,13 L9,13 L9,11 L22,11 Z M4.5,2 L7,7 L2,7 L4.5,2 Z M22,4 L22,6 L9,6 L9,4 L22,4 Z"
|
|
1665
|
+
})
|
|
1666
|
+
}));
|
|
1667
|
+
const Home = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1668
|
+
children: jsx("path", {
|
|
1669
|
+
d: "M14.5857657,15.5482973 L14.5857657,19 L19,19 L19,11.1704471 L12.0003998,5 L5,11.1704471 L5,19 L9.41503399,19 L9.41503399,15.5482973 C9.41503399,14.0740894 10.5785686,12.8676932 12.0003998,12.8676932 C13.4222311,12.8676932 14.5857657,14.0740894 14.5857657,15.5482973 Z"
|
|
1670
|
+
})
|
|
1671
|
+
}));
|
|
1672
|
+
const Minus = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1673
|
+
children: jsx("path", {
|
|
1674
|
+
d: "M13,11 L11,11 L8,11 C7.43301962,11 7,11.4597824 7,12.0268006 C7,12.5938188 7.43301962,13 8,13 L11,13 L13,13 L16,13 C16.5669804,13 17,12.5938188 17,12.0268006 C17,11.4597824 16.5669804,11 16,11 L13,11 Z"
|
|
1675
|
+
})
|
|
1676
|
+
}));
|
|
1677
|
+
const Equalizer = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1678
|
+
children: jsx("path", {
|
|
1679
|
+
d: "M5,2 L5.00043449,14.0500973 C6.14133817,14.2819003 7,15.2906746 7,16.5 C7,17.3174727 6.60764218,18.0433054 6.00097133,18.4994531 L6,22 L3,22 L3.00004507,18.5002169 C2.39279608,18.0441159 2,17.3179292 2,16.5 C2,15.2903182 2.85916789,14.2813059 4.00057405,14.0498926 L4,2 L5,2 Z M12.5,2 L12.5004345,5.05009729 C13.6413382,5.28190033 14.5,6.29067455 14.5,7.5 C14.5,8.31747272 14.1076422,9.04330535 13.5009713,9.49945313 L13.5,22 L10.5,22 L10.5000451,9.50021694 C9.89279608,9.04411586 9.5,8.31792915 9.5,7.5 C9.5,6.29031824 10.3591679,5.2813059 11.500574,5.0498926 L11.5,2 L12.5,2 Z M20,2 L20.0004345,11.0500973 C21.1413382,11.2819003 22,12.2906746 22,13.5 C22,14.3174727 21.6076422,15.0433054 21.0009713,15.4994531 L21,22 L18,22 L18.0000451,15.5002169 C17.3927961,15.0441159 17,14.3179292 17,13.5 C17,12.2903182 17.8591679,11.2813059 19.000574,11.0498926 L19,2 L20,2 Z"
|
|
1680
|
+
})
|
|
1681
|
+
}));
|
|
1682
|
+
const Link = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1683
|
+
children: jsx("path", {
|
|
1684
|
+
d: "m11 9-4.128-.018a.921.921 0 0 0-.91.82l-.006.108v4.18c0 .476.354.87.81.923l.106.007H11V17H6.872c-1.528 0-2.78-1.212-2.867-2.74L4 14.09V9.91c0-1.55 1.198-2.817 2.704-2.905L6.872 7H11v2zm5 3a1 1 0 0 1-1 1H9a1 1 0 0 1 0-2h6a1 1 0 0 1 1 1zm4 2.09c0 1.607-1.288 2.91-2.872 2.91H13v-1.98h4.128a.924.924 0 0 0 .916-.93V9.91a.923.923 0 0 0-.916-.928L13 9V7h4.128C18.712 7 20 8.303 20 9.91v4.18z"
|
|
1685
|
+
})
|
|
1686
|
+
}));
|
|
1687
|
+
const LinkOff = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1688
|
+
children: jsx("path", {
|
|
1689
|
+
d: "m20.693 18.631-1.285 1.532L15.638 17H13v-1.98l.277-.001-2.406-2.02L9 13a1 1 0 0 1-.41-1.913L6.314 9.175a.93.93 0 0 0-.35.627l-.007.108v4.18c0 .476.354.87.81.923l.106.007H11V17H6.872c-1.528 0-2.78-1.212-2.867-2.74L4 14.09V9.91c0-.778.302-1.486.795-2.008l-2.24-1.88L3.84 4.49 6.834 7H11v2l-1.794-.008L11.6 11H15a1 1 0 0 1 0 2h-1.018l2.407 2.019h.739a.924.924 0 0 0 .916-.93V9.91a.923.923 0 0 0-.916-.928L13 9V7h4.128C18.712 7 20 8.303 20 9.91v4.18a2.915 2.915 0 0 1-1.606 2.612l2.3 1.93z"
|
|
1690
|
+
})
|
|
1691
|
+
}));
|
|
1692
|
+
const Cached = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1693
|
+
children: jsx("path", {
|
|
1694
|
+
d: "m19.691 9.79-1.771 1.225a6 6 0 0 1-6.355 6.969v-3.088l-2.681 1.86c-1.223.86-1.923 1.345-2.1 1.458l-.029.019-.31.215L11.564 22v-2.012A8 8 0 0 0 19.691 9.79zM12.564 2v2.02a8 8 0 0 0-8.237 10.255l1.765-1.223a6 6 0 0 1 6.473-7.026v3.078l2.592-1.798h-.003l2.029-1.4a8.063 8.063 0 0 0-.004-.004l.504-.35L12.564 2z"
|
|
1695
|
+
})
|
|
1696
|
+
}));
|
|
1697
|
+
const CalendarToday = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1698
|
+
children: jsx("path", {
|
|
1699
|
+
d: "M7.342 6.437v1.115c0 .673.548 1.22 1.22 1.22h.06c.671 0 1.22-.547 1.22-1.22V6.437h4.313v1.115c0 .673.548 1.22 1.22 1.22h.058c.673 0 1.22-.547 1.22-1.22V6.437h1.058a2.292 2.292 0 0 1 2.286 2.285v7.993A2.292 2.292 0 0 1 17.71 19H6.285A2.292 2.292 0 0 1 4 16.715V8.722a2.292 2.292 0 0 1 2.285-2.285h1.057zm9.444 7.637a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881zm-4.788 0a1.44 1.44 0 1 0 0 2.88 1.44 1.44 0 0 0 0-2.88zm-4.787 0a1.44 1.44 0 1 0-.002 2.88 1.44 1.44 0 0 0 .002-2.88zm9.575-3.897a1.44 1.44 0 1 0-.001 2.881 1.44 1.44 0 0 0 0-2.88zm-4.788 0a1.44 1.44 0 1 0 0 2.88 1.44 1.44 0 0 0 0-2.88zM8.62 4.73c.264 0 .478.214.478.478v2.344a.477.477 0 0 1-.478.477h-.058a.478.478 0 0 1-.478-.477V5.208c0-.264.214-.478.478-.478zm6.812 0c.264 0 .478.214.478.478v2.344a.478.478 0 0 1-.478.477h-.057a.478.478 0 0 1-.478-.477V5.208c0-.264.214-.478.478-.478z"
|
|
1700
|
+
})
|
|
1701
|
+
}));
|
|
1515
1702
|
const WebAssetOff = props => {
|
|
1516
|
-
return
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1703
|
+
return jsx(SvgIcon, Object.assign({}, props, {
|
|
1704
|
+
children: jsxs("g", {
|
|
1705
|
+
children: [jsx("path", {
|
|
1706
|
+
d: "M5.89856955,4.50717511 L9.893,8.5 L6,8.5 L6,17 L18,17 L18,16.606 L19.9956851,18.6017419 C19.956118,18.649691 19.9142229,18.6957771 19.87,18.74 C19.4544824,19.1555176 18.8311491,19.4088509 18,19.5 L6,19.5 C5.1805214,19.4148333 4.56096049,19.1624284 4.1413173,18.7427852 C3.7216741,18.323142 3.50790167,17.7422136 3.5,17 L3.5,7 C3.52565636,6.18855517 3.73942879,5.5818885 4.1413173,5.18 C4.52680219,4.79451511 5.11255294,4.57024015 5.89856955,4.50717511 Z M18,4.5 C18.81657,4.52323671 19.4399034,4.74990338 19.87,5.18 C20.3000966,5.61009662 20.5100966,6.21676329 20.5,7 L20.5,16.278 L18,13.778 L18,8.5 L12.721,8.5 L8.721,4.5 L18,4.5 Z",
|
|
1707
|
+
id: "Combined-Shape"
|
|
1708
|
+
}), jsx("rect", {
|
|
1709
|
+
id: "Rectangle",
|
|
1710
|
+
transform: "translate(12.000000, 12.000000) rotate(-45.000000) translate(-12.000000, -12.000000) ",
|
|
1711
|
+
x: "11",
|
|
1712
|
+
y: "0",
|
|
1713
|
+
width: "2",
|
|
1714
|
+
height: "24"
|
|
1715
|
+
})]
|
|
1716
|
+
})
|
|
1717
|
+
}));
|
|
1527
1718
|
};
|
|
1528
|
-
const Notifications = props => (
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
})
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
}))
|
|
1549
|
-
const
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
}))
|
|
1561
|
-
const
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
}))
|
|
1567
|
-
const
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
})
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
}))
|
|
1589
|
-
const
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
}))
|
|
1604
|
-
const
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
}))
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
}
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
})
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
}))
|
|
1646
|
-
const
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
}
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
}))
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
})
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
})
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
}))
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
})
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
}))
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
})
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
})
|
|
1719
|
+
const Notifications = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1720
|
+
children: jsx("path", {
|
|
1721
|
+
d: "M13.436 17.083a1.444 1.444 0 1 1-2.871 0zM12 4c3.094 0 5.61 2.48 5.61 5.53v2.98c0 1.569 1.197 2.663 1.208 2.672.169.15.227.388.145.598a.55.55 0 0 1-.514.348H5.551a.552.552 0 0 1-.514-.348.536.536 0 0 1 .146-.598c.01-.01 1.206-1.103 1.206-2.672V9.53C6.39 6.48 8.907 4 12 4z"
|
|
1722
|
+
})
|
|
1723
|
+
}));
|
|
1724
|
+
const Update = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1725
|
+
children: jsx("path", {
|
|
1726
|
+
d: "m8.73 3.39-.252.098a9.5 9.5 0 1 0 9.4 16.303l-1.391-1.455a7.5 7.5 0 1 1 2.504-8.85l.071.185-3.535 1.427 3.117 2.043v-.005l2.579 1.696.933.612 1.75-7.731-2.99 1.209-.071-.184A9.5 9.5 0 0 0 8.73 3.391zM13.04 7h-2V12l-3.218 1.857 1 1.732 2.749-1.587h1.469V7z"
|
|
1727
|
+
})
|
|
1728
|
+
}));
|
|
1729
|
+
const SubdirectoryArrowRight = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1730
|
+
children: jsx("path", {
|
|
1731
|
+
d: "M5.08 2c.595 0 1.078.59 1.078 1.317V14.84h10.469l-3.784-3.578a1.037 1.037 0 0 1 0-1.526 1.19 1.19 0 0 1 1.614 0l6.54 6.183-6.54 6.185c-.223.21-.515.316-.807.316-.292 0-.585-.106-.807-.316a1.038 1.038 0 0 1 0-1.527L16.627 17H5.08a.912.912 0 0 1-.387-.086A1.081 1.081 0 0 1 4 15.92l.006-.1L4 15.684V3.317C4 2.59 4.483 2 5.08 2z"
|
|
1732
|
+
})
|
|
1733
|
+
}));
|
|
1734
|
+
const Speed = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1735
|
+
children: jsx("path", {
|
|
1736
|
+
d: "M13.0185689,0.0297138829 C13.2816828,0.125479523 13.375552,0.393860848 13.3173741,0.670655588 C13.2591962,0.947450328 11.1238887,11.0829138 10.7956738,11.9846767 C10.4178888,13.0226325 9.27020413,13.5578066 8.23224832,13.1800216 C7.19429251,12.8022366 6.65911834,11.6545519 7.03690336,10.6165961 C7.19777378,10.1746082 8.45223163,7.753762 9.7051842,5.37094004 L10.0053032,4.80082548 C11.2011782,2.53154866 12.314927,0.44601574 12.3776815,0.328635445 C12.5110348,0.0792023166 12.755455,-0.0660517572 13.0185689,0.0297138829 Z M19.4360969,8.53332236 C19.7202953,9.34072717 20.0334312,10.6740767 20.0334312,12.9435947 L15.8134312,12.9409726 C15.9147467,12.4409651 16.0334312,11.9234904 16.0334312,11.3935947 C16.0334312,10.7848462 15.9747709,10.1930974 15.860471,9.62582623 L19.4360969,8.53332236 Z M0.24,9.02480771 L1.14284266,9.30137886 C0.796626585,10.38249 0.683431191,11.5887966 0.683431191,12.8935947 L0.193431191,12.8935947 C-0.149932748,11.3243559 0.0281771199,9.95042242 0.233431191,9.05635532 L0.24,9.02480771 Z M7.97460351,10.9640905 C7.785711,11.4830684 8.05329808,12.0569108 8.57227599,12.2458033 C9.09125389,12.4346958 9.66509624,12.1671087 9.85398875,11.6481308 C10.0428813,11.1291529 9.77529418,10.5553105 9.25631627,10.366418 C8.73733837,10.1775255 8.16349602,10.4451126 7.97460351,10.9640905 Z M15.66294,3.32668699 C17.1046645,4.36667952 18.3549992,5.93102775 19.0441285,7.59528372 L19.048,7.60580771 L15.6041584,8.65930693 C15.2288334,7.53006422 14.6145128,6.52875923 13.7894188,5.72525838 L15.66294,3.32668699 Z M3.151,3.91680771 L4.07227289,5.23343855 C3.04988317,6.02547664 2.14199378,7.08924721 1.51712115,8.36942033 L0.504,8.05980771 L0.66653777,7.65768052 C0.946845496,6.97287844 1.22267153,6.3505113 1.58343119,5.78752126 C2.04185637,5.07211751 2.62700543,4.45259196 3.14662121,3.92267024 Z M13.5370427,2.15601523 C13.9045004,2.32031554 14.3000944,2.51472051 14.7316953,2.74422981 L14.813,2.78880771 L13.0229815,5.08063176 L12.9211263,5.01013613 C13.1339222,4.03128992 13.3442549,3.05520552 13.5370427,2.15601523 Z M8.64330378,1.36555752 L8.60273799,3.67605906 C8.53008184,3.67441939 8.45697828,3.67359473 8.38343119,3.67359473 C7.29621364,3.67359473 5.99983997,4.00544303 4.89787799,4.66702681 L3.90244703,3.24533554 C5.38148072,2.08015309 7.15804171,1.51034477 8.64330378,1.36555752 Z M9.64483088,1.31952159 C10.1808707,1.31407534 10.6831894,1.3389592 11.2036076,1.42293267 L11.1277192,1.56621248 C10.7501769,2.27968921 10.3484138,3.04068828 9.94570637,3.80634031 C9.83236728,3.78598023 9.71777754,3.76829082 9.60184741,3.75281542 L9.64483088,1.31952159 Z",
|
|
1737
|
+
transform: "translate(2 6)"
|
|
1738
|
+
})
|
|
1739
|
+
}));
|
|
1740
|
+
const DimensionsElevation = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1741
|
+
children: jsx("path", {
|
|
1742
|
+
d: "M4,16 L4,19 L0,19 L0,16 L4,16 Z M7,11 L7,14 L0,14 L0,11 L7,11 Z M9,6 L9,9 L0,9 L0,6 L9,6 Z M12,1 L12,4 L0,4 L0,1 L12,1 Z M16,0 L13,4 L15,4 L15,16 L13,16 L16,20 L19,16 L17,16 L17,4 L19,4 L16,0 Z",
|
|
1743
|
+
transform: "translate(2 2)"
|
|
1744
|
+
})
|
|
1745
|
+
}));
|
|
1746
|
+
const DimensionsTime = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1747
|
+
children: jsx("path", {
|
|
1748
|
+
d: "M12.13,5 C16.0677903,5 19.26,8.19220973 19.26,12.13 C19.26,16.0677903 16.0677903,19.26 12.13,19.26 C8.19220973,19.26 5,16.0677903 5,12.13 C5,8.19220973 8.19220973,5 12.13,5 Z M5.1376547,18.0009318 L0,18 L0,15 L3.46039175,15.000536 C3.82762817,16.1102542 4.40198,17.1256503 5.1376547,18.0009318 Z M12.13,7 C9.29677923,7 7,9.29677923 7,12.13 C7,14.9632208 9.29677923,17.26 12.13,17.26 C14.9632208,17.26 17.26,14.9632208 17.26,12.13 C17.26,9.29677923 14.9632208,7 12.13,7 Z M12.547494,8.35 L12.547,11.769 L14.7493339,13.0406354 L14.0651234,14.2257228 L12.183,13.139 L11.179073,13.1394737 L11.179073,8.35 L12.547494,8.35 Z M3,12.13 C3,12.4237363 3.0138714,12.7142328 3.04099487,13.0008701 L0,13 L0,10 L3.24967033,10.0005024 C3.08643451,10.6837249 3,11.3967685 3,12.13 Z M3.98526578,8.00011679 L0,8 L0,5 L6.42694067,4.99991383 C5.41424324,5.81098129 4.57807756,6.83332299 3.98526578,8.00011679 Z M18,0 L18,3 L0,3 L0,0 L18,0 Z",
|
|
1749
|
+
transform: "translate(2 2)"
|
|
1750
|
+
})
|
|
1751
|
+
}));
|
|
1752
|
+
const DimensionsRefTime = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1753
|
+
children: jsx("path", {
|
|
1754
|
+
d: "M14.41,3.78240772 L14.41,5.15240772 L12.66,5.15240772 L12.6594767,6.01936211 C13.545349,6.08439076 14.3862477,6.31127801 15.1527207,6.67057174 L15.7989136,5.55168032 L16.9160864,6.19668032 L16.2670916,7.32230296 C18.0787957,8.61518068 19.26,10.7346478 19.26,13.13 C19.26,17.0677903 16.0677903,20.26 12.13,20.26 C8.19220973,20.26 5,17.0677903 5,13.13 C5,9.4490968 7.78929885,6.41966926 11.3695371,6.04007678 L11.37,5.15240772 L9.62,5.15240772 L9.62,3.78240772 L14.41,3.78240772 Z M12.13,8 C9.29677923,8 7,10.2967792 7,13.13 C7,15.9632208 9.29677923,18.26 12.13,18.26 C14.9632208,18.26 17.26,15.9632208 17.26,13.13 C17.26,10.2967792 14.9632208,8 12.13,8 Z M3.19183937,15.0007752 C3.41732809,16.0836244 3.83463472,17.0961214 4.40661658,18.0011235 L0,18 L0,15 Z M14.3819805,9.95760756 L15.3496003,10.9252274 L12.1676198,14.1072079 L11.2,13.1395881 L14.3819805,9.95760756 Z M3.55058156,10.0001683 C3.19435424,10.9763976 3,12.0305019 3,13.13 L3.002,13 L0,13 L0,10 Z M7.97195056,4.9996378 C6.60386085,5.70071412 5.43590345,6.73695253 4.57644304,7.99998836 L0,8 L0,5 Z M18,0 L18,3 L16,3 L16,2.5 L8,2.5 L8,3 L0,3 L0,0 L18,0 Z",
|
|
1755
|
+
transform: "translate(2 2)"
|
|
1756
|
+
})
|
|
1757
|
+
}));
|
|
1758
|
+
const DimensionsOther = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1759
|
+
children: jsx("path", {
|
|
1760
|
+
d: "M5.1376547,18.0009318 L0,18 L0,15 L3.46039175,15.000536 C3.82762817,16.1102542 4.40198,17.1256503 5.1376547,18.0009318 Z M12.5,7 L12.5,11 L16.5,11 L16.5,12.5 L12.5,12.5 L12.5,16.5 L11,16.5 L11,12.5 L7,12.5 L7,11 L11,11 L11,7 L12.5,7 Z M3,12.13 C3,12.4237363 3.0138714,12.7142328 3.04099487,13.0008701 L0,13 L0,10 L3.24967033,10.0005024 C3.08643451,10.6837249 3,11.3967685 3,12.13 Z M3.98526578,8.00011679 L0,8 L0,5 L6.42694067,4.99991383 C5.41424324,5.81098129 4.57807756,6.83332299 3.98526578,8.00011679 Z M18,0 L18,3 L0,3 L0,0 L18,0 Z",
|
|
1761
|
+
transform: "translate(3 3)"
|
|
1762
|
+
})
|
|
1763
|
+
}));
|
|
1764
|
+
const Picture = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1765
|
+
children: jsx("path", {
|
|
1766
|
+
d: "M19.9986404,0 C21,0 22,1 22,2 L22,17.9956787 C22,19 21,20 20,20 L2,20 C0.8954305,20 1.3527075e-16,19.1045695 0,18 L0,2 C0,0.996459653 1,0 2,0 L19.9986404,0 Z M19.5,2.5 L2.5,2.5 L2.5,17.5 L19.5,17.5 L19.5,2.5 Z M12.8300654,7 L18,15.5204398 L4,15.5204398 L8.02614379,9 L9.81960446,11.7515969 L12.8300654,7 Z M6,4.35 C7.1045695,4.35 8,5.2454305 8,6.35 C8,7.4545695 7.1045695,8.35 6,8.35 C4.8954305,8.35 4,7.4545695 4,6.35 C4,5.2454305 4.8954305,4.35 6,4.35 Z",
|
|
1767
|
+
transform: "translate(1 2)"
|
|
1768
|
+
})
|
|
1769
|
+
}));
|
|
1770
|
+
const CollapseWindow = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1771
|
+
children: jsx("path", {
|
|
1772
|
+
d: "M5,17 C4.43301962,17 4,17.4597824 4,18.0268006 C4,18.5938188 4.43301962,19 5,19 L19,19 C19.5669804,19 20,18.5938188 20,18.0268006 C20,17.4597824 19.5669804,17 19,17 L5,17 Z"
|
|
1773
|
+
})
|
|
1774
|
+
}));
|
|
1775
|
+
const ExpandWindow = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1776
|
+
children: jsx("path", {
|
|
1777
|
+
d: "M18,4.5 C18.81657,4.52323671 19.4399034,4.74990338 19.87,5.18 C20.3000966,5.61009662 20.5100966,6.21676329 20.5,7 L20.5,17 C20.4955176,17.7444824 20.2855176,18.3244824 19.87,18.74 C19.4544824,19.1555176 18.8311491,19.4088509 18,19.5 L6,19.5 C5.1805214,19.4148333 4.56096049,19.1624284 4.1413173,18.7427852 C3.7216741,18.323142 3.50790167,17.7422136 3.5,17 L3.5,7 C3.52565636,6.18855517 3.73942879,5.5818885 4.1413173,5.18 C4.5432058,4.7781115 5.1627667,4.55144483 6,4.5 L18,4.5 Z M17.6875,6.75 L6.3125,6.75 C5.85182844,6.75 5.5,7.20978239 5.5,7.77680061 C5.5,8.34381884 5.85182844,8.75 6.3125,8.75 L17.6875,8.75 C18.1481716,8.75 18.5,8.34381884 18.5,7.77680061 C18.5,7.20978239 18.1481716,6.75 17.6875,6.75 Z"
|
|
1778
|
+
})
|
|
1779
|
+
}));
|
|
1780
|
+
const CollapseLarge = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1781
|
+
children: jsx("g", Object.assign({
|
|
1782
|
+
id: "Icons-/-Collapse-L",
|
|
1783
|
+
stroke: "none",
|
|
1784
|
+
strokeWidth: "1",
|
|
1785
|
+
fill: "none",
|
|
1786
|
+
fillRule: "evenodd"
|
|
1787
|
+
}, {
|
|
1788
|
+
children: jsx("path", {
|
|
1789
|
+
d: "M18.0000715,4.5 C18.8166416,4.52323671 19.4399749,4.74990338 19.8700715,5.18 C20.3001681,5.61009662 20.5101681,6.21676329 20.5000715,7 L20.5000715,17 C20.4955891,17.7444824 20.2855891,18.3244824 19.8700715,18.74 C19.4545539,19.1555176 18.8312206,19.4088509 18.0000715,19.5 L6.00007152,19.5 C5.18059291,19.4148333 4.56103201,19.1624284 4.14138882,18.7427852 C3.72174562,18.323142 3.50797319,17.7422136 3.50007152,17 L3.50007152,7 C3.52572788,6.18855517 3.73950031,5.5818885 4.14138882,5.18 C4.54327732,4.7781115 5.16283822,4.55144483 6.00007152,4.5 L18.0000715,4.5 Z M17.5015692,6.5 L6.49857385,6.5 C5.94711624,6.5 5.50007152,6.94483697 5.50007152,7.4955775 L5.50007152,16.5044225 C5.50007152,17.0542648 5.94756094,17.5 6.49857385,17.5 L17.5015692,17.5 C18.0530268,17.5 18.5000715,17.055163 18.5000715,16.5044225 L18.5000715,7.4955775 C18.5000715,6.94573523 18.0525821,6.5 17.5015692,6.5 Z M11.51,8.14 L11.51,13.93 L14.4857761,13.93 L14.4857761,15.2471595 L9.79,15.2471595 L9.79,8.14 L11.51,8.14 Z",
|
|
1790
|
+
id: "Icons-/-expand-L",
|
|
1791
|
+
fill: "currentColor"
|
|
1792
|
+
})
|
|
1793
|
+
}))
|
|
1794
|
+
}));
|
|
1795
|
+
const CollapseMedium = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1796
|
+
children: jsx("g", Object.assign({
|
|
1797
|
+
id: "Icons-/-Collapse-M",
|
|
1798
|
+
stroke: "none",
|
|
1799
|
+
strokeWidth: "1",
|
|
1800
|
+
fill: "none",
|
|
1801
|
+
fillRule: "evenodd"
|
|
1802
|
+
}, {
|
|
1803
|
+
children: jsx("path", {
|
|
1804
|
+
d: "M18.0000715,4.5 C18.8166416,4.52323671 19.4399749,4.74990338 19.8700715,5.18 C20.3001681,5.61009662 20.5101681,6.21676329 20.5000715,7 L20.5000715,17 C20.4955891,17.7444824 20.2855891,18.3244824 19.8700715,18.74 C19.4545539,19.1555176 18.8312206,19.4088509 18.0000715,19.5 L6.00007152,19.5 C5.18059291,19.4148333 4.56103201,19.1624284 4.14138882,18.7427852 C3.72174562,18.323142 3.50797319,17.7422136 3.50007152,17 L3.50007152,7 C3.52572788,6.18855517 3.73950031,5.5818885 4.14138882,5.18 C4.54327732,4.7781115 5.16283822,4.55144483 6.00007152,4.5 L18.0000715,4.5 Z M17.5015692,6.5 L6.49857385,6.5 C5.94711624,6.5 5.50007152,6.94483697 5.50007152,7.4955775 L5.50007152,16.5044225 C5.50007152,17.0542648 5.94756094,17.5 6.49857385,17.5 L17.5015692,17.5 C18.0530268,17.5 18.5000715,17.055163 18.5000715,16.5044225 L18.5000715,7.4955775 C18.5000715,6.94573523 18.0525821,6.5 17.5015692,6.5 Z M10.3720217,8.13793154 L11.9560108,13.0709727 L13.54,8.13793154 L15.79,8.13793154 L15.79,15.25 L14.0828502,15.25 L14.0828502,13.5960917 L14.24,10.1828615 L12.52,15.25 L11.3929679,15.25 L9.66668436,10.1828615 L9.83,13.5960917 L9.83,15.25 L8.12,15.25 L8.12,8.13793154 L10.3720217,8.13793154 Z",
|
|
1805
|
+
id: "Icons-/-expand-M",
|
|
1806
|
+
fill: "currentColor"
|
|
1807
|
+
})
|
|
1808
|
+
}))
|
|
1809
|
+
}));
|
|
1810
|
+
const CollapseSmall = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1811
|
+
children: jsx("g", Object.assign({
|
|
1812
|
+
id: "Icons-/-Collapse-S",
|
|
1813
|
+
stroke: "none",
|
|
1814
|
+
strokeWidth: "1",
|
|
1815
|
+
fill: "none",
|
|
1816
|
+
fillRule: "evenodd"
|
|
1817
|
+
}, {
|
|
1818
|
+
children: jsx("path", {
|
|
1819
|
+
d: "M18.0000715,4.5 C18.8166416,4.52323671 19.4399749,4.74990338 19.8700715,5.18 C20.3001681,5.61009662 20.5101681,6.21676329 20.5000715,7 L20.5000715,17 C20.4955891,17.7444824 20.2855891,18.3244824 19.8700715,18.74 C19.4545539,19.1555176 18.8312206,19.4088509 18.0000715,19.5 L6.00007152,19.5 C5.18059291,19.4148333 4.56103201,19.1624284 4.14138882,18.7427852 C3.72174562,18.323142 3.50797319,17.7422136 3.50007152,17 L3.50007152,7 C3.52572788,6.18855517 3.73950031,5.5818885 4.14138882,5.18 C4.54327732,4.7781115 5.16283822,4.55144483 6.00007152,4.5 L18.0000715,4.5 Z M17.5015692,6.5 L6.49857385,6.5 C5.94711624,6.5 5.50007152,6.94483697 5.50007152,7.4955775 L5.50007152,16.5044225 C5.50007152,17.0542648 5.94756094,17.5 6.49857385,17.5 L17.5015692,17.5 C18.0530268,17.5 18.5000715,17.055163 18.5000715,16.5044225 L18.5000715,7.4955775 C18.5000715,6.94573523 18.0525821,6.5 17.5015692,6.5 Z M12,8.04223293 C12.3816424,8.04223293 12.7614621,8.07548514 13.1091818,8.18 C13.5650277,8.31701461 13.9657061,8.56252016 14.2430015,8.87556815 C14.5528447,9.22536046 14.7487564,9.63866568 14.7487564,10.2519529 L13.0420578,10.2519529 C13.0420578,10.1288369 13.0272095,9.87711169 12.8626035,9.66926494 C12.7706891,9.55320533 12.6320802,9.43866588 12.4232884,9.38 C12.3058648,9.34700656 12.1662431,9.34 12.0002452,9.34 C11.7669952,9.34 11.5569756,9.40134185 11.3953298,9.49974489 C11.191832,9.62362564 11.065,9.80624313 11.065,9.99915266 C11.065,10.4659624 11.5303207,10.7054039 12.0069825,10.88 C12.251836,10.9696872 12.4996821,11.0509766 12.6889856,11.1190164 C13.2468104,11.3195109 14.7487564,11.8079437 14.7487564,13.3345338 C14.7487564,14.1523847 14.3639594,14.7065019 13.71,15.0235466 C13.2549114,15.2441772 12.7956716,15.35 12,15.35 C11.5837341,15.35 11.0482218,15.2531638 10.57,15.0437157 C10.1291519,14.8506364 9.73916298,14.5618589 9.48671724,14.1650248 C9.25557241,13.8016749 9.14333333,13.3931427 9.15,12.939428 L10.8662463,12.939428 C10.8586095,13.2482201 10.923194,13.4935781 11.06,13.6755022 C11.265209,13.9483883 11.6785712,14.059404 12.0002452,14.059404 C12.416347,14.059404 13.0420578,13.9897611 13.0420578,13.3345338 C13.0420578,13.0169697 12.9081037,12.8095581 12.4695878,12.5923469 C12.3796921,12.5478187 12.2231629,12.4829201 12,12.3976512 C11.2094155,12.128282 10.6637991,11.8940163 10.3631508,11.6948541 C10.1074343,11.5254567 9.88191516,11.3372466 9.73293087,11.1353958 C9.51970344,10.8465054 9.36,10.5472019 9.36,9.99915266 C9.36,9.53454971 9.57462649,9.02233509 10.0735216,8.63036466 C10.4735262,8.31609021 11.2198472,8.04223293 12,8.04223293 Z",
|
|
1820
|
+
id: "Icons-/-expand-S",
|
|
1821
|
+
fill: "currentColor"
|
|
1822
|
+
})
|
|
1823
|
+
}))
|
|
1824
|
+
}));
|
|
1825
|
+
const ExitDomain = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1826
|
+
children: jsx("path", {
|
|
1827
|
+
d: "M4.25627097,1.47584811 C4.94860734,1.47584811 5.50886723,2.03717314 5.50886723,2.72737924 C5.50886723,3.41865048 4.94860734,3.9799755 4.25627097,3.9799755 L2.50412739,3.9799755 L2.50412739,13.4958726 L12.0200245,13.4958726 L12.0200245,11.7426639 C12.0200245,11.0513927 12.5802844,10.4911328 13.2715556,10.4911328 C13.9628269,10.4911328 14.5241519,11.0513927 14.5241519,11.7426639 L14.5241519,14.7474037 C14.5241519,15.4397401 13.9628269,16 13.2715556,16 L1.25153113,16 C0.560259892,16 0,15.4397401 0,14.7474037 L0,2.72737924 C0,2.036108 0.560259892,1.47584811 1.25153113,1.47584811 Z M16,0 L16,7.8340523 C16,8.52638867 15.4408052,9.08664856 14.7484689,9.08664856 C14.7367524,9.08664856 14.7261011,9.08345316 14.7143846,9.08345316 C14.0390904,9.0653459 13.4958726,8.51467221 13.4958726,7.8340523 L13.4958726,4.27437823 L7.25525909,10.5149917 C7.02945092,10.7429302 6.71523673,10.8845929 6.36800341,10.8845929 C5.67673217,10.8845929 5.11647228,10.3232678 5.11647228,9.63199659 C5.11647228,9.28582841 5.25706982,8.97267934 5.48287799,8.74687117 L11.7256218,2.50412739 L8.0977792,2.50412739 C7.40650796,2.50412739 6.84518294,1.94280236 6.84518294,1.25153113 C6.84518294,0.560259892 7.40650796,0 8.0977792,0 L16,0 Z",
|
|
1828
|
+
transform: "translate(4 4)"
|
|
1829
|
+
})
|
|
1830
|
+
}));
|
|
1831
|
+
const Menu = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1832
|
+
children: jsx("path", {
|
|
1833
|
+
transform: "translate(6 6)",
|
|
1834
|
+
d: "M0,9.27 L2.73,9.27 L2.73,12 L0,12 Z M0,4.64 L2.73,4.64 L2.73,7.37 L0,7.37 Z M0,0 L2.73,0 L2.73,2.73 L0,2.73 Z M5,9.27 L12,9.27 L12,12 L5,12 Z M5,4.64 L12,4.64 L12,7.37 L5,7.37 Z M5,0 L12,0 L12,2.73 L5,2.73 Z"
|
|
1835
|
+
})
|
|
1836
|
+
}));
|
|
1837
|
+
const None = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1838
|
+
children: jsx("g", Object.assign({
|
|
1839
|
+
transform: "translate(3 3)"
|
|
1840
|
+
}, {
|
|
1841
|
+
children: jsx("path", {
|
|
1842
|
+
d: "M16.0000589,0 C17.1046284,-2.02906125e-16 18.0000589,0.8954305 18.0000589,2 L18.0010775,6.26818814 C17.7066608,6.0976323 17.364732,6 17,6 L16.285,6 L16.2857676,2.71429132 C16.2857676,2.16200657 15.8380523,1.71429132 15.2857676,1.71429132 L2.71429132,1.71429132 C2.16200657,1.71429132 1.71429132,2.16200657 1.71429132,2.71429132 L1.71429132,15.2857676 C1.71429132,15.8380523 2.16200657,16.2857676 2.71429132,16.2857676 L6,16.285 L6,17 C6,17.364732 6.0976323,17.7066608 6.26818814,18.0010775 L2,18.0000589 C0.8954305,18.0000589 1.3527075e-16,17.1046284 0,16.0000589 L0,2 C-1.3527075e-16,0.8954305 0.8954305,2.02906125e-16 2,0 L16.0000589,0 Z M16.0000589,7.71431095 C17.1046284,7.71431095 18.0000589,8.60974145 18.0000589,9.71431095 L18.0000589,16.0000589 C18.0000589,17.1046284 17.1046284,18.0000589 16.0000589,18.0000589 L9.71431095,18.0000589 C8.60974145,18.0000589 7.71431095,17.1046284 7.71431095,16.0000589 L7.71431095,9.71431095 C7.71431095,8.60974145 8.60974145,7.71431095 9.71431095,7.71431095 L16.0000589,7.71431095 Z M15.2857676,9.42860228 L10.4286023,9.42860228 C9.87631753,9.42860228 9.42860228,9.87631753 9.42860228,10.4286023 L9.42860228,15.2857676 C9.42860228,15.8380523 9.87631753,16.2857676 10.4286023,16.2857676 L15.2857676,16.2857676 C15.8380523,16.2857676 16.2857676,15.8380523 16.2857676,15.2857676 L16.2857676,10.4286023 C16.2857676,9.87631753 15.8380523,9.42860228 15.2857676,9.42860228 Z M14.5347673,10.2701019 L15.4312535,11.2107189 L13.8227128,12.8181019 L15.4312535,14.4261565 L14.5127019,15.344708 L12.9047128,13.7361019 L11.2972643,15.344708 L10.3787128,14.4261565 L11.9867128,12.8181019 L10.3787128,11.2107189 L11.2751989,10.2701019 L12.9047128,11.9001019 L14.5347673,10.2701019 Z"
|
|
1843
|
+
})
|
|
1844
|
+
}))
|
|
1845
|
+
}));
|
|
1846
|
+
const Both = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1847
|
+
children: jsx("g", Object.assign({
|
|
1848
|
+
transform: "translate(3 3)"
|
|
1849
|
+
}, {
|
|
1850
|
+
children: jsx("path", {
|
|
1851
|
+
d: "M6.12154852,-4.08562073e-14 L11.5665318,2.08618237 L7.16343758,5.90884652 L6.89046265,4.36072873 L6.80957756,4.39003855 C3.87189613,5.46406081 2.0365417,8.52135417 2.59891997,11.7107598 C2.74916282,12.5628294 3.05699221,13.3475078 3.48712515,14.0400746 L3.654,14.294 L4.03341039,13.916165 C4.300998,13.6487868 4.57483053,13.3752128 4.84929787,13.1010377 L5.49808471,12.4529989 L5.81818597,12.133305 L6.43943768,11.5129063 C6.54018288,11.4123056 6.63929935,11.3133343 6.73644152,11.2163368 L7.29283868,10.6607958 C7.46856431,10.4853491 7.63362837,10.3205548 7.78526647,10.1691699 L8.06982232,9.88509612 C8.15816112,9.79690915 8.23971374,9.71549875 8.3136611,9.64168177 L8.51186835,9.44382795 L8.55371431,9.40205768 L17.4815559,0.474640695 C18.0545559,-0.0983593047 18.9845559,-0.0983593047 19.5575559,0.474640695 C20.1305559,1.0476407 20.1305559,1.9776407 19.5575559,2.5506407 L14.831,7.276 L19.4288065,10.9204157 C19.784072,11.2028346 19.9878059,11.6116618 19.9878059,12.0444907 C19.9878059,12.4789196 19.784797,12.8885469 19.4280814,13.1701657 L13.6401532,17.7608718 C13.4008927,17.9496843 13.1572821,18.0448907 12.9194717,18.0448907 C12.470677,18.0448907 11.9878059,17.6632653 11.9878059,16.8256094 L11.987,10.12 L8.78355591,13.3246407 C8.78355591,13.3246407 8.77632036,13.3318973 8.76236846,13.3458891 L8.70088296,13.4075489 C8.68745028,13.4210194 8.67246832,13.4360433 8.65600198,13.4525555 L8.30579109,13.8037142 C8.12024363,13.9897508 7.88938874,14.2211951 7.62907158,14.482136 L7.3035632,14.8084053 C6.96594112,15.1467963 6.5950202,15.5184978 6.21818091,15.8960157 L5.46472391,16.6506601 C5.40263036,16.7128356 5.34087945,16.7746636 5.27959794,16.8360167 L3.83147258,18.2843629 L3.76884939,18.3468742 L3.40610402,18.7083747 C3.32314137,18.7908588 3.25923448,18.8541764 3.21780591,18.8948907 C2.63780591,19.4648907 1.70780591,19.4648907 1.13780591,18.8948907 C0.567805911,18.3248907 0.567805911,17.3948907 1.13780591,16.8148907 L1.30316348,16.6480048 L1.34269001,16.6082679 L1.58700213,16.3630806 C1.67091753,16.2789466 1.76427895,16.1854034 1.86593963,16.0835947 C1.00935344,14.9643562 0.401202684,13.6284705 0.139524125,12.1444177 C-0.668062091,7.56436865 2.10797283,3.18177303 6.45256841,1.87618962 L6.12154852,-4.08562073e-14 Z"
|
|
1852
|
+
})
|
|
1853
|
+
}))
|
|
1854
|
+
}));
|
|
1855
|
+
const Share = props => jsxs(SvgIcon, Object.assign({}, props, {
|
|
1856
|
+
children: [jsx("defs", {
|
|
1857
|
+
children: jsx("path", {
|
|
1858
|
+
d: "M11.82,10.356 C10.9768,10.356 10.2232,10.728 9.7056,11.3136 L5.5064,8.8728 C5.5928,8.6024 5.6432,8.316 5.6432,8.0168 C5.6432,7.7184 5.5928,7.432 5.5064,7.1616 L9.7264,4.708 C10.2424,5.2808 10.988,5.644 11.82,5.644 C13.3784,5.644 14.6416,4.3808 14.6416,2.8224 C14.6416,1.264 13.3784,0 11.82,0 C10.2616,0 8.9984,1.264 8.9984,2.8224 C8.9984,3.1208 9.0488,3.4072 9.136,3.6776 L4.9152,6.132 C4.3992,5.5584 3.6536,5.196 2.8216,5.196 C1.2632,5.196 0,6.4592 0,8.0168 C0,9.5752 1.2632,10.8392 2.8216,10.8392 C3.6544,10.8392 4.4,10.476 4.916,9.9032 L9.1256,12.3496 C9.0448,12.612 8.9984,12.8896 8.9984,13.1776 C8.9984,14.7368 10.2616,16 11.82,16 C13.3784,16 14.6416,14.7368 14.6416,13.1776 C14.6416,11.6192 13.3784,10.356 11.82,10.356",
|
|
1859
|
+
id: "path-1"
|
|
1860
|
+
})
|
|
1861
|
+
}), jsx("g", Object.assign({
|
|
1862
|
+
id: "Time-Series-concept-(mvp)",
|
|
1863
|
+
stroke: "none",
|
|
1864
|
+
strokeWidth: "1",
|
|
1865
|
+
fill: "none",
|
|
1866
|
+
fillRule: "evenodd"
|
|
1867
|
+
}, {
|
|
1868
|
+
children: jsx("g", Object.assign({
|
|
1869
|
+
id: "TS-demo-MVP-(38)",
|
|
1870
|
+
transform: "translate(-1298, -11707)"
|
|
1871
|
+
}, {
|
|
1872
|
+
children: jsxs("g", Object.assign({
|
|
1873
|
+
id: "Icons-/-Share",
|
|
1874
|
+
transform: "translate(1303, 11711)"
|
|
1875
|
+
}, {
|
|
1876
|
+
children: [jsx("mask", Object.assign({
|
|
1877
|
+
id: "mask-2",
|
|
1878
|
+
fill: "white"
|
|
1879
|
+
}, {
|
|
1880
|
+
children: jsx("use", {
|
|
1881
|
+
xlinkHref: "#path-1"
|
|
1882
|
+
})
|
|
1883
|
+
})), jsx("use", {
|
|
1884
|
+
fill: "currentColor",
|
|
1885
|
+
xlinkHref: "#path-1"
|
|
1886
|
+
})]
|
|
1887
|
+
}))
|
|
1888
|
+
}))
|
|
1889
|
+
}))]
|
|
1890
|
+
}));
|
|
1891
|
+
const Snow = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1892
|
+
children: jsx("path", {
|
|
1893
|
+
d: "M12.717 2v2.758l2.26-1.305.715 1.237-2.976 1.717v4.355l3.773-2.177V5.15h1.428v2.61l2.389-1.379.714 1.238-2.389 1.378 2.261 1.306-.714 1.237-2.975-1.718-3.773 2.177 3.773 2.179 2.975-1.718.714 1.237-2.26 1.305 2.388 1.38-.714 1.237-2.389-1.38v2.611h-1.429l.001-3.435-3.773-2.179v4.356l2.976 1.718-.715 1.237-2.26-1.306V22h-1.429v-2.759l-2.26 1.306-.715-1.237 2.975-1.718v-4.356l-3.772 2.178v3.436H6.088v-2.611L3.7 17.619l-.714-1.238 2.39-1.38-2.262-1.304.714-1.237 2.975 1.717L10.574 12 6.803 9.822 3.827 11.54l-.714-1.237 2.262-1.305-2.39-1.38.714-1.237 2.39 1.38-.001-2.611h1.428v3.435l3.772 2.177V6.407L8.313 4.69l.714-1.237 2.261 1.305V2h1.429z",
|
|
1894
|
+
fillRule: "evenodd"
|
|
1895
|
+
})
|
|
1896
|
+
}));
|
|
1897
|
+
const Wind = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1898
|
+
children: jsx("path", {
|
|
1899
|
+
d: "M19.037 6.815C20.519 6.847 22 7.74 22 9.777c0 2.038-1.481 2.963-2.84 2.963H2V11.1h17.16c.555 0 1.173-.504 1.173-1.323 0-.818-.617-1.262-1.296-1.296-.679-.033-1.296.476-1.296 1.296h-1.63c0-2.037 1.445-2.995 2.926-2.962zM12.37 3.11c1.482.032 2.963.926 2.963 2.963s-1.481 2.963-2.84 2.963H2v-1.64h10.494c.554 0 1.173-.505 1.173-1.323 0-.819-.618-1.263-1.297-1.297-.678-.033-1.296.477-1.296 1.297h-1.63c0-2.037 1.445-2.996 2.926-2.963zM2 14.96h13.457c1.358 0 2.84.927 2.84 2.964s-1.482 2.93-2.964 2.963c-1.481.032-2.926-.926-2.926-2.963h1.63c0 .82.618 1.33 1.296 1.296.679-.033 1.297-.478 1.297-1.296 0-.819-.619-1.323-1.173-1.323H2v-1.64z",
|
|
1900
|
+
fillRule: "evenodd"
|
|
1901
|
+
})
|
|
1902
|
+
}));
|
|
1903
|
+
const Rain = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1904
|
+
children: jsx("path", {
|
|
1905
|
+
d: "M11.108 13H2c.82-7.333 4.134-11 9.943-11C17.75 2 21.103 5.667 22 13h-9.223v6.523c.05.527.328.791.833.791.505 0 .852-.264 1.041-.791l1.27 1.185c-.41.863-1.181 1.295-2.311 1.295-1.695 0-2.502-1.404-2.502-2.48V13z",
|
|
1906
|
+
fillRule: "evenodd"
|
|
1907
|
+
})
|
|
1908
|
+
}));
|
|
1909
|
+
const Lightning = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1910
|
+
children: jsx("path", {
|
|
1911
|
+
d: "m14.135 2-7.12 9.967 4.189 1.39L9.863 22l7.12-10.008-4.094-1.449z",
|
|
1912
|
+
fillRule: "evenodd"
|
|
1913
|
+
})
|
|
1914
|
+
}));
|
|
1915
|
+
const Fog = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1916
|
+
children: jsx("path", {
|
|
1917
|
+
d: "M11.5 2c1.843 0 3.215.942 4.127 1.816.455.435.88 1.163 1.274 2.184.371-.022.652-.043.841-.061C19.395 5.775 22 7.524 22 11.208c0 2.178-.446 3.292-1.099 3.919l-1.12-.739c.48-.731.719-1.84.719-3.326 0-2.229-1.47-3.652-2.68-3.652-.982 0-2.024.526-3.128 1.577l-.933-1.199c.73-.638 1.322-1.045 1.774-1.222-.299-.723-.58-1.234-.84-1.533-.676-.771-2.025-1.59-3.158-1.533-1.058.053-2.035.292-2.742.823-.763.574-1.226 1.481-1.579 2.614-.109.348-.228.93-.359 1.746-2.237.302-3.355 1.33-3.355 3.086 0 1.755.355 2.808 1.066 3.161l-.835 1.342C2.577 15.478 2 13.977 2 11.769 2 9.559 3.195 8.1 5.585 7.39 6.308 3.797 8.28 2 11.5 2zm7 12.5V16H6v-1.5h12.5zM5 17.5h9.5V19H5zm6.5 3H20V22h-8.5zm4.5-3h3V19h-3v-1.5zm-8.5 3H10V22H7.5z",
|
|
1918
|
+
fillRule: "evenodd"
|
|
1919
|
+
})
|
|
1920
|
+
}));
|
|
1921
|
+
const CoastalEvent = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1922
|
+
children: jsx("g", Object.assign({
|
|
1923
|
+
id: "Icons-/-coastal-event",
|
|
1924
|
+
stroke: "none",
|
|
1925
|
+
strokeWidth: "1",
|
|
1926
|
+
fillRule: "evenodd"
|
|
1927
|
+
}, {
|
|
1928
|
+
children: jsx("path", {
|
|
1929
|
+
d: "M5.94388701,20.4607344 L5.20363609,21.7428189 C5.06223818,21.9877715 4.99859056,22.2477813 5.00002365,22.5008655 L1.5,22.5 L1.5,20.5 C3.08519158,20.7242571 4.56648725,20.7111686 5.94388701,20.4607344 Z M19.5,1.5 L22.5,5.5 L21.5,5.5 L21.5,9.56629256 C21.5981812,9.5515702 21.9319656,9.52948686 22.501353,9.50004256 L22.501,21.231 L16.450405,10.7425336 C16.7414962,10.6328117 17.0913612,10.5519672 17.5,10.5 L17.5,5.5 L16.5,5.5 L19.5,1.5 Z M13.2770164,12.4229259 C13.5980076,11.8590247 14.4019854,11.8590247 14.7234765,12.4229259 L18.8868618,19.7303357 C19.2083529,20.2942369 18.806364,21 18.1638817,21 L9.83661122,21 C9.19362894,21 8.79164002,20.2942369 9.11313116,19.7303357 Z M14.0126382,18.075 C13.4447077,18.075 13,18.50625 13,19.0557065 C13,19.6711957 13.4162717,20.1 14.0126382,20.1 C14.5845182,20.1 15,19.661413 15,19.0557065 C15,18.50625 14.5663507,18.075 14.0126382,18.075 Z M5,15.4999996 C7.02875,15.4999996 7.02578944,16.5123331 8.10481753,16.7114253 L7.20242051,18.2763629 C6.35773087,17.9044291 6.28815021,17.2001315 5,17.2001315 C3.25,17.2001315 3.75,18.4999996 1.5,18.4999996 L1.5,16.745178 C3.25,16.745178 2.75,15.4999996 5,15.4999996 Z M15,14.53125 L13,14.53125 L13.1057143,17.56875 L14.8942857,17.56875 L15,14.53125 Z M5,10.4999996 C7.25,10.4999996 7.00097957,11.745178 8.50048978,11.745178 C9.9255328,11.745178 9.77051584,10.6206023 11.6827643,10.5089072 L10.2411521,13.0116893 C9.89698485,13.2746963 9.43702057,13.4999996 8.50048978,13.4999996 C6.25097957,13.4999996 6.75,12.2001315 5,12.2001315 C3.25,12.2001315 3.75,13.4999996 1.5,13.4999996 L1.5,11.745178 C3.25,11.745178 2.75,10.4999996 5,10.4999996 Z",
|
|
1930
|
+
id: "Combined-Shape"
|
|
1931
|
+
})
|
|
1932
|
+
}))
|
|
1933
|
+
}));
|
|
1934
|
+
const TemperatureHigh = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1935
|
+
children: jsx("path", {
|
|
1936
|
+
d: "M12,1.5 C13.9329966,1.5 15.5,3.06700338 15.5,5 L15.5005473,12.7576141 C16.7217359,13.7664096 17.5,15.2923182 17.5,17 C17.5,20.0375661 15.0375661,22.5 12,22.5 C8.96243388,22.5 6.5,20.0375661 6.5,17 C6.5,15.291858 7.27868363,13.7655873 8.50044003,12.7567987 L8.5,5 C8.5,3.06700338 10.0670034,1.5 12,1.5 Z M12,3 C10.8954305,3 10,3.8954305 10,5 L9.99987956,13.5351985 C8.80434324,14.2268344 8,15.519485 8,17 C8,19.209139 9.790861,21 12,21 C14.209139,21 16,19.209139 16,17 C16,15.5198932 15.1961002,14.2275472 14.0011092,13.5357707 L14,5 C14,3.8954305 13.1045695,3 12,3 Z M13,5 L13.0009007,14.1710242 C14.1656226,14.5831148 15,15.6941178 15,17 C15,18.6568542 13.6568542,20 12,20 C10.3431458,20 9,18.6568542 9,17 C9,15.6937479 9.8348501,14.5824856 11.0000889,14.1706743 L11,5 L13,5 Z M19.2426552,4 C19.5446994,3.99999568 19.7894392,4.2447354 19.7894348,4.54677961 L19.7896358,6.46937298 L21.7119864,6.46933117 C22.0140306,6.46932684 22.2587703,6.71406656 22.258766,7.01611077 C22.2587617,7.31815498 22.014015,7.5629017 21.7119707,7.56290602 L19.7896202,7.56294783 L19.7893356,9.48554121 C19.7893312,9.78758542 19.5448273,10.0320893 19.2425403,10.0323365 C19.091761,10.0320958 18.955065,9.97115477 18.8560037,9.87209346 C18.7569424,9.77303214 18.6960013,9.63633616 18.6957607,9.48555686 L18.6958025,7.56320628 L16.7732091,7.5630053 C16.6224298,7.56276465 16.4857339,7.5018236 16.3869153,7.40300509 C16.287854,7.30394377 16.2266702,7.16700499 16.2264295,7.01622569 C16.2266767,6.71393868 16.4711806,6.46943476 16.7732248,6.46943044 L18.696061,6.46938862 L18.69586,4.54679525 C18.6958643,4.24475104 18.940611,4.00000432 19.2426552,4 Z",
|
|
1937
|
+
id: "Combined-Shape"
|
|
1938
|
+
})
|
|
1939
|
+
}));
|
|
1940
|
+
const TemperatureLow = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1941
|
+
children: jsx("path", {
|
|
1942
|
+
d: "M12,1.5 C13.9329966,1.5 15.5,3.06700338 15.5,5 L15.5005473,12.7576141 C16.7217359,13.7664096 17.5,15.2923182 17.5,17 C17.5,20.0375661 15.0375661,22.5 12,22.5 C8.96243388,22.5 6.5,20.0375661 6.5,17 C6.5,15.291858 7.27868363,13.7655873 8.50044003,12.7567987 L8.5,5 C8.5,3.06700338 10.0670034,1.5 12,1.5 Z M12,3 C10.8954305,3 10,3.8954305 10,5 L9.99987956,13.5351985 C8.80434324,14.2268344 8,15.519485 8,17 C8,19.209139 9.790861,21 12,21 C14.209139,21 16,19.209139 16,17 C16,15.5198932 15.1961002,14.2275472 14.0011092,13.5357707 L14,5 C14,3.8954305 13.1045695,3 12,3 Z M15,17 C15,18.6568542 13.6568542,20 12,20 C10.3431458,20 9,18.6568542 9,17 C9,15.3431458 15,15.3431458 15,17 Z M21.7119864,11 C22.0140306,10.9999957 22.2587703,11.2447354 22.258766,11.5467796 C22.2587617,11.8488238 22.014015,12.0935705 21.7119707,12.0935749 L16.7732091,12.0936741 C16.6224298,12.0934335 16.4857339,12.0324924 16.3869153,11.9336739 C16.287854,11.8346126 16.2266702,11.6976738 16.2264295,11.5468945 C16.2266767,11.2446075 16.4711806,11.0001036 16.7732248,11.0000993 Z",
|
|
1943
|
+
id: "Combined-Shape"
|
|
1944
|
+
})
|
|
1945
|
+
}));
|
|
1946
|
+
const LockUnlocked = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1947
|
+
children: jsx("g", Object.assign({
|
|
1948
|
+
id: "Icons-/-lock-locked",
|
|
1949
|
+
transform: "translate(1.5, 2)"
|
|
1950
|
+
}, {
|
|
1951
|
+
children: jsx("path", {
|
|
1952
|
+
d: "M16,0 C20,0 21,3 21,4 L21,8 L19,8 L19,5 C19,4 19,2 16,2 C13.1666667,2 13.0092593,3.78395062 13.0005144,4.82458848 L13,8.999 L14,9 C15.0682439,9.01270555 15.9194271,9.80098299 15.9946003,10.8486278 L16,11 L16,18 C16,19.1313993 15.1313993,20 14,20 L2,20 C0.868600683,20 0,19.1313993 0,18 L0,11 C0,9.8778157 0.880887372,9.01331058 2,9 L11,8.999 L11,4 C11,3.02325581 11.9540292,0.138453218 15.7257726,0.0048046084 Z",
|
|
1953
|
+
id: "Icons-/-Security-(Lock)"
|
|
1954
|
+
})
|
|
1955
|
+
}))
|
|
1956
|
+
}));
|
|
1957
|
+
const LockLocked = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1958
|
+
children: jsx("g", Object.assign({
|
|
1959
|
+
id: "Icons-/-Lock-unloked",
|
|
1960
|
+
transform: "translate(4, 3)"
|
|
1961
|
+
}, {
|
|
1962
|
+
children: jsx("path", {
|
|
1963
|
+
d: "M5,5 C5,4 5,2 8,2 C11,2 11,4 11,5 L11,7 L5,7 L5,5 Z M13,7 L13,4 C13,2 11,0 7.97167235,0 C4.94334471,0 3,2 3,4 L3,7 L2,7 C0.880887372,7.01331058 0,7.8778157 0,9 L0,16 C0,17.1313993 0.868600683,18 2,18 L14,18 C15.1313993,18 16,17.1313993 16,16 L16,9 C16,7.8778157 15.1191126,7.01331058 14,7 L13,7 Z",
|
|
1964
|
+
id: "Icons-/-Security-(Lock)"
|
|
1965
|
+
})
|
|
1966
|
+
}))
|
|
1967
|
+
}));
|
|
1968
|
+
const ArrowDropDownDown = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1969
|
+
children: jsx("path", {
|
|
1970
|
+
d: "m7 9 5.33 5.653L17.665 9z"
|
|
1971
|
+
})
|
|
1972
|
+
}));
|
|
1973
|
+
const ArrowDropDownUp = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1974
|
+
children: jsx("path", {
|
|
1975
|
+
d: "M7 14.653 12.33 9l5.335 5.653z"
|
|
1976
|
+
})
|
|
1977
|
+
}));
|
|
1978
|
+
const WorldMapProjection = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1979
|
+
children: jsx("path", {
|
|
1980
|
+
d: "M8.2,1.3 L15.8,4.2 L23,1.633405 L23,20 L15.8,22.799793 L8.2,19.899793 L1,22.199793 L1,3.65 L8.2,1.3 Z M8.2,2.85567808 L2,4.87070155 L2,20.2350052 L8.2,18.23 L15.8,21.1309136 L22,18.8020706 L22,3.54797847 L15.8,5.76104474 L8.2,2.85567808 Z M20.8258474,16.0044129 C20.8258474,16.0044129 20.9285364,16.0468655 21.1339144,16.1317707 L21.187425,16.6596289 C21.187425,16.6596289 21.1419984,16.8929477 21.0511452,17.3595853 C21.0511452,17.3595853 20.8645947,17.4797235 20.4914938,17.72 L20.4577489,17.719495 C20.4015072,17.7186533 20.2749636,17.7167596 20.0781179,17.7138137 C20.0781179,17.7138137 20.0294176,17.6221094 19.9320172,17.4387006 C19.9320172,17.4387006 19.9732353,17.2768353 20.0556715,16.9531048 C20.0556715,16.9531048 20.0609868,16.9437253 20.0716173,16.9249661 L20.1553326,16.777238 C20.2217734,16.6599935 20.3214346,16.4841267 20.4543161,16.2496377 C20.4543161,16.2496377 20.5781599,16.1678961 20.8258474,16.0044129 Z M18.0727922,14.4098204 C18.8695393,14.4294807 19.2679129,14.4393109 19.2679129,14.4393109 C19.8263186,15.3447651 20.1055214,15.7974922 20.1055214,15.7974922 C20.0263785,16.3322798 19.9868071,16.5996736 19.9868071,16.5996736 C19.7524158,17.0370275 19.6352202,17.2557044 19.6352202,17.2557044 C19.3594656,17.3743208 19.2208101,17.433629 19.2192537,17.433629 C18.6856184,17.2215363 18.4188007,17.1154899 18.4188007,17.1154899 C18.1361692,17.4197044 17.9948535,17.5718116 17.9948535,17.5718116 C17.4234853,17.3877573 17.1378012,17.2957301 17.1378012,17.2957301 C16.9157115,16.8990906 16.8046666,16.7007708 16.8046666,16.7007708 L16.6870827,15.3635926 C17.610889,14.7277445 18.0727922,14.4098204 18.0727922,14.4098204 Z M9.73432249,5.19220536 C10.0236351,5.44042301 10.1578737,5.68978755 10.0813263,6.22384512 C10.0302947,6.5798835 9.82106833,6.88874461 9.45364708,7.15042845 C9.46480684,7.58053754 9.4178639,7.88131827 9.31281825,8.05277064 C9.20777261,8.22422302 9.00375635,8.2807038 8.70076948,8.22221298 L8.66356735,9.10063795 L7.73625437,9.87358989 L7.51350573,10.8045771 C7.83532976,10.8626165 7.99761819,10.9853296 8.00037101,11.1727166 C8.00312382,11.3601036 7.98927705,11.4866625 7.9588307,11.5523932 C8.00443425,11.6588365 8.07896092,11.7294914 8.18241072,11.764358 C8.28586051,11.7992246 8.44373247,11.8068969 8.65602659,11.7873751 C9.07752919,11.9473622 9.31508841,12.2824085 9.36870427,12.7925137 C9.44912805,13.5576716 9.0968778,14.6036703 9.0968778,14.6036703 C9.0968778,14.6036703 8.80764729,14.9199505 8.55768824,15.3656958 C8.30772919,15.811441 8.35210207,16.1925436 8.20459739,16.471182 C7.79322352,17.2482731 7.25488917,17.4813278 6.83103526,17.2264684 C6.47015795,16.8972624 6.92162107,15.8533653 6.78107356,15.0272537 C6.68737522,14.4765126 6.46759331,14.0854242 6.12172782,13.8539885 C5.9050305,13.4104151 5.9113649,12.9417009 6.14073102,12.447846 C6.24292539,12.2278083 6.35157036,12.060581 6.46666592,11.9461639 L5.4702197,11.457223 C5.09522325,10.9354206 4.90772503,10.6745194 4.90772503,10.6745194 C4.90772503,10.6745194 4.40466825,10.6065503 4.2255869,10.2094237 C4.08488012,9.89739561 4.14103378,9.3112745 4.17156067,9.07440755 L4.18433293,8.98359082 C4.1855923,8.97547637 4.18630557,8.97118499 4.18630557,8.97118499 L3.7772718,8.4552774 C3.35826546,8.75596398 3.01916955,8.75596398 2.75998405,8.4552774 C2.50156994,8.15522087 2.43579607,7.79896504 2.56266244,7.3865099 L3.44057043,6.42512423 L4.90772503,6.4735384 C4.80362522,6.22954672 4.85088759,6.02531727 5.04951213,5.86085005 C5.24813667,5.69638283 5.4898893,5.66129898 5.77477003,5.7555985 C5.83096332,5.53326201 5.89628094,5.37497486 5.97072291,5.28073704 C6.04516488,5.18649922 6.15609794,5.12166651 6.30352209,5.08623893 L7.48912376,5.20188225 C7.89075809,4.83343434 8.21962924,4.62048705 8.4757372,4.56304038 C9.07549046,4.46499287 9.44500984,4.94398771 9.73432249,5.19220536 Z M14.6974209,6.18616965 C14.6974209,6.18616965 14.8089236,6.33046155 15.0319291,6.61904537 L15.0118095,6.85473901 C15.0118095,6.85230919 15.2548443,6.69393913 15.7409139,6.37962885 C15.7409139,6.37962885 15.8590759,6.44139598 16.0953999,6.56493024 L16.28693,6.35470093 C16.28693,6.35470093 16.4469387,6.34010837 16.7669559,6.31092324 L17.6022321,6.90677592 L19.1748498,7.00496294 C19.1748498,7.00496294 19.3898754,7.06233786 19.8199268,7.17708771 C19.8199268,7.17708771 20.3730406,7.46764964 20.3272757,7.81999536 C20.3115077,7.94139396 20.2598841,8.46246989 20.1146474,8.77063098 C20.078222,8.84791781 19.9638922,8.94012644 19.7716579,9.04725687 L19.5086624,9.57352648 C19.5086624,9.57352648 19.2252071,9.70930971 18.9008098,9.60111589 C18.8348453,9.57911525 18.7612272,9.47778799 18.6799555,9.2971341 L18.4830372,9.23145743 C18.4830372,9.23145743 18.4736551,9.55491944 18.3963021,9.77226071 C18.341923,9.92505124 18.2075827,10.2034778 17.9932811,10.6075404 L17.9578535,10.6157688 C17.9106167,10.6267398 17.8161431,10.648682 17.6744327,10.6815953 L17.6555381,10.7387842 C17.6079517,10.8828155 17.4819877,11.2640749 17.4120077,11.4758857 L17.3634105,11.6229765 C17.3634105,11.6229765 17.23463,11.8148944 16.977069,12.1987301 C16.977069,12.1987301 17.0521621,12.407751 16.9967294,12.8262167 C16.9816803,12.9398232 16.9731986,13.2069581 16.7702954,13.293331 C16.6350266,13.3509129 16.407233,13.3243064 16.0869147,13.2135115 C16.0869147,13.2135115 15.9715811,13.0147346 15.7409139,12.6171809 C15.7409139,12.6171809 15.3543775,13.3461554 15.0107931,13.3025625 C14.7817367,13.2735006 14.5645596,12.9866069 14.3592616,12.4418814 C14.3592616,12.4418814 14.215554,12.5670627 13.9281388,12.8174255 C13.8400076,12.9065408 13.6699983,13.1461054 13.4181111,13.5361194 C13.4181111,13.5361194 13.4485589,14.987989 13.4485589,14.987989 C13.4485589,14.987989 13.2039428,15.2587646 12.7147106,15.8003159 L12.1849738,15.8003159 L11.3809895,14.9582608 C11.3809895,14.9582608 11.3171783,14.6787418 11.1895558,14.119704 C11.1895558,14.119704 11.1835631,13.8807572 11.1715777,13.4028637 C11.1715777,13.4028637 10.9150854,13.3163321 10.4021008,13.1432687 L10.3827367,13.1193602 C10.3310989,13.0556042 10.1761856,12.8643362 9.91799674,12.5455561 L9.91722754,12.4740653 C9.916031,12.3628573 9.91343851,12.1219067 9.90945005,11.7512134 C9.90945005,11.7512134 10.0232813,11.5595095 10.2509437,11.1761019 C10.2509437,11.1761019 10.2553435,10.9377801 10.2641432,10.4611365 L10.4866593,10.0807864 L10.1671692,9.4634836 C10.1671692,9.4634836 10.1715371,9.31617048 10.3213699,8.93602977 C10.3570932,8.84539622 10.4437762,8.6708834 10.5814188,8.41249133 L11.1658316,8.41714479 L11.890895,7.33482938 L12.6366861,7.36826103 L12.8270697,7.52783186 L13.3616803,7.564867 C13.3616803,7.564867 13.372058,7.32103791 13.4825235,7.07633232 C13.5412137,6.94632075 13.6792802,6.71408626 13.8967232,6.37962885 L13.9287511,6.37189048 C14.0141588,6.35125484 14.2703821,6.28934789 14.6974209,6.18616965 Z M14.206957,13.8098913 L14.3012564,13.8182759 C14.5095517,13.8626581 14.6644114,14.0350369 14.7658354,14.3354123 C14.7658354,14.3354123 14.6885672,14.6973047 14.431281,15.1230966 C14.3633525,15.2355137 14.2241586,15.3878642 14.0136993,15.5801481 C14.0136993,15.5801481 13.9044997,15.4950109 13.6861007,15.3247367 C13.6861007,15.3247367 13.6723926,14.9153534 13.6449763,14.0965869 C13.6449763,14.0965869 13.8650321,13.8758609 14.1130252,13.8216561 L14.206957,13.8098913 Z M18.604122,12.5829913 C18.8908472,12.7001885 19.0932925,12.9196987 19.2114579,13.241522 C19.2114579,13.241522 19.1345367,13.3917968 18.9806942,13.6923465 C18.9806942,13.6923465 18.3704419,13.8241023 17.9696044,13.7236167 C17.7023793,13.6566264 17.5273931,13.4789829 17.4446458,13.1906862 C17.4446458,13.1906862 17.4669472,12.992583 17.51155,12.5963767 L17.5553318,12.5849616 C17.7098908,12.5468056 18.2402016,12.4342409 18.604122,12.5829913 Z M19.0740638,9.91679794 C19.224262,10.0545572 19.351907,10.4048655 19.4569991,10.9677229 L18.8349414,11.9975084 C18.5507772,12.258063 18.3228866,12.3336921 18.1512695,12.2243956 C17.8938438,12.0604508 17.731246,11.474499 17.731246,11.474499 C17.7599779,11.2242085 17.8142946,11.0637898 17.8941958,10.9932428 C17.9842365,10.9137435 18.1028921,10.8627834 18.2129492,10.8302469 C18.604716,10.0254087 18.8917542,9.72092572 19.0740638,9.91679794 Z M12.078718,5.79636044 C12.266165,5.74115749 12.4002456,5.73970115 12.4809597,5.79199142 C12.6621681,5.90938644 12.8013395,6.25195185 12.8013395,6.25195185 C12.8013395,6.25195185 12.6998206,6.53262243 12.4967829,7.09396358 C12.1993224,7.01131264 11.9793285,6.97299598 11.8368012,6.97901361 C11.6942739,6.98503123 11.5557311,7.03848562 11.4211729,7.13937677 L11.0883652,6.97901361 C11.0252286,6.25610228 11.1087911,5.81388165 11.3390528,5.65235173 C11.4904173,5.5461686 11.7899516,5.64820811 12.078718,5.79636044 Z"
|
|
1981
|
+
})
|
|
1982
|
+
}));
|
|
1983
|
+
const FunnelCloud = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1984
|
+
children: jsx("path", {
|
|
1985
|
+
d: "M6.93585736,6.09885776 C9.08619487,4.25081115 12.8090686,4.59742387 13.182613,4.62970415 C13.3046504,4.64023315 13.3401826,4.69984851 13.325074,4.73929657 C11.4037444,4.98732485 9.14004574,5.68594506 8.2103924,6.77206297 C8.95152778,7.02452386 9.9358849,7.20455475 11.1679048,7.22815469 C15.7664717,7.31617651 17.7212663,4.98237126 18.0133265,4.59546176 C18.0669967,4.59509203 18.080513,4.69419326 18.0534762,4.80230675 C17.9306994,5.29338032 17.4498986,6.81128836 15.0779772,7.6709864 C11.9816214,8.7932668 6.91369855,8.65501581 5.36280438,6.36457444 C4.407589,4.95389337 5.57009053,3.05291602 7.44226226,2.16900461 C4.48423311,2.67510281 1.47275643,5.64146778 3.86846266,8.38434134 C6.62791962,11.5436401 11.6995356,10.8177226 13.7093659,10.5083059 C13.7485913,10.5428424 13.7446755,10.6328557 13.5781315,10.7373139 C12.68567,11.2970865 8.83033916,12.2794521 5.55779689,10.8585025 C5.99294402,11.5348127 6.63538152,12.9707953 6.84935648,14.3016559 C6.33483004,14.5316597 6.15247571,14.8875451 6.15668563,15.1306619 C6.17851672,16.3824079 9.33227365,16.8192188 10.6202494,16.7983499 C10.6339547,16.8382055 10.6051071,16.8868128 10.4756037,16.9299918 C10.2602632,17.001758 8.83583895,17.2871336 7.00829575,16.9532977 C7.15707575,17.9940224 7.66066984,19.0301296 9.42472388,20.1699219 C10.6493575,20.9611394 12.3794674,21.6920399 13.9216813,21.9921502 C14.2764197,22.0611854 14.5333132,21.6602764 14.3287959,21.3623425 C14.0430926,20.9462156 13.6654894,20.3706705 13.3347963,19.7510935 C12.0262793,19.9830552 11.1244737,19.7700045 10.8004651,19.6734914 C10.7259638,19.6512906 10.6358412,19.6049731 10.6627645,19.5528574 C11.5577763,19.5453577 13.3473882,19.3749357 13.5367633,18.5160863 C13.588921,18.2796164 13.3671144,17.8586536 12.6007152,17.6756691 C12.4523428,16.028703 14.0037874,14.9315014 15.0427768,14.1338556 C12.4554435,14.5479153 10.2286846,13.8902978 9.91176818,13.8048263 C9.79327694,13.7728779 9.76516877,13.7098635 9.78644107,13.6759909 C11.4908798,13.7016622 13.6643046,13.7066115 15.4152835,13.2245881 C18.8475802,12.3867169 19.2328637,11.157949 17.9850713,10.6493341 C18.5212062,9.50278574 18.6471971,8.66539776 18.6471971,8.66539776 C18.6471971,8.66539776 20.7391377,7.03627131 20.643175,5.42905157 C20.4785847,2.67202729 14.1391981,1.18957167 9.81898183,2.45956067 C6.38265594,3.46971092 5.8651002,5.17488487 6.93585736,6.09885776 Z"
|
|
1986
|
+
})
|
|
1987
|
+
}));
|
|
1988
|
+
const CloudLoading = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1989
|
+
children: jsx("path", {
|
|
1990
|
+
d: "M 20.019639,8.2851684 C 18.792859,5.1964317 15.666964,3 12.005358,3 8.343745,3 5.217857,5.1937857 3.991072,8.2825674 1.695536,8.8579553 0,10.854803 0,13.227662 c 0,2.825387 2.397321,5.113826 5.354464,5.113826 h 1.074107 c 0.117857,0 0.214286,-0.09216 0.214286,-0.204552 v -1.534113 c 0,-0.112572 -0.09643,-0.204561 -0.214286,-0.204561 H 5.354464 c -0.902678,0 -1.751785,-0.342612 -2.383928,-0.964026 C 2.341072,14.815514 2.00625,13.981979 2.035714,13.117673 2.059824,12.442646 2.300893,11.808515 2.7375,11.274167 3.184821,10.729577 3.811607,10.333235 4.508036,10.15679 L 5.523215,9.9037192 5.895535,8.9678813 C 6.125892,8.3848073 6.447321,7.8402444 6.851786,7.3466935 7.250895,6.8558785 7.724998,6.4287746 8.255353,6.0708626 9.356252,5.3318997 10.652676,4.9407148 12.005358,4.9407148 c 1.352677,0 2.649105,0.3911849 3.749996,1.1301478 0.533038,0.357912 1.00447,0.7874729 1.40357,1.2758309 0.404468,0.4935509 0.725896,1.0407238 0.956254,1.6211878 l 0.369642,0.9332009 1.0125,0.2557078 c 1.451785,0.373356 2.466962,1.633851 2.466962,3.070872 0,0.846369 -0.345534,1.644102 -0.972322,2.242376 -0.626778,0.598383 -1.459813,0.928224 -2.346424,0.928224 h -1.074103 c -0.117859,0 -0.21429,0.09198 -0.21429,0.204561 v 1.534113 c 0,0.112446 0.09643,0.204552 0.21429,0.204552 h 1.074103 C 21.602679,18.341488 24,16.053049 24,13.227662 24,10.85744 22.309821,8.8630403 20.019639,8.2851684 Z m -5.019641,8.6832796 h -1.984821 v -6.195383 c 0,-0.112572 -0.09643,-0.204624 -0.214287,-0.204624 h -1.607139 c -0.117859,0 -0.214288,0.09207 -0.214288,0.204624 v 6.195383 H 9 c -0.179463,0 -0.278573,0.19683 -0.168754,0.32985 l 3,3.623085 c 0.08572,0.104823 0.251787,0.104823 0.337506,0 l 3,-3.623085 c 0.109821,-0.13302 0.01073,-0.32985 -0.168754,-0.32985 z"
|
|
1991
|
+
})
|
|
1992
|
+
}));
|
|
1993
|
+
const CloudIdle = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
1994
|
+
children: jsx("path", {
|
|
1995
|
+
d: "M 20.019639,8.2851684 C 18.792859,5.1964317 15.666964,3 12.005358,3 8.343745,3 5.217857,5.1937857 3.991072,8.2825674 1.695536,8.8579553 0,10.854803 0,13.227662 c 0,2.825387 2.397321,5.113826 5.354464,5.113826 h 1.074107 c 0.117857,0 0.214286,-0.09216 0.214286,-0.204552 v -1.534113 c 0,-0.112572 -0.09643,-0.204561 -0.214286,-0.204561 H 5.354464 c -0.902678,0 -1.751785,-0.342612 -2.383928,-0.964026 C 2.341072,14.815514 2.00625,13.981979 2.035714,13.117673 2.059824,12.442646 2.300893,11.808515 2.7375,11.274167 3.184821,10.729577 3.811607,10.333235 4.508036,10.15679 L 5.523215,9.9037192 5.895535,8.9678813 C 6.125892,8.3848073 6.447321,7.8402444 6.851786,7.3466935 7.250895,6.8558785 7.724998,6.4287746 8.255353,6.0708626 9.356252,5.3318997 10.652676,4.9407148 12.005358,4.9407148 c 1.352677,0 2.649105,0.3911849 3.749996,1.1301478 0.533038,0.357912 1.00447,0.7874729 1.40357,1.2758309 0.404468,0.4935509 0.725896,1.0407238 0.956254,1.6211878 l 0.369642,0.9332009 1.0125,0.2557078 c 1.451785,0.373356 2.466962,1.633851 2.466962,3.070872 0,0.846369 -0.345534,1.644102 -0.972322,2.242376 -0.626778,0.598383 -1.459813,0.928224 -2.346424,0.928224 h -1.074103 c -0.117859,0 -0.21429,0.09198 -0.21429,0.204561 v 1.534113 c 0,0.112446 0.09643,0.204552 0.21429,0.204552 h 1.074103 C 21.602679,18.341488 24,16.053049 24,13.227662 24,10.85744 22.309821,8.8630403 20.019639,8.2851684 Z"
|
|
1996
|
+
})
|
|
1997
|
+
}));
|
|
1711
1998
|
const Admin = _a => {
|
|
1712
1999
|
var {
|
|
1713
2000
|
children
|
|
1714
2001
|
} = _a,
|
|
1715
2002
|
props = __rest(_a, ["children"]);
|
|
1716
2003
|
const title = 'Admin';
|
|
1717
|
-
return
|
|
2004
|
+
return jsxs(SvgIcon, Object.assign({}, props, {
|
|
1718
2005
|
width: 32,
|
|
1719
2006
|
height: 32,
|
|
1720
2007
|
viewBox: "0 0 32 32"
|
|
1721
|
-
}
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
2008
|
+
}, {
|
|
2009
|
+
children: [jsx("title", {
|
|
2010
|
+
children: title
|
|
2011
|
+
}), jsxs("defs", {
|
|
2012
|
+
children: [jsxs("linearGradient", Object.assign({
|
|
2013
|
+
id: "a",
|
|
2014
|
+
x1: "50%",
|
|
2015
|
+
x2: "14.341%",
|
|
2016
|
+
y1: "35.33%",
|
|
2017
|
+
y2: "57.117%"
|
|
2018
|
+
}, {
|
|
2019
|
+
children: [jsx("stop", {
|
|
2020
|
+
offset: "0%",
|
|
2021
|
+
stopColor: "#A7001E"
|
|
2022
|
+
}), jsx("stop", {
|
|
2023
|
+
offset: "100%",
|
|
2024
|
+
stopColor: "#F70000"
|
|
2025
|
+
})]
|
|
2026
|
+
})), jsxs("linearGradient", Object.assign({
|
|
2027
|
+
id: "b",
|
|
2028
|
+
x1: "84.464%",
|
|
2029
|
+
x2: "50%",
|
|
2030
|
+
y1: "43.5%",
|
|
2031
|
+
y2: "63.781%"
|
|
2032
|
+
}, {
|
|
2033
|
+
children: [jsx("stop", {
|
|
2034
|
+
offset: "0%",
|
|
2035
|
+
stopColor: "#A7001E"
|
|
2036
|
+
}), jsx("stop", {
|
|
2037
|
+
offset: "100%",
|
|
2038
|
+
stopColor: "#F70000"
|
|
2039
|
+
})]
|
|
2040
|
+
})), jsxs("filter", Object.assign({
|
|
2041
|
+
id: "c",
|
|
2042
|
+
width: "125%",
|
|
2043
|
+
height: "125%",
|
|
2044
|
+
x: "-12.5%",
|
|
2045
|
+
y: "-12.5%",
|
|
2046
|
+
filterUnits: "objectBoundingBox"
|
|
2047
|
+
}, {
|
|
2048
|
+
children: [jsx("feGaussianBlur", {
|
|
2049
|
+
in: "SourceAlpha",
|
|
2050
|
+
result: "shadowBlurInner1",
|
|
2051
|
+
stdDeviation: "2"
|
|
2052
|
+
}), jsx("feOffset", {
|
|
2053
|
+
in: "shadowBlurInner1",
|
|
2054
|
+
result: "shadowOffsetInner1"
|
|
2055
|
+
}), jsx("feComposite", {
|
|
2056
|
+
in: "shadowOffsetInner1",
|
|
2057
|
+
in2: "SourceAlpha",
|
|
2058
|
+
k2: "-1",
|
|
2059
|
+
k3: "1",
|
|
2060
|
+
operator: "arithmetic",
|
|
2061
|
+
result: "shadowInnerInner1"
|
|
2062
|
+
}), jsx("feColorMatrix", {
|
|
2063
|
+
in: "shadowInnerInner1",
|
|
2064
|
+
values: "0 0 0 0 0.0717146857 0 0 0 0 0.0638191765 0 0 0 0 0.448211228 0 0 0 0.5 0"
|
|
2065
|
+
})]
|
|
2066
|
+
})), jsx("circle", {
|
|
2067
|
+
id: "d",
|
|
2068
|
+
cx: "16.308",
|
|
2069
|
+
cy: "16.308",
|
|
2070
|
+
r: "8"
|
|
2071
|
+
})]
|
|
2072
|
+
}), jsxs("g", Object.assign({
|
|
2073
|
+
fill: "none",
|
|
2074
|
+
fillRule: "evenodd"
|
|
2075
|
+
}, {
|
|
2076
|
+
children: [jsx("path", {
|
|
2077
|
+
fill: "url(#a)",
|
|
2078
|
+
d: "M16 16c5.333 1.333 10.667 1 16-1v3l-3.418 1.282a12.922 12.922 0 0 1-1.365 3.293l1.51 3.324-2.828 2.829-3.323-1.512a12.922 12.922 0 0 1-3.293 1.366L18 32h-4l-1.282-3.418a12.922 12.922 0 0 1-3.293-1.365l-3.324 1.51L3.272 25.9l1.512-3.323a12.922 12.922 0 0 1-1.366-3.295L0 18v-3c5.333-.667 10.667-.333 16 1Z"
|
|
2079
|
+
}), jsx("path", {
|
|
2080
|
+
fill: "url(#b)",
|
|
2081
|
+
d: "m18 0 1.283 3.418c1.17.304 2.276.768 3.293 1.366l3.323-1.512 2.829 2.829-1.512 3.323a12.922 12.922 0 0 1 1.366 3.293L32 14v1c-5.333 2-10.667 2.333-16 1-5.333-1.333-10.667-1.667-16-1v-1l3.418-1.282c.304-1.17.767-2.276 1.365-3.293l-1.51-3.324L6.1 3.272l3.323 1.512a12.922 12.922 0 0 1 3.295-1.366L14 0h4Z"
|
|
2082
|
+
}), jsx("use", {
|
|
2083
|
+
xlinkHref: "#d",
|
|
2084
|
+
fill: "#000",
|
|
2085
|
+
filter: "url(#c)"
|
|
2086
|
+
}), jsx("text", Object.assign({
|
|
2087
|
+
fill: "#FFF",
|
|
2088
|
+
fontFamily: "Roboto-Medium, Roboto",
|
|
2089
|
+
fontSize: "14",
|
|
2090
|
+
fontWeight: "400",
|
|
2091
|
+
x: "16",
|
|
2092
|
+
y: "16.308",
|
|
2093
|
+
alignmentBaseline: "central",
|
|
2094
|
+
textAnchor: "middle"
|
|
2095
|
+
}, {
|
|
2096
|
+
children: children || 'VL'
|
|
2097
|
+
}))]
|
|
2098
|
+
}))]
|
|
2099
|
+
}));
|
|
1797
2100
|
};
|
|
1798
|
-
const Remove = props => (
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
2101
|
+
const Remove = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
2102
|
+
children: jsx("path", {
|
|
2103
|
+
d: "M12.003 17.595a5.59 5.59 0 0 1-5.598-5.598c0-3.098 2.5-5.592 5.598-5.592a5.58 5.58 0 0 1 5.593 5.592 5.586 5.586 0 0 1-5.593 5.598m0-13.595C16.413 4 20 7.587 20 11.997 20 16.405 16.414 20 12.003 20 7.595 20 4 16.405 4 11.997 4 7.587 7.595 4 12.003 4zm-2.71 7.01a.983.983 0 0 0-.931 1.034.985.985 0 0 0 .975.934l.044-.001h5.232a.996.996 0 0 0 .703-.27c.191-.18.3-.423.307-.686a.975.975 0 0 0-.267-.704c-.181-.19-.425-.3-.738-.308l-5.22.001a.672.672 0 0 0-.105 0z",
|
|
2104
|
+
fillRule: "evenodd"
|
|
2105
|
+
})
|
|
2106
|
+
}));
|
|
2107
|
+
const Expire = props => jsx(SvgIcon, Object.assign({}, props, {
|
|
2108
|
+
children: jsx("path", {
|
|
2109
|
+
d: "M6.597 11.517a1.035 1.035 0 0 1 1.792 0l5.156 8.931c.398.69-.1 1.552-.895 1.552H2.336a1.035 1.035 0 0 1-.896-1.552zm.905 7.575c-.445 0-.793.328-.793.745 0 .468.326.793.793.793.449 0 .775-.333.775-.793 0-.417-.34-.745-.775-.745zM20.286 8.485a9 9 0 0 1-4.768 11.8l-.16.064-.989-1.649a7.105 7.105 0 1 0-9.458-7.191l-1.638 2.694C2.2 9.973 4.342 5.475 8.485 3.717a9 9 0 0 1 11.8 4.768zM8.148 14.232h-1.3l.068 3.978h1.163l.069-3.978zm4.796-7.25v4.735l3.049 1.76-.947 1.641-2.606-1.504h-1.125l-.266-.443V6.983h1.895z",
|
|
2110
|
+
fillRule: "evenodd"
|
|
2111
|
+
})
|
|
2112
|
+
}));
|
|
1806
2113
|
|
|
1807
2114
|
/* *
|
|
1808
2115
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -1823,114 +2130,114 @@ const Expire = props => ( /*#__PURE__*/React.createElement(SvgIcon, Object.assig
|
|
|
1823
2130
|
|
|
1824
2131
|
var index = /*#__PURE__*/Object.freeze({
|
|
1825
2132
|
__proto__: null,
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
DrawPolygon: DrawPolygon,
|
|
1833
|
-
DrawFIRLand: DrawFIRLand,
|
|
1834
|
-
Polygons: Polygons,
|
|
1835
|
-
Location: Location,
|
|
1836
|
-
MyLocation: MyLocation,
|
|
1837
|
-
ThumbsUp: ThumbsUp,
|
|
1838
|
-
Edit: Edit,
|
|
1839
|
-
Export: Export,
|
|
1840
|
-
ListItem: ListItem,
|
|
1841
|
-
TimeSeriesSelect: TimeSeriesSelect,
|
|
1842
|
-
Close: Close,
|
|
1843
|
-
KeyOption: KeyOption,
|
|
1844
|
-
KeyCommand: KeyCommand,
|
|
2133
|
+
Add: Add,
|
|
2134
|
+
Admin: Admin,
|
|
2135
|
+
Animation: Animation,
|
|
2136
|
+
ArrowDown: ArrowDown,
|
|
2137
|
+
ArrowDropDownDown: ArrowDropDownDown,
|
|
2138
|
+
ArrowDropDownUp: ArrowDropDownUp,
|
|
1845
2139
|
ArrowLeft: ArrowLeft,
|
|
1846
2140
|
ArrowRight: ArrowRight,
|
|
1847
|
-
ArrowDown: ArrowDown,
|
|
1848
2141
|
ArrowUp: ArrowUp,
|
|
1849
|
-
Exclamation: Exclamation,
|
|
1850
|
-
Visibility: Visibility,
|
|
1851
|
-
VisibilityOff: VisibilityOff,
|
|
1852
|
-
HamburgerMenu: HamburgerMenu,
|
|
1853
|
-
GeoWebLogo: GeoWebLogo,
|
|
1854
|
-
Add: Add,
|
|
1855
|
-
LayersAdd: LayersAdd,
|
|
1856
|
-
MapAdd: MapAdd,
|
|
1857
|
-
Clock: Clock,
|
|
1858
|
-
Animation: Animation,
|
|
1859
|
-
Success: Success,
|
|
1860
|
-
Cancel: Cancel,
|
|
1861
|
-
DragHandle: DragHandle,
|
|
1862
2142
|
AutoUpdateActive: AutoUpdateActive,
|
|
1863
2143
|
AutoUpdateInActive: AutoUpdateInActive,
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
Info: Info,
|
|
1870
|
-
TextIcon: TextIcon,
|
|
1871
|
-
FastForward: FastForward,
|
|
1872
|
-
SliderThumb: SliderThumb,
|
|
1873
|
-
Options: Options,
|
|
2144
|
+
Both: Both,
|
|
2145
|
+
Cached: Cached,
|
|
2146
|
+
CalendarToday: CalendarToday,
|
|
2147
|
+
Cancel: Cancel,
|
|
2148
|
+
ChevronDown: ChevronDown,
|
|
1874
2149
|
ChevronLeft: ChevronLeft,
|
|
1875
2150
|
ChevronRight: ChevronRight,
|
|
1876
2151
|
ChevronUp: ChevronUp,
|
|
1877
|
-
ChevronDown: ChevronDown,
|
|
1878
|
-
Layers: Layers,
|
|
1879
|
-
Copy: Copy,
|
|
1880
|
-
Filter: Filter,
|
|
1881
2152
|
Clear: Clear,
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
List: List,
|
|
1888
|
-
Home: Home,
|
|
1889
|
-
Minus: Minus,
|
|
1890
|
-
Equalizer: Equalizer,
|
|
1891
|
-
Link: Link,
|
|
1892
|
-
LinkOff: LinkOff,
|
|
1893
|
-
Cached: Cached,
|
|
1894
|
-
CalendarToday: CalendarToday,
|
|
1895
|
-
WebAssetOff: WebAssetOff,
|
|
1896
|
-
Notifications: Notifications,
|
|
1897
|
-
Update: Update,
|
|
1898
|
-
SubdirectoryArrowRight: SubdirectoryArrowRight,
|
|
1899
|
-
Speed: Speed,
|
|
1900
|
-
DimensionsElevation: DimensionsElevation,
|
|
1901
|
-
DimensionsTime: DimensionsTime,
|
|
1902
|
-
DimensionsRefTime: DimensionsRefTime,
|
|
1903
|
-
DimensionsOther: DimensionsOther,
|
|
1904
|
-
Picture: Picture,
|
|
1905
|
-
CollapseWindow: CollapseWindow,
|
|
1906
|
-
ExpandWindow: ExpandWindow,
|
|
2153
|
+
Clock: Clock,
|
|
2154
|
+
Close: Close,
|
|
2155
|
+
CloudIdle: CloudIdle,
|
|
2156
|
+
CloudLoading: CloudLoading,
|
|
2157
|
+
CoastalEvent: CoastalEvent,
|
|
1907
2158
|
CollapseLarge: CollapseLarge,
|
|
1908
2159
|
CollapseMedium: CollapseMedium,
|
|
1909
2160
|
CollapseSmall: CollapseSmall,
|
|
2161
|
+
CollapseWindow: CollapseWindow,
|
|
2162
|
+
Copy: Copy,
|
|
2163
|
+
Delete: Delete,
|
|
2164
|
+
DimensionsElevation: DimensionsElevation,
|
|
2165
|
+
DimensionsOther: DimensionsOther,
|
|
2166
|
+
DimensionsRefTime: DimensionsRefTime,
|
|
2167
|
+
DimensionsTime: DimensionsTime,
|
|
2168
|
+
DragHandle: DragHandle,
|
|
2169
|
+
DrawFIRLand: DrawFIRLand,
|
|
2170
|
+
DrawPolygon: DrawPolygon,
|
|
2171
|
+
DrawRegion: DrawRegion,
|
|
2172
|
+
Edit: Edit,
|
|
2173
|
+
Equalizer: Equalizer,
|
|
2174
|
+
Exclamation: Exclamation,
|
|
1910
2175
|
ExitDomain: ExitDomain,
|
|
2176
|
+
Expand: Expand,
|
|
2177
|
+
ExpandWindow: ExpandWindow,
|
|
2178
|
+
Expire: Expire,
|
|
2179
|
+
Export: Export,
|
|
2180
|
+
FastForward: FastForward,
|
|
2181
|
+
Filter: Filter,
|
|
2182
|
+
Fog: Fog,
|
|
2183
|
+
FunnelCloud: FunnelCloud,
|
|
2184
|
+
GeoWebLogo: GeoWebLogo,
|
|
2185
|
+
HamburgerMenu: HamburgerMenu,
|
|
2186
|
+
Home: Home,
|
|
2187
|
+
Info: Info,
|
|
2188
|
+
KeyCommand: KeyCommand,
|
|
2189
|
+
KeyOption: KeyOption,
|
|
2190
|
+
Layers: Layers,
|
|
2191
|
+
LayersAdd: LayersAdd,
|
|
2192
|
+
Lightning: Lightning,
|
|
2193
|
+
Link: Link,
|
|
2194
|
+
LinkOff: LinkOff,
|
|
2195
|
+
List: List,
|
|
2196
|
+
ListItem: ListItem,
|
|
2197
|
+
Location: Location,
|
|
2198
|
+
LockLocked: LockLocked,
|
|
2199
|
+
LockUnlocked: LockUnlocked,
|
|
2200
|
+
MapAdd: MapAdd,
|
|
1911
2201
|
Menu: Menu,
|
|
2202
|
+
Minus: Minus,
|
|
2203
|
+
MyLocation: MyLocation,
|
|
1912
2204
|
None: None,
|
|
1913
|
-
|
|
2205
|
+
Notifications: Notifications,
|
|
2206
|
+
Now: Now,
|
|
2207
|
+
Options: Options,
|
|
2208
|
+
Pause: Pause,
|
|
2209
|
+
Picture: Picture,
|
|
2210
|
+
Play: Play,
|
|
2211
|
+
Polygons: Polygons,
|
|
2212
|
+
Preset: Preset,
|
|
2213
|
+
PresetTiles: PresetTiles,
|
|
2214
|
+
PresetWorkspace: PresetWorkspace,
|
|
2215
|
+
Rain: Rain,
|
|
2216
|
+
Remove: Remove,
|
|
2217
|
+
Resize: Resize,
|
|
2218
|
+
Search: Search,
|
|
1914
2219
|
Share: Share,
|
|
2220
|
+
SliderThumb: SliderThumb,
|
|
1915
2221
|
Snow: Snow,
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
2222
|
+
Speed: Speed,
|
|
2223
|
+
SplitHorizontal: SplitHorizontal,
|
|
2224
|
+
SplitVertical: SplitVertical,
|
|
2225
|
+
StepBackward: StepBackward,
|
|
2226
|
+
StepForward: StepForward,
|
|
2227
|
+
SubdirectoryArrowRight: SubdirectoryArrowRight,
|
|
2228
|
+
Success: Success,
|
|
1921
2229
|
TemperatureHigh: TemperatureHigh,
|
|
1922
2230
|
TemperatureLow: TemperatureLow,
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
Expire: Expire
|
|
2231
|
+
TextIcon: TextIcon,
|
|
2232
|
+
ThumbsUp: ThumbsUp,
|
|
2233
|
+
TimeSeriesSelect: TimeSeriesSelect,
|
|
2234
|
+
UnExpand: UnExpand,
|
|
2235
|
+
Update: Update,
|
|
2236
|
+
Visibility: Visibility,
|
|
2237
|
+
VisibilityOff: VisibilityOff,
|
|
2238
|
+
WebAssetOff: WebAssetOff,
|
|
2239
|
+
Wind: Wind,
|
|
2240
|
+
WorldMapProjection: WorldMapProjection
|
|
1934
2241
|
});
|
|
1935
2242
|
|
|
1936
2243
|
var en = {
|
|
@@ -5449,24 +5756,28 @@ const ThemeProvider = ({
|
|
|
5449
5756
|
toggleTheme,
|
|
5450
5757
|
isDark
|
|
5451
5758
|
}), [toggleTheme, isDark]);
|
|
5452
|
-
return
|
|
5759
|
+
return jsx(ThemeContext.Provider, Object.assign({
|
|
5453
5760
|
value: contextValue
|
|
5454
|
-
},
|
|
5455
|
-
|
|
5456
|
-
|
|
5457
|
-
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5761
|
+
}, {
|
|
5762
|
+
children: jsxs(ThemeProvider$1, Object.assign({
|
|
5763
|
+
theme: currentTheme
|
|
5764
|
+
}, {
|
|
5765
|
+
children: [!_disableCssBaseline && jsx(CssBaseline, {}), jsx(GlobalStyles, {
|
|
5766
|
+
styles: {
|
|
5767
|
+
'@keyframes mui-auto-fill': {
|
|
5768
|
+
from: {
|
|
5769
|
+
display: 'block'
|
|
5770
|
+
}
|
|
5771
|
+
},
|
|
5772
|
+
'@keyframes mui-auto-fill-cancel': {
|
|
5773
|
+
from: {
|
|
5774
|
+
display: 'block'
|
|
5775
|
+
}
|
|
5776
|
+
}
|
|
5466
5777
|
}
|
|
5467
|
-
}
|
|
5468
|
-
}
|
|
5469
|
-
})
|
|
5778
|
+
}), children]
|
|
5779
|
+
}))
|
|
5780
|
+
}));
|
|
5470
5781
|
};
|
|
5471
5782
|
const useThemeContext = () => React.useContext(ThemeContext);
|
|
5472
5783
|
// Wrapper for storybook stories. Will include later an additional wrapper after upgrade to MUI5
|
|
@@ -5475,13 +5786,17 @@ const ThemeWrapper = ({
|
|
|
5475
5786
|
theme,
|
|
5476
5787
|
defaultThemeName,
|
|
5477
5788
|
disableCssBaseline: _disableCssBaseline2 = false
|
|
5478
|
-
}) => (
|
|
5789
|
+
}) => jsx(StyledEngineProvider, Object.assign({
|
|
5479
5790
|
injectFirst: true
|
|
5480
|
-
},
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5484
|
-
|
|
5791
|
+
}, {
|
|
5792
|
+
children: jsx(ThemeProvider, Object.assign({
|
|
5793
|
+
theme: theme,
|
|
5794
|
+
defaultThemeName: defaultThemeName,
|
|
5795
|
+
disableCssBaseline: _disableCssBaseline2
|
|
5796
|
+
}, {
|
|
5797
|
+
children: children
|
|
5798
|
+
}))
|
|
5799
|
+
}));
|
|
5485
5800
|
|
|
5486
5801
|
/* *
|
|
5487
5802
|
* Licensed under the Apache License, Version 2.0 (the "License");
|