@next-core/brick-icons 2.31.60 → 2.31.61
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/dist/index.esm.js +29 -20
- package/dist/index.esm.js.map +1 -1
- package/dist/itsc-d553b453.js +1006 -0
- package/dist/itsc-d553b453.js.map +1 -0
- package/dist/types/generated/icons/itsc.d.ts +44 -0
- package/dist/types/generated/iconsByCategory.d.ts +1 -0
- package/package.json +2 -2
- package/src/icons/itsc/agent-second-menu.svg +12 -0
- package/src/icons/itsc/agent-third-menu.svg +11 -0
- package/src/icons/itsc/announcement-management-second-menu.svg +13 -0
- package/src/icons/itsc/announcement-management-third-menu.svg +13 -0
- package/src/icons/itsc/business-hours-second-menu.svg +11 -0
- package/src/icons/itsc/business-hours-third-menu.svg +12 -0
- package/src/icons/itsc/copywriting-settings-second-menu.svg +10 -0
- package/src/icons/itsc/copywriting-settings-third-menu.svg +10 -0
- package/src/icons/itsc/directory-second-menu.svg +11 -0
- package/src/icons/itsc/directory-third-menu.svg +13 -0
- package/src/icons/itsc/domain-model-second-menu.svg +11 -0
- package/src/icons/itsc/domain-model-third-menu.svg +13 -0
- package/src/icons/itsc/domain-name-settings-second-menu.svg +11 -0
- package/src/icons/itsc/domain-name-settings-third-menu.svg +8 -0
- package/src/icons/itsc/duty-management-second-menu.svg +11 -0
- package/src/icons/itsc/duty-management-third-menu.svg +10 -0
- package/src/icons/itsc/form-library-second-menu.svg +11 -0
- package/src/icons/itsc/form-library-third-menu.svg +11 -0
- package/src/icons/itsc/job-board-second-menu.svg +11 -0
- package/src/icons/itsc/job-board-third-menu.svg +10 -0
- package/src/icons/itsc/milestone-second-menu.svg +12 -0
- package/src/icons/itsc/milestone-third-menu.svg +11 -0
- package/src/icons/itsc/my-job-second-menu.svg +12 -0
- package/src/icons/itsc/my-job-third-menu.svg +11 -0
- package/src/icons/itsc/notifications-settings-second-menu.svg +14 -0
- package/src/icons/itsc/notifications-settings-third-menu.svg +13 -0
- package/src/icons/itsc/priority-settings-second-menu.svg +11 -0
- package/src/icons/itsc/priority-settings-third-menu.svg +10 -0
- package/src/icons/itsc/project-documents-second-menu.svg +10 -0
- package/src/icons/itsc/project-documents-third-menu.svg +8 -0
- package/src/icons/itsc/project-second-menu.svg +14 -0
- package/src/icons/itsc/project-third-menu.svg +11 -0
- package/src/icons/itsc/sla-agreement-second-menu.svg +11 -0
- package/src/icons/itsc/sla-agreement-third-menu.svg +11 -0
- package/src/icons/itsc/standard-fields-second-menu.svg +11 -0
- package/src/icons/itsc/standard-fields-third-menu.svg +11 -0
- package/src/icons/itsc/trigger-settings-second-menu.svg +11 -0
- package/src/icons/itsc/trigger-settings-third-menu.svg +10 -0
- package/src/icons/itsc/user-group-second-menu.svg +16 -0
- package/src/icons/itsc/user-group-third-menu.svg +15 -0
- package/src/icons/itsc/user-second-menu.svg +11 -0
- package/src/icons/itsc/user-third-menu.svg +11 -0
|
@@ -0,0 +1,1006 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
4
|
+
var _ref$F = /*#__PURE__*/React.createElement("g", {
|
|
5
|
+
fill: "currentColor",
|
|
6
|
+
fillRule: "evenodd"
|
|
7
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
8
|
+
fillOpacity: 0,
|
|
9
|
+
d: "M0 0h20v20H0z"
|
|
10
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fillOpacity: 0,
|
|
12
|
+
d: "M2 2h16v16H2z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M13.61 5.93a3.63 3.63 0 1 1-7.26 0 3.63 3.63 0 0 1 7.26 0zM9.501 10.3l-.595 4.55c-.04.313.028.63.193.891l.644 1.024a.492.492 0 0 0 .415.235.492.492 0 0 0 .414-.235l.645-1.024c.165-.261.233-.578.193-.89l-.596-4.55c3.666.063 6.175 2.428 6.345 5.453.056 1.001-.652 1.806-1.654 1.806H4.508c-1.003 0-1.71-.805-1.655-1.806.173-3.066 2.748-5.454 6.494-5.454h.154z"
|
|
15
|
+
}));
|
|
16
|
+
function SvgAgentSecondMenu(props) {
|
|
17
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
18
|
+
width: 20,
|
|
19
|
+
height: 20,
|
|
20
|
+
viewBox: "0 0 20 20",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
}, props), _ref$F);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
|
|
26
|
+
var _ref$E = /*#__PURE__*/React.createElement("g", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
fillRule: "evenodd"
|
|
29
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
fillOpacity: 0,
|
|
31
|
+
d: "M0 0h16v16H0z"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
fillOpacity: 0,
|
|
34
|
+
d: "M1 1h14v14H1z"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
d: "M7.982.662a3.776 3.776 0 0 1 1.805 7.094c2.885.452 4.923 2.528 5.076 5.245.069 1.224-.827 2.214-2.046 2.214H3.194c-1.219 0-2.115-.99-2.046-2.214.152-2.71 2.177-4.776 5.038-5.24A3.776 3.776 0 0 1 7.982.663zM6.877 8.886l-.172.016c-2.504.271-4.234 1.948-4.36 4.168-.03.546.332.946.85.946h3.931l-.422-.671a1.772 1.772 0 0 1-.27-1.001l.014-.176.43-3.282zm2.526.027l.425 3.255c.054.41-.036.829-.255 1.176l-.424.671h3.668c.48 0 .826-.344.849-.83v-.115c-.123-2.18-1.797-3.84-4.234-4.153l-.029-.004zM8.137 8.49l-.5 3.834a.577.577 0 0 0 .082.38l.42.666.418-.666a.57.57 0 0 0 .086-.28l-.005-.1-.5-3.834zm-.155-6.627a2.576 2.576 0 1 0 0 5.153 2.576 2.576 0 0 0 0-5.153z",
|
|
37
|
+
fillRule: "nonzero"
|
|
38
|
+
}));
|
|
39
|
+
function SvgAgentThirdMenu(props) {
|
|
40
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
41
|
+
width: 16,
|
|
42
|
+
height: 16,
|
|
43
|
+
viewBox: "0 0 16 16",
|
|
44
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
45
|
+
}, props), _ref$E);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
|
|
49
|
+
var _ref$D = /*#__PURE__*/React.createElement("g", {
|
|
50
|
+
fill: "none",
|
|
51
|
+
fillRule: "evenodd"
|
|
52
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
fillOpacity: 0,
|
|
54
|
+
fill: "currentColor",
|
|
55
|
+
d: "M0 0h20v20H0z"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
57
|
+
d: "M11.502 2.446l2.655 3.353L17 5.8a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-10a1 1 0 0 1 1-1h2.854l2.767-3.378a1.85 1.85 0 0 1 2.881.024zM10.5 13.506h-5v1.2h5v-1.2zm4-3h-9v1.2h9v-1.2zm-4.541-7.03a.15.15 0 0 0-.023.023L8.05 5.8h3.939l-1.82-2.298a.15.15 0 0 0-.21-.024z",
|
|
58
|
+
fill: "currentColor"
|
|
59
|
+
}));
|
|
60
|
+
function SvgAnnouncementManagementSecondMenu(props) {
|
|
61
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
62
|
+
width: 20,
|
|
63
|
+
height: 20,
|
|
64
|
+
viewBox: "0 0 20 20",
|
|
65
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
66
|
+
}, props), _ref$D);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
|
|
70
|
+
var _ref$C = /*#__PURE__*/React.createElement("g", {
|
|
71
|
+
fill: "none",
|
|
72
|
+
fillRule: "evenodd"
|
|
73
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
74
|
+
fillOpacity: 0,
|
|
75
|
+
fill: "currentColor",
|
|
76
|
+
d: "M0 0h16v16H0z"
|
|
77
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
78
|
+
d: "M9.298 1.601l1.681 2.123L14 3.725a1.6 1.6 0 0 1 1.6 1.6v8.5a1.6 1.6 0 0 1-1.6 1.6H2a1.6 1.6 0 0 1-1.6-1.6v-8.5a1.6 1.6 0 0 1 1.6-1.6h3.049L6.806 1.58a1.64 1.64 0 0 1 .14-.148l.08-.071.025-.021a1.6 1.6 0 0 1 2.247.261zM14 4.925H2a.4.4 0 0 0-.4.4v8.5c0 .22.18.4.4.4h12a.4.4 0 0 0 .4-.4v-8.5a.4.4 0 0 0-.4-.4zM8.437 9.993v1.2H4.064v-1.2h4.375zm3.5-2.625v1.2H4.064v-1.2h7.875zM7.796 2.28l-.033.028-.007.008-.022.024-1.133 1.383h2.848L8.358 2.346a.4.4 0 0 0-.562-.065z",
|
|
79
|
+
fill: "currentColor",
|
|
80
|
+
fillRule: "nonzero"
|
|
81
|
+
}));
|
|
82
|
+
function SvgAnnouncementManagementThirdMenu(props) {
|
|
83
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
84
|
+
width: 16,
|
|
85
|
+
height: 16,
|
|
86
|
+
viewBox: "0 0 16 16",
|
|
87
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
88
|
+
}, props), _ref$C);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
|
|
92
|
+
var _ref$B = /*#__PURE__*/React.createElement("g", {
|
|
93
|
+
fill: "currentColor",
|
|
94
|
+
fillRule: "evenodd"
|
|
95
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
96
|
+
fillOpacity: 0,
|
|
97
|
+
d: "M0 0h20v20H0z"
|
|
98
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
99
|
+
d: "M5 4v1.5a1.5 1.5 0 0 0 1.356 1.493L6.5 7A1.5 1.5 0 0 0 8 5.5V4h4v1.5a1.5 1.5 0 0 0 1.356 1.493L13.5 7A1.5 1.5 0 0 0 15 5.5V4h2a1 1 0 0 1 1 1v3H2V5a1 1 0 0 1 1-1h2zm1.5-2a.6.6 0 0 1 .6.6v2.8a.6.6 0 1 1-1.2 0V2.6a.6.6 0 0 1 .6-.6zm7 0a.6.6 0 0 1 .6.6v2.8a.6.6 0 0 1-1.2 0V2.6a.6.6 0 0 1 .6-.6zm.5 8c-2.207 0-4 1.793-4 4s1.793 4 4 4 4-1.793 4-4-1.793-4-4-4zm1.707 5.393l-1.914-1.107h-.079v-2.572h.572v2.2l1.707.986-.286.493z"
|
|
100
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
101
|
+
d: "M18 8v3.002A4.994 4.994 0 0 0 14 9c-2.759 0-5 2.241-5 5 0 1.635.787 3.088 2.003 4.001L3 18a1 1 0 0 1-1-1V8h16z",
|
|
102
|
+
fillRule: "nonzero",
|
|
103
|
+
opacity: 0.55
|
|
104
|
+
}));
|
|
105
|
+
function SvgBusinessHoursSecondMenu(props) {
|
|
106
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
107
|
+
width: 20,
|
|
108
|
+
height: 20,
|
|
109
|
+
viewBox: "0 0 20 20",
|
|
110
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
111
|
+
}, props), _ref$B);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
|
|
115
|
+
var _ref$A = /*#__PURE__*/React.createElement("g", {
|
|
116
|
+
fill: "currentColor",
|
|
117
|
+
fillRule: "evenodd"
|
|
118
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
119
|
+
fillOpacity: 0,
|
|
120
|
+
d: "M0 0h16v16H0z"
|
|
121
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
122
|
+
d: "M3.9 2.4v1.2H2.6a.4.4 0 0 0-.4.4v9.4c0 .22.18.4.4.4h2.73a.6.6 0 0 1 .098 1.193l-.098.008L2.6 15A1.6 1.6 0 0 1 1 13.4V4a1.6 1.6 0 0 1 1.6-1.6h1.3zM5.5 1a.6.6 0 0 1 .6.6v2.8a.6.6 0 1 1-1.2 0V1.6a.6.6 0 0 1 .6-.6zM9 2.4v1.2H7V2.4h2zm4.4 0A1.6 1.6 0 0 1 15 4v1.07a.6.6 0 0 1-1.2 0V4a.4.4 0 0 0-.4-.4H12V2.4h1.4zm-2.4 4c2.539 0 4.6 2.061 4.6 4.6 0 2.539-2.061 4.6-4.6 4.6A4.603 4.603 0 0 1 6.4 11c0-2.539 2.061-4.6 4.6-4.6zm0 1.2A3.403 3.403 0 0 0 7.6 11c0 1.876 1.524 3.4 3.4 3.4s3.4-1.524 3.4-3.4-1.524-3.4-3.4-3.4zm.286 1.114v2.2l1.707.986-.286.493-1.914-1.107h-.079V8.714h.572zM10.5 1a.6.6 0 0 1 .6.6v2.8a.6.6 0 1 1-1.2 0V1.6a.6.6 0 0 1 .6-.6z",
|
|
123
|
+
fillRule: "nonzero"
|
|
124
|
+
}));
|
|
125
|
+
function SvgBusinessHoursThirdMenu(props) {
|
|
126
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
127
|
+
width: 16,
|
|
128
|
+
height: 16,
|
|
129
|
+
viewBox: "0 0 16 16",
|
|
130
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
131
|
+
}, props), _ref$A);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
|
|
135
|
+
var _ref$z = /*#__PURE__*/React.createElement("g", {
|
|
136
|
+
fill: "currentColor",
|
|
137
|
+
fillRule: "evenodd"
|
|
138
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
139
|
+
fillOpacity: 0,
|
|
140
|
+
d: "M0 0h20v20H0z"
|
|
141
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
142
|
+
d: "M9.947 5.383h7.32a.733.733 0 1 0 0-1.465h-7.32a.733.733 0 0 0 0 1.465zm7.32 2.459h-6.45a.733.733 0 0 0 0 1.465h6.45a.733.733 0 1 0 0-1.465zm-.04 3.93H2.88a.733.733 0 1 0 0 1.466h14.34a.734.734 0 0 0 .732-.733.72.72 0 0 0-.705-.733h-.02zm0 3.93H2.88a.733.733 0 0 0 0 1.466h14.34a.734.734 0 0 0 .732-.732.72.72 0 0 0-.705-.733c-.007 0-.014-.007-.02 0zM5.276 3a.959.959 0 0 0-.89.603L2.05 9.253a.685.685 0 0 0 .637.944c.284 0 .54-.174.644-.438l.54-1.418h2.774l.575 1.425c.109.26.362.43.644.431a.696.696 0 0 0 .692-.698.834.834 0 0 0-.048-.26L6.174 3.595A.981.981 0 0 0 5.277 3zm-.021 1.794l.931 2.37H4.338l.918-2.37z",
|
|
143
|
+
fillRule: "nonzero"
|
|
144
|
+
}));
|
|
145
|
+
function SvgCopywritingSettingsSecondMenu(props) {
|
|
146
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
147
|
+
width: 20,
|
|
148
|
+
height: 20,
|
|
149
|
+
viewBox: "0 0 20 20",
|
|
150
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
151
|
+
}, props), _ref$z);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
|
|
155
|
+
var _ref$y = /*#__PURE__*/React.createElement("g", {
|
|
156
|
+
fill: "currentColor",
|
|
157
|
+
fillRule: "evenodd"
|
|
158
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
159
|
+
fillOpacity: 0,
|
|
160
|
+
d: "M0 0h16v16H0z"
|
|
161
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
162
|
+
d: "M7.953 4.085h6.406a.641.641 0 0 0 0-1.282H7.953a.641.641 0 0 0 0 1.282zm6.406 2.151H8.714a.641.641 0 1 0 0 1.283h5.645a.641.641 0 0 0 0-1.283zm-.036 3.44H1.77a.641.641 0 1 0 0 1.282h12.547c.354 0 .64-.287.641-.641a.63.63 0 0 0-.617-.641h-.018zm0 3.44H1.77a.641.641 0 0 0 0 1.281h12.547c.354 0 .64-.287.641-.64a.63.63 0 0 0-.617-.642c-.006 0-.012-.006-.018 0zM3.867 2a.839.839 0 0 0-.779.527L1.045 7.471a.6.6 0 0 0 .557.827.606.606 0 0 0 .563-.384l.474-1.24h2.426L5.57 7.92a.614.614 0 0 0 .563.378.609.609 0 0 0 .605-.612.73.73 0 0 0-.042-.227L4.652 2.52A.859.859 0 0 0 3.867 2zm-.018 1.57l.815 2.073H3.046l.803-2.073z",
|
|
163
|
+
fillRule: "nonzero"
|
|
164
|
+
}));
|
|
165
|
+
function SvgCopywritingSettingsThirdMenu(props) {
|
|
166
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
167
|
+
width: 16,
|
|
168
|
+
height: 16,
|
|
169
|
+
viewBox: "0 0 16 16",
|
|
170
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
171
|
+
}, props), _ref$y);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
|
|
175
|
+
var _ref$x = /*#__PURE__*/React.createElement("g", {
|
|
176
|
+
fill: "none",
|
|
177
|
+
fillRule: "evenodd"
|
|
178
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
179
|
+
fillOpacity: 0,
|
|
180
|
+
fill: "currentColor",
|
|
181
|
+
d: "M0 0h20v20H0z"
|
|
182
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
183
|
+
d: "M16 2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm-9.573 9.813c-.418 0-.757.314-.757.703 0 .388.339.703.757.703s.757-.315.757-.703c0-.389-.339-.704-.757-.704zm7.909.14h-5.94v1.125h5.94v-1.125zM6.427 9.281c-.418 0-.757.315-.757.703 0 .389.339.704.757.704s.757-.315.757-.704c0-.388-.339-.703-.757-.703zm7.909.14h-5.94l-.025 1.126h5.965V9.422zM6.427 6.75c-.418 0-.757.315-.757.703 0 .388.339.703.757.703s.757-.315.757-.703c0-.388-.339-.703-.757-.703zm7.909.14h-5.94v1.126h5.94V6.89z",
|
|
184
|
+
fill: "currentColor",
|
|
185
|
+
fillRule: "nonzero"
|
|
186
|
+
}));
|
|
187
|
+
function SvgDirectorySecondMenu(props) {
|
|
188
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
189
|
+
width: 20,
|
|
190
|
+
height: 20,
|
|
191
|
+
viewBox: "0 0 20 20",
|
|
192
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
193
|
+
}, props), _ref$x);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
|
|
197
|
+
var _ref$w = /*#__PURE__*/React.createElement("g", {
|
|
198
|
+
fill: "none",
|
|
199
|
+
fillRule: "evenodd"
|
|
200
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
201
|
+
fillOpacity: 0,
|
|
202
|
+
fill: "currentColor",
|
|
203
|
+
d: "M0 0h16v16H0z"
|
|
204
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
205
|
+
d: "M13.125 1.47a1 1 0 0 1 1 1v11.125a1 1 0 0 1-1 1H2.875a1 1 0 0 1-1-1V2.47a1 1 0 0 1 1-1h10.25zm-.2 1.2h-9.85v10.725h9.85V2.67zm-7.83 6.96a.615.615 0 1 1 0 1.23.615.615 0 0 1 0-1.23zm6.426.123v.984H6.694v-.984h4.827zM5.095 7.415a.615.615 0 1 1 0 1.23.615.615 0 0 1 0-1.23zm6.426.123v.984H6.674l.02-.984h4.827zM5.095 5.2a.615.615 0 1 1 0 1.23.615.615 0 0 1 0-1.23zm6.426.123v.984H6.694v-.984h4.827z",
|
|
206
|
+
fill: "currentColor",
|
|
207
|
+
fillRule: "nonzero"
|
|
208
|
+
}));
|
|
209
|
+
function SvgDirectoryThirdMenu(props) {
|
|
210
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
211
|
+
width: 16,
|
|
212
|
+
height: 16,
|
|
213
|
+
viewBox: "0 0 16 16",
|
|
214
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
215
|
+
}, props), _ref$w);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
|
|
219
|
+
var _ref$v = /*#__PURE__*/React.createElement("g", {
|
|
220
|
+
fill: "currentColor",
|
|
221
|
+
fillRule: "evenodd"
|
|
222
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
223
|
+
fillOpacity: 0,
|
|
224
|
+
d: "M0 0h20v20H0z"
|
|
225
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
226
|
+
d: "M10.5 2.089l5.928 3.422a1 1 0 0 1 .5.866v5.49a3.5 3.5 0 0 0-5.035 4.84l-1.393.804a1 1 0 0 1-1 0L3.572 14.09a1 1 0 0 1-.5-.866V6.377a1 1 0 0 1 .5-.866L9.5 2.09a1 1 0 0 1 1 0zm4.072 11.366a1 1 0 1 1 0 2 1 1 0 0 1 0-2zM12.529 6.8L9.5 8.531 6.471 6.8 6 7.608l3.029 1.731V12.8h.942l.001-3.461L13 7.608l-.471-.808z"
|
|
227
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
228
|
+
d: "M17.519 15.018l-.026.125a3.001 3.001 0 0 1-4.272 1.991.999.999 0 0 1 1.086-.697c.08.011.163.017.246.018h.016c.67 0 1.279-.329 1.648-.863l.088-.138a1 1 0 0 1 1.214-.436zm-4.605-1.682a1.986 1.986 0 0 0-.342 1.119c0 .28.057.549.165.798a1 1 0 0 1-.368 1.236 2.995 2.995 0 0 1 .406-4.437 1 1 0 0 1 .139 1.284zm1.658-1.881a3 3 0 0 1 2.971 2.584.999.999 0 0 1-1.19-.496 2 2 0 0 0-1.68-1.086 1 1 0 0 1-.944-.882c.268-.079.55-.12.843-.12z",
|
|
229
|
+
fillRule: "nonzero",
|
|
230
|
+
opacity: 0.55
|
|
231
|
+
}));
|
|
232
|
+
function SvgDomainModelSecondMenu(props) {
|
|
233
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
234
|
+
width: 20,
|
|
235
|
+
height: 20,
|
|
236
|
+
viewBox: "0 0 20 20",
|
|
237
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
238
|
+
}, props), _ref$v);
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
|
|
242
|
+
var _ref$u = /*#__PURE__*/React.createElement("g", {
|
|
243
|
+
fill: "none",
|
|
244
|
+
fillRule: "evenodd"
|
|
245
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
246
|
+
fillOpacity: 0,
|
|
247
|
+
fill: "currentColor",
|
|
248
|
+
d: "M0 0h16v16H0z"
|
|
249
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
250
|
+
d: "M15.578 12.56l-.018.088a3.151 3.151 0 0 1-5.368 1.459c.33-.458.947-.632 1.477-.386.24.111.503.173.775.179l.026.001.018-.001c.611 0 1.173-.283 1.539-.752l.095-.133a1.2 1.2 0 0 1 1.456-.455zM8.3-.12l6.062 3.5a.6.6 0 0 1 .3.52v3.663a.6.6 0 0 1-1.2 0V4.246L8 1.092 2.538 4.246v6.307L8 13.707l.568-.328a.6.6 0 0 1 .764.14l.055.08a.6.6 0 0 1-.22.82l-.867.5a.6.6 0 0 1-.6 0l-6.062-3.5a.6.6 0 0 1-.3-.519v-7a.6.6 0 0 1 .3-.52L7.7-.12a.6.6 0 0 1 .6 0zm3.009 9.148a1.2 1.2 0 0 1-.174 1.518 1.94 1.94 0 0 0-.57 1.735 1.2 1.2 0 0 1-.757 1.324 3.151 3.151 0 0 1 1.501-4.577zm1.029 1.772a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm.15-2a3.15 3.15 0 0 1 3.15 3.15v.022a1.2 1.2 0 0 1-1.336-.738 1.956 1.956 0 0 0-1.421-1.195 1.2 1.2 0 0 1-.96-1.187c.184-.035.373-.052.567-.052zm-2.275-4.025l.412.707-2.65 1.514v3.029H7.15l.001-3.029L4.5 5.482l.412-.707L7.563 6.29l2.65-1.515z",
|
|
251
|
+
fill: "currentColor",
|
|
252
|
+
fillRule: "nonzero"
|
|
253
|
+
}));
|
|
254
|
+
function SvgDomainModelThirdMenu(props) {
|
|
255
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
256
|
+
width: 16,
|
|
257
|
+
height: 16,
|
|
258
|
+
viewBox: "0 0 16 16",
|
|
259
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
260
|
+
}, props), _ref$u);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
|
|
264
|
+
var _ref$t = /*#__PURE__*/React.createElement("g", {
|
|
265
|
+
fill: "currentColor",
|
|
266
|
+
fillRule: "evenodd"
|
|
267
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
268
|
+
fillOpacity: 0,
|
|
269
|
+
d: "M0 0h20v20H0z"
|
|
270
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
271
|
+
fillRule: "nonzero"
|
|
272
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
273
|
+
d: "M15.642 15.053H4.358a.243.243 0 0 0-.169.42C5.663 17.033 7.726 18 10 18s4.379-.968 5.81-2.526a.243.243 0 0 0-.168-.421zM3.684 5.789h12.632c.21 0 .337-.252.21-.42A8.012 8.012 0 0 0 10 2a8.012 8.012 0 0 0-6.526 3.368c-.127.169 0 .421.21.421z",
|
|
274
|
+
opacity: 0.55
|
|
275
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
276
|
+
d: "M16.316 7.053A1.69 1.69 0 0 1 18 8.737v3.368a1.69 1.69 0 0 1-1.684 1.684H3.684A1.69 1.69 0 0 1 2 12.105V8.737a1.69 1.69 0 0 1 1.684-1.684zm-12.3 1.916h-.762l.724 3.331h.912l.524-2.112h.028l.514 2.112h.912l.763-3.331h-.753l-.49 2.462h-.029l-.48-2.14h-.845l-.508 2.14h-.03l-.48-2.462zm4.556 0h-.763l.725 3.331h.912l.523-2.112h.029l.513 2.112h.912l.763-3.331h-.753l-.49 2.462h-.029l-.48-2.14H9.59l-.51 2.14h-.028l-.48-2.462zm4.555 0h-.763l.725 3.331H14l.523-2.112h.029l.513 2.112h.912l.764-3.331h-.754l-.49 2.462h-.028l-.48-2.14h-.845l-.509 2.14h-.029l-.48-2.462z"
|
|
277
|
+
})));
|
|
278
|
+
function SvgDomainNameSettingsSecondMenu(props) {
|
|
279
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
280
|
+
width: 20,
|
|
281
|
+
height: 20,
|
|
282
|
+
viewBox: "0 0 20 20",
|
|
283
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
284
|
+
}, props), _ref$t);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
|
|
288
|
+
var _ref$s = /*#__PURE__*/React.createElement("g", {
|
|
289
|
+
fill: "currentColor",
|
|
290
|
+
fillRule: "evenodd"
|
|
291
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
292
|
+
fillOpacity: 0,
|
|
293
|
+
d: "M0 0h16v16H0z"
|
|
294
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
295
|
+
d: "M15.104 10.9l-.521.9A7.596 7.596 0 0 1 8 15.6a7.596 7.596 0 0 1-6.583-3.8l-.52-.9h14.207zm-2.19 1.2H3.085l.096.113a6.39 6.39 0 0 0 4.562 2.182L8 14.4a6.39 6.39 0 0 0 4.818-2.187l.095-.113zM1.143 5.983l.55 2.822h.033L2.31 6.35h.968l.55 2.454h.033l.561-2.822h.864L4.41 9.8H3.366l-.588-2.42h-.033l-.6 2.42H1.1L.27 5.983h.874zm5.22 0l.55 2.822h.033L7.53 6.35h.968l.55 2.454h.033l.56-2.822h.864L9.631 9.8H8.586l-.589-2.42h-.033l-.6 2.42H6.32l-.83-3.817h.874zm5.22 0l.55 2.822h.032l.583-2.454h.968l.55 2.454h.033l.561-2.822h.864L14.85 9.8h-1.045l-.588-2.42h-.033l-.6 2.42H11.54l-.83-3.817h.874zM8 .4a7.596 7.596 0 0 1 6.583 3.8l.521.9H.896l.52-.9A7.596 7.596 0 0 1 8 .4zm0 1.2a6.39 6.39 0 0 0-4.819 2.187l-.096.113h9.828l-.094-.113a6.39 6.39 0 0 0-4.563-2.182L8 1.6z",
|
|
296
|
+
fillRule: "nonzero"
|
|
297
|
+
}));
|
|
298
|
+
function SvgDomainNameSettingsThirdMenu(props) {
|
|
299
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
300
|
+
width: 16,
|
|
301
|
+
height: 16,
|
|
302
|
+
viewBox: "0 0 16 16",
|
|
303
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
304
|
+
}, props), _ref$s);
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
308
|
+
var _ref$r = /*#__PURE__*/React.createElement("g", {
|
|
309
|
+
fill: "currentColor",
|
|
310
|
+
fillRule: "evenodd"
|
|
311
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
312
|
+
fillOpacity: 0,
|
|
313
|
+
d: "M0 0h20v20H0z"
|
|
314
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
315
|
+
d: "M5 4v1.5a1.5 1.5 0 0 0 1.356 1.493L6.5 7A1.5 1.5 0 0 0 8 5.5V4h4v1.5a1.5 1.5 0 0 0 1.356 1.493L13.5 7A1.5 1.5 0 0 0 15 5.5V4h2a1 1 0 0 1 1 1v3H2V5a1 1 0 0 1 1-1h2zm1.5-2a.6.6 0 0 1 .6.6v2.8a.6.6 0 1 1-1.2 0V2.6a.6.6 0 0 1 .6-.6zm7 0a.6.6 0 0 1 .6.6v2.8a.6.6 0 0 1-1.2 0V2.6a.6.6 0 0 1 .6-.6z"
|
|
316
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
317
|
+
d: "M18 8v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8h16zm-4.5 5.506h-7v1.2h7v-1.2zm0-3h-7v1.2h7v-1.2z",
|
|
318
|
+
fillRule: "nonzero",
|
|
319
|
+
opacity: 0.55
|
|
320
|
+
}));
|
|
321
|
+
function SvgDutyManagementSecondMenu(props) {
|
|
322
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
323
|
+
width: 20,
|
|
324
|
+
height: 20,
|
|
325
|
+
viewBox: "0 0 20 20",
|
|
326
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
327
|
+
}, props), _ref$r);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
|
|
331
|
+
var _ref$q = /*#__PURE__*/React.createElement("g", {
|
|
332
|
+
fill: "currentColor",
|
|
333
|
+
fillRule: "evenodd"
|
|
334
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
335
|
+
fillOpacity: 0,
|
|
336
|
+
d: "M0 0h16v16H0z"
|
|
337
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
338
|
+
d: "M3.9 2.4v1.2H2.6a.4.4 0 0 0-.4.4v9.4c0 .22.18.4.4.4h2.73l.01.001 8.06-.001a.4.4 0 0 0 .392-.32l.009-.08V4a.4.4 0 0 0-.4-.4h-1.3V2.4h1.3A1.6 1.6 0 0 1 15 4v9.4a1.6 1.6 0 0 1-1.6 1.6l-8.73.001h-.016L2.6 15A1.6 1.6 0 0 1 1 13.4V4a1.6 1.6 0 0 1 1.6-1.6h1.3zm7.6 8.106v1.2h-7v-1.2h7zm0-3v1.2h-7v-1.2h7zM5.5 1a.6.6 0 0 1 .6.6v2.8a.6.6 0 1 1-1.2 0V1.6a.6.6 0 0 1 .6-.6zm5 0a.6.6 0 0 1 .6.6v2.8a.6.6 0 1 1-1.2 0V1.6a.6.6 0 0 1 .6-.6zM9 2.4v1.2H7V2.4h2z",
|
|
339
|
+
fillRule: "nonzero"
|
|
340
|
+
}));
|
|
341
|
+
function SvgDutyManagementThirdMenu(props) {
|
|
342
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
343
|
+
width: 16,
|
|
344
|
+
height: 16,
|
|
345
|
+
viewBox: "0 0 16 16",
|
|
346
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
347
|
+
}, props), _ref$q);
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
|
|
351
|
+
var _ref$p = /*#__PURE__*/React.createElement("g", {
|
|
352
|
+
fill: "currentColor",
|
|
353
|
+
fillRule: "evenodd"
|
|
354
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
355
|
+
fillOpacity: 0,
|
|
356
|
+
d: "M0 0h20v20H0z"
|
|
357
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
358
|
+
d: "M14 2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h10zm.5 11.606h-7v1h7v-1zm0-3h-7v1h7v-1zm0-3h-7v1h7v-1z",
|
|
359
|
+
opacity: 0.55
|
|
360
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
361
|
+
d: "M16 4a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h10zm-1.5 9.606h-7v1h7v-1zm0-3h-7v1h7v-1zm0-3h-7v1h7v-1z"
|
|
362
|
+
}));
|
|
363
|
+
function SvgFormLibrarySecondMenu(props) {
|
|
364
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
365
|
+
width: 20,
|
|
366
|
+
height: 20,
|
|
367
|
+
viewBox: "0 0 20 20",
|
|
368
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
369
|
+
}, props), _ref$p);
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
|
|
373
|
+
var _ref$o = /*#__PURE__*/React.createElement("g", {
|
|
374
|
+
fill: "currentColor",
|
|
375
|
+
fillRule: "evenodd"
|
|
376
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
377
|
+
fillOpacity: 0,
|
|
378
|
+
d: "M0 0h16v16H0z"
|
|
379
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
380
|
+
fillOpacity: 0,
|
|
381
|
+
d: "M1 1h14v14H1z"
|
|
382
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
383
|
+
d: "M12.375.4a1.6 1.6 0 0 1 1.6 1.6l.001.189a1.6 1.6 0 0 1 1.249 1.561v10a1.6 1.6 0 0 1-1.6 1.6h-8a1.6 1.6 0 0 1-1.597-1.5h-.153a1.6 1.6 0 0 1-1.6-1.6V2a1.6 1.6 0 0 1 1.6-1.6h8.5zm1.25 2.95h-8a.399.399 0 0 0-.4.4v10c0 .22.18.4.4.4h8a.4.4 0 0 0 .4-.4v-10a.4.4 0 0 0-.4-.4zm-1.25-1.75h-8.5a.4.4 0 0 0-.4.4v10.25c0 .22.18.4.4.4h.15l.001-8.935.003-.057.003-.054.001-.02.003-.02.005-.044.015-.084-.02.128a1.603 1.603 0 0 1 .458-.945l.017-.017a1.608 1.608 0 0 1 1.114-.452h7.15V2a.4.4 0 0 0-.32-.392l-.08-.008zm.065 9.493v1H6.813v-1h5.627zm0-2.625v1H6.813v-1h5.627zm0-2.625v1H6.813v-1h5.627z",
|
|
384
|
+
fillRule: "nonzero"
|
|
385
|
+
}));
|
|
386
|
+
function SvgFormLibraryThirdMenu(props) {
|
|
387
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
388
|
+
width: 16,
|
|
389
|
+
height: 16,
|
|
390
|
+
viewBox: "0 0 16 16",
|
|
391
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
392
|
+
}, props), _ref$o);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
|
|
396
|
+
var _ref$n = /*#__PURE__*/React.createElement("g", {
|
|
397
|
+
fill: "currentColor",
|
|
398
|
+
fillRule: "evenodd"
|
|
399
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
400
|
+
fillOpacity: 0,
|
|
401
|
+
d: "M0 0h20v20H0z"
|
|
402
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
403
|
+
transform: "translate(2 2)"
|
|
404
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
405
|
+
width: 7,
|
|
406
|
+
height: 16,
|
|
407
|
+
rx: 1
|
|
408
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
409
|
+
opacity: 0.55,
|
|
410
|
+
x: 9,
|
|
411
|
+
width: 7,
|
|
412
|
+
height: 10,
|
|
413
|
+
rx: 1
|
|
414
|
+
})));
|
|
415
|
+
function SvgJobBoardSecondMenu(props) {
|
|
416
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
417
|
+
width: 20,
|
|
418
|
+
height: 20,
|
|
419
|
+
viewBox: "0 0 20 20",
|
|
420
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
421
|
+
}, props), _ref$n);
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
|
|
425
|
+
var _ref$m = /*#__PURE__*/React.createElement("g", {
|
|
426
|
+
fill: "currentColor",
|
|
427
|
+
fillRule: "evenodd"
|
|
428
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
429
|
+
fillOpacity: 0,
|
|
430
|
+
d: "M0 0h16v16H0z"
|
|
431
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
432
|
+
d: "M6.125 1.4a1.6 1.6 0 0 1 1.6 1.6v10a1.6 1.6 0 0 1-1.6 1.6H2A1.6 1.6 0 0 1 .4 13V3A1.6 1.6 0 0 1 2 1.4h4.125zm0 1.2H2a.4.4 0 0 0-.4.4v10c0 .22.18.4.4.4h4.125a.4.4 0 0 0 .4-.4V3a.4.4 0 0 0-.4-.4zM14 1.4A1.6 1.6 0 0 1 15.6 3v5A1.6 1.6 0 0 1 14 9.6H9.875a1.6 1.6 0 0 1-1.6-1.6V3a1.6 1.6 0 0 1 1.6-1.6H14zm0 1.2H9.875a.4.4 0 0 0-.4.4v5c0 .22.18.4.4.4H14a.4.4 0 0 0 .4-.4V3a.4.4 0 0 0-.4-.4z",
|
|
433
|
+
fillRule: "nonzero"
|
|
434
|
+
}));
|
|
435
|
+
function SvgJobBoardThirdMenu(props) {
|
|
436
|
+
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
437
|
+
width: 16,
|
|
438
|
+
height: 16,
|
|
439
|
+
viewBox: "0 0 16 16",
|
|
440
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
441
|
+
}, props), _ref$m);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
|
|
445
|
+
var _ref$l = /*#__PURE__*/React.createElement("g", {
|
|
446
|
+
fill: "currentColor",
|
|
447
|
+
fillRule: "evenodd"
|
|
448
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
449
|
+
fillOpacity: 0,
|
|
450
|
+
d: "M0 0h20v20H0z"
|
|
451
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
452
|
+
transform: "translate(2 2)"
|
|
453
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
454
|
+
fillOpacity: 0,
|
|
455
|
+
d: "M0 0h16v16H0z"
|
|
456
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
457
|
+
opacity: 0.55,
|
|
458
|
+
x: 5,
|
|
459
|
+
y: 2.5,
|
|
460
|
+
width: 11,
|
|
461
|
+
height: 8,
|
|
462
|
+
rx: 1
|
|
463
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
464
|
+
d: "M12 .5a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H3v6a1 1 0 0 1-1 1H0v-14a1 1 0 0 1 1-1h11z"
|
|
465
|
+
})));
|
|
466
|
+
function SvgMilestoneSecondMenu(props) {
|
|
467
|
+
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
468
|
+
width: 20,
|
|
469
|
+
height: 20,
|
|
470
|
+
viewBox: "0 0 20 20",
|
|
471
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
472
|
+
}, props), _ref$l);
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
|
|
476
|
+
var _ref$k = /*#__PURE__*/React.createElement("g", {
|
|
477
|
+
fill: "currentColor",
|
|
478
|
+
fillRule: "evenodd"
|
|
479
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
480
|
+
fillOpacity: 0,
|
|
481
|
+
d: "M0 0h16v16H0z"
|
|
482
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
483
|
+
fillOpacity: 0,
|
|
484
|
+
d: "M1 1h14v14H1z"
|
|
485
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
486
|
+
d: "M11.375.838a1.6 1.6 0 0 1 1.6 1.6v.15H14a1.6 1.6 0 0 1 1.6 1.6v5a1.6 1.6 0 0 1-1.6 1.6H7.375a1.6 1.6 0 0 1-1.6-1.6v-.15H4.35v4.524a1.6 1.6 0 0 1-1.454 1.594l-.146.006H.4V2.438A1.6 1.6 0 0 1 2 .837h9.375zm0 1.2H2a.4.4 0 0 0-.4.4v11.524h1.15a.4.4 0 0 0 .392-.319l.008-.08V7.837h8.225a.4.4 0 0 0 .4-.4v-5a.4.4 0 0 0-.4-.4zm1.6 5.4a1.6 1.6 0 0 1-1.6 1.6h-4.4v.15c0 .22.18.4.4.4H14a.4.4 0 0 0 .4-.4v-5a.4.4 0 0 0-.4-.4h-1.025v3.65z",
|
|
487
|
+
fillRule: "nonzero"
|
|
488
|
+
}));
|
|
489
|
+
function SvgMilestoneThirdMenu(props) {
|
|
490
|
+
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
491
|
+
width: 16,
|
|
492
|
+
height: 16,
|
|
493
|
+
viewBox: "0 0 16 16",
|
|
494
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
495
|
+
}, props), _ref$k);
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
|
|
499
|
+
var _ref$j = /*#__PURE__*/React.createElement("g", {
|
|
500
|
+
fill: "currentColor",
|
|
501
|
+
fillRule: "evenodd"
|
|
502
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
503
|
+
fillOpacity: 0,
|
|
504
|
+
d: "M0 0h20v20H0z"
|
|
505
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
506
|
+
fillOpacity: 0,
|
|
507
|
+
d: "M1 2h16v16H1z"
|
|
508
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
509
|
+
d: "M11.747 2l4.119 4.073v4.098a5.5 5.5 0 0 0-6.267 7.83L3.1 18A1.1 1.1 0 0 1 2 16.9V3.1A1.1 1.1 0 0 1 3.1 2h8.647zm-.589 6.6h-7v1.3h7V8.6zm-3.5-2.8h-3.5v1.3h3.5V5.8z"
|
|
510
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
511
|
+
d: "M16.262 12.775a1.775 1.775 0 1 1-3.55 0 1.775 1.775 0 0 1 3.55 0zm.927 5.689c.49 0 .837-.394.81-.883-.085-1.5-1.344-2.668-3.177-2.668h-.644c-1.833 0-3.092 1.168-3.176 2.668-.028.49.318.883.809.883h5.378z",
|
|
512
|
+
opacity: 0.55
|
|
513
|
+
}));
|
|
514
|
+
function SvgMyJobSecondMenu(props) {
|
|
515
|
+
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
516
|
+
width: 20,
|
|
517
|
+
height: 20,
|
|
518
|
+
viewBox: "0 0 20 20",
|
|
519
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
520
|
+
}, props), _ref$j);
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
524
|
+
var _ref$i = /*#__PURE__*/React.createElement("g", {
|
|
525
|
+
fill: "currentColor",
|
|
526
|
+
fillRule: "evenodd"
|
|
527
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
528
|
+
fillOpacity: 0,
|
|
529
|
+
d: "M0 0h16v16H0z"
|
|
530
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
531
|
+
fillOpacity: 0,
|
|
532
|
+
d: "M1 1h13.333v13.333H1z"
|
|
533
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
534
|
+
d: "M11.738 8.8a1.649 1.649 0 0 1 1.136 2.843c1.246.288 2.06 1.23 2.125 2.384.025.455-.296.82-.752.82H9.253c-.456 0-.777-.365-.752-.82.065-1.148.871-2.087 2.105-2.38A1.649 1.649 0 0 1 11.738 8.8zM9.955 1l3.433 3.394V7.82h-1.2V4.895L9.461 2.199 3.033 2.2v10.933h4.633v1.2H2.933a1.1 1.1 0 0 1-1.1-1.1V2.101a1.1 1.1 0 0 1 1.1-1.1L9.955 1zm2.094 11.7h-.598l-.175.005c-.742.047-1.275.392-1.504.889l-.041.103h4.039l-.042-.103c-.246-.535-.846-.894-1.679-.894zm-.311-2.75a.499.499 0 1 0 0 .997.499.499 0 0 0 0-.997zm-1.44-2.617v1.084H4.465V7.333h5.833zM7.382 5v1.083H4.465V5h2.917z",
|
|
535
|
+
fillRule: "nonzero"
|
|
536
|
+
}));
|
|
537
|
+
function SvgMyJobThirdMenu(props) {
|
|
538
|
+
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
539
|
+
width: 16,
|
|
540
|
+
height: 16,
|
|
541
|
+
viewBox: "0 0 16 16",
|
|
542
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
543
|
+
}, props), _ref$i);
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
|
|
547
|
+
var _ref$h = /*#__PURE__*/React.createElement("g", {
|
|
548
|
+
fill: "none",
|
|
549
|
+
fillRule: "evenodd"
|
|
550
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
551
|
+
fillOpacity: 0,
|
|
552
|
+
fill: "currentColor",
|
|
553
|
+
d: "M0 0h20v20H0z"
|
|
554
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
555
|
+
fill: "currentColor"
|
|
556
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
557
|
+
d: "M14.384 2.29a1 1 0 0 1 1 1l.001 6.126a4 4 0 0 0-3.646 6.875l-7.355-.001a1 1 0 0 1-1-1v-12a1 1 0 0 1 1-1h10zM10.297 9.2H5.158v1h5.14v-1zm0-2.2H5.158v1h5.14V7zm-2.57-2.2H5.159v1h2.57v-1z"
|
|
558
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
559
|
+
d: "M14.725 10c.143 0 .261.11.272.252v.339c1.105.099 1.962 1.126 1.962 2.364v.809c0 .35.116.687.323.942l.111.137c.24.297.053.776-.342.776h-1.2a1.149 1.149 0 0 1-2.201 0h-1.201c-.395 0-.583-.48-.342-.776l.111-.137a1.5 1.5 0 0 0 .323-.942v-.809c0-1.22.831-2.234 1.912-2.36v-.323c0-.15.122-.272.272-.272zm.532 5.62h-1.014a.604.604 0 0 0 1.014 0z",
|
|
560
|
+
fillRule: "nonzero",
|
|
561
|
+
opacity: 0.55
|
|
562
|
+
})));
|
|
563
|
+
function SvgNotificationsSettingsSecondMenu(props) {
|
|
564
|
+
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
565
|
+
width: 20,
|
|
566
|
+
height: 20,
|
|
567
|
+
viewBox: "0 0 20 20",
|
|
568
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
569
|
+
}, props), _ref$h);
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
573
|
+
var _ref$g = /*#__PURE__*/React.createElement("g", {
|
|
574
|
+
fill: "none",
|
|
575
|
+
fillRule: "evenodd"
|
|
576
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
577
|
+
fillOpacity: 0,
|
|
578
|
+
fill: "currentColor",
|
|
579
|
+
d: "M0 0h16v16H0z"
|
|
580
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
581
|
+
d: "M12.768 8.5c.355 0 .656.25.73.6l.003.023.02.006c.99.303 1.706 1.259 1.772 2.387l.005.17v.736c0 .205.067.4.182.541l.101.125c.48.592.088 1.52-.7 1.52h-.771l-.019.033a1.545 1.545 0 0 1-1.156.706l-.145.007a1.544 1.544 0 0 1-1.301-.713l-.02-.033h-.771c-.75 0-1.14-.842-.762-1.433l.063-.087.1-.125a.865.865 0 0 0 .183-.541v-.735c0-1.174.705-2.195 1.71-2.536l.035-.012.02-.09a.748.748 0 0 1 .62-.542l.1-.007zM11.71 1.528a1.6 1.6 0 0 1 1.6 1.6v4.483a.6.6 0 0 1-1.2 0V3.128a.4.4 0 0 0-.4-.4h-8.5a.4.4 0 0 0-.4.4v10.25c0 .221.18.4.4.4h5.263a.6.6 0 0 1 0 1.2H3.21a1.6 1.6 0 0 1-1.6-1.6V3.128a1.6 1.6 0 0 1 1.6-1.6h8.5zm1.058 8.488l-.191.022c-.724.084-1.296.788-1.296 1.649v.735c0 .43-.144.848-.405 1.17l-.014.016h1.3l.106.357a.544.544 0 0 0 1.043 0l.106-.357h1.297l-.012-.015a1.85 1.85 0 0 1-.398-1.01l-.007-.161v-.735c0-.875-.59-1.586-1.328-1.652l-.201-.019zM9.497 8.9v1.2H4V8.9h5.497zm0-2.2v1.2H4V6.7h5.497zM6.248 4.5v1.2H4V4.5h2.248z",
|
|
582
|
+
fill: "currentColor",
|
|
583
|
+
fillRule: "nonzero"
|
|
584
|
+
}));
|
|
585
|
+
function SvgNotificationsSettingsThirdMenu(props) {
|
|
586
|
+
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
587
|
+
width: 16,
|
|
588
|
+
height: 16,
|
|
589
|
+
viewBox: "0 0 16 16",
|
|
590
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
591
|
+
}, props), _ref$g);
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
|
|
595
|
+
var _ref$f = /*#__PURE__*/React.createElement("g", {
|
|
596
|
+
fill: "currentColor",
|
|
597
|
+
fillRule: "evenodd"
|
|
598
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
599
|
+
fillOpacity: 0,
|
|
600
|
+
d: "M0 0h20v20H0z"
|
|
601
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
602
|
+
fillRule: "nonzero"
|
|
603
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
604
|
+
d: "M10.032 5.038h7.03a.819.819 0 1 0 0-1.638h-7.03a.819.819 0 0 0 0 1.638zm2.667 5.805h4.362a.819.819 0 1 0 0-1.638H12.7a.819.819 0 0 0 0 1.638zm-2.667 5.805h7.03a.819.819 0 0 0 0-1.638h-7.03a.819.819 0 0 0 0 1.638z",
|
|
605
|
+
opacity: 0.55
|
|
606
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
607
|
+
d: "M7.08 3.551l4.124 4.125a.8.8 0 0 1-1.131 1.131L7.18 5.914V16.65a.8.8 0 0 1-1.6 0V5.898L2.696 8.783a.8.8 0 0 1-1.056.067l-.076-.067a.8.8 0 0 1 0-1.131l4.1-4.101a1 1 0 0 1 1.415 0z"
|
|
608
|
+
})));
|
|
609
|
+
function SvgPrioritySettingsSecondMenu(props) {
|
|
610
|
+
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
611
|
+
width: 20,
|
|
612
|
+
height: 20,
|
|
613
|
+
viewBox: "0 0 20 20",
|
|
614
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
615
|
+
}, props), _ref$f);
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
|
|
619
|
+
var _ref$e = /*#__PURE__*/React.createElement("g", {
|
|
620
|
+
fill: "currentColor",
|
|
621
|
+
fillRule: "evenodd"
|
|
622
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
623
|
+
fillOpacity: 0,
|
|
624
|
+
d: "M0 0h16v16H0z"
|
|
625
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
626
|
+
d: "M5.466 2.629l3.651 3.65a.6.6 0 0 1-.848.849l-2.761-2.76v9.81a.6.6 0 0 1-1.2 0V4.35L1.554 7.106a.6.6 0 0 1-.774.064l-.074-.064a.6.6 0 0 1 0-.848l3.629-3.63a.8.8 0 0 1 1.131 0zM14.53 12.98a.6.6 0 1 1 0 1.2H8.026a.6.6 0 0 1 0-1.2zm0-5.29a.6.6 0 0 1 0 1.2h-4.133a.6.6 0 1 1 0-1.2zm0-5.29a.6.6 0 0 1 0 1.2H8.026a.6.6 0 0 1 0-1.2h6.504z",
|
|
627
|
+
fillRule: "nonzero"
|
|
628
|
+
}));
|
|
629
|
+
function SvgPrioritySettingsThirdMenu(props) {
|
|
630
|
+
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
631
|
+
width: 16,
|
|
632
|
+
height: 16,
|
|
633
|
+
viewBox: "0 0 16 16",
|
|
634
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
635
|
+
}, props), _ref$e);
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
|
|
639
|
+
var _ref$d = /*#__PURE__*/React.createElement("g", {
|
|
640
|
+
fill: "currentColor",
|
|
641
|
+
fillRule: "evenodd"
|
|
642
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
643
|
+
fillOpacity: 0,
|
|
644
|
+
d: "M0 0h20v20H0z"
|
|
645
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
646
|
+
d: "M8.725 4l5.662 5.6H7v1.1h7.866v6.2a1.1 1.1 0 0 1-1.1 1.1H4.1A1.1 1.1 0 0 1 3 16.9V5.1A1.1 1.1 0 0 1 4.1 4h4.625zM11 7H7v1.1h4V7z",
|
|
647
|
+
opacity: 0.55
|
|
648
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
649
|
+
d: "M12.736 2l4.13 4.084V16.9a1.1 1.1 0 0 1-1.1 1.1H6.1A1.1 1.1 0 0 1 5 16.9V3.1A1.1 1.1 0 0 1 6.1 2h6.636zM15 9.6H7v1.1h8V9.6zM11 7H7v1.1h4V7z",
|
|
650
|
+
opacity: 0.55
|
|
651
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
652
|
+
d: "M18 13v5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5h4.5v2h7v-2H18zm-4.501-6.964a.725.725 0 0 1-.725-.725V2.036l4.045 4H13.5z"
|
|
653
|
+
}));
|
|
654
|
+
function SvgProjectDocumentsSecondMenu(props) {
|
|
655
|
+
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
656
|
+
width: 20,
|
|
657
|
+
height: 20,
|
|
658
|
+
viewBox: "0 0 20 20",
|
|
659
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
660
|
+
}, props), _ref$d);
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
|
|
664
|
+
var _ref$c = /*#__PURE__*/React.createElement("g", {
|
|
665
|
+
fill: "currentColor",
|
|
666
|
+
fillRule: "evenodd"
|
|
667
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
668
|
+
fillOpacity: 0,
|
|
669
|
+
d: "M0 0h16v16H0z"
|
|
670
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
671
|
+
d: "M10.312.46l.166.165 4.14 4.153.001 5.681.921.001v3.82a1.26 1.26 0 0 1-1.26 1.26H2.72a1.26 1.26 0 0 1-1.26-1.26v-3.82l.812-.001V3.793c0-.736.597-1.332 1.332-1.332l.668-.001v-.667c0-.736.597-1.332 1.332-1.332h4.708zM5.46 11.54H2.54v2.74c0 .08.052.147.123.17l.057.01h11.56c.1 0 .18-.08.18-.18v-2.74h-1.92v1H5.46v-1zM9.55 1.539l-3.946.002c-.119 0-.219.083-.245.194l-.006.058-.001 8.666 1.188.001v.999h4.92v-.999l2.079-.001-.001-4.918h-2.63c-.75 0-1.358-.608-1.358-1.358V1.54zM4.272 3.54h-.668c-.119 0-.219.084-.245.195l-.006.058-.001 6.666h.92V3.54zM12 8.2v1.1H7V8.2h5zM9.5 6v1.1H7V6h2.5zm1.13-3.692v1.875c0 .153.124.278.277.278h1.869L10.63 2.308z",
|
|
672
|
+
fillRule: "nonzero"
|
|
673
|
+
}));
|
|
674
|
+
function SvgProjectDocumentsThirdMenu(props) {
|
|
675
|
+
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
676
|
+
width: 16,
|
|
677
|
+
height: 16,
|
|
678
|
+
viewBox: "0 0 16 16",
|
|
679
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
680
|
+
}, props), _ref$c);
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
|
|
684
|
+
var _ref$b = /*#__PURE__*/React.createElement("g", {
|
|
685
|
+
fill: "currentColor",
|
|
686
|
+
fillRule: "evenodd"
|
|
687
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
688
|
+
fillOpacity: 0,
|
|
689
|
+
d: "M0 0h20v20H0z"
|
|
690
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
691
|
+
fillOpacity: 0,
|
|
692
|
+
d: "M2 2h16v16H2z"
|
|
693
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
694
|
+
d: "M17 4v2H7V4h10zm0 5v2H7V9h10zm0 5v2H7v-2h10z"
|
|
695
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
696
|
+
d: "M5 4v2H3V4h2zm0 5v2H3V9h2zm0 5v2H3v-2h2z",
|
|
697
|
+
opacity: 0.55
|
|
698
|
+
}));
|
|
699
|
+
function SvgProjectSecondMenu(props) {
|
|
700
|
+
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
701
|
+
width: 20,
|
|
702
|
+
height: 20,
|
|
703
|
+
viewBox: "0 0 20 20",
|
|
704
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
705
|
+
}, props), _ref$b);
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
|
|
709
|
+
var _ref$a = /*#__PURE__*/React.createElement("g", {
|
|
710
|
+
fill: "currentColor",
|
|
711
|
+
fillRule: "evenodd"
|
|
712
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
713
|
+
fillOpacity: 0,
|
|
714
|
+
d: "M0 0h16v16H0z"
|
|
715
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
716
|
+
fillOpacity: 0,
|
|
717
|
+
d: "M1 1h14v14H1z"
|
|
718
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
719
|
+
d: "M14.35 2.75v1.2H4.6v-1.2h9.75zm0 4.375v1.2H4.6v-1.2h9.75zm0 4.375v1.2H4.6v-1.2h9.75zM3.075 2.75v1.2h-1.2v-1.2h1.2zm0 4.375v1.2h-1.2v-1.2h1.2zm0 4.375v1.2h-1.2v-1.2h1.2z"
|
|
720
|
+
}));
|
|
721
|
+
function SvgProjectThirdMenu(props) {
|
|
722
|
+
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
723
|
+
width: 16,
|
|
724
|
+
height: 16,
|
|
725
|
+
viewBox: "0 0 16 16",
|
|
726
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
727
|
+
}, props), _ref$a);
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
|
|
731
|
+
var _ref$9 = /*#__PURE__*/React.createElement("g", {
|
|
732
|
+
fill: "none",
|
|
733
|
+
fillRule: "evenodd"
|
|
734
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
735
|
+
fillOpacity: 0,
|
|
736
|
+
fill: "currentColor",
|
|
737
|
+
d: "M0 0h20v20H0z"
|
|
738
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
739
|
+
d: "M16 2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1l-.001-1.4H14.6V9.4H2.999L3 3a1 1 0 0 1 .883-.993L4 2zm-2 8v5H3v-5h11zm-8.207 1.088c-.22 0-.408.033-.564.1a.776.776 0 0 0-.357.29.736.736 0 0 0-.124.409c0 .226.088.418.264.576.125.112.342.206.652.283.24.06.395.102.463.125a.476.476 0 0 1 .208.124.26.26 0 0 1 .06.173.352.352 0 0 1-.142.276c-.094.08-.235.118-.421.118a.623.623 0 0 1-.419-.132c-.103-.089-.172-.228-.206-.416l-.562.054c.037.32.153.564.347.732.194.167.472.25.834.25.249 0 .457-.034.623-.104a.843.843 0 0 0 .523-.78.851.851 0 0 0-.114-.456.804.804 0 0 0-.316-.291 2.804 2.804 0 0 0-.624-.206c-.281-.067-.458-.13-.531-.192a.22.22 0 0 1-.086-.173c0-.075.03-.134.092-.178.095-.07.226-.104.394-.104.163 0 .285.033.366.097.082.065.135.17.16.317l.578-.025a.834.834 0 0 0-.287-.63c-.181-.158-.452-.237-.811-.237zm2.26.072h-.578V14H9.49v-.482H8.053V11.16zm3.285-.023h-.611L9.61 14h.614l.236-.65h1.144l.25.65h.63l-1.147-2.863zm-.313.668l.395 1.062h-.781l.386-1.062z",
|
|
740
|
+
fill: "currentColor",
|
|
741
|
+
fillRule: "nonzero"
|
|
742
|
+
}));
|
|
743
|
+
function SvgSlaAgreementSecondMenu(props) {
|
|
744
|
+
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
745
|
+
width: 20,
|
|
746
|
+
height: 20,
|
|
747
|
+
viewBox: "0 0 20 20",
|
|
748
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
749
|
+
}, props), _ref$9);
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
753
|
+
var _ref$8 = /*#__PURE__*/React.createElement("g", {
|
|
754
|
+
fill: "none",
|
|
755
|
+
fillRule: "evenodd"
|
|
756
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
757
|
+
fillOpacity: 0,
|
|
758
|
+
fill: "currentColor",
|
|
759
|
+
d: "M0 0h16v16H0z"
|
|
760
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
761
|
+
d: "M13.125.838a1.6 1.6 0 0 1 1.6 1.6v11.124a1.6 1.6 0 0 1-1.6 1.6H2.875a1.6 1.6 0 0 1-1.6-1.6v-.724h.004L1.28 7h11v6H2.475v.563c0 .22.18.4.4.4h10.25a.4.4 0 0 0 .4-.4V2.437a.4.4 0 0 0-.4-.4H2.875a.4.4 0 0 0-.4.4v3.4h-1.2v-3.4a1.6 1.6 0 0 1 1.6-1.6h10.25zM11.28 8h-9v4h9V8zm-7.262.52c.36 0 .63.079.812.236a.834.834 0 0 1 .286.631l-.578.026c-.025-.148-.078-.253-.16-.318C4.299 9.031 4.176 9 4.014 9c-.168 0-.3.034-.395.103a.209.209 0 0 0-.092.178.22.22 0 0 0 .086.174c.061.05.194.103.4.158l.131.033c.282.066.49.135.624.206.135.071.24.168.317.291a.851.851 0 0 1 .114.456.843.843 0 0 1-.523.78c-.167.07-.375.105-.623.105-.362 0-.64-.084-.834-.251-.194-.167-.31-.411-.348-.732l.562-.054c.034.189.103.327.207.416a.623.623 0 0 0 .418.133c.187 0 .327-.04.421-.119a.352.352 0 0 0 .142-.276.26.26 0 0 0-.06-.173.476.476 0 0 0-.208-.124 7.115 7.115 0 0 0-.462-.125c-.31-.077-.528-.171-.653-.283a.745.745 0 0 1-.263-.576c0-.146.04-.282.124-.41a.776.776 0 0 1 .357-.29c.156-.066.343-.099.563-.099zm2.26.072v2.358h1.438v.482H5.7v-2.84h.578zm3.285-.023l1.147 2.863h-.63l-.25-.65H8.687l-.236.65h-.613L8.952 8.57h.611zm-.312.668l-.387 1.062h.781l-.394-1.062z",
|
|
762
|
+
fill: "currentColor",
|
|
763
|
+
fillRule: "nonzero"
|
|
764
|
+
}));
|
|
765
|
+
function SvgSlaAgreementThirdMenu(props) {
|
|
766
|
+
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
767
|
+
width: 16,
|
|
768
|
+
height: 16,
|
|
769
|
+
viewBox: "0 0 16 16",
|
|
770
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
771
|
+
}, props), _ref$8);
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
|
|
775
|
+
var _ref$7 = /*#__PURE__*/React.createElement("g", {
|
|
776
|
+
fill: "none",
|
|
777
|
+
fillRule: "evenodd"
|
|
778
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
779
|
+
fillOpacity: 0,
|
|
780
|
+
fill: "currentColor",
|
|
781
|
+
d: "M0 0h20v20H0z"
|
|
782
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
783
|
+
d: "M12.342 2L17 6.656V17a1 1 0 0 1-.883.993L16 18H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h8.342zm1.24 7.758c-.54 0-.946.096-1.22.289-.273.193-.465.49-.577.89l.996.18c.067-.193.156-.327.265-.404.11-.077.262-.115.457-.115.29 0 .486.045.59.134.104.09.157.24.157.452v.109c-.198.083-.554.173-1.067.27-.38.072-.671.158-.873.255a1.097 1.097 0 0 0-.47.422 1.18 1.18 0 0 0-.169.627c0 .354.123.647.37.88.246.23.582.347 1.01.347.241 0 .47-.046.683-.137.213-.091.414-.228.601-.41.008.02.021.064.04.129.041.143.076.251.105.324h1.086a2.354 2.354 0 0 1-.197-.557c-.036-.173-.053-.442-.053-.806l.012-1.282c0-.476-.05-.804-.147-.982-.098-.178-.266-.325-.506-.441-.24-.116-.604-.174-1.093-.174zM8.48 6.842H6.953L4.165 14h1.533l.59-1.626H9.15L9.775 14h1.572L8.481 6.842zm5.769 5.166v.219c0 .263-.015.441-.043.535a.688.688 0 0 1-.262.363.95.95 0 0 1-.567.195.6.6 0 0 1-.437-.168.538.538 0 0 1-.172-.398c0-.156.072-.285.215-.387.094-.062.293-.126.598-.191.304-.065.527-.121.668-.168zM7.7 8.512l.986 2.656H6.733L7.7 8.512z",
|
|
784
|
+
fill: "currentColor",
|
|
785
|
+
fillRule: "nonzero"
|
|
786
|
+
}));
|
|
787
|
+
function SvgStandardFieldsSecondMenu(props) {
|
|
788
|
+
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
789
|
+
width: 20,
|
|
790
|
+
height: 20,
|
|
791
|
+
viewBox: "0 0 20 20",
|
|
792
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
793
|
+
}, props), _ref$7);
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
|
|
797
|
+
var _ref$6 = /*#__PURE__*/React.createElement("g", {
|
|
798
|
+
fill: "none",
|
|
799
|
+
fillRule: "evenodd"
|
|
800
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
801
|
+
fillOpacity: 0,
|
|
802
|
+
fill: "currentColor",
|
|
803
|
+
d: "M0 0h16v16H0z"
|
|
804
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
805
|
+
d: "M10.59.399l.176.176 3.783 3.782.176.175V14c0 .814-.611 1.496-1.449 1.592l-.151.008H2.875a1.6 1.6 0 0 1-1.6-1.6V2a1.6 1.6 0 0 1 1.6-1.6l7.467-.001h.248zm-.498 1.199L2.875 1.6a.4.4 0 0 0-.4.4v12c0 .22.18.4.4.4l10.215.001.082-.004a.4.4 0 0 0 .353-.397V5.03l-3.433-3.432zm1.042 6.19c.428 0 .747.05.957.152.21.102.357.23.443.386.085.157.128.443.128.86l-.01 1.121c0 .32.015.554.046.706.03.151.088.314.172.487h-.95a3.532 3.532 0 0 1-.092-.284 1.727 1.727 0 0 0-.034-.112c-.165.159-.34.279-.527.358-.187.08-.386.12-.598.12-.374 0-.668-.101-.884-.304a1.011 1.011 0 0 1-.323-.77c0-.204.05-.387.147-.548a.96.96 0 0 1 .412-.369c.177-.085.432-.16.764-.224.45-.084.76-.163.933-.236v-.095c0-.185-.045-.317-.136-.395-.092-.079-.264-.118-.517-.118-.17 0-.304.034-.4.1-.095.068-.173.186-.232.355l-.871-.158c.098-.35.266-.61.505-.779.24-.169.595-.253 1.067-.253zM6.67 5.237L9.179 11.5H7.803l-.547-1.423H4.753L4.236 11.5H2.894l2.44-6.263H6.67zm5.047 4.52c-.123.04-.318.09-.584.147-.267.057-.441.113-.523.167a.4.4 0 0 0-.188.339c0 .134.05.25.15.348.1.098.228.147.383.147a.832.832 0 0 0 .496-.17.602.602 0 0 0 .229-.318c.025-.083.037-.239.037-.469v-.191zm-5.73-3.06L5.14 9.023h1.71l-.864-2.324z",
|
|
806
|
+
fill: "currentColor",
|
|
807
|
+
fillRule: "nonzero"
|
|
808
|
+
}));
|
|
809
|
+
function SvgStandardFieldsThirdMenu(props) {
|
|
810
|
+
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
811
|
+
width: 16,
|
|
812
|
+
height: 16,
|
|
813
|
+
viewBox: "0 0 16 16",
|
|
814
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
815
|
+
}, props), _ref$6);
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
|
|
819
|
+
var _ref$5 = /*#__PURE__*/React.createElement("g", {
|
|
820
|
+
fill: "currentColor",
|
|
821
|
+
fillRule: "evenodd"
|
|
822
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
823
|
+
fillOpacity: 0,
|
|
824
|
+
d: "M0 0h20v20H0z"
|
|
825
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
826
|
+
d: "M17 1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h14zm-1.9 4.9h-1.2v4.2h1.2V5.9zm-6 1H7.9v3.2h1.2V6.9zm-3 1H4.9v2.2h1.2V7.9zm6-4h-1.2v6.2h1.2V3.9z"
|
|
827
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
828
|
+
d: "M8.157 14h3.686c.34 0 .866.384 1.177.857l.845 1.286c.31.473.067.857-.544.857H6.679c-.611 0-.855-.384-.544-.857l.845-1.286c.31-.473.838-.857 1.177-.857z",
|
|
829
|
+
opacity: 0.55
|
|
830
|
+
}));
|
|
831
|
+
function SvgTriggerSettingsSecondMenu(props) {
|
|
832
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
833
|
+
width: 20,
|
|
834
|
+
height: 20,
|
|
835
|
+
viewBox: "0 0 20 20",
|
|
836
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
837
|
+
}, props), _ref$5);
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
|
|
841
|
+
var _ref$4 = /*#__PURE__*/React.createElement("g", {
|
|
842
|
+
fill: "currentColor",
|
|
843
|
+
fillRule: "evenodd"
|
|
844
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
845
|
+
fillOpacity: 0,
|
|
846
|
+
d: "M0 0h16v16H0z"
|
|
847
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
848
|
+
d: "M14 1a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H6.396a.603.603 0 0 1-.065.1l-1.547 1.925h6.442l-.007-.011-.282-.375-.059-.079a.6.6 0 0 1 .96-.72l.507.675c.647.862.031 1.71-1.024 1.71H4.679c-1.055 0-1.67-.848-1.012-1.726L4.871 12H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zm-.2 1.2H2.2v8.6h11.6V2.2zm-1.45 3.7v4.2h-1.2V5.9h1.2zm-5 1v3.2h-1.2V6.9h1.2zm-2.5 1v2.2h-1.2V7.9h1.2zm5-4v6.2h-1.2V3.9h1.2z",
|
|
849
|
+
fillRule: "nonzero"
|
|
850
|
+
}));
|
|
851
|
+
function SvgTriggerSettingsThirdMenu(props) {
|
|
852
|
+
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
853
|
+
width: 16,
|
|
854
|
+
height: 16,
|
|
855
|
+
viewBox: "0 0 16 16",
|
|
856
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
857
|
+
}, props), _ref$4);
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
|
|
861
|
+
var _ref$3 = /*#__PURE__*/React.createElement("g", {
|
|
862
|
+
fill: "none",
|
|
863
|
+
fillRule: "evenodd"
|
|
864
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
865
|
+
fillOpacity: 0,
|
|
866
|
+
fill: "currentColor",
|
|
867
|
+
d: "M0 0h20v20H0z"
|
|
868
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
869
|
+
d: "M2 2h16v16H2z"
|
|
870
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
871
|
+
fill: "currentColor",
|
|
872
|
+
fillRule: "nonzero"
|
|
873
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
874
|
+
d: "M14.8 11.013c1.6 0 2.905 1.301 2.947 2.938v1.679a.708.708 0 0 1-.613.707l-.102.007H7.01a.737.737 0 0 1-.716-.714v-1.679c0-1.595 1.305-2.896 2.947-2.938H14.8zM13.231 13.7H10.23v1.008h3.001V13.7zm-1.21-10.159a2.985 2.985 0 0 1 2.99 2.98 2.985 2.985 0 0 1-2.99 2.98 2.985 2.985 0 0 1-2.99-2.98 2.985 2.985 0 0 1 2.99-2.98z",
|
|
875
|
+
opacity: 0.55
|
|
876
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
877
|
+
d: "M11.979 11.055c1.895 0 3.453 1.553 3.453 3.442v1.973c0 .461-.38.797-.843.839H2.842a.843.843 0 0 1-.842-.84v-1.972c0-1.89 1.558-3.442 3.453-3.442zM13.23 13.7H10.23v1.008h3.001V13.7zM8.695 9.502a3.531 3.531 0 0 0 3.537-3.526A3.531 3.531 0 0 0 8.695 2.45a3.531 3.531 0 0 0-3.537 3.526 3.531 3.531 0 0 0 3.537 3.526z"
|
|
878
|
+
})));
|
|
879
|
+
function SvgUserGroupSecondMenu(props) {
|
|
880
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
881
|
+
width: 20,
|
|
882
|
+
height: 20,
|
|
883
|
+
viewBox: "0 0 20 20",
|
|
884
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
885
|
+
}, props), _ref$3);
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
|
|
889
|
+
var _ref$2 = /*#__PURE__*/React.createElement("g", {
|
|
890
|
+
fill: "none",
|
|
891
|
+
fillRule: "evenodd"
|
|
892
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
893
|
+
fillOpacity: 0,
|
|
894
|
+
fill: "currentColor",
|
|
895
|
+
d: "M0 0h16v16H0z"
|
|
896
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
897
|
+
d: "M1 1h14v14H1z"
|
|
898
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
899
|
+
d: "M12.2 8.286c1.728 0 3.134 1.401 3.179 3.171v1.47c0 .6-.434 1.12-1.085 1.215l-.142.009h-.895c-.193.467-.66.794-1.241.844H1.736A1.338 1.338 0 0 1 .4 13.661v-1.726c0-1.985 1.632-3.612 3.621-3.612H6.91l.104-.015c.103-.012.21-.02.323-.022H12.2zM9.731 9.523h-5.71A2.43 2.43 0 0 0 1.6 11.935v1.726c0 .072.063.134.137.134l10.225.003c.126-.012.19-.074.19-.137v-1.726a2.41 2.41 0 0 0-.91-1.879 2.41 2.41 0 0 0-1.51-.533zm2.662-.027l.078.085a3.659 3.659 0 0 1 .57.896 3.573 3.573 0 0 1 .312 1.458l-.001 1.016.757.001.054-.002c.01-.001.016-.01.016-.024v-1.453c-.026-1.005-.748-1.818-1.679-1.964l-.107-.013zM10.85 11.05v1.2h-3v-1.2h3zM6.858.794c.969 0 1.851.372 2.51.98a3.212 3.212 0 0 1 3.616 3.181 3.212 3.212 0 0 1-3.216 3.209c-.492 0-.969-.111-1.401-.32-.46.205-.971.32-1.51.32a3.69 3.69 0 0 1-3.694-3.685A3.69 3.69 0 0 1 6.858.794zm3.386 2.211l.07.168c.026.068.05.136.071.205l-.078-.223a3.656 3.656 0 0 1 .146.47l.013.056c.018.08.033.161.045.244l.005.035a3.565 3.565 0 0 1 .037.519 3.716 3.716 0 0 1-.054.627l-.013.073a3.016 3.016 0 0 1-.079.328l-.023.073a3.634 3.634 0 0 1-.79 1.376l.174.008c1.064 0 1.934-.82 2.01-1.858l.006-.15a2.01 2.01 0 0 0-1.433-1.922l-.107-.029zM6.858 1.994a2.49 2.49 0 0 0-2.495 2.485 2.49 2.49 0 0 0 2.495 2.485 2.49 2.49 0 0 0 1.258-.339l-.032.018a2.51 2.51 0 0 0 .325-.218l-.048.037c.05-.038.098-.077.145-.118l-.097.081c.041-.032.081-.066.12-.1l-.023.02c.04-.036.08-.073.118-.111l-.095.09c.043-.038.084-.078.124-.12l-.03.03c.047-.046.092-.094.134-.144l-.104.115c.039-.04.076-.081.112-.124l-.008.01c.035-.042.07-.084.102-.128l-.094.118c.037-.044.072-.089.106-.135l.094-.136a2.477 2.477 0 0 0 .115-.201l-.03.058c.023-.044.046-.088.067-.134l-.037.076a2.47 2.47 0 0 0 .07-.15l-.033.074a2.47 2.47 0 0 0 .07-.164l-.036.09c.02-.046.038-.093.056-.14l-.02.05c.021-.054.04-.109.058-.165l-.038.115c.018-.052.035-.104.05-.158l-.012.043c.015-.05.028-.1.04-.15l-.028.107a2.46 2.46 0 0 0 .044-.179l-.016.071a2.475 2.475 0 0 0 .068-.574l-.008-.196a2.489 2.489 0 0 0-.019-.167l.013.106a2.474 2.474 0 0 0-.027-.194l.014.088a2.47 2.47 0 0 0-.04-.207l.026.12a2.462 2.462 0 0 0-.038-.173l.013.053a2.457 2.457 0 0 0-.164-.473l.038.085a2.46 2.46 0 0 0-.074-.16l.036.075c-.023-.05-.048-.1-.075-.148l.039.073a2.478 2.478 0 0 0-.275-.428l.047.06a2.508 2.508 0 0 0-.115-.141l.068.081a2.494 2.494 0 0 0-1.954-.94z",
|
|
900
|
+
fill: "currentColor",
|
|
901
|
+
fillRule: "nonzero"
|
|
902
|
+
}));
|
|
903
|
+
function SvgUserGroupThirdMenu(props) {
|
|
904
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
905
|
+
width: 16,
|
|
906
|
+
height: 16,
|
|
907
|
+
viewBox: "0 0 16 16",
|
|
908
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
909
|
+
}, props), _ref$2);
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
|
|
913
|
+
var _ref$1 = /*#__PURE__*/React.createElement("g", {
|
|
914
|
+
fill: "none",
|
|
915
|
+
fillRule: "evenodd"
|
|
916
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
917
|
+
fillOpacity: 0,
|
|
918
|
+
fill: "currentColor",
|
|
919
|
+
d: "M0 0h20v20H0z"
|
|
920
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
921
|
+
d: "M2 2h16v16H2z"
|
|
922
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
923
|
+
d: "M13.556 11.333c2 0 3.644 1.645 3.644 3.645v2.089c0 .489-.4.844-.889.889h-12.4a.892.892 0 0 1-.889-.89v-2.088c0-2 1.645-3.645 3.645-3.645zM15 14.13h-3.001v1.008H15V14.13zm-4.911-4.441a3.733 3.733 0 1 0 0-7.467 3.733 3.733 0 0 0 0 7.467z",
|
|
924
|
+
fill: "currentColor",
|
|
925
|
+
fillRule: "nonzero"
|
|
926
|
+
}));
|
|
927
|
+
function SvgUserSecondMenu(props) {
|
|
928
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
929
|
+
width: 20,
|
|
930
|
+
height: 20,
|
|
931
|
+
viewBox: "0 0 20 20",
|
|
932
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
933
|
+
}, props), _ref$1);
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
937
|
+
var _ref = /*#__PURE__*/React.createElement("g", {
|
|
938
|
+
fill: "none",
|
|
939
|
+
fillRule: "evenodd"
|
|
940
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
941
|
+
fillOpacity: 0,
|
|
942
|
+
fill: "currentColor",
|
|
943
|
+
d: "M0 0h16v16H0z"
|
|
944
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
945
|
+
d: "M1 1h14v14H1z"
|
|
946
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
947
|
+
d: "M11.111 8.567a3.803 3.803 0 0 1 3.789 3.789v1.827c0 .743-.586 1.309-1.378 1.378H2.672a1.38 1.38 0 0 1-1.378-1.378v-1.827a3.803 3.803 0 0 1 3.79-3.79h6.027zm0 1.2H5.083a2.603 2.603 0 0 0-2.589 2.589v1.827a.18.18 0 0 0 .178.178l10.796.003c.149-.014.232-.094.232-.18v-1.828a2.603 2.603 0 0 0-2.589-2.59zm1.289 1.736v1.2h-3v-1.2h3zM8.078.594a3.867 3.867 0 1 1 0 7.734 3.867 3.867 0 0 1 0-7.734zm0 1.2a2.667 2.667 0 1 0 0 5.334 2.667 2.667 0 0 0 0-5.334z",
|
|
948
|
+
fill: "currentColor",
|
|
949
|
+
fillRule: "nonzero"
|
|
950
|
+
}));
|
|
951
|
+
function SvgUserThirdMenu(props) {
|
|
952
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
953
|
+
width: 16,
|
|
954
|
+
height: 16,
|
|
955
|
+
viewBox: "0 0 16 16",
|
|
956
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
957
|
+
}, props), _ref);
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
var itscCategory = {
|
|
961
|
+
"agent-second-menu": SvgAgentSecondMenu,
|
|
962
|
+
"agent-third-menu": SvgAgentThirdMenu,
|
|
963
|
+
"announcement-management-second-menu": SvgAnnouncementManagementSecondMenu,
|
|
964
|
+
"announcement-management-third-menu": SvgAnnouncementManagementThirdMenu,
|
|
965
|
+
"business-hours-second-menu": SvgBusinessHoursSecondMenu,
|
|
966
|
+
"business-hours-third-menu": SvgBusinessHoursThirdMenu,
|
|
967
|
+
"copywriting-settings-second-menu": SvgCopywritingSettingsSecondMenu,
|
|
968
|
+
"copywriting-settings-third-menu": SvgCopywritingSettingsThirdMenu,
|
|
969
|
+
"directory-second-menu": SvgDirectorySecondMenu,
|
|
970
|
+
"directory-third-menu": SvgDirectoryThirdMenu,
|
|
971
|
+
"domain-model-second-menu": SvgDomainModelSecondMenu,
|
|
972
|
+
"domain-model-third-menu": SvgDomainModelThirdMenu,
|
|
973
|
+
"domain-name-settings-second-menu": SvgDomainNameSettingsSecondMenu,
|
|
974
|
+
"domain-name-settings-third-menu": SvgDomainNameSettingsThirdMenu,
|
|
975
|
+
"duty-management-second-menu": SvgDutyManagementSecondMenu,
|
|
976
|
+
"duty-management-third-menu": SvgDutyManagementThirdMenu,
|
|
977
|
+
"form-library-second-menu": SvgFormLibrarySecondMenu,
|
|
978
|
+
"form-library-third-menu": SvgFormLibraryThirdMenu,
|
|
979
|
+
"job-board-second-menu": SvgJobBoardSecondMenu,
|
|
980
|
+
"job-board-third-menu": SvgJobBoardThirdMenu,
|
|
981
|
+
"milestone-second-menu": SvgMilestoneSecondMenu,
|
|
982
|
+
"milestone-third-menu": SvgMilestoneThirdMenu,
|
|
983
|
+
"my-job-second-menu": SvgMyJobSecondMenu,
|
|
984
|
+
"my-job-third-menu": SvgMyJobThirdMenu,
|
|
985
|
+
"notifications-settings-second-menu": SvgNotificationsSettingsSecondMenu,
|
|
986
|
+
"notifications-settings-third-menu": SvgNotificationsSettingsThirdMenu,
|
|
987
|
+
"priority-settings-second-menu": SvgPrioritySettingsSecondMenu,
|
|
988
|
+
"priority-settings-third-menu": SvgPrioritySettingsThirdMenu,
|
|
989
|
+
"project-documents-second-menu": SvgProjectDocumentsSecondMenu,
|
|
990
|
+
"project-documents-third-menu": SvgProjectDocumentsThirdMenu,
|
|
991
|
+
"project-second-menu": SvgProjectSecondMenu,
|
|
992
|
+
"project-third-menu": SvgProjectThirdMenu,
|
|
993
|
+
"sla-agreement-second-menu": SvgSlaAgreementSecondMenu,
|
|
994
|
+
"sla-agreement-third-menu": SvgSlaAgreementThirdMenu,
|
|
995
|
+
"standard-fields-second-menu": SvgStandardFieldsSecondMenu,
|
|
996
|
+
"standard-fields-third-menu": SvgStandardFieldsThirdMenu,
|
|
997
|
+
"trigger-settings-second-menu": SvgTriggerSettingsSecondMenu,
|
|
998
|
+
"trigger-settings-third-menu": SvgTriggerSettingsThirdMenu,
|
|
999
|
+
"user-group-second-menu": SvgUserGroupSecondMenu,
|
|
1000
|
+
"user-group-third-menu": SvgUserGroupThirdMenu,
|
|
1001
|
+
"user-second-menu": SvgUserSecondMenu,
|
|
1002
|
+
"user-third-menu": SvgUserThirdMenu
|
|
1003
|
+
};
|
|
1004
|
+
|
|
1005
|
+
export { itscCategory };
|
|
1006
|
+
//# sourceMappingURL=itsc-d553b453.js.map
|