@ssa-ui-kit/core 3.20.3 → 3.21.1
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/components/Checkbox/Checkbox.d.ts +4 -2
- package/dist/components/Checkbox/types.d.ts +6 -4
- package/dist/components/Switch/Switch.d.ts +3 -2
- package/dist/components/Switch/types.d.ts +5 -2
- package/dist/index.js +799 -706
- package/dist/index.mjs +799 -706
- package/dist/styles/disabledSurface.d.ts +20 -0
- package/dist/tsbuildcache +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -14991,24 +14991,25 @@ const Assessment = ({
|
|
|
14991
14991
|
fill = '#000',
|
|
14992
14992
|
size = 24,
|
|
14993
14993
|
...props
|
|
14994
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
14995
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
14994
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
14996
14995
|
width: `${size}px`,
|
|
14997
14996
|
height: `${size}px`,
|
|
14998
14997
|
viewBox: "0 0 24 24",
|
|
14999
14998
|
fill: "none",
|
|
14999
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15000
15000
|
...props,
|
|
15001
|
-
children:
|
|
15002
|
-
|
|
15003
|
-
|
|
15004
|
-
|
|
15005
|
-
|
|
15006
|
-
|
|
15007
|
-
|
|
15008
|
-
|
|
15009
|
-
|
|
15010
|
-
|
|
15011
|
-
|
|
15001
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
15002
|
+
transform: "translate(4, 2)",
|
|
15003
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15004
|
+
fillRule: "evenodd",
|
|
15005
|
+
clipRule: "evenodd",
|
|
15006
|
+
d: "M16 2.95073C16 1.6892 14.9199 0.673161 13.5804 0.673161H11.9329C11.6566 0.269361 11.1754 0 10.6322 0H5.3679C4.8227 0 4.33988 0.27139 4.06407 0.677721L2.33236 0.674602C1.03343 0.717605 0 1.71673 0 2.95073V17.7224C0 18.984 1.08008 20 2.41955 20H13.5805C14.9199 20 16 18.984 16 17.7224V2.95073ZM10.8669 2.74461C10.9969 2.65859 10.9969 2.55308 10.9969 2.55308V1.45963C10.9969 1.45963 10.9969 1.35108 10.9177 1.28728C10.7776 1.17432 10.6322 1.19845 10.6322 1.19845H5.3679C5.3679 1.19845 5.26326 1.18208 5.13324 1.2681C5.00322 1.35413 5.00321 1.45963 5.00321 1.45963V2.55308C5.00321 2.55308 5.00321 2.66163 5.08236 2.72543C5.2225 2.83839 5.36789 2.81426 5.36789 2.81426H10.6322C10.6322 2.81426 10.7368 2.83064 10.8669 2.74461ZM3.82084 1.9447L2.41966 1.94569C1.82341 1.94569 1.35132 2.39041 1.35132 2.95073L1.35132 17.7224C1.35132 18.2827 1.8233 18.7275 2.41955 18.7275H13.5805C14.1767 18.7275 14.6487 18.2827 14.6487 17.7224L14.6487 2.95073C14.6487 2.39041 14.1767 1.94569 13.5804 1.94569H12.1793V2.55308C12.1793 3.35429 11.4814 4.01271 10.6322 4.01271H5.36789C4.51869 4.01271 3.82084 3.35429 3.82084 2.55308V1.9447Z",
|
|
15007
|
+
fill: fill
|
|
15008
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15009
|
+
d: "M9.06738 8.70587C9.06738 8.37718 9.32777 8.05843 9.71548 8.05843H12.2317C12.6194 8.05843 12.8798 8.37718 12.8798 8.70587V11.3436C12.8798 11.6723 12.6194 11.991 12.2317 11.991C11.844 11.991 11.5836 11.6723 11.5836 11.3436V10.3242L9.21828 12.8057C8.99121 13.0437 8.68043 13.1816 8.34416 13.1816C8.00789 13.1816 7.69719 13.0438 7.47012 12.8058L6.05612 11.3235L4.23797 13.2283C4.11368 13.3602 3.94283 13.4298 3.76813 13.4298C3.59139 13.4298 3.42279 13.3588 3.29897 13.229C3.06076 12.9793 3.06076 12.5854 3.29897 12.3357L5.18147 10.361C5.40855 10.123 5.71931 9.98516 6.05557 9.98516C6.39184 9.98516 6.70254 10.1229 6.92961 10.361L8.34249 11.8432L10.7186 9.35331H9.71548C9.32777 9.35331 9.06738 9.03456 9.06738 8.70587Z",
|
|
15010
|
+
fill: fill
|
|
15011
|
+
})]
|
|
15012
|
+
})
|
|
15012
15013
|
});
|
|
15013
15014
|
const Assessment_ICON_NAME = 'clipboard-assessment';
|
|
15014
15015
|
;// ./src/components/Icon/icons/Attention.tsx
|
|
@@ -15203,17 +15204,18 @@ const CarrotDown = ({
|
|
|
15203
15204
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
15204
15205
|
width: `${size}px`,
|
|
15205
15206
|
height: `${size}px`,
|
|
15206
|
-
viewBox: "0 0
|
|
15207
|
+
viewBox: "0 0 24 24",
|
|
15208
|
+
fill: "none",
|
|
15207
15209
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15208
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
15209
15210
|
...props,
|
|
15210
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
15211
|
-
|
|
15212
|
-
|
|
15213
|
-
|
|
15214
|
-
|
|
15215
|
-
|
|
15216
|
-
|
|
15211
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
15212
|
+
transform: "translate(3.1, 7.1)",
|
|
15213
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15214
|
+
fillRule: "evenodd",
|
|
15215
|
+
clipRule: "evenodd",
|
|
15216
|
+
d: "M0.266566 0.268984C0.621987 -0.0896612 1.19824 -0.0896612 1.55366 0.268984L9 7.78286L16.4463 0.268984C16.8018 -0.0896612 17.378 -0.0896612 17.7334 0.268984C18.0889 0.627628 18.0889 1.20911 17.7334 1.56775L9.64355 9.73102C9.28813 10.0897 8.71187 10.0897 8.35645 9.73102L0.266566 1.56775C-0.0888552 1.20911 -0.0888552 0.627628 0.266566 0.268984Z",
|
|
15217
|
+
fill: fill
|
|
15218
|
+
})
|
|
15217
15219
|
})
|
|
15218
15220
|
});
|
|
15219
15221
|
const CarrotDown_ICON_NAME = 'carrot-down';
|
|
@@ -15226,17 +15228,18 @@ const CarrotLeft = ({
|
|
|
15226
15228
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
15227
15229
|
width: `${size}px`,
|
|
15228
15230
|
height: `${size}px`,
|
|
15229
|
-
viewBox: "0 0
|
|
15231
|
+
viewBox: "0 0 24 24",
|
|
15232
|
+
fill: "none",
|
|
15230
15233
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15231
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
15232
15234
|
...props,
|
|
15233
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
15234
|
-
|
|
15235
|
-
|
|
15236
|
-
|
|
15237
|
-
|
|
15238
|
-
|
|
15239
|
-
|
|
15235
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
15236
|
+
transform: "translate(16.4, 2.9) rotate(90)",
|
|
15237
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15238
|
+
fillRule: "evenodd",
|
|
15239
|
+
clipRule: "evenodd",
|
|
15240
|
+
d: "M0.266566 0.268984C0.621987 -0.0896612 1.19824 -0.0896612 1.55366 0.268984L9 7.78287L16.4463 0.268984C16.8018 -0.0896612 17.378 -0.0896612 17.7334 0.268984C18.0889 0.627628 18.0889 1.20911 17.7334 1.56775L9.64355 9.73102C9.28812 10.0897 8.71187 10.0897 8.35645 9.73102L0.266566 1.56775C-0.0888552 1.20911 -0.0888552 0.627628 0.266566 0.268984Z",
|
|
15241
|
+
fill: fill
|
|
15242
|
+
})
|
|
15240
15243
|
})
|
|
15241
15244
|
});
|
|
15242
15245
|
const CarrotLeft_ICON_NAME = 'carrot-left';
|
|
@@ -15249,17 +15252,18 @@ const CarrotRight = ({
|
|
|
15249
15252
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
15250
15253
|
width: `${size}px`,
|
|
15251
15254
|
height: `${size}px`,
|
|
15252
|
-
viewBox: "0 0
|
|
15255
|
+
viewBox: "0 0 24 24",
|
|
15256
|
+
fill: "none",
|
|
15253
15257
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15254
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
15255
15258
|
...props,
|
|
15256
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
15257
|
-
|
|
15258
|
-
|
|
15259
|
-
|
|
15260
|
-
|
|
15261
|
-
|
|
15262
|
-
|
|
15259
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
15260
|
+
transform: "translate(7.6, 20.9) rotate(-90)",
|
|
15261
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15262
|
+
fillRule: "evenodd",
|
|
15263
|
+
clipRule: "evenodd",
|
|
15264
|
+
d: "M0.266566 0.268984C0.621987 -0.0896612 1.19824 -0.0896612 1.55366 0.268984L9 7.78287L16.4463 0.268984C16.8018 -0.0896612 17.378 -0.0896612 17.7334 0.268984C18.0889 0.627628 18.0889 1.20911 17.7334 1.56775L9.64355 9.73102C9.28812 10.0897 8.71187 10.0897 8.35645 9.73102L0.266566 1.56775C-0.0888552 1.20911 -0.0888552 0.627628 0.266566 0.268984Z",
|
|
15265
|
+
fill: fill
|
|
15266
|
+
})
|
|
15263
15267
|
})
|
|
15264
15268
|
});
|
|
15265
15269
|
const CarrotRight_ICON_NAME = 'carrot-right';
|
|
@@ -15272,17 +15276,18 @@ const CarrotUp = ({
|
|
|
15272
15276
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
15273
15277
|
width: `${size}px`,
|
|
15274
15278
|
height: `${size}px`,
|
|
15275
|
-
viewBox: "0 0
|
|
15279
|
+
viewBox: "0 0 24 24",
|
|
15280
|
+
fill: "none",
|
|
15276
15281
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15277
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
15278
15282
|
...props,
|
|
15279
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
15280
|
-
|
|
15281
|
-
|
|
15282
|
-
|
|
15283
|
-
|
|
15284
|
-
|
|
15285
|
-
|
|
15283
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
15284
|
+
transform: "translate(3.1, 16.4) scale(1, -1)",
|
|
15285
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15286
|
+
fillRule: "evenodd",
|
|
15287
|
+
clipRule: "evenodd",
|
|
15288
|
+
d: "M0.266566 0.268984C0.621987 -0.0896612 1.19824 -0.0896612 1.55366 0.268984L9 7.78286L16.4463 0.268984C16.8018 -0.0896612 17.378 -0.0896612 17.7334 0.268984C18.0889 0.627628 18.0889 1.20911 17.7334 1.56775L9.64355 9.73102C9.28813 10.0897 8.71187 10.0897 8.35645 9.73102L0.266566 1.56775C-0.0888552 1.20911 -0.0888552 0.627628 0.266566 0.268984Z",
|
|
15289
|
+
fill: fill
|
|
15290
|
+
})
|
|
15286
15291
|
})
|
|
15287
15292
|
});
|
|
15288
15293
|
const CarrotUp_ICON_NAME = 'carrot-up';
|
|
@@ -15341,43 +15346,37 @@ const Certification = ({
|
|
|
15341
15346
|
fill = '#000',
|
|
15342
15347
|
size = 24,
|
|
15343
15348
|
...props
|
|
15344
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
15349
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
15345
15350
|
width: `${size}px`,
|
|
15346
15351
|
height: `${size}px`,
|
|
15347
15352
|
viewBox: "0 0 24 24",
|
|
15348
15353
|
fill: "none",
|
|
15349
15354
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15350
15355
|
...props,
|
|
15351
|
-
children:
|
|
15352
|
-
|
|
15353
|
-
|
|
15354
|
-
|
|
15355
|
-
|
|
15356
|
-
|
|
15357
|
-
|
|
15358
|
-
|
|
15359
|
-
|
|
15360
|
-
|
|
15361
|
-
|
|
15362
|
-
|
|
15363
|
-
|
|
15364
|
-
|
|
15365
|
-
|
|
15366
|
-
|
|
15367
|
-
|
|
15368
|
-
|
|
15369
|
-
|
|
15370
|
-
|
|
15371
|
-
|
|
15372
|
-
|
|
15373
|
-
|
|
15374
|
-
|
|
15375
|
-
fill: fill,
|
|
15376
|
-
stroke: fill,
|
|
15377
|
-
strokeWidth: "0.4",
|
|
15378
|
-
strokeLinecap: "round",
|
|
15379
|
-
strokeLinejoin: "round"
|
|
15380
|
-
})]
|
|
15356
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
15357
|
+
transform: "translate(1.5, 2)",
|
|
15358
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15359
|
+
d: "M20.3129 15.8741C20.6704 15.8741 20.9511 16.1465 20.9511 16.4985V19.3746C20.951 19.5999 20.8263 19.8062 20.6339 19.9132C20.5243 19.9774 20.4147 19.9989 20.3129 19.9989C20.2291 19.9989 20.1003 19.9829 19.9938 19.9132V19.9151L17.8108 18.6626L15.6278 19.9151L15.624 19.917C15.4491 20.0118 15.1989 20.0428 14.9925 19.9161C14.7971 19.8099 14.6706 19.602 14.6705 19.3746V16.4985C14.6705 16.1465 14.9512 15.8741 15.3087 15.8741C15.6661 15.8742 15.9459 16.1465 15.946 16.4985V18.2916L17.4812 17.4157C17.6793 17.2867 17.9423 17.2867 18.1405 17.4157L19.6756 18.2916V16.4985C19.6757 16.1465 19.9555 15.8742 20.3129 15.8741Z",
|
|
15360
|
+
fill: fill
|
|
15361
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15362
|
+
fillRule: "evenodd",
|
|
15363
|
+
clipRule: "evenodd",
|
|
15364
|
+
d: "M17.8108 9.54744C19.5721 9.54744 21 10.9506 21 12.6816C21 14.4125 19.5721 15.8157 17.8108 15.8157C16.0495 15.8157 14.6216 14.4125 14.6216 12.6816C14.6216 10.9506 16.0495 9.54744 17.8108 9.54744ZM17.8108 10.7048C16.6998 10.7048 15.7994 11.5897 15.7994 12.6816C15.7994 13.7734 16.6998 14.6583 17.8108 14.6583C18.9218 14.6583 19.8223 13.7734 19.8223 12.6816C19.8223 11.5897 18.9218 10.7048 17.8108 10.7048Z",
|
|
15365
|
+
fill: fill
|
|
15366
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15367
|
+
d: "M11.8004 9.35155C12.216 9.35156 12.5611 9.67376 12.5613 10.0805C12.5613 10.4873 12.2161 10.8094 11.8004 10.8094H4.44072C4.02501 10.8094 3.67984 10.4873 3.67984 10.0805C3.67999 9.67375 4.0251 9.35155 4.44072 9.35155H11.8004Z",
|
|
15368
|
+
fill: fill
|
|
15369
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15370
|
+
d: "M15.4802 6.42931C15.8959 6.42932 16.241 6.7515 16.2411 7.15822C16.2411 7.56505 15.8959 7.88712 15.4802 7.88713H4.44072C4.02501 7.88713 3.67984 7.56506 3.67984 7.15822C3.67997 6.75149 4.02509 6.42931 4.44072 6.42931H15.4802Z",
|
|
15371
|
+
fill: fill
|
|
15372
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15373
|
+
d: "M15.4802 3.50707C15.8959 3.50708 16.241 3.82925 16.2411 4.23598C16.2411 4.64281 15.8959 4.96488 15.4802 4.96489H4.44072C4.02501 4.96489 3.67984 4.64282 3.67984 4.23598C3.67996 3.82924 4.02508 3.50707 4.44072 3.50707H15.4802Z",
|
|
15374
|
+
fill: fill
|
|
15375
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15376
|
+
d: "M17.9335 0C19.0266 1.25455e-05 19.921 0.846162 19.921 1.89856V7.38895C19.921 7.80192 19.5803 8.1367 19.1601 8.1367C18.7399 8.1367 18.3992 7.80192 18.3992 7.38895V1.89856C18.3992 1.65984 18.1952 1.45878 17.9335 1.45877H1.9875C1.72577 1.45877 1.52177 1.65983 1.52177 1.89856V12.4188C1.52193 12.6574 1.72587 12.8586 1.9875 12.8586H12.4118C12.8214 12.8586 13.1535 13.185 13.1535 13.5875C13.1535 13.9901 12.8214 14.3164 12.4118 14.3164H1.9875C0.894444 14.3164 0.0001588 13.4711 0 12.4188V1.89856C0 0.846155 0.894347 0 1.9875 0H17.9335Z",
|
|
15377
|
+
fill: fill
|
|
15378
|
+
})]
|
|
15379
|
+
})
|
|
15381
15380
|
});
|
|
15382
15381
|
const Certification_ICON_NAME = 'certification';
|
|
15383
15382
|
;// ./src/components/Icon/icons/CertificationExpiring.tsx
|
|
@@ -15460,29 +15459,32 @@ const Chart = ({
|
|
|
15460
15459
|
fill = '#000',
|
|
15461
15460
|
size = 24,
|
|
15462
15461
|
...props
|
|
15463
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
15464
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
15462
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
15465
15463
|
width: `${size}px`,
|
|
15466
15464
|
height: `${size}px`,
|
|
15467
|
-
viewBox: "0 0
|
|
15465
|
+
viewBox: "0 0 24 24",
|
|
15468
15466
|
fill: "none",
|
|
15467
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15469
15468
|
...props,
|
|
15470
|
-
children:
|
|
15471
|
-
|
|
15472
|
-
|
|
15473
|
-
|
|
15474
|
-
|
|
15475
|
-
|
|
15476
|
-
|
|
15477
|
-
|
|
15478
|
-
|
|
15479
|
-
|
|
15480
|
-
|
|
15481
|
-
|
|
15482
|
-
|
|
15483
|
-
|
|
15484
|
-
|
|
15485
|
-
|
|
15469
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
15470
|
+
transform: "translate(2, 2)",
|
|
15471
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15472
|
+
fillRule: "evenodd",
|
|
15473
|
+
clipRule: "evenodd",
|
|
15474
|
+
d: "M8.77286 0.81839C9.09781 0.818606 9.36159 1.08239 9.36181 1.40735V10.2075L14.9657 17.4121C15.1367 17.6326 15.128 17.9376 14.9578 18.1461L14.8752 18.2287C14.0678 18.8925 13.3363 19.3389 12.5062 19.6167C11.6774 19.894 10.7612 20 9.59037 20C4.30228 19.9998 5.95974e-05 15.6969 0 10.4088C0.000191878 5.1364 3.92047 0.81839 8.77286 0.81839ZM8.18302 2.02356C4.28466 2.35752 1.179 5.97531 1.1788 10.4088C1.17886 15.0472 4.95199 18.821 9.59037 18.8212C10.5664 18.8212 11.3093 18.7442 11.9629 18.5505C12.5639 18.3723 13.0973 18.0916 13.6735 17.6697L8.30784 10.7709C8.227 10.6673 8.18304 10.5392 8.18302 10.4088V2.02356Z",
|
|
15475
|
+
fill: fill
|
|
15476
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15477
|
+
fillRule: "evenodd",
|
|
15478
|
+
clipRule: "evenodd",
|
|
15479
|
+
d: "M19.4102 10.6382C19.7353 10.6382 19.9989 10.9021 19.9991 11.2271C19.9991 13.8776 18.8869 16.4348 16.948 18.2437L16.9471 18.2445C16.8381 18.345 16.6946 18.4019 16.5462 18.4019C16.5373 18.4019 16.521 18.4016 16.5032 18.4001C16.3818 18.391 16.266 18.3457 16.1726 18.2692L16.0874 18.1821L10.77 11.5972L10.7692 11.5981C10.6266 11.4225 10.5967 11.1792 10.6944 10.974C10.7923 10.7689 11.0011 10.6383 11.2271 10.6382H19.4102ZM16.5902 16.9286C17.8806 15.5266 18.6631 13.7166 18.7983 11.817H12.4613L16.5902 16.9286Z",
|
|
15480
|
+
fill: fill
|
|
15481
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15482
|
+
fillRule: "evenodd",
|
|
15483
|
+
clipRule: "evenodd",
|
|
15484
|
+
d: "M10.4088 0C15.6969 0 19.9998 4.30224 20 9.59037C20 9.91565 19.7354 10.1802 19.4102 10.1802H10.4088C10.0837 10.18 9.8198 9.91548 9.8198 9.59037V0.588959C9.82002 0.264006 10.0838 0.000222607 10.4088 0ZM10.9986 9.00141H18.7983C18.5085 4.83174 15.1683 1.49164 10.9986 1.20165V9.00141Z",
|
|
15485
|
+
fill: fill
|
|
15486
|
+
})]
|
|
15487
|
+
})
|
|
15486
15488
|
});
|
|
15487
15489
|
const Chart_ICON_NAME = 'chart';
|
|
15488
15490
|
;// ./src/components/Icon/icons/Check.tsx
|
|
@@ -15753,29 +15755,31 @@ const Comments = ({
|
|
|
15753
15755
|
fill = '#000',
|
|
15754
15756
|
size = 24,
|
|
15755
15757
|
...props
|
|
15756
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
15758
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
15757
15759
|
width: `${size}px`,
|
|
15758
15760
|
height: `${size}px`,
|
|
15759
15761
|
viewBox: "0 0 24 24",
|
|
15760
15762
|
fill: "none",
|
|
15761
15763
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15762
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
15763
15764
|
...props,
|
|
15764
|
-
children:
|
|
15765
|
-
|
|
15766
|
-
|
|
15767
|
-
|
|
15768
|
-
|
|
15769
|
-
|
|
15770
|
-
|
|
15771
|
-
|
|
15772
|
-
|
|
15773
|
-
|
|
15774
|
-
|
|
15775
|
-
|
|
15776
|
-
|
|
15777
|
-
|
|
15778
|
-
|
|
15765
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
15766
|
+
transform: "translate(1.5, 2)",
|
|
15767
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15768
|
+
d: "M4.88614 3.75342C4.48423 3.75342 4.15842 4.07435 4.15842 4.47025C4.15842 4.86614 4.48423 5.18708 4.88614 5.18708H16.1139C16.5158 5.18708 16.8416 4.86614 16.8416 4.47025C16.8416 4.07435 16.5158 3.75342 16.1139 3.75342H4.88614Z",
|
|
15769
|
+
fill: fill
|
|
15770
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15771
|
+
d: "M4.88614 6.82555C4.48423 6.82555 4.15842 7.14649 4.15842 7.54238C4.15842 7.93828 4.48423 8.25922 4.88614 8.25922H16.1139C16.5158 8.25922 16.8416 7.93828 16.8416 7.54238C16.8416 7.14649 16.5158 6.82555 16.1139 6.82555H4.88614Z",
|
|
15772
|
+
fill: fill
|
|
15773
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15774
|
+
d: "M4.88614 9.89769C4.48423 9.89769 4.15842 10.2186 4.15842 10.6145C4.15842 11.0104 4.48423 11.3314 4.88614 11.3314H11.1238C11.5257 11.3314 11.8515 11.0104 11.8515 10.6145C11.8515 10.2186 11.5257 9.89769 11.1238 9.89769H4.88614Z",
|
|
15775
|
+
fill: fill
|
|
15776
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15777
|
+
fillRule: "evenodd",
|
|
15778
|
+
clipRule: "evenodd",
|
|
15779
|
+
d: "M0 3.1143C0 1.37976 1.50169 0 3.29061 0H17.7094C19.4983 0 21 1.37976 21 3.1143V12.7524C21 14.4869 19.4978 15.8667 17.7094 15.8667H10.6195L5.83601 19.7214C5.41696 20.0589 4.8735 20.0678 4.43999 19.8656C4.00647 19.6634 3.66919 19.2437 3.66919 18.7103V15.8667H3.29061C1.50169 15.8667 0 14.4869 0 12.7524V3.1143ZM1.43098 3.1143C1.43098 2.18818 2.234 1.40957 3.29061 1.40957H17.7094C18.766 1.40957 19.569 2.18818 19.569 3.1143V7.82409C19.5581 7.89455 19.5581 7.96624 19.569 8.03671V12.7524C19.569 13.6785 18.7653 14.4571 17.7094 14.4571H10.3637C10.1986 14.4573 10.0387 14.5137 9.91096 14.6168L5.10017 18.4942V15.1619C5.10016 14.975 5.02477 14.7957 4.89059 14.6636C4.75642 14.5314 4.57444 14.4571 4.38469 14.4571H3.29061C2.234 14.4571 1.43098 13.6785 1.43098 12.7524V3.1143Z",
|
|
15780
|
+
fill: fill
|
|
15781
|
+
})]
|
|
15782
|
+
})
|
|
15779
15783
|
});
|
|
15780
15784
|
const Comments_ICON_NAME = 'comments';
|
|
15781
15785
|
;// ./src/components/Icon/icons/Briefcase.tsx
|
|
@@ -15809,15 +15813,18 @@ const Building = ({
|
|
|
15809
15813
|
size = 24,
|
|
15810
15814
|
...props
|
|
15811
15815
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
15812
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
15813
15816
|
width: `${size}px`,
|
|
15814
15817
|
height: `${size}px`,
|
|
15815
15818
|
viewBox: "0 0 24 24",
|
|
15816
15819
|
fill: "none",
|
|
15820
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15817
15821
|
...props,
|
|
15818
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
15819
|
-
|
|
15820
|
-
|
|
15822
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
15823
|
+
transform: "translate(3, 2)",
|
|
15824
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15825
|
+
d: "M17.4212 0C17.7209 0 17.9524 0.22914 17.9524 0.527646V2.51773C17.9522 2.81601 17.7208 3.04441 17.4212 3.04441H17.1978V18.9457H17.4697C17.7691 18.9459 17.9998 19.1742 18 19.4724C18 19.7707 17.7693 19.9998 17.4697 20H0.562318C0.262731 19.9998 0.0320492 19.7707 0.0320492 19.4724C0.0322896 19.1742 0.262887 18.9459 0.562318 18.9457H0.834251V3.04441H0.530269C0.22982 3.04415 0.000253982 2.7989 0 2.51773V0.527646C0 0.229297 0.230728 0.000239988 0.530269 0H17.4212ZM1.89576 18.9457H3.53512V11.3147C3.53525 11.0164 3.76668 10.7881 4.06636 10.7881H7.75494C8.05462 10.7881 8.28605 11.0164 8.28618 11.3147V18.9457H16.1382V3.04441H1.89576V18.9457ZM4.59663 18.9457H7.22467V11.8424H4.59663V18.9457ZM14.0492 10.7881C14.3489 10.7881 14.5803 11.0164 14.5804 11.3147V14.5933C14.7739 14.6725 14.9009 14.8565 14.9009 15.0724C14.9008 15.3707 14.6702 15.5998 14.3707 15.6H10.8734C10.5908 15.6 10.3423 15.3719 10.3422 15.0724C10.3422 14.8564 10.47 14.6724 10.6636 14.5933V11.3147C10.6638 11.0164 10.8943 10.7882 11.1939 10.7881H14.0492ZM11.7252 14.5447H13.5189V11.8424H11.7252V14.5447ZM7.4024 4.1648C7.70208 4.16489 7.93364 4.394 7.93364 4.69245V7.97104C8.12665 8.05038 8.25408 8.23361 8.25413 8.44913C8.25413 8.74764 8.02266 8.97678 7.72289 8.97678H4.22661C3.92684 8.97678 3.69537 8.74764 3.69537 8.44913C3.69542 8.2336 3.82284 8.05037 4.01586 7.97104V4.69245C4.01586 4.39399 4.2474 4.16487 4.5471 4.1648H7.4024ZM14.0492 4.1648C14.349 4.1648 14.5804 4.39394 14.5804 4.69245V7.97007C14.7738 8.04925 14.9009 8.23335 14.9009 8.44913C14.9009 8.7475 14.6702 8.97657 14.3707 8.97678H10.8734C10.5908 8.97678 10.3422 8.7487 10.3422 8.44913C10.3422 8.23319 10.47 8.04915 10.6636 7.97007V4.69245C10.6636 4.39402 10.8943 4.16492 11.1939 4.1648H14.0492ZM5.07834 7.92148H6.87116V5.21912H5.07834V7.92148ZM11.7252 7.92148H13.5189V5.21912H11.7252V7.92148ZM1.06151 1.99009H16.8744V1.05432H1.06151V1.99009Z",
|
|
15826
|
+
fill: fill
|
|
15827
|
+
})
|
|
15821
15828
|
})
|
|
15822
15829
|
});
|
|
15823
15830
|
const Building_ICON_NAME = 'building';
|
|
@@ -15827,23 +15834,25 @@ const Compensation = ({
|
|
|
15827
15834
|
fill = '#000',
|
|
15828
15835
|
size = 24,
|
|
15829
15836
|
...props
|
|
15830
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
15837
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
15831
15838
|
width: `${size}px`,
|
|
15832
15839
|
height: `${size}px`,
|
|
15833
15840
|
viewBox: "0 0 24 24",
|
|
15834
15841
|
fill: "none",
|
|
15835
15842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15836
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
15837
15843
|
...props,
|
|
15838
|
-
children:
|
|
15839
|
-
|
|
15840
|
-
|
|
15841
|
-
|
|
15842
|
-
|
|
15843
|
-
|
|
15844
|
-
|
|
15845
|
-
|
|
15846
|
-
|
|
15844
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
15845
|
+
transform: "translate(2.5, 2)",
|
|
15846
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15847
|
+
d: "M16.7963 12.2638C16.7962 13.0199 16.1992 13.6423 15.4508 13.6424C14.7003 13.6424 14.1055 13.0198 14.1054 12.2638C14.1054 11.5078 14.7003 10.8843 15.4508 10.8843C16.1993 10.8844 16.7963 11.5077 16.7963 12.2638Z",
|
|
15848
|
+
fill: fill
|
|
15849
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15850
|
+
fillRule: "evenodd",
|
|
15851
|
+
clipRule: "evenodd",
|
|
15852
|
+
d: "M15.4737 3.42157C15.4737 3.79997 15.1674 4.10651 14.7895 4.10658C14.4115 4.10658 14.1054 3.80002 14.1054 3.42157V2.34499C14.1054 1.99119 14.0793 1.73411 14.0426 1.57804C14.023 1.49483 14.0066 1.44869 13.995 1.42465C13.9932 1.421 13.9915 1.41826 13.9902 1.41608C13.9844 1.41414 13.9754 1.41291 13.9636 1.41036C13.9256 1.40215 13.8615 1.39544 13.76 1.39702C13.5649 1.40009 13.2625 1.45438 12.8284 1.57233C11.555 1.91792 4.19928 4.01085 3.72236 4.1466L3.69381 4.16089C3.36895 4.28816 3.09174 4.41135 2.85552 4.52864C2.86629 4.52851 2.87706 4.52769 2.88787 4.52769H16.1121C17.6315 4.52793 19 5.84021 19 7.42494V17.2018C19 18.733 17.7797 20 16.2767 20H2.72326C1.22029 20 0 18.733 0 17.2018V7.49544C2.63614e-05 7.4362 0.00873494 7.36832 0.0133213 7.32585V7.0267C0.0150867 6.08222 0.11984 5.23194 0.638472 4.51435C1.15761 3.79741 1.99601 3.32475 3.24089 2.84136L3.24184 2.84041C3.25332 2.83596 3.28 2.82513 3.3094 2.81754L3.32652 2.81278C3.34135 2.80855 3.36368 2.8028 3.39218 2.79468L3.64243 2.72322L4.54637 2.46599C5.30024 2.25137 6.31924 1.96054 7.38096 1.65903C9.50342 1.05627 11.7988 0.407356 12.4802 0.222311L12.8256 0.132754C13.1587 0.0534677 13.4571 0.00468215 13.739 0.000324939C14.1118 -0.00539863 14.4986 0.0632224 14.8143 0.307103C15.1306 0.551572 15.2919 0.915839 15.3709 1.25316C15.4493 1.58772 15.4737 1.94248 15.4737 2.34499V3.42157ZM17.1445 6.40171C17.4451 6.69754 17.6317 7.07465 17.6317 7.42494V17.2018C17.6317 17.9855 17.0207 18.6043 16.2767 18.6043H2.72326C1.97755 18.6043 1.36829 17.9872 1.36829 17.2018V8.16711L1.38161 7.42398C1.40518 7.16367 1.54037 6.77635 1.79362 6.47507C2.07389 6.14058 2.44081 5.92357 2.88787 5.92344H16.1121C16.4619 5.92358 16.8441 6.106 17.1445 6.40171Z",
|
|
15853
|
+
fill: fill
|
|
15854
|
+
})]
|
|
15855
|
+
})
|
|
15847
15856
|
});
|
|
15848
15857
|
const Compensation_ICON_NAME = 'compensation';
|
|
15849
15858
|
;// ./src/components/Icon/icons/ConfirmEmail.tsx
|
|
@@ -15876,23 +15885,27 @@ const Contacts = ({
|
|
|
15876
15885
|
fill = '#000',
|
|
15877
15886
|
size = 24,
|
|
15878
15887
|
...props
|
|
15879
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
15888
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
15880
15889
|
width: `${size}px`,
|
|
15881
15890
|
height: `${size}px`,
|
|
15882
15891
|
viewBox: "0 0 24 24",
|
|
15883
15892
|
fill: "none",
|
|
15884
15893
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15885
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
15886
15894
|
...props,
|
|
15887
|
-
children:
|
|
15888
|
-
|
|
15889
|
-
|
|
15890
|
-
|
|
15891
|
-
|
|
15892
|
-
|
|
15893
|
-
|
|
15894
|
-
|
|
15895
|
-
|
|
15895
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
15896
|
+
transform: "translate(2, 2)",
|
|
15897
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15898
|
+
fillRule: "evenodd",
|
|
15899
|
+
clipRule: "evenodd",
|
|
15900
|
+
d: "M4.34229 0C1.94979 0 0 1.94979 0 4.34229V15.6577C0 18.0502 1.94979 20 4.34229 20H15.6577C18.0502 20 20 18.0502 20 15.6577V4.34229C20 1.94979 18.0502 0 15.6577 0H4.34229ZM17.1711 1.54776V4.71476H18.859V4.34229C18.859 3.12415 18.1719 2.08742 17.1711 1.54776ZM17.1711 5.85573V9.42951H18.859V5.85573H17.1711ZM17.1711 10.5705V14.1443H18.859V10.5705H17.1711ZM17.1711 15.2852V18.4522C18.1719 17.9126 18.859 16.8758 18.859 15.6577V15.2852H17.1711ZM2.42572 18.0213C2.39852 17.887 2.40922 17.5861 2.40922 17.5861C2.4111 17.2603 2.61219 16.2844 3.50769 15.3889C4.36876 14.5278 5.98794 13.6303 9.00986 13.6303C12.0318 13.6303 13.651 14.5278 14.512 15.3889C15.4075 16.2844 15.6086 17.2603 15.6105 17.5861C15.6105 18.2615 15.4472 18.7082 14.9581 18.859H4.34229C3.74285 18.859 3.18289 18.6959 2.7042 18.4114C2.61287 18.3338 2.45829 18.1822 2.42572 18.0213ZM4.34229 1.14097C2.56883 1.14097 1.14097 2.56883 1.14097 4.34229V15.6577C1.14097 15.9725 1.18597 16.2765 1.26991 16.5635C1.80677 14.8739 3.69921 12.3102 9.00988 12.3102C12.9529 12.3102 15.0116 13.7235 16.0302 15.143V1.21849C15.9892 1.20904 15.9496 1.19803 15.9126 1.18772L15.8702 1.17604C15.7951 1.15578 15.7278 1.14097 15.6577 1.14097H4.34229Z",
|
|
15901
|
+
fill: fill
|
|
15902
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15903
|
+
fillRule: "evenodd",
|
|
15904
|
+
clipRule: "evenodd",
|
|
15905
|
+
d: "M9.00988 10.9901C11.1971 10.9901 12.9703 9.21694 12.9703 7.02968C12.9703 4.84241 11.1971 3.06928 9.00988 3.06928C6.82261 3.06928 5.04948 4.84241 5.04948 7.02968C5.04948 9.21694 6.82261 10.9901 9.00988 10.9901ZM9.00988 9.66994C10.4681 9.66994 11.6501 8.48786 11.6501 7.02968C11.6501 5.5715 10.4681 4.38941 9.00988 4.38941C7.5517 4.38941 6.36961 5.5715 6.36961 7.02968C6.36961 8.48786 7.5517 9.66994 9.00988 9.66994Z",
|
|
15906
|
+
fill: fill
|
|
15907
|
+
})]
|
|
15908
|
+
})
|
|
15896
15909
|
});
|
|
15897
15910
|
const Contacts_ICON_NAME = 'contacts';
|
|
15898
15911
|
;// ./src/components/Icon/icons/Copy.tsx
|
|
@@ -15947,27 +15960,22 @@ const Cross = ({
|
|
|
15947
15960
|
fill = '#000',
|
|
15948
15961
|
size = 24,
|
|
15949
15962
|
...props
|
|
15950
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
15963
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
15951
15964
|
width: `${size}px`,
|
|
15952
15965
|
height: `${size}px`,
|
|
15966
|
+
viewBox: "0 0 24 24",
|
|
15953
15967
|
fill: "none",
|
|
15954
|
-
viewBox: "0 0 8 8",
|
|
15955
15968
|
xmlns: "http://www.w3.org/2000/svg",
|
|
15956
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
15957
15969
|
...props,
|
|
15958
|
-
children:
|
|
15959
|
-
|
|
15960
|
-
|
|
15961
|
-
|
|
15962
|
-
|
|
15963
|
-
|
|
15964
|
-
|
|
15965
|
-
|
|
15966
|
-
|
|
15967
|
-
strokeWidth: "1.4",
|
|
15968
|
-
strokeLinecap: "round",
|
|
15969
|
-
strokeLinejoin: "round"
|
|
15970
|
-
})]
|
|
15970
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
15971
|
+
transform: "translate(12, 12) rotate(45) translate(-9, -9)",
|
|
15972
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
15973
|
+
fillRule: "evenodd",
|
|
15974
|
+
clipRule: "evenodd",
|
|
15975
|
+
d: "M9.00039 18C9.49727 17.9998 9.89981 17.5965 9.89981 17.0996V9.9H17.0996C17.5967 9.9 18 9.49667 18 8.99961C17.9998 8.50273 17.5965 8.10019 17.0996 8.10019H9.89981V0.900391C9.89981 0.403465 9.49727 0.000211056 9.00039 0C8.50333 0 8.1 0.403334 8.1 0.900391V8.10019H0.900391C0.403465 8.10019 0.000211056 8.50273 0 8.99961C0 9.49667 0.403334 9.9 0.900391 9.9H8.1V17.0996C8.1 17.5967 8.50333 18 9.00039 18Z",
|
|
15976
|
+
fill: fill
|
|
15977
|
+
})
|
|
15978
|
+
})
|
|
15971
15979
|
});
|
|
15972
15980
|
const Cross_ICON_NAME = 'cross';
|
|
15973
15981
|
;// ./src/components/Icon/icons/Delete.tsx
|
|
@@ -16068,29 +16076,31 @@ const Documents = ({
|
|
|
16068
16076
|
fill = '#000',
|
|
16069
16077
|
size = 24,
|
|
16070
16078
|
...props
|
|
16071
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
16079
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16072
16080
|
width: `${size}px`,
|
|
16073
16081
|
height: `${size}px`,
|
|
16074
16082
|
viewBox: "0 0 24 24",
|
|
16075
16083
|
fill: "none",
|
|
16076
16084
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16077
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
16078
16085
|
...props,
|
|
16079
|
-
children:
|
|
16080
|
-
|
|
16081
|
-
|
|
16082
|
-
|
|
16083
|
-
|
|
16084
|
-
|
|
16085
|
-
|
|
16086
|
-
|
|
16087
|
-
|
|
16088
|
-
|
|
16089
|
-
|
|
16090
|
-
|
|
16091
|
-
|
|
16092
|
-
|
|
16093
|
-
|
|
16086
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16087
|
+
transform: "translate(4, 2)",
|
|
16088
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16089
|
+
d: "M8.55808 14.4558C8.91132 14.4558 9.19766 14.7361 9.19782 15.0817C9.19782 15.4274 8.91142 15.7076 8.55808 15.7076H3.07441C2.72108 15.7075 2.43466 15.4274 2.43466 15.0817C2.43482 14.7361 2.72118 14.4558 3.07441 14.4558H8.55808Z",
|
|
16090
|
+
fill: fill
|
|
16091
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16092
|
+
d: "M12.9456 11.7738C13.2989 11.7738 13.5853 12.054 13.5853 12.3997C13.5851 12.7452 13.2988 13.0255 12.9456 13.0256H3.07441C2.72118 13.0255 2.43482 12.7452 2.43466 12.3997C2.43466 12.054 2.72108 11.7738 3.07441 11.7738H12.9456Z",
|
|
16093
|
+
fill: fill
|
|
16094
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16095
|
+
d: "M12.9456 9.09091C13.2989 9.09093 13.5853 9.37114 13.5853 9.7168C13.5853 10.0625 13.2989 10.3427 12.9456 10.3427H3.07441C2.72108 10.3427 2.43466 10.0625 2.43466 9.7168C2.43469 9.37114 2.7211 9.09093 3.07441 9.09091H12.9456Z",
|
|
16096
|
+
fill: fill
|
|
16097
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16098
|
+
fillRule: "evenodd",
|
|
16099
|
+
clipRule: "evenodd",
|
|
16100
|
+
d: "M9.36116 0C9.91155 0 10.4403 0.213532 10.8294 0.594815L15.8258 5.48295C15.9089 5.56436 15.9653 5.66838 15.9882 5.78125C15.9923 5.80127 15.9981 5.89847 16 5.91886V17.4858C16 18.8684 14.8434 20 13.4301 20H2.56987C1.15663 20 0 18.8684 0 17.4858V2.5142C0 1.13158 1.15663 0 2.56987 0H9.36116ZM2.56987 1.16388C1.80209 1.16388 1.18966 1.76305 1.18966 2.5142V17.4858C1.18966 18.237 1.80209 18.8361 2.56987 18.8361H13.4301C14.1979 18.8361 14.8103 18.237 14.8103 17.4858V8.21822L14.8058 6.47639H11.4555C10.8493 6.47634 10.3007 6.21768 9.92015 5.80788C9.585 5.44683 9.38028 4.96848 9.38022 4.44602V1.17809L9.37205 1.17276L9.36842 1.17099C9.362 1.16713 9.35788 1.16498 9.35572 1.16388H2.56987ZM10.5699 4.44602C10.57 4.9305 10.9603 5.31241 11.4555 5.3125H13.9691L10.5699 1.98686V4.44602ZM0.101633 2.5506V2.54705L0 2.5142L0.101633 2.5506Z",
|
|
16101
|
+
fill: fill
|
|
16102
|
+
})]
|
|
16103
|
+
})
|
|
16094
16104
|
});
|
|
16095
16105
|
const Documents_ICON_NAME = 'documents';
|
|
16096
16106
|
;// ./src/components/Icon/icons/Edit.tsx
|
|
@@ -16138,13 +16148,15 @@ const Education = ({
|
|
|
16138
16148
|
viewBox: "0 0 24 24",
|
|
16139
16149
|
fill: "none",
|
|
16140
16150
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16141
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
16142
16151
|
...props,
|
|
16143
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
16144
|
-
|
|
16145
|
-
|
|
16146
|
-
|
|
16147
|
-
|
|
16152
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16153
|
+
transform: "translate(1, 4.5)",
|
|
16154
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16155
|
+
fillRule: "evenodd",
|
|
16156
|
+
clipRule: "evenodd",
|
|
16157
|
+
d: "M11.1184 0.00303071H11.1247L11.3417 0.021215C11.5586 0.0484885 11.7729 0.102615 11.9788 0.182853L21.2748 3.81162L21.4383 3.88941C21.797 4.09742 21.9999 4.47151 22 4.83398L21.9937 4.95016C21.9847 5.02696 21.9662 5.10284 21.9403 5.17645L21.8962 5.28455C21.7945 5.49782 21.619 5.68816 21.3817 5.80886L21.2758 5.85634L21.1039 5.92302C21.1045 5.95253 21.1062 5.97748 21.106 5.99273V11.0277C21.587 11.2568 21.9999 11.6733 22 12.2774C22 12.508 21.9363 12.6947 21.8627 12.8543L21.7873 13.0048C21.735 13.1065 21.6777 13.2073 21.6175 13.3038L21.433 13.5806C21.1917 13.9252 20.9525 14.2029 20.9446 14.212L20.9457 14.213C20.8953 14.2718 20.8344 14.3217 20.7665 14.3615L20.6963 14.3979C20.5997 14.4411 20.4951 14.4626 20.3902 14.4626C20.3115 14.4626 20.2328 14.4506 20.1576 14.4262L20.0842 14.3979C19.9876 14.3545 19.9019 14.2912 19.8348 14.213C19.8246 14.2011 19.6914 14.0443 19.5256 13.8251L19.3475 13.5806C19.2864 13.4934 19.2233 13.4004 19.163 13.3038L18.9932 13.0048C18.8948 12.8132 18.7805 12.5846 18.7805 12.2774C18.7806 11.6733 19.1935 11.2568 19.6744 11.0277V6.48168L17.9756 7.14642V12.6461L17.9609 12.7805C17.9423 12.868 17.9064 12.9513 17.854 13.025L17.7639 13.128C17.6625 13.223 17.5345 13.2855 17.3982 13.3109L17.2598 13.324C15.4536 13.3241 13.9883 13.714 12.9766 14.1029C12.4712 14.2972 12.0794 14.491 11.8154 14.6353C11.6834 14.7074 11.5828 14.767 11.5167 14.8081C11.4836 14.8286 11.4592 14.8451 11.4433 14.8555C11.4354 14.8607 11.4291 14.8642 11.4255 14.8666L11.4224 14.8697C11.2994 14.9546 11.1508 15 11 15H10.9895L10.978 14.999L10.9078 14.9939L10.8973 14.9929L10.8879 14.9909C10.805 14.9784 10.7243 14.9526 10.65 14.9131L10.5787 14.8697L10.5745 14.8666C10.5709 14.8642 10.5646 14.8607 10.5567 14.8555C10.5408 14.8451 10.5164 14.8286 10.4833 14.8081C10.4172 14.767 10.3166 14.7074 10.1846 14.6353C9.92059 14.491 9.52881 14.2972 9.02344 14.1029C8.07483 13.7383 6.72758 13.3723 5.0745 13.3281L4.74019 13.324C4.60011 13.324 4.46292 13.2847 4.34613 13.2119L4.23609 13.128C4.1349 13.0331 4.06703 12.9118 4.03906 12.7805L4.02439 12.6461V7.14642L0.724181 5.85634C0.469281 5.7566 0.27438 5.58026 0.151963 5.37446L0.103754 5.28455C0.0531055 5.17847 0.0197774 5.06514 0.00628811 4.95016L0 4.83398C9.8009e-05 4.41999 0.264956 3.99121 0.724181 3.81162L10.0212 0.182853L10.2591 0.103044C10.5008 0.03441 10.7506 1.45565e-08 11 0H11.0073L11.1184 0.00303071ZM10.6018 5.78563L10.214 5.79876C9.07125 5.84664 8.07234 5.99482 7.27849 6.19073L7.27954 6.19174L6.9274 6.28569C6.55059 6.39381 6.23447 6.51104 5.98942 6.62513L5.76829 6.73828C5.64315 6.80831 5.55213 6.87689 5.49371 6.92922C5.47798 6.94332 5.46553 6.95686 5.45494 6.9676V12.0289C8.44815 12.1887 10.3922 13.1872 11 13.5473C11.6078 13.1872 13.5518 12.1887 16.5451 12.0289V6.9676C16.5345 6.95686 16.522 6.94331 16.5063 6.92922C16.4771 6.90307 16.4397 6.87291 16.3942 6.84031L16.2317 6.73828C16.0349 6.62816 15.7643 6.50902 15.4289 6.39581L15.0726 6.28569C14.1312 6.01559 12.8334 5.80931 11.3081 5.78462L10.999 5.78159C10.865 5.78159 10.7325 5.78281 10.6018 5.78563ZM11.4339 1.43656C11.1916 1.34217 10.9213 1.33049 10.672 1.4012L10.5661 1.43656L1.86023 4.83398L4.63539 5.91797C4.66073 5.88924 4.68928 5.85775 4.71818 5.82705C4.79899 5.74121 4.89929 5.6486 5.03887 5.57045L5.3166 5.42699C5.60768 5.28816 5.94093 5.16169 6.31221 5.04714L6.31955 5.04512C6.32314 5.04395 6.32869 5.04199 6.33527 5.04007C6.73914 4.91631 7.19151 4.80663 7.68512 4.71478L7.73228 4.70568L7.95865 4.66628L7.97123 4.66426C7.97576 4.66348 7.98129 4.66217 7.98695 4.66123L8.21437 4.62487L8.29297 4.61375L8.49104 4.58648L8.5665 4.57637L8.78344 4.55011L8.85785 4.54203L9.08946 4.51778L9.14291 4.51273L9.37348 4.49151L9.53487 4.47939L9.66797 4.4703L9.8608 4.45818L10.0002 4.4511L10.2129 4.44201L10.3188 4.43797L10.4791 4.43292L11 4.42686C11.176 4.42686 11.3494 4.42865 11.5198 4.43292L11.6802 4.43797L11.7871 4.44201L11.9998 4.4511L12.1381 4.45818L12.331 4.4703L12.4651 4.47939L12.6265 4.49151L12.8571 4.51273L12.9105 4.51778L13.1421 4.54203L13.2155 4.55011L13.4335 4.57637L13.509 4.58648L13.707 4.61375L13.7846 4.62487L14.012 4.66123L14.0288 4.66426C14.0332 4.66504 14.0368 4.6657 14.0403 4.66628L14.2667 4.70568L14.3149 4.71478L14.6785 4.7865C15.0325 4.86185 15.3621 4.94732 15.6647 5.04007L15.6867 5.04714C16.1828 5.20009 16.6103 5.37414 16.9611 5.57045L17.0586 5.63207C17.1493 5.69509 17.2213 5.76272 17.2818 5.82705C17.3106 5.85757 17.3383 5.88937 17.3636 5.91797L20.1387 4.83398L11.4339 1.43656Z",
|
|
16158
|
+
fill: fill
|
|
16159
|
+
})
|
|
16148
16160
|
})
|
|
16149
16161
|
});
|
|
16150
16162
|
const Education_ICON_NAME = 'education';
|
|
@@ -16157,16 +16169,19 @@ const Email = ({
|
|
|
16157
16169
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16158
16170
|
width: `${size}px`,
|
|
16159
16171
|
height: `${size}px`,
|
|
16172
|
+
viewBox: "0 0 24 24",
|
|
16160
16173
|
fill: "none",
|
|
16161
|
-
viewBox: "0 0 18 14",
|
|
16162
16174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16163
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
16164
16175
|
...props,
|
|
16165
|
-
children: (0,jsx_runtime_namespaceObject.
|
|
16166
|
-
|
|
16167
|
-
|
|
16168
|
-
|
|
16169
|
-
|
|
16176
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16177
|
+
transform: "translate(1, 3)",
|
|
16178
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16179
|
+
d: "M21.2793 1.75086C21.7326 2.41415 22 3.22031 22 4.091V13.909C22 16.1684 20.2091 18 18 18H4C1.79086 18 0 16.1684 0 13.909V4.091C9.7482e-08 3.22052 0.266569 2.41406 0.719727 1.75086L7.50488 9.47043C9.37215 11.5943 12.6279 11.5944 14.4951 9.47043L21.2793 1.75086Z",
|
|
16180
|
+
fill: fill
|
|
16181
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16182
|
+
d: "M18 0C18.8521 0 19.6412 0.27366 20.29 0.738098C20.2866 0.741862 20.2827 0.745227 20.2793 0.749084L13.4541 8.51359C12.1431 10.0046 9.85691 10.0046 8.5459 8.51359L1.7207 0.749084C1.71722 0.745125 1.71253 0.741959 1.70898 0.738098C2.35798 0.273374 3.14762 4.39138e-08 4 0H18Z",
|
|
16183
|
+
fill: fill
|
|
16184
|
+
})]
|
|
16170
16185
|
})
|
|
16171
16186
|
});
|
|
16172
16187
|
const Email_ICON_NAME = 'email';
|
|
@@ -16176,22 +16191,25 @@ const Employee = ({
|
|
|
16176
16191
|
fill = '#000',
|
|
16177
16192
|
size = 24,
|
|
16178
16193
|
...props
|
|
16179
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
16194
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16180
16195
|
width: `${size}px`,
|
|
16181
16196
|
height: `${size}px`,
|
|
16182
16197
|
viewBox: "0 0 24 24",
|
|
16198
|
+
fill: "none",
|
|
16183
16199
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16184
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
16185
16200
|
...props,
|
|
16186
|
-
children:
|
|
16187
|
-
|
|
16188
|
-
|
|
16189
|
-
|
|
16190
|
-
|
|
16191
|
-
|
|
16192
|
-
|
|
16193
|
-
|
|
16194
|
-
|
|
16201
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16202
|
+
transform: "translate(2, 3)",
|
|
16203
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16204
|
+
fillRule: "evenodd",
|
|
16205
|
+
clipRule: "evenodd",
|
|
16206
|
+
d: "M5.53873 1.44034C5.06923 1.8944 4.75984 2.54277 4.67979 3.33263C4.58271 4.26134 4.67278 4.95065 4.72693 5.36499L4.72739 5.36853C4.74254 5.49314 4.76417 5.64942 4.76201 5.68321C4.75768 5.70644 4.75552 5.72756 4.75119 5.75079C4.73604 5.75502 4.72306 5.75713 4.71008 5.76135C3.99178 5.94931 3.68888 6.88279 3.98961 7.98099C4.19299 8.71806 4.6019 9.26716 5.0714 9.48258C5.26395 10.0317 5.52142 10.5766 5.83297 11.0876L1.53613 13.1721C0.58849 13.6325 0 14.5597 0 15.5924V16.9187C0 17.5143 0.49762 18 1.10775 18H19.9394L20 16.9187V15.5924C20 14.5597 19.4137 13.6325 18.466 13.1721L14.1173 11.0644C14.4245 10.5597 14.6776 10.0232 14.868 9.48258C15.3397 9.26716 15.7464 8.71806 15.9498 7.98099C16.2505 6.88279 15.9476 5.94931 15.2293 5.76135C15.2164 5.75713 15.2034 5.75502 15.1882 5.75079C15.145 5.48258 15.0736 5.21647 14.9654 4.90602C15.0151 4.9208 15.0627 4.9377 15.1039 4.95459C15.2964 5.03273 15.5149 5.00106 15.6729 4.87223C15.8308 4.74129 15.9022 4.53643 15.8589 4.34002C15.251 1.62196 13.1848 0 10.3332 0H9.96971C9.17785 0 8.02034 0.225977 7.24362 0.715945C7.03375 0.728617 6.83687 0.766631 6.64647 0.817318L5.53873 1.44034ZM10.3332 1.08131H9.96971C9.19299 1.08131 8.22155 1.34741 7.75638 1.68532C7.66119 1.75502 7.54435 1.79303 7.42536 1.79303C6.48421 1.79303 5.88923 2.39493 5.78105 3.44245C5.70022 4.2377 5.77414 4.82064 5.82394 5.21335L5.82648 5.23337C5.86326 5.49947 5.88706 5.69166 5.85461 5.87117C5.82432 6.04435 5.80485 6.21964 5.79619 6.39704C5.78537 6.59134 5.6707 6.76452 5.49546 6.85322C5.34617 6.92714 5.17309 6.93136 5.02164 6.868C4.98053 7.01584 4.9524 7.30729 5.06058 7.70222C5.20554 8.2302 5.46733 8.4773 5.54089 8.50264C5.78754 8.50264 5.97144 8.6547 6.04067 8.8849C6.62051 10.7878 8.19342 12.811 9.96971 12.811C11.746 12.811 13.3189 10.7878 13.8987 8.8849C13.968 8.6547 14.18 8.49419 14.431 8.49842C14.4721 8.4773 14.7339 8.2302 14.8788 7.70222C14.987 7.30306 14.9589 7.0095 14.9178 6.86378C14.7707 6.91658 14.5997 6.91447 14.4613 6.84266C14.286 6.75607 14.154 6.59134 14.1454 6.39704C14.1216 5.91763 14.0459 5.57973 13.8273 5.00106C13.6153 4.44139 13.8317 4.1246 13.9788 3.98733C14.1324 3.84161 14.3271 3.77614 14.5305 3.75924C13.8511 2.04646 12.3604 1.08131 10.3332 1.08131ZM17.9727 14.1394L13.4833 11.9599C12.8949 12.6758 12.1874 13.2566 11.4042 13.5882L12.0857 16.9187H18.8923V15.5924C18.8923 14.9736 18.5396 14.4161 17.9727 14.1394ZM8.53527 13.5882C7.75855 13.2608 7.05971 12.6864 6.47555 11.9831L2.02942 14.1394C1.46041 14.4161 1.10775 14.9736 1.10775 15.5924V16.9187H7.85374L8.53527 13.5882ZM10.4024 14.2154H9.537L8.98312 16.9187H10.9563L10.4024 14.2154Z",
|
|
16207
|
+
fill: fill
|
|
16208
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16209
|
+
d: "M7.82778 2.89335C7.55733 2.91658 7.30203 3.05808 7.14409 3.2925L6.55993 4.15839C6.39117 4.4076 6.46257 4.74129 6.71787 4.90602C6.8109 4.96726 6.91692 4.99683 7.02077 4.99683C7.20251 4.99683 7.37776 4.91024 7.48594 4.75185L7.68498 4.45618L7.93596 4.02746L8.96798 4.45618C9.87884 4.80465 10.8568 4.99683 11.8325 4.99683H12.765C13.0723 4.99683 13.3189 4.75396 13.3189 4.45618C13.3189 4.15628 13.0723 3.91552 12.765 3.91552H11.8325C10.8178 3.91552 9.79662 3.68532 8.88144 3.25026L8.31242 2.97994C8.15664 2.90602 7.99005 2.87856 7.82778 2.89335Z",
|
|
16210
|
+
fill: fill
|
|
16211
|
+
})]
|
|
16212
|
+
})
|
|
16195
16213
|
});
|
|
16196
16214
|
const Employee_ICON_NAME = 'employee';
|
|
16197
16215
|
;// ./src/components/Icon/icons/EmployeeProfile.tsx
|
|
@@ -16221,38 +16239,33 @@ const EmployeeTerminated = ({
|
|
|
16221
16239
|
fill = '#000',
|
|
16222
16240
|
size = 24,
|
|
16223
16241
|
...props
|
|
16224
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
16242
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16225
16243
|
width: `${size}px`,
|
|
16226
16244
|
height: `${size}px`,
|
|
16227
16245
|
viewBox: "0 0 24 24",
|
|
16228
16246
|
fill: "none",
|
|
16229
16247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16230
16248
|
...props,
|
|
16231
|
-
children:
|
|
16232
|
-
|
|
16233
|
-
|
|
16234
|
-
|
|
16235
|
-
|
|
16236
|
-
|
|
16237
|
-
|
|
16238
|
-
|
|
16239
|
-
|
|
16240
|
-
|
|
16241
|
-
|
|
16242
|
-
|
|
16243
|
-
|
|
16244
|
-
|
|
16245
|
-
|
|
16246
|
-
|
|
16247
|
-
|
|
16248
|
-
|
|
16249
|
-
|
|
16250
|
-
|
|
16251
|
-
stroke: fill,
|
|
16252
|
-
strokeWidth: "1.2",
|
|
16253
|
-
strokeLinecap: "round",
|
|
16254
|
-
strokeLinejoin: "round"
|
|
16255
|
-
})]
|
|
16249
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16250
|
+
transform: "translate(3, 1)",
|
|
16251
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16252
|
+
d: "M9.66341 16.3326C9.8975 16.1025 10.2771 16.1025 10.5112 16.3326C10.7447 16.5627 10.7449 16.9352 10.5112 17.1651L9.8878 17.7771L10.5112 18.389C10.745 18.6191 10.7452 18.9924 10.5112 19.2224C10.2772 19.4524 9.89752 19.4523 9.66341 19.2224L9.04098 18.6096L8.41854 19.2224C8.1846 19.4521 7.80574 19.452 7.57171 19.2224C7.33762 18.9923 7.33763 18.6191 7.57171 18.389L8.19317 17.7771L7.57171 17.1651C7.33762 16.935 7.33763 16.5628 7.57171 16.3326C7.80579 16.1025 8.18445 16.1025 8.41854 16.3326L9.04098 16.9436L9.66341 16.3326Z",
|
|
16253
|
+
fill: fill
|
|
16254
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16255
|
+
fillRule: "evenodd",
|
|
16256
|
+
clipRule: "evenodd",
|
|
16257
|
+
d: "M9.04098 13.5541C11.4049 13.5542 13.3365 15.4531 13.3366 17.7771C13.3365 20.101 11.4049 21.9999 9.04098 22C6.67708 21.9999 4.74547 20.101 4.74537 17.7771C4.74543 15.4531 6.67705 13.5542 9.04098 13.5541ZM9.04098 14.7319C7.33915 14.732 5.94348 16.104 5.94341 17.7771C5.94352 19.4501 7.33917 20.8211 9.04098 20.8213C10.7428 20.8212 12.1375 19.4501 12.1376 17.7771C12.1375 16.104 10.7428 14.732 9.04098 14.7319Z",
|
|
16258
|
+
fill: fill
|
|
16259
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16260
|
+
fillRule: "evenodd",
|
|
16261
|
+
clipRule: "evenodd",
|
|
16262
|
+
d: "M9.75707 0.0134275C10.5868 0.0665591 11.3416 0.276922 11.999 0.629174L12.319 0.817159L12.3249 0.820996L13.3376 1.69091L13.3424 1.6957C13.7625 2.17824 14.0937 2.75323 14.322 3.40675L14.4137 3.6916L14.4146 3.69256L14.5171 4.09059L14.519 4.09922L14.5298 4.24789L14.5307 4.2546C14.5217 4.39648 14.4551 4.52848 14.3502 4.63057L14.3571 4.63632L14.3151 4.67085C14.1512 4.80685 13.9303 4.83684 13.7405 4.77635C13.8039 4.97785 13.8504 5.16321 13.8839 5.34894L14.0185 5.39498L14.0215 5.39594L14.1444 5.46212C14.3761 5.60926 14.5352 5.85099 14.6224 6.13925L14.6595 6.28695L14.6615 6.28982L14.6985 6.57276V6.5766L14.7024 6.80391C14.6964 7.03305 14.6616 7.27133 14.6 7.50501V7.51365L14.5502 7.50022L14.598 7.51365C14.42 8.15301 14.051 8.69806 13.5834 8.93217C13.3944 9.47359 13.1339 10.0044 12.8215 10.5013L15.6888 12.1308L15.6898 12.1317L15.9473 12.29L16.1805 12.454C17.3142 13.3052 17.9998 14.6417 18 16.066V18.4014L17.9932 18.528C17.9277 19.1562 17.383 19.6511 16.7268 19.6511H13.6156C13.7817 19.2794 13.9026 18.8837 13.9707 18.4705H16.7268C16.7559 18.4704 16.7814 18.4523 16.7922 18.4273L16.798 18.4014V16.066C16.7978 14.9441 16.2214 13.8908 15.28 13.2702L15.0868 13.1513L12.1073 11.4556C11.28 12.33 10.3817 12.9854 9.04098 13C7.67058 13.0149 6.71 12.3 5.88976 11.4556L2.91512 13.1513C1.85879 13.7501 1.20225 14.8695 1.20195 16.066V18.4014L1.2078 18.4273C1.21856 18.4524 1.24406 18.4705 1.27317 18.4705H4.11122C4.17936 18.8837 4.30024 19.2794 4.46634 19.6511H1.27317C0.616938 19.6511 0.0723007 19.1563 0.00682927 18.528L0 18.4014V16.066C0.000303514 14.4455 0.888098 12.9387 2.31317 12.1308L5.17659 10.5013C4.86427 10.0045 4.6036 9.47349 4.41463 8.93217C3.94779 8.69759 3.57983 8.15236 3.40195 7.51365L3.39805 7.50022C3.28917 7.08504 3.26184 6.65573 3.33951 6.28695V6.28503L3.38146 6.12102L3.38244 6.11814L3.43415 5.97907C3.56553 5.67282 3.79232 5.44131 4.11024 5.35086V5.34606L4.10439 5.27413L4.08098 5.07655L4.03805 4.73128C3.99644 4.34274 3.96813 3.82576 4.03317 3.17177V3.16985L4.07024 2.90322L4.07122 2.9013L4.11805 2.67591C4.24448 2.16136 4.48147 1.72111 4.81561 1.38303L4.98244 1.23053C5.38255 0.896514 5.88626 0.701738 6.45951 0.667539C7.17516 0.223579 8.24787 0 9 0H9.33561L9.75707 0.0134275ZM8.1639 1.27274C8.44517 1.21373 8.73471 1.1797 9 1.1797H9.33561L9.69463 1.19121C10.5129 1.24392 11.2135 1.47922 11.7795 1.8693L11.9893 2.02659C12.4516 2.40048 12.8178 2.89708 13.0741 3.5065C12.9914 3.52177 12.9081 3.5465 12.8283 3.58514L12.7298 3.64269L12.7268 3.64461L12.6332 3.71654L12.6215 3.72517L12.6185 3.73189C12.5513 3.79793 12.4846 3.88591 12.439 3.99852L12.4 4.12512C12.3706 4.26068 12.3741 4.4141 12.4156 4.58261L12.4702 4.75621C12.6186 5.15781 12.6937 5.4281 12.7307 5.7182L12.7561 6.02032V6.02511C12.7697 6.23019 12.8877 6.41855 13.078 6.51905L13.0859 6.52289C13.2101 6.58308 13.3529 6.5969 13.4888 6.56605C13.5062 6.69023 13.5053 6.84632 13.478 7.01299L13.4361 7.20481C13.3797 7.40809 13.307 7.56321 13.2371 7.67286L13.1649 7.77069L13.161 7.7774C13.1411 7.80174 13.1229 7.82264 13.1063 7.83878L13.0615 7.87811L13.0585 7.87907H13.0566L13.0537 7.88002C12.8442 7.89889 12.6598 8.02317 12.5678 8.20804L12.5659 8.21284L12.5346 8.29244L12.5317 8.30011C12.4242 8.65396 12.2832 9.01048 12.1122 9.35225L11.9307 9.6889L11.6605 10.1176L11.6585 10.1205C11.5991 10.209 11.5368 10.296 11.4732 10.3795L11.2702 10.625L11.2644 10.6307L11.2634 10.6327C10.613 11.3921 9.82317 11.8747 9 11.8747C8.27751 11.8747 7.58072 11.5035 6.98146 10.8993L6.73171 10.6259L6.72878 10.624L6.52683 10.3795L6.34049 10.1195L6.33854 10.1176L6.06927 9.6889C5.94188 9.46785 5.82629 9.23762 5.72585 9.0041L5.63122 8.77008L5.46732 8.2982L5.46439 8.29244L5.43415 8.21284L5.4322 8.209L5.3922 8.13994C5.29152 7.9916 5.1259 7.89527 4.94146 7.88002L4.93756 7.87811C4.92585 7.86957 4.91049 7.8564 4.89268 7.83878L4.8322 7.77069C4.78268 7.70891 4.7273 7.62355 4.67512 7.51269L4.62439 7.39376L4.56195 7.2029C4.51089 7.01182 4.49113 6.82248 4.49854 6.66675L4.51024 6.56605C4.64638 6.59716 4.7896 6.58323 4.91415 6.52289L4.91317 6.52193L4.91805 6.52097L4.92195 6.51905C5.11241 6.41855 5.23028 6.23019 5.2439 6.02511V6.0184C5.25 5.86035 5.26856 5.7007 5.29659 5.54748V5.54364L5.31024 5.40457V5.40169L5.30732 5.25207V5.24919L5.2722 4.92885L5.26927 4.91926C5.2226 4.55398 5.1561 4.01769 5.23219 3.2859L5.25463 3.11134C5.3215 2.71756 5.47439 2.41601 5.68195 2.20882L5.77561 2.12634C6.0009 1.9438 6.29526 1.83957 6.65561 1.83957L6.75122 1.83189C6.84491 1.81642 6.93321 1.77922 7.00878 1.72735L7.01561 1.72256L7.01659 1.7216C7.20991 1.5786 7.52074 1.44117 7.88683 1.33987L8.1639 1.27274Z",
|
|
16263
|
+
fill: fill
|
|
16264
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16265
|
+
d: "M7.18341 2.6807L7.26829 2.69125C7.35141 2.70579 7.4324 2.73257 7.51122 2.7699L8.03512 3.02119L8.35512 3.16218C9.09999 3.4684 9.91074 3.62827 10.718 3.6283H11.5805L11.6907 3.63981L11.6956 3.64077L11.7951 3.66954C12.0178 3.75544 12.1765 3.96759 12.1766 4.21815L12.1649 4.33804C12.1083 4.60738 11.8646 4.80795 11.5756 4.808H10.7171L10.3571 4.79937H10.3551C9.50955 4.75753 8.66952 4.57061 7.88878 4.2498L7.5122 4.08388L7.51024 4.08292L7.19415 3.92946L6.78537 4.54425C6.68319 4.69434 6.5229 4.78414 6.35415 4.80417L6.28195 4.808C6.1968 4.80791 6.11053 4.79014 6.03122 4.75429L5.95317 4.71209C5.67768 4.53305 5.59941 4.16649 5.78244 3.89398L6.32 3.09024L6.32195 3.08737L6.39707 2.99146L6.39902 2.98858C6.59708 2.7678 6.89188 2.65605 7.18341 2.6807Z",
|
|
16266
|
+
fill: fill
|
|
16267
|
+
})]
|
|
16268
|
+
})
|
|
16256
16269
|
});
|
|
16257
16270
|
const EmployeeTerminated_ICON_NAME = 'employee-terminated';
|
|
16258
16271
|
;// ./src/components/Icon/icons/EmployeeBlackboard.tsx
|
|
@@ -16261,25 +16274,25 @@ const EmployeeBlackboard = ({
|
|
|
16261
16274
|
fill = '#000',
|
|
16262
16275
|
size = 24,
|
|
16263
16276
|
...props
|
|
16264
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
16277
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16265
16278
|
width: `${size}px`,
|
|
16266
16279
|
height: `${size}px`,
|
|
16267
16280
|
viewBox: "0 0 24 24",
|
|
16268
16281
|
fill: "none",
|
|
16269
16282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16270
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
16271
16283
|
...props,
|
|
16272
|
-
children:
|
|
16273
|
-
|
|
16274
|
-
|
|
16275
|
-
|
|
16276
|
-
|
|
16277
|
-
|
|
16278
|
-
|
|
16279
|
-
|
|
16280
|
-
|
|
16281
|
-
|
|
16282
|
-
|
|
16284
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16285
|
+
transform: "translate(2, 2.5)",
|
|
16286
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16287
|
+
d: "M8.31243 6.56242C8.4271 6.56694 8.54246 6.59429 8.6514 6.64508L9.12014 6.86426L9.40197 6.98592C10.0686 7.25315 10.7927 7.39363 11.5123 7.39364H12.2812C12.5894 7.39364 12.837 7.63122 12.8372 7.92673C12.8371 8.22033 12.5897 8.46075 12.2812 8.46075H11.5123C10.6941 8.46074 9.87459 8.30232 9.11239 8.01589L9.10949 8.01496L8.33858 7.69919L8.17588 7.97409L8.17297 7.97967L8.172 7.97874L8.00833 8.21928C7.90036 8.3745 7.72403 8.46075 7.54152 8.46075C7.43676 8.46068 7.32989 8.43105 7.23645 8.37066C6.98157 8.20827 6.90937 7.8791 7.07859 7.63325L7.56089 6.93113L7.61997 6.85497C7.7676 6.686 7.97746 6.58405 8.19815 6.56521L8.31243 6.56242Z",
|
|
16288
|
+
fill: fill
|
|
16289
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16290
|
+
fillRule: "evenodd",
|
|
16291
|
+
clipRule: "evenodd",
|
|
16292
|
+
d: "M19.5555 0.0102161C19.8129 0.0593181 19.9997 0.272063 20 0.535878V2.15652C19.9999 2.40624 19.8157 2.63005 19.5564 2.68218L19.4412 2.69332H19.2979V15.4253H19.4131C19.7278 15.4253 19.9725 15.6605 19.9729 15.9621L19.9622 16.0726C19.9109 16.3199 19.6886 16.4999 19.4131 16.4999H18.3032C18.3338 16.6473 18.3497 16.7993 18.3497 16.954V18.0341L18.3003 18.9108L18.2945 19H2.66331C2.1401 19 1.70724 18.6168 1.65513 18.1279L1.65028 18.0285V16.954C1.65028 16.7992 1.667 16.6474 1.69774 16.4999H0.586897C0.272159 16.4998 0.0263881 16.2648 0.0261489 15.963L0.0377706 15.8525C0.0891941 15.6055 0.311543 15.4254 0.586897 15.4253H0.702145V2.69332H0.558811C0.240777 2.69291 0.000146044 2.4418 0 2.15652V0.535878C0.000399767 0.234445 0.244477 0.000383105 0.558811 0H19.4412L19.5555 0.0102161ZM3.46811 15.8609C3.03238 16.0691 2.76209 16.4885 2.76209 16.954V17.9338H8.14779L8.67851 15.3826C8.0715 15.115 7.52631 14.6761 7.066 14.1455L3.46811 15.8609ZM9.28188 17.9338H10.6687L10.2504 15.9324H9.69929L9.28188 17.9338ZM12.8991 14.1269C12.4348 14.6673 11.8827 15.1109 11.2702 15.3817L11.8028 17.9338H17.2379V16.954C17.2379 16.5466 17.0313 16.1742 16.6888 15.9482L16.5338 15.8609L12.8991 14.1269ZM1.8217 15.4253H2.26139C2.45858 15.2158 2.6972 15.0384 2.97225 14.9071L6.4239 13.2614C6.19405 12.8782 6.00165 12.474 5.85347 12.0661C5.49995 11.8902 5.19918 11.5177 5.01767 11.0315L4.94504 10.8086C4.81738 10.3506 4.81605 9.91964 4.92857 9.57894C5.03784 9.24838 5.25794 8.99733 5.57745 8.90283C5.57724 8.90006 5.57779 8.8964 5.57745 8.89261C5.57596 8.87665 5.57353 8.8557 5.57067 8.83224L5.55131 8.67807V8.67529C5.50639 8.3376 5.43036 7.76997 5.5116 7.00635C5.57968 6.34745 5.84379 5.8001 6.24958 5.41451L6.25829 5.40615L6.26991 5.39965L7.18319 4.89535L7.19481 4.88885L7.20643 4.88606C7.36037 4.8458 7.52178 4.81467 7.69357 4.80247C8.3546 4.4017 9.31644 4.22017 9.9753 4.22016H10.2746C11.4707 4.22016 12.508 4.55465 13.3107 5.17397C14.0633 5.75463 14.6049 6.5813 14.8797 7.60539L14.931 7.81249L14.9416 7.88586C14.9547 8.05567 14.883 8.22375 14.745 8.3363L14.7441 8.33723C14.6053 8.44832 14.4208 8.48524 14.2482 8.44217C14.2992 8.60288 14.3399 8.75166 14.3673 8.90097C14.6898 8.99425 14.9122 9.24645 15.022 9.57894C15.1205 9.87714 15.1316 10.2446 15.0472 10.6386L15.0046 10.8086C14.838 11.4018 14.5044 11.864 14.0971 12.0661C13.9508 12.4673 13.7598 12.864 13.5335 13.2419L17.0297 14.9071L17.1788 14.9842C17.3925 15.1046 17.5809 15.2542 17.7415 15.4253H18.1783V2.69332H1.8217V15.4253ZM9.9753 5.28634C9.66546 5.28635 9.31356 5.33851 8.9923 5.42472C8.75003 5.48976 8.52991 5.57322 8.35989 5.66434L8.20784 5.75721C8.11221 5.82584 7.9951 5.86309 7.87565 5.86309C7.51048 5.8631 7.22056 5.97732 7.0108 6.18443C6.82609 6.3669 6.69626 6.62859 6.63794 6.96549L6.6176 7.11502C6.56847 7.59024 6.5895 7.97013 6.6205 8.26386L6.65246 8.52948L6.6544 8.54433L6.6883 8.83596C6.69394 8.92555 6.6926 9.00911 6.67764 9.09043C6.6534 9.22676 6.63713 9.36487 6.63019 9.50464C6.61924 9.69541 6.50471 9.86673 6.32899 9.95415L6.32802 9.95508C6.21528 10.0098 6.08897 10.0247 5.96872 10.0024C5.95344 10.1215 5.95578 10.3032 6.02005 10.5337L6.06653 10.6758C6.1161 10.8076 6.17393 10.9087 6.22633 10.9813C6.26131 11.0298 6.29399 11.0656 6.31931 11.0891C6.33322 11.1019 6.34349 11.1091 6.34933 11.1132C6.58758 11.1245 6.76333 11.2767 6.82873 11.4903C7.06417 12.249 7.50123 13.0315 8.05772 13.6226C8.61558 14.2152 9.282 14.6043 9.9753 14.6043C10.6685 14.6042 11.3351 14.2152 11.8929 13.6226C12.4494 13.0314 12.8865 12.2482 13.1219 11.4893C13.1875 11.276 13.3816 11.123 13.6168 11.1104C13.6224 11.1053 13.6301 11.0992 13.6381 11.0909C13.6612 11.067 13.6924 11.031 13.7262 10.9823C13.7936 10.8848 13.8727 10.7371 13.9296 10.5337L13.9751 10.3191C13.9941 10.1844 13.9905 10.0748 13.98 9.99501C13.8646 10.0129 13.7414 10.0004 13.6342 9.94579C13.4868 9.87354 13.3644 9.74124 13.3301 9.57708L13.3214 9.50464C13.3071 9.22219 13.2696 9.00292 13.1771 8.71615L13.0647 8.40131C12.9712 8.15854 12.9695 7.96023 13.0134 7.80414C13.0462 7.68789 13.1036 7.59922 13.1597 7.5348L13.2139 7.47815C13.3255 7.37429 13.4587 7.31587 13.5964 7.28683C13.0323 6.00699 11.8643 5.28634 10.2746 5.28634H9.9753ZM1.11859 1.62064H18.8814V1.07269H1.11859V1.62064Z",
|
|
16293
|
+
fill: fill
|
|
16294
|
+
})]
|
|
16295
|
+
})
|
|
16283
16296
|
});
|
|
16284
16297
|
const EmployeeBlackboard_ICON_NAME = 'employee-blackboard';
|
|
16285
16298
|
;// ./src/components/Icon/icons/ExcelDownload.tsx
|
|
@@ -16288,25 +16301,33 @@ const ExcelDownload = ({
|
|
|
16288
16301
|
fill = '#000',
|
|
16289
16302
|
size = 24,
|
|
16290
16303
|
...props
|
|
16291
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
16292
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16304
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16293
16305
|
width: `${size}px`,
|
|
16294
16306
|
height: `${size}px`,
|
|
16295
16307
|
viewBox: "0 0 24 24",
|
|
16296
16308
|
fill: "none",
|
|
16309
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16297
16310
|
...props,
|
|
16298
|
-
children:
|
|
16299
|
-
|
|
16300
|
-
|
|
16301
|
-
|
|
16302
|
-
|
|
16303
|
-
|
|
16304
|
-
|
|
16305
|
-
|
|
16306
|
-
|
|
16307
|
-
|
|
16308
|
-
|
|
16309
|
-
|
|
16311
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16312
|
+
transform: "translate(3, 2)",
|
|
16313
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16314
|
+
d: "M6.16248 10.4594L4.23795 6.97319H6.04117L6.98667 9.06053C7.06083 9.22516 7.12731 9.4278 7.18504 9.65518H7.19574C7.23301 9.51961 7.30435 9.30668 7.40482 9.03708L8.44951 6.97319H10.0993L8.13053 10.4246L10.1542 13.9464H8.40526L7.26211 11.6722C7.21973 11.5877 7.1754 11.4335 7.13009 11.2061H7.11868C7.09676 11.3123 7.0449 11.4783 6.96526 11.6956L5.82139 13.9456H4.0617L6.16248 10.4594Z",
|
|
16315
|
+
fill: fill
|
|
16316
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16317
|
+
d: "M14.3307 9.88509C14.7233 9.88509 15.0415 10.1973 15.0415 10.5824V17.7915L16.8278 16.2963C17.1265 16.0463 17.5751 16.0812 17.8299 16.3742C18.0847 16.6671 18.0492 17.1073 17.7505 17.3573L14.7926 19.8332C14.6439 19.9576 14.4558 20.0125 14.2723 19.9976C14.114 19.985 13.9703 19.9214 13.8583 19.8237L10.8655 17.361C10.5648 17.1136 10.5255 16.6737 10.7777 16.3787C11.03 16.0836 11.4783 16.045 11.7791 16.2925L13.6199 17.8072V10.5824C13.6199 10.1973 13.9381 9.88509 14.3307 9.88509Z",
|
|
16318
|
+
fill: fill
|
|
16319
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16320
|
+
fillRule: "evenodd",
|
|
16321
|
+
clipRule: "evenodd",
|
|
16322
|
+
d: "M0.0899174 2.28638L0 2.25383L0.0899174 2.28396V2.28638Z",
|
|
16323
|
+
fill: fill
|
|
16324
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16325
|
+
fillRule: "evenodd",
|
|
16326
|
+
clipRule: "evenodd",
|
|
16327
|
+
d: "M2.28303 0C1.02737 0 0 1.01423 0 2.25383L0.0899174 2.28396V2.28638L0 2.25383V15.6772C0 16.9168 1.02737 17.9311 2.28303 17.9311H9.24646C9.54037 17.9311 9.77857 17.6972 9.77833 17.4088C9.77808 17.1208 9.54003 16.8875 9.24646 16.8875H2.28303C1.60085 16.8875 1.05708 16.3507 1.05708 15.6772V2.25383C1.05708 1.58038 1.60085 1.04356 2.28303 1.04356H8.31247C8.31441 1.04455 8.31803 1.04648 8.32384 1.05001L8.32657 1.05168L8.33381 1.05607V3.98588C8.33381 4.45454 8.51614 4.88367 8.81415 5.20746C9.15233 5.5749 9.63949 5.8067 10.1782 5.8067H13.1549L13.1586 7.3677V8.57512C13.1586 8.86153 13.3953 9.09371 13.6873 9.09371C13.9792 9.09371 14.2159 8.86154 14.2159 8.57513L14.2159 5.30663L14.2137 5.27635C14.2114 5.24326 14.208 5.19585 14.2055 5.18316C14.1851 5.08196 14.1348 4.98898 14.0609 4.916L9.62161 0.533492C9.27594 0.191629 8.80654 0 8.3175 0H2.28303ZM9.39089 3.98588V1.7814L12.4112 4.76314H10.1782C9.73808 4.76314 9.39089 4.42039 9.39089 3.98588Z",
|
|
16328
|
+
fill: fill
|
|
16329
|
+
})]
|
|
16330
|
+
})
|
|
16310
16331
|
});
|
|
16311
16332
|
const ExcelDownload_ICON_NAME = 'excel-download';
|
|
16312
16333
|
;// ./src/components/Icon/icons/Export.tsx
|
|
@@ -16315,22 +16336,25 @@ const Export = ({
|
|
|
16315
16336
|
fill = '#000',
|
|
16316
16337
|
size = 24,
|
|
16317
16338
|
...props
|
|
16318
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
16339
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16319
16340
|
width: `${size}px`,
|
|
16320
16341
|
height: `${size}px`,
|
|
16321
16342
|
viewBox: "0 0 24 24",
|
|
16322
16343
|
fill: "none",
|
|
16323
16344
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16324
16345
|
...props,
|
|
16325
|
-
children:
|
|
16326
|
-
|
|
16327
|
-
|
|
16328
|
-
|
|
16329
|
-
|
|
16330
|
-
|
|
16331
|
-
|
|
16332
|
-
|
|
16333
|
-
|
|
16346
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16347
|
+
transform: "translate(4, 2)",
|
|
16348
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16349
|
+
d: "M7.62432 8.46768C7.87679 8.30461 8.22057 8.33192 8.44283 8.54936L10.7377 10.7955C10.9917 11.0439 10.9916 11.4471 10.7377 11.6957C10.4838 11.9437 10.0724 11.9438 9.81851 11.6957L8.63339 10.5362V15.3631C8.63339 15.7145 8.34185 15.9995 7.98276 15.9996C7.62352 15.9996 7.33212 15.7146 7.33212 15.3631V10.5362L6.14701 11.6957C5.89302 11.9441 5.48086 11.9441 5.22686 11.6957C4.97287 11.4472 4.97293 11.044 5.22686 10.7955L7.52269 8.54936L7.62432 8.46768Z",
|
|
16350
|
+
fill: fill
|
|
16351
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16352
|
+
fillRule: "evenodd",
|
|
16353
|
+
clipRule: "evenodd",
|
|
16354
|
+
d: "M9.36116 0C9.91155 0 10.4403 0.213532 10.8294 0.594815L15.8258 5.48295C15.9089 5.56436 15.9653 5.66838 15.9882 5.78125C15.9923 5.80127 15.9981 5.89847 16 5.91886V17.4858C16 18.8684 14.8434 20 13.4301 20H2.56987C1.15663 20 0 18.8684 0 17.4858V2.5142C0 1.13158 1.15663 0 2.56987 0H9.36116ZM2.56987 1.16388C1.80209 1.16388 1.18966 1.76305 1.18966 2.5142V17.4858C1.18966 18.237 1.80209 18.8361 2.56987 18.8361H13.4301C14.1979 18.8361 14.8103 18.237 14.8103 17.4858V8.21822L14.8058 6.47639H11.4555C10.8493 6.47634 10.3007 6.21768 9.92015 5.80788C9.58499 5.44683 9.38028 4.96848 9.38022 4.44602V1.17809L9.37205 1.17276L9.36842 1.17099C9.362 1.16713 9.35788 1.16498 9.35572 1.16388H2.56987ZM10.5699 4.44602C10.57 4.9305 10.9603 5.31241 11.4555 5.3125H13.9691L10.5699 1.98686V4.44602ZM0.101633 2.5506V2.54705L0 2.5142L0.101633 2.5506Z",
|
|
16355
|
+
fill: fill
|
|
16356
|
+
})]
|
|
16357
|
+
})
|
|
16334
16358
|
});
|
|
16335
16359
|
const Export_ICON_NAME = 'export';
|
|
16336
16360
|
;// ./src/components/Icon/icons/FileMark.tsx
|
|
@@ -16364,27 +16388,27 @@ const FilePdf = ({
|
|
|
16364
16388
|
fill = '#000',
|
|
16365
16389
|
size = 24,
|
|
16366
16390
|
...props
|
|
16367
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
16391
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16368
16392
|
width: `${size}px`,
|
|
16369
16393
|
height: `${size}px`,
|
|
16370
16394
|
viewBox: "0 0 24 24",
|
|
16371
16395
|
fill: "none",
|
|
16372
16396
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16373
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
16374
16397
|
...props,
|
|
16375
|
-
children:
|
|
16376
|
-
|
|
16377
|
-
|
|
16378
|
-
|
|
16379
|
-
|
|
16380
|
-
|
|
16381
|
-
|
|
16382
|
-
|
|
16383
|
-
|
|
16384
|
-
|
|
16385
|
-
|
|
16386
|
-
|
|
16387
|
-
|
|
16398
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16399
|
+
transform: "translate(4, 2)",
|
|
16400
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16401
|
+
fillRule: "evenodd",
|
|
16402
|
+
clipRule: "evenodd",
|
|
16403
|
+
d: "M7.77143 7.19922C7.97701 7.11876 8.20024 7.07277 8.41722 7.11816C8.65453 7.16783 8.82648 7.31367 8.92926 7.50098C9.02389 7.67355 9.05768 7.87464 9.065 8.06641C9.07248 8.26299 9.05239 8.48175 9.0141 8.71094C8.92465 9.24631 8.72413 9.90276 8.45615 10.5957C8.61502 10.9292 8.79804 11.2667 8.99613 11.5938C9.16065 11.8653 9.33248 12.1252 9.50717 12.3652C10.0383 12.3324 10.5325 12.3462 10.9405 12.418C11.3308 12.4867 11.7282 12.6225 11.9706 12.9053C12.1003 13.0567 12.1774 13.242 12.1852 13.4502C12.1926 13.6516 12.1345 13.851 12.0374 14.041C11.9469 14.2181 11.823 14.3713 11.6571 14.4775C11.4876 14.5861 11.2988 14.6295 11.1102 14.6221C10.7546 14.6081 10.4081 14.4164 10.108 14.1846C9.78555 13.9354 9.45245 13.5889 9.13088 13.1875C8.78718 13.224 8.425 13.2795 8.05789 13.3525C7.69472 13.4248 7.33364 13.5126 6.9879 13.6133C6.62521 14.2256 6.24899 14.7781 5.89195 15.1992C5.58005 15.5671 5.23934 15.8877 4.89782 16.0254C4.71727 16.0981 4.49771 16.1348 4.27598 16.0557C4.0526 15.9759 3.90181 15.8049 3.80487 15.6152C3.59648 15.2071 3.66579 14.7997 3.8917 14.457C4.10401 14.1351 4.45635 13.8616 4.8539 13.6318C5.30148 13.3732 5.85281 13.144 6.44492 12.9541C6.66709 12.5639 6.88428 12.149 7.08771 11.7275C7.26824 11.3535 7.43548 10.9789 7.58378 10.6162C7.37823 10.1466 7.2177 9.68221 7.12364 9.25684C7.03073 8.83645 6.99508 8.4202 7.07274 8.06348C7.15366 7.69212 7.36686 7.35773 7.77143 7.19922ZM5.75521 14.0596C5.57766 14.1397 5.41243 14.2233 5.26313 14.3096C4.91145 14.5128 4.68246 14.7111 4.56843 14.8838C4.46821 15.0358 4.46589 15.147 4.52551 15.2637C4.53698 15.2861 4.54651 15.3005 4.55346 15.3096C4.56234 15.3074 4.57479 15.3036 4.59139 15.2969C4.73814 15.2377 4.97215 15.05 5.27212 14.6963C5.42787 14.5126 5.59044 14.2976 5.75521 14.0596ZM10.141 13.1367C10.3014 13.3064 10.4583 13.4514 10.6071 13.5664C10.865 13.7657 11.0443 13.831 11.1421 13.835C11.1799 13.8364 11.2001 13.8294 11.216 13.8193C11.2353 13.807 11.2743 13.7736 11.3178 13.6885C11.3736 13.5792 11.3819 13.5118 11.3807 13.4785C11.3796 13.4523 11.3729 13.4335 11.3537 13.4111C11.298 13.3463 11.1377 13.2522 10.7978 13.1924C10.6068 13.1588 10.3852 13.1408 10.141 13.1367ZM7.81535 12.0635C7.71863 12.2639 7.6189 12.4644 7.51591 12.6621C7.64298 12.6331 7.77031 12.6063 7.89719 12.5811C8.13085 12.5346 8.36669 12.4935 8.59988 12.46C8.49814 12.308 8.3988 12.1526 8.30343 11.9951C8.21694 11.8523 8.1322 11.7069 8.0509 11.5596C7.97491 11.728 7.89604 11.8963 7.81535 12.0635ZM8.22658 7.88867C8.2007 7.8907 8.15087 7.8984 8.07087 7.92969C7.97751 7.96622 7.90086 8.04123 7.86026 8.22754C7.81649 8.42852 7.82827 8.71922 7.91017 9.08984C7.93596 9.20655 7.96735 9.32819 8.00499 9.45312C8.10354 9.13332 8.1769 8.83945 8.21959 8.58398C8.25256 8.38661 8.26536 8.22314 8.26051 8.0957C8.25627 7.98485 8.2397 7.9207 8.22658 7.88867Z",
|
|
16404
|
+
fill: fill
|
|
16405
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16406
|
+
fillRule: "evenodd",
|
|
16407
|
+
clipRule: "evenodd",
|
|
16408
|
+
d: "M9.36145 0C9.91163 3.30681e-05 10.4397 0.213647 10.8287 0.594727L15.8253 5.4834C15.9084 5.56477 15.9651 5.66846 15.988 5.78125C15.9921 5.80144 15.9981 5.89877 16 5.91895L15.999 17.4863C15.9989 18.8689 14.8429 20 13.4298 20H2.57018C1.15709 20 0.000119203 18.8689 0 17.4863V2.51367C0.000118986 1.13114 1.15709 0 2.57018 0H9.36145ZM2.57018 1.16406C1.80251 1.16406 1.18989 1.76262 1.18977 2.51367V17.4863C1.18989 18.2374 1.80251 18.8359 2.57018 18.8359H13.4298C14.1975 18.8359 14.8091 18.2374 14.8092 17.4863V8.21777L14.8052 6.47656H11.4555C10.8493 6.47656 10.301 6.21831 9.9204 5.80859C9.58501 5.44744 9.37941 4.96805 9.37941 4.44531V1.17773L9.37143 1.17285L9.36843 1.1709C9.36197 1.16702 9.35763 1.16516 9.35546 1.16406H2.57018ZM10.5692 4.44531C10.5692 4.92995 10.9602 5.3125 11.4555 5.3125H13.9688L10.5692 1.9873V4.44531ZM0.101809 2.5498V2.54785L0 2.51367L0.101809 2.5498Z",
|
|
16409
|
+
fill: fill
|
|
16410
|
+
})]
|
|
16411
|
+
})
|
|
16388
16412
|
});
|
|
16389
16413
|
const FilePdf_ICON_NAME = 'file-pdf';
|
|
16390
16414
|
;// ./src/components/Icon/icons/FileWord.tsx
|
|
@@ -16393,25 +16417,25 @@ const FileWord = ({
|
|
|
16393
16417
|
fill = '#000',
|
|
16394
16418
|
size = 24,
|
|
16395
16419
|
...props
|
|
16396
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
16420
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16397
16421
|
width: `${size}px`,
|
|
16398
16422
|
height: `${size}px`,
|
|
16399
16423
|
viewBox: "0 0 24 24",
|
|
16400
16424
|
fill: "none",
|
|
16401
16425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16402
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
16403
16426
|
...props,
|
|
16404
|
-
children:
|
|
16405
|
-
|
|
16406
|
-
|
|
16407
|
-
|
|
16408
|
-
|
|
16409
|
-
|
|
16410
|
-
|
|
16411
|
-
|
|
16412
|
-
|
|
16413
|
-
|
|
16414
|
-
|
|
16427
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16428
|
+
transform: "translate(4, 2)",
|
|
16429
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16430
|
+
d: "M11.6192 8.01758C11.9319 8.09422 12.1224 8.40399 12.0444 8.70996L10.2917 15.5674C10.2272 15.8193 9.99721 15.9971 9.73175 16C9.46615 16.0028 9.23179 15.8298 9.16182 15.5791L7.97305 11.3145L6.78428 15.5791C6.7143 15.8298 6.47994 16.0028 6.21435 16C5.94894 15.997 5.71887 15.8193 5.6544 15.5674L3.90268 8.70996C3.82454 8.40396 4.01424 8.09429 4.32689 8.01758C4.63971 7.94106 4.95719 8.12664 5.03556 8.43262L6.24529 13.1689L7.41011 8.99219C7.47957 8.74388 7.70989 8.57132 7.97305 8.57129C8.23632 8.57129 8.46759 8.74375 8.53699 8.99219L9.70081 13.1689L10.9105 8.43262C10.9889 8.12662 11.3064 7.94106 11.6192 8.01758Z",
|
|
16431
|
+
fill: fill
|
|
16432
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16433
|
+
fillRule: "evenodd",
|
|
16434
|
+
clipRule: "evenodd",
|
|
16435
|
+
d: "M9.36145 0C9.91163 3.30681e-05 10.4397 0.213647 10.8287 0.594727L15.8253 5.4834C15.9084 5.56477 15.9651 5.66846 15.988 5.78125C15.9921 5.80144 15.9981 5.89877 16 5.91895L15.999 17.4863C15.9989 18.8689 14.8429 20 13.4298 20H2.57018C1.15709 20 0.000119203 18.8689 0 17.4863V2.51367C0.000118986 1.13114 1.15709 0 2.57018 0H9.36145ZM2.57018 1.16406C1.80251 1.16406 1.18989 1.76262 1.18977 2.51367V17.4863C1.18989 18.2374 1.80251 18.8359 2.57018 18.8359H13.4298C14.1975 18.8359 14.8091 18.2374 14.8092 17.4863V8.21777L14.8052 6.47656H11.4555C10.8493 6.47656 10.301 6.21831 9.9204 5.80859C9.58501 5.44744 9.37941 4.96805 9.37941 4.44531V1.17773L9.37143 1.17285L9.36843 1.1709C9.36197 1.16702 9.35763 1.16516 9.35546 1.16406H2.57018ZM10.5692 4.44531C10.5692 4.92995 10.9602 5.3125 11.4555 5.3125H13.9688L10.5692 1.9873V4.44531ZM0.101809 2.5498V2.54785L0 2.51367L0.101809 2.5498Z",
|
|
16436
|
+
fill: fill
|
|
16437
|
+
})]
|
|
16438
|
+
})
|
|
16415
16439
|
});
|
|
16416
16440
|
const FileWord_ICON_NAME = 'file-word';
|
|
16417
16441
|
;// ./src/components/Icon/icons/Filter.tsx
|
|
@@ -16523,43 +16547,46 @@ const Form = ({
|
|
|
16523
16547
|
fill = '#000',
|
|
16524
16548
|
size = 24,
|
|
16525
16549
|
...props
|
|
16526
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
16527
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16550
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16528
16551
|
width: `${size}px`,
|
|
16529
16552
|
height: `${size}px`,
|
|
16530
16553
|
viewBox: "0 0 24 24",
|
|
16531
16554
|
fill: "none",
|
|
16555
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16532
16556
|
...props,
|
|
16533
|
-
children:
|
|
16534
|
-
|
|
16535
|
-
|
|
16536
|
-
|
|
16537
|
-
|
|
16538
|
-
|
|
16539
|
-
|
|
16540
|
-
|
|
16541
|
-
|
|
16542
|
-
|
|
16543
|
-
|
|
16544
|
-
|
|
16545
|
-
|
|
16546
|
-
|
|
16547
|
-
|
|
16548
|
-
|
|
16549
|
-
|
|
16550
|
-
|
|
16551
|
-
|
|
16552
|
-
|
|
16553
|
-
|
|
16554
|
-
|
|
16555
|
-
|
|
16556
|
-
|
|
16557
|
-
|
|
16558
|
-
|
|
16559
|
-
|
|
16560
|
-
|
|
16561
|
-
|
|
16562
|
-
|
|
16557
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16558
|
+
transform: "translate(4, 2)",
|
|
16559
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16560
|
+
fillRule: "evenodd",
|
|
16561
|
+
clipRule: "evenodd",
|
|
16562
|
+
d: "M4.40039 13.5C5.22856 13.5002 5.90026 14.1718 5.90039 15C5.90039 15.8283 5.22864 16.4998 4.40039 16.5C3.57196 16.5 2.90039 15.8284 2.90039 15C2.90052 14.1717 3.57204 13.5 4.40039 13.5ZM4.40039 14.5C4.12433 14.5 3.90052 14.724 3.90039 15C3.90039 15.2761 4.12425 15.5 4.40039 15.5C4.67635 15.4998 4.90039 15.276 4.90039 15C4.90026 14.7241 4.67627 14.5002 4.40039 14.5Z",
|
|
16563
|
+
fill: fill
|
|
16564
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16565
|
+
d: "M12.2646 14.3037C12.6199 14.304 12.9002 14.605 12.9004 14.9658C12.9 15.3265 12.6198 15.6276 12.2646 15.6279H7.7041C7.34868 15.6279 7.06871 15.3267 7.06836 14.9658C7.06858 14.6049 7.3486 14.3037 7.7041 14.3037H12.2646Z",
|
|
16566
|
+
fill: fill
|
|
16567
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16568
|
+
fillRule: "evenodd",
|
|
16569
|
+
clipRule: "evenodd",
|
|
16570
|
+
d: "M4.40039 9.5C5.22864 9.50021 5.90039 10.1717 5.90039 11C5.90039 11.8283 5.22864 12.4998 4.40039 12.5C3.57196 12.5 2.90039 11.8284 2.90039 11C2.90039 10.1716 3.57196 9.5 4.40039 9.5ZM4.40039 10.5C4.12425 10.5 3.90039 10.7239 3.90039 11C3.90039 11.2761 4.12425 11.5 4.40039 11.5C4.67635 11.4998 4.90039 11.276 4.90039 11C4.90039 10.724 4.67635 10.5002 4.40039 10.5Z",
|
|
16571
|
+
fill: fill
|
|
16572
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16573
|
+
d: "M12.2646 10.3438C12.6199 10.3441 12.9002 10.6451 12.9004 11.0059C12.9 11.3665 12.6198 11.6676 12.2646 11.668H7.7041C7.34869 11.668 7.06873 11.3667 7.06836 11.0059C7.06858 10.6449 7.3486 10.3438 7.7041 10.3438H12.2646Z",
|
|
16574
|
+
fill: fill
|
|
16575
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16576
|
+
fillRule: "evenodd",
|
|
16577
|
+
clipRule: "evenodd",
|
|
16578
|
+
d: "M4.40039 5.5C5.22864 5.50021 5.90039 6.1717 5.90039 7C5.90039 7.8283 5.22864 8.49979 4.40039 8.5C3.57196 8.5 2.90039 7.82843 2.90039 7C2.90039 6.17157 3.57196 5.5 4.40039 5.5ZM4.40039 6.5C4.12425 6.5 3.90039 6.72386 3.90039 7C3.90039 7.27614 4.12425 7.5 4.40039 7.5C4.67635 7.49979 4.90039 7.27601 4.90039 7C4.90039 6.72399 4.67635 6.50021 4.40039 6.5Z",
|
|
16579
|
+
fill: fill
|
|
16580
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16581
|
+
d: "M12.2646 6.37988C12.6201 6.38021 12.9002 6.68179 12.9004 7.04297C12.9 7.40404 12.62 7.70573 12.2646 7.70605H7.7041C7.3485 7.70605 7.0687 7.40423 7.06836 7.04297C7.06858 6.6816 7.34842 6.37989 7.7041 6.37988H12.2646Z",
|
|
16582
|
+
fill: fill
|
|
16583
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16584
|
+
fillRule: "evenodd",
|
|
16585
|
+
clipRule: "evenodd",
|
|
16586
|
+
d: "M10.6318 0C11.1749 0 11.6563 0.269166 11.9326 0.672852H13.5801C14.9194 0.672852 15.9998 1.6888 16 2.9502V17.7227C15.9997 18.984 14.9194 20 13.5801 20H2.41992C1.08062 20 0.000265594 18.984 0 17.7227V2.9502C0.000160768 1.71645 1.03338 0.717983 2.33203 0.674805L4.06445 0.677734C4.34027 0.271404 4.82297 0 5.36816 0H10.6318ZM2.41992 1.94531C1.82377 1.94531 1.35172 2.39002 1.35156 2.9502V17.7227C1.35182 18.2828 1.82383 18.7275 2.41992 18.7275H13.5801C14.1762 18.7275 14.6482 18.2828 14.6484 17.7227V2.9502C14.6483 2.39002 14.1762 1.94531 13.5801 1.94531H12.1797V2.55273C12.1797 3.35395 11.481 4.0127 10.6318 4.0127H5.36816C4.51897 4.0127 3.82129 3.35395 3.82129 2.55273V1.94434L2.41992 1.94531ZM5.36816 1.19824C5.36816 1.19824 5.26284 1.18155 5.13281 1.26758C5.00762 1.35051 5.00309 1.45187 5.00293 1.45898V2.55273C5.00293 2.55273 5.00291 2.66179 5.08203 2.72559C5.22217 2.83854 5.36816 2.81445 5.36816 2.81445H10.6318C10.6318 2.81445 10.7372 2.83017 10.8672 2.74414C10.9969 2.65815 10.9971 2.55273 10.9971 2.55273V1.45898C10.997 1.45174 10.9942 1.34866 10.918 1.28711C10.7778 1.17415 10.6318 1.19824 10.6318 1.19824H5.36816Z",
|
|
16587
|
+
fill: fill
|
|
16588
|
+
})]
|
|
16589
|
+
})
|
|
16563
16590
|
});
|
|
16564
16591
|
const Form_ICON_NAME = 'clipboard-form';
|
|
16565
16592
|
;// ./src/components/Icon/icons/Geography.tsx
|
|
@@ -16569,17 +16596,20 @@ const Geography = ({
|
|
|
16569
16596
|
size = 24,
|
|
16570
16597
|
...props
|
|
16571
16598
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16572
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16573
16599
|
width: `${size}px`,
|
|
16574
16600
|
height: `${size}px`,
|
|
16575
16601
|
viewBox: "0 0 24 24",
|
|
16576
16602
|
fill: "none",
|
|
16603
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16577
16604
|
...props,
|
|
16578
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
16579
|
-
|
|
16580
|
-
|
|
16581
|
-
|
|
16582
|
-
|
|
16605
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16606
|
+
transform: "translate(2, 2)",
|
|
16607
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16608
|
+
fillRule: "evenodd",
|
|
16609
|
+
clipRule: "evenodd",
|
|
16610
|
+
d: "M10 0C13.5985 0.000138506 16.7576 1.91082 18.5186 4.76953L18.5215 4.77344L18.5342 4.78809L18.5352 4.79102L18.5859 4.88379C19.4827 6.38219 20 8.13185 20 10C19.9998 15.5141 15.5141 19.9998 10 20C4.48576 20 0.000212156 15.5142 0 10C0 8.24846 0.453261 6.59968 1.24902 5.16699L1.41211 4.88379C1.42645 4.85197 1.4427 4.8218 1.46191 4.79297L1.46484 4.78809L1.47559 4.77539C1.47735 4.7735 1.47917 4.77182 1.48047 4.77051C3.24153 1.91031 6.40152 0 10 0ZM14.0283 13.5381C13.534 15.4322 12.6408 17.2001 11.3936 18.7402C13.8228 18.3553 15.9245 16.9817 17.2734 15.042C16.2561 14.3941 15.167 13.8917 14.0283 13.5381ZM5.95605 13.541C4.82363 13.8946 3.73822 14.3972 2.72559 15.042C4.071 16.9766 6.16598 18.3469 8.58691 18.7363C7.34294 17.1979 6.45021 15.4317 5.95605 13.541ZM10 12.9277C9.00094 12.9277 8.01619 13.0359 7.06055 13.2471C7.57854 15.2349 8.5763 17.0714 9.99121 18.6182C11.4078 17.0713 12.4057 15.2337 12.9238 13.2441C11.9716 13.036 10.9924 12.9278 10 12.9277ZM2.13379 5.93457C1.50122 7.15322 1.14258 8.53538 1.14258 10C1.14264 11.4641 1.50158 12.8452 2.13379 14.0635C3.25483 13.3522 4.45711 12.8041 5.71289 12.4229C5.57414 11.6295 5.50002 10.82 5.5 10C5.5 9.17824 5.5741 8.36963 5.71289 7.57617C4.45837 7.19488 3.25504 6.64605 2.13379 5.93457ZM17.8643 5.93457C16.7382 6.64908 15.5303 7.19973 14.2695 7.58105C14.4083 8.37306 14.4844 9.18132 14.4844 10C14.4844 10.8199 14.4082 11.6276 14.2695 12.418C15.5301 12.7992 16.7384 13.3491 17.8643 14.0635C18.4966 12.845 18.8564 11.4643 18.8564 10C18.8564 8.53519 18.497 7.15334 17.8643 5.93457ZM6.82422 7.86816C6.70613 8.56582 6.64258 9.27881 6.64258 10C6.6426 10.7207 6.70627 11.4327 6.82422 12.1299C7.85788 11.9031 8.92093 11.7852 10 11.7852C11.0725 11.7852 12.13 11.9018 13.1602 12.127C13.2768 11.4299 13.3408 10.7207 13.3408 10C13.3408 9.28039 13.2751 8.56893 13.1582 7.87109C12.1296 8.0962 11.0724 8.21384 10 8.21387C8.92084 8.21387 7.85795 8.09502 6.82422 7.86816ZM9.99023 1.37988C8.5752 2.92654 7.5782 4.76304 7.05859 6.75098C8.01591 6.96222 9.00069 7.07129 10 7.07129C10.9925 7.07126 11.9716 6.96209 12.9238 6.75391C12.4041 4.76462 11.4067 2.9265 9.99023 1.37988ZM11.3926 1.25879C12.6395 2.79861 13.532 4.56636 14.0264 6.45996C15.1653 6.10759 16.2558 5.6042 17.2734 4.95605C15.9246 3.01548 13.8215 1.64375 11.3926 1.25879ZM8.58691 1.25977C6.16618 1.65052 4.07106 3.0218 2.72559 4.95605C3.73825 5.60098 4.82231 6.10285 5.95605 6.45508C6.45039 4.5631 7.34287 2.79787 8.58691 1.25977Z",
|
|
16611
|
+
fill: fill
|
|
16612
|
+
})
|
|
16583
16613
|
})
|
|
16584
16614
|
});
|
|
16585
16615
|
const Geography_ICON_NAME = 'geography';
|
|
@@ -16705,11 +16735,14 @@ const Inventory = ({
|
|
|
16705
16735
|
fill: "none",
|
|
16706
16736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16707
16737
|
...props,
|
|
16708
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
16709
|
-
|
|
16710
|
-
|
|
16711
|
-
|
|
16712
|
-
|
|
16738
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16739
|
+
transform: "translate(1, 2)",
|
|
16740
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16741
|
+
fillRule: "evenodd",
|
|
16742
|
+
clipRule: "evenodd",
|
|
16743
|
+
d: "M8.84433 3.96758C8.07418 4.31321 7.69583 5.20268 8.03621 5.95013L10.5082 11.3784C10.8486 12.1259 11.7712 12.4315 12.5413 12.0859L14.8901 11.0318L15.1896 12.0161L14.3404 12.3972C14.2629 12.4309 14.1923 12.4788 14.1327 12.5383C14.0727 12.5982 14.0247 12.669 13.992 12.7469C13.9592 12.8248 13.9424 12.9083 13.9431 12.9926C13.9439 13.077 13.9621 13.1602 13.9972 13.2371C14.0322 13.314 14.083 13.3826 14.1464 13.4389C14.2097 13.4952 14.284 13.5378 14.3645 13.5649C14.445 13.5919 14.5302 13.6029 14.6151 13.5978C14.6996 13.5927 14.7824 13.5717 14.8591 13.5362L20.6318 10.9455C20.7094 10.9118 20.78 10.8639 20.8396 10.8043C20.8996 10.7445 20.9476 10.6737 20.9803 10.5958C21.013 10.5179 21.0299 10.4344 21.0291 10.35C21.0284 10.2656 21.0101 10.1825 20.9751 10.1056C20.9401 10.0286 20.8893 9.96007 20.8259 9.90378C20.7626 9.84751 20.6883 9.80486 20.6078 9.7778C20.5273 9.75074 20.4421 9.73975 20.3572 9.7449C20.2727 9.75002 20.1899 9.771 20.1132 9.80646L19.264 10.1876L18.7175 9.31414L21.0662 8.26005C21.8364 7.91442 22.2147 7.02495 21.8744 6.2775L19.4024 0.849212C19.062 0.101761 18.1394 -0.20387 17.3692 0.141758L8.84433 3.96758ZM9.36305 5.10664L17.888 1.28082C18.0292 1.21746 18.1614 1.27464 18.2111 1.38383L20.6831 6.81211C20.7328 6.9213 20.6887 7.05762 20.5475 7.12098L17.6032 8.44234C17.5469 8.45931 17.493 8.48349 17.443 8.51424L15.1264 9.55388C15.071 9.57069 15.018 9.59448 14.9688 9.62462L12.0226 10.9468C11.8814 11.0102 11.7492 10.953 11.6995 10.8438L9.22746 5.41552C9.17774 5.30633 9.22185 5.17001 9.36305 5.10664ZM16.3905 11.4771L16.091 10.4928L17.5166 9.85307L18.0631 10.7265L16.3905 11.4771ZM3.17038 2.04547C2.82525 2.05746 2.47737 2.1417 2.14767 2.3059L0.448328 3.1533C0.356182 3.19468 0.273094 3.25481 0.204045 3.33007C0.134996 3.40534 0.0814082 3.4942 0.0464926 3.59132C0.0115771 3.68844 -0.00394691 3.79182 0.000851163 3.89527C0.00564924 3.99872 0.0306706 4.10011 0.0744155 4.19336C0.11816 4.2866 0.179728 4.36979 0.255428 4.43793C0.331128 4.50607 0.419402 4.55776 0.514958 4.5899C0.610514 4.62204 0.711386 4.63398 0.811526 4.62499C0.911666 4.61599 1.00901 4.58626 1.09773 4.53757L2.79805 3.69118C3.36572 3.40846 4.0232 3.66432 4.26795 4.26312L8.63783 14.9567C8.68397 15.0696 8.75455 15.1607 8.82534 15.252C8.87276 15.3132 8.92027 15.3745 8.96058 15.4425C8.39631 15.5121 7.88689 15.741 7.55678 16.1236C7.17107 16.5707 6.99487 17.1366 6.99487 17.6922C6.99487 18.2478 7.17107 18.8137 7.55678 19.2608C7.94249 19.7079 8.55033 20 9.23473 20C9.91914 20 10.527 19.7079 10.9127 19.2608C11.2984 18.8137 11.4746 18.2478 11.4746 17.6922C11.4746 17.5931 11.453 17.4956 11.4312 17.3978C11.421 17.3515 11.4107 17.3051 11.4027 17.2585C12.1972 17.4474 13.0381 17.4558 13.8389 17.0942V17.0952L19.6388 14.4769C19.7303 14.4375 19.8132 14.3798 19.8827 14.3071C19.9523 14.2343 20.0071 14.148 20.044 14.0532C20.0808 13.9585 20.099 13.857 20.0975 13.7549C20.0959 13.6528 20.0746 13.5521 20.0349 13.4585C19.9951 13.365 19.9377 13.2805 19.8659 13.2101C19.7942 13.1397 19.7095 13.0846 19.6169 13.0482C19.5243 13.0119 19.4256 12.9948 19.3266 12.9982C19.2275 13.0015 19.1301 13.0251 19.04 13.0676L13.24 15.6859C11.9854 16.2524 10.5453 15.66 10.0134 14.3587L5.64357 3.66614C5.21714 2.62287 4.20577 2.00951 3.17038 2.04547ZM9.23473 16.9229C9.54583 16.9229 9.68461 17.0154 9.79665 17.1453C9.90868 17.2752 9.98136 17.4785 9.98136 17.6922C9.98136 17.9059 9.90868 18.1092 9.79665 18.2391C9.68461 18.369 9.54583 18.4615 9.23473 18.4615C8.92364 18.4615 8.78486 18.369 8.67282 18.2391C8.56079 18.1092 8.48811 17.9059 8.48811 17.6922C8.48811 17.4785 8.56079 17.2752 8.67282 17.1453C8.78486 17.0154 8.92364 16.9229 9.23473 16.9229Z",
|
|
16744
|
+
fill: fill
|
|
16745
|
+
})
|
|
16713
16746
|
})
|
|
16714
16747
|
});
|
|
16715
16748
|
const Inventory_ICON_NAME = 'inventory';
|
|
@@ -16772,24 +16805,27 @@ const Language = ({
|
|
|
16772
16805
|
fill = '#000',
|
|
16773
16806
|
size = 24,
|
|
16774
16807
|
...props
|
|
16775
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
16776
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
16808
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16777
16809
|
width: `${size}px`,
|
|
16778
16810
|
height: `${size}px`,
|
|
16779
16811
|
viewBox: "0 0 24 24",
|
|
16780
16812
|
fill: "none",
|
|
16813
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16781
16814
|
...props,
|
|
16782
|
-
children:
|
|
16783
|
-
|
|
16784
|
-
|
|
16785
|
-
|
|
16786
|
-
|
|
16787
|
-
|
|
16788
|
-
|
|
16789
|
-
|
|
16790
|
-
|
|
16791
|
-
|
|
16792
|
-
|
|
16815
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
16816
|
+
transform: "translate(2, 2)",
|
|
16817
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16818
|
+
fillRule: "evenodd",
|
|
16819
|
+
clipRule: "evenodd",
|
|
16820
|
+
d: "M7.73575 3.76226L10.0424 9.98409L10.0654 10.0451H8.51613L8.50552 10.0141L7.97437 8.44543H5.73221L5.20194 10.0141L5.19134 10.0451H3.71277L3.73575 9.98409L6.05214 3.76226L6.06363 3.7331H7.72514L7.73575 3.76226ZM6.04596 7.4388H7.67123L6.85815 5.01989L6.04596 7.4388Z",
|
|
16821
|
+
fill: fill
|
|
16822
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16823
|
+
fillRule: "evenodd",
|
|
16824
|
+
clipRule: "evenodd",
|
|
16825
|
+
d: "M11.7419 0C12.8664 0 13.7781 0.911755 13.7782 2.03624V6.22183H17.4662C18.8656 6.22183 19.9999 7.35626 20 8.75563V17.4662C20 18.8657 18.8657 20 17.4662 20H8.75563C7.35626 19.9999 6.22183 18.8656 6.22183 17.4662V13.7782H2.03624C0.911755 13.7781 0 12.8664 0 11.7419V2.03624C0.000119378 0.911829 0.911829 0.000119378 2.03624 0H11.7419ZM13.7782 9.7057H17.5113V11.0994H16.0053C15.5141 12.448 14.8531 13.5553 14.0239 14.4755C14.9596 15.1911 16.1006 15.7282 17.4759 16.0389L17.5555 16.0574L17.498 16.1149C17.2351 16.3803 16.8882 16.8973 16.7238 17.2108L16.707 17.2426L16.6726 17.2338C15.1983 16.8547 14.0034 16.2363 13.0358 15.4158C12.0332 16.217 10.8503 16.817 9.46001 17.2603L9.42112 17.2726L9.40521 17.2355C9.27824 16.9519 8.93941 16.4352 8.72028 16.1679L8.67609 16.1131L8.74414 16.0954C10.0839 15.739 11.2151 15.219 12.1326 14.5223C11.9308 14.2864 11.7402 14.0382 11.5608 13.7782H7.55634V17.4662C7.55634 18.1284 8.09348 18.6654 8.75563 18.6655H17.4662C18.1284 18.6655 18.6655 18.1284 18.6655 17.4662V8.75563C18.6654 8.09348 18.1284 7.55634 17.4662 7.55634H13.7782V9.7057ZM13.7782 11.7419C13.7782 12.4346 13.4315 13.0454 12.9032 13.4132C12.9675 13.4882 13.0339 13.5617 13.1012 13.6341C13.7308 12.9355 14.2342 12.0997 14.6186 11.0994H13.7782V11.7419ZM2.03624 1.08617C1.51161 1.08629 1.08629 1.51161 1.08617 2.03624V11.7419C1.08617 12.2667 1.51153 12.6919 2.03624 12.692H11.7419C12.2667 12.692 12.692 12.2667 12.692 11.7419V2.03624C12.6919 1.51153 12.2667 1.08617 11.7419 1.08617H2.03624Z",
|
|
16826
|
+
fill: fill
|
|
16827
|
+
})]
|
|
16828
|
+
})
|
|
16793
16829
|
});
|
|
16794
16830
|
const Language_ICON_NAME = 'language';
|
|
16795
16831
|
;// ./src/components/Icon/icons/Link.tsx
|
|
@@ -16823,14 +16859,18 @@ const Lock = ({
|
|
|
16823
16859
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16824
16860
|
width: `${size}px`,
|
|
16825
16861
|
height: `${size}px`,
|
|
16862
|
+
viewBox: "0 0 24 24",
|
|
16826
16863
|
fill: "none",
|
|
16827
|
-
viewBox: "0 0 16 21",
|
|
16828
16864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16829
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
16830
16865
|
...props,
|
|
16831
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
16832
|
-
|
|
16833
|
-
|
|
16866
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
16867
|
+
transform: "translate(3.5, 2)",
|
|
16868
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
16869
|
+
fillRule: "evenodd",
|
|
16870
|
+
clipRule: "evenodd",
|
|
16871
|
+
d: "M13.2222 3.80952C13.2222 1.70558 11.5309 0 9.44444 0H7.55556C5.46915 0 3.77778 1.70558 3.77778 3.80952V4.7619C1.69137 4.7619 0 6.46749 0 8.57143V16.1905C0 18.2286 1.58719 19.8932 3.58317 19.9953L3.77778 20H13.2222C15.3086 20 17 18.2944 17 16.1905V8.57143C17 6.46749 15.3086 4.7619 13.2222 4.7619V3.80952ZM5.10037 3.80952C5.10037 2.44196 6.19939 1.33371 7.55556 1.33371H9.44444C10.8006 1.33371 11.8996 2.44196 11.8996 3.80952V4.7619H5.10037V3.80952ZM10.8611 11.4286C10.8611 10.1136 9.80401 9.04762 8.5 9.04762C7.19599 9.04762 6.13889 10.1136 6.13889 11.4286C6.13889 12.5118 6.85685 13.4242 7.8387 13.7128V15.2381C7.8387 15.6063 8.13488 15.9049 8.5 15.9049C8.86512 15.9049 9.1613 15.6063 9.1613 15.2381V13.7128C10.1431 13.4242 10.8611 12.5118 10.8611 11.4286ZM8.5 10.3813C7.92624 10.3813 7.46148 10.85 7.46148 11.4286C7.46148 12.0072 7.92624 12.4758 8.5 12.4758C9.07376 12.4758 9.53852 12.0072 9.53852 11.4286C9.53852 10.85 9.07376 10.3813 8.5 10.3813Z",
|
|
16872
|
+
fill: fill
|
|
16873
|
+
})
|
|
16834
16874
|
})
|
|
16835
16875
|
});
|
|
16836
16876
|
const Lock_ICON_NAME = 'lock';
|
|
@@ -16952,17 +16992,16 @@ const Minus = ({
|
|
|
16952
16992
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
16953
16993
|
width: `${size}px`,
|
|
16954
16994
|
height: `${size}px`,
|
|
16995
|
+
viewBox: "0 0 24 24",
|
|
16955
16996
|
fill: "none",
|
|
16956
|
-
viewBox: "0 0 10 2",
|
|
16957
16997
|
xmlns: "http://www.w3.org/2000/svg",
|
|
16958
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
16959
16998
|
...props,
|
|
16960
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
16961
|
-
|
|
16962
|
-
|
|
16963
|
-
|
|
16964
|
-
|
|
16965
|
-
|
|
16999
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17000
|
+
transform: "translate(3, 11.1)",
|
|
17001
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17002
|
+
d: "M17.0996 0C17.5965 0 17.9997 0.402627 18 0.899414C18 1.39647 17.5967 1.7998 17.0996 1.7998H0.900391C0.403334 1.7998 0 1.39647 0 0.899414C0.000316605 0.402627 0.40353 0 0.900391 0H17.0996Z",
|
|
17003
|
+
fill: fill
|
|
17004
|
+
})
|
|
16966
17005
|
})
|
|
16967
17006
|
});
|
|
16968
17007
|
const Minus_ICON_NAME = 'minus';
|
|
@@ -17019,23 +17058,26 @@ const More = ({
|
|
|
17019
17058
|
fill = '#000',
|
|
17020
17059
|
size = 24,
|
|
17021
17060
|
...props
|
|
17022
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
17061
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
17023
17062
|
width: `${size}px`,
|
|
17024
17063
|
height: `${size}px`,
|
|
17025
17064
|
viewBox: "0 0 24 24",
|
|
17065
|
+
fill: "none",
|
|
17026
17066
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17027
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
17028
17067
|
...props,
|
|
17029
|
-
children:
|
|
17030
|
-
|
|
17031
|
-
|
|
17032
|
-
|
|
17033
|
-
|
|
17034
|
-
|
|
17035
|
-
|
|
17036
|
-
|
|
17037
|
-
|
|
17038
|
-
|
|
17068
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17069
|
+
transform: "translate(3.6, 10.2)",
|
|
17070
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17071
|
+
d: "M1.8 0C0.81 0 0 0.81 0 1.8C0 2.79 0.81 3.6 1.8 3.6C2.79 3.6 3.6 2.79 3.6 1.8C3.6 0.81 2.79 0 1.8 0Z",
|
|
17072
|
+
fill: fill
|
|
17073
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17074
|
+
d: "M8.4 0C7.41 0 6.6 0.81 6.6 1.8C6.6 2.79 7.41 3.6 8.4 3.6C9.39 3.6 10.2 2.79 10.2 1.8C10.2 0.81 9.39 0 8.4 0Z",
|
|
17075
|
+
fill: fill
|
|
17076
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17077
|
+
d: "M15 0C14.01 0 13.2 0.81 13.2 1.8C13.2 2.79 14.01 3.6 15 3.6C15.99 3.6 16.8 2.79 16.8 1.8C16.8 0.81 15.99 0 15 0Z",
|
|
17078
|
+
fill: fill
|
|
17079
|
+
})]
|
|
17080
|
+
})
|
|
17039
17081
|
});
|
|
17040
17082
|
const More_ICON_NAME = 'more';
|
|
17041
17083
|
;// ./src/components/Icon/icons/MoreVertical.tsx
|
|
@@ -17044,29 +17086,26 @@ const MoreVertical = ({
|
|
|
17044
17086
|
fill = '#000',
|
|
17045
17087
|
size = 24,
|
|
17046
17088
|
...props
|
|
17047
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
17048
|
-
|
|
17049
|
-
width: `${size / 4}px`,
|
|
17089
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
17090
|
+
width: `${size}px`,
|
|
17050
17091
|
height: `${size}px`,
|
|
17051
|
-
viewBox: "0 0
|
|
17092
|
+
viewBox: "0 0 24 24",
|
|
17052
17093
|
fill: "none",
|
|
17094
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17053
17095
|
...props,
|
|
17054
|
-
children:
|
|
17055
|
-
|
|
17056
|
-
|
|
17057
|
-
|
|
17058
|
-
|
|
17059
|
-
|
|
17060
|
-
|
|
17061
|
-
|
|
17062
|
-
|
|
17063
|
-
|
|
17064
|
-
|
|
17065
|
-
|
|
17066
|
-
|
|
17067
|
-
r: "1.5",
|
|
17068
|
-
fill: fill
|
|
17069
|
-
})]
|
|
17096
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17097
|
+
transform: "translate(13.8, 3.6) rotate(90)",
|
|
17098
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17099
|
+
d: "M1.8 0C0.81 0 0 0.81 0 1.8C0 2.79 0.81 3.6 1.8 3.6C2.79 3.6 3.6 2.79 3.6 1.8C3.6 0.81 2.79 0 1.8 0Z",
|
|
17100
|
+
fill: fill
|
|
17101
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17102
|
+
d: "M8.4 0C7.41 0 6.6 0.81 6.6 1.8C6.6 2.79 7.41 3.6 8.4 3.6C9.39 3.6 10.2 2.79 10.2 1.8C10.2 0.81 9.39 0 8.4 0Z",
|
|
17103
|
+
fill: fill
|
|
17104
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17105
|
+
d: "M15 0C14.01 0 13.2 0.81 13.2 1.8C13.2 2.79 14.01 3.6 15 3.6C15.99 3.6 16.8 2.79 16.8 1.8C16.8 0.81 15.99 0 15 0Z",
|
|
17106
|
+
fill: fill
|
|
17107
|
+
})]
|
|
17108
|
+
})
|
|
17070
17109
|
});
|
|
17071
17110
|
const MoreVertical_ICON_NAME = 'more-vertical';
|
|
17072
17111
|
;// ./src/components/Icon/icons/Notification.tsx
|
|
@@ -17078,15 +17117,16 @@ const Notification = ({
|
|
|
17078
17117
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
17079
17118
|
width: `${size}px`,
|
|
17080
17119
|
height: `${size}px`,
|
|
17081
|
-
viewBox: "0 0
|
|
17120
|
+
viewBox: "0 0 24 24",
|
|
17121
|
+
fill: "none",
|
|
17082
17122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17083
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
17084
17123
|
...props,
|
|
17085
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
17086
|
-
|
|
17087
|
-
|
|
17088
|
-
|
|
17089
|
-
|
|
17124
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17125
|
+
transform: "translate(2.5, 2)",
|
|
17126
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17127
|
+
d: "M0.403922 6.36345C0.446565 6.37426 0.490985 6.37966 0.533629 6.37966C0.771721 6.37966 0.990269 6.21572 1.05068 5.97069C1.54463 3.96728 2.72088 2.19267 4.36087 0.978373C4.59897 0.801813 4.65049 0.464907 4.47637 0.223489C4.30224 -0.0179298 3.96998 -0.0701771 3.73188 0.106383C1.89111 1.47022 0.570942 3.45922 0.0165776 5.70946C-0.0562715 5.99772 0.117856 6.29138 0.403922 6.36345ZM14.6397 0.978373C16.2797 2.19267 17.4542 3.96548 17.9499 5.97069C18.0103 6.21572 18.2271 6.37966 18.467 6.37966C18.5096 6.37966 18.554 6.37426 18.5967 6.36345C18.8827 6.29138 19.0551 5.99772 18.984 5.70765C18.4296 3.45922 17.1095 1.46842 15.2687 0.104581C15.0306 -0.0719787 14.6983 -0.0197314 14.5242 0.221687C14.3501 0.464908 14.4016 0.801813 14.6397 0.978373ZM1.5393 14.3879C1.36518 15.0924 1.51798 15.8256 1.96041 16.3967C2.40105 16.9697 3.06558 17.2976 3.78163 17.2976H6.3509C6.60498 18.8289 7.91982 20 9.50118 20C11.0825 20 12.3956 18.8289 12.6515 17.2976H15.2207C15.9368 17.2976 16.6013 16.9697 17.042 16.3967C17.4826 15.8238 17.6354 15.0924 17.4631 14.3879L15.5352 6.58325C14.8423 3.7691 12.3601 1.80352 9.4994 1.80352C6.63874 1.80352 4.15654 3.7691 3.46359 6.58325L1.5393 14.3879ZM9.4994 18.919C8.50794 18.919 7.67462 18.229 7.43653 17.2976H11.5605C11.3242 18.229 10.4909 18.919 9.4994 18.919ZM9.4994 2.8845C11.8697 2.8845 13.9272 4.51317 14.5011 6.84448L16.4254 14.6492C16.5196 15.0293 16.4361 15.4221 16.1997 15.7319C15.9617 16.04 15.6045 16.2166 15.219 16.2166H3.77986C3.39429 16.2166 3.03715 16.04 2.79906 15.7319C2.56097 15.4239 2.47923 15.0293 2.57341 14.6492L4.49769 6.84448C5.0716 4.51317 7.12914 2.8845 9.4994 2.8845Z",
|
|
17128
|
+
fill: fill
|
|
17129
|
+
})
|
|
17090
17130
|
})
|
|
17091
17131
|
});
|
|
17092
17132
|
const Notification_ICON_NAME = 'notification';
|
|
@@ -17239,27 +17279,22 @@ const Plus = ({
|
|
|
17239
17279
|
fill = '#000',
|
|
17240
17280
|
size = 24,
|
|
17241
17281
|
...props
|
|
17242
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
17282
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
17243
17283
|
width: `${size}px`,
|
|
17244
17284
|
height: `${size}px`,
|
|
17245
|
-
viewBox: "0 0
|
|
17285
|
+
viewBox: "0 0 24 24",
|
|
17246
17286
|
fill: "none",
|
|
17247
17287
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17248
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
17249
17288
|
...props,
|
|
17250
|
-
children:
|
|
17251
|
-
|
|
17252
|
-
|
|
17253
|
-
|
|
17254
|
-
|
|
17255
|
-
|
|
17256
|
-
|
|
17257
|
-
|
|
17258
|
-
|
|
17259
|
-
strokeWidth: "1.4",
|
|
17260
|
-
strokeLinecap: "round",
|
|
17261
|
-
strokeLinejoin: "round"
|
|
17262
|
-
})]
|
|
17289
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17290
|
+
transform: "translate(3, 3)",
|
|
17291
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17292
|
+
fillRule: "evenodd",
|
|
17293
|
+
clipRule: "evenodd",
|
|
17294
|
+
d: "M9.00039 18C9.49727 17.9998 9.89981 17.5965 9.89981 17.0996V9.9H17.0996C17.5967 9.9 18 9.49667 18 8.99961C17.9998 8.50273 17.5965 8.10019 17.0996 8.10019H9.89981V0.900391C9.89981 0.403465 9.49727 0.000211056 9.00039 0C8.50333 0 8.1 0.403334 8.1 0.900391V8.10019H0.900391C0.403465 8.10019 0.000211056 8.50273 0 8.99961C0 9.49667 0.403334 9.9 0.900391 9.9H8.1V17.0996C8.1 17.5967 8.50333 18 9.00039 18Z",
|
|
17295
|
+
fill: fill
|
|
17296
|
+
})
|
|
17297
|
+
})
|
|
17263
17298
|
});
|
|
17264
17299
|
const Plus_ICON_NAME = 'plus';
|
|
17265
17300
|
;// ./src/components/Icon/icons/PlusCircle.tsx
|
|
@@ -17322,9 +17357,25 @@ const ProbationPeriod = ({
|
|
|
17322
17357
|
fill: "none",
|
|
17323
17358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17324
17359
|
...props,
|
|
17325
|
-
children: (0,jsx_runtime_namespaceObject.
|
|
17326
|
-
|
|
17327
|
-
|
|
17360
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17361
|
+
transform: "translate(3, 1)",
|
|
17362
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17363
|
+
d: "M8.83415 15.5728C9.16507 15.5727 9.43385 15.8353 9.43415 16.1591V17.4339L10.8302 17.092L10.9502 17.0748C11.2289 17.0628 11.4876 17.2438 11.558 17.5188C11.6281 17.7938 11.4866 18.0723 11.2351 18.1901L11.122 18.2302L8.98146 18.7535L8.86146 18.7707C8.58289 18.7826 8.32406 18.6026 8.25366 18.3276C8.23871 18.2691 8.23484 18.2101 8.23805 18.1529L8.2361 18.1299L8.23512 16.1591C8.23533 15.8356 8.50358 15.5733 8.83415 15.5728Z",
|
|
17364
|
+
fill: fill
|
|
17365
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17366
|
+
fillRule: "evenodd",
|
|
17367
|
+
clipRule: "evenodd",
|
|
17368
|
+
d: "M9.04098 13.5915C11.4134 13.5916 13.3366 15.4738 13.3366 17.7957C13.3365 20.1176 11.4133 21.9999 9.04098 22C6.66862 21.9999 4.74547 20.1176 4.74537 17.7957C4.74537 15.4738 6.66856 13.5916 9.04098 13.5915ZM9.04098 14.7641C7.33065 14.7642 5.94341 16.1218 5.94341 17.7957C5.94352 19.4696 7.33072 20.8264 9.04098 20.8265C10.7512 20.8264 12.1375 19.4696 12.1376 17.7957C12.1376 16.1218 10.7513 14.7642 9.04098 14.7641Z",
|
|
17369
|
+
fill: fill
|
|
17370
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17371
|
+
d: "M7.18341 2.66884L7.26829 2.67934C7.35141 2.69381 7.4324 2.72047 7.51122 2.75764L8.03512 3.00781L8.35512 3.14818C9.09999 3.45305 9.91074 3.61221 10.718 3.61224H11.5805L11.6907 3.6237L11.6956 3.62465L11.7951 3.6533C12.0178 3.73882 12.1765 3.95001 12.1766 4.19948L12.1649 4.31788C12.1085 4.58628 11.8648 4.78667 11.5756 4.78672H10.7171L10.3571 4.77812H10.3551C9.50955 4.73647 8.66952 4.55037 7.88878 4.23099L7.5122 4.0658L7.51024 4.06484L7.19415 3.91207L6.78537 4.52318C6.68321 4.67287 6.52307 4.76294 6.35415 4.7829L6.28195 4.78672C6.19668 4.78662 6.11062 4.76807 6.03122 4.73229L5.95317 4.69123C5.67768 4.51299 5.59943 4.14804 5.78244 3.87674L6.32 3.07656L6.32195 3.0737L6.39707 2.97821L6.39902 2.97535C6.59708 2.75555 6.89188 2.6443 7.18341 2.66884Z",
|
|
17372
|
+
fill: fill
|
|
17373
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17374
|
+
fillRule: "evenodd",
|
|
17375
|
+
clipRule: "evenodd",
|
|
17376
|
+
d: "M9.75707 0.0133681C10.5868 0.0662648 11.3416 0.275692 11.999 0.626389L12.319 0.813542L12.3249 0.817361L13.3376 1.68342L13.3424 1.68819C13.7625 2.1686 14.0937 2.74103 14.322 3.39167L14.4137 3.67526L14.4146 3.67622L14.5171 4.07248L14.519 4.08108L14.5298 4.22908L14.5307 4.23576C14.5217 4.37702 14.4551 4.50843 14.3502 4.61007L14.3571 4.6158L14.3151 4.65017C14.1512 4.78557 13.9303 4.81543 13.7405 4.75521C13.8039 4.95583 13.8504 5.14034 13.8839 5.32526L14.0185 5.37109L14.0215 5.37205L14.1444 5.43793C14.3761 5.58443 14.5352 5.82508 14.6224 6.11207L14.6595 6.25911L14.6615 6.26198L14.6985 6.54366V6.54748L14.7024 6.77378C14.6964 7.00192 14.6616 7.23913 14.6 7.47179V7.48038L14.5502 7.46701L14.598 7.48038C14.42 8.11692 14.051 8.65955 13.5834 8.89262C13.3944 9.43165 13.1339 9.96012 12.8215 10.4548L15.6888 12.0771L15.6898 12.078L15.9473 12.2356L16.1805 12.3989C17.3143 13.2463 17.9998 14.5768 18 15.9949V18.32L17.9932 18.446C17.9277 19.0714 17.383 19.5641 16.7268 19.5641H13.6976C13.8451 19.1921 13.9474 18.7984 13.998 18.3887H16.7268C16.7559 18.3887 16.7814 18.3706 16.7922 18.3457L16.798 18.32V15.9949C16.7978 14.8779 16.2214 13.8293 15.28 13.2115L15.0868 13.0931L12.1073 11.4049C11.2837 12.3264 10.2121 12.9966 9 12.9966C7.78729 12.9966 6.71362 12.3273 5.88976 11.4049L2.91512 13.0931C1.85878 13.6893 1.20224 14.8037 1.20195 15.9949V18.32L1.2078 18.3457C1.21856 18.3707 1.24406 18.3887 1.27317 18.3887H4.0839C4.13451 18.7984 4.23683 19.1921 4.38439 19.5641H1.27317C0.616938 19.5641 0.0723007 19.0715 0.00682927 18.446L0 18.32V15.9949C0.000292572 14.3816 0.888089 12.8814 2.31317 12.0771L5.17659 10.4548C4.86426 9.96022 4.6036 9.43155 4.41463 8.89262C3.94779 8.65908 3.57983 8.11628 3.40195 7.48038L3.39805 7.46701C3.28916 7.05367 3.26184 6.62627 3.33951 6.25911V6.25721L3.38146 6.09392L3.38244 6.09106L3.43415 5.9526C3.56553 5.64769 3.79231 5.41723 4.11024 5.32717V5.3224L4.10439 5.25078L4.08098 5.05408L4.03805 4.71033C3.99644 4.32351 3.96813 3.80884 4.03317 3.15773V3.15582L4.07024 2.89036L4.07122 2.88845L4.11805 2.66406C4.24448 2.15178 4.48146 1.71349 4.81561 1.37691L4.98244 1.22509C5.38255 0.892537 5.88625 0.698632 6.45951 0.664583C7.17516 0.222583 8.24786 0 9 0H9.33561L9.75707 0.0133681ZM9 1.17448C8.73471 1.17448 8.44517 1.20836 8.1639 1.2671L7.88683 1.33394C7.52073 1.43479 7.2099 1.57161 7.01659 1.71398L7.01561 1.71493L7.00878 1.7197C6.93321 1.77134 6.84491 1.80838 6.75122 1.82378L6.65561 1.83142C6.29526 1.83142 6.0009 1.93519 5.77561 2.11693L5.68195 2.19905C5.47438 2.40532 5.3215 2.70552 5.25463 3.09757L5.23219 3.27135C5.1561 3.99993 5.2226 4.53382 5.26927 4.89748L5.2722 4.90703L5.30732 5.22596V5.22882L5.31024 5.37778V5.38064L5.29659 5.5191V5.52292C5.26856 5.67547 5.25 5.83439 5.2439 5.99175V5.99844C5.23028 6.20261 5.11242 6.39014 4.92195 6.49019L4.91805 6.4921L4.91317 6.49306L4.91415 6.49401C4.7896 6.55408 4.64638 6.56795 4.51024 6.53698L4.49854 6.63724C4.49112 6.79228 4.51089 6.98077 4.56195 7.17101L4.62439 7.36102L4.67512 7.47943C4.7273 7.58981 4.78268 7.67478 4.8322 7.73628L4.89268 7.80408C4.91049 7.82163 4.92585 7.83473 4.93756 7.84323L4.94146 7.84514C5.12591 7.86032 5.29152 7.9562 5.3922 8.10391L5.4322 8.17266L5.43415 8.17648L5.46439 8.25573L5.46732 8.26146L5.63122 8.73125L5.72585 8.96424C5.8263 9.19673 5.94188 9.42593 6.06927 9.64601L6.33854 10.0728L6.34049 10.0747L6.52683 10.3335L6.72878 10.577L6.73171 10.5789L6.98146 10.851C7.58072 11.4526 8.27751 11.8221 9 11.8221C9.82317 11.8221 10.613 11.3417 11.2634 10.5856L11.2644 10.5837L11.2702 10.578L11.4732 10.3335C11.5368 10.2504 11.5991 10.1638 11.6585 10.0757L11.6605 10.0728L11.9307 9.64601L12.1122 9.31085C12.2832 8.97059 12.4242 8.61565 12.5317 8.26337L12.5346 8.25573L12.5659 8.17648L12.5678 8.1717C12.6598 7.98764 12.8442 7.86392 13.0537 7.84514L13.0566 7.84418H13.0585L13.0615 7.84323L13.1063 7.80408C13.1229 7.788 13.1411 7.7672 13.161 7.74297L13.1649 7.73628L13.2371 7.63889C13.307 7.52973 13.3797 7.37531 13.4361 7.17292L13.478 6.98194C13.5053 6.81599 13.5062 6.66062 13.4888 6.53698C13.3529 6.56769 13.2101 6.55394 13.0859 6.49401L13.078 6.49019C12.8877 6.39014 12.7697 6.20261 12.7561 5.99844V5.99366L12.7307 5.69288C12.6937 5.40406 12.6186 5.13499 12.4702 4.73516L12.4156 4.56233C12.3741 4.39455 12.3706 4.24182 12.4 4.10686L12.439 3.98082C12.4846 3.86869 12.5513 3.78112 12.6185 3.71536L12.6215 3.70868L12.6332 3.70009L12.7268 3.62847L12.7298 3.62656L12.8283 3.56927C12.9081 3.5308 12.9914 3.50618 13.0741 3.49097C12.8178 2.88424 12.4516 2.38986 11.9893 2.01762L11.7795 1.86102C11.2135 1.47266 10.5129 1.23842 9.69463 1.18594L9.33561 1.17448H9Z",
|
|
17377
|
+
fill: fill
|
|
17378
|
+
})]
|
|
17328
17379
|
})
|
|
17329
17380
|
});
|
|
17330
17381
|
const ProbationPeriod_ICON_NAME = 'probation-period';
|
|
@@ -17334,25 +17385,31 @@ const ProfilesChanges = ({
|
|
|
17334
17385
|
fill = '#000',
|
|
17335
17386
|
size = 24,
|
|
17336
17387
|
...props
|
|
17337
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
17388
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
17338
17389
|
width: `${size}px`,
|
|
17339
17390
|
height: `${size}px`,
|
|
17340
17391
|
viewBox: "0 0 24 24",
|
|
17341
17392
|
fill: "none",
|
|
17342
17393
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17343
17394
|
...props,
|
|
17344
|
-
children:
|
|
17345
|
-
|
|
17346
|
-
|
|
17347
|
-
|
|
17348
|
-
|
|
17349
|
-
|
|
17350
|
-
|
|
17351
|
-
|
|
17352
|
-
|
|
17353
|
-
|
|
17354
|
-
|
|
17355
|
-
|
|
17395
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17396
|
+
transform: "translate(3, 1)",
|
|
17397
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17398
|
+
d: "M12.6029 17.708C12.6764 17.7258 12.7468 17.7577 12.8078 17.802L12.8927 17.8778L12.8937 17.8787L12.961 17.9689C13.0177 18.0641 13.0435 18.1759 13.0361 18.2883L13.0371 18.2892C12.9208 20.3539 11.1741 22 9.04098 22C8.01571 21.9999 7.07914 21.6189 6.36976 20.9958V21.2481L6.36585 21.3238C6.34473 21.4967 6.24111 21.651 6.08585 21.7401L6.08683 21.741C5.90905 21.8438 5.68711 21.8437 5.50927 21.741L5.44585 21.6998C5.3054 21.593 5.22256 21.426 5.22537 21.2481V19.1937H7.3239C7.52895 19.1915 7.71886 19.2975 7.82244 19.4708L7.85756 19.538C7.92642 19.6986 7.91379 19.884 7.82244 20.0367L7.82341 20.0377C7.72093 20.21 7.53301 20.316 7.32976 20.3158C7.80672 20.6665 8.39666 20.8777 9.04098 20.8778C10.5722 20.8778 11.8122 19.7066 11.8956 18.2278C11.9096 17.919 12.1758 17.6796 12.4907 17.6926L12.6029 17.708Z",
|
|
17399
|
+
fill: fill
|
|
17400
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17401
|
+
d: "M9.04098 14.143C10.0664 14.143 11.0037 14.523 11.7132 15.1462V14.8911C11.7104 14.5821 11.9625 14.3299 12.2761 14.3252L12.3912 14.3348C12.5032 14.3556 12.6078 14.409 12.6898 14.4892L12.762 14.5765C12.8242 14.6689 12.8586 14.7786 12.8576 14.8911V16.9493H12.0839C12.0404 16.9542 11.9967 16.9533 11.9532 16.9484L10.759 16.9493C10.5537 16.9516 10.3641 16.845 10.2605 16.6712C10.1682 16.5182 10.1563 16.3327 10.2254 16.1715L10.2605 16.1044C10.3629 15.9325 10.5494 15.8263 10.7522 15.8262C10.2755 15.4759 9.68509 15.2652 9.04098 15.2652C7.50975 15.2654 6.26956 16.4363 6.18634 17.9152C6.17715 18.1166 6.05756 18.2968 5.8761 18.388C5.71579 18.4683 5.52718 18.4696 5.36781 18.3947L5.30146 18.3583C5.13044 18.2472 5.0335 18.0543 5.04585 17.8538C5.16187 15.789 6.90784 14.1432 9.04098 14.143Z",
|
|
17402
|
+
fill: fill
|
|
17403
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17404
|
+
fillRule: "evenodd",
|
|
17405
|
+
clipRule: "evenodd",
|
|
17406
|
+
d: "M9.75707 0.0134275C10.5868 0.0665591 11.3416 0.276922 11.999 0.629174L12.319 0.817159L12.3249 0.820996L13.3376 1.69091L13.3424 1.6957C13.7625 2.17824 14.0937 2.75323 14.322 3.40675L14.4137 3.6916L14.4146 3.69256L14.5171 4.09059L14.519 4.09922L14.5298 4.24789L14.5307 4.2546C14.5217 4.39648 14.4551 4.52848 14.3502 4.63057L14.3571 4.63632L14.3151 4.67085C14.1512 4.80685 13.9303 4.83684 13.7405 4.77635C13.8039 4.97785 13.8504 5.16321 13.8839 5.34894L14.0185 5.39498L14.0215 5.39594L14.1444 5.46212C14.3761 5.60926 14.5352 5.85099 14.6224 6.13925L14.6595 6.28695L14.6615 6.28982L14.6985 6.57276V6.5766L14.7024 6.80391C14.6964 7.03305 14.6616 7.27133 14.6 7.50501V7.51365L14.5502 7.50022L14.598 7.51365C14.42 8.15301 14.051 8.69806 13.5834 8.93217C13.3944 9.47359 13.1339 10.0044 12.8215 10.5013L15.6888 12.1308L15.6898 12.1317L15.9473 12.29L16.1805 12.454C17.3142 13.3052 17.9998 14.6417 18 16.066V18.4014L17.9932 18.528C17.9277 19.1562 17.383 19.6511 16.7268 19.6511H13.6156C13.7817 19.2794 13.9026 18.8837 13.9707 18.4705H16.7268C16.7559 18.4704 16.7814 18.4523 16.7922 18.4273L16.798 18.4014V16.066C16.7978 14.9441 16.2214 13.8908 15.28 13.2702L15.0868 13.1513L12.1073 11.4556C11.28 12.33 10.3817 12.9854 9.04098 13C7.67058 13.0149 6.71 12.33 5.88976 11.4556L2.91512 13.1513C1.85879 13.7501 1.20225 14.8695 1.20195 16.066V18.4014L1.2078 18.4273C1.21856 18.4524 1.24406 18.4705 1.27317 18.4705H4.11122C4.17936 18.8837 4.30024 19.2794 4.46634 19.6511H1.27317C0.616938 19.6511 0.0723007 19.1563 0.00682927 18.528L0 18.4014V16.066C0.000303514 14.4455 0.888098 12.9387 2.31317 12.1308L5.17659 10.5013C4.86427 10.0045 4.6036 9.47349 4.41463 8.93217C3.94779 8.69759 3.57983 8.15236 3.40195 7.51365L3.39805 7.50022C3.28917 7.08504 3.26184 6.65573 3.33951 6.28695V6.28503L3.38146 6.12102L3.38244 6.11814L3.43415 5.97907C3.56553 5.67282 3.79232 5.44131 4.11024 5.35086V5.34606L4.10439 5.27413L4.08098 5.07655L4.03805 4.73128C3.99644 4.34274 3.96813 3.82576 4.03317 3.17177V3.16985L4.07024 2.90322L4.07122 2.9013L4.11805 2.67591C4.24448 2.16136 4.48147 1.72111 4.81561 1.38303L4.98244 1.23053C5.38255 0.896514 5.88626 0.701738 6.45951 0.667539C7.17516 0.223579 8.24787 0 9 0H9.33561L9.75707 0.0134275ZM8.1639 1.27274C8.44517 1.21373 8.73471 1.1797 9 1.1797H9.33561L9.69463 1.19121C10.5129 1.24392 11.2135 1.47922 11.7795 1.8693L11.9893 2.02659C12.4516 2.40048 12.8178 2.89708 13.0741 3.5065C12.9914 3.52177 12.9081 3.5465 12.8283 3.58514L12.7298 3.64269L12.7268 3.64461L12.6332 3.71654L12.6215 3.72517L12.6185 3.73189C12.5513 3.79793 12.4846 3.88591 12.439 3.99852L12.4 4.12512C12.3706 4.26068 12.3741 4.4141 12.4156 4.58261L12.4702 4.75621C12.6186 5.15781 12.6937 5.4281 12.7307 5.7182L12.7561 6.02032V6.02511C12.7697 6.23019 12.8877 6.41855 13.078 6.51905L13.0859 6.52289C13.2101 6.58308 13.3529 6.5969 13.4888 6.56605C13.5062 6.69023 13.5053 6.84631 13.478 7.01299L13.4361 7.20481C13.3797 7.40809 13.307 7.56321 13.2371 7.67286L13.1649 7.77069L13.161 7.7774C13.1411 7.80174 13.1229 7.82264 13.1063 7.83878L13.0615 7.87811L13.0585 7.87907H13.0566L13.0537 7.88002C12.8442 7.89889 12.6598 8.02317 12.5678 8.20804L12.5659 8.21284L12.5346 8.29244L12.5317 8.30011C12.4242 8.65396 12.2832 9.01048 12.1122 9.35225L11.9307 9.6889L11.6605 10.1176L11.6585 10.1205C11.5991 10.209 11.5368 10.296 11.4732 10.3795L11.2702 10.625L11.2644 10.6307L11.2634 10.6327C10.613 11.3921 9.82317 11.8747 9 11.8747C8.27751 11.8747 7.58072 11.5035 6.98146 10.8993L6.73171 10.6259L6.72878 10.624L6.52683 10.3795L6.34049 10.1195L6.33854 10.1176L6.06927 9.6889C5.94188 9.46785 5.82629 9.23762 5.72585 9.0041L5.63122 8.77008L5.46732 8.2982L5.46439 8.29244L5.43415 8.21284L5.4322 8.209L5.3922 8.13994C5.29152 7.9916 5.1259 7.89527 4.94146 7.88002L4.93756 7.87811C4.92585 7.86957 4.91049 7.8564 4.89268 7.83878L4.8322 7.77069C4.78268 7.70891 4.7273 7.62355 4.67512 7.51269L4.62439 7.39376L4.56195 7.2029C4.51089 7.01182 4.49113 6.82248 4.49854 6.66675L4.51024 6.56605C4.64638 6.59716 4.7896 6.58323 4.91415 6.52289L4.91317 6.52193L4.91805 6.52097L4.92195 6.51905C5.11241 6.41855 5.23028 6.23019 5.2439 6.02511V6.0184C5.25 5.86035 5.26856 5.7007 5.29659 5.54748V5.54364L5.31024 5.40457V5.40169L5.30732 5.25207V5.24919L5.2722 4.92885L5.26927 4.91926C5.2226 4.55398 5.1561 4.01769 5.23219 3.2859L5.25463 3.11134C5.3215 2.71756 5.47439 2.41601 5.68195 2.20882L5.77561 2.12634C6.0009 1.9438 6.29526 1.83957 6.65561 1.83957L6.75122 1.83189C6.84491 1.81642 6.93321 1.77922 7.00878 1.72735L7.01561 1.72256L7.01659 1.7216C7.20991 1.5786 7.52074 1.44117 7.88683 1.33987L8.1639 1.27274Z",
|
|
17407
|
+
fill: fill
|
|
17408
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17409
|
+
d: "M7.18341 2.6807L7.26829 2.69125C7.35141 2.70579 7.4324 2.73257 7.51122 2.7699L8.03512 3.02119L8.35512 3.16218C9.09999 3.4684 9.91074 3.62827 10.718 3.6283H11.5805L11.6907 3.63981L11.6956 3.64077L11.7951 3.66954C12.0178 3.75544 12.1765 3.96759 12.1766 4.21815L12.1649 4.33804C12.1083 4.60738 11.8646 4.80795 11.5756 4.808H10.7171L10.3571 4.79937H10.3551C9.50955 4.75753 8.66952 4.57061 7.88878 4.2498L7.5122 4.08388L7.51024 4.08292L7.19415 3.92946L6.78537 4.54425C6.68319 4.69434 6.5229 4.78414 6.35415 4.80417L6.28195 4.808C6.1968 4.80791 6.11053 4.79014 6.03122 4.75429L5.95317 4.71209C5.67768 4.53305 5.59941 4.16649 5.78244 3.89398L6.32 3.09024L6.32195 3.08737L6.39707 2.99146L6.39902 2.98858C6.59708 2.7678 6.89188 2.65605 7.18341 2.6807Z",
|
|
17410
|
+
fill: fill
|
|
17411
|
+
})]
|
|
17412
|
+
})
|
|
17356
17413
|
});
|
|
17357
17414
|
const ProfilesChanges_ICON_NAME = 'profiles-changes';
|
|
17358
17415
|
;// ./src/components/Icon/icons/RadioOn.tsx
|
|
@@ -17418,22 +17475,25 @@ const Results = ({
|
|
|
17418
17475
|
fill = '#000',
|
|
17419
17476
|
size = 24,
|
|
17420
17477
|
...props
|
|
17421
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
17422
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
17478
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
17423
17479
|
width: `${size}px`,
|
|
17424
17480
|
height: `${size}px`,
|
|
17425
17481
|
viewBox: "0 0 24 24",
|
|
17426
17482
|
fill: "none",
|
|
17483
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17427
17484
|
...props,
|
|
17428
|
-
children:
|
|
17429
|
-
|
|
17430
|
-
|
|
17431
|
-
|
|
17432
|
-
|
|
17433
|
-
|
|
17434
|
-
|
|
17435
|
-
|
|
17436
|
-
|
|
17485
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17486
|
+
transform: "translate(4, 2)",
|
|
17487
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17488
|
+
fillRule: "evenodd",
|
|
17489
|
+
clipRule: "evenodd",
|
|
17490
|
+
d: "M16 2.95073C16 1.6892 14.9199 0.673161 13.5804 0.673161H11.9329C11.6566 0.269361 11.1754 0 10.6322 0H5.3679C4.8227 0 4.33988 0.27139 4.06407 0.677721L2.33236 0.674602C1.03343 0.717605 0 1.71673 0 2.95073V17.7224C0 18.984 1.08008 20 2.41955 20H13.5805C14.9199 20 16 18.984 16 17.7224V2.95073ZM10.8669 2.74461C10.9969 2.65859 10.9969 2.55308 10.9969 2.55308V2.06821V1.45963C10.9969 1.45963 10.9969 1.35108 10.9177 1.28728C10.7776 1.17432 10.6322 1.19845 10.6322 1.19845H5.3679C5.3679 1.19845 5.26326 1.18208 5.13324 1.2681C5.00322 1.35413 5.00321 1.45963 5.00321 1.45963V2.06821V2.55308C5.00321 2.55308 5.00321 2.66163 5.08236 2.72543C5.2225 2.83839 5.36789 2.81426 5.36789 2.81426H10.6322C10.6322 2.81426 10.7368 2.83064 10.8669 2.74461ZM3.82084 1.9447L2.41966 1.94569C1.82341 1.94569 1.35132 2.39041 1.35132 2.95073L1.35132 17.7224C1.35132 18.2827 1.8233 18.7275 2.41955 18.7275H13.5805C14.1767 18.7275 14.6487 18.2827 14.6487 17.7224L14.6487 2.95073C14.6487 2.39041 14.1767 1.94569 13.5804 1.94569H12.1793V2.55308C12.1793 3.35429 11.4814 4.01271 10.6322 4.01271H5.36789C4.51869 4.01271 3.82084 3.35429 3.82084 2.55308V1.9447Z",
|
|
17491
|
+
fill: fill
|
|
17492
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17493
|
+
d: "M10.6808 8.30518C10.9544 8.0321 11.397 8.03256 11.6701 8.30615C11.9431 8.57976 11.9427 9.0223 11.6691 9.29541L7.41714 13.5405C7.14382 13.8134 6.70111 13.8134 6.42789 13.5405L4.30484 11.4175C4.03178 11.1442 4.03182 10.7015 4.30484 10.4282C4.57821 10.1549 5.02171 10.1549 5.29507 10.4282L6.92203 12.0552L10.6808 8.30518Z",
|
|
17494
|
+
fill: fill
|
|
17495
|
+
})]
|
|
17496
|
+
})
|
|
17437
17497
|
});
|
|
17438
17498
|
const Results_ICON_NAME = 'clipboard-result';
|
|
17439
17499
|
;// ./src/components/Icon/icons/Robot.tsx
|
|
@@ -17516,17 +17576,20 @@ const Search = ({
|
|
|
17516
17576
|
size = 24,
|
|
17517
17577
|
...props
|
|
17518
17578
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
17519
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
17520
17579
|
width: `${size}px`,
|
|
17521
17580
|
height: `${size}px`,
|
|
17522
|
-
viewBox: "0 0
|
|
17581
|
+
viewBox: "0 0 24 24",
|
|
17523
17582
|
fill: "none",
|
|
17583
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17524
17584
|
...props,
|
|
17525
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
17526
|
-
|
|
17527
|
-
|
|
17528
|
-
|
|
17529
|
-
|
|
17585
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
17586
|
+
transform: "translate(2, 2)",
|
|
17587
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17588
|
+
fillRule: "evenodd",
|
|
17589
|
+
clipRule: "evenodd",
|
|
17590
|
+
d: "M7.97832 0C3.58564 0 0 3.58564 0 7.97832C0 12.371 3.58564 15.9566 7.97832 15.9566C9.77777 15.9566 11.4364 15.3484 12.7758 14.3337L13.0278 14.1429L18.6438 19.7577C18.7164 19.8333 18.8033 19.8937 18.8995 19.9353C18.9957 19.9769 19.0993 19.9989 19.2041 20C19.3089 20.001 19.4129 19.9812 19.5099 19.9415C19.6069 19.9019 19.6951 19.8433 19.7692 19.7692C19.8433 19.6951 19.9019 19.6069 19.9415 19.5099C19.9812 19.4129 20.001 19.3089 20 19.2041C19.9989 19.0993 19.9769 18.9957 19.9353 18.8995C19.8937 18.8033 19.8334 18.7163 19.7578 18.6437L19.7524 18.6386L14.1429 13.0278L14.3337 12.7758C15.3484 11.4364 15.9566 9.77777 15.9566 7.97832C15.9566 3.58564 12.371 0 7.97832 0ZM1.57558 7.97832C1.57558 4.42855 4.42855 1.57558 7.97832 1.57558C11.5281 1.57558 14.3811 4.42855 14.3811 7.97832C14.3811 9.68268 13.7185 11.223 12.6422 12.367L12.6186 12.3921L12.5907 12.4123C12.523 12.4613 12.4635 12.5208 12.4145 12.5885L12.3944 12.6163L12.3694 12.6398C11.2252 13.7175 9.68392 14.3811 7.97832 14.3811C4.42855 14.3811 1.57558 11.5281 1.57558 7.97832Z",
|
|
17591
|
+
fill: fill
|
|
17592
|
+
})
|
|
17530
17593
|
})
|
|
17531
17594
|
});
|
|
17532
17595
|
const Search_ICON_NAME = 'search';
|
|
@@ -17560,24 +17623,27 @@ const Settings = ({
|
|
|
17560
17623
|
fill = '#000',
|
|
17561
17624
|
size = 24,
|
|
17562
17625
|
...props
|
|
17563
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
17564
|
-
width: `${size}px`,
|
|
17565
|
-
height: `${size}px`,
|
|
17566
|
-
viewBox: "0 0 24 24",
|
|
17567
|
-
|
|
17568
|
-
|
|
17569
|
-
...props,
|
|
17570
|
-
children:
|
|
17571
|
-
|
|
17572
|
-
|
|
17573
|
-
|
|
17574
|
-
|
|
17575
|
-
|
|
17576
|
-
|
|
17577
|
-
|
|
17578
|
-
|
|
17579
|
-
|
|
17580
|
-
|
|
17626
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
17627
|
+
width: `${size}px`,
|
|
17628
|
+
height: `${size}px`,
|
|
17629
|
+
viewBox: "0 0 24 24",
|
|
17630
|
+
fill: "none",
|
|
17631
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17632
|
+
...props,
|
|
17633
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17634
|
+
transform: "translate(3, 2)",
|
|
17635
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17636
|
+
fillRule: "evenodd",
|
|
17637
|
+
clipRule: "evenodd",
|
|
17638
|
+
d: "M9.04622 6.36352C11.0039 6.36352 12.5703 7.99195 12.5447 10.0004C12.519 12.0089 10.911 13.6374 8.95342 13.6374C6.9959 13.6373 5.42939 12.0088 5.45495 10.0004C5.48057 7.99202 7.08866 6.36362 9.04622 6.36352ZM9.02882 7.72725C7.80538 7.72736 6.80105 8.7452 6.78503 10.0004C6.76909 11.2556 7.74742 12.2735 8.97082 12.2736C10.1943 12.2736 11.1994 11.2557 11.2155 10.0004C11.2315 8.74514 10.2524 7.72725 9.02882 7.72725Z",
|
|
17639
|
+
fill: fill
|
|
17640
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17641
|
+
fillRule: "evenodd",
|
|
17642
|
+
clipRule: "evenodd",
|
|
17643
|
+
d: "M9.67743 0C10.4401 0 11.1109 0.500772 11.3428 1.24307L11.6735 2.29981C11.8286 2.79671 12.1917 3.18773 12.6344 3.44262C12.7033 3.48226 12.7721 3.52319 12.8395 3.56506C13.2744 3.83498 13.7873 3.96744 14.2895 3.8623L15.357 3.6387C16.1062 3.48181 16.8635 3.83318 17.2363 4.51089L17.7739 5.48867C18.1466 6.16643 18.052 7.01926 17.5384 7.60481L16.8048 8.43973C16.4615 8.83127 16.3085 9.35392 16.3099 9.87711C16.3102 9.95919 16.3091 10.0417 16.3068 10.1238C16.2921 10.6468 16.4318 11.1688 16.765 11.5603L17.4773 12.3961C17.9757 12.9816 18.0487 13.8337 17.6587 14.5113L17.0962 15.4891C16.7062 16.1669 15.94 16.5182 15.1946 16.3613L14.1329 16.1377C13.6334 16.0326 13.1171 16.1651 12.6754 16.4349C12.6068 16.4768 12.537 16.5177 12.4671 16.5574C12.0178 16.8123 11.6448 17.2033 11.477 17.7002L11.1193 18.7569C10.8686 19.4994 10.1851 20 9.42227 20H8.32222C7.55942 20 6.88863 19.4994 6.65688 18.7569L6.32703 17.7002C6.17189 17.2032 5.80813 16.8123 5.36524 16.5574C5.29639 16.5178 5.22838 16.4768 5.16097 16.4349C4.72607 16.165 4.21238 16.0325 3.71015 16.1377L2.64271 16.3613C1.89346 16.5182 1.13699 16.1668 0.764212 15.4891L0.225799 14.5113C-0.146891 13.8336 -0.0514721 12.9816 0.462072 12.3961L1.19486 11.5603C1.53811 11.1688 1.69102 10.6468 1.6897 10.1238C1.68948 10.0417 1.69053 9.95918 1.69284 9.87711C1.7076 9.35387 1.56809 8.83128 1.23467 8.43973L0.5232 7.60481C0.0245721 7.01926 -0.0491367 6.16643 0.340913 5.48867L0.904275 4.51089C1.29437 3.83339 2.05987 3.48189 2.80502 3.6387L3.86676 3.8623C4.36631 3.96746 4.88338 3.83504 5.32517 3.56506C5.39359 3.52325 5.46275 3.4822 5.53256 3.44262C5.9819 3.18774 6.35571 2.79679 6.52351 2.29981L6.88033 1.24307C7.13108 0.500725 7.81465 0 8.57739 0H9.67743ZM8.55999 1.36374C8.36936 1.36374 8.19846 1.48878 8.13573 1.67428L7.77891 2.73102C7.47802 3.62214 6.83459 4.25396 6.16424 4.63422C6.10711 4.66662 6.05033 4.70026 5.99432 4.73448C5.33465 5.13761 4.47911 5.3871 3.58335 5.19853L2.52161 4.97493C2.33528 4.93571 2.14415 5.02376 2.04664 5.1932L1.48328 6.17098C1.38593 6.34038 1.40469 6.55348 1.52928 6.69979L2.24074 7.5356C2.83769 8.23681 3.04385 9.11544 3.02179 9.89841C3.01988 9.96608 3.01902 10.0339 3.0192 10.1016C3.0213 10.8847 2.79292 11.764 2.17785 12.4653L1.44507 13.3002C1.31668 13.4466 1.29237 13.6605 1.38556 13.8299L1.92397 14.8077C2.01725 14.9768 2.20623 15.0643 2.39339 15.0251L3.46083 14.8015C4.36141 14.6129 5.21056 14.8633 5.85995 15.2664C5.91501 15.3006 5.97111 15.3334 6.02732 15.3658C6.68802 15.746 7.31526 16.3778 7.59343 17.269L7.92328 18.3257C7.98122 18.5113 8.14892 18.6363 8.33962 18.6363H9.43967C9.63037 18.6363 9.80126 18.5113 9.86393 18.3257L10.2216 17.269C10.5225 16.3778 11.1658 15.746 11.8363 15.3658C11.8934 15.3334 11.9502 15.3006 12.0062 15.2664C12.6658 14.8633 13.5206 14.613 14.4163 14.8015L15.478 15.0251C15.6643 15.0643 15.8563 14.977 15.9539 14.8077L16.5164 13.8299C16.6139 13.6605 16.5959 13.4466 16.4712 13.3002L15.7598 12.4653C15.1626 11.764 14.9566 10.8847 14.9787 10.1016C14.9806 10.0339 14.9815 9.96609 14.9813 9.89841C14.9792 9.11532 15.2076 8.23687 15.8227 7.5356L16.5554 6.69979C16.6837 6.55345 16.7072 6.34036 16.6141 6.17098L16.0765 5.1932C15.9833 5.02376 15.7936 4.93571 15.6063 4.97493L14.5388 5.19853C13.6384 5.38706 12.7899 5.1375 12.1406 4.73448C12.0854 4.70026 12.0295 4.66662 11.9732 4.63422C11.3124 4.25398 10.6853 3.62227 10.4071 2.73102L10.0764 1.67428C10.0184 1.48883 9.85064 1.36374 9.66003 1.36374H8.55999Z",
|
|
17644
|
+
fill: fill
|
|
17645
|
+
})]
|
|
17646
|
+
})
|
|
17581
17647
|
});
|
|
17582
17648
|
const Settings_ICON_NAME = 'settings';
|
|
17583
17649
|
;// ./src/components/Icon/icons/SettingClock.tsx
|
|
@@ -17737,37 +17803,40 @@ const Summery = ({
|
|
|
17737
17803
|
fill = '#000',
|
|
17738
17804
|
size = 24,
|
|
17739
17805
|
...props
|
|
17740
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
17741
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
17806
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
17742
17807
|
width: `${size}px`,
|
|
17743
17808
|
height: `${size}px`,
|
|
17744
17809
|
viewBox: "0 0 24 24",
|
|
17745
17810
|
fill: "none",
|
|
17811
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17746
17812
|
...props,
|
|
17747
|
-
children:
|
|
17748
|
-
|
|
17749
|
-
|
|
17750
|
-
|
|
17751
|
-
|
|
17752
|
-
|
|
17753
|
-
|
|
17754
|
-
|
|
17755
|
-
|
|
17756
|
-
|
|
17757
|
-
|
|
17758
|
-
|
|
17759
|
-
|
|
17760
|
-
|
|
17761
|
-
|
|
17762
|
-
|
|
17763
|
-
|
|
17764
|
-
|
|
17765
|
-
|
|
17766
|
-
|
|
17767
|
-
|
|
17768
|
-
|
|
17769
|
-
|
|
17770
|
-
|
|
17813
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17814
|
+
transform: "translate(4, 2)",
|
|
17815
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17816
|
+
d: "M5.10936 14.0204C5.35805 13.76 5.76319 13.7597 6.0117 14.0204C6.2575 14.2783 6.25713 14.6948 6.0117 14.953L4.64354 16.3885C4.39487 16.6494 3.98987 16.6494 3.7412 16.3885L3.28514 15.91C3.03918 15.6518 3.0391 15.2355 3.28514 14.9774C3.53383 14.717 3.93897 14.7167 4.18748 14.9774L4.19237 14.9823L5.10936 14.0204Z",
|
|
17817
|
+
fill: fill
|
|
17818
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17819
|
+
d: "M12.2646 14.3036C12.6199 14.3039 12.9002 14.6049 12.9004 14.9657C12.9002 15.3265 12.6199 15.6275 12.2646 15.6278H7.70409C7.34852 15.6278 7.06849 15.3267 7.06834 14.9657C7.06856 14.6047 7.34857 14.3036 7.70409 14.3036H12.2646Z",
|
|
17820
|
+
fill: fill
|
|
17821
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17822
|
+
d: "M5.10936 10.0604C5.35804 9.80003 5.76318 9.79975 6.0117 10.0604C6.25749 10.3184 6.25715 10.7348 6.0117 10.993L4.64354 12.4286C4.39487 12.6895 3.98987 12.6895 3.7412 12.4286L3.28514 11.95C3.03916 11.6918 3.03909 11.2756 3.28514 11.0174C3.53382 10.7571 3.93896 10.7568 4.18748 11.0174L4.19237 11.0223L5.10936 10.0604Z",
|
|
17823
|
+
fill: fill
|
|
17824
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17825
|
+
d: "M12.2646 10.3436C12.6199 10.3439 12.9002 10.6449 12.9004 11.0057C12.9002 11.3665 12.6199 11.6675 12.2646 11.6678H7.70409C7.34854 11.6678 7.06851 11.3667 7.06834 11.0057C7.06856 10.6447 7.34857 10.3436 7.70409 10.3436H12.2646Z",
|
|
17826
|
+
fill: fill
|
|
17827
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17828
|
+
d: "M5.10936 6.09555C5.35803 5.83499 5.76324 5.83465 6.0117 6.09555C6.25754 6.35397 6.25721 6.7715 6.0117 7.03013L4.64354 8.4686C4.39493 8.72994 3.9899 8.72978 3.7412 8.4686L3.28514 7.98911C3.03923 7.73051 3.03917 7.3131 3.28514 7.05454C3.53383 6.79385 3.939 6.7935 4.18748 7.05454L4.19139 7.05942L5.10936 6.09555Z",
|
|
17829
|
+
fill: fill
|
|
17830
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17831
|
+
d: "M12.2646 6.37973C12.62 6.38006 12.9002 6.68164 12.9004 7.04282C12.9002 7.40407 12.6201 7.70558 12.2646 7.70591H7.70409C7.34835 7.70591 7.06848 7.40427 7.06834 7.04282C7.06856 6.68145 7.3484 6.37973 7.70409 6.37973H12.2646Z",
|
|
17832
|
+
fill: fill
|
|
17833
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17834
|
+
fillRule: "evenodd",
|
|
17835
|
+
clipRule: "evenodd",
|
|
17836
|
+
d: "M16 2.95073C16 1.6892 14.9199 0.673161 13.5804 0.673161H11.9329C11.6566 0.269361 11.1754 0 10.6322 0H5.3679C4.8227 0 4.33988 0.27139 4.06407 0.677721L2.33236 0.674602C1.03343 0.717605 0 1.71673 0 2.95073V17.7224C0 18.984 1.08008 20 2.41955 20H13.5805C14.9199 20 16 18.984 16 17.7224V2.95073ZM10.8669 2.74461C10.9969 2.65859 10.9969 2.55308 10.9969 2.55308V1.45963C10.9969 1.45963 10.9969 1.35108 10.9177 1.28728C10.7776 1.17432 10.6322 1.19845 10.6322 1.19845H5.3679C5.3679 1.19845 5.26326 1.18208 5.13324 1.2681C5.00322 1.35413 5.00321 1.45963 5.00321 1.45963V2.55308C5.00321 2.55308 5.00321 2.66163 5.08236 2.72543C5.2225 2.83839 5.36789 2.81426 5.36789 2.81426H10.6322C10.6322 2.81426 10.7368 2.83064 10.8669 2.74461ZM3.82084 1.9447L2.41966 1.94569C1.82341 1.94569 1.35132 2.39041 1.35132 2.95073L1.35132 17.7224C1.35132 18.2827 1.8233 18.7275 2.41955 18.7275H13.5805C14.1767 18.7275 14.6487 18.2827 14.6487 17.7224L14.6487 2.95073C14.6487 2.39041 14.1767 1.94569 13.5804 1.94569H12.1793V2.55308C12.1793 3.35429 11.4814 4.01271 10.6322 4.01271H5.36789C4.51869 4.01271 3.82084 3.35429 3.82084 2.55308V1.9447Z",
|
|
17837
|
+
fill: fill
|
|
17838
|
+
})]
|
|
17839
|
+
})
|
|
17771
17840
|
});
|
|
17772
17841
|
const Summery_ICON_NAME = 'clipboard-summary';
|
|
17773
17842
|
;// ./src/components/Icon/icons/Team.tsx
|
|
@@ -17809,24 +17878,27 @@ const TechnicalReview = ({
|
|
|
17809
17878
|
fill = '#000',
|
|
17810
17879
|
size = 24,
|
|
17811
17880
|
...props
|
|
17812
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
17813
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
17881
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
17814
17882
|
width: `${size}px`,
|
|
17815
17883
|
height: `${size}px`,
|
|
17816
17884
|
viewBox: "0 0 24 24",
|
|
17817
17885
|
fill: "none",
|
|
17886
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17818
17887
|
...props,
|
|
17819
|
-
children:
|
|
17820
|
-
|
|
17821
|
-
|
|
17822
|
-
|
|
17823
|
-
|
|
17824
|
-
|
|
17825
|
-
|
|
17826
|
-
|
|
17827
|
-
|
|
17828
|
-
|
|
17829
|
-
|
|
17888
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17889
|
+
transform: "translate(4, 2)",
|
|
17890
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17891
|
+
fillRule: "evenodd",
|
|
17892
|
+
clipRule: "evenodd",
|
|
17893
|
+
d: "M8 7C8.22918 7.00008 8.43942 7.12061 8.54688 7.3125L9.58496 9.16992C9.59674 9.19147 9.61417 9.21022 9.63477 9.22461C9.65537 9.23897 9.67986 9.24891 9.70508 9.25293L11.8867 9.61523C12.1126 9.65283 12.2979 9.80595 12.3691 10.0127C12.4399 10.2195 12.3853 10.4471 12.2256 10.6035L10.6846 12.1143C10.6669 12.1318 10.6525 12.1531 10.6445 12.1758C10.6366 12.1989 10.6353 12.2237 10.6387 12.248L10.9492 14.3301C10.981 14.545 10.8853 14.7598 10.7002 14.8877C10.5148 15.0156 10.2695 15.036 10.0635 14.9404L8.07324 14.0166C8.05059 14.0059 8.02557 14 8 14C7.97442 14 7.94886 14.0053 7.92578 14.0156L5.93555 14.9395C5.72964 15.0349 5.48516 15.015 5.2998 14.8877C5.11439 14.7597 5.01784 14.5446 5.0498 14.3291L5.36133 12.2471C5.365 12.2234 5.36233 12.1987 5.35449 12.1758C5.34655 12.1528 5.33332 12.1314 5.31543 12.1143L3.77441 10.6025C3.6152 10.4462 3.55929 10.2194 3.62988 10.0127C3.70069 9.80593 3.88642 9.65285 4.1123 9.61523L6.29492 9.25195C6.31988 9.24754 6.34382 9.23838 6.36426 9.22461C6.38487 9.21024 6.40226 9.19147 6.41406 9.16992L7.45312 7.3125C7.5606 7.12061 7.77081 7.00006 8 7ZM7.37891 9.69629L7.37988 9.69727C7.27734 9.88489 7.13673 10.0269 6.99316 10.127L6.98145 10.1348C6.8277 10.2389 6.65688 10.3057 6.4834 10.3359L6.47461 10.3379L5.27734 10.5361L6.08496 11.3281C6.23394 11.4734 6.33401 11.644 6.39355 11.8164C6.45556 11.996 6.47874 12.1993 6.44727 12.4092L6.44922 12.4102L6.27637 13.5684L7.46289 13.0176L7.46875 13.0146L7.47559 13.0117C7.63612 12.9398 7.81484 12.8994 8 12.8994L8.13867 12.9072C8.27388 12.922 8.40832 12.9591 8.53613 13.0186L9.72363 13.5693L9.55078 12.4102L9.54883 12.3984C9.52304 12.2118 9.53824 12.0124 9.60547 11.8174L9.60742 11.8115C9.67217 11.6272 9.7769 11.4646 9.9082 11.334L9.91406 11.3291L10.7217 10.5361L9.52441 10.3379C9.34135 10.3076 9.16337 10.2367 9.00586 10.127C8.86451 10.0284 8.72707 9.88941 8.625 9.70605L7.99902 8.58789L7.37891 9.69629Z",
|
|
17894
|
+
fill: fill
|
|
17895
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17896
|
+
fillRule: "evenodd",
|
|
17897
|
+
clipRule: "evenodd",
|
|
17898
|
+
d: "M10.6318 0C11.1749 0 11.6563 0.269158 11.9326 0.672852H13.5801C14.9194 0.672852 15.9998 1.6888 16 2.9502V17.7227C15.9997 18.984 14.9194 20 13.5801 20H2.41992C1.08062 20 0.000265598 18.984 0 17.7227V2.9502C0.000160771 1.71644 1.03337 0.717969 2.33203 0.674805L4.06445 0.677734C4.34027 0.271405 4.82297 0 5.36816 0H10.6318ZM2.41992 1.94531C1.82377 1.94531 1.35172 2.39002 1.35156 2.9502V17.7227C1.35182 18.2828 1.82383 18.7275 2.41992 18.7275H13.5801C14.1762 18.7275 14.6482 18.2828 14.6484 17.7227V2.9502C14.6483 2.39002 14.1762 1.94531 13.5801 1.94531H12.1797V2.55273C12.1797 3.35395 11.481 4.0127 10.6318 4.0127H5.36816C4.51897 4.0127 3.82129 3.35395 3.82129 2.55273V1.94434L2.41992 1.94531ZM5.36816 1.19824C5.36816 1.19824 5.26284 1.18155 5.13281 1.26758C5.0076 1.35051 5.00309 1.45187 5.00293 1.45898V2.55273C5.00293 2.55273 5.00289 2.66179 5.08203 2.72559C5.22217 2.83854 5.36816 2.81445 5.36816 2.81445H10.6318C10.6318 2.81445 10.7372 2.83017 10.8672 2.74414C10.9969 2.65815 10.9971 2.55273 10.9971 2.55273V1.45898C10.997 1.45175 10.9941 1.34866 10.918 1.28711C10.7778 1.17415 10.6318 1.19824 10.6318 1.19824H5.36816Z",
|
|
17899
|
+
fill: fill
|
|
17900
|
+
})]
|
|
17901
|
+
})
|
|
17830
17902
|
});
|
|
17831
17903
|
const TechnicalReview_ICON_NAME = 'clipboard-star';
|
|
17832
17904
|
;// ./src/components/Icon/icons/TimeTracking.tsx
|
|
@@ -17835,28 +17907,28 @@ const TimeTracking = ({
|
|
|
17835
17907
|
fill = '#000',
|
|
17836
17908
|
size = 24,
|
|
17837
17909
|
...props
|
|
17838
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
17839
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
17910
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
17840
17911
|
width: `${size}px`,
|
|
17841
17912
|
height: `${size}px`,
|
|
17842
17913
|
viewBox: "0 0 24 24",
|
|
17843
17914
|
fill: "none",
|
|
17915
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17844
17916
|
...props,
|
|
17845
|
-
children:
|
|
17846
|
-
|
|
17847
|
-
|
|
17848
|
-
|
|
17849
|
-
|
|
17850
|
-
|
|
17851
|
-
|
|
17852
|
-
|
|
17853
|
-
|
|
17854
|
-
|
|
17855
|
-
|
|
17856
|
-
|
|
17857
|
-
|
|
17858
|
-
|
|
17859
|
-
})
|
|
17917
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
17918
|
+
transform: "translate(3.5, 2)",
|
|
17919
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17920
|
+
d: "M8.53381 6.62036C8.97123 6.6206 9.31144 6.98292 9.31163 7.41144V11.2589L11.7369 13.1452C12.0785 13.4087 12.1424 13.8997 11.8901 14.2457C11.6658 14.5529 11.2619 14.6492 10.9314 14.4892L10.9252 14.4865L10.9199 14.483L10.8076 14.4143L10.8005 14.4098L10.7951 14.4054L8.05 12.2899L8.03931 12.2828L8.03397 12.2783C7.85125 12.1271 7.75522 11.8895 7.75509 11.6522V7.41144C7.75528 6.9828 8.09614 6.62036 8.53381 6.62036Z",
|
|
17921
|
+
fill: fill
|
|
17922
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17923
|
+
fillRule: "evenodd",
|
|
17924
|
+
clipRule: "evenodd",
|
|
17925
|
+
d: "M9.99412 0.000102839C10.2531 -0.00437873 10.4957 0.137969 10.6258 0.357738C10.7447 0.556103 10.7604 0.79838 10.6713 1.0079L10.6677 1.01771L10.6463 1.05695V1.06409L10.6267 1.0962C10.5121 1.29053 10.3105 1.42283 10.0886 1.44937L10.0788 1.45026L10.0004 1.45383H9.17353V3.12249L9.21541 3.12695C13.5102 3.52346 16.8928 7.14426 16.893 11.5452C16.8929 16.2046 13.1013 20 8.44649 20C3.79159 20 0.000100129 16.2047 0 11.5452C0.000185345 7.1445 3.38307 3.52379 7.67757 3.12695L7.71945 3.12249V1.45383H6.89886C6.67222 1.45779 6.45764 1.34985 6.32061 1.17557L6.31616 1.16933L6.27161 1.10511L6.24666 1.06944V1.05695L6.22617 1.01771L6.22082 1.00879L6.22171 1.0079C6.13256 0.798395 6.14742 0.555238 6.26626 0.356846C6.39658 0.136563 6.64008 -0.00352732 6.89886 0.000994696L9.99412 0.000102839ZM8.44649 4.54501C4.57357 4.54501 1.45338 7.66848 1.45319 11.5452C1.45329 15.422 4.5735 18.5463 8.44649 18.5463L8.80734 18.5365C12.5114 18.3495 15.4397 15.3008 15.4398 11.5452C15.4396 7.78967 12.5114 4.74088 8.80734 4.55393L8.44649 4.54501Z",
|
|
17926
|
+
fill: fill
|
|
17927
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
17928
|
+
d: "M14.6174 3.07879C14.8084 3.07923 14.9966 3.1641 15.1395 3.30711L16.7798 4.94902L16.844 5.02037C16.9819 5.19547 17.0323 5.42693 16.9794 5.65002L16.9785 5.65359C16.9103 5.90897 16.7118 6.10683 16.4573 6.17532L16.4537 6.17711C16.2319 6.23027 16.0009 6.1811 15.8211 6.03887L15.8131 6.03262L15.7534 5.97733L15.7481 5.97287L14.0971 4.32115L14.0401 4.25515L14.0329 4.24713C13.9005 4.07214 13.8537 3.84403 13.91 3.63085L13.9412 3.53721C14.0486 3.26193 14.3138 3.08557 14.6147 3.07879H14.6174Z",
|
|
17929
|
+
fill: fill
|
|
17930
|
+
})]
|
|
17931
|
+
})
|
|
17860
17932
|
});
|
|
17861
17933
|
const TimeTracking_ICON_NAME = 'time-tracking';
|
|
17862
17934
|
;// ./src/components/Icon/icons/Timeline.tsx
|
|
@@ -18035,15 +18107,18 @@ const Url = ({
|
|
|
18035
18107
|
size = 24,
|
|
18036
18108
|
...props
|
|
18037
18109
|
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
18038
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
18039
18110
|
width: `${size}px`,
|
|
18040
18111
|
height: `${size}px`,
|
|
18041
18112
|
viewBox: "0 0 24 24",
|
|
18042
18113
|
fill: "none",
|
|
18114
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18043
18115
|
...props,
|
|
18044
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("
|
|
18045
|
-
|
|
18046
|
-
|
|
18116
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
18117
|
+
transform: "translate(3, 2)",
|
|
18118
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18119
|
+
d: "M8.99266 1.71489e-05C8.96334 0.000604935 8.93413 0.00402818 8.90544 0.0102412C4.94562 0.0489848 1.54092 2.49748 0.0481271 6.00339C0.0202245 6.06117 0.00408227 6.12415 0.000679322 6.1885C-0.00272362 6.25285 0.00668361 6.31724 0.0283305 6.37777C0.0499774 6.43829 0.0834129 6.49368 0.12661 6.54059C0.169807 6.5875 0.221865 6.62494 0.279627 6.65064C0.33739 6.67635 0.399654 6.68978 0.462644 6.69013C0.525633 6.69048 0.588036 6.67774 0.646068 6.65268C0.7041 6.62762 0.756553 6.59076 0.800245 6.54433C0.843937 6.49791 0.877958 6.44289 0.900246 6.38261C1.1443 5.80944 1.44723 5.26907 1.79688 4.76535H4.44862C4.34943 5.2039 4.26117 5.65372 4.18699 6.11586C4.167 6.24047 4.1962 6.3681 4.26818 6.47068C4.34016 6.57326 4.44902 6.64238 4.57081 6.66284C4.6926 6.6833 4.81735 6.65342 4.91761 6.57978C5.01787 6.50613 5.08543 6.39476 5.10543 6.27015C5.18867 5.75152 5.29053 5.25031 5.40612 4.76535H8.5348V6.193C8.53393 6.25606 8.54532 6.31867 8.5683 6.37719C8.59128 6.43571 8.6254 6.48897 8.66868 6.53388C8.71196 6.57879 8.76353 6.61445 8.82039 6.63879C8.87726 6.66313 8.93828 6.67566 8.99992 6.67566C9.06156 6.67566 9.12259 6.66313 9.17945 6.63879C9.23632 6.61445 9.28789 6.57879 9.33116 6.53388C9.37444 6.48897 9.40856 6.43571 9.43155 6.37719C9.45453 6.31867 9.46592 6.25606 9.46505 6.193V4.76535H12.5937C12.7093 5.25031 12.8112 5.75152 12.8944 6.27015C12.9043 6.33185 12.926 6.39095 12.9582 6.44407C12.9905 6.4972 13.0326 6.54331 13.0822 6.57978C13.1319 6.61624 13.1881 6.64235 13.2476 6.6566C13.3071 6.67085 13.3687 6.67297 13.429 6.66284C13.4893 6.65271 13.5471 6.63053 13.599 6.59756C13.651 6.56458 13.696 6.52147 13.7317 6.47068C13.7673 6.41989 13.7928 6.36241 13.8068 6.30153C13.8207 6.24065 13.8228 6.17756 13.8129 6.11586C13.7387 5.65372 13.6504 5.2039 13.5512 4.76535H16.203C16.5526 5.26907 16.8555 5.80944 17.0996 6.38261C17.1219 6.44289 17.1559 6.49791 17.1996 6.54433C17.2433 6.59075 17.2957 6.62761 17.3538 6.65268C17.4118 6.67774 17.4742 6.69048 17.5372 6.69013C17.6002 6.68978 17.6625 6.67635 17.7202 6.65064C17.778 6.62493 17.83 6.58749 17.8732 6.54059C17.9164 6.49368 17.9499 6.43829 17.9715 6.37777C17.9932 6.31724 18.0026 6.25285 17.9992 6.1885C17.9958 6.12415 17.9796 6.06117 17.9517 6.00339C16.4587 2.49694 13.0532 0.0482483 9.09258 0.0102412C9.05973 0.00315353 9.02623 -0.000274452 8.99266 1.71489e-05ZM8.5348 0.975949V3.81359H5.65958C5.92909 2.90037 6.25333 2.06442 6.62253 1.33379C6.63027 1.319 6.63725 1.30379 6.64342 1.28825C7.2504 1.11699 7.88259 1.01054 8.5348 0.975949ZM9.46505 0.975949C10.1176 1.01056 10.7501 1.11685 11.3573 1.28825C11.3632 1.30378 11.3699 1.31898 11.3773 1.33379C11.7465 2.06442 12.0708 2.90037 12.3403 3.81359H9.46505V0.975949ZM5.40976 1.73996C5.13674 2.38334 4.89476 3.07647 4.68936 3.81359H2.55815C3.35832 2.94076 4.32627 2.23324 5.40976 1.73996ZM12.5901 1.73996C13.6736 2.23324 14.6415 2.94076 15.4417 3.81359H13.3105C13.1051 3.07647 12.8631 2.38334 12.5901 1.73996ZM0.655875 7.73218C0.315871 7.73218 0.111718 7.91715 0.111718 8.23409C0.111718 8.33593 0.135396 8.48684 0.171675 8.62818L0.999267 11.7261C1.10718 12.1387 1.29715 12.3102 1.64971 12.3107C1.99855 12.3107 2.19965 12.1324 2.30197 11.7289L2.90427 9.46934H2.92789L3.53019 11.7289C3.63577 12.1414 3.83066 12.3107 4.18881 12.3107C4.53207 12.3107 4.72226 12.1389 4.83017 11.7354L5.66049 8.62818C5.6963 8.48066 5.72044 8.3326 5.72044 8.23409C5.72044 7.91715 5.51629 7.73218 5.17629 7.73218C4.88745 7.73218 4.7159 7.89263 4.64939 8.2248L4.10796 10.8022H4.08343L3.44843 8.19784C3.37633 7.88947 3.19888 7.73218 2.91608 7.73218C2.62398 7.73218 2.45915 7.87658 2.38101 8.1997L1.74873 10.8022H1.7242L1.18277 8.2248C1.11626 7.89263 0.944717 7.73218 0.655875 7.73218ZM6.74063 7.73218C6.40016 7.73218 6.19556 7.91715 6.19556 8.23409C6.19556 8.33593 6.22015 8.48684 6.25643 8.62818L7.08402 11.7261C7.19193 12.1387 7.38146 12.3102 7.73355 12.3107C8.0824 12.3107 8.2844 12.1324 8.38672 11.7289L8.98811 9.46934H9.01264L9.61403 11.7289C9.71961 12.1414 9.91542 12.3107 10.2736 12.3107C10.6164 12.3107 10.8061 12.1389 10.914 11.7354L11.7452 8.62818C11.7811 8.48066 11.8052 8.3326 11.8052 8.23409C11.8052 7.91715 11.6001 7.73218 11.2601 7.73218C10.9713 7.73218 10.8007 7.89263 10.7341 8.2248L10.1918 10.8022H10.1682L9.53318 8.19784C9.46015 7.88947 9.28363 7.73218 9.00083 7.73218C8.70873 7.73218 8.54299 7.87658 8.46485 8.1997L7.83257 10.8022H7.80895L7.26752 8.2248C7.20101 7.89263 7.02947 7.73218 6.74063 7.73218ZM12.8245 7.73218C12.4845 7.73218 12.2803 7.91715 12.2803 8.23409C12.2803 8.33593 12.304 8.48684 12.3403 8.62818L13.1679 11.7261C13.2758 12.1387 13.4662 12.3102 13.8183 12.3107C14.1671 12.3107 14.3682 12.1324 14.4706 11.7289L15.0729 9.46934H15.0965L15.6988 11.7289C15.8044 12.1414 15.9993 12.3107 16.3574 12.3107C16.7007 12.3107 16.8909 12.1389 16.9988 11.7354L17.8291 8.62818C17.8649 8.48066 17.889 8.3326 17.889 8.23409C17.889 7.91715 17.6849 7.73218 17.3449 7.73218C17.056 7.73218 16.8845 7.89263 16.818 8.2248L16.2765 10.8022H16.252L15.617 8.19784C15.5449 7.88947 15.3675 7.73218 15.0847 7.73218C14.7926 7.73218 14.6277 7.87658 14.5496 8.1997L13.9173 10.8022H13.8928L13.3514 8.2248C13.2849 7.89263 13.1133 7.73218 12.8245 7.73218ZM17.5484 13.3099C17.4516 13.307 17.3563 13.3351 17.2759 13.3902C17.1954 13.4454 17.1338 13.5248 17.0996 13.6175C16.8555 14.1907 16.5526 14.7311 16.203 15.2348H13.5512C13.6504 14.7962 13.7387 14.3464 13.8129 13.8843C13.8246 13.8176 13.8222 13.7491 13.806 13.6835C13.7897 13.6178 13.76 13.5564 13.7187 13.5034C13.6774 13.4505 13.6256 13.4071 13.5666 13.3763C13.5077 13.3455 13.4429 13.3279 13.3768 13.3247C13.2616 13.3191 13.1485 13.3574 13.0593 13.4323C12.9702 13.5072 12.9114 13.6133 12.8944 13.73C12.8112 14.2486 12.7093 14.7498 12.5937 15.2348H9.46505V13.8071C9.4659 13.7435 9.45425 13.6803 9.4308 13.6213C9.40736 13.5623 9.37258 13.5087 9.32853 13.4638C9.28448 13.4188 9.23206 13.3833 9.17436 13.3594C9.11667 13.3355 9.05488 13.3237 8.99266 13.3247C8.86946 13.3267 8.75205 13.3786 8.66621 13.469C8.58038 13.5595 8.53311 13.6811 8.5348 13.8071V15.2348H5.40612C5.29053 14.7498 5.18867 14.2486 5.10543 13.73C5.08917 13.619 5.03514 13.5176 4.95286 13.4434C4.87059 13.3693 4.76536 13.3272 4.65575 13.3247C4.58684 13.3231 4.51843 13.3371 4.45547 13.3659C4.39251 13.3946 4.33658 13.4373 4.29172 13.4908C4.24686 13.5444 4.2142 13.6074 4.19608 13.6755C4.17797 13.7435 4.17487 13.8148 4.18699 13.8843C4.26117 14.3464 4.34943 14.7962 4.44862 15.2348H1.79688C1.44723 14.7311 1.1443 14.1907 0.900246 13.6175C0.864196 13.529 0.802837 13.4536 0.724215 13.4014C0.645592 13.3491 0.553375 13.3224 0.459652 13.3247C0.382947 13.3268 0.307935 13.3483 0.241298 13.3872C0.17466 13.4261 0.118468 13.4813 0.0777284 13.5478C0.0369884 13.6143 0.0129657 13.6901 0.00780093 13.7685C0.00263616 13.8468 0.0164896 13.9252 0.0481271 13.9967C1.54058 17.5018 4.94406 19.95 8.90272 19.9899C8.96563 20.0034 9.03058 20.0034 9.09349 19.9899C13.0537 19.9515 16.4588 17.5029 17.9517 13.9967C17.9863 13.9252 18.0028 13.846 17.9996 13.7662C17.9964 13.6865 17.9737 13.6089 17.9336 13.5405C17.8934 13.4721 17.8371 13.4151 17.7698 13.3748C17.7025 13.3345 17.6263 13.3122 17.5484 13.3099ZM2.55815 16.1865H4.68936C4.89476 16.9237 5.13674 17.6168 5.40976 18.2602C4.32627 17.7669 3.35832 17.0594 2.55815 16.1865ZM5.65958 16.1865H8.5348V19.0242C7.8819 18.9895 7.24917 18.8825 6.64161 18.7109C6.63599 18.6958 6.62963 18.6809 6.62253 18.6663C6.25333 17.9357 5.92909 17.0998 5.65958 16.1865ZM9.46505 16.1865H12.3403C12.0708 17.0998 11.7465 17.9357 11.3773 18.6663C11.3702 18.6809 11.3639 18.6958 11.3582 18.7109C10.7507 18.8825 10.1179 18.9895 9.46505 19.0242V16.1865ZM13.3105 16.1865H15.4417C14.6415 17.0594 13.6736 17.7669 12.5901 18.2602C12.8631 17.6168 13.1051 16.9237 13.3105 16.1865Z",
|
|
18120
|
+
fill: fill
|
|
18121
|
+
})
|
|
18047
18122
|
})
|
|
18048
18123
|
});
|
|
18049
18124
|
const Url_ICON_NAME = 'url';
|
|
@@ -18207,22 +18282,25 @@ const AddFolder = ({
|
|
|
18207
18282
|
fill = '#000',
|
|
18208
18283
|
size = 24,
|
|
18209
18284
|
...props
|
|
18210
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
18211
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
18285
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
18212
18286
|
width: `${size}px`,
|
|
18213
18287
|
height: `${size}px`,
|
|
18214
18288
|
viewBox: "0 0 24 24",
|
|
18215
18289
|
fill: "none",
|
|
18290
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18216
18291
|
...props,
|
|
18217
|
-
children:
|
|
18218
|
-
|
|
18219
|
-
|
|
18220
|
-
|
|
18221
|
-
|
|
18222
|
-
|
|
18223
|
-
|
|
18224
|
-
|
|
18225
|
-
|
|
18292
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
18293
|
+
transform: "translate(2, 3)",
|
|
18294
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18295
|
+
d: "M10.0958 6.9156C10.4637 6.91583 10.7626 7.2129 10.7626 7.57895V10.1361H13.1427L13.2775 10.15C13.581 10.2119 13.8093 10.4793 13.8095 10.7994C13.8095 11.1657 13.5109 11.4628 13.1427 11.4628H10.7626V13.8312L10.7487 13.9654C10.6864 14.2673 10.4177 14.4944 10.0958 14.4946C9.72761 14.4946 9.42894 14.1975 9.42894 13.8312V11.4628H6.85733C6.48914 11.4628 6.19048 11.1657 6.19048 10.7994C6.19075 10.4334 6.48931 10.1361 6.85733 10.1361H9.42894V7.57895C9.42902 7.21276 9.72765 6.9156 10.0958 6.9156Z",
|
|
18296
|
+
fill: fill
|
|
18297
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18298
|
+
fillRule: "evenodd",
|
|
18299
|
+
clipRule: "evenodd",
|
|
18300
|
+
d: "M6.74293 0C7.29893 0 7.82731 0.241594 8.18917 0.661493L10.1907 2.98458C10.3716 3.19456 10.6362 3.31579 10.9142 3.31579H16.1905C18.2944 3.31579 20 5.01239 20 7.10526V14.2105C20 16.2379 18.3995 17.8938 16.3867 17.9954L16.1905 18H3.80952C1.70558 18 1.53394e-08 16.3034 0 14.2105V3.78947C0 1.69661 1.70558 0 3.80952 0H6.74293ZM3.80952 1.32669C2.44196 1.32669 1.33371 2.42911 1.33371 3.78947V14.2105C1.33371 15.5709 2.44196 16.6733 3.80952 16.6733H16.1905C17.558 16.6733 18.6663 15.5709 18.6663 14.2105V7.10526C18.6663 5.7449 17.558 4.64248 16.1905 4.64248H10.9142C10.247 4.64248 9.613 4.35171 9.17876 3.84776L7.17727 1.52467C7.06871 1.39868 6.90975 1.32669 6.74293 1.32669H3.80952Z",
|
|
18301
|
+
fill: fill
|
|
18302
|
+
})]
|
|
18303
|
+
})
|
|
18226
18304
|
});
|
|
18227
18305
|
const AddFolder_ICON_NAME = 'addFolder';
|
|
18228
18306
|
;// ./src/components/Icon/icons/MoveFolder.tsx
|
|
@@ -18548,11 +18626,12 @@ const Star = ({
|
|
|
18548
18626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18549
18627
|
...props,
|
|
18550
18628
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
18551
|
-
transform: "translate(
|
|
18629
|
+
transform: "translate(1.5, 2)",
|
|
18552
18630
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18553
|
-
d: "M9.
|
|
18631
|
+
d: "M9.52148 1.30664C9.92507 0.497788 11.0749 0.497821 11.4785 1.30664L13.3057 4.9707H13.3066C13.5815 5.52088 14.1052 5.90516 14.7139 5.99902L19.3701 6.7168C20.2542 6.85355 20.6128 7.94209 19.9775 8.5791L19.9766 8.58008L16.8398 11.7236C16.4131 12.1514 16.216 12.7575 16.3076 13.3545L17.0254 18.0303C17.1625 18.9235 16.2291 19.5859 15.4375 19.1719L11.3779 17.0488H11.377C10.8956 16.798 10.3343 16.7657 9.83301 16.9541L9.62207 17.0488L5.5625 19.1719C4.81996 19.5601 3.95455 19.0024 3.96191 18.1953L3.97559 18.0303L4.69238 13.3545C4.78396 12.7575 4.58688 12.1514 4.16016 11.7236L1.02344 8.58008C0.387194 7.94234 0.745536 6.85361 1.62988 6.7168L6.28613 5.99902C6.81875 5.91689 7.28632 5.61227 7.5791 5.16895L7.69434 4.9707L9.52148 1.30664Z",
|
|
18554
18632
|
stroke: fill,
|
|
18555
|
-
strokeWidth: "1.4"
|
|
18633
|
+
strokeWidth: "1.4",
|
|
18634
|
+
fill: "none"
|
|
18556
18635
|
})
|
|
18557
18636
|
})
|
|
18558
18637
|
});
|
|
@@ -18607,29 +18686,23 @@ const Phone = ({
|
|
|
18607
18686
|
fill = '#000',
|
|
18608
18687
|
size = 24,
|
|
18609
18688
|
...props
|
|
18610
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
18689
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
18611
18690
|
width: `${size}px`,
|
|
18612
18691
|
height: `${size}px`,
|
|
18613
18692
|
viewBox: "0 0 24 24",
|
|
18614
18693
|
fill: "none",
|
|
18615
18694
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18616
18695
|
...props,
|
|
18617
|
-
children:
|
|
18696
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
18618
18697
|
transform: "translate(5, 2)",
|
|
18619
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18698
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18620
18699
|
d: "M10 18.5996V20H4V18.5996H10ZM12.5996 16V4C12.5996 2.56406 11.4359 1.40039 10 1.40039H4C2.56406 1.40039 1.40039 2.56406 1.40039 4V16C1.40039 17.4359 2.56406 18.5996 4 18.5996V20L3.79395 19.9951C1.68056 19.8879 0 18.14 0 16V4C0 1.79086 1.79086 0 4 0H10C12.2091 0 14 1.79086 14 4V16C14 18.2091 12.2091 20 10 20V18.5996C11.4359 18.5996 12.5996 17.4359 12.5996 16Z",
|
|
18621
18700
|
fill: fill
|
|
18622
|
-
})
|
|
18623
|
-
|
|
18624
|
-
|
|
18625
|
-
|
|
18626
|
-
|
|
18627
|
-
stroke: fill,
|
|
18628
|
-
strokeWidth: "1.4",
|
|
18629
|
-
strokeLinecap: "round",
|
|
18630
|
-
fill: "none"
|
|
18631
|
-
})
|
|
18632
|
-
})]
|
|
18701
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18702
|
+
d: "M8 2.7998L8.14062 2.81445C8.4598 2.87958 8.7002 3.16159 8.7002 3.5C8.7002 3.83841 8.4598 4.12042 8.14062 4.18555L8 4.2002H6C5.6134 4.2002 5.2998 3.8866 5.2998 3.5C5.2998 3.1134 5.6134 2.7998 6 2.7998H8Z",
|
|
18703
|
+
fill: fill
|
|
18704
|
+
})]
|
|
18705
|
+
})
|
|
18633
18706
|
});
|
|
18634
18707
|
const Phone_ICON_NAME = 'phone';
|
|
18635
18708
|
;// ./src/components/Icon/icons/Tablet.tsx
|
|
@@ -18889,10 +18962,10 @@ const AssessmentStages = ({
|
|
|
18889
18962
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18890
18963
|
fillRule: "evenodd",
|
|
18891
18964
|
clipRule: "evenodd",
|
|
18892
|
-
d: "M20 7.
|
|
18965
|
+
d: "M20 7.86173C21.1043 7.86173 21.9996 8.78845 22 9.93086C22 11.0736 21.1046 12 20 12C19.1043 12 18.3465 11.391 18.0918 10.5512H12.9082C12.6535 11.391 11.8957 12 11 12C10.1043 12 9.34647 11.391 9.0918 10.5512H3.9082C3.65352 11.391 2.89574 12 2 12C0.89543 12 0 11.0736 0 9.93086C0.000390317 8.78845 0.895671 7.86173 2 7.86173C2.89539 7.86173 3.65324 8.47125 3.9082 9.31053H9.0918C9.34677 8.47127 10.1046 7.86173 11 7.86173C11.8954 7.86173 12.6532 8.47127 12.9082 9.31053H18.0918C18.3468 8.47125 19.1046 7.86173 20 7.86173ZM2 8.8963C1.44796 8.8963 1.00039 9.35983 1 9.93086C1 10.5022 1.44772 10.9654 2 10.9654C2.55228 10.9654 3 10.5022 3 9.93086C2.99961 9.35983 2.55204 8.8963 2 8.8963ZM11 8.8963C10.448 8.8963 10.0004 9.35984 10 9.93086C10 10.5022 10.4477 10.9654 11 10.9654C11.5523 10.9654 12 10.5022 12 9.93086C11.9996 9.35984 11.552 8.8963 11 8.8963ZM20 8.8963C19.448 8.8963 19.0004 9.35983 19 9.93086C19 10.5022 19.4477 10.9654 20 10.9654C20.5523 10.9654 21 10.5022 21 9.93086C20.9996 9.35983 20.552 8.8963 20 8.8963Z",
|
|
18893
18966
|
fill: fill
|
|
18894
18967
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18895
|
-
d: "M14.5811 0.
|
|
18968
|
+
d: "M14.5811 0.211581C14.8547 -0.0709327 15.2972 -0.0704571 15.5703 0.212591C15.8431 0.495688 15.8428 0.95361 15.5693 1.23605L11.3174 5.62791C11.0442 5.91004 10.6014 5.90985 10.3281 5.62791L8.20508 3.43147C7.93203 3.14874 7.93209 2.69079 8.20508 2.40802C8.47845 2.1252 8.92195 2.1252 9.19531 2.40802L10.8223 4.09121L14.5811 0.211581Z",
|
|
18896
18969
|
fill: fill
|
|
18897
18970
|
})]
|
|
18898
18971
|
})
|
|
@@ -18912,14 +18985,14 @@ const CommentsOnAchievements = ({
|
|
|
18912
18985
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18913
18986
|
...props,
|
|
18914
18987
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
18915
|
-
transform: "translate(
|
|
18988
|
+
transform: "translate(2, 2.5)",
|
|
18916
18989
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18917
|
-
d: "M14.
|
|
18990
|
+
d: "M14.1897 4.88788C14.5736 4.88788 14.8317 5.198 14.8318 5.51775V8.08377C14.8318 8.40352 14.5736 8.71363 14.1897 8.71363C13.806 8.7135 13.5486 8.40345 13.5486 8.08377V7.09194L11.2067 9.50595C10.9819 9.73752 10.6733 9.87171 10.3404 9.87171C10.0076 9.8716 9.69969 9.73742 9.47496 9.50595L8.07581 8.06382L6.27538 9.91732C6.15241 10.0456 5.98313 10.1129 5.81029 10.113C5.63531 10.113 5.46779 10.0445 5.34519 9.91827C5.10937 9.67538 5.10945 9.29192 5.34519 9.04899L7.20944 7.12804C7.43427 6.89649 7.7419 6.76228 8.07484 6.76228L8.19861 6.76893C8.48349 6.79781 8.74359 6.92549 8.94024 7.12804L10.3394 8.57018L12.6919 6.14761H11.6989C11.315 6.14761 11.0569 5.8375 11.0569 5.51775C11.0569 5.198 11.315 4.88788 11.6989 4.88788H14.1897Z",
|
|
18918
18991
|
fill: fill
|
|
18919
18992
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18920
18993
|
fillRule: "evenodd",
|
|
18921
18994
|
clipRule: "evenodd",
|
|
18922
|
-
d: "
|
|
18995
|
+
d: "M16.8662 0C18.57 0 20 1.31154 20 2.95933V12.1147C20 13.7625 18.5695 15.0731 16.8662 15.0731H10.1141L5.55792 18.7355C5.15882 19.0561 4.64125 19.0643 4.22839 18.8723C3.81554 18.6802 3.49455 18.2816 3.49449 17.775V15.0731H3.13382C1.43002 15.0731 0 13.7625 0 12.1147V2.95933C0 1.31154 1.43002 0 3.13382 0H16.8662ZM3.13382 1.33954C2.12749 1.33954 1.36241 2.07953 1.36241 2.95933V12.1147C1.36241 12.9945 2.12749 13.7345 3.13382 13.7345H4.17521C4.35592 13.7345 4.52992 13.8047 4.65771 13.9302C4.7855 14.0558 4.85688 14.2267 4.85689 14.4043V17.5698L9.43918 13.8865C9.5608 13.7886 9.71318 13.7347 9.87043 13.7345H16.8662C17.8718 13.7345 18.6376 12.9945 18.6376 12.1147V7.63535C18.6272 7.56841 18.6272 7.49994 18.6376 7.433V2.95933C18.6376 2.07953 17.8725 1.33954 16.8662 1.33954H3.13382Z",
|
|
18923
18996
|
fill: fill
|
|
18924
18997
|
})]
|
|
18925
18998
|
})
|
|
@@ -18939,17 +19012,17 @@ const CodeReviewComments = ({
|
|
|
18939
19012
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18940
19013
|
...props,
|
|
18941
19014
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
18942
|
-
transform: "translate(
|
|
19015
|
+
transform: "translate(2, 2.5)",
|
|
18943
19016
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18944
19017
|
fillRule: "evenodd",
|
|
18945
19018
|
clipRule: "evenodd",
|
|
18946
|
-
d: "
|
|
19019
|
+
d: "M16.8662 0C18.57 0 20 1.31154 20 2.95933V12.1147C20 13.7625 18.5695 15.0731 16.8662 15.0731H10.1141L5.55792 18.7355C5.15882 19.0561 4.64125 19.0643 4.22839 18.8723C3.81554 18.6802 3.49455 18.2816 3.49449 17.775V15.0731H3.13382C1.43002 15.0731 0 13.7625 0 12.1147V2.95933C0 1.31154 1.43002 0 3.13382 0H16.8662ZM3.13382 1.33954C2.12749 1.33954 1.36241 2.07953 1.36241 2.95933V12.1147C1.36241 12.9945 2.12749 13.7345 3.13382 13.7345H4.17521C4.35592 13.7345 4.52992 13.8047 4.65771 13.9302C4.7855 14.0558 4.85688 14.2267 4.85689 14.4043V17.5698L9.43918 13.8865C9.5608 13.7886 9.71318 13.7347 9.87043 13.7345H16.8662C17.8718 13.7345 18.6376 12.9945 18.6376 12.1147V7.63535C18.6272 7.56841 18.6272 7.49994 18.6376 7.433V2.95933C18.6376 2.07953 17.8725 1.33954 16.8662 1.33954H3.13382Z",
|
|
18947
19020
|
fill: fill
|
|
18948
19021
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18949
|
-
d: "M8.
|
|
19022
|
+
d: "M8.50995 5.50691C8.78062 5.24097 8.78062 4.80952 8.50995 4.54358C8.23928 4.27764 7.80015 4.27764 7.52948 4.54358L5.05414 6.97565C4.78347 7.24159 4.78347 7.67304 5.05414 7.93897L7.52948 10.371C7.80015 10.637 8.23928 10.637 8.50995 10.371C8.78062 10.1051 8.78062 9.67365 8.50995 9.40772L6.52484 7.45731L8.50995 5.50691Z",
|
|
18950
19023
|
fill: fill
|
|
18951
19024
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18952
|
-
d: "M11.
|
|
19025
|
+
d: "M11.49 9.40773C11.2194 9.67367 11.2194 10.1051 11.49 10.3711C11.7607 10.637 12.1998 10.637 12.4705 10.3711L14.9458 7.93899C15.2165 7.67305 15.2165 7.2416 14.9458 6.97566L12.4705 4.5436C12.1998 4.27766 11.7607 4.27766 11.49 4.5436C11.2194 4.80954 11.2194 5.24099 11.49 5.50692L13.4751 7.45733L11.49 9.40773Z",
|
|
18953
19026
|
fill: fill
|
|
18954
19027
|
})]
|
|
18955
19028
|
})
|
|
@@ -18969,14 +19042,14 @@ const Support = ({
|
|
|
18969
19042
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18970
19043
|
...props,
|
|
18971
19044
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
18972
|
-
transform: "translate(3.
|
|
19045
|
+
transform: "translate(3.5, 2)",
|
|
18973
19046
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18974
|
-
d: "M5.
|
|
19047
|
+
d: "M5.66902 4.22911L5.78387 4.24413C5.8794 4.26196 5.97652 4.29501 6.07334 4.34178L6.88102 4.73803L6.88569 4.73991L6.89223 4.74272L7.38338 4.9662L7.39271 4.96901L7.39832 4.96995C8.58222 5.46664 9.8702 5.7276 11.1529 5.7277H12.462L12.603 5.74178L12.7095 5.77277C12.9372 5.86481 13.0975 6.08635 13.1016 6.34648L13.0876 6.49108C13.0336 6.73779 12.8349 6.93071 12.5862 6.97559L12.476 6.98592H11.1594L10.6029 6.97183H10.5973C9.62843 6.9218 8.66331 6.74216 7.74007 6.44038L7.34696 6.30329L6.9025 6.12676L6.33572 5.87136L5.84924 5.63005L5.68583 5.54836L5.60926 5.5108L5.56258 5.58216L5.4636 5.73521L4.83332 6.70235C4.72663 6.86192 4.55986 6.95745 4.38419 6.97934L4.29922 6.98404C4.25883 6.98336 4.21754 6.97905 4.1769 6.96995L4.05458 6.92864L3.95934 6.87793C3.67774 6.68485 3.59983 6.2967 3.78847 6.00939L4.55133 4.84038L4.57935 4.86854L4.62417 4.72958L4.71381 4.61502L4.71474 4.61596C4.95513 4.34197 5.31385 4.19982 5.66902 4.22911Z",
|
|
18975
19048
|
fill: fill
|
|
18976
19049
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
18977
19050
|
fillRule: "evenodd",
|
|
18978
19051
|
clipRule: "evenodd",
|
|
18979
|
-
d: "M9.
|
|
19052
|
+
d: "M9.00996 0L9.65611 0.0197183C10.7387 0.0913601 11.7316 0.347354 12.6133 0.766197L12.9821 0.95493L13.4574 1.24038L14.9831 2.5831C15.5986 3.30939 16.0879 4.17741 16.4267 5.1662L16.5686 5.61596L16.7189 6.21127L16.7329 6.4047C16.7216 6.54294 16.6585 6.6792 16.5471 6.79061L16.4678 6.86761C16.3058 6.98255 16.0965 7.00918 15.9094 6.94836L15.5331 6.82723L15.3585 6.77183L15.5294 7.32582C15.6239 7.63313 15.6921 7.91416 15.7413 8.19343L15.7628 8.31174L15.7731 8.36714L15.8254 8.38592L15.9393 8.42629L16.1279 8.49202L16.2801 8.57653C16.5234 8.73597 16.7135 8.9911 16.8375 9.31925L16.887 9.46479L16.9412 9.68732L16.9421 9.69296L16.9944 10.0939L17 10.4432C16.9904 10.7755 16.9412 11.1232 16.8534 11.4648L16.8459 11.4892L16.845 11.492C16.5814 12.4478 16.0529 13.2115 15.4378 13.5268H15.436L15.3631 13.5653L15.3295 13.5831L15.3174 13.6197L15.2903 13.6986C15.0079 14.526 14.6165 15.3391 14.1483 16.1023L13.0624 17.5878C11.9023 18.9185 10.4451 19.8735 8.82695 19.9878L8.50107 20C6.75411 19.9996 5.17829 19.0116 3.9416 17.5944L2.84819 16.0977C2.38172 15.3362 1.9926 14.5239 1.71089 13.6986L1.68381 13.6197L1.67074 13.5831L1.63712 13.5653L1.56335 13.5277L1.4457 13.461C0.949525 13.1544 0.5199 12.5541 0.256114 11.8066L0.153402 11.477V11.4751L0.1478 11.4545C-0.0101933 10.8348 -0.0458812 10.208 0.0618956 9.68357L0.0609619 9.68263L0.119788 9.44507L0.189818 9.25352C0.364865 8.83613 0.653858 8.54638 1.03952 8.4338L1.18799 8.39061L1.25709 8.37089L1.25802 8.1277L1.25709 8.11549L1.25615 8.10798L1.24682 7.99906L1.24775 7.99812L1.24682 7.98685L1.2104 7.67418L1.1441 7.12958C1.08175 6.53209 1.03901 5.73889 1.13663 4.73427L1.1413 4.6892L1.18612 4.35775L1.18986 4.34272L1.19079 4.33803L1.26269 3.98122L1.26642 3.96244C1.4513 3.21261 1.78948 2.58047 2.25339 2.09765L2.47282 1.89202L2.4971 1.87136C3.06126 1.38964 3.7767 1.10394 4.60082 1.05352L4.65311 1.04977L4.67739 1.04789L4.697 1.03568L4.74275 1.00751C5.78704 0.345116 7.38266 0.00013504 8.502 0H9.00996ZM8.502 1.25822C8.06848 1.25827 7.59944 1.31372 7.14901 1.41033L7.13874 1.41408L7.13313 1.41502L6.71295 1.51925L6.70455 1.52113L6.70268 1.52207C6.11932 1.68723 5.59949 1.91689 5.26004 2.17371L5.25631 2.17653C5.17538 2.23317 5.08185 2.27228 4.98552 2.2892L4.86787 2.29953C4.25962 2.30283 3.74305 2.48595 3.34027 2.81784L3.33373 2.8216L3.32626 2.82911L3.18153 2.95775L3.17406 2.96526L3.16753 2.97277C2.84248 3.30491 2.60276 3.75777 2.47375 4.31455V4.31737L2.42613 4.55587L2.4252 4.56244L2.42427 4.56995L2.38878 4.84601V4.85822C2.26864 6.04551 2.37305 6.9184 2.44574 7.50047L2.45134 7.52676L2.45321 7.53709L2.50457 8.00657L2.5083 8.20563L2.48869 8.41127C2.44419 8.66291 2.41636 8.92534 2.40653 9.18592V9.19061C2.39189 9.40249 2.27551 9.59468 2.09092 9.70516L1.76131 9.77183L1.72489 9.7784C1.6963 9.77627 1.66831 9.7733 1.64179 9.76714L1.41862 9.71455L1.31405 9.69014L1.27576 10.0263L1.25615 10.1859V10.1906L1.25522 10.2028V10.4235C1.26352 10.6497 1.29841 10.8976 1.3626 11.1437L1.3682 11.1606L1.46344 11.4582L1.46625 11.4676L1.46811 11.4742L1.47091 11.4817L1.47278 11.4854L1.55122 11.6732L1.55402 11.6798L1.55495 11.6826C1.64433 11.8769 1.74261 12.0332 1.83414 12.1502L1.84068 12.1587L1.84535 12.1634L1.85562 12.1756L1.84161 12.1831L1.94432 12.2779L1.95459 12.2864C1.98647 12.3184 2.01977 12.3495 2.0517 12.3737L2.06571 12.385L2.07598 12.3934L2.08905 12.3991L2.09372 12.4009L2.10493 12.4066L2.14134 12.4244L2.15815 12.4329L2.21417 12.4366C2.40495 12.4529 2.57465 12.5543 2.67918 12.707L2.72493 12.7859L2.76508 12.893L2.76882 12.9023L3.01906 13.6385L3.02466 13.6526L3.17033 14.0216L3.17219 14.0263L3.17313 14.0282C3.33246 14.407 3.51562 14.7815 3.7175 15.1399L3.71937 15.1427L3.72404 15.1502L4.14049 15.8263L4.14889 15.8423L4.15543 15.8545L4.1629 15.862L4.39353 16.1878L4.39166 16.1906L4.44115 16.2573L4.45236 16.2723L4.76516 16.6573L4.78197 16.6789L4.79317 16.6939L4.80811 16.7033L5.16387 17.1033L5.17321 17.1127C6.13167 18.1008 7.27961 18.7425 8.502 18.7427L8.76158 18.7333C10.0546 18.6373 11.2531 17.8341 12.222 16.6779L12.2248 16.6761L12.2332 16.6657L12.2388 16.6563L12.265 16.6272L12.2641 16.6254L12.5516 16.2723L12.5535 16.2685L12.5591 16.261C12.6604 16.125 12.7603 15.9829 12.8551 15.8385L12.8607 15.831L12.8626 15.8272L13.4051 14.9455L13.152 15.0329C12.6123 15.2195 11.9873 15.334 11.2706 15.3596L10.9577 15.3653H10.418L10.3975 15.4338C10.3243 15.6783 10.2097 15.9135 10.0389 16.1164C9.76135 16.4459 9.34948 16.6747 8.8671 16.7268L8.65607 16.738C8.08306 16.7378 7.59026 16.4931 7.2732 16.1164C6.99759 15.7888 6.85246 15.3814 6.82033 14.9718L6.81286 14.7962C6.81294 14.3294 6.95835 13.8515 7.2732 13.477C7.59024 13.1002 8.08292 12.8556 8.65607 12.8554L8.8671 12.8667C9.34963 12.9186 9.76137 13.1473 10.0389 13.477C10.2099 13.6802 10.3244 13.915 10.3975 14.1596L10.418 14.2282H10.9577C11.9523 14.2281 12.6777 14.0776 13.2183 13.8169C13.6355 13.6155 13.9476 13.3447 14.1913 13.0197L14.2006 13.0066L14.2053 12.9915L14.2371 12.892L14.238 12.893L14.2809 12.7784C14.3272 12.6866 14.3946 12.6084 14.4761 12.5502L14.4994 12.5362C14.5627 12.495 14.6336 12.4653 14.7086 12.4488L14.7842 12.4366H14.8141L14.829 12.4319L14.8543 12.4225L14.8655 12.4197L14.9056 12.4056L14.9234 12.3991L14.9374 12.3869L14.9691 12.3587L15.0373 12.2977L15.0382 12.2986L15.0466 12.2892L15.0541 12.2808L15.0531 12.2798C15.0889 12.2437 15.1256 12.2027 15.1577 12.1624L15.1587 12.1606L15.168 12.1484L15.1736 12.1418L15.1783 12.1333L15.1811 12.1258L15.2828 11.9878L15.2838 11.985L15.2922 11.9728L15.295 11.969C15.42 11.7682 15.5438 11.4952 15.6377 11.1493L15.6395 11.1408L15.6414 11.1305L15.6405 11.1296L15.704 10.8357L15.7068 10.8254L15.7086 10.815C15.7432 10.5983 15.7536 10.3886 15.7432 10.2009L15.7254 10.0207L15.6956 9.79718L15.6825 9.69296L15.5798 9.71643L15.3603 9.76714C15.2148 9.80083 15.0666 9.78482 14.9411 9.723L14.9299 9.71737C14.7806 9.63422 14.6738 9.49771 14.6255 9.33991L14.6087 9.27136L14.5984 9.1831L14.5975 9.17559L14.5583 8.69953V8.69765L14.5573 8.68826L14.5564 8.68169L14.4985 8.32582L14.4976 8.323C14.4499 8.08107 14.3846 7.83307 14.294 7.55211V7.55023L14.1399 7.10329L14.0615 6.85258C14.0318 6.72679 14.0185 6.61043 14.0186 6.50423L14.0232 6.40094L14.0428 6.2723L14.0877 6.12113C14.1402 5.98823 14.218 5.88217 14.2977 5.80188L14.2996 5.80094L14.3164 5.78216L14.4219 5.69765L14.5471 5.62441C14.6394 5.57941 14.74 5.54926 14.844 5.52958L15.0924 5.48357L15.2081 5.46197L15.1633 5.35211L15.0662 5.11737C14.6538 4.11445 14.0605 3.2877 13.3052 2.66291L13.2977 2.65728L13.2921 2.65352L12.9737 2.40845L12.9746 2.40751L12.9662 2.40282L12.9588 2.39812L12.7888 2.28357L12.7879 2.28263L12.4452 2.07606C11.626 1.62054 10.6683 1.34696 9.59355 1.27606H9.58234L9.02957 1.25822H8.502ZM8.65607 13.9906C8.51308 13.9907 8.39927 14.014 8.30592 14.0573C8.21221 14.1008 8.14444 14.1617 8.08929 14.2272C7.9716 14.3673 7.89889 14.5766 7.8988 14.7962L7.91188 14.9577C7.93787 15.1159 8.00098 15.2601 8.08929 15.3653C8.14443 15.4307 8.21222 15.4917 8.30592 15.5352C8.39927 15.5785 8.51311 15.6018 8.65607 15.6019L8.75785 15.5981C8.85456 15.5895 8.93605 15.5676 9.00622 15.5352C9.10028 15.4917 9.16849 15.4309 9.22379 15.3653C9.3335 15.2346 9.40186 15.0424 9.41053 14.8376L9.4096 14.8291C9.40865 14.8111 9.40997 14.7925 9.41147 14.7653L9.42081 14.6L9.39279 14.6131C9.36575 14.4631 9.30782 14.3272 9.22379 14.2272C9.16848 14.1615 9.10028 14.1008 9.00622 14.0573C8.93605 14.0249 8.8546 14.003 8.75785 13.9944L8.65607 13.9906Z",
|
|
18980
19053
|
fill: fill
|
|
18981
19054
|
})]
|
|
18982
19055
|
})
|
|
@@ -18996,17 +19069,17 @@ const Leave = ({
|
|
|
18996
19069
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18997
19070
|
...props,
|
|
18998
19071
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
18999
|
-
transform: "translate(
|
|
19072
|
+
transform: "translate(2, 2.5)",
|
|
19000
19073
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19001
19074
|
fillRule: "evenodd",
|
|
19002
19075
|
clipRule: "evenodd",
|
|
19003
|
-
d: "
|
|
19076
|
+
d: "M17.5472 3.10204H13.7736V1.55102C13.7736 0.697959 13.0943 0 12.2642 0H7.73585C6.90566 0 6.22642 0.697959 6.22642 1.55102V3.10204H2.45283C1.09434 3.10204 0 4.22653 0 5.62245V16.4796C0 17.8755 1.09434 19 2.45283 19H17.5472C18.9057 19 20 17.8755 20 16.4796V5.62245C20 4.22653 18.9057 3.10204 17.5472 3.10204ZM7.35849 1.55102C7.35849 1.33776 7.5283 1.16327 7.73585 1.16327H12.2642C12.4717 1.16327 12.6415 1.33776 12.6415 1.55102V3.10204H7.35849V1.55102ZM3.77358 17.8367H2.45283C1.71698 17.8367 1.13208 17.2357 1.13208 16.4796V5.62245C1.13208 4.86633 1.71698 4.26531 2.45283 4.26531H3.77358H4.90566H15.0943H16.2264H17.5472C18.283 4.26531 18.8679 4.86633 18.8679 5.62245V16.4796C18.8679 17.2357 18.283 17.8367 17.5472 17.8367H16.2264H15.0943H4.90566H3.77358Z",
|
|
19004
19077
|
fill: fill
|
|
19005
19078
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19006
|
-
d: "
|
|
19079
|
+
d: "M15.0943 4.26531V17.8367H16.2264V4.26531H15.0943Z",
|
|
19007
19080
|
fill: fill
|
|
19008
19081
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19009
|
-
d: "
|
|
19082
|
+
d: "M3.77358 4.26531V17.8367H4.90566V4.26531H3.77358Z",
|
|
19010
19083
|
fill: fill
|
|
19011
19084
|
})]
|
|
19012
19085
|
})
|
|
@@ -19026,17 +19099,17 @@ const Vacation = ({
|
|
|
19026
19099
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19027
19100
|
...props,
|
|
19028
19101
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
19029
|
-
transform: "translate(
|
|
19102
|
+
transform: "translate(5, 1)",
|
|
19030
19103
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19031
|
-
d: "
|
|
19104
|
+
d: "M4.74177 8.31803C5.11589 8.31803 5.41956 8.61241 5.41956 8.9751V16.0891C5.41956 16.4518 5.11589 16.7471 4.74177 16.7471C4.3677 16.747 4.06398 16.4518 4.06398 16.0891V8.9751C4.06398 8.61245 4.3677 8.31809 4.74177 8.31803Z",
|
|
19032
19105
|
fill: fill
|
|
19033
19106
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19034
|
-
d: "M9.
|
|
19107
|
+
d: "M9.25823 8.31803C9.63222 8.31819 9.93602 8.61251 9.93602 8.9751V16.0891C9.93602 16.4517 9.63222 16.7469 9.25823 16.7471C8.88411 16.7471 8.57951 16.4518 8.57951 16.0891V8.9751C8.57951 8.61241 8.88411 8.31803 9.25823 8.31803Z",
|
|
19035
19108
|
fill: fill
|
|
19036
19109
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19037
19110
|
fillRule: "evenodd",
|
|
19038
19111
|
clipRule: "evenodd",
|
|
19039
|
-
d: "
|
|
19112
|
+
d: "M8.80575 0C9.67328 0 10.3866 0.691567 10.3866 1.53255V4.81519H11.516C12.8823 4.8152 13.9999 5.89953 14 7.22412V18.1695L13.9889 18.3906C13.8833 19.4818 13.0054 20.3309 11.9084 20.5059L11.7727 20.5274L11.8216 20.6536C11.8427 20.7071 11.8557 20.7518 11.8558 20.7951C11.8558 21.0511 11.7797 21.3097 11.6185 21.5256L11.5437 21.6151C11.3592 21.8162 11.0782 21.9602 10.7542 21.9928L10.6129 22C10.2298 22 9.89297 21.8449 9.68208 21.6151C9.46964 21.3831 9.36996 21.0877 9.36996 20.7951C9.37003 20.7724 9.37548 20.7476 9.38474 20.7172L9.42814 20.5776H4.57186L4.61526 20.7172C4.62452 20.7476 4.62904 20.7724 4.62911 20.7951C4.62911 21.0878 4.52959 21.3831 4.317 21.6151C4.10613 21.8448 3.77002 21.9999 3.38711 22C3.05169 21.9999 2.75135 21.8812 2.54033 21.6974L2.4563 21.6151C2.24386 21.3831 2.14419 21.0876 2.14419 20.7951C2.14428 20.7508 2.15685 20.7042 2.17743 20.6519L2.22545 20.5274L2.09063 20.5059C0.9942 20.3306 0.116645 19.4815 0.0110811 18.3906L0 18.1695V7.22412C0.000104973 5.89952 1.11773 4.81519 2.484 4.81519H3.61243V1.53255C3.61252 0.691567 4.32672 0 5.19425 0H8.80575ZM2.484 6.13021C1.85528 6.13021 1.35476 6.61464 1.35466 7.22412V18.1695C1.35506 18.7788 1.85556 19.2625 2.484 19.2625H11.516C12.1444 19.2625 12.6449 18.7788 12.6453 18.1695V7.22412C12.6452 6.61465 12.1447 6.13022 11.516 6.13021H2.484ZM5.19425 1.31323C5.12721 1.31323 5.07048 1.33695 5.03173 1.3741C4.99287 1.41177 4.96805 1.46733 4.96801 1.53255V4.81519H9.03199V1.53255C9.03195 1.4675 9.00696 1.41355 8.96827 1.3759V1.3741C8.92951 1.3369 8.87284 1.31323 8.80575 1.31323H5.19425Z",
|
|
19040
19113
|
fill: fill
|
|
19041
19114
|
})]
|
|
19042
19115
|
})
|
|
@@ -19102,34 +19175,20 @@ const ArrowSort = ({
|
|
|
19102
19175
|
fill = '#000',
|
|
19103
19176
|
size = 24,
|
|
19104
19177
|
...props
|
|
19105
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
19178
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
19106
19179
|
width: `${size}px`,
|
|
19107
19180
|
height: `${size}px`,
|
|
19108
19181
|
viewBox: "0 0 24 24",
|
|
19109
19182
|
fill: "none",
|
|
19110
19183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19111
19184
|
...props,
|
|
19112
|
-
children:
|
|
19113
|
-
transform: "translate(5.
|
|
19114
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19115
|
-
d: "M12.9 0.9L6.9 6.9L0.9 0.9",
|
|
19116
|
-
stroke: fill,
|
|
19117
|
-
strokeWidth: "1.8",
|
|
19118
|
-
strokeLinecap: "round",
|
|
19119
|
-
strokeLinejoin: "round",
|
|
19120
|
-
fill: "none"
|
|
19121
|
-
})
|
|
19122
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
19123
|
-
transform: "translate(5.1, 14.1)",
|
|
19185
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
19186
|
+
transform: "translate(5.7, 3)",
|
|
19124
19187
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19125
|
-
d: "
|
|
19126
|
-
|
|
19127
|
-
strokeWidth: "1.8",
|
|
19128
|
-
strokeLinecap: "round",
|
|
19129
|
-
strokeLinejoin: "round",
|
|
19130
|
-
fill: "none"
|
|
19188
|
+
d: "M11.1486 11.1486C11.4681 10.8291 11.9873 10.8291 12.3068 11.1486C12.6259 11.468 12.6259 11.9864 12.3068 12.3058L6.8517 17.7609C6.53224 18.0799 6.01387 18.08 5.69447 17.7609L0.240373 12.3058C-0.0791362 11.9863 -0.0791362 11.4681 0.240373 11.1486C0.559889 10.8291 1.07811 10.8291 1.3976 11.1486L6.27358 16.0236L11.1486 11.1486ZM5.69447 0.239396C6.01397 -0.0797196 6.5323 -0.0798777 6.8517 0.239396L12.3058 5.69447C12.6252 6.01399 12.6253 6.53222 12.3058 6.8517C11.9863 7.17104 11.468 7.17106 11.1486 6.8517L6.2726 1.97572L1.3976 6.8517C1.07809 7.17121 0.558906 7.17121 0.239397 6.8517C-0.0798774 6.5323 -0.0797205 6.01397 0.239397 5.69447L5.69447 0.239396Z",
|
|
19189
|
+
fill: fill
|
|
19131
19190
|
})
|
|
19132
|
-
})
|
|
19191
|
+
})
|
|
19133
19192
|
});
|
|
19134
19193
|
const ArrowSort_ICON_NAME = 'arrow-sort';
|
|
19135
19194
|
;// ./src/components/Icon/icons/Menu.tsx
|
|
@@ -19138,38 +19197,26 @@ const Menu = ({
|
|
|
19138
19197
|
fill = '#000',
|
|
19139
19198
|
size = 24,
|
|
19140
19199
|
...props
|
|
19141
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
19200
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
19142
19201
|
width: `${size}px`,
|
|
19143
19202
|
height: `${size}px`,
|
|
19144
19203
|
viewBox: "0 0 24 24",
|
|
19145
19204
|
fill: "none",
|
|
19146
19205
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19147
19206
|
...props,
|
|
19148
|
-
children:
|
|
19149
|
-
transform: "translate(3
|
|
19150
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19151
|
-
|
|
19152
|
-
clipRule: "evenodd",
|
|
19153
|
-
d: "M0 0.9C0 0.402944 0.402944 0 0.9 0H16.9C17.3971 0 17.8 0.402944 17.8 0.9C17.8 1.39706 17.3971 1.8 16.9 1.8H0.9C0.402944 1.8 0 1.39706 0 0.9Z",
|
|
19207
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
19208
|
+
transform: "translate(3, 5)",
|
|
19209
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19210
|
+
d: "M17.1444 12.1732C17.6486 12.1732 18.0577 12.5824 18.0577 13.0866C18.0577 13.5908 17.6486 14 17.1444 14H0.913388C0.409165 14 1.3392e-05 13.5908 0 13.0866C0 12.5824 0.409157 12.1732 0.913388 12.1732H17.1444Z",
|
|
19154
19211
|
fill: fill
|
|
19155
|
-
})
|
|
19156
|
-
|
|
19157
|
-
transform: "translate(3.1, 11.1)",
|
|
19158
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19159
|
-
fillRule: "evenodd",
|
|
19160
|
-
clipRule: "evenodd",
|
|
19161
|
-
d: "M0 0.9C0 0.402944 0.402944 0 0.9 0H16.9C17.3971 0 17.8 0.402944 17.8 0.9C17.8 1.39706 17.3971 1.8 16.9 1.8H0.9C0.402944 1.8 0 1.39706 0 0.9Z",
|
|
19212
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19213
|
+
d: "M17.1444 6.08661C17.6486 6.08661 18.0577 6.49577 18.0577 7C18.0577 7.50422 17.6486 7.91339 17.1444 7.91339H0.913388C0.409165 7.91339 1.3392e-05 7.50422 0 7C0 6.49577 0.409157 6.08661 0.913388 6.08661H17.1444Z",
|
|
19162
19214
|
fill: fill
|
|
19163
|
-
})
|
|
19164
|
-
|
|
19165
|
-
transform: "translate(3.1, 17.1)",
|
|
19166
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19167
|
-
fillRule: "evenodd",
|
|
19168
|
-
clipRule: "evenodd",
|
|
19169
|
-
d: "M0 0.9C0 0.402944 0.402944 0 0.9 0H16.9C17.3971 0 17.8 0.402944 17.8 0.9C17.8 1.39706 17.3971 1.8 16.9 1.8H0.9C0.402944 1.8 0 1.39706 0 0.9Z",
|
|
19215
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19216
|
+
d: "M17.1444 0C17.6486 1.04527e-06 18.0577 0.409157 18.0577 0.913388C18.0577 1.41761 17.6486 1.82678 17.1444 1.82678H0.913388C0.409165 1.82678 1.3392e-05 1.41761 0 0.913388C0 0.409157 0.409157 0 0.913388 0H17.1444Z",
|
|
19170
19217
|
fill: fill
|
|
19171
|
-
})
|
|
19172
|
-
})
|
|
19218
|
+
})]
|
|
19219
|
+
})
|
|
19173
19220
|
});
|
|
19174
19221
|
const Menu_ICON_NAME = 'menu';
|
|
19175
19222
|
;// ./src/components/Icon/icons/Dragndrop.tsx
|
|
@@ -19178,38 +19225,35 @@ const Dragndrop = ({
|
|
|
19178
19225
|
fill = '#000',
|
|
19179
19226
|
size = 24,
|
|
19180
19227
|
...props
|
|
19181
|
-
}) => (0,jsx_runtime_namespaceObject.
|
|
19228
|
+
}) => (0,jsx_runtime_namespaceObject.jsx)("svg", {
|
|
19182
19229
|
width: `${size}px`,
|
|
19183
19230
|
height: `${size}px`,
|
|
19184
19231
|
viewBox: "0 0 24 24",
|
|
19185
19232
|
fill: "none",
|
|
19186
19233
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19187
19234
|
...props,
|
|
19188
|
-
children:
|
|
19189
|
-
transform: "translate(
|
|
19235
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
19236
|
+
transform: "translate(7, 3)",
|
|
19190
19237
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19191
|
-
d: "
|
|
19238
|
+
d: "M0 16.0714C0 17.1321 0.880435 18 1.95652 18C3.03261 18 3.91304 17.1321 3.91304 16.0714C3.91304 15.0107 3.03261 14.1429 1.95652 14.1429C0.880435 14.1429 0 15.0107 0 16.0714Z",
|
|
19192
19239
|
fill: fill
|
|
19193
19240
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19194
|
-
d: "
|
|
19241
|
+
d: "M0 9C0 10.0607 0.880435 10.9286 1.95652 10.9286C3.03261 10.9286 3.91304 10.0607 3.91304 9C3.91304 7.93929 3.03261 7.07143 1.95652 7.07143C0.880435 7.07143 0 7.93929 0 9Z",
|
|
19195
19242
|
fill: fill
|
|
19196
19243
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19197
|
-
d: "
|
|
19244
|
+
d: "M0 1.92857C0 2.98929 0.880435 3.85714 1.95652 3.85714C3.03261 3.85714 3.91304 2.98929 3.91304 1.92857C3.91304 0.867857 3.03261 0 1.95652 0C0.880435 0 0 0.867857 0 1.92857Z",
|
|
19198
19245
|
fill: fill
|
|
19199
|
-
})
|
|
19200
|
-
|
|
19201
|
-
transform: "translate(12, 20.4) rotate(-90)",
|
|
19202
|
-
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19203
|
-
d: "M1.8 0C0.81 0 0 0.81 0 1.8C0 2.79 0.81 3.6 1.8 3.6C2.79 3.6 3.6 2.79 3.6 1.8C3.6 0.81 2.79 0 1.8 0Z",
|
|
19246
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19247
|
+
d: "M6.08696 16.0714C6.08696 17.1321 6.96739 18 8.04348 18C9.11956 18 10 17.1321 10 16.0714C10 15.0107 9.11956 14.1429 8.04348 14.1429C6.96739 14.1429 6.08696 15.0107 6.08696 16.0714Z",
|
|
19204
19248
|
fill: fill
|
|
19205
19249
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19206
|
-
d: "
|
|
19250
|
+
d: "M6.08696 9C6.08696 10.0607 6.96739 10.9286 8.04348 10.9286C9.11956 10.9286 10 10.0607 10 9C10 7.93929 9.11956 7.07143 8.04348 7.07143C6.96739 7.07143 6.08696 7.93929 6.08696 9Z",
|
|
19207
19251
|
fill: fill
|
|
19208
19252
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19209
|
-
d: "
|
|
19253
|
+
d: "M6.08696 1.92857C6.08696 2.98929 6.96739 3.85714 8.04348 3.85714C9.11956 3.85714 10 2.98929 10 1.92857C10 0.867857 9.11956 0 8.04348 0C6.96739 0 6.08696 0.867857 6.08696 1.92857Z",
|
|
19210
19254
|
fill: fill
|
|
19211
19255
|
})]
|
|
19212
|
-
})
|
|
19256
|
+
})
|
|
19213
19257
|
});
|
|
19214
19258
|
const Dragndrop_ICON_NAME = 'dragndrop';
|
|
19215
19259
|
;// ./src/components/Icon/icons/Send.tsx
|
|
@@ -19511,7 +19555,7 @@ const Bold = ({
|
|
|
19511
19555
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19512
19556
|
...props,
|
|
19513
19557
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
19514
|
-
transform: "translate(7, 5)",
|
|
19558
|
+
transform: "translate(7.0008, 5)",
|
|
19515
19559
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19516
19560
|
d: "M0 14V0H5.37665C6.29316 0 7.04331 0.191204 7.62712 0.573611C8.2172 0.949537 8.65348 1.43241 8.93597 2.02222C9.22473 2.61204 9.36912 3.2213 9.36912 3.85C9.36912 4.6213 9.19021 5.27593 8.83239 5.81389C8.48085 6.35185 8.00063 6.71482 7.39171 6.90278V6.41667C8.24545 6.61759 8.89203 7.03565 9.33145 7.67083C9.77715 8.30602 10 9.0287 10 9.83889C10 10.6685 9.8462 11.3944 9.53861 12.0167C9.23101 12.6389 8.77276 13.125 8.16384 13.475C7.56121 13.825 6.81419 14 5.92279 14H0ZM2.29755 11.7931H5.6403C6.03578 11.7931 6.39046 11.712 6.70433 11.55C7.0182 11.3815 7.26303 11.1481 7.43879 10.85C7.62084 10.5454 7.71186 10.1856 7.71186 9.77083C7.71186 9.39491 7.6334 9.05787 7.47646 8.75972C7.31952 8.46157 7.0904 8.225 6.78908 8.05C6.48776 7.86852 6.1268 7.77778 5.70621 7.77778H2.29755V11.7931ZM2.29755 5.59028H5.3484C5.67483 5.59028 5.96673 5.52546 6.22411 5.39583C6.48148 5.2662 6.6855 5.075 6.83616 4.82222C6.98682 4.56945 7.06215 4.25833 7.06215 3.88889C7.06215 3.40278 6.91149 2.99769 6.61017 2.67361C6.30885 2.34954 5.88826 2.1875 5.3484 2.1875H2.29755V5.59028Z",
|
|
19517
19561
|
fill: fill
|
|
@@ -19533,7 +19577,7 @@ const Italic = ({
|
|
|
19533
19577
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19534
19578
|
...props,
|
|
19535
19579
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
19536
|
-
transform: "translate(9.
|
|
19580
|
+
transform: "translate(9.4992, 5)",
|
|
19537
19581
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19538
19582
|
d: "M3.73333 0H5.49306L1.75972 14H0L3.73333 0Z",
|
|
19539
19583
|
fill: fill
|
|
@@ -19630,7 +19674,7 @@ const H2 = ({
|
|
|
19630
19674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19631
19675
|
...props,
|
|
19632
19676
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
19633
|
-
transform: "translate(1, 5)",
|
|
19677
|
+
transform: "translate(1.0008, 5)",
|
|
19634
19678
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19635
19679
|
d: "M12.9004 13.9905L12.9099 12.4667L18.9957 6.9905C19.5036 6.53336 19.8433 6.10161 20.0147 5.69526C20.1925 5.28256 20.2814 4.86034 20.2814 4.42859C20.2814 3.9016 20.1607 3.42541 19.9195 3.00001C19.6782 2.57461 19.348 2.2381 18.929 1.99048C18.5163 1.74286 18.0464 1.61905 17.5195 1.61905C16.9734 1.61905 16.4877 1.74921 16.0623 2.00953C15.6369 2.2635 15.3004 2.60318 15.0528 3.02858C14.8115 3.45398 14.694 3.91747 14.7004 4.41906H12.9671C12.9671 3.55557 13.1671 2.79366 13.5671 2.13334C13.9671 1.46667 14.5099 0.946035 15.1956 0.57143C15.8877 0.190476 16.6718 0 17.548 0C18.3988 0 19.1607 0.196826 19.8337 0.590477C20.5068 0.97778 21.0369 1.50794 21.4242 2.18096C21.8179 2.84763 22.0147 3.60319 22.0147 4.44764C22.0147 5.04446 21.9385 5.56193 21.7861 6.00002C21.6401 6.43812 21.4115 6.84447 21.1004 7.21907C20.7893 7.58733 20.3988 7.98098 19.929 8.40003L14.8718 12.9429L14.6528 12.3715H22.0147V13.9905H12.9004Z",
|
|
19636
19680
|
fill: fill
|
|
@@ -19655,7 +19699,7 @@ const H3 = ({
|
|
|
19655
19699
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19656
19700
|
...props,
|
|
19657
19701
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
19658
|
-
transform: "translate(1.
|
|
19702
|
+
transform: "translate(1.1616, 4.92)",
|
|
19659
19703
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19660
19704
|
d: "M17.0664 14C16.3861 14 15.7535 13.876 15.1686 13.6281C14.5837 13.3737 14.0782 13.0177 13.6522 12.5599C13.2326 12.0958 12.9243 11.5459 12.7272 10.9101L14.3579 10.4428C14.5678 11.0786 14.9174 11.5618 15.407 11.8924C15.8966 12.223 16.4465 12.3851 17.0569 12.3787C17.6163 12.366 18.0995 12.2389 18.5065 11.9973C18.9197 11.7493 19.2376 11.4124 19.4601 10.9864C19.689 10.5604 19.8035 10.0677 19.8035 9.50817C19.8035 8.65622 19.5491 7.96639 19.0405 7.43869C18.5319 6.90463 17.8643 6.6376 17.0378 6.6376C16.8089 6.6376 16.5673 6.66939 16.313 6.73297C16.065 6.79655 15.833 6.88556 15.6168 7L14.7966 5.65531L19.8893 1.04905L20.1086 1.62125H13.2708V0H21.3675V1.63079L17.0282 5.78883L17.0092 5.18801C17.9183 5.12443 18.7131 5.27384 19.3934 5.63624C20.0737 5.99864 20.6014 6.5168 20.9765 7.19074C21.3579 7.86467 21.5487 8.63715 21.5487 9.50817C21.5487 10.3856 21.3516 11.1612 20.9574 11.8351C20.5632 12.5091 20.0292 13.04 19.3552 13.4278C18.6813 13.8093 17.9183 14 17.0664 14Z",
|
|
19661
19705
|
fill: fill
|
|
@@ -19680,7 +19724,7 @@ const Markup = ({
|
|
|
19680
19724
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19681
19725
|
...props,
|
|
19682
19726
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
19683
|
-
transform: "translate(0, 5.
|
|
19727
|
+
transform: "translate(0, 5.5992)",
|
|
19684
19728
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19685
19729
|
d: "M11.1104 12.6465H9.52148L12.8936 0H14.4834L11.1104 12.6465Z",
|
|
19686
19730
|
fill: fill
|
|
@@ -19708,7 +19752,7 @@ const NumberedList = ({
|
|
|
19708
19752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19709
19753
|
...props,
|
|
19710
19754
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
19711
|
-
transform: "translate(8.
|
|
19755
|
+
transform: "translate(8.2008, 5)",
|
|
19712
19756
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19713
19757
|
d: "M4.39453 14H2.63477V1.91504L0 3.50977V1.5752L2.63477 0H4.39453V14Z",
|
|
19714
19758
|
fill: fill
|
|
@@ -19755,7 +19799,7 @@ const Uppercase = ({
|
|
|
19755
19799
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19756
19800
|
...props,
|
|
19757
19801
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
19758
|
-
transform: "translate(6.
|
|
19802
|
+
transform: "translate(6.1008, 5)",
|
|
19759
19803
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19760
19804
|
fillRule: "evenodd",
|
|
19761
19805
|
clipRule: "evenodd",
|
|
@@ -19779,7 +19823,7 @@ const Dash = ({
|
|
|
19779
19823
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19780
19824
|
...props,
|
|
19781
19825
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
19782
|
-
transform: "translate(4.
|
|
19826
|
+
transform: "translate(4.8792, 11.0712)",
|
|
19783
19827
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19784
19828
|
d: "M0 2V0H14V2H0Z",
|
|
19785
19829
|
fill: fill
|
|
@@ -19801,7 +19845,7 @@ const Brackets = ({
|
|
|
19801
19845
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19802
19846
|
...props,
|
|
19803
19847
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
19804
|
-
transform: "translate(7.
|
|
19848
|
+
transform: "translate(7.8096, 4.0008)",
|
|
19805
19849
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19806
19850
|
d: "M3.56934 1.22852H2.73828C2.55539 1.22862 2.39854 1.29385 2.26855 1.42383C2.13867 1.54904 2.07422 1.7058 2.07422 1.89355V6.40332C2.07413 6.79821 1.95773 7.15981 1.72656 7.4873L1.3584 8L1.72656 8.5127C1.95774 8.83537 2.07414 9.19697 2.07422 9.59668V14.1143C2.07432 14.2971 2.13858 14.454 2.26855 14.584C2.39853 14.714 2.55539 14.7782 2.73828 14.7783H3.56934V16H2.66602C2.1218 15.9999 1.68091 15.8313 1.34375 15.4941C1.01147 15.157 0.845793 14.7211 0.845703 14.1865V9.59668C0.845622 9.46201 0.806422 9.33714 0.729492 9.22168L0.108398 8.34668C0.0361466 8.2407 1.13445e-07 8.12525 0 8C0 7.86993 0.0361446 7.75449 0.108398 7.65332L0.729492 6.77832C0.806415 6.65326 0.845615 6.52838 0.845703 6.40332V1.82129C0.845703 1.28174 1.01138 0.843095 1.34375 0.505859C1.68091 0.168699 2.1218 8.72101e-05 2.66602 0H3.56934V1.22852ZM5.7041 0C6.24848 0 6.68711 0.16865 7.01953 0.505859C7.35678 0.843107 7.52539 1.28169 7.52539 1.82129V6.40332C7.52548 6.52842 7.56463 6.65322 7.6416 6.77832L8.2627 7.65332C8.3397 7.75446 8.37793 7.86999 8.37793 8C8.37793 8.1252 8.3397 8.24073 8.2627 8.34668L7.6416 9.22168C7.56461 9.33718 7.52547 9.46196 7.52539 9.59668V14.1865C7.5253 14.7211 7.35669 15.157 7.01953 15.4941C6.68711 15.8313 6.24848 16 5.7041 16H4.80078V14.7783H5.63184C5.81956 14.7783 5.97636 14.7138 6.10156 14.584C6.23154 14.454 6.29677 14.2971 6.29688 14.1143V9.59668C6.29696 9.19697 6.41238 8.83537 6.64355 8.5127L7.0127 8L6.64355 7.4873C6.41238 7.15981 6.29696 6.79821 6.29688 6.40332V1.89355C6.29688 1.70566 6.23164 1.54909 6.10156 1.42383C5.97631 1.29378 5.8197 1.22852 5.63184 1.22852H4.80078V0H5.7041Z",
|
|
19807
19851
|
fill: fill
|
|
@@ -19823,7 +19867,7 @@ const Undo = ({
|
|
|
19823
19867
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19824
19868
|
...props,
|
|
19825
19869
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
19826
|
-
transform: "translate(6, 4)",
|
|
19870
|
+
transform: "translate(6, 4.0008)",
|
|
19827
19871
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19828
19872
|
d: "M6.15723 0C8.40848 0 10.234 1.825 10.2344 4.07617V15.999H9.23438V4.07617C9.23401 2.37729 7.85619 1 6.15723 1C4.45854 1.00033 3.08142 2.37749 3.08105 4.07617V4.9707H5.16211L2.58105 7.65332L0 4.9707H2.08105V4.07617C2.08142 1.82521 3.90625 0.000325912 6.15723 0Z",
|
|
19829
19873
|
fill: fill
|
|
@@ -19845,7 +19889,7 @@ const Redo = ({
|
|
|
19845
19889
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19846
19890
|
...props,
|
|
19847
19891
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
19848
|
-
transform: "translate(17.
|
|
19892
|
+
transform: "translate(17.9489, 4.0008) scale(-1, 1)",
|
|
19849
19893
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19850
19894
|
d: "M6.12207 0C8.36164 0.000293135 10.1777 1.81602 10.1777 4.05566V15.9072H9.17773V4.05566C9.17773 2.36831 7.80936 1.00029 6.12207 1C4.43453 1 3.06641 2.36813 3.06641 4.05566V4.94434H5.13184L2.56641 7.61133L0 4.94434H2.06641V4.05566C2.06641 1.81584 3.88225 0 6.12207 0Z",
|
|
19851
19895
|
fill: fill
|
|
@@ -19867,7 +19911,7 @@ const NewLine = ({
|
|
|
19867
19911
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19868
19912
|
...props,
|
|
19869
19913
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
19870
|
-
transform: "translate(
|
|
19914
|
+
transform: "translate(4.9992, 7.9992)",
|
|
19871
19915
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19872
19916
|
d: "M12 0V6H5V8.38672L0 5.5L5 2.61328V5H11V0H12Z",
|
|
19873
19917
|
fill: fill
|
|
@@ -19889,7 +19933,7 @@ const Quotation = ({
|
|
|
19889
19933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19890
19934
|
...props,
|
|
19891
19935
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
19892
|
-
transform: "translate(10.
|
|
19936
|
+
transform: "translate(10.3296, 5)",
|
|
19893
19937
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
19894
19938
|
d: "M3.339 0.0315L3.262 0.6125C3.07067 0.5985 2.926 0.635833 2.828 0.7245C2.73 0.813167 2.667 0.9345 2.639 1.0885C2.611 1.2425 2.604 1.41283 2.618 1.5995H3.339V3.1815H1.967V1.3895C1.967 0.8995 2.086 0.530834 2.324 0.2835C2.56667 0.0315002 2.905 -0.0525001 3.339 0.0315ZM1.372 0.0315L1.295 0.6125C1.10367 0.5985 0.959 0.635833 0.861 0.7245C0.763 0.813167 0.7 0.9345 0.672 1.0885C0.644 1.2425 0.637 1.41283 0.651 1.5995H1.372V3.1815H0V1.3895C0 0.8995 0.119 0.530834 0.357 0.2835C0.599667 0.0315002 0.938 -0.0525001 1.372 0.0315Z",
|
|
19895
19939
|
fill: fill
|
|
@@ -20547,14 +20591,14 @@ const Expertise = ({
|
|
|
20547
20591
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20548
20592
|
...props,
|
|
20549
20593
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
20550
|
-
transform: "translate(3,
|
|
20594
|
+
transform: "translate(3, 1)",
|
|
20551
20595
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20552
|
-
d: "M7.
|
|
20596
|
+
d: "M7.18388 2.72975L7.26837 2.74044C7.35142 2.75524 7.43239 2.78215 7.51117 2.82016L8.03561 3.07583L8.35513 3.2197C9.10001 3.5315 9.91067 3.69407 10.718 3.6941H11.5804L11.6912 3.70577L11.696 3.70674L11.7951 3.73591C12.0179 3.82332 12.1767 4.03964 12.1768 4.29488L12.1651 4.4164C12.1088 4.69093 11.8648 4.89566 11.5756 4.89566H10.7171L10.3567 4.88691H10.3548C9.50925 4.84431 8.66966 4.6536 7.88896 4.32696L7.51214 4.15781L7.5102 4.15684L7.19456 4.0013L6.78569 4.62638C6.68354 4.77948 6.52342 4.87136 6.35448 4.89177L6.28164 4.89566C6.19638 4.89556 6.11049 4.87684 6.03108 4.84025L5.95338 4.79747C5.6778 4.61511 5.5992 4.24186 5.78245 3.96436L6.32049 3.14679L6.32243 3.14388L6.39722 3.04569L6.39916 3.04277C6.59733 2.81785 6.89223 2.70448 7.18388 2.72975Z",
|
|
20553
20597
|
fill: fill
|
|
20554
20598
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20555
20599
|
fillRule: "evenodd",
|
|
20556
20600
|
clipRule: "evenodd",
|
|
20557
|
-
d: "M9.
|
|
20601
|
+
d: "M9.75753 0.0136099C10.5873 0.0677093 11.3416 0.281961 11.999 0.640635L12.3195 0.832145L12.3253 0.836034L13.3373 1.72165L13.3422 1.72651C13.7624 2.21789 14.0938 2.80304 14.3221 3.46857L14.4134 3.75924L14.4144 3.76021L14.5173 4.16462L14.5193 4.17337L14.5299 4.32502L14.5309 4.33182C14.5218 4.4764 14.4552 4.61083 14.3503 4.71484L14.3571 4.72068L14.3153 4.75567C14.1514 4.89428 13.9302 4.92523 13.7404 4.86358C13.8038 5.06879 13.8506 5.25674 13.8841 5.44589L14.0181 5.49352L14.022 5.49449L14.1444 5.56157C14.3761 5.71141 14.5349 5.95724 14.6222 6.25081L14.6601 6.40149L14.6611 6.40441L14.6989 6.69216V6.69605L14.7028 6.92742C14.6968 7.16098 14.6616 7.40374 14.5999 7.64193V7.65068L14.5503 7.63707L14.5979 7.65068C14.4198 8.30184 14.0507 8.85599 13.583 9.0943C13.394 9.64569 13.1342 10.1865 12.8216 10.6925L15.6886 12.3519L15.6895 12.3529L15.9469 12.5133L16.181 12.6805C17.3147 13.5472 17.9998 14.9078 18 16.3581V18.7359L17.9932 18.8652C17.9277 19.5049 17.383 20.0084 16.7268 20.0084H11.3425L11.6543 21.4054L11.6649 21.4764C11.694 21.829 11.348 22.1013 11.0278 21.9634L11.024 21.9614L10.9647 21.9294L10.9618 21.9274L9 20.687L7.0382 21.9274L7.03529 21.9294L6.97604 21.9614L6.97216 21.9634C6.63066 22.1107 6.25988 21.7912 6.34574 21.4054L6.65749 20.0084H1.27323C0.616951 20.0084 0.0722518 19.5049 0.00679832 18.8652L0 18.7359V16.3581C0.000262378 14.7081 0.888247 13.1745 2.31337 12.3519L5.17643 10.6925C4.86404 10.1866 4.604 9.64558 4.41502 9.0943C3.9481 8.85553 3.57997 8.3011 3.40207 7.65068L3.39819 7.63707C3.28921 7.21419 3.26221 6.77712 3.33992 6.40149V6.39955L3.38168 6.23234L3.38265 6.22943L3.43412 6.08749C3.5655 5.77561 3.79211 5.53994 4.11007 5.44783V5.44297L4.10424 5.37006L4.08093 5.16883L4.0382 4.81692C3.99657 4.42128 3.96829 3.89542 4.03334 3.22942V3.22748L4.07025 2.95625L4.07122 2.95431L4.11784 2.72489C4.24425 2.20079 4.48092 1.75294 4.81515 1.40862L4.98219 1.25308C5.38235 0.912831 5.88598 0.714352 6.45937 0.679521C7.17504 0.227438 8.24774 0 9 0H9.33603L9.75753 0.0136099ZM8.45322 17.443L8.44254 17.4712L8.41243 17.4741L6.89155 17.6082L8.05212 18.6611L8.07349 18.6805L8.06766 18.7087L7.73551 20.1912L8.44254 19.746L8.97378 19.4096L9 19.3921L9.02622 19.4096L10.2625 20.1912L9.93234 18.7087L9.92651 18.6805L11.1065 17.6082L9.58757 17.4741L9.55746 17.4712L9.54678 17.443L9 16.0917L8.45322 17.443ZM12.1078 11.6636C11.2841 12.6064 10.2123 13.292 9 13.292C7.78721 13.292 6.71413 12.607 5.89026 11.6636L2.91551 13.3902C1.85887 13.9999 1.20259 15.1396 1.20233 16.3581V18.7359L1.20816 18.7631C1.21892 18.7886 1.24409 18.8069 1.27323 18.8069H6.58368L5.13273 17.4887C4.82671 17.211 4.98551 16.6797 5.39689 16.6429L7.67918 16.4388L8.57268 14.232L8.60667 14.163C8.79762 13.8397 9.27765 13.8626 9.42732 14.232L10.3198 16.4388L12.6031 16.6429L12.6769 16.6555C13.0084 16.7392 13.1368 17.1651 12.9197 17.4333L12.8673 17.4887L11.4153 18.8069H16.7268C16.7559 18.8069 16.7811 18.7886 16.7918 18.7631L16.7977 18.7359V16.3581C16.7974 15.2156 16.2214 14.1436 15.2797 13.5117L15.0864 13.3911L12.1078 11.6636ZM9 1.20156C8.73461 1.20156 8.44512 1.23575 8.16381 1.29585L7.88702 1.3639C7.52081 1.46706 7.21016 1.6071 7.01683 1.75275L7.01586 1.75373L7.00906 1.75859C6.93343 1.8115 6.8455 1.84975 6.7517 1.86552L6.65555 1.8733C6.29517 1.8733 6.00096 1.97905 5.77566 2.16494L5.68242 2.24951C5.47481 2.46051 5.32194 2.76711 5.2551 3.16818L5.23179 3.34608C5.15568 4.09127 5.223 4.6365 5.26967 5.00843L5.27258 5.01815L5.30754 5.34478V5.3477L5.31046 5.50033V5.50324L5.29686 5.6442V5.64809C5.26877 5.80439 5.24953 5.96709 5.24344 6.12832V6.13513C5.22982 6.34396 5.11247 6.5354 4.92198 6.63772L4.9181 6.63967L4.91324 6.64064L4.91421 6.64161C4.78963 6.70308 4.64638 6.71707 4.5102 6.68536L4.49854 6.7884C4.49113 6.94699 4.51059 7.13918 4.56167 7.33377L4.6248 7.52819L4.6753 7.64971C4.72757 7.76279 4.78306 7.84926 4.83263 7.91219L4.89285 7.98121C4.9107 7.9992 4.92579 8.01241 4.93752 8.02107L4.9414 8.02301C5.12598 8.03849 5.29135 8.13724 5.39204 8.2884L5.43185 8.3584L5.4338 8.36228L5.46488 8.44297L5.46779 8.4488L5.63095 8.93001L5.72612 9.16818C5.82658 9.40599 5.94154 9.6401 6.06895 9.8652L6.33894 10.3017L6.34089 10.3036L6.52638 10.5681L6.72839 10.8169L6.7313 10.8198L6.98187 11.0979C7.58118 11.7131 8.27749 12.0904 9 12.0904C9.82317 12.0904 10.6133 11.5999 11.2638 10.8266L11.2648 10.8247L11.2706 10.8179L11.4736 10.5681C11.5373 10.4831 11.5987 10.3947 11.6581 10.3046L11.6601 10.3017L11.931 9.8652L12.1127 9.52204C12.2838 9.1738 12.4248 8.81117 12.5322 8.45075L12.5351 8.44297L12.5662 8.36228L12.5681 8.35742C12.6601 8.16909 12.8442 8.04222 13.0537 8.02301C13.056 8.02201 13.0586 8.02204 13.0586 8.02204L13.0615 8.02107L13.1062 7.98121C13.1228 7.96476 13.1407 7.9438 13.1606 7.91899L13.1615 7.91802L13.1654 7.91219L13.2373 7.81206C13.3073 7.70037 13.3799 7.54287 13.4364 7.33571L13.4781 7.14031C13.5055 6.97047 13.5062 6.81186 13.4888 6.68536C13.3529 6.71678 13.2101 6.70294 13.0858 6.64161L13.078 6.63772C12.8875 6.5354 12.7702 6.34396 12.7566 6.13513V6.13027L12.7303 5.8221C12.6933 5.52668 12.6184 5.25212 12.4701 4.84316L12.4157 4.66624C12.3741 4.49453 12.3707 4.33869 12.4001 4.20058L12.439 4.07129C12.4846 3.95657 12.5514 3.86734 12.6186 3.80007L12.6216 3.79326L12.6332 3.78451L12.7264 3.71063L12.7294 3.70869L12.8284 3.65036C12.9082 3.611 12.9914 3.5862 13.0741 3.57064C12.8177 2.94997 12.4518 2.4446 11.9893 2.06384L11.7795 1.90344C11.2135 1.50617 10.5128 1.26686 9.6944 1.21322L9.33603 1.20156H9Z",
|
|
20558
20602
|
fill: fill
|
|
20559
20603
|
})]
|
|
20560
20604
|
})
|
|
@@ -20574,32 +20618,32 @@ const Responsibilities = ({
|
|
|
20574
20618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20575
20619
|
...props,
|
|
20576
20620
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
20577
|
-
transform: "translate(
|
|
20621
|
+
transform: "translate(3, 2)",
|
|
20578
20622
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20579
|
-
d: "
|
|
20623
|
+
d: "M8.50402 17.2135C8.67183 17.2363 8.84336 17.2501 9.0183 17.2502H9.0415L9.05749 17.2493L9.23905 17.242H9.25985L9.28864 17.2396C9.31849 17.2374 9.34859 17.2326 9.37822 17.2298V18.4383C9.61364 18.5874 9.77157 18.8516 9.77173 19.1545C9.77173 19.6211 9.3993 19.9998 8.94072 20C8.4823 19.9997 8.11051 19.621 8.11051 19.1545C8.11067 18.8517 8.26873 18.5874 8.50402 18.4383V17.2135Z",
|
|
20580
20624
|
fill: fill
|
|
20581
20625
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20582
|
-
d: "
|
|
20626
|
+
d: "M7.2827 6.22721L7.2907 6.22803L7.36109 6.23698L7.36988 6.23861L7.48186 6.26872C7.51824 6.2812 7.5546 6.29626 7.58983 6.31348L8.08492 6.55924L8.08972 6.56087L8.09212 6.5625L8.38085 6.69434L8.38325 6.69515L8.40085 6.70247C9.11197 7.00425 9.88616 7.16296 10.6563 7.16309H11.4737L11.5689 7.17285L11.5833 7.17448L11.5977 7.17855L11.6633 7.19808L11.6793 7.20296C11.8792 7.28483 12.0203 7.48254 12.024 7.71403V7.72298L12.0232 7.73275L12.0144 7.82308L12.0136 7.83284L12.012 7.84261C11.9644 8.06231 11.7892 8.23387 11.5705 8.27393L11.5641 8.27474L11.5569 8.27555L11.4889 8.28206L11.4817 8.28288H10.6563L10.3124 8.27393H10.3052C9.6925 8.2419 9.0814 8.12681 8.49762 7.93376L8.49522 7.93294L8.25208 7.84668L8.24568 7.84505L7.97134 7.73437L7.96415 7.73112L7.61383 7.57161L7.60823 7.56917L7.3083 7.41862L7.3075 7.41781L7.2899 7.40885L7.2795 7.42513L6.89 8.0306L6.8892 8.03223C6.79561 8.17374 6.64879 8.25778 6.49569 8.27718L6.48449 8.27881L6.4325 8.28125L6.4261 8.28206H6.4205C6.38614 8.28147 6.34881 8.27742 6.31173 8.26904L6.29573 8.26416L6.21975 8.23812L6.20695 8.23405L6.19576 8.22754L6.13657 8.1958L6.12857 8.19173L6.12057 8.18603C5.90454 8.03579 5.82514 7.75352 5.91982 7.51383L5.97101 7.41374L6.4421 6.68376L6.48689 6.61377L6.49089 6.60807L6.49489 6.60319L6.55087 6.53158L6.66445 6.38346L6.68524 6.40462C6.82873 6.2946 7.00286 6.2314 7.18113 6.22477L7.2827 6.22721Z",
|
|
20583
20627
|
fill: fill
|
|
20584
20628
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20585
20629
|
fillRule: "evenodd",
|
|
20586
20630
|
clipRule: "evenodd",
|
|
20587
|
-
d: "
|
|
20631
|
+
d: "M9.73734 3.59538L9.74293 3.59619C10.3445 3.63652 10.9051 3.76731 11.4137 3.98112L11.6289 4.07796L11.6329 4.0804L11.8608 4.1984L11.8704 4.20329L12.164 4.38232L12.1768 4.38965L12.188 4.39941L13.1302 5.23926L13.1397 5.2474L13.1469 5.25635C13.4919 5.66821 13.7741 6.14941 13.9836 6.68945L14.0691 6.92464L14.0707 6.92871L14.1579 7.20947L14.1611 7.21924L14.2531 7.59115L14.2571 7.60498L14.2579 7.61963L14.2667 7.74089L14.2675 7.75391L14.2667 7.76693C14.2562 7.89526 14.1984 8.01655 14.1043 8.11198L14.1019 8.11442L14.0531 8.16243L14.0443 8.17139L14.0339 8.17871C13.9075 8.26934 13.7512 8.29718 13.606 8.26742L13.5445 8.25114L13.5037 8.2373L13.5165 8.27962C13.5766 8.47755 13.6208 8.6601 13.6524 8.84196L13.6532 8.85417L13.6676 8.85905L13.7836 8.89974L13.7964 8.90462L13.8092 8.91195L13.9028 8.96403L13.9084 8.96728L13.9132 8.97054C14.0982 9.09335 14.235 9.28462 14.3211 9.51497L14.3227 9.52067L14.3539 9.61182L14.3563 9.61833L14.3579 9.62565L14.3915 9.76481L14.3923 9.77132L14.3939 9.77702V9.78109L14.3955 9.78678L14.4274 10.0366L14.4282 10.0464V10.0562L14.4322 10.2743V10.2816C14.4259 10.5021 14.3934 10.732 14.3363 10.957L14.3347 10.9644L14.3299 10.9766C14.1602 11.5991 13.8137 12.1266 13.3781 12.3527L13.3693 12.3568L13.3669 12.3657C13.1882 12.8955 12.9411 13.415 12.6463 13.9014L12.6431 13.9071L12.6391 13.9128L11.968 14.8413L11.964 14.847L11.9592 14.8519C11.226 15.7029 10.2884 16.333 9.23105 16.4087H9.22625L9.0247 16.4168H9.0183C7.87541 16.4164 6.86055 15.7629 6.07898 14.8568L6.07418 14.8511L6.07018 14.8454L5.39514 13.9095L5.39114 13.9046L5.38714 13.8981C5.09334 13.4128 4.84791 12.8939 4.66971 12.3657L4.66651 12.3568L4.65931 12.3535L4.65291 12.3503L4.58013 12.3079L4.57453 12.3055C4.22629 12.0877 3.94237 11.6747 3.77152 11.1849L3.76912 11.1792L3.70593 10.9733L3.69873 10.9489V10.9424C3.60663 10.5731 3.5792 10.1941 3.63075 9.85921L3.62355 9.8527L3.64595 9.76156L3.68274 9.61263L3.68434 9.60449L3.68754 9.59554L3.73073 9.47591L3.73393 9.46859C3.85705 9.17168 4.06928 8.94784 4.36418 8.86068L4.38018 8.85579V8.83219L4.37458 8.76383L4.37138 8.72803L4.35218 8.56608L4.31139 8.22591V8.22347C4.27202 7.84176 4.24498 7.33431 4.30659 6.69271L4.30979 6.66341V6.65853L4.33779 6.45101L4.34099 6.43311L4.34338 6.42415L4.38657 6.20524L4.38897 6.19385L4.39057 6.18652C4.51083 5.69308 4.7328 5.27077 5.04162 4.94548L5.04722 4.93896L5.18319 4.81038L5.18879 4.8055L5.20399 4.79248L5.35035 4.67692C5.70131 4.42191 6.12476 4.27193 6.59806 4.24235L6.60446 4.24154L6.61166 4.23747C7.28918 3.80357 8.30608 3.5833 9.0191 3.58317H9.33823L9.73734 3.59538ZM9.0191 4.70296C8.76745 4.70302 8.4922 4.73463 8.22649 4.79167L8.21849 4.79574L8.21049 4.79655L7.95295 4.86165L7.94975 4.86247C7.60078 4.96269 7.30146 5.09884 7.11474 5.2417L7.11234 5.24333L7.10754 5.2474C7.03868 5.29606 6.95866 5.33018 6.8756 5.34505L6.8612 5.34668L6.78842 5.35319L6.78202 5.354H6.77562C6.43359 5.35592 6.15092 5.45987 5.93422 5.64046L5.92462 5.64779L5.84384 5.72021L5.84064 5.7251C5.66441 5.90743 5.52907 6.16153 5.45513 6.48437L5.42793 6.62516L5.42713 6.62435L5.42633 6.62679L5.42713 6.6276L5.40714 6.7863V6.79525L5.40634 6.80339C5.33436 7.52316 5.39553 8.0523 5.43993 8.41227L5.44153 8.4196L5.44313 8.42448L5.44393 8.43099L5.44633 8.44238L5.47832 8.74349V8.75081L5.48072 8.87533V8.88509L5.47992 8.89404L5.46792 9.02262L5.46712 9.02995L5.46632 9.03646C5.4402 9.18596 5.42333 9.34261 5.41754 9.49788V9.50602C5.40469 9.69256 5.30319 9.86226 5.1432 9.95931L5.11841 9.97314L5.09121 9.97884L4.88806 10.0212H4.88406L4.86166 10.0252L4.84167 10.0293L4.82087 10.0277C4.80103 10.0262 4.77345 10.0238 4.74489 10.0171L4.7209 10.0114L4.7185 10.035V10.0366L4.7065 10.1302V10.2588L4.7249 10.4606C4.73471 10.5282 4.74814 10.5975 4.76569 10.6665L4.76809 10.673L4.76889 10.6746L4.82727 10.8602L4.82887 10.8634V10.8667L4.87606 10.9798L4.87686 10.9814L4.95364 11.1296C4.97848 11.1711 5.00315 11.2074 5.02643 11.2378L5.03043 11.2419L5.03203 11.2443L5.03842 11.2524L5.07681 11.298L5.07841 11.2996L5.08481 11.3053L5.09041 11.311L5.1336 11.3501L5.1376 11.3534L5.1392 11.3542L5.1432 11.3558L5.1464 11.3566H5.1488C5.29466 11.3693 5.42737 11.4401 5.51991 11.5487L5.5575 11.5975L5.5607 11.6024L5.5639 11.6081L5.5919 11.6569L5.59909 11.6691L5.60389 11.6821L5.62789 11.7464L5.63029 11.7521L5.63269 11.7603L5.78465 12.2119L5.78785 12.2209L5.87663 12.4479L5.87903 12.4528C5.97433 12.6821 6.08322 12.9089 6.20375 13.1258L6.20695 13.1307L6.46449 13.5539L6.46929 13.562L6.47249 13.5669L6.65645 13.8298L6.83801 14.0552L6.83881 14.0568L6.84441 14.0609L6.8596 14.0788L7.07875 14.3278L7.08035 14.3294C7.65275 14.9263 8.32126 15.2957 9.0159 15.297L9.16707 15.2922L9.30544 15.2767C9.99028 15.1774 10.6394 14.7288 11.1842 14.0739L11.2162 14.0348L11.3906 13.8175L11.3938 13.8135L11.5713 13.5571L11.5769 13.549L11.9 13.0168L12.3839 11.8237L12.3855 11.8197L12.3863 11.8188L12.4055 11.757L12.4879 11.4966L12.5271 11.5365C12.5532 11.5074 12.5828 11.4811 12.6143 11.4583L12.6199 11.4543L12.6247 11.451L12.6391 11.4421C12.6935 11.4069 12.7545 11.3822 12.8182 11.368L12.827 11.3656L12.8734 11.3582L12.8862 11.3566H12.8886L12.8942 11.355L12.9006 11.3525L12.9054 11.3493L12.9286 11.3281L12.9494 11.307C12.9659 11.29 12.9833 11.2709 12.9982 11.2524L12.9998 11.2484L13.0134 11.2297L13.0734 11.1458L13.079 11.1385C13.1449 11.0304 13.2122 10.8791 13.2653 10.6844L13.2685 10.6706L13.3077 10.4867L13.3093 10.4785C13.3187 10.418 13.3254 10.3588 13.3285 10.3019V10.1343L13.3181 10.0293L13.3157 10.0114L13.2925 10.0171C13.1683 10.0461 13.0377 10.0327 12.9246 9.9764L12.9102 9.96908C12.7802 9.89573 12.6867 9.77495 12.6447 9.63623L12.6423 9.62728L12.6319 9.58415L12.6295 9.57438L12.6287 9.5638L12.6223 9.51009L12.6215 9.50521L12.6207 9.4987L12.5967 9.20085L12.5959 9.19434V9.19271L12.5615 8.98031C12.5336 8.83785 12.4945 8.69012 12.4407 8.52132L12.4327 8.49609L12.3471 8.24381L12.3455 8.23975L12.2967 8.08268L12.2935 8.07129C12.2726 7.98121 12.2631 7.89536 12.2632 7.81494V7.80762L12.2664 7.74333V7.73437L12.268 7.72542L12.2799 7.64486L12.2815 7.63346L12.2847 7.62288L12.3127 7.52848L12.3143 7.52116L12.3175 7.51383C12.3595 7.40685 12.4208 7.32178 12.4831 7.2583L12.4887 7.2526L12.4983 7.24202L12.5087 7.23389L12.5735 7.18099L12.5831 7.17285L12.5935 7.16715L12.6711 7.12158L12.6759 7.11833L12.6815 7.11507C12.7543 7.07918 12.8315 7.05616 12.9062 7.04183L12.9318 7.03695L12.9222 7.01253C12.6769 6.40911 12.3262 5.91478 11.8832 5.54362L11.8784 5.54118L11.6849 5.38981L11.6809 5.38737L11.5761 5.31576L11.3754 5.19287C10.8952 4.92283 10.3302 4.75821 9.69175 4.71436H9.68135L9.33983 4.70296H9.0191Z",
|
|
20588
20632
|
fill: fill
|
|
20589
20633
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20590
|
-
d: "
|
|
20634
|
+
d: "M3.65154 12.5928C3.75574 12.7084 3.86885 12.8159 3.99307 12.9093C4.04528 13.0473 4.1022 13.1841 4.16183 13.3195L1.65841 14.7917C1.64007 15.0627 1.49497 15.3201 1.2465 15.4663C0.849431 15.6995 0.341833 15.5608 0.112364 15.1571C-0.116906 14.7529 0.0190741 14.2364 0.416293 14.0031C0.683155 13.8465 0.997828 13.8604 1.2465 14.0072L3.65154 12.5928Z",
|
|
20591
20635
|
fill: fill
|
|
20592
20636
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20593
|
-
d: "
|
|
20637
|
+
d: "M16.7525 14.0072C17.0014 13.8599 17.3171 13.8462 17.5843 14.0031C17.9812 14.2365 18.1173 14.753 17.8882 15.1571C17.6589 15.5607 17.1519 15.699 16.7549 15.4663C16.5061 15.3202 16.3589 15.0629 16.3406 14.7917L13.8652 13.3374C13.9281 13.1958 13.9888 13.0531 14.0435 12.9085C14.1619 12.8197 14.2695 12.717 14.3699 12.6074L16.7525 14.0072Z",
|
|
20594
20638
|
fill: fill
|
|
20595
20639
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20596
|
-
d: "M0.
|
|
20640
|
+
d: "M0.110764 4.71436C0.340062 4.3105 0.848594 4.17144 1.2457 4.4043C1.51246 4.56111 1.6581 4.84666 1.65761 5.13916L3.54197 6.24593V6.24837L3.52917 6.31999L3.49878 6.54541L3.49078 6.60156V6.61947C3.47037 6.83396 3.46184 7.03528 3.45719 7.22331L1.19531 5.89518C0.955692 6.01409 0.664619 6.01391 0.416293 5.86833C0.0192438 5.63508 -0.118095 5.11846 0.110764 4.71436Z",
|
|
20597
20641
|
fill: fill
|
|
20598
20642
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20599
|
-
d: "
|
|
20643
|
+
d: "M16.7549 4.4043C17.1519 4.17165 17.6598 4.31069 17.889 4.71436C18.1177 5.1182 17.9816 5.63488 17.5851 5.86833C17.3364 6.01428 17.0436 6.01463 16.8037 5.89518L14.9473 6.98486L14.9385 6.95557L14.8522 6.67806L14.8426 6.64795L14.837 6.6333L14.7522 6.39974L14.7458 6.38346L14.6514 6.15316C14.6489 6.14742 14.6459 6.14179 14.6434 6.13607L16.3422 5.13916C16.3417 4.84658 16.488 4.56109 16.7549 4.4043Z",
|
|
20600
20644
|
fill: fill
|
|
20601
20645
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20602
|
-
d: "
|
|
20646
|
+
d: "M8.94072 0C9.3993 0.000160521 9.77173 0.378907 9.77173 0.84554C9.77157 1.14817 9.61333 1.41092 9.37822 1.56006V2.74984H9.0191C8.85907 2.74987 8.68558 2.76035 8.50402 2.77913V1.56006C8.269 1.41089 8.11067 1.1481 8.11051 0.84554C8.11051 0.379021 8.4823 0.000345058 8.94072 0Z",
|
|
20603
20647
|
fill: fill
|
|
20604
20648
|
})]
|
|
20605
20649
|
})
|
|
@@ -20619,22 +20663,22 @@ const Mobile = ({
|
|
|
20619
20663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20620
20664
|
...props,
|
|
20621
20665
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
20622
|
-
transform: "translate(
|
|
20666
|
+
transform: "translate(5, 2)",
|
|
20623
20667
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20624
20668
|
fillRule: "evenodd",
|
|
20625
20669
|
clipRule: "evenodd",
|
|
20626
|
-
d: "M7.
|
|
20670
|
+
d: "M7.203 14.2522C8.13568 14.3452 8.8729 15.0722 8.96713 15.9922L8.97707 16.1919C8.97707 17.2049 8.2024 18.0328 7.203 18.1325L7.00045 18.1423C5.97312 18.1423 5.13362 17.3778 5.03287 16.3917L5.02293 16.1919C5.02328 15.1115 5.90493 14.2424 7.00045 14.2424L7.203 14.2522ZM7.00045 15.3723C6.53559 15.3723 6.16983 15.7336 6.16948 16.1919L6.17309 16.2766C6.21497 16.6943 6.56442 17.0115 7.00045 17.0115L7.08635 17.007C7.48124 16.9681 7.78871 16.6662 7.82781 16.2766L7.83143 16.1919C7.8311 15.7624 7.50926 15.4185 7.08635 15.3768L7.00045 15.3723Z",
|
|
20627
20671
|
fill: fill
|
|
20628
20672
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20629
|
-
d: "
|
|
20673
|
+
d: "M4.64587 1.85767L4.72092 1.86123C5.06445 1.89485 5.32984 2.15649 5.36382 2.49532L5.36744 2.56934C5.36736 2.9436 5.08907 3.24138 4.72092 3.27745L4.64587 3.28101H3.86101C3.48134 3.28101 3.17943 3.00672 3.14306 2.64336L3.13944 2.56934C3.13959 2.16993 3.456 1.85767 3.86101 1.85767H4.64587Z",
|
|
20630
20674
|
fill: fill
|
|
20631
20675
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20632
|
-
d: "M10.
|
|
20676
|
+
d: "M10.139 1.85767C10.5185 1.85784 10.8205 2.13215 10.8569 2.49532L10.8606 2.56934C10.8605 2.96871 10.5439 3.28083 10.139 3.28101H7.00045C6.62079 3.28101 6.31887 3.00672 6.2825 2.64336L6.27889 2.56934C6.27903 2.16993 6.59545 1.85767 7.00045 1.85767H10.139Z",
|
|
20633
20677
|
fill: fill
|
|
20634
20678
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20635
20679
|
fillRule: "evenodd",
|
|
20636
20680
|
clipRule: "evenodd",
|
|
20637
|
-
d: "
|
|
20681
|
+
d: "M11.7087 0C12.9768 0.000190987 13.9998 1.00913 14 2.25988V17.7401C14 18.991 12.9769 19.9998 11.7087 20H2.29129C1.02291 20 0 18.9911 0 17.7401V2.25988C0.000151933 1.00902 1.02301 5.0904e-06 2.29129 0H11.7087ZM2.29129 1.13083C1.65367 1.13083 1.1467 1.63104 1.14655 2.25988V17.7401C1.14655 18.3691 1.65358 18.8692 2.29129 18.8692H11.7087C12.3463 18.869 12.8535 18.369 12.8535 17.7401V2.25988C12.8533 1.63116 12.3462 1.13102 11.7087 1.13083H2.29129Z",
|
|
20638
20682
|
fill: fill
|
|
20639
20683
|
})]
|
|
20640
20684
|
})
|
|
@@ -20654,16 +20698,16 @@ const DeliveryAddress = ({
|
|
|
20654
20698
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20655
20699
|
...props,
|
|
20656
20700
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
20657
|
-
transform: "translate(
|
|
20701
|
+
transform: "translate(4.5, 2)",
|
|
20658
20702
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20659
20703
|
fillRule: "evenodd",
|
|
20660
20704
|
clipRule: "evenodd",
|
|
20661
|
-
d: "
|
|
20705
|
+
d: "M7.70064 3.60125L7.89418 3.61539C9.86272 3.81316 11.3885 5.45885 11.3885 7.47205L11.3832 7.67178C11.2826 9.65714 9.69585 11.2388 7.70242 11.342L7.50178 11.3473H7.49822C5.41165 11.3437 3.71986 9.72324 3.61594 7.67178L3.61151 7.47205C3.61151 5.32699 5.34391 3.59967 7.49822 3.59595H7.50266L7.70064 3.60125ZM7.5 4.77221C5.99764 4.77481 4.79315 5.97587 4.79315 7.47205L4.7967 7.61168C4.8692 9.0419 6.04487 10.1685 7.5 10.171L7.63938 10.1675C9.07593 10.0936 10.2065 8.92135 10.2069 7.47205L10.2033 7.33242C10.1335 5.94783 9.02969 4.84734 7.63938 4.77575L7.5 4.77221Z",
|
|
20662
20706
|
fill: fill
|
|
20663
20707
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20664
20708
|
fillRule: "evenodd",
|
|
20665
20709
|
clipRule: "evenodd",
|
|
20666
|
-
d: "
|
|
20710
|
+
d: "M7.8853 0.0106049C11.6628 0.204851 14.672 3.20509 14.9787 7.06376L15 7.45173L14.9991 7.8229C14.9397 9.69499 14.0542 11.8235 12.9093 13.8164C11.84 15.6776 10.5412 17.4268 9.46733 18.7486L9.02166 19.2886C8.68546 19.6899 8.21755 19.9308 7.72017 19.9867L7.5071 19.9982C7.50648 19.9984 7.50487 19.9989 7.50355 19.9991L7.49467 20C6.99056 19.9974 6.50101 19.8057 6.12926 19.4503L5.97745 19.2886C4.83408 17.9247 3.312 15.9437 2.08984 13.8164C0.944883 11.8235 0.0594023 9.69499 0 7.8229V7.45173L0.0213068 7.06376C0.33819 3.07651 3.54057 0.00523026 7.49467 0H7.50533L7.8853 0.0106049ZM7.17685 1.18422L7.17773 1.1851C3.91271 1.35305 1.29106 4.02783 1.18075 7.48884C1.13478 9.10873 1.91882 11.1498 3.11523 13.2323L3.33896 13.6141C4.47103 15.5115 5.82996 17.2763 6.87855 18.5277L6.88388 18.533L6.94691 18.601L7.0055 18.6523C7.14646 18.7632 7.31952 18.8217 7.49911 18.8229L7.58612 18.8176C7.78891 18.7951 7.977 18.6976 8.11346 18.5348L8.12766 18.5188L8.54936 18.0072L8.95153 17.5043C9.9086 16.291 10.9844 14.7977 11.8839 13.2323L12.104 12.8417C13.1755 10.8962 13.8621 9.00809 13.8192 7.48973L13.8006 7.15655L13.7695 6.8499C13.3789 3.70326 10.8828 1.34241 7.82138 1.1851L7.50266 1.17715H7.49734L7.17685 1.18422Z",
|
|
20667
20711
|
fill: fill
|
|
20668
20712
|
})]
|
|
20669
20713
|
})
|
|
@@ -20683,16 +20727,16 @@ const DeliveryAddress2 = ({
|
|
|
20683
20727
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20684
20728
|
...props,
|
|
20685
20729
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
20686
|
-
transform: "translate(
|
|
20730
|
+
transform: "translate(3, 2)",
|
|
20687
20731
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20688
20732
|
fillRule: "evenodd",
|
|
20689
20733
|
clipRule: "evenodd",
|
|
20690
|
-
d: "M9.
|
|
20734
|
+
d: "M9.16623 2.10004C10.8554 2.18187 12.1593 3.47885 12.1594 5.04027C12.1593 6.6019 10.8552 7.89869 9.16623 7.9805L9.0019 7.98402H8.99808C7.23042 7.98102 5.84069 6.65199 5.84058 5.04027C5.84067 3.42878 7.23015 2.09952 8.99808 2.09652H9.0019L9.16623 2.10004ZM8.99999 3.17777C7.8981 3.17969 7.01387 4.00794 7.01378 5.04027C7.01389 6.07259 7.89811 6.90085 8.99999 6.90277C10.1021 6.90105 10.9861 6.07271 10.9862 5.04027C10.9861 4.00781 10.1021 3.17949 8.99999 3.17777Z",
|
|
20691
20735
|
fill: fill
|
|
20692
20736
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20693
20737
|
fillRule: "evenodd",
|
|
20694
20738
|
clipRule: "evenodd",
|
|
20695
|
-
d: "M9.
|
|
20739
|
+
d: "M9.00381 0C11.9301 0.00364533 14.2834 2.2102 14.3787 5.02795C14.3971 5.62409 14.2712 6.26478 14.0472 6.92124L15.8605 7.54325C15.8675 7.54538 15.8756 7.54789 15.8825 7.55029C15.9605 7.57485 16.0311 7.61476 16.0898 7.66818C16.1403 7.7142 16.1774 7.77017 16.2054 7.83006L17.9174 10.3788L17.969 10.4773C17.9821 10.5115 17.9908 10.5476 17.9958 10.5838C18.0055 10.6561 17.9984 10.7298 17.9748 10.7993C17.951 10.869 17.9113 10.9342 17.8582 10.9885C17.8316 11.0156 17.8015 11.0404 17.7694 11.0615L17.6662 11.1143L16.2398 11.6729V17.1989L16.2331 17.2763C16.2204 17.3521 16.1891 17.4255 16.1414 17.4892C16.0936 17.5527 16.0306 17.6058 15.958 17.6431L15.8815 17.6748L9.19011 19.9684C9.09821 19.9998 8.99878 20.008 8.9035 19.9922L8.80987 19.9684L2.11845 17.6748C2.01339 17.6388 1.92237 17.574 1.85859 17.4892C1.81082 17.4255 1.77956 17.3521 1.76687 17.2763L1.76019 17.1989V11.6729L0.333817 11.1143C0.260775 11.0855 0.194971 11.0428 0.141787 10.9885C0.0886111 10.9342 0.0489963 10.8691 0.025232 10.7993C0.00164329 10.7298 -0.00551314 10.6561 0.00421379 10.5838C0.0140813 10.5113 0.0409283 10.4409 0.0825543 10.3788L1.78598 7.84238C1.81389 7.7777 1.85643 7.71827 1.91018 7.66906C1.9708 7.61377 2.04495 7.572 2.12609 7.54765L3.95277 6.92036C3.729 6.26423 3.60289 5.6238 3.62125 5.02795C3.71656 2.21027 6.06996 0.00376049 8.99617 0H9.00381ZM2.856 16.8452L8.45257 18.7622V12.2853L7.71884 13.5143C7.65353 13.6233 7.54659 13.7073 7.41885 13.7484C7.29081 13.7893 7.14989 13.7842 7.02524 13.7352L2.856 12.1023V16.8452ZM10.9747 13.736C10.8501 13.7849 10.7091 13.7894 10.5811 13.7484C10.4852 13.7175 10.401 13.6623 10.3375 13.5909L10.2811 13.5143L9.54742 12.2853V18.7622L15.144 16.8452V12.1023L10.9747 13.736ZM1.35129 10.4096L6.99753 12.6214L8.21086 10.5899L2.5369 8.64474L1.35129 10.4096ZM9.78818 10.5899L11.0015 12.6214L16.6477 10.4096L15.4621 8.64474L9.78818 10.5899ZM8.78886 1.08653C6.63893 1.19069 4.8692 2.85126 4.79445 5.06139C4.76422 6.07562 5.29188 7.39961 6.14725 8.80046L8.99999 9.7779L11.8518 8.80046C12.7074 7.39939 13.2358 6.07576 13.2055 5.06139L13.1931 4.84936C13.0164 2.74568 11.2919 1.18723 9.21113 1.08653L9.0019 1.08125H8.99808L8.78886 1.08653ZM3.88684 8.02625L4.52026 8.24268C4.45756 8.11855 4.39633 7.99475 4.33874 7.87053L3.88684 8.02625ZM13.6622 7.87229C13.6049 7.99577 13.543 8.11841 13.4807 8.2418L14.1122 8.02625L13.6622 7.87229Z",
|
|
20696
20740
|
fill: fill
|
|
20697
20741
|
})]
|
|
20698
20742
|
})
|
|
@@ -20711,12 +20755,17 @@ const PDP = ({
|
|
|
20711
20755
|
fill: "none",
|
|
20712
20756
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20713
20757
|
...props,
|
|
20714
|
-
children: (0,jsx_runtime_namespaceObject.
|
|
20758
|
+
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
20715
20759
|
transform: "translate(2, 2)",
|
|
20716
|
-
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20717
|
-
d: "
|
|
20760
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20761
|
+
d: "M14.2109 9.5C14.5986 9.5 14.8593 9.8188 14.8594 10.1475V12.7852C14.8594 13.1138 14.5987 13.4326 14.2109 13.4326C13.8235 13.4323 13.5635 13.1137 13.5635 12.7852V11.7656L11.1982 14.2471C10.9712 14.485 10.6595 14.623 10.3232 14.623C9.98724 14.6229 9.67613 14.4849 9.44922 14.2471L8.03613 12.7646L6.21777 14.6699C6.09358 14.8017 5.92256 14.871 5.74805 14.8711C5.57142 14.871 5.40207 14.8006 5.27832 14.6709C5.04032 14.4213 5.04038 14.027 5.27832 13.7773L7.16113 11.8027C7.38814 11.5648 7.699 11.4268 8.03516 11.4268L8.16016 11.4336C8.44781 11.4633 8.71058 11.5946 8.90918 11.8027L10.3223 13.2852L12.6982 10.7949H11.6953C11.3077 10.7948 11.0469 10.4761 11.0469 10.1475C11.0469 9.81887 11.3078 9.50014 11.6953 9.5H14.2109Z",
|
|
20718
20762
|
fill: fill
|
|
20719
|
-
})
|
|
20763
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20764
|
+
fillRule: "evenodd",
|
|
20765
|
+
clipRule: "evenodd",
|
|
20766
|
+
d: "M16 0C18.2091 0 20 1.79086 20 4V16C20 18.14 18.3194 19.8879 16.2061 19.9951L16 20H4L3.79395 19.9951C1.7488 19.8913 0.108652 18.2512 0.00488281 16.2061L0 16V4C0 1.79086 1.79086 3.22128e-08 4 0H16ZM1.40039 16C1.40039 17.4359 2.56406 18.5996 4 18.5996H16C17.4359 18.5996 18.5996 17.4359 18.5996 16V6H1.40039V16ZM4 1.40039C2.56406 1.40039 1.40039 2.56406 1.40039 4V4.59961H18.5996V4C18.5996 2.56406 17.4359 1.40039 16 1.40039H4Z",
|
|
20767
|
+
fill: fill
|
|
20768
|
+
})]
|
|
20720
20769
|
})
|
|
20721
20770
|
});
|
|
20722
20771
|
const PDP_ICON_NAME = 'pdp';
|
|
@@ -20734,14 +20783,14 @@ const Versions = ({
|
|
|
20734
20783
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20735
20784
|
...props,
|
|
20736
20785
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
20737
|
-
transform: "translate(
|
|
20786
|
+
transform: "translate(2, 2)",
|
|
20738
20787
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20739
|
-
d: "M14.
|
|
20788
|
+
d: "M14.5175 8C14.9949 8 15.3276 8.47677 15.1647 8.92773L13.0075 14.9014C12.8646 15.2968 12.4903 15.5596 12.0717 15.5596H11.9901C11.5716 15.5595 11.1982 15.2966 11.0553 14.9014L8.89709 8.92773C8.73422 8.47677 9.06689 8 9.54426 8C9.83648 8.00001 10.0966 8.18577 10.1934 8.46289L12.0309 13.7256L13.8684 8.46289C13.9651 8.18591 14.2255 8.00019 14.5175 8Z",
|
|
20740
20789
|
fill: fill
|
|
20741
20790
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20742
20791
|
fillRule: "evenodd",
|
|
20743
20792
|
clipRule: "evenodd",
|
|
20744
|
-
d: "M13.
|
|
20793
|
+
d: "M13.3942 0C13.9417 4.31537e-05 14.4677 0.213603 14.8547 0.594727L19.827 5.4834C19.9095 5.56474 19.9656 5.66857 19.9883 5.78125C19.9924 5.8013 19.9981 5.89856 20 5.91895V17.4854C20 18.868 18.8487 20 17.4424 20H6.63687C5.44604 20 4.44074 19.1878 4.15995 18.0996H2.17666C0.982735 18.0995 0 17.1531 0 15.9883V4.01172C0 2.84694 0.982735 1.90046 2.17666 1.90039H4.15995C4.44074 0.81219 5.44604 0 6.63687 0H13.3942ZM6.63687 1.16406C5.87289 1.16406 5.26285 1.76349 5.26285 2.51465V17.4854C5.26285 18.2365 5.87289 18.8359 6.63687 18.8359H17.4424C18.2064 18.8359 18.8164 18.2365 18.8164 17.4854V8.21777L18.8116 6.47656H15.4776C14.8745 6.47639 14.3287 6.21731 13.9501 5.80762C13.6168 5.44665 13.4128 4.96852 13.4127 4.44629V1.17773L13.4049 1.17285L13.401 1.1709C13.3948 1.16713 13.3905 1.16514 13.3884 1.16406H6.63687ZM2.17666 3.03125C1.6074 3.03132 1.16024 3.46956 1.16024 4.01172V15.9883C1.16024 16.5304 1.6074 16.9687 2.17666 16.9688H4.07929V3.03125H2.17666ZM14.5972 4.44629C14.5975 4.93049 14.9852 5.31218 15.4776 5.3125H17.9788L14.5972 1.9873V4.44629Z",
|
|
20745
20794
|
fill: fill
|
|
20746
20795
|
})]
|
|
20747
20796
|
})
|
|
@@ -20761,14 +20810,14 @@ const Experience = ({
|
|
|
20761
20810
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20762
20811
|
...props,
|
|
20763
20812
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
20764
|
-
transform: "translate(
|
|
20813
|
+
transform: "translate(2, 2)",
|
|
20765
20814
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20766
20815
|
fillRule: "evenodd",
|
|
20767
20816
|
clipRule: "evenodd",
|
|
20768
|
-
d: "M17.
|
|
20817
|
+
d: "M17.4347 3.71733C18.855 3.71733 20 4.86231 20 6.28267V17.4347C20 18.855 18.855 20 17.4347 20H2.56534C1.14498 20 0 18.855 0 17.4347V6.28267C0 4.86231 1.14498 3.71733 2.56534 3.71733H17.4347ZM18.5866 10.6418C16.2365 11.8511 13.7007 12.5375 11.1404 12.6951V13.4695C11.1404 14.0991 10.6296 14.6099 10 14.6099C9.37041 14.6099 8.85963 14.0991 8.85963 13.4695V12.6951C6.29928 12.5375 3.76347 11.8511 1.41336 10.6418V17.4347C1.41336 18.0774 1.92259 18.5866 2.56534 18.5866H17.4347C18.0774 18.5866 18.5866 18.0774 18.5866 17.4347V10.6418ZM2.56534 5.13069C1.92259 5.13069 1.41336 5.63991 1.41336 6.28267V9.03872C6.73804 12.0782 13.262 12.0782 18.5866 9.03872V6.28267C18.5866 5.63991 18.0774 5.13069 17.4347 5.13069H2.56534Z",
|
|
20769
20818
|
fill: fill
|
|
20770
20819
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20771
|
-
d: "M11.
|
|
20820
|
+
d: "M11.4869 0C12.9073 0 14.0523 1.14498 14.0523 2.56534C14.0523 2.96344 13.7437 3.27202 13.3456 3.27202C12.9475 3.27202 12.6389 2.96344 12.6389 2.56534C12.6389 1.92259 12.1297 1.41336 11.4869 1.41336H8.51307C7.87031 1.41336 7.36108 1.92259 7.36108 2.56534C7.36108 2.96344 7.0525 3.27202 6.6544 3.27202C6.25631 3.27202 5.94773 2.96344 5.94773 2.56534C5.94773 1.14498 7.09271 0 8.51307 0H11.4869Z",
|
|
20772
20821
|
fill: fill
|
|
20773
20822
|
})]
|
|
20774
20823
|
})
|
|
@@ -20788,11 +20837,11 @@ const Projects = ({
|
|
|
20788
20837
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20789
20838
|
...props,
|
|
20790
20839
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
20791
|
-
transform: "translate(1, 3.
|
|
20840
|
+
transform: "translate(1, 3.5)",
|
|
20792
20841
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20793
20842
|
fillRule: "evenodd",
|
|
20794
20843
|
clipRule: "evenodd",
|
|
20795
|
-
d: "M1.85897 0C0.832288 0 0 0.
|
|
20844
|
+
d: "M1.85897 0C0.832288 0 0 0.817068 0 1.82497V12.1713C0 13.1792 0.832288 13.9962 1.85897 13.9962H17.082C18.1087 13.9962 18.941 13.1792 18.941 12.1713V1.82497C18.941 0.817068 18.1087 0 17.082 0H1.85897ZM1.37593 1.82497C1.37593 1.56308 1.59219 1.35077 1.85897 1.35077H17.082C17.3488 1.35077 17.565 1.56308 17.565 1.82497V12.1713C17.565 12.4332 17.3488 12.6455 17.082 12.6455H1.85897C1.59219 12.6455 1.37593 12.4332 1.37593 12.1713V1.82497ZM6.61959 3.07179C6.35093 2.80803 5.91533 2.80803 5.64667 3.07179L4.37663 4.3186L4.27759 4.22138C4.00892 3.95762 3.57333 3.95762 3.30466 4.22138C3.03599 4.48513 3.03599 4.91276 3.30466 5.17651L3.89016 5.75131C4.15883 6.01506 4.59442 6.01506 4.86309 5.75131L6.61959 4.02692C6.88826 3.76317 6.88826 3.33554 6.61959 3.07179ZM8.88499 3.44877C8.50503 3.44877 8.19702 3.75114 8.19702 4.12415C8.19702 4.49715 8.50503 4.79953 8.88499 4.79953H14.74C15.12 4.79953 15.428 4.49715 15.428 4.12415C15.428 3.75114 15.12 3.44877 14.74 3.44877H8.88499ZM6.61959 7.67014C6.35093 7.40639 5.91533 7.40639 5.64667 7.67014L4.37663 8.91696L4.27759 8.81973C4.00892 8.55598 3.57333 8.55598 3.30466 8.81973C3.03599 9.08348 3.03599 9.51111 3.30466 9.77487L3.89016 10.3497C4.15883 10.6134 4.59442 10.6134 4.86309 10.3497L6.61959 8.62528C6.88826 8.36152 6.88826 7.93389 6.61959 7.67014ZM8.88499 8.04712C8.50503 8.04712 8.19702 8.3495 8.19702 8.7225C8.19702 9.09551 8.50503 9.39789 8.88499 9.39789H14.74C15.12 9.39789 15.428 9.09551 15.428 8.7225C15.428 8.3495 15.12 8.04712 14.74 8.04712H8.88499ZM21.312 4.15335C20.9321 4.15335 20.6241 4.45573 20.6241 4.82873V13.4506C20.6241 14.6649 19.6214 15.6492 18.3845 15.6492H4.91799C4.53804 15.6492 4.23003 15.9516 4.23003 16.3246C4.23003 16.6976 4.53804 17 4.91799 17H18.3845C20.3813 17 22 15.4109 22 13.4506V4.82873C22 4.45573 21.692 4.15335 21.312 4.15335Z",
|
|
20796
20845
|
fill: fill
|
|
20797
20846
|
})
|
|
20798
20847
|
})
|
|
@@ -20812,11 +20861,11 @@ const CooperationModel = ({
|
|
|
20812
20861
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20813
20862
|
...props,
|
|
20814
20863
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
20815
|
-
transform: "translate(1, 4
|
|
20864
|
+
transform: "translate(1, 4)",
|
|
20816
20865
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20817
20866
|
fillRule: "evenodd",
|
|
20818
20867
|
clipRule: "evenodd",
|
|
20819
|
-
d: "
|
|
20868
|
+
d: "M11.2112 0V0.0075303L11.4024 0.00282386C11.4173 0.00241616 11.432 0.00152782 11.4406 0.000941287C11.4509 0.000250161 11.4567 0 11.4607 0H13.9196C14.7133 1.14963e-05 15.4894 0.148908 16.2265 0.443346L16.4495 0.527121C16.9723 0.708124 17.518 0.799153 18.0737 0.799153H18.3267C19.4802 0.799311 20.4799 1.53839 20.8212 2.62996L21.829 5.85481C22.2983 7.35697 21.7807 9.01966 20.5344 9.98988L17.7186 12.1803L17.5912 12.2772C17.1431 12.6207 16.5816 12.7514 16.0453 12.666L15.9188 12.6462L15.8551 12.7601C15.5003 13.3919 14.9676 13.8308 14.3338 14.0045C14.2139 14.0373 13.686 14.1722 13.1203 13.9772L12.9874 13.9311L12.9082 14.0497C12.4654 14.7089 11.9601 15.0798 11.3997 15.182L11.2868 15.199C10.9989 15.2326 10.713 15.1895 10.4356 15.0982L10.3209 15.0606L10.2408 15.1538C9.82118 15.6383 9.32712 15.9139 8.76322 15.9831C8.66953 15.9949 8.57594 16 8.48283 16C7.74858 16 7.02096 15.6573 6.34162 15.1754C5.83335 14.8149 5.36341 14.385 4.94874 13.9828L4.55272 13.5931L4.33969 13.3823L3.78709 12.8307C3.11058 12.1481 2.1162 11.1291 1.30267 10.293C0.123178 9.08015 -0.293759 7.32592 0.210219 5.71361L1.1734 2.62996C1.51471 1.53802 2.51438 0.799302 3.66783 0.799153H3.92092C4.55614 0.799141 5.17816 0.6795 5.76808 0.443346L6.04574 0.339805C6.69867 0.113874 7.37941 4.57346e-06 8.07407 0H11.2112ZM8.07407 1.21332C7.43886 1.21332 6.81682 1.33299 6.22691 1.56913C5.49018 1.86355 4.71464 2.0134 3.92092 2.01341H3.66783C3.06315 2.01356 2.52916 2.40255 2.34597 2.98859L1.38188 6.07224C1.00926 7.26397 1.31948 8.55947 2.18665 9.45146L4.11392 11.4244C4.6204 11.9398 4.98763 12.3091 5.20091 12.5182L5.42122 12.7356L5.72802 13.0378C6.06263 13.3628 6.47319 13.7443 6.89695 14.0657C7.17945 14.2799 7.47367 14.4715 7.75999 14.6031C8.04352 14.7334 8.3361 14.8118 8.61028 14.7782L8.61119 14.7792C8.69472 14.7689 8.87579 14.7408 9.09551 14.5692L9.27941 14.4262L9.10552 14.2699C8.63175 13.844 8.31388 13.4288 8.2698 13.3757C8.05678 13.1193 8.09115 12.7399 8.34991 12.5248C8.61132 12.3075 9.00125 12.3439 9.2175 12.6038C10.267 13.8658 10.8607 14.0295 11.1448 13.9922L11.1439 13.9913C11.2973 13.9727 11.4404 13.8855 11.5663 13.7701C11.6948 13.6522 11.8214 13.4916 11.9414 13.3004L12.026 13.1658L11.9131 13.0557C11.5996 12.7487 11.2649 12.4092 10.8562 11.9864L10.5822 11.7011C10.3494 11.4612 10.3544 11.0801 10.5949 10.8474C10.8383 10.6115 11.2315 10.6178 11.467 10.8615L11.7438 11.1477C12.4017 11.8285 12.8854 12.3282 13.3415 12.7253L13.4107 12.7761C13.5811 12.8811 13.8061 12.8906 14.007 12.8354L14.0061 12.8345C14.335 12.7445 14.6059 12.496 14.7917 12.1586L14.8637 12.0287L14.7599 11.9242L12.819 9.98423C12.5825 9.7477 12.5824 9.36695 12.819 9.13049C13.059 8.89067 13.4511 8.8906 13.6911 9.13049L15.8123 11.2512C16.1183 11.5561 16.6122 11.5572 16.9193 11.2512L16.9739 11.191C17.2275 10.8792 17.2098 10.4159 16.9193 10.1254L12.1717 5.43687L12.0788 5.34557L11.9632 5.40205C9.93493 6.38542 8.09092 6.5341 6.93154 5.85481C6.35437 5.51637 6.04962 5.02633 6.04574 4.52383C6.04075 3.83097 6.27781 3.41115 6.60289 3.12225C6.94026 2.82259 7.38212 2.65335 7.81097 2.49159C8.08375 2.3885 8.49174 2.12953 9.07457 1.54465L9.40504 1.21332H8.07407ZM11.4616 1.21332C11.2084 1.21332 10.9659 1.31378 10.7806 1.49006L10.7051 1.57007C9.72865 2.72118 8.94865 3.36101 8.24795 3.62584C8.04073 3.70406 7.87925 3.76866 7.75452 3.82539C7.63159 3.88131 7.53224 3.93564 7.45774 3.99765C7.37748 4.06452 7.32394 4.14149 7.2966 4.23673C7.27253 4.32086 7.27265 4.40956 7.27293 4.48241V4.53889L7.30206 4.58595C7.36311 4.68467 7.52517 4.82666 7.82553 4.9314C8.21359 5.06671 9.50837 5.33738 11.7301 4.16237L11.7338 4.1699L11.9004 4.0786C12.1357 3.94903 12.4344 3.9817 12.6305 4.17555L17.7887 9.26886C17.9861 9.46656 18.1332 9.69443 18.2312 9.93717L18.3231 10.1659L18.5152 10.0172L19.7761 9.03542C20.6232 8.37613 20.9782 7.24271 20.6564 6.21344L19.6495 2.98859C19.4664 2.40196 18.9319 2.01357 18.3267 2.01341H18.0737C17.2799 2.01341 16.504 1.86359 15.7668 1.56913C15.1775 1.33319 14.5554 1.21333 13.9205 1.21332H11.4616Z",
|
|
20820
20869
|
fill: fill
|
|
20821
20870
|
})
|
|
20822
20871
|
})
|
|
@@ -20836,14 +20885,14 @@ const Billable = ({
|
|
|
20836
20885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20837
20886
|
...props,
|
|
20838
20887
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
20839
|
-
transform: "translate(
|
|
20888
|
+
transform: "translate(2, 2)",
|
|
20840
20889
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20841
|
-
d: "M10.
|
|
20890
|
+
d: "M10.042 4.5C10.4299 4.5 10.7217 4.79908 10.7217 5.19727V5.89355C11.7396 5.94349 12.4184 6.54128 12.6123 6.88965C12.8059 7.18829 12.7087 7.63596 12.418 7.83496C12.1271 8.03388 11.691 7.9343 11.4971 7.63574C11.4971 7.63574 11.2062 7.28726 10.5762 7.28711H9.50879C8.97557 7.28728 8.49121 7.73583 8.49121 8.33301C8.4914 8.92999 8.92725 9.37777 9.50879 9.37793H10.6729C11.9817 9.378 12.9998 10.4727 13 11.7666C13 13.0607 11.9334 14.1064 10.6729 14.1064V14.8027C10.6729 15.2009 10.3819 15.4999 9.99414 15.5C9.60626 15.5 9.31543 15.2009 9.31543 14.8027V14.1064C8.49119 14.1064 7.71497 13.8072 7.18164 13.21C6.93956 12.961 6.93937 12.5134 7.18164 12.2646C7.42406 12.0158 7.86109 12.0158 8.10352 12.2646C8.29752 12.4637 8.68533 12.7627 9.31543 12.7627H10.624C11.1574 12.7627 11.6426 12.3141 11.6426 11.7168C11.6424 11.1197 11.2057 10.6719 10.624 10.6719H9.50879C8.19997 10.6717 7.18183 9.57706 7.18164 8.2832C7.18164 7.03898 8.15132 5.99327 9.36328 5.89355V5.19727C9.36328 4.79922 9.65433 4.50022 10.042 4.5Z",
|
|
20842
20891
|
fill: fill
|
|
20843
20892
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20844
20893
|
fillRule: "evenodd",
|
|
20845
20894
|
clipRule: "evenodd",
|
|
20846
|
-
d: "M10
|
|
20895
|
+
d: "M10 0C15.5228 0 20 4.47715 20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0ZM10 1.40039C5.25035 1.40039 1.40039 5.25035 1.40039 10C1.40039 14.7496 5.25035 18.5996 10 18.5996C14.7496 18.5996 18.5996 14.7496 18.5996 10C18.5996 5.25035 14.7496 1.40039 10 1.40039Z",
|
|
20847
20896
|
fill: fill
|
|
20848
20897
|
})]
|
|
20849
20898
|
})
|
|
@@ -20863,17 +20912,17 @@ const NonBillable = ({
|
|
|
20863
20912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20864
20913
|
...props,
|
|
20865
20914
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
20866
|
-
transform: "translate(1
|
|
20915
|
+
transform: "translate(1, 1)",
|
|
20867
20916
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20868
20917
|
fillRule: "evenodd",
|
|
20869
20918
|
clipRule: "evenodd",
|
|
20870
|
-
d: "
|
|
20919
|
+
d: "M20.7712 0.210658C21.0522 -0.0702567 21.5082 -0.0701819 21.7893 0.210658C22.0702 0.491677 22.0702 0.947648 21.7893 1.22866L18.7583 4.25858C18.7614 4.26223 18.7651 4.26596 18.7683 4.26962L17.7472 5.28963C17.7441 5.28594 17.7403 5.28227 17.7372 5.27859L15.0807 7.93604C15.0791 7.93765 15.0782 7.94043 15.0766 7.94206L12.5084 10.5092C12.513 10.5108 12.518 10.5125 12.5225 10.5142L11.3468 11.6908H11.3278L9.41115 13.6063C9.41519 13.6087 9.41912 13.612 9.4232 13.6144L8.42926 14.6073C8.42584 14.6046 8.42262 14.601 8.41922 14.5982L5.27976 17.7376C5.28308 17.7404 5.28646 17.7438 5.28979 17.7466L4.26975 18.7676C4.26628 18.7646 4.26317 18.7606 4.25971 18.7576L1.22867 21.7895C0.947759 22.0703 0.491659 22.0701 0.210634 21.7895C-0.0702167 21.5085 -0.0702058 21.0525 0.210634 20.7715L3.24267 17.7386C1.6728 15.9342 0.71972 13.5797 0.719654 11.0001C0.719654 5.32236 5.32253 0.719659 11.0005 0.719659C13.5798 0.719735 15.9338 1.67308 17.7382 3.24258L20.7712 0.210658ZM11.0005 2.15932C6.11744 2.15932 2.15937 6.11724 2.15937 11.0001C2.15943 13.1822 2.95105 15.1781 4.26171 16.7196L9.50954 11.4719C8.67206 11.0825 8.10321 10.2152 8.10296 9.23515C8.10296 7.95603 9.09987 6.881 10.3459 6.77849V6.06267C10.3459 5.65347 10.6451 5.34608 11.0436 5.34585C11.4423 5.34601 11.7424 5.65342 11.7424 6.06267V6.77849C12.5425 6.81782 13.1378 7.18701 13.4632 7.51839L16.7192 4.26159C15.1777 2.95127 13.1824 2.1594 11.0005 2.15932ZM10.4955 8.21112C9.94727 8.21129 9.44931 8.67243 9.44931 9.28635C9.44963 9.89994 9.89768 10.3604 10.4955 10.3606H10.621L12.4743 8.50628C12.3547 8.4035 12.0674 8.21132 11.5928 8.21112H10.4955Z",
|
|
20871
20920
|
fill: fill
|
|
20872
20921
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20873
|
-
d: "
|
|
20922
|
+
d: "M18.9994 6.07287C19.3294 5.74319 19.8808 5.80176 20.0985 6.21431C20.8527 7.6437 21.2813 9.27161 21.2813 11.0001C21.2811 16.6776 16.6782 21.2803 11.0005 21.2805C9.30674 21.2805 7.70976 20.8688 6.30138 20.1425C5.84259 19.9059 5.77784 19.2956 6.14286 18.9306C6.33964 18.7338 6.64395 18.6978 6.89021 18.8275C8.11817 19.4738 9.51636 19.8409 11.0005 19.8409C15.8833 19.8407 19.8414 15.8827 19.8416 11.0001C19.8416 9.55031 19.491 8.18268 18.8722 6.97551C18.7191 6.67687 18.762 6.31006 18.9994 6.07287Z",
|
|
20874
20923
|
fill: fill
|
|
20875
20924
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20876
|
-
d: "M13.
|
|
20925
|
+
d: "M13.656 11.4177C13.9262 11.8178 14.0846 12.3014 14.0847 12.8162C14.0846 14.1464 12.9879 15.2214 11.6922 15.2217V15.9375C11.6921 16.3465 11.3929 16.6541 10.9944 16.6543C10.5958 16.6543 10.2968 16.3467 10.2967 15.9375V15.2217C10.1564 15.2217 10.0177 15.2094 9.88102 15.1926L11.2344 13.8403H11.642C12.1901 13.8401 12.689 13.3788 12.6892 12.765C12.6891 12.6477 12.6727 12.5357 12.642 12.4317L13.656 11.4177Z",
|
|
20877
20926
|
fill: fill
|
|
20878
20927
|
})]
|
|
20879
20928
|
})
|
|
@@ -20893,16 +20942,16 @@ const RecruitmentTeam = ({
|
|
|
20893
20942
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20894
20943
|
...props,
|
|
20895
20944
|
children: (0,jsx_runtime_namespaceObject.jsxs)("g", {
|
|
20896
|
-
transform: "translate(2
|
|
20945
|
+
transform: "translate(2, 2)",
|
|
20897
20946
|
children: [(0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20898
20947
|
fillRule: "evenodd",
|
|
20899
20948
|
clipRule: "evenodd",
|
|
20900
|
-
d: "
|
|
20949
|
+
d: "M8.03075 3.22505C9.75657 3.22515 11.1591 4.62324 11.1597 6.34587V6.35093C11.1499 8.02907 9.82596 9.40208 8.14408 9.4596C8.10921 9.46075 8.07349 9.45742 8.03884 9.45353L8.03277 9.45455L7.91842 9.4596C6.24003 9.40228 4.90284 8.03117 4.90284 6.34587C4.90338 4.62487 6.29639 3.22544 8.03075 3.22505ZM8.03075 4.66504C7.09469 4.66543 6.34539 5.41801 6.34486 6.34587C6.34486 7.2417 7.04655 7.97209 7.93664 8.0186C7.99769 8.01461 8.0623 8.01448 8.12587 8.0186C9.01149 7.97218 9.71124 7.24604 9.71765 6.34486L9.70854 6.17384C9.62148 5.32772 8.9028 4.66513 8.03075 4.66504Z",
|
|
20901
20950
|
fill: fill
|
|
20902
20951
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20903
20952
|
fillRule: "evenodd",
|
|
20904
20953
|
clipRule: "evenodd",
|
|
20905
|
-
d: "M7.
|
|
20954
|
+
d: "M7.97813 0C12.3705 0 15.9561 3.58576 15.9563 7.97813C15.9563 9.7775 15.3477 11.4364 14.3331 12.7757L14.1429 13.0277L19.7571 18.643C19.8327 18.7155 19.8936 18.8028 19.9352 18.899C19.9768 18.9952 19.9989 19.0988 20 19.2036C20.001 19.3082 19.9808 19.4122 19.9413 19.5092C19.9017 19.6062 19.8433 19.6951 19.7692 19.7692C19.6951 19.8434 19.6062 19.9017 19.5092 19.9413C19.4122 19.9808 19.3083 20.001 19.2036 20C19.0988 19.9989 18.9952 19.9768 18.899 19.9352C18.8028 19.8936 18.7155 19.8327 18.643 19.7571L13.0277 14.1429L12.7757 14.3331C11.4364 15.3477 9.7775 15.9563 7.97813 15.9563C3.58574 15.9561 0 12.3705 0 7.97813C0.000142498 3.58583 3.58583 0.000125293 7.97813 0ZM8.03581 11.4035C6.82288 11.4037 5.64488 11.712 4.78242 12.2829C4.43034 12.5197 4.18595 12.7744 4.02853 13.0247C5.1148 13.8745 6.48436 14.3806 7.97813 14.3807C9.50335 14.3807 10.8955 13.8479 11.9915 12.965C11.8335 12.7336 11.6019 12.499 11.277 12.2809C10.4229 11.7114 9.24909 11.4036 8.03581 11.4035ZM7.97813 1.57559C4.42871 1.57571 1.57573 4.42871 1.57559 7.97813C1.57559 9.5053 2.10483 10.9031 2.98927 12.0006C3.25137 11.6596 3.5859 11.3514 3.97996 11.0868L3.98097 11.0858L3.984 11.0848C5.13212 10.3242 6.60405 9.9647 8.03581 9.96456C9.4674 9.96459 10.9375 10.3238 12.0795 11.0858L12.0805 11.0868C12.4474 11.3331 12.7631 11.6168 13.0166 11.9297C13.8694 10.8436 14.3807 9.47426 14.3807 7.97813C14.3805 4.42864 11.5277 1.57559 7.97813 1.57559Z",
|
|
20906
20955
|
fill: fill
|
|
20907
20956
|
})]
|
|
20908
20957
|
})
|
|
@@ -20922,9 +20971,9 @@ const Clear = ({
|
|
|
20922
20971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20923
20972
|
...props,
|
|
20924
20973
|
children: (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
20925
|
-
transform: "translate(
|
|
20974
|
+
transform: "translate(3.5816, 2)",
|
|
20926
20975
|
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
20927
|
-
d: "M8.
|
|
20976
|
+
d: "M8.5592 0.0146484C8.87755 0.0801923 9.11274 0.363692 9.11291 0.696289V6.49219H13.1393C14.237 6.4923 15.1197 7.38964 15.1197 8.48535V10.541C15.1198 12.2303 15.5316 14.3466 15.9537 16.0674C16.1636 16.9228 16.3738 17.6722 16.5328 18.2109C16.6123 18.4801 16.6801 18.6964 16.7272 18.8467C16.7507 18.9218 16.7689 18.9811 16.7819 19.0215C16.7883 19.0416 16.793 19.0576 16.7965 19.0684L16.8014 19.085C16.8718 19.2965 16.8362 19.5272 16.7076 19.708V19.71C16.5777 19.8911 16.3683 19.9999 16.1432 20H0.693968C0.470947 20 0.259376 19.8926 0.128539 19.707L0.129515 19.7061C-0.0012115 19.5225 -0.0333428 19.2915 0.0347886 19.085C0.0500211 19.0384 0.468871 17.7602 0.884398 16.0654C1.30628 14.3447 1.71638 12.2293 1.71643 10.541V8.48535C1.71643 7.3897 2.6 6.49256 3.6969 6.49219H7.72327V0.696289C7.72346 0.31633 8.0313 0.000162046 8.41858 0L8.5592 0.0146484ZM3.06799 11.3447C2.91616 13.9828 2.08245 17.0997 1.63537 18.6084H4.8844C5.06328 17.9331 5.18358 17.2801 5.25647 16.7705C5.34006 16.1859 5.36584 15.7979 5.36584 15.7979V15.7969C5.39015 15.4246 5.69302 15.132 6.09045 15.1465L6.10119 15.1475C6.43761 15.1684 6.70163 15.425 6.7467 15.7441L6.75159 15.8838C6.747 15.96 6.66244 17.1768 6.31897 18.6084H10.5182C10.1749 17.1771 10.0892 15.96 10.0846 15.8838V15.8828C10.0615 15.5011 10.3519 15.1716 10.735 15.1475L10.7487 15.1465C11.1325 15.1347 11.4481 15.4171 11.4713 15.7988C11.4713 15.7988 11.4971 16.1863 11.5807 16.7705C11.6536 17.2799 11.7729 17.9331 11.9518 18.6084H15.2008C14.7537 17.0997 13.921 13.9828 13.7692 11.3447H3.06799ZM3.6969 7.88379C3.37468 7.88416 3.1051 8.15 3.1051 8.48535V9.95215H13.7321V8.48535C13.7321 8.14959 13.4615 7.8839 13.1393 7.88379H3.6969Z",
|
|
20928
20977
|
fill: fill
|
|
20929
20978
|
})
|
|
20930
20979
|
})
|
|
@@ -22634,27 +22683,65 @@ const Label = ({
|
|
|
22634
22683
|
children: children
|
|
22635
22684
|
});
|
|
22636
22685
|
/* harmony default export */ const Label_Label = (Label);
|
|
22686
|
+
;// ./src/styles/disabledSurface.ts
|
|
22687
|
+
/**
|
|
22688
|
+
* Shared treatment for "disabled but still on" form controls.
|
|
22689
|
+
*
|
|
22690
|
+
* Switch and Checkbox both have an active state that carries meaning — a
|
|
22691
|
+
* locked-on toggle, a checked-but-read-only box. Flattening those to grey when
|
|
22692
|
+
* disabled throws that meaning away, so instead we keep the control's own
|
|
22693
|
+
* colour and mute it with the overlay below.
|
|
22694
|
+
*
|
|
22695
|
+
* Why an overlay and not `opacity`:
|
|
22696
|
+
* - `opacity` is a group operation, so it dims the state glyph (the Switch
|
|
22697
|
+
* knob, the Checkbox tick) along with the surface behind it — and the glyph
|
|
22698
|
+
* is the very cue we are trying to preserve.
|
|
22699
|
+
* - `opacity` composites against the page, so the result shifts with whatever
|
|
22700
|
+
* surface the control sits on. The overlay sits on the control's own colour,
|
|
22701
|
+
* so it does not.
|
|
22702
|
+
*
|
|
22703
|
+
* The overlay must paint above the coloured surface and below the glyph. Each
|
|
22704
|
+
* component wires that up itself, since their stacking differs.
|
|
22705
|
+
*/
|
|
22706
|
+
const DISABLED_SURFACE_OVERLAY = 'rgba(255, 255, 255, 0.45)';
|
|
22637
22707
|
;// ./src/components/Checkbox/styles.tsx
|
|
22638
22708
|
|
|
22639
22709
|
|
|
22710
|
+
|
|
22711
|
+
/**
|
|
22712
|
+
* Disabled + checked (or indeterminate) keeps the variant's fill colour, muted
|
|
22713
|
+
* by DISABLED_SURFACE_OVERLAY, instead of flattening to grey.
|
|
22714
|
+
*
|
|
22715
|
+
* Without this the box went `greyFocused40` — a near-white surface — while the
|
|
22716
|
+
* tick stayed white, leaving a checked-but-disabled box practically
|
|
22717
|
+
* indistinguishable from an unchecked one.
|
|
22718
|
+
*
|
|
22719
|
+
* Stacking inside the 20x20 box: `::before` is the fill (z-index 1), the icon
|
|
22720
|
+
* is z-index 2, and this overlay is `::after` at z-index 1 — same index as the
|
|
22721
|
+
* fill, so it paints above it on tree order, and still below the icon.
|
|
22722
|
+
*/
|
|
22723
|
+
const disabledCheckedFill = color => /*#__PURE__*/(0,react_namespaceObject.css)("& input:disabled:checked+div::before,& input:disabled:indeterminate+div::before{background:", color, ";}& input:disabled:checked+div::after,& input:disabled:indeterminate+div::after{content:'';position:absolute;top:0;left:0;height:20px;width:20px;border-radius:6px;background:", DISABLED_SURFACE_OVERLAY, ";pointer-events:none;z-index:1;}" + (process.env.NODE_ENV === "production" ? "" : ";label:disabledCheckedFill;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VpLWtpdC91aS1raXQvcGFja2FnZXMvY29yZS9zcmMvY29tcG9uZW50cy9DaGVja2JveC9zdHlsZXMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWVrRCIsImZpbGUiOiIvaG9tZS9ydW5uZXIvd29yay91aS1raXQvdWkta2l0L3BhY2thZ2VzL2NvcmUvc3JjL2NvbXBvbmVudHMvQ2hlY2tib3gvc3R5bGVzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcywgVGhlbWUgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyBESVNBQkxFRF9TVVJGQUNFX09WRVJMQVkgfSBmcm9tICdAc3R5bGVzL2Rpc2FibGVkU3VyZmFjZSc7XG5cbi8qKlxuICogRGlzYWJsZWQgKyBjaGVja2VkIChvciBpbmRldGVybWluYXRlKSBrZWVwcyB0aGUgdmFyaWFudCdzIGZpbGwgY29sb3VyLCBtdXRlZFxuICogYnkgRElTQUJMRURfU1VSRkFDRV9PVkVSTEFZLCBpbnN0ZWFkIG9mIGZsYXR0ZW5pbmcgdG8gZ3JleS5cbiAqXG4gKiBXaXRob3V0IHRoaXMgdGhlIGJveCB3ZW50IGBncmV5Rm9jdXNlZDQwYCDigJQgYSBuZWFyLXdoaXRlIHN1cmZhY2Ug4oCUIHdoaWxlIHRoZVxuICogdGljayBzdGF5ZWQgd2hpdGUsIGxlYXZpbmcgYSBjaGVja2VkLWJ1dC1kaXNhYmxlZCBib3ggcHJhY3RpY2FsbHlcbiAqIGluZGlzdGluZ3Vpc2hhYmxlIGZyb20gYW4gdW5jaGVja2VkIG9uZS5cbiAqXG4gKiBTdGFja2luZyBpbnNpZGUgdGhlIDIweDIwIGJveDogYDo6YmVmb3JlYCBpcyB0aGUgZmlsbCAoei1pbmRleCAxKSwgdGhlIGljb25cbiAqIGlzIHotaW5kZXggMiwgYW5kIHRoaXMgb3ZlcmxheSBpcyBgOjphZnRlcmAgYXQgei1pbmRleCAxIOKAlCBzYW1lIGluZGV4IGFzIHRoZVxuICogZmlsbCwgc28gaXQgcGFpbnRzIGFib3ZlIGl0IG9uIHRyZWUgb3JkZXIsIGFuZCBzdGlsbCBiZWxvdyB0aGUgaWNvbi5cbiAqL1xuY29uc3QgZGlzYWJsZWRDaGVja2VkRmlsbCA9IChjb2xvcjogc3RyaW5nKSA9PiBjc3NgXG4gICYgaW5wdXQ6ZGlzYWJsZWQ6Y2hlY2tlZCArIGRpdjo6YmVmb3JlLFxuICAmIGlucHV0OmRpc2FibGVkOmluZGV0ZXJtaW5hdGUgKyBkaXY6OmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogJHtjb2xvcn07XG4gIH1cblxuICAmIGlucHV0OmRpc2FibGVkOmNoZWNrZWQgKyBkaXY6OmFmdGVyLFxuICAmIGlucHV0OmRpc2FibGVkOmluZGV0ZXJtaW5hdGUgKyBkaXY6OmFmdGVyIHtcbiAgICBjb250ZW50OiAnJztcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG5cbiAgICAvKlxuICAgICAqIE1hdGNoZXMgOjpiZWZvcmUncyBmaXhlZCBib3ggcmF0aGVyIHRoYW4gdXNpbmcgaW5zZXQ6IDAuIDo6YmVmb3JlIGlzXG4gICAgICogYWJzb2x1dGVseSBwb3NpdGlvbmVkIGF0IGEgaGFyZCAyMHgyMCwgc28gaXQgZG9lcyBub3QgZm9sbG93IHRoZSBsYWlkLW91dFxuICAgICAqIHNpemUgb2YgdGhlIGRpdjsgYW4gaW5zZXQtYmFzZWQgb3ZlcmxheSB3b3VsZCBkcmlmdCBvdXQgb2YgYWxpZ25tZW50IHdpdGhcbiAgICAgKiB0aGUgZmlsbCBpdCBpcyBtZWFudCB0byBjb3Zlci5cbiAgICAgKi9cbiAgICB0b3A6IDA7XG4gICAgbGVmdDogMDtcbiAgICBoZWlnaHQ6IDIwcHg7XG4gICAgd2lkdGg6IDIwcHg7XG4gICAgYm9yZGVyLXJhZGl1czogNnB4O1xuICAgIGJhY2tncm91bmQ6ICR7RElTQUJMRURfU1VSRkFDRV9PVkVSTEFZfTtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB6LWluZGV4OiAxO1xuICB9XG5gO1xuXG4vKipcbiAqIFN0eWxlcyBmb3IgdGhlIGBwcmltYXJ5YCBjb2xvciB2YXJpYW50IChibHVlKS5cbiAqIFVzZXMgYHRoZW1lLnBhbGV0dGUucHJpbWFyeWAgZm9yIGFsbCBpbnRlcmFjdGl2ZSBzdGF0ZSBjb2xvcnM6XG4gKiAtIGBsaWdodGAgICAgICAg4oaSIHVuY2hlY2tlZCBib3JkZXIgKHJlc3RpbmcpXG4gKiAtIGBtYWluYCAgICAgICAg4oaSIHVuY2hlY2tlZCBob3ZlciBib3JkZXIgKyBjaGVja2VkIGJhY2tncm91bmRcbiAqIC0gYGRhcmtgICAgICAgICDihpIgY2hlY2tlZCBob3ZlciBiYWNrZ3JvdW5kXG4gKiAtIGBncmV5Rm9jdXNlZDQwYCDihpIgZGlzYWJsZWQgYm94IGJhY2tncm91bmQgd2hlbiB1bmNoZWNrZWQgKGNoZWNrZWQga2VlcHNcbiAqICAgYG1haW5gLCBtdXRlZCDigJQgc2VlIGRpc2FibGVkQ2hlY2tlZEZpbGwpXG4gKi9cbmNvbnN0IHByaW1hcnlJbnB1dCA9ICh0aGVtZTogVGhlbWUpID0+IGNzc2BcbiAgJiBpbnB1dDpkaXNhYmxlZDpub3QoOmNoZWNrZWQsIDppbmRldGVybWluYXRlKSArIGRpdiB7XG4gICAgYmFja2dyb3VuZDogJHt0aGVtZS5jb2xvcnMuZ3JleUZvY3VzZWQ0MH07XG4gIH1cbiAgJHtkaXNhYmxlZENoZWNrZWRGaWxsKHRoZW1lLnBhbGV0dGUucHJpbWFyeS5tYWluKX1cbiAgJiBpbnB1dDpub3QoOmNoZWNrZWQsIDppbmRldGVybWluYXRlLCA6ZGlzYWJsZWQpICsgZGl2OjpiZWZvcmUge1xuICAgIGJvcmRlcjogMS41cHggc29saWQgJHt0aGVtZS5wYWxldHRlLnByaW1hcnkubGlnaHR9O1xuICB9XG4gICYgaW5wdXQ6bm90KDpjaGVja2VkLCA6aW5kZXRlcm1pbmF0ZSwgOmRpc2FibGVkKSArIGRpdjpob3Zlcjo6YmVmb3JlIHtcbiAgICBib3JkZXI6IDEuNXB4IHNvbGlkICR7dGhlbWUucGFsZXR0ZS5wcmltYXJ5Lm1haW59O1xuICB9XG4gICYgaW5wdXQ6bm90KDpkaXNhYmxlZCk6Y2hlY2tlZCArIGRpdjo6YmVmb3JlLFxuICAmIGlucHV0Om5vdCg6ZGlzYWJsZWQpOmluZGV0ZXJtaW5hdGUgKyBkaXY6OmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogJHt0aGVtZS5wYWxldHRlLnByaW1hcnkubWFpbn07XG4gIH1cbiAgJiBpbnB1dDpub3QoOmRpc2FibGVkKTpjaGVja2VkICsgZGl2OmhvdmVyOjpiZWZvcmUsXG4gICYgaW5wdXQ6bm90KDpkaXNhYmxlZCk6aW5kZXRlcm1pbmF0ZSArIGRpdjpob3Zlcjo6YmVmb3JlIHtcbiAgICBiYWNrZ3JvdW5kOiAke3RoZW1lLnBhbGV0dGUucHJpbWFyeS5kYXJrfTtcbiAgfVxuICAmIGlucHV0Om5vdCg6ZGlzYWJsZWQpOmNoZWNrZWQgKyBkaXYgKyBzcGFuIHtcbiAgICBjb2xvcjogJHt0aGVtZS5jb2xvcnMuZ3JleURyb3Bkb3duVGV4dH07XG4gIH1cbmA7XG5cbi8qKlxuICogU3R5bGVzIGZvciB0aGUgYHN1Y2Nlc3NgIGNvbG9yIHZhcmlhbnQgKGdyZWVuKS5cbiAqIFVzZXMgYHRoZW1lLnBhbGV0dGUuc3VjY2Vzc2AgZm9yIGFsbCBpbnRlcmFjdGl2ZSBzdGF0ZSBjb2xvcnM6XG4gKiAtIGBtYWluYCAgICAgICAg4oaSIHVuY2hlY2tlZCBib3JkZXIgKyBjaGVja2VkIGJhY2tncm91bmRcbiAqIC0gYGRhcmtgICAgICAgICDihpIgdW5jaGVja2VkIGhvdmVyIGJvcmRlciArIGNoZWNrZWQgaG92ZXIgYmFja2dyb3VuZFxuICogLSBgZ3JleUZvY3VzZWQ0MGAg4oaSIGRpc2FibGVkIGJveCBiYWNrZ3JvdW5kIHdoZW4gdW5jaGVja2VkIChjaGVja2VkIGtlZXBzXG4gKiAgIGBtYWluYCwgbXV0ZWQg4oCUIHNlZSBkaXNhYmxlZENoZWNrZWRGaWxsKVxuICovXG5jb25zdCBzdWNjZXNzSW5wdXQgPSAodGhlbWU6IFRoZW1lKSA9PiBjc3NgXG4gICYgaW5wdXQ6ZGlzYWJsZWQ6bm90KDpjaGVja2VkLCA6aW5kZXRlcm1pbmF0ZSkgKyBkaXYge1xuICAgIGJhY2tncm91bmQ6ICR7dGhlbWUuY29sb3JzLmdyZXlGb2N1c2VkNDB9O1xuICB9XG5cbiAgJHtkaXNhYmxlZENoZWNrZWRGaWxsKHRoZW1lLnBhbGV0dGUuc3VjY2Vzcy5tYWluKX1cblxuICAmIGlucHV0Om5vdCg6Y2hlY2tlZCwgOmluZGV0ZXJtaW5hdGUsIDpkaXNhYmxlZCkgKyBkaXY6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAxLjVweCBzb2xpZCAke3RoZW1lLnBhbGV0dGUuc3VjY2Vzcy5tYWlufTtcbiAgfVxuXG4gICYgaW5wdXQ6bm90KDpjaGVja2VkLCA6aW5kZXRlcm1pbmF0ZSwgOmRpc2FibGVkKSArIGRpdjpob3Zlcjo6YmVmb3JlIHtcbiAgICBib3JkZXI6IDEuNXB4IHNvbGlkICR7dGhlbWUucGFsZXR0ZS5zdWNjZXNzLmRhcmt9O1xuICB9XG5cbiAgJiBpbnB1dDpub3QoOmRpc2FibGVkKTpjaGVja2VkICsgZGl2OjpiZWZvcmUsXG4gICYgaW5wdXQ6bm90KDpkaXNhYmxlZCk6aW5kZXRlcm1pbmF0ZSArIGRpdjo6YmVmb3JlIHtcbiAgICBiYWNrZ3JvdW5kOiAke3RoZW1lLnBhbGV0dGUuc3VjY2Vzcy5tYWlufTtcbiAgfVxuXG4gICYgaW5wdXQ6bm90KDpkaXNhYmxlZCk6Y2hlY2tlZCArIGRpdjpob3Zlcjo6YmVmb3JlLFxuICAmIGlucHV0Om5vdCg6ZGlzYWJsZWQpOmluZGV0ZXJtaW5hdGUgKyBkaXY6aG92ZXI6OmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogJHt0aGVtZS5wYWxldHRlLnN1Y2Nlc3MuZGFya307XG4gIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBjaGVja2JveFN0eWxlcyA9IHtcbiAgcHJpbWFyeUlucHV0LFxuICBzdWNjZXNzSW5wdXQsXG59O1xuIl19 */");
|
|
22724
|
+
|
|
22640
22725
|
/**
|
|
22641
22726
|
* Styles for the `primary` color variant (blue).
|
|
22642
22727
|
* Uses `theme.palette.primary` for all interactive state colors:
|
|
22643
22728
|
* - `light` → unchecked border (resting)
|
|
22644
22729
|
* - `main` → unchecked hover border + checked background
|
|
22645
22730
|
* - `dark` → checked hover background
|
|
22646
|
-
* - `greyFocused40` → disabled box background
|
|
22731
|
+
* - `greyFocused40` → disabled box background when unchecked (checked keeps
|
|
22732
|
+
* `main`, muted — see disabledCheckedFill)
|
|
22647
22733
|
*/
|
|
22648
|
-
const primaryInput = theme => /*#__PURE__*/(0,react_namespaceObject.css)("& input:disabled
|
|
22734
|
+
const primaryInput = theme => /*#__PURE__*/(0,react_namespaceObject.css)("& input:disabled:not(:checked, :indeterminate)+div{background:", theme.colors.greyFocused40, ";}", disabledCheckedFill(theme.palette.primary.main), " & input:not(:checked, :indeterminate, :disabled)+div::before{border:1.5px solid ", theme.palette.primary.light, ";}& input:not(:checked, :indeterminate, :disabled)+div:hover::before{border:1.5px solid ", theme.palette.primary.main, ";}& input:not(:disabled):checked+div::before,& input:not(:disabled):indeterminate+div::before{background:", theme.palette.primary.main, ";}& input:not(:disabled):checked+div:hover::before,& input:not(:disabled):indeterminate+div:hover::before{background:", theme.palette.primary.dark, ";}& input:not(:disabled):checked+div+span{color:", theme.colors.greyDropdownText, ";}" + (process.env.NODE_ENV === "production" ? "" : ";label:primaryInput;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VpLWtpdC91aS1raXQvcGFja2FnZXMvY29yZS9zcmMvY29tcG9uZW50cy9DaGVja2JveC9zdHlsZXMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EMEMiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdWkta2l0L3VpLWtpdC9wYWNrYWdlcy9jb3JlL3NyYy9jb21wb25lbnRzL0NoZWNrYm94L3N0eWxlcy50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MsIFRoZW1lIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRElTQUJMRURfU1VSRkFDRV9PVkVSTEFZIH0gZnJvbSAnQHN0eWxlcy9kaXNhYmxlZFN1cmZhY2UnO1xuXG4vKipcbiAqIERpc2FibGVkICsgY2hlY2tlZCAob3IgaW5kZXRlcm1pbmF0ZSkga2VlcHMgdGhlIHZhcmlhbnQncyBmaWxsIGNvbG91ciwgbXV0ZWRcbiAqIGJ5IERJU0FCTEVEX1NVUkZBQ0VfT1ZFUkxBWSwgaW5zdGVhZCBvZiBmbGF0dGVuaW5nIHRvIGdyZXkuXG4gKlxuICogV2l0aG91dCB0aGlzIHRoZSBib3ggd2VudCBgZ3JleUZvY3VzZWQ0MGAg4oCUIGEgbmVhci13aGl0ZSBzdXJmYWNlIOKAlCB3aGlsZSB0aGVcbiAqIHRpY2sgc3RheWVkIHdoaXRlLCBsZWF2aW5nIGEgY2hlY2tlZC1idXQtZGlzYWJsZWQgYm94IHByYWN0aWNhbGx5XG4gKiBpbmRpc3Rpbmd1aXNoYWJsZSBmcm9tIGFuIHVuY2hlY2tlZCBvbmUuXG4gKlxuICogU3RhY2tpbmcgaW5zaWRlIHRoZSAyMHgyMCBib3g6IGA6OmJlZm9yZWAgaXMgdGhlIGZpbGwgKHotaW5kZXggMSksIHRoZSBpY29uXG4gKiBpcyB6LWluZGV4IDIsIGFuZCB0aGlzIG92ZXJsYXkgaXMgYDo6YWZ0ZXJgIGF0IHotaW5kZXggMSDigJQgc2FtZSBpbmRleCBhcyB0aGVcbiAqIGZpbGwsIHNvIGl0IHBhaW50cyBhYm92ZSBpdCBvbiB0cmVlIG9yZGVyLCBhbmQgc3RpbGwgYmVsb3cgdGhlIGljb24uXG4gKi9cbmNvbnN0IGRpc2FibGVkQ2hlY2tlZEZpbGwgPSAoY29sb3I6IHN0cmluZykgPT4gY3NzYFxuICAmIGlucHV0OmRpc2FibGVkOmNoZWNrZWQgKyBkaXY6OmJlZm9yZSxcbiAgJiBpbnB1dDpkaXNhYmxlZDppbmRldGVybWluYXRlICsgZGl2OjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6ICR7Y29sb3J9O1xuICB9XG5cbiAgJiBpbnB1dDpkaXNhYmxlZDpjaGVja2VkICsgZGl2OjphZnRlcixcbiAgJiBpbnB1dDpkaXNhYmxlZDppbmRldGVybWluYXRlICsgZGl2OjphZnRlciB7XG4gICAgY29udGVudDogJyc7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuXG4gICAgLypcbiAgICAgKiBNYXRjaGVzIDo6YmVmb3JlJ3MgZml4ZWQgYm94IHJhdGhlciB0aGFuIHVzaW5nIGluc2V0OiAwLiA6OmJlZm9yZSBpc1xuICAgICAqIGFic29sdXRlbHkgcG9zaXRpb25lZCBhdCBhIGhhcmQgMjB4MjAsIHNvIGl0IGRvZXMgbm90IGZvbGxvdyB0aGUgbGFpZC1vdXRcbiAgICAgKiBzaXplIG9mIHRoZSBkaXY7IGFuIGluc2V0LWJhc2VkIG92ZXJsYXkgd291bGQgZHJpZnQgb3V0IG9mIGFsaWdubWVudCB3aXRoXG4gICAgICogdGhlIGZpbGwgaXQgaXMgbWVhbnQgdG8gY292ZXIuXG4gICAgICovXG4gICAgdG9wOiAwO1xuICAgIGxlZnQ6IDA7XG4gICAgaGVpZ2h0OiAyMHB4O1xuICAgIHdpZHRoOiAyMHB4O1xuICAgIGJvcmRlci1yYWRpdXM6IDZweDtcbiAgICBiYWNrZ3JvdW5kOiAke0RJU0FCTEVEX1NVUkZBQ0VfT1ZFUkxBWX07XG4gICAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gICAgei1pbmRleDogMTtcbiAgfVxuYDtcblxuLyoqXG4gKiBTdHlsZXMgZm9yIHRoZSBgcHJpbWFyeWAgY29sb3IgdmFyaWFudCAoYmx1ZSkuXG4gKiBVc2VzIGB0aGVtZS5wYWxldHRlLnByaW1hcnlgIGZvciBhbGwgaW50ZXJhY3RpdmUgc3RhdGUgY29sb3JzOlxuICogLSBgbGlnaHRgICAgICAgIOKGkiB1bmNoZWNrZWQgYm9yZGVyIChyZXN0aW5nKVxuICogLSBgbWFpbmAgICAgICAgIOKGkiB1bmNoZWNrZWQgaG92ZXIgYm9yZGVyICsgY2hlY2tlZCBiYWNrZ3JvdW5kXG4gKiAtIGBkYXJrYCAgICAgICAg4oaSIGNoZWNrZWQgaG92ZXIgYmFja2dyb3VuZFxuICogLSBgZ3JleUZvY3VzZWQ0MGAg4oaSIGRpc2FibGVkIGJveCBiYWNrZ3JvdW5kIHdoZW4gdW5jaGVja2VkIChjaGVja2VkIGtlZXBzXG4gKiAgIGBtYWluYCwgbXV0ZWQg4oCUIHNlZSBkaXNhYmxlZENoZWNrZWRGaWxsKVxuICovXG5jb25zdCBwcmltYXJ5SW5wdXQgPSAodGhlbWU6IFRoZW1lKSA9PiBjc3NgXG4gICYgaW5wdXQ6ZGlzYWJsZWQ6bm90KDpjaGVja2VkLCA6aW5kZXRlcm1pbmF0ZSkgKyBkaXYge1xuICAgIGJhY2tncm91bmQ6ICR7dGhlbWUuY29sb3JzLmdyZXlGb2N1c2VkNDB9O1xuICB9XG4gICR7ZGlzYWJsZWRDaGVja2VkRmlsbCh0aGVtZS5wYWxldHRlLnByaW1hcnkubWFpbil9XG4gICYgaW5wdXQ6bm90KDpjaGVja2VkLCA6aW5kZXRlcm1pbmF0ZSwgOmRpc2FibGVkKSArIGRpdjo6YmVmb3JlIHtcbiAgICBib3JkZXI6IDEuNXB4IHNvbGlkICR7dGhlbWUucGFsZXR0ZS5wcmltYXJ5LmxpZ2h0fTtcbiAgfVxuICAmIGlucHV0Om5vdCg6Y2hlY2tlZCwgOmluZGV0ZXJtaW5hdGUsIDpkaXNhYmxlZCkgKyBkaXY6aG92ZXI6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAxLjVweCBzb2xpZCAke3RoZW1lLnBhbGV0dGUucHJpbWFyeS5tYWlufTtcbiAgfVxuICAmIGlucHV0Om5vdCg6ZGlzYWJsZWQpOmNoZWNrZWQgKyBkaXY6OmJlZm9yZSxcbiAgJiBpbnB1dDpub3QoOmRpc2FibGVkKTppbmRldGVybWluYXRlICsgZGl2OjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6ICR7dGhlbWUucGFsZXR0ZS5wcmltYXJ5Lm1haW59O1xuICB9XG4gICYgaW5wdXQ6bm90KDpkaXNhYmxlZCk6Y2hlY2tlZCArIGRpdjpob3Zlcjo6YmVmb3JlLFxuICAmIGlucHV0Om5vdCg6ZGlzYWJsZWQpOmluZGV0ZXJtaW5hdGUgKyBkaXY6aG92ZXI6OmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogJHt0aGVtZS5wYWxldHRlLnByaW1hcnkuZGFya307XG4gIH1cbiAgJiBpbnB1dDpub3QoOmRpc2FibGVkKTpjaGVja2VkICsgZGl2ICsgc3BhbiB7XG4gICAgY29sb3I6ICR7dGhlbWUuY29sb3JzLmdyZXlEcm9wZG93blRleHR9O1xuICB9XG5gO1xuXG4vKipcbiAqIFN0eWxlcyBmb3IgdGhlIGBzdWNjZXNzYCBjb2xvciB2YXJpYW50IChncmVlbikuXG4gKiBVc2VzIGB0aGVtZS5wYWxldHRlLnN1Y2Nlc3NgIGZvciBhbGwgaW50ZXJhY3RpdmUgc3RhdGUgY29sb3JzOlxuICogLSBgbWFpbmAgICAgICAgIOKGkiB1bmNoZWNrZWQgYm9yZGVyICsgY2hlY2tlZCBiYWNrZ3JvdW5kXG4gKiAtIGBkYXJrYCAgICAgICAg4oaSIHVuY2hlY2tlZCBob3ZlciBib3JkZXIgKyBjaGVja2VkIGhvdmVyIGJhY2tncm91bmRcbiAqIC0gYGdyZXlGb2N1c2VkNDBgIOKGkiBkaXNhYmxlZCBib3ggYmFja2dyb3VuZCB3aGVuIHVuY2hlY2tlZCAoY2hlY2tlZCBrZWVwc1xuICogICBgbWFpbmAsIG11dGVkIOKAlCBzZWUgZGlzYWJsZWRDaGVja2VkRmlsbClcbiAqL1xuY29uc3Qgc3VjY2Vzc0lucHV0ID0gKHRoZW1lOiBUaGVtZSkgPT4gY3NzYFxuICAmIGlucHV0OmRpc2FibGVkOm5vdCg6Y2hlY2tlZCwgOmluZGV0ZXJtaW5hdGUpICsgZGl2IHtcbiAgICBiYWNrZ3JvdW5kOiAke3RoZW1lLmNvbG9ycy5ncmV5Rm9jdXNlZDQwfTtcbiAgfVxuXG4gICR7ZGlzYWJsZWRDaGVja2VkRmlsbCh0aGVtZS5wYWxldHRlLnN1Y2Nlc3MubWFpbil9XG5cbiAgJiBpbnB1dDpub3QoOmNoZWNrZWQsIDppbmRldGVybWluYXRlLCA6ZGlzYWJsZWQpICsgZGl2OjpiZWZvcmUge1xuICAgIGJvcmRlcjogMS41cHggc29saWQgJHt0aGVtZS5wYWxldHRlLnN1Y2Nlc3MubWFpbn07XG4gIH1cblxuICAmIGlucHV0Om5vdCg6Y2hlY2tlZCwgOmluZGV0ZXJtaW5hdGUsIDpkaXNhYmxlZCkgKyBkaXY6aG92ZXI6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAxLjVweCBzb2xpZCAke3RoZW1lLnBhbGV0dGUuc3VjY2Vzcy5kYXJrfTtcbiAgfVxuXG4gICYgaW5wdXQ6bm90KDpkaXNhYmxlZCk6Y2hlY2tlZCArIGRpdjo6YmVmb3JlLFxuICAmIGlucHV0Om5vdCg6ZGlzYWJsZWQpOmluZGV0ZXJtaW5hdGUgKyBkaXY6OmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogJHt0aGVtZS5wYWxldHRlLnN1Y2Nlc3MubWFpbn07XG4gIH1cblxuICAmIGlucHV0Om5vdCg6ZGlzYWJsZWQpOmNoZWNrZWQgKyBkaXY6aG92ZXI6OmJlZm9yZSxcbiAgJiBpbnB1dDpub3QoOmRpc2FibGVkKTppbmRldGVybWluYXRlICsgZGl2OmhvdmVyOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6ICR7dGhlbWUucGFsZXR0ZS5zdWNjZXNzLmRhcmt9O1xuICB9XG5gO1xuXG5leHBvcnQgY29uc3QgY2hlY2tib3hTdHlsZXMgPSB7XG4gIHByaW1hcnlJbnB1dCxcbiAgc3VjY2Vzc0lucHV0LFxufTtcbiJdfQ== */");
|
|
22649
22735
|
|
|
22650
22736
|
/**
|
|
22651
22737
|
* Styles for the `success` color variant (green).
|
|
22652
22738
|
* Uses `theme.palette.success` for all interactive state colors:
|
|
22653
22739
|
* - `main` → unchecked border + checked background
|
|
22654
22740
|
* - `dark` → unchecked hover border + checked hover background
|
|
22655
|
-
* - `greyFocused40` → disabled box background
|
|
22741
|
+
* - `greyFocused40` → disabled box background when unchecked (checked keeps
|
|
22742
|
+
* `main`, muted — see disabledCheckedFill)
|
|
22656
22743
|
*/
|
|
22657
|
-
const successInput = theme => /*#__PURE__*/(0,react_namespaceObject.css)("& input:disabled
|
|
22744
|
+
const successInput = theme => /*#__PURE__*/(0,react_namespaceObject.css)("& input:disabled:not(:checked, :indeterminate)+div{background:", theme.colors.greyFocused40, ";}", disabledCheckedFill(theme.palette.success.main), " & input:not(:checked, :indeterminate, :disabled)+div::before{border:1.5px solid ", theme.palette.success.main, ";}& input:not(:checked, :indeterminate, :disabled)+div:hover::before{border:1.5px solid ", theme.palette.success.dark, ";}& input:not(:disabled):checked+div::before,& input:not(:disabled):indeterminate+div::before{background:", theme.palette.success.main, ";}& input:not(:disabled):checked+div:hover::before,& input:not(:disabled):indeterminate+div:hover::before{background:", theme.palette.success.dark, ";}" + (process.env.NODE_ENV === "production" ? "" : ";label:successInput;"), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VpLWtpdC91aS1raXQvcGFja2FnZXMvY29yZS9zcmMvY29tcG9uZW50cy9DaGVja2JveC9zdHlsZXMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9GMEMiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdWkta2l0L3VpLWtpdC9wYWNrYWdlcy9jb3JlL3NyYy9jb21wb25lbnRzL0NoZWNrYm94L3N0eWxlcy50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MsIFRoZW1lIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRElTQUJMRURfU1VSRkFDRV9PVkVSTEFZIH0gZnJvbSAnQHN0eWxlcy9kaXNhYmxlZFN1cmZhY2UnO1xuXG4vKipcbiAqIERpc2FibGVkICsgY2hlY2tlZCAob3IgaW5kZXRlcm1pbmF0ZSkga2VlcHMgdGhlIHZhcmlhbnQncyBmaWxsIGNvbG91ciwgbXV0ZWRcbiAqIGJ5IERJU0FCTEVEX1NVUkZBQ0VfT1ZFUkxBWSwgaW5zdGVhZCBvZiBmbGF0dGVuaW5nIHRvIGdyZXkuXG4gKlxuICogV2l0aG91dCB0aGlzIHRoZSBib3ggd2VudCBgZ3JleUZvY3VzZWQ0MGAg4oCUIGEgbmVhci13aGl0ZSBzdXJmYWNlIOKAlCB3aGlsZSB0aGVcbiAqIHRpY2sgc3RheWVkIHdoaXRlLCBsZWF2aW5nIGEgY2hlY2tlZC1idXQtZGlzYWJsZWQgYm94IHByYWN0aWNhbGx5XG4gKiBpbmRpc3Rpbmd1aXNoYWJsZSBmcm9tIGFuIHVuY2hlY2tlZCBvbmUuXG4gKlxuICogU3RhY2tpbmcgaW5zaWRlIHRoZSAyMHgyMCBib3g6IGA6OmJlZm9yZWAgaXMgdGhlIGZpbGwgKHotaW5kZXggMSksIHRoZSBpY29uXG4gKiBpcyB6LWluZGV4IDIsIGFuZCB0aGlzIG92ZXJsYXkgaXMgYDo6YWZ0ZXJgIGF0IHotaW5kZXggMSDigJQgc2FtZSBpbmRleCBhcyB0aGVcbiAqIGZpbGwsIHNvIGl0IHBhaW50cyBhYm92ZSBpdCBvbiB0cmVlIG9yZGVyLCBhbmQgc3RpbGwgYmVsb3cgdGhlIGljb24uXG4gKi9cbmNvbnN0IGRpc2FibGVkQ2hlY2tlZEZpbGwgPSAoY29sb3I6IHN0cmluZykgPT4gY3NzYFxuICAmIGlucHV0OmRpc2FibGVkOmNoZWNrZWQgKyBkaXY6OmJlZm9yZSxcbiAgJiBpbnB1dDpkaXNhYmxlZDppbmRldGVybWluYXRlICsgZGl2OjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6ICR7Y29sb3J9O1xuICB9XG5cbiAgJiBpbnB1dDpkaXNhYmxlZDpjaGVja2VkICsgZGl2OjphZnRlcixcbiAgJiBpbnB1dDpkaXNhYmxlZDppbmRldGVybWluYXRlICsgZGl2OjphZnRlciB7XG4gICAgY29udGVudDogJyc7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuXG4gICAgLypcbiAgICAgKiBNYXRjaGVzIDo6YmVmb3JlJ3MgZml4ZWQgYm94IHJhdGhlciB0aGFuIHVzaW5nIGluc2V0OiAwLiA6OmJlZm9yZSBpc1xuICAgICAqIGFic29sdXRlbHkgcG9zaXRpb25lZCBhdCBhIGhhcmQgMjB4MjAsIHNvIGl0IGRvZXMgbm90IGZvbGxvdyB0aGUgbGFpZC1vdXRcbiAgICAgKiBzaXplIG9mIHRoZSBkaXY7IGFuIGluc2V0LWJhc2VkIG92ZXJsYXkgd291bGQgZHJpZnQgb3V0IG9mIGFsaWdubWVudCB3aXRoXG4gICAgICogdGhlIGZpbGwgaXQgaXMgbWVhbnQgdG8gY292ZXIuXG4gICAgICovXG4gICAgdG9wOiAwO1xuICAgIGxlZnQ6IDA7XG4gICAgaGVpZ2h0OiAyMHB4O1xuICAgIHdpZHRoOiAyMHB4O1xuICAgIGJvcmRlci1yYWRpdXM6IDZweDtcbiAgICBiYWNrZ3JvdW5kOiAke0RJU0FCTEVEX1NVUkZBQ0VfT1ZFUkxBWX07XG4gICAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gICAgei1pbmRleDogMTtcbiAgfVxuYDtcblxuLyoqXG4gKiBTdHlsZXMgZm9yIHRoZSBgcHJpbWFyeWAgY29sb3IgdmFyaWFudCAoYmx1ZSkuXG4gKiBVc2VzIGB0aGVtZS5wYWxldHRlLnByaW1hcnlgIGZvciBhbGwgaW50ZXJhY3RpdmUgc3RhdGUgY29sb3JzOlxuICogLSBgbGlnaHRgICAgICAgIOKGkiB1bmNoZWNrZWQgYm9yZGVyIChyZXN0aW5nKVxuICogLSBgbWFpbmAgICAgICAgIOKGkiB1bmNoZWNrZWQgaG92ZXIgYm9yZGVyICsgY2hlY2tlZCBiYWNrZ3JvdW5kXG4gKiAtIGBkYXJrYCAgICAgICAg4oaSIGNoZWNrZWQgaG92ZXIgYmFja2dyb3VuZFxuICogLSBgZ3JleUZvY3VzZWQ0MGAg4oaSIGRpc2FibGVkIGJveCBiYWNrZ3JvdW5kIHdoZW4gdW5jaGVja2VkIChjaGVja2VkIGtlZXBzXG4gKiAgIGBtYWluYCwgbXV0ZWQg4oCUIHNlZSBkaXNhYmxlZENoZWNrZWRGaWxsKVxuICovXG5jb25zdCBwcmltYXJ5SW5wdXQgPSAodGhlbWU6IFRoZW1lKSA9PiBjc3NgXG4gICYgaW5wdXQ6ZGlzYWJsZWQ6bm90KDpjaGVja2VkLCA6aW5kZXRlcm1pbmF0ZSkgKyBkaXYge1xuICAgIGJhY2tncm91bmQ6ICR7dGhlbWUuY29sb3JzLmdyZXlGb2N1c2VkNDB9O1xuICB9XG4gICR7ZGlzYWJsZWRDaGVja2VkRmlsbCh0aGVtZS5wYWxldHRlLnByaW1hcnkubWFpbil9XG4gICYgaW5wdXQ6bm90KDpjaGVja2VkLCA6aW5kZXRlcm1pbmF0ZSwgOmRpc2FibGVkKSArIGRpdjo6YmVmb3JlIHtcbiAgICBib3JkZXI6IDEuNXB4IHNvbGlkICR7dGhlbWUucGFsZXR0ZS5wcmltYXJ5LmxpZ2h0fTtcbiAgfVxuICAmIGlucHV0Om5vdCg6Y2hlY2tlZCwgOmluZGV0ZXJtaW5hdGUsIDpkaXNhYmxlZCkgKyBkaXY6aG92ZXI6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAxLjVweCBzb2xpZCAke3RoZW1lLnBhbGV0dGUucHJpbWFyeS5tYWlufTtcbiAgfVxuICAmIGlucHV0Om5vdCg6ZGlzYWJsZWQpOmNoZWNrZWQgKyBkaXY6OmJlZm9yZSxcbiAgJiBpbnB1dDpub3QoOmRpc2FibGVkKTppbmRldGVybWluYXRlICsgZGl2OjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6ICR7dGhlbWUucGFsZXR0ZS5wcmltYXJ5Lm1haW59O1xuICB9XG4gICYgaW5wdXQ6bm90KDpkaXNhYmxlZCk6Y2hlY2tlZCArIGRpdjpob3Zlcjo6YmVmb3JlLFxuICAmIGlucHV0Om5vdCg6ZGlzYWJsZWQpOmluZGV0ZXJtaW5hdGUgKyBkaXY6aG92ZXI6OmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogJHt0aGVtZS5wYWxldHRlLnByaW1hcnkuZGFya307XG4gIH1cbiAgJiBpbnB1dDpub3QoOmRpc2FibGVkKTpjaGVja2VkICsgZGl2ICsgc3BhbiB7XG4gICAgY29sb3I6ICR7dGhlbWUuY29sb3JzLmdyZXlEcm9wZG93blRleHR9O1xuICB9XG5gO1xuXG4vKipcbiAqIFN0eWxlcyBmb3IgdGhlIGBzdWNjZXNzYCBjb2xvciB2YXJpYW50IChncmVlbikuXG4gKiBVc2VzIGB0aGVtZS5wYWxldHRlLnN1Y2Nlc3NgIGZvciBhbGwgaW50ZXJhY3RpdmUgc3RhdGUgY29sb3JzOlxuICogLSBgbWFpbmAgICAgICAgIOKGkiB1bmNoZWNrZWQgYm9yZGVyICsgY2hlY2tlZCBiYWNrZ3JvdW5kXG4gKiAtIGBkYXJrYCAgICAgICAg4oaSIHVuY2hlY2tlZCBob3ZlciBib3JkZXIgKyBjaGVja2VkIGhvdmVyIGJhY2tncm91bmRcbiAqIC0gYGdyZXlGb2N1c2VkNDBgIOKGkiBkaXNhYmxlZCBib3ggYmFja2dyb3VuZCB3aGVuIHVuY2hlY2tlZCAoY2hlY2tlZCBrZWVwc1xuICogICBgbWFpbmAsIG11dGVkIOKAlCBzZWUgZGlzYWJsZWRDaGVja2VkRmlsbClcbiAqL1xuY29uc3Qgc3VjY2Vzc0lucHV0ID0gKHRoZW1lOiBUaGVtZSkgPT4gY3NzYFxuICAmIGlucHV0OmRpc2FibGVkOm5vdCg6Y2hlY2tlZCwgOmluZGV0ZXJtaW5hdGUpICsgZGl2IHtcbiAgICBiYWNrZ3JvdW5kOiAke3RoZW1lLmNvbG9ycy5ncmV5Rm9jdXNlZDQwfTtcbiAgfVxuXG4gICR7ZGlzYWJsZWRDaGVja2VkRmlsbCh0aGVtZS5wYWxldHRlLnN1Y2Nlc3MubWFpbil9XG5cbiAgJiBpbnB1dDpub3QoOmNoZWNrZWQsIDppbmRldGVybWluYXRlLCA6ZGlzYWJsZWQpICsgZGl2OjpiZWZvcmUge1xuICAgIGJvcmRlcjogMS41cHggc29saWQgJHt0aGVtZS5wYWxldHRlLnN1Y2Nlc3MubWFpbn07XG4gIH1cblxuICAmIGlucHV0Om5vdCg6Y2hlY2tlZCwgOmluZGV0ZXJtaW5hdGUsIDpkaXNhYmxlZCkgKyBkaXY6aG92ZXI6OmJlZm9yZSB7XG4gICAgYm9yZGVyOiAxLjVweCBzb2xpZCAke3RoZW1lLnBhbGV0dGUuc3VjY2Vzcy5kYXJrfTtcbiAgfVxuXG4gICYgaW5wdXQ6bm90KDpkaXNhYmxlZCk6Y2hlY2tlZCArIGRpdjo6YmVmb3JlLFxuICAmIGlucHV0Om5vdCg6ZGlzYWJsZWQpOmluZGV0ZXJtaW5hdGUgKyBkaXY6OmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogJHt0aGVtZS5wYWxldHRlLnN1Y2Nlc3MubWFpbn07XG4gIH1cblxuICAmIGlucHV0Om5vdCg6ZGlzYWJsZWQpOmNoZWNrZWQgKyBkaXY6aG92ZXI6OmJlZm9yZSxcbiAgJiBpbnB1dDpub3QoOmRpc2FibGVkKTppbmRldGVybWluYXRlICsgZGl2OmhvdmVyOjpiZWZvcmUge1xuICAgIGJhY2tncm91bmQ6ICR7dGhlbWUucGFsZXR0ZS5zdWNjZXNzLmRhcmt9O1xuICB9XG5gO1xuXG5leHBvcnQgY29uc3QgY2hlY2tib3hTdHlsZXMgPSB7XG4gIHByaW1hcnlJbnB1dCxcbiAgc3VjY2Vzc0lucHV0LFxufTtcbiJdfQ== */");
|
|
22658
22745
|
const checkboxStyles = {
|
|
22659
22746
|
primaryInput,
|
|
22660
22747
|
successInput
|
|
@@ -22668,7 +22755,7 @@ const CheckboxBase = /*#__PURE__*/base_default()(Label_Label, process.env.NODE_E
|
|
|
22668
22755
|
} : {
|
|
22669
22756
|
target: "e9e7wc30",
|
|
22670
22757
|
label: "CheckboxBase"
|
|
22671
|
-
})("position:relative;display:inline-flex;flex-grow:0;align-items:center;vertical-align:middle;cursor:pointer;&:has(input:disabled){cursor:default;}&>div{position:relative;height:20px;width:20px;display:flex;align-items:center;justify-content:center;border-radius:6px;}input+div{svg{z-index:2;}&::before{content:'';position:absolute;box-sizing:border-box;height:20px;width:20px;top:0;left:0;border-radius:6px;z-index:1;}}", ({
|
|
22758
|
+
})("position:relative;display:inline-flex;flex-grow:0;align-items:center;vertical-align:middle;cursor:pointer;&:has(input:disabled){cursor:default;}&>div{position:relative;height:20px;width:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:6px;}input+div{svg{z-index:2;}&::before{content:'';position:absolute;box-sizing:border-box;height:20px;width:20px;top:0;left:0;border-radius:6px;z-index:1;}}", ({
|
|
22672
22759
|
color = 'primary',
|
|
22673
22760
|
theme
|
|
22674
22761
|
}) => {
|
|
@@ -22679,7 +22766,7 @@ const CheckboxBase = /*#__PURE__*/base_default()(Label_Label, process.env.NODE_E
|
|
|
22679
22766
|
return checkboxStyles.successInput(theme);
|
|
22680
22767
|
default:
|
|
22681
22768
|
}
|
|
22682
|
-
}, " input{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}span{margin-left:10px;font-size:14px;font-weight:100;}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
22769
|
+
}, " input{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}span{margin-left:10px;font-size:14px;font-weight:100;}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VpLWtpdC91aS1raXQvcGFja2FnZXMvY29yZS9zcmMvY29tcG9uZW50cy9DaGVja2JveC9DaGVja2JveEJhc2UudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1RSIsImZpbGUiOiIvaG9tZS9ydW5uZXIvd29yay91aS1raXQvdWkta2l0L3BhY2thZ2VzL2NvcmUvc3JjL2NvbXBvbmVudHMvQ2hlY2tib3gvQ2hlY2tib3hCYXNlLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBMYWJlbCBmcm9tICdAY29tcG9uZW50cy9MYWJlbCc7XG5pbXBvcnQgeyBjaGVja2JveFN0eWxlcyB9IGZyb20gJy4vc3R5bGVzJztcbmltcG9ydCB7IENoZWNrYm94UHJvcHMgfSBmcm9tICcuL3R5cGVzJztcblxuZXhwb3J0IGNvbnN0IENoZWNrYm94QmFzZSA9IHN0eWxlZChMYWJlbCk8UGljazxDaGVja2JveFByb3BzLCAnY29sb3InPj5gXG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgZGlzcGxheTogaW5saW5lLWZsZXg7XG4gIGZsZXgtZ3JvdzogMDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICAmOmhhcyhpbnB1dDpkaXNhYmxlZCkge1xuICAgIGN1cnNvcjogZGVmYXVsdDtcbiAgfVxuXG4gICYgPiBkaXYge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBoZWlnaHQ6IDIwcHg7XG4gICAgd2lkdGg6IDIwcHg7XG5cbiAgICAvKlxuICAgICAqIFRoZSBib3ggaXMgYSBmbGV4IGl0ZW0sIGFuZCA6OmJlZm9yZSBkcmF3cyBpdCBhdCBhIGhhcmQgMjB4MjAuIFdpdGhvdXRcbiAgICAgKiB0aGlzIGl0IHNocmlua3MgdW5kZXIgYSBsb25nIGxhYmVsIGluIGEgdGlnaHQgcm93IHdoaWxlIDo6YmVmb3JlIGRvZXNcbiAgICAgKiBub3QsIHNvIHRoZSBkcmF3biBib3ggbm8gbG9uZ2VyIGxpbmVzIHVwIHdpdGggaXRzIG93biBmb290cHJpbnQuXG4gICAgICovXG4gICAgZmxleC1zaHJpbms6IDA7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgIGp1c3RpZnktY29udGVudDogY2VudGVyO1xuICAgIGJvcmRlci1yYWRpdXM6IDZweDtcbiAgfVxuXG4gIGlucHV0ICsgZGl2IHtcbiAgICBzdmcge1xuICAgICAgei1pbmRleDogMjtcbiAgICB9XG5cbiAgICAmOjpiZWZvcmUge1xuICAgICAgY29udGVudDogJyc7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICAgICAgaGVpZ2h0OiAyMHB4O1xuICAgICAgd2lkdGg6IDIwcHg7XG4gICAgICB0b3A6IDA7XG4gICAgICBsZWZ0OiAwO1xuICAgICAgYm9yZGVyLXJhZGl1czogNnB4O1xuICAgICAgei1pbmRleDogMTtcbiAgICB9XG4gIH1cblxuICAkeyh7IGNvbG9yID0gJ3ByaW1hcnknLCB0aGVtZSB9KSA9PiB7XG4gICAgc3dpdGNoIChjb2xvcikge1xuICAgICAgY2FzZSAncHJpbWFyeSc6XG4gICAgICAgIHJldHVybiBjaGVja2JveFN0eWxlcy5wcmltYXJ5SW5wdXQodGhlbWUpO1xuICAgICAgY2FzZSAnc3VjY2Vzcyc6XG4gICAgICAgIHJldHVybiBjaGVja2JveFN0eWxlcy5zdWNjZXNzSW5wdXQodGhlbWUpO1xuICAgICAgZGVmYXVsdDpcbiAgICB9XG4gIH19XG5cbiAgaW5wdXQge1xuICAgIGJvcmRlcjogMDtcbiAgICBjbGlwOiByZWN0KDAgMCAwIDApO1xuICAgIGhlaWdodDogMXB4O1xuICAgIG1hcmdpbjogLTFweDtcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHdpZHRoOiAxcHg7XG4gIH1cblxuICBzcGFuIHtcbiAgICBtYXJnaW4tbGVmdDogMTBweDtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgZm9udC13ZWlnaHQ6IDEwMDtcbiAgfVxuYDtcbiJdfQ== */"));
|
|
22683
22770
|
;// ./src/components/Checkbox/Checkbox.tsx
|
|
22684
22771
|
|
|
22685
22772
|
|
|
@@ -22698,11 +22785,13 @@ const CheckboxBase = /*#__PURE__*/base_default()(Label_Label, process.env.NODE_E
|
|
|
22698
22785
|
*
|
|
22699
22786
|
* Colors are driven by `theme.palette`:
|
|
22700
22787
|
* - `primary` (default) — blue; uses `palette.primary.light/main/dark` for
|
|
22701
|
-
* the resting border, checked fill, and hover fill.
|
|
22788
|
+
* the resting border, checked fill, and hover fill.
|
|
22702
22789
|
* - `success` — green; uses `palette.success.main/dark` for the border and fills.
|
|
22703
|
-
* Disabled uses `greyFocused40`.
|
|
22704
22790
|
* - `custom` — unstyled; apply your own colors via `className` or the `css` prop.
|
|
22705
22791
|
*
|
|
22792
|
+
* When disabled, an unchecked box goes flat `greyFocused40`; a checked or
|
|
22793
|
+
* indeterminate one keeps its fill colour, muted, so the state stays readable.
|
|
22794
|
+
*
|
|
22706
22795
|
* @category Form Controls
|
|
22707
22796
|
* @subcategory Input
|
|
22708
22797
|
*
|
|
@@ -24149,6 +24238,7 @@ const NumberField = ({
|
|
|
24149
24238
|
|
|
24150
24239
|
;// ./src/components/Switch/SwitchBase.tsx
|
|
24151
24240
|
|
|
24241
|
+
|
|
24152
24242
|
const SwitchBase = /*#__PURE__*/base_default()('button', process.env.NODE_ENV === "production" ? {
|
|
24153
24243
|
shouldForwardProp: prop => prop !== 'onColor' && prop !== 'hoverColor' && prop !== 'offOutlineColor',
|
|
24154
24244
|
target: "eb0rpfw0"
|
|
@@ -24175,11 +24265,13 @@ const SwitchBase = /*#__PURE__*/base_default()('button', process.env.NODE_ENV ==
|
|
|
24175
24265
|
background: rgba(0, 0, 0, 0.15);
|
|
24176
24266
|
pointer-events: none;
|
|
24177
24267
|
}
|
|
24178
|
-
` : '', " &:disabled{background:", ({
|
|
24268
|
+
` : '', " &:disabled{cursor:auto;}&:disabled[aria-checked='false']{background:", ({
|
|
24179
24269
|
theme
|
|
24180
|
-
}) => theme.colors.greySelectedMenuItem, ";
|
|
24270
|
+
}) => theme.colors.greySelectedMenuItem, ";}/*\n * Disabled + on keeps the resolved on-color so the state stays readable,\n * muted by DISABLED_SURFACE_OVERLAY. The overlay paints over the track and\n * below the knob (::before, z-index 1), which stays opaque \u2014 see\n * @styles/disabledSurface for why this is not just opacity.\n */&:disabled[aria-checked='true']{background:", ({
|
|
24271
|
+
onColor
|
|
24272
|
+
}) => onColor, ";}&:disabled[aria-checked='true']::after{content:'';position:absolute;inset:0;border-radius:50px;background:", DISABLED_SURFACE_OVERLAY, ";pointer-events:none;}&[aria-checked='false']:focus::after,&:not(:disabled)[aria-checked='false']:hover::after{content:'';position:absolute;inset:0;border-style:solid;border-width:1px;border-color:", ({
|
|
24181
24273
|
offOutlineColor
|
|
24182
|
-
}) => offOutlineColor, ";border-radius:50px;}&[aria-checked='true']::before{transform:translateX(0);}&[aria-checked='false']::before{transform:translateX(-20px);}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
24274
|
+
}) => offOutlineColor, ";border-radius:50px;}&[aria-checked='true']::before{transform:translateX(0);}&[aria-checked='false']::before{transform:translateX(-20px);}" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3VpLWtpdC91aS1raXQvcGFja2FnZXMvY29yZS9zcmMvY29tcG9uZW50cy9Td2l0Y2gvU3dpdGNoQmFzZS50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBYW1CIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3VpLWtpdC91aS1raXQvcGFja2FnZXMvY29yZS9zcmMvY29tcG9uZW50cy9Td2l0Y2gvU3dpdGNoQmFzZS50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgeyBESVNBQkxFRF9TVVJGQUNFX09WRVJMQVkgfSBmcm9tICdAc3R5bGVzL2Rpc2FibGVkU3VyZmFjZSc7XG5cbmludGVyZmFjZSBTd2l0Y2hCYXNlUHJvcHMge1xuICBvbkNvbG9yOiBzdHJpbmc7XG4gIC8qKiBFeHBsaWNpdCBob3ZlciBiYWNrZ3JvdW5kIGZvciBwYWxldHRlIHZhcmlhbnRzLiBXaGVuIG9taXR0ZWQsIGEgOjphZnRlciBvdmVybGF5IGRhcmtlbnMgdGhlIHRyYWNrIGluc3RlYWQsIGxlYXZpbmcgdGhlIGtub2IgdW5hZmZlY3RlZC4gKi9cbiAgaG92ZXJDb2xvcj86IHN0cmluZztcbiAgb2ZmT3V0bGluZUNvbG9yOiBzdHJpbmc7XG59XG5cbmNvbnN0IFN3aXRjaEJhc2UgPSBzdHlsZWQoJ2J1dHRvbicsIHtcbiAgc2hvdWxkRm9yd2FyZFByb3A6IChwcm9wKSA9PlxuICAgIHByb3AgIT09ICdvbkNvbG9yJyAmJiBwcm9wICE9PSAnaG92ZXJDb2xvcicgJiYgcHJvcCAhPT0gJ29mZk91dGxpbmVDb2xvcicsXG59KTxTd2l0Y2hCYXNlUHJvcHM+YFxuICB3aWR0aDogNDRweDtcbiAgaGVpZ2h0OiAyNHB4O1xuICBib3JkZXI6IDA7XG4gIG91dGxpbmU6IDA7XG4gIHBhZGRpbmc6IDA7XG4gIGJvcmRlci1yYWRpdXM6IDUwcHg7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgYmFja2dyb3VuZDogJHsoeyBvbkNvbG9yIH0pID0+IG9uQ29sb3J9O1xuICBjdXJzb3I6IHBvaW50ZXI7XG5cbiAgJjo6YmVmb3JlIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgY29udGVudDogJyc7XG4gICAgaGVpZ2h0OiAxNHB4O1xuICAgIHdpZHRoOiAxNHB4O1xuICAgIHJpZ2h0OiA1cHg7XG4gICAgYm90dG9tOiBjYWxjKDUwJSAtIDdweCk7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5jb2xvcnMud2hpdGV9O1xuICAgIHotaW5kZXg6IDE7XG4gICAgdHJhbnNpdGlvbjogMC40cztcbiAgICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIH1cblxuICAmW2FyaWEtY2hlY2tlZD0nZmFsc2UnXSB7XG4gICAgYmFja2dyb3VuZDogJHsoeyB0aGVtZSB9KSA9PiB0aGVtZS5jb2xvcnMuZ3JleUZvY3VzZWR9O1xuICB9XG5cbiAgJjpub3QoOmRpc2FibGVkKVthcmlhLWNoZWNrZWQ9J3RydWUnXTpob3ZlciB7XG4gICAgJHsoeyBob3ZlckNvbG9yIH0pID0+IChob3ZlckNvbG9yID8gYGJhY2tncm91bmQ6ICR7aG92ZXJDb2xvcn07YCA6ICcnKX1cbiAgfVxuXG4gICR7KHsgaG92ZXJDb2xvciB9KSA9PlxuICAgICFob3ZlckNvbG9yXG4gICAgICA/IGBcbiAgICAgICAgJjpub3QoOmRpc2FibGVkKVthcmlhLWNoZWNrZWQ9J3RydWUnXTpob3Zlcjo6YWZ0ZXIge1xuICAgICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICBpbnNldDogMDtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiA1MHB4O1xuICAgICAgICAgIGJhY2tncm91bmQ6IHJnYmEoMCwgMCwgMCwgMC4xNSk7XG4gICAgICAgICAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gICAgICAgIH1cbiAgICAgIGBcbiAgICAgIDogJyd9XG5cbiAgJjpkaXNhYmxlZCB7XG4gICAgY3Vyc29yOiBhdXRvO1xuICB9XG5cbiAgJjpkaXNhYmxlZFthcmlhLWNoZWNrZWQ9J2ZhbHNlJ10ge1xuICAgIGJhY2tncm91bmQ6ICR7KHsgdGhlbWUgfSkgPT4gdGhlbWUuY29sb3JzLmdyZXlTZWxlY3RlZE1lbnVJdGVtfTtcbiAgfVxuXG4gIC8qXG4gICAqIERpc2FibGVkICsgb24ga2VlcHMgdGhlIHJlc29sdmVkIG9uLWNvbG9yIHNvIHRoZSBzdGF0ZSBzdGF5cyByZWFkYWJsZSxcbiAgICogbXV0ZWQgYnkgRElTQUJMRURfU1VSRkFDRV9PVkVSTEFZLiBUaGUgb3ZlcmxheSBwYWludHMgb3ZlciB0aGUgdHJhY2sgYW5kXG4gICAqIGJlbG93IHRoZSBrbm9iICg6OmJlZm9yZSwgei1pbmRleCAxKSwgd2hpY2ggc3RheXMgb3BhcXVlIOKAlCBzZWVcbiAgICogQHN0eWxlcy9kaXNhYmxlZFN1cmZhY2UgZm9yIHdoeSB0aGlzIGlzIG5vdCBqdXN0IG9wYWNpdHkuXG4gICAqL1xuICAmOmRpc2FibGVkW2FyaWEtY2hlY2tlZD0ndHJ1ZSddIHtcbiAgICBiYWNrZ3JvdW5kOiAkeyh7IG9uQ29sb3IgfSkgPT4gb25Db2xvcn07XG4gIH1cblxuICAmOmRpc2FibGVkW2FyaWEtY2hlY2tlZD0ndHJ1ZSddOjphZnRlciB7XG4gICAgY29udGVudDogJyc7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIGluc2V0OiAwO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwcHg7XG4gICAgYmFja2dyb3VuZDogJHtESVNBQkxFRF9TVVJGQUNFX09WRVJMQVl9O1xuICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICB9XG5cbiAgJlthcmlhLWNoZWNrZWQ9J2ZhbHNlJ106Zm9jdXM6OmFmdGVyLFxuICAmOm5vdCg6ZGlzYWJsZWQpW2FyaWEtY2hlY2tlZD0nZmFsc2UnXTpob3Zlcjo6YWZ0ZXIge1xuICAgIGNvbnRlbnQ6ICcnO1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICBpbnNldDogMDtcbiAgICBib3JkZXItc3R5bGU6IHNvbGlkO1xuICAgIGJvcmRlci13aWR0aDogMXB4O1xuICAgIGJvcmRlci1jb2xvcjogJHsoeyBvZmZPdXRsaW5lQ29sb3IgfSkgPT4gb2ZmT3V0bGluZUNvbG9yfTtcbiAgICBib3JkZXItcmFkaXVzOiA1MHB4O1xuICB9XG5cbiAgJlthcmlhLWNoZWNrZWQ9J3RydWUnXTo6YmVmb3JlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoMCk7XG4gIH1cblxuICAmW2FyaWEtY2hlY2tlZD0nZmFsc2UnXTo6YmVmb3JlIHtcbiAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoLTIwcHgpO1xuICB9XG5gO1xuXG5leHBvcnQgZGVmYXVsdCBTd2l0Y2hCYXNlO1xuIl19 */"));
|
|
24183
24275
|
/* harmony default export */ const Switch_SwitchBase = (SwitchBase);
|
|
24184
24276
|
;// ./src/components/Switch/SwitchContext.tsx
|
|
24185
24277
|
|
|
@@ -24273,7 +24365,8 @@ const SwitchContextProvider = ({
|
|
|
24273
24365
|
* object to supply arbitrary CSS color values.
|
|
24274
24366
|
*
|
|
24275
24367
|
* The off state always shows a neutral grey background (`greyFocused`).
|
|
24276
|
-
*
|
|
24368
|
+
* When disabled, the off state uses `greySelectedMenuItem`; the on state keeps its
|
|
24369
|
+
* color, muted by a white overlay so the on/off distinction survives.
|
|
24277
24370
|
* Hovering the on state darkens it: palette variants swap to their `palette.*.dark`
|
|
24278
24371
|
* token; custom colors get a `rgba(0,0,0,0.15)` overlay so the knob stays unaffected.
|
|
24279
24372
|
*
|
|
@@ -24298,7 +24391,7 @@ const SwitchContextProvider = ({
|
|
|
24298
24391
|
*
|
|
24299
24392
|
* @example
|
|
24300
24393
|
* ```tsx
|
|
24301
|
-
* // Disabled (muted
|
|
24394
|
+
* // Disabled + on (muted on-color, cannot toggle)
|
|
24302
24395
|
* <SwitchContextProvider initialState={true}>
|
|
24303
24396
|
* <Switch label="Locked feature" disabled />
|
|
24304
24397
|
* </SwitchContextProvider>
|