@uipath/apollo-react 3.59.2 → 3.60.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/canvas/components/StageNode/StageNodeTaskUtilities.cjs +1 -1
- package/dist/canvas/components/StageNode/StageNodeTaskUtilities.js +1 -1
- package/dist/icons/UiPathAutopilotLogo.cjs +71 -0
- package/dist/icons/UiPathAutopilotLogo.d.ts +7 -0
- package/dist/icons/UiPathAutopilotLogo.d.ts.map +1 -0
- package/dist/icons/UiPathAutopilotLogo.js +24 -0
- package/dist/icons/UiPathFavicon.cjs +84 -0
- package/dist/icons/UiPathFavicon.d.ts +7 -0
- package/dist/icons/UiPathFavicon.d.ts.map +1 -0
- package/dist/icons/UiPathFavicon.js +37 -0
- package/dist/icons/UiPathFullDark.cjs +99 -0
- package/dist/icons/UiPathFullDark.d.ts +7 -0
- package/dist/icons/UiPathFullDark.d.ts.map +1 -0
- package/dist/icons/UiPathFullDark.js +52 -0
- package/dist/icons/UiPathFullLight.cjs +99 -0
- package/dist/icons/UiPathFullLight.d.ts +7 -0
- package/dist/icons/UiPathFullLight.d.ts.map +1 -0
- package/dist/icons/UiPathFullLight.js +52 -0
- package/dist/icons/UiPathIconDark.cjs +79 -0
- package/dist/icons/UiPathIconDark.d.ts +7 -0
- package/dist/icons/UiPathIconDark.d.ts.map +1 -0
- package/dist/icons/UiPathIconDark.js +32 -0
- package/dist/icons/index.cjs +42 -2
- package/dist/icons/index.d.ts +5 -0
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +6 -1
- package/package.json +3 -3
|
@@ -37,7 +37,7 @@ const getContextMenuItems = (isParallelGroup, groupIndex, tasksLength, taskIndex
|
|
|
37
37
|
UNGROUP_ALL: getMenuItem('ungroup', 'Ungroup parallel tasks', ()=>reGroupTaskFunction(GroupModificationUtils_cjs_namespaceObject.GroupModificationType.UNGROUP_ALL_TASKS, groupIndex, taskIndex)),
|
|
38
38
|
SPLIT_TASK: getMenuItem('split', 'Remove from parallel group', ()=>reGroupTaskFunction(GroupModificationUtils_cjs_namespaceObject.GroupModificationType.SPLIT_GROUP, groupIndex, taskIndex)),
|
|
39
39
|
REMOVE_GROUP: getMenuItem('remove-group', 'Remove group from stage', ()=>reGroupTaskFunction(GroupModificationUtils_cjs_namespaceObject.GroupModificationType.REMOVE_GROUP, groupIndex, taskIndex)),
|
|
40
|
-
REMOVE_TASK: getMenuItem('remove-task', '
|
|
40
|
+
REMOVE_TASK: getMenuItem('remove-task', 'Delete task', ()=>reGroupTaskFunction(GroupModificationUtils_cjs_namespaceObject.GroupModificationType.REMOVE_TASK, groupIndex, taskIndex)),
|
|
41
41
|
CREATE_PARALLEL_GROUP_ABOVE: getMenuItem('group-with-up', 'Create parallel group with task above', ()=>reGroupTaskFunction(GroupModificationUtils_cjs_namespaceObject.GroupModificationType.MERGE_GROUP_UP, groupIndex, taskIndex)),
|
|
42
42
|
CREATE_PARALLEL_GROUP_BELOW: getMenuItem('group-with-down', 'Create parallel group with task below', ()=>reGroupTaskFunction(GroupModificationUtils_cjs_namespaceObject.GroupModificationType.MERGE_GROUP_DOWN, groupIndex, taskIndex)),
|
|
43
43
|
ADD_TO_PARALLEL_GROUP_ABOVE: getMenuItem('add-to-group-with-up', 'Add task to parallel group above', ()=>reGroupTaskFunction(GroupModificationUtils_cjs_namespaceObject.GroupModificationType.MERGE_GROUP_UP, groupIndex, taskIndex)),
|
|
@@ -6,7 +6,7 @@ const getContextMenuItems = (isParallelGroup, groupIndex, tasksLength, taskIndex
|
|
|
6
6
|
UNGROUP_ALL: getMenuItem('ungroup', 'Ungroup parallel tasks', ()=>reGroupTaskFunction(GroupModificationType.UNGROUP_ALL_TASKS, groupIndex, taskIndex)),
|
|
7
7
|
SPLIT_TASK: getMenuItem('split', 'Remove from parallel group', ()=>reGroupTaskFunction(GroupModificationType.SPLIT_GROUP, groupIndex, taskIndex)),
|
|
8
8
|
REMOVE_GROUP: getMenuItem('remove-group', 'Remove group from stage', ()=>reGroupTaskFunction(GroupModificationType.REMOVE_GROUP, groupIndex, taskIndex)),
|
|
9
|
-
REMOVE_TASK: getMenuItem('remove-task', '
|
|
9
|
+
REMOVE_TASK: getMenuItem('remove-task', 'Delete task', ()=>reGroupTaskFunction(GroupModificationType.REMOVE_TASK, groupIndex, taskIndex)),
|
|
10
10
|
CREATE_PARALLEL_GROUP_ABOVE: getMenuItem('group-with-up', 'Create parallel group with task above', ()=>reGroupTaskFunction(GroupModificationType.MERGE_GROUP_UP, groupIndex, taskIndex)),
|
|
11
11
|
CREATE_PARALLEL_GROUP_BELOW: getMenuItem('group-with-down', 'Create parallel group with task below', ()=>reGroupTaskFunction(GroupModificationType.MERGE_GROUP_DOWN, groupIndex, taskIndex)),
|
|
12
12
|
ADD_TO_PARALLEL_GROUP_ABOVE: getMenuItem('add-to-group-with-up', 'Add task to parallel group above', ()=>reGroupTaskFunction(GroupModificationType.MERGE_GROUP_UP, groupIndex, taskIndex)),
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.n = (module)=>{
|
|
5
|
+
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
6
|
+
__webpack_require__.d(getter, {
|
|
7
|
+
a: getter
|
|
8
|
+
});
|
|
9
|
+
return getter;
|
|
10
|
+
};
|
|
11
|
+
})();
|
|
12
|
+
(()=>{
|
|
13
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
14
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: definition[key]
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
(()=>{
|
|
21
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
22
|
+
})();
|
|
23
|
+
(()=>{
|
|
24
|
+
__webpack_require__.r = (exports1)=>{
|
|
25
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
26
|
+
value: 'Module'
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
29
|
+
value: true
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
})();
|
|
33
|
+
var __webpack_exports__ = {};
|
|
34
|
+
__webpack_require__.r(__webpack_exports__);
|
|
35
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
UiPathAutopilotLogo: ()=>UiPathAutopilotLogo,
|
|
37
|
+
default: ()=>icons_UiPathAutopilotLogo
|
|
38
|
+
});
|
|
39
|
+
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
40
|
+
const external_react_namespaceObject = require("react");
|
|
41
|
+
var external_react_default = /*#__PURE__*/ __webpack_require__.n(external_react_namespaceObject);
|
|
42
|
+
const UiPathAutopilotLogo = /*#__PURE__*/ external_react_default().forwardRef(({ size, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
43
|
+
viewBox: "0 0 461 487",
|
|
44
|
+
fill: "none",
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
ref: ref,
|
|
47
|
+
...props,
|
|
48
|
+
width: size ?? 461,
|
|
49
|
+
height: size ?? 487,
|
|
50
|
+
children: [
|
|
51
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
52
|
+
d: "M399.412 273.336C298.144 256.176 218.232 171.874 201.968 65.0436C201.662 63.0271 199.184 63.0271 198.878 65.0436C182.614 171.874 102.702 256.176 1.43439 273.336C-0.478129 273.659 -0.478129 276.274 1.43439 276.597C102.702 293.753 182.614 378.058 198.878 484.889C199.184 486.906 201.662 486.906 201.968 484.889C218.232 378.058 298.144 293.753 399.412 276.597C401.324 276.274 401.324 273.659 399.412 273.336ZM299.917 275.782C249.283 284.36 209.327 326.512 201.196 379.928C201.042 380.936 199.803 380.936 199.65 379.928C191.518 326.512 151.562 284.36 100.928 275.782C99.9722 275.62 99.9722 274.313 100.928 274.151C151.562 265.571 191.518 223.42 199.65 170.005C199.803 168.997 201.042 168.997 201.196 170.005C209.327 223.42 249.283 265.571 299.917 274.151C300.873 274.313 300.873 275.62 299.917 275.782Z",
|
|
53
|
+
fill: "#273139"
|
|
54
|
+
}),
|
|
55
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
56
|
+
d: "M460.083 106.533C409.449 115.111 369.493 157.264 361.362 210.679C361.208 211.687 359.97 211.687 359.816 210.679C351.684 157.264 311.728 115.111 261.094 106.533C260.138 106.371 260.138 105.064 261.094 104.902C311.728 96.3226 351.684 54.1715 359.816 0.756155C359.97 -0.252052 361.208 -0.252052 361.362 0.756155C369.493 54.1715 409.449 96.3226 460.083 104.902C461.039 105.064 461.039 106.371 460.083 106.533Z",
|
|
57
|
+
fill: "#273139"
|
|
58
|
+
})
|
|
59
|
+
]
|
|
60
|
+
}));
|
|
61
|
+
UiPathAutopilotLogo.displayName = 'UiPathAutopilotLogo';
|
|
62
|
+
const icons_UiPathAutopilotLogo = UiPathAutopilotLogo;
|
|
63
|
+
exports.UiPathAutopilotLogo = __webpack_exports__.UiPathAutopilotLogo;
|
|
64
|
+
exports["default"] = __webpack_exports__["default"];
|
|
65
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
66
|
+
"UiPathAutopilotLogo",
|
|
67
|
+
"default"
|
|
68
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
69
|
+
Object.defineProperty(exports, '__esModule', {
|
|
70
|
+
value: true
|
|
71
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface UiPathAutopilotLogoProps extends Omit<React.SVGProps<SVGSVGElement>, 'width' | 'height'> {
|
|
3
|
+
size?: string | number;
|
|
4
|
+
}
|
|
5
|
+
export declare const UiPathAutopilotLogo: React.ForwardRefExoticComponent<Omit<UiPathAutopilotLogoProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
export default UiPathAutopilotLogo;
|
|
7
|
+
//# sourceMappingURL=UiPathAutopilotLogo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UiPathAutopilotLogo.d.ts","sourceRoot":"","sources":["../../src/icons/UiPathAutopilotLogo.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,wBAAyB,SAAQ,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAKvG,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,mBAAmB,6GAO/B,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import react from "react";
|
|
3
|
+
const UiPathAutopilotLogo = /*#__PURE__*/ react.forwardRef(({ size, ...props }, ref)=>/*#__PURE__*/ jsxs("svg", {
|
|
4
|
+
viewBox: "0 0 461 487",
|
|
5
|
+
fill: "none",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
ref: ref,
|
|
8
|
+
...props,
|
|
9
|
+
width: size ?? 461,
|
|
10
|
+
height: size ?? 487,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M399.412 273.336C298.144 256.176 218.232 171.874 201.968 65.0436C201.662 63.0271 199.184 63.0271 198.878 65.0436C182.614 171.874 102.702 256.176 1.43439 273.336C-0.478129 273.659 -0.478129 276.274 1.43439 276.597C102.702 293.753 182.614 378.058 198.878 484.889C199.184 486.906 201.662 486.906 201.968 484.889C218.232 378.058 298.144 293.753 399.412 276.597C401.324 276.274 401.324 273.659 399.412 273.336ZM299.917 275.782C249.283 284.36 209.327 326.512 201.196 379.928C201.042 380.936 199.803 380.936 199.65 379.928C191.518 326.512 151.562 284.36 100.928 275.782C99.9722 275.62 99.9722 274.313 100.928 274.151C151.562 265.571 191.518 223.42 199.65 170.005C199.803 168.997 201.042 168.997 201.196 170.005C209.327 223.42 249.283 265.571 299.917 274.151C300.873 274.313 300.873 275.62 299.917 275.782Z",
|
|
14
|
+
fill: "#273139"
|
|
15
|
+
}),
|
|
16
|
+
/*#__PURE__*/ jsx("path", {
|
|
17
|
+
d: "M460.083 106.533C409.449 115.111 369.493 157.264 361.362 210.679C361.208 211.687 359.97 211.687 359.816 210.679C351.684 157.264 311.728 115.111 261.094 106.533C260.138 106.371 260.138 105.064 261.094 104.902C311.728 96.3226 351.684 54.1715 359.816 0.756155C359.97 -0.252052 361.208 -0.252052 361.362 0.756155C369.493 54.1715 409.449 96.3226 460.083 104.902C461.039 105.064 461.039 106.371 460.083 106.533Z",
|
|
18
|
+
fill: "#273139"
|
|
19
|
+
})
|
|
20
|
+
]
|
|
21
|
+
}));
|
|
22
|
+
UiPathAutopilotLogo.displayName = 'UiPathAutopilotLogo';
|
|
23
|
+
const icons_UiPathAutopilotLogo = UiPathAutopilotLogo;
|
|
24
|
+
export { UiPathAutopilotLogo, icons_UiPathAutopilotLogo as default };
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.n = (module)=>{
|
|
5
|
+
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
6
|
+
__webpack_require__.d(getter, {
|
|
7
|
+
a: getter
|
|
8
|
+
});
|
|
9
|
+
return getter;
|
|
10
|
+
};
|
|
11
|
+
})();
|
|
12
|
+
(()=>{
|
|
13
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
14
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: definition[key]
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
(()=>{
|
|
21
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
22
|
+
})();
|
|
23
|
+
(()=>{
|
|
24
|
+
__webpack_require__.r = (exports1)=>{
|
|
25
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
26
|
+
value: 'Module'
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
29
|
+
value: true
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
})();
|
|
33
|
+
var __webpack_exports__ = {};
|
|
34
|
+
__webpack_require__.r(__webpack_exports__);
|
|
35
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
UiPathFavicon: ()=>UiPathFavicon,
|
|
37
|
+
default: ()=>icons_UiPathFavicon
|
|
38
|
+
});
|
|
39
|
+
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
40
|
+
const external_react_namespaceObject = require("react");
|
|
41
|
+
var external_react_default = /*#__PURE__*/ __webpack_require__.n(external_react_namespaceObject);
|
|
42
|
+
const UiPathFavicon = /*#__PURE__*/ external_react_default().forwardRef(({ size, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
43
|
+
viewBox: "0 0 512 512",
|
|
44
|
+
fill: "none",
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
ref: ref,
|
|
47
|
+
...props,
|
|
48
|
+
width: size ?? 512,
|
|
49
|
+
height: size ?? 512,
|
|
50
|
+
children: [
|
|
51
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("rect", {
|
|
52
|
+
width: "512",
|
|
53
|
+
height: "512",
|
|
54
|
+
fill: "#FA4616"
|
|
55
|
+
}),
|
|
56
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
57
|
+
d: "M290.24 149.72H284.52C269.56 149.72 260.24 158.96 260.24 173.88V293.64C260.24 350.44 242.88 373.6 200.28 373.6C157.68 373.6 140.32 350.32 140.32 293.28V173.88C140.32 159 131 149.72 116.04 149.72H110.32C95.36 149.72 86.04 158.96 86.04 173.88V293.64C86.04 380.16 124.48 424 200.32 424C276.16 424 314.6 380.12 314.6 293.64V173.88C314.6 159 305.28 149.72 290.32 149.72H290.24Z",
|
|
58
|
+
fill: "#FFFFFF"
|
|
59
|
+
}),
|
|
60
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
61
|
+
d: "M383.16 222.4H378.4C363.04 222.4 353.52 232 353.52 247.48V398.92C353.52 414.4 363.04 424 378.4 424H383.16C398.52 424 408.04 414.4 408.04 398.92V247.48C408.04 232 398.52 222.4 383.16 222.4Z",
|
|
62
|
+
fill: "#FFFFFF"
|
|
63
|
+
}),
|
|
64
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
65
|
+
d: "M448.96 128.64C414.28 123.08 386.92 95.7201 381.32 61.0801C381.2 60.4401 380.36 60.4401 380.28 61.0801C374.72 95.7201 347.36 123.08 312.64 128.64C312 128.76 312 129.6 312.64 129.68C347.32 135.24 374.68 162.6 380.28 197.24C380.4 197.88 381.24 197.88 381.32 197.24C386.88 162.6 414.24 135.24 448.96 129.68C449.6 129.56 449.6 128.72 448.96 128.64ZM414.88 129.44C397.52 132.24 383.84 145.88 381.08 163.2C381.04 163.52 380.6 163.52 380.56 163.2C377.76 145.88 364.08 132.2 346.76 129.44C346.44 129.44 346.44 128.96 346.76 128.92C364.12 126.12 377.8 112.48 380.56 95.1601C380.6 94.8401 381.04 94.8401 381.08 95.1601C383.88 112.48 397.56 126.16 414.88 128.92C415.2 128.92 415.2 129.4 414.88 129.44Z",
|
|
66
|
+
fill: "#FFFFFF"
|
|
67
|
+
}),
|
|
68
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
69
|
+
d: "M469.76 74.56C452.4 77.36 438.72 91 435.96 108.32C435.92 108.64 435.48 108.64 435.44 108.32C432.64 91 418.96 77.32 401.64 74.56C401.32 74.52 401.32 74.08 401.64 74.04C419 71.24 432.68 57.6 435.44 40.28C435.48 39.96 435.92 39.96 435.96 40.28C438.76 57.6 452.44 71.28 469.76 74.04C470.08 74.08 470.08 74.52 469.76 74.56Z",
|
|
70
|
+
fill: "#FFFFFF"
|
|
71
|
+
})
|
|
72
|
+
]
|
|
73
|
+
}));
|
|
74
|
+
UiPathFavicon.displayName = 'UiPathFavicon';
|
|
75
|
+
const icons_UiPathFavicon = UiPathFavicon;
|
|
76
|
+
exports.UiPathFavicon = __webpack_exports__.UiPathFavicon;
|
|
77
|
+
exports["default"] = __webpack_exports__["default"];
|
|
78
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
79
|
+
"UiPathFavicon",
|
|
80
|
+
"default"
|
|
81
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
82
|
+
Object.defineProperty(exports, '__esModule', {
|
|
83
|
+
value: true
|
|
84
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface UiPathFaviconProps extends Omit<React.SVGProps<SVGSVGElement>, 'width' | 'height'> {
|
|
3
|
+
size?: string | number;
|
|
4
|
+
}
|
|
5
|
+
export declare const UiPathFavicon: React.ForwardRefExoticComponent<Omit<UiPathFaviconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
export default UiPathFavicon;
|
|
7
|
+
//# sourceMappingURL=UiPathFavicon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UiPathFavicon.d.ts","sourceRoot":"","sources":["../../src/icons/UiPathFavicon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,kBAAmB,SAAQ,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAKjG,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,uGAUzB,CAAC;AAIF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import react from "react";
|
|
3
|
+
const UiPathFavicon = /*#__PURE__*/ react.forwardRef(({ size, ...props }, ref)=>/*#__PURE__*/ jsxs("svg", {
|
|
4
|
+
viewBox: "0 0 512 512",
|
|
5
|
+
fill: "none",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
ref: ref,
|
|
8
|
+
...props,
|
|
9
|
+
width: size ?? 512,
|
|
10
|
+
height: size ?? 512,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("rect", {
|
|
13
|
+
width: "512",
|
|
14
|
+
height: "512",
|
|
15
|
+
fill: "#FA4616"
|
|
16
|
+
}),
|
|
17
|
+
/*#__PURE__*/ jsx("path", {
|
|
18
|
+
d: "M290.24 149.72H284.52C269.56 149.72 260.24 158.96 260.24 173.88V293.64C260.24 350.44 242.88 373.6 200.28 373.6C157.68 373.6 140.32 350.32 140.32 293.28V173.88C140.32 159 131 149.72 116.04 149.72H110.32C95.36 149.72 86.04 158.96 86.04 173.88V293.64C86.04 380.16 124.48 424 200.32 424C276.16 424 314.6 380.12 314.6 293.64V173.88C314.6 159 305.28 149.72 290.32 149.72H290.24Z",
|
|
19
|
+
fill: "#FFFFFF"
|
|
20
|
+
}),
|
|
21
|
+
/*#__PURE__*/ jsx("path", {
|
|
22
|
+
d: "M383.16 222.4H378.4C363.04 222.4 353.52 232 353.52 247.48V398.92C353.52 414.4 363.04 424 378.4 424H383.16C398.52 424 408.04 414.4 408.04 398.92V247.48C408.04 232 398.52 222.4 383.16 222.4Z",
|
|
23
|
+
fill: "#FFFFFF"
|
|
24
|
+
}),
|
|
25
|
+
/*#__PURE__*/ jsx("path", {
|
|
26
|
+
d: "M448.96 128.64C414.28 123.08 386.92 95.7201 381.32 61.0801C381.2 60.4401 380.36 60.4401 380.28 61.0801C374.72 95.7201 347.36 123.08 312.64 128.64C312 128.76 312 129.6 312.64 129.68C347.32 135.24 374.68 162.6 380.28 197.24C380.4 197.88 381.24 197.88 381.32 197.24C386.88 162.6 414.24 135.24 448.96 129.68C449.6 129.56 449.6 128.72 448.96 128.64ZM414.88 129.44C397.52 132.24 383.84 145.88 381.08 163.2C381.04 163.52 380.6 163.52 380.56 163.2C377.76 145.88 364.08 132.2 346.76 129.44C346.44 129.44 346.44 128.96 346.76 128.92C364.12 126.12 377.8 112.48 380.56 95.1601C380.6 94.8401 381.04 94.8401 381.08 95.1601C383.88 112.48 397.56 126.16 414.88 128.92C415.2 128.92 415.2 129.4 414.88 129.44Z",
|
|
27
|
+
fill: "#FFFFFF"
|
|
28
|
+
}),
|
|
29
|
+
/*#__PURE__*/ jsx("path", {
|
|
30
|
+
d: "M469.76 74.56C452.4 77.36 438.72 91 435.96 108.32C435.92 108.64 435.48 108.64 435.44 108.32C432.64 91 418.96 77.32 401.64 74.56C401.32 74.52 401.32 74.08 401.64 74.04C419 71.24 432.68 57.6 435.44 40.28C435.48 39.96 435.92 39.96 435.96 40.28C438.76 57.6 452.44 71.28 469.76 74.04C470.08 74.08 470.08 74.52 469.76 74.56Z",
|
|
31
|
+
fill: "#FFFFFF"
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
}));
|
|
35
|
+
UiPathFavicon.displayName = 'UiPathFavicon';
|
|
36
|
+
const icons_UiPathFavicon = UiPathFavicon;
|
|
37
|
+
export { UiPathFavicon, icons_UiPathFavicon as default };
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.n = (module)=>{
|
|
5
|
+
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
6
|
+
__webpack_require__.d(getter, {
|
|
7
|
+
a: getter
|
|
8
|
+
});
|
|
9
|
+
return getter;
|
|
10
|
+
};
|
|
11
|
+
})();
|
|
12
|
+
(()=>{
|
|
13
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
14
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: definition[key]
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
(()=>{
|
|
21
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
22
|
+
})();
|
|
23
|
+
(()=>{
|
|
24
|
+
__webpack_require__.r = (exports1)=>{
|
|
25
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
26
|
+
value: 'Module'
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
29
|
+
value: true
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
})();
|
|
33
|
+
var __webpack_exports__ = {};
|
|
34
|
+
__webpack_require__.r(__webpack_exports__);
|
|
35
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
UiPathFullDark: ()=>UiPathFullDark,
|
|
37
|
+
default: ()=>icons_UiPathFullDark
|
|
38
|
+
});
|
|
39
|
+
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
40
|
+
const external_react_namespaceObject = require("react");
|
|
41
|
+
var external_react_default = /*#__PURE__*/ __webpack_require__.n(external_react_namespaceObject);
|
|
42
|
+
const UiPathFullDark = /*#__PURE__*/ external_react_default().forwardRef(({ size, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
43
|
+
viewBox: "0 0 400 116",
|
|
44
|
+
fill: "none",
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
ref: ref,
|
|
47
|
+
...props,
|
|
48
|
+
width: size ?? 400,
|
|
49
|
+
height: size ?? 116,
|
|
50
|
+
children: [
|
|
51
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
52
|
+
d: "M62.6439 33.1428H60.885C56.2918 33.1428 53.4387 35.9376 53.4387 40.4354V76.6177C53.4387 93.7722 48.1098 100.769 35.0451 100.769C21.9804 100.769 16.6514 93.7404 16.6514 76.5096V40.4354C16.6514 35.9377 13.7982 33.1428 9.20575 33.1428H7.44592C2.85326 33.1428 0 35.9377 0 40.4354V76.6177C0 102.75 11.7912 116 35.0451 116C58.2991 116 70.0897 102.75 70.0897 76.6177V40.4354C70.0897 35.9377 67.2364 33.1428 62.6439 33.1428Z",
|
|
53
|
+
fill: "#FFFFFF"
|
|
54
|
+
}),
|
|
55
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
56
|
+
d: "M91.1326 55.0989H89.675C84.9685 55.0989 82.0451 58.0021 82.0451 62.6744V108.425C82.0451 113.097 84.9685 116 89.675 116H91.1326C95.8386 116 98.762 113.097 98.762 108.425V62.6744C98.762 58.0021 95.8386 55.0989 91.1326 55.0989Z",
|
|
57
|
+
fill: "#FFFFFF"
|
|
58
|
+
}),
|
|
59
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
60
|
+
d: "M111.321 26.7779C100.684 25.0968 92.2902 16.8378 90.5818 6.37155C90.5496 6.174 90.2894 6.174 90.2572 6.37155C88.5488 16.8378 80.1548 25.0968 69.5175 26.7779C69.3166 26.8096 69.3166 27.0658 69.5175 27.0974C80.1548 28.7782 88.5488 37.0376 90.2572 47.5038C90.2894 47.7013 90.5496 47.7013 90.5818 47.5038C92.2902 37.0376 100.684 28.7782 111.321 27.0974C111.522 27.0658 111.522 26.8096 111.321 26.7779ZM100.87 27.0175C95.5518 27.8579 91.3548 31.9876 90.5006 37.2207C90.4845 37.3195 90.3544 37.3195 90.3383 37.2207C89.4841 31.9876 85.2871 27.8579 79.9685 27.0175C79.868 27.0017 79.868 26.8736 79.9685 26.8578C85.2871 26.0172 89.4841 21.8877 90.3383 16.6546C90.3544 16.5558 90.4845 16.5558 90.5006 16.6546C91.3548 21.8877 95.5518 26.0172 100.87 26.8578C100.971 26.8736 100.971 27.0017 100.87 27.0175Z",
|
|
61
|
+
fill: "#FFFFFF"
|
|
62
|
+
}),
|
|
63
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
64
|
+
d: "M117.694 10.4371C112.376 11.2774 108.179 15.4071 107.324 20.6402C107.308 20.739 107.178 20.739 107.162 20.6402C106.308 15.4071 102.111 11.2774 96.7923 10.4371C96.6919 10.4212 96.6919 10.2931 96.7923 10.2773C102.111 9.43674 106.308 5.3072 107.162 0.0740898C107.178 -0.0246966 107.308 -0.0246966 107.324 0.0740898C108.179 5.3072 112.376 9.43672 117.694 10.2773C117.795 10.2931 117.795 10.4212 117.694 10.4371Z",
|
|
65
|
+
fill: "#FFFFFF"
|
|
66
|
+
}),
|
|
67
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
68
|
+
d: "M135.312 33.1428H119.087C114.445 33.1428 111.561 35.9674 111.561 40.5133V108.63C111.561 113.175 114.445 116 119.087 116H120.865C125.507 116 128.391 113.175 128.391 108.63V92.5057H135.423C163.58 92.5057 175.066 83.9066 175.066 62.8243C175.066 41.7419 163.548 33.1428 135.312 33.1428ZM158.014 62.6067C158.014 73.4525 152.762 77.1123 137.201 77.1123H128.391V48.2095H137.201C152.762 48.2095 158.014 51.842 158.014 62.6067Z",
|
|
69
|
+
fill: "#FFFFFF"
|
|
70
|
+
}),
|
|
71
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
72
|
+
d: "M237.564 48.4738H236.23C231.589 48.4738 228.705 51.2984 228.705 55.8443V55.8537C223.938 50.4473 216.554 47.2771 208.114 47.2771C199.516 47.2771 191.74 50.371 186.22 55.9902C180.207 62.1093 177.029 70.9411 177.029 81.5298C177.029 92.1646 180.226 101.047 186.274 107.217C191.825 112.881 199.621 116 208.225 116C216.505 116 223.944 112.79 228.711 107.462C228.711 107.468 228.711 108.998 228.712 109.004C228.866 113.33 231.717 116 236.23 116H237.564C242.206 116 245.09 113.176 245.09 108.63V55.8443C245.09 51.2985 242.206 48.4738 237.564 48.4738ZM229.038 81.5298C229.038 93.9677 222.256 101.695 211.337 101.695C200.281 101.695 193.414 93.9677 193.414 81.5298C193.414 69.1578 200.196 61.4729 211.115 61.4729C222.003 61.4729 229.038 69.3461 229.038 81.5298Z",
|
|
73
|
+
fill: "#FFFFFF"
|
|
74
|
+
}),
|
|
75
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
76
|
+
d: "M334.448 47.3425C325.733 47.3425 319.516 50.7417 315.624 55.0256V40.5179C315.624 35.9693 312.738 33.1428 308.094 33.1428H306.759C302.115 33.1428 299.229 35.9693 299.229 40.5179V108.625C299.229 113.174 302.115 116 306.759 116H308.094C312.738 116 315.624 113.174 315.624 108.625V81.2897C315.624 63.7894 324.146 61.7657 330.556 61.7657C341.32 61.7657 345.711 67.0125 345.711 79.8746V108.625C345.711 113.174 348.596 116 353.241 116H354.576C359.22 116 362.105 113.174 362.105 108.625V78.8938C362.105 57.6627 353.059 47.3425 334.448 47.3425Z",
|
|
77
|
+
fill: "#FFFFFF"
|
|
78
|
+
}),
|
|
79
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
80
|
+
d: "M294.515 107.664C294.284 105.472 292.945 102.34 286.565 102.34C279.021 102.34 275.431 100.037 275.431 86.9529V61.7658H286.675C291.313 61.7658 294.194 59.19 294.194 55.0446C294.194 50.966 291.313 48.4317 286.675 48.4317H275.444V40.5179C275.444 35.9693 272.541 33.1428 267.869 33.1428H266.526C261.854 33.1428 258.951 35.9693 258.951 40.5179V48.4317H256.366C252.276 48.4317 249.736 50.966 249.736 55.0446C249.736 59.19 252.617 61.7658 257.254 61.7658H258.951V88.3689C258.951 107.737 266.645 116 284.677 116C284.707 116 284.736 115.999 284.765 115.998C285.813 115.997 286.937 115.981 288.081 115.881C290.354 115.67 292.073 114.885 293.191 113.546C294.305 112.213 294.75 109.87 294.515 107.664Z",
|
|
81
|
+
fill: "#FFFFFF"
|
|
82
|
+
}),
|
|
83
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
84
|
+
d: "M367.331 47.6328V36.4082H364.1C362.823 36.4082 362.105 35.8367 362.105 34.7755C362.105 33.7143 362.823 33.1428 364.1 33.1428H373.952C375.228 33.1428 375.946 33.7143 375.946 34.7755C375.946 35.8367 375.228 36.4082 373.952 36.4082H370.801V47.6328C370.801 48.939 370.203 49.6733 369.086 49.6733C367.969 49.6733 367.331 48.939 367.331 47.6328ZM377.822 49.7139C376.745 49.7139 376.174 48.8937 376.465 47.4695L379.018 34.9388C379.258 33.7553 379.976 33.1428 381.172 33.1428H381.771C382.887 33.1428 383.637 33.6775 384.044 34.7341L388.192 45.5096L392.38 34.7341C392.795 33.6652 393.577 33.1428 394.694 33.1428H395.252C396.449 33.1428 397.167 33.7553 397.406 34.9388L399.919 47.4695C400.206 48.8979 399.72 49.7143 398.643 49.7143C397.486 49.7143 396.772 49.1022 396.529 47.9183L394.415 37.6736L390.426 48.1226C390.007 49.2164 389.309 49.7139 388.232 49.7139C387.115 49.7139 386.417 49.2164 385.998 48.1226L382.01 37.6736L379.935 47.9183C379.696 49.1022 378.978 49.7139 377.822 49.7139Z",
|
|
85
|
+
fill: "var(--color-foreground)"
|
|
86
|
+
})
|
|
87
|
+
]
|
|
88
|
+
}));
|
|
89
|
+
UiPathFullDark.displayName = 'UiPathFullDark';
|
|
90
|
+
const icons_UiPathFullDark = UiPathFullDark;
|
|
91
|
+
exports.UiPathFullDark = __webpack_exports__.UiPathFullDark;
|
|
92
|
+
exports["default"] = __webpack_exports__["default"];
|
|
93
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
94
|
+
"UiPathFullDark",
|
|
95
|
+
"default"
|
|
96
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
97
|
+
Object.defineProperty(exports, '__esModule', {
|
|
98
|
+
value: true
|
|
99
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface UiPathFullDarkProps extends Omit<React.SVGProps<SVGSVGElement>, 'width' | 'height'> {
|
|
3
|
+
size?: string | number;
|
|
4
|
+
}
|
|
5
|
+
export declare const UiPathFullDark: React.ForwardRefExoticComponent<Omit<UiPathFullDarkProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
export default UiPathFullDark;
|
|
7
|
+
//# sourceMappingURL=UiPathFullDark.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UiPathFullDark.d.ts","sourceRoot":"","sources":["../../src/icons/UiPathFullDark.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAKlG,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,cAAc,wGAc1B,CAAC;AAIF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import react from "react";
|
|
3
|
+
const UiPathFullDark = /*#__PURE__*/ react.forwardRef(({ size, ...props }, ref)=>/*#__PURE__*/ jsxs("svg", {
|
|
4
|
+
viewBox: "0 0 400 116",
|
|
5
|
+
fill: "none",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
ref: ref,
|
|
8
|
+
...props,
|
|
9
|
+
width: size ?? 400,
|
|
10
|
+
height: size ?? 116,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M62.6439 33.1428H60.885C56.2918 33.1428 53.4387 35.9376 53.4387 40.4354V76.6177C53.4387 93.7722 48.1098 100.769 35.0451 100.769C21.9804 100.769 16.6514 93.7404 16.6514 76.5096V40.4354C16.6514 35.9377 13.7982 33.1428 9.20575 33.1428H7.44592C2.85326 33.1428 0 35.9377 0 40.4354V76.6177C0 102.75 11.7912 116 35.0451 116C58.2991 116 70.0897 102.75 70.0897 76.6177V40.4354C70.0897 35.9377 67.2364 33.1428 62.6439 33.1428Z",
|
|
14
|
+
fill: "#FFFFFF"
|
|
15
|
+
}),
|
|
16
|
+
/*#__PURE__*/ jsx("path", {
|
|
17
|
+
d: "M91.1326 55.0989H89.675C84.9685 55.0989 82.0451 58.0021 82.0451 62.6744V108.425C82.0451 113.097 84.9685 116 89.675 116H91.1326C95.8386 116 98.762 113.097 98.762 108.425V62.6744C98.762 58.0021 95.8386 55.0989 91.1326 55.0989Z",
|
|
18
|
+
fill: "#FFFFFF"
|
|
19
|
+
}),
|
|
20
|
+
/*#__PURE__*/ jsx("path", {
|
|
21
|
+
d: "M111.321 26.7779C100.684 25.0968 92.2902 16.8378 90.5818 6.37155C90.5496 6.174 90.2894 6.174 90.2572 6.37155C88.5488 16.8378 80.1548 25.0968 69.5175 26.7779C69.3166 26.8096 69.3166 27.0658 69.5175 27.0974C80.1548 28.7782 88.5488 37.0376 90.2572 47.5038C90.2894 47.7013 90.5496 47.7013 90.5818 47.5038C92.2902 37.0376 100.684 28.7782 111.321 27.0974C111.522 27.0658 111.522 26.8096 111.321 26.7779ZM100.87 27.0175C95.5518 27.8579 91.3548 31.9876 90.5006 37.2207C90.4845 37.3195 90.3544 37.3195 90.3383 37.2207C89.4841 31.9876 85.2871 27.8579 79.9685 27.0175C79.868 27.0017 79.868 26.8736 79.9685 26.8578C85.2871 26.0172 89.4841 21.8877 90.3383 16.6546C90.3544 16.5558 90.4845 16.5558 90.5006 16.6546C91.3548 21.8877 95.5518 26.0172 100.87 26.8578C100.971 26.8736 100.971 27.0017 100.87 27.0175Z",
|
|
22
|
+
fill: "#FFFFFF"
|
|
23
|
+
}),
|
|
24
|
+
/*#__PURE__*/ jsx("path", {
|
|
25
|
+
d: "M117.694 10.4371C112.376 11.2774 108.179 15.4071 107.324 20.6402C107.308 20.739 107.178 20.739 107.162 20.6402C106.308 15.4071 102.111 11.2774 96.7923 10.4371C96.6919 10.4212 96.6919 10.2931 96.7923 10.2773C102.111 9.43674 106.308 5.3072 107.162 0.0740898C107.178 -0.0246966 107.308 -0.0246966 107.324 0.0740898C108.179 5.3072 112.376 9.43672 117.694 10.2773C117.795 10.2931 117.795 10.4212 117.694 10.4371Z",
|
|
26
|
+
fill: "#FFFFFF"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M135.312 33.1428H119.087C114.445 33.1428 111.561 35.9674 111.561 40.5133V108.63C111.561 113.175 114.445 116 119.087 116H120.865C125.507 116 128.391 113.175 128.391 108.63V92.5057H135.423C163.58 92.5057 175.066 83.9066 175.066 62.8243C175.066 41.7419 163.548 33.1428 135.312 33.1428ZM158.014 62.6067C158.014 73.4525 152.762 77.1123 137.201 77.1123H128.391V48.2095H137.201C152.762 48.2095 158.014 51.842 158.014 62.6067Z",
|
|
30
|
+
fill: "#FFFFFF"
|
|
31
|
+
}),
|
|
32
|
+
/*#__PURE__*/ jsx("path", {
|
|
33
|
+
d: "M237.564 48.4738H236.23C231.589 48.4738 228.705 51.2984 228.705 55.8443V55.8537C223.938 50.4473 216.554 47.2771 208.114 47.2771C199.516 47.2771 191.74 50.371 186.22 55.9902C180.207 62.1093 177.029 70.9411 177.029 81.5298C177.029 92.1646 180.226 101.047 186.274 107.217C191.825 112.881 199.621 116 208.225 116C216.505 116 223.944 112.79 228.711 107.462C228.711 107.468 228.711 108.998 228.712 109.004C228.866 113.33 231.717 116 236.23 116H237.564C242.206 116 245.09 113.176 245.09 108.63V55.8443C245.09 51.2985 242.206 48.4738 237.564 48.4738ZM229.038 81.5298C229.038 93.9677 222.256 101.695 211.337 101.695C200.281 101.695 193.414 93.9677 193.414 81.5298C193.414 69.1578 200.196 61.4729 211.115 61.4729C222.003 61.4729 229.038 69.3461 229.038 81.5298Z",
|
|
34
|
+
fill: "#FFFFFF"
|
|
35
|
+
}),
|
|
36
|
+
/*#__PURE__*/ jsx("path", {
|
|
37
|
+
d: "M334.448 47.3425C325.733 47.3425 319.516 50.7417 315.624 55.0256V40.5179C315.624 35.9693 312.738 33.1428 308.094 33.1428H306.759C302.115 33.1428 299.229 35.9693 299.229 40.5179V108.625C299.229 113.174 302.115 116 306.759 116H308.094C312.738 116 315.624 113.174 315.624 108.625V81.2897C315.624 63.7894 324.146 61.7657 330.556 61.7657C341.32 61.7657 345.711 67.0125 345.711 79.8746V108.625C345.711 113.174 348.596 116 353.241 116H354.576C359.22 116 362.105 113.174 362.105 108.625V78.8938C362.105 57.6627 353.059 47.3425 334.448 47.3425Z",
|
|
38
|
+
fill: "#FFFFFF"
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ jsx("path", {
|
|
41
|
+
d: "M294.515 107.664C294.284 105.472 292.945 102.34 286.565 102.34C279.021 102.34 275.431 100.037 275.431 86.9529V61.7658H286.675C291.313 61.7658 294.194 59.19 294.194 55.0446C294.194 50.966 291.313 48.4317 286.675 48.4317H275.444V40.5179C275.444 35.9693 272.541 33.1428 267.869 33.1428H266.526C261.854 33.1428 258.951 35.9693 258.951 40.5179V48.4317H256.366C252.276 48.4317 249.736 50.966 249.736 55.0446C249.736 59.19 252.617 61.7658 257.254 61.7658H258.951V88.3689C258.951 107.737 266.645 116 284.677 116C284.707 116 284.736 115.999 284.765 115.998C285.813 115.997 286.937 115.981 288.081 115.881C290.354 115.67 292.073 114.885 293.191 113.546C294.305 112.213 294.75 109.87 294.515 107.664Z",
|
|
42
|
+
fill: "#FFFFFF"
|
|
43
|
+
}),
|
|
44
|
+
/*#__PURE__*/ jsx("path", {
|
|
45
|
+
d: "M367.331 47.6328V36.4082H364.1C362.823 36.4082 362.105 35.8367 362.105 34.7755C362.105 33.7143 362.823 33.1428 364.1 33.1428H373.952C375.228 33.1428 375.946 33.7143 375.946 34.7755C375.946 35.8367 375.228 36.4082 373.952 36.4082H370.801V47.6328C370.801 48.939 370.203 49.6733 369.086 49.6733C367.969 49.6733 367.331 48.939 367.331 47.6328ZM377.822 49.7139C376.745 49.7139 376.174 48.8937 376.465 47.4695L379.018 34.9388C379.258 33.7553 379.976 33.1428 381.172 33.1428H381.771C382.887 33.1428 383.637 33.6775 384.044 34.7341L388.192 45.5096L392.38 34.7341C392.795 33.6652 393.577 33.1428 394.694 33.1428H395.252C396.449 33.1428 397.167 33.7553 397.406 34.9388L399.919 47.4695C400.206 48.8979 399.72 49.7143 398.643 49.7143C397.486 49.7143 396.772 49.1022 396.529 47.9183L394.415 37.6736L390.426 48.1226C390.007 49.2164 389.309 49.7139 388.232 49.7139C387.115 49.7139 386.417 49.2164 385.998 48.1226L382.01 37.6736L379.935 47.9183C379.696 49.1022 378.978 49.7139 377.822 49.7139Z",
|
|
46
|
+
fill: "var(--color-foreground)"
|
|
47
|
+
})
|
|
48
|
+
]
|
|
49
|
+
}));
|
|
50
|
+
UiPathFullDark.displayName = 'UiPathFullDark';
|
|
51
|
+
const icons_UiPathFullDark = UiPathFullDark;
|
|
52
|
+
export { UiPathFullDark, icons_UiPathFullDark as default };
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.n = (module)=>{
|
|
5
|
+
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
6
|
+
__webpack_require__.d(getter, {
|
|
7
|
+
a: getter
|
|
8
|
+
});
|
|
9
|
+
return getter;
|
|
10
|
+
};
|
|
11
|
+
})();
|
|
12
|
+
(()=>{
|
|
13
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
14
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: definition[key]
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
(()=>{
|
|
21
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
22
|
+
})();
|
|
23
|
+
(()=>{
|
|
24
|
+
__webpack_require__.r = (exports1)=>{
|
|
25
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
26
|
+
value: 'Module'
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
29
|
+
value: true
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
})();
|
|
33
|
+
var __webpack_exports__ = {};
|
|
34
|
+
__webpack_require__.r(__webpack_exports__);
|
|
35
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
36
|
+
UiPathFullLight: ()=>UiPathFullLight,
|
|
37
|
+
default: ()=>icons_UiPathFullLight
|
|
38
|
+
});
|
|
39
|
+
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
40
|
+
const external_react_namespaceObject = require("react");
|
|
41
|
+
var external_react_default = /*#__PURE__*/ __webpack_require__.n(external_react_namespaceObject);
|
|
42
|
+
const UiPathFullLight = /*#__PURE__*/ external_react_default().forwardRef(({ size, ...props }, ref)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
43
|
+
viewBox: "0 0 400 116",
|
|
44
|
+
fill: "none",
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
ref: ref,
|
|
47
|
+
...props,
|
|
48
|
+
width: size ?? 400,
|
|
49
|
+
height: size ?? 116,
|
|
50
|
+
children: [
|
|
51
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
52
|
+
d: "M62.6439 33.1428H60.885C56.2918 33.1428 53.4387 35.9376 53.4387 40.4354V76.6177C53.4387 93.7722 48.1098 100.769 35.0451 100.769C21.9804 100.769 16.6514 93.7404 16.6514 76.5096V40.4354C16.6514 35.9377 13.7982 33.1428 9.20575 33.1428H7.44592C2.85326 33.1428 0 35.9377 0 40.4354V76.6177C0 102.75 11.7912 116 35.0451 116C58.2991 116 70.0897 102.75 70.0897 76.6177V40.4354C70.0897 35.9377 67.2364 33.1428 62.6439 33.1428Z",
|
|
53
|
+
fill: "#000000"
|
|
54
|
+
}),
|
|
55
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
56
|
+
d: "M91.1326 55.0989H89.675C84.9685 55.0989 82.0451 58.0021 82.0451 62.6744V108.425C82.0451 113.097 84.9685 116 89.675 116H91.1326C95.8386 116 98.762 113.097 98.762 108.425V62.6744C98.762 58.0021 95.8386 55.0989 91.1326 55.0989Z",
|
|
57
|
+
fill: "#FA4616"
|
|
58
|
+
}),
|
|
59
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
60
|
+
d: "M111.321 26.7778C100.684 25.0967 92.2902 16.8376 90.5818 6.37143C90.5496 6.17388 90.2894 6.17388 90.2572 6.37143C88.5488 16.8376 80.1548 25.0967 69.5175 26.7778C69.3166 26.8094 69.3166 27.0656 69.5175 27.0973C80.1548 28.7781 88.5488 37.0375 90.2572 47.5037C90.2894 47.7012 90.5496 47.7012 90.5818 47.5037C92.2902 37.0375 100.684 28.7781 111.321 27.0973C111.522 27.0656 111.522 26.8095 111.321 26.7778ZM100.87 27.0174C95.5518 27.8578 91.3548 31.9875 90.5006 37.2206C90.4845 37.3194 90.3544 37.3194 90.3383 37.2206C89.4841 31.9875 85.2871 27.8578 79.9685 27.0174C79.868 27.0016 79.868 26.8735 79.9685 26.8577C85.2871 26.0171 89.4841 21.8876 90.3383 16.6545C90.3544 16.5557 90.4845 16.5557 90.5006 16.6545C91.3548 21.8876 95.5518 26.0171 100.87 26.8577C100.971 26.8735 100.971 27.0016 100.87 27.0174Z",
|
|
61
|
+
fill: "#FA4616"
|
|
62
|
+
}),
|
|
63
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
64
|
+
d: "M117.694 10.4371C112.376 11.2774 108.179 15.4071 107.324 20.6402C107.308 20.739 107.178 20.739 107.162 20.6402C106.308 15.4071 102.111 11.2774 96.7923 10.4371C96.6919 10.4212 96.6919 10.2931 96.7923 10.2773C102.111 9.43674 106.308 5.3072 107.162 0.0740898C107.178 -0.0246966 107.308 -0.0246966 107.324 0.0740898C108.179 5.3072 112.376 9.43672 117.694 10.2773C117.795 10.2931 117.795 10.4212 117.694 10.4371Z",
|
|
65
|
+
fill: "#FA4616"
|
|
66
|
+
}),
|
|
67
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
68
|
+
d: "M135.312 33.1428H119.087C114.445 33.1428 111.561 35.9674 111.561 40.5133V108.63C111.561 113.175 114.445 116 119.087 116H120.865C125.507 116 128.391 113.175 128.391 108.63V92.5057H135.423C163.58 92.5057 175.066 83.9066 175.066 62.8243C175.066 41.7419 163.548 33.1428 135.312 33.1428ZM158.014 62.6067C158.014 73.4525 152.762 77.1123 137.201 77.1123H128.391V48.2095H137.201C152.762 48.2095 158.014 51.842 158.014 62.6067Z",
|
|
69
|
+
fill: "#000000"
|
|
70
|
+
}),
|
|
71
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
72
|
+
d: "M237.564 48.4739H236.23C231.589 48.4739 228.705 51.2986 228.705 55.8444V55.8538C223.938 50.4474 216.554 47.2772 208.114 47.2772C199.516 47.2772 191.74 50.3711 186.22 55.9903C180.207 62.1094 177.029 70.9412 177.029 81.5299C177.029 92.1647 180.226 101.047 186.274 107.217C191.825 112.881 199.621 116 208.225 116C216.505 116 223.944 112.79 228.711 107.462C228.711 107.468 228.711 108.998 228.712 109.004C228.866 113.33 231.717 116 236.23 116H237.564C242.206 116 245.09 113.176 245.09 108.631V55.8444C245.09 51.2986 242.206 48.4739 237.564 48.4739ZM229.038 81.5299C229.038 93.9678 222.256 101.695 211.337 101.695C200.281 101.695 193.414 93.9678 193.414 81.5299C193.414 69.1579 200.196 61.473 211.115 61.473C222.003 61.473 229.038 69.3462 229.038 81.5299Z",
|
|
73
|
+
fill: "#000000"
|
|
74
|
+
}),
|
|
75
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
76
|
+
d: "M334.448 47.3425C325.733 47.3425 319.516 50.7417 315.624 55.0256V40.5179C315.624 35.9693 312.738 33.1428 308.094 33.1428H306.759C302.115 33.1428 299.229 35.9693 299.229 40.5179V108.625C299.229 113.174 302.115 116 306.759 116H308.094C312.738 116 315.624 113.174 315.624 108.625V81.2897C315.624 63.7894 324.146 61.7657 330.556 61.7657C341.32 61.7657 345.711 67.0125 345.711 79.8746V108.625C345.711 113.174 348.596 116 353.241 116H354.576C359.22 116 362.105 113.174 362.105 108.625V78.8938C362.105 57.6627 353.059 47.3425 334.448 47.3425Z",
|
|
77
|
+
fill: "#000000"
|
|
78
|
+
}),
|
|
79
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
80
|
+
d: "M294.515 107.664C294.284 105.472 292.945 102.34 286.565 102.34C279.021 102.34 275.431 100.037 275.431 86.9529V61.7658H286.675C291.313 61.7658 294.194 59.19 294.194 55.0446C294.194 50.966 291.313 48.4317 286.675 48.4317H275.444V40.5179C275.444 35.9693 272.541 33.1428 267.869 33.1428H266.526C261.854 33.1428 258.951 35.9693 258.951 40.5179V48.4317H256.366C252.276 48.4317 249.736 50.966 249.736 55.0446C249.736 59.19 252.617 61.7658 257.254 61.7658H258.951V88.3689C258.951 107.737 266.645 116 284.677 116C284.707 116 284.736 115.999 284.765 115.998C285.813 115.997 286.937 115.981 288.081 115.881C290.354 115.67 292.073 114.885 293.191 113.546C294.305 112.213 294.75 109.87 294.515 107.664Z",
|
|
81
|
+
fill: "#000000"
|
|
82
|
+
}),
|
|
83
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
84
|
+
d: "M367.331 47.6328V36.4082H364.1C362.823 36.4082 362.105 35.8367 362.105 34.7755C362.105 33.7143 362.823 33.1428 364.1 33.1428H373.952C375.228 33.1428 375.946 33.7143 375.946 34.7755C375.946 35.8367 375.228 36.4082 373.952 36.4082H370.801V47.6328C370.801 48.939 370.203 49.6733 369.086 49.6733C367.969 49.6733 367.331 48.939 367.331 47.6328ZM377.822 49.7139C376.745 49.7139 376.174 48.8937 376.465 47.4695L379.018 34.9388C379.258 33.7553 379.976 33.1428 381.172 33.1428H381.771C382.887 33.1428 383.637 33.6775 384.044 34.7341L388.192 45.5096L392.38 34.7341C392.795 33.6652 393.577 33.1428 394.694 33.1428H395.252C396.449 33.1428 397.167 33.7553 397.406 34.9388L399.919 47.4695C400.206 48.8979 399.72 49.7143 398.643 49.7143C397.486 49.7143 396.772 49.1022 396.529 47.9183L394.415 37.6736L390.426 48.1226C390.007 49.2164 389.309 49.7139 388.232 49.7139C387.115 49.7139 386.417 49.2164 385.998 48.1226L382.01 37.6736L379.935 47.9183C379.696 49.1022 378.978 49.7139 377.822 49.7139Z",
|
|
85
|
+
fill: "#000000"
|
|
86
|
+
})
|
|
87
|
+
]
|
|
88
|
+
}));
|
|
89
|
+
UiPathFullLight.displayName = 'UiPathFullLight';
|
|
90
|
+
const icons_UiPathFullLight = UiPathFullLight;
|
|
91
|
+
exports.UiPathFullLight = __webpack_exports__.UiPathFullLight;
|
|
92
|
+
exports["default"] = __webpack_exports__["default"];
|
|
93
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
94
|
+
"UiPathFullLight",
|
|
95
|
+
"default"
|
|
96
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
97
|
+
Object.defineProperty(exports, '__esModule', {
|
|
98
|
+
value: true
|
|
99
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface UiPathFullLightProps extends Omit<React.SVGProps<SVGSVGElement>, 'width' | 'height'> {
|
|
3
|
+
size?: string | number;
|
|
4
|
+
}
|
|
5
|
+
export declare const UiPathFullLight: React.ForwardRefExoticComponent<Omit<UiPathFullLightProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
6
|
+
export default UiPathFullLight;
|
|
7
|
+
//# sourceMappingURL=UiPathFullLight.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UiPathFullLight.d.ts","sourceRoot":"","sources":["../../src/icons/UiPathFullLight.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,oBAAqB,SAAQ,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;IAKnG,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,eAAe,yGAc3B,CAAC;AAIF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import react from "react";
|
|
3
|
+
const UiPathFullLight = /*#__PURE__*/ react.forwardRef(({ size, ...props }, ref)=>/*#__PURE__*/ jsxs("svg", {
|
|
4
|
+
viewBox: "0 0 400 116",
|
|
5
|
+
fill: "none",
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
ref: ref,
|
|
8
|
+
...props,
|
|
9
|
+
width: size ?? 400,
|
|
10
|
+
height: size ?? 116,
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsx("path", {
|
|
13
|
+
d: "M62.6439 33.1428H60.885C56.2918 33.1428 53.4387 35.9376 53.4387 40.4354V76.6177C53.4387 93.7722 48.1098 100.769 35.0451 100.769C21.9804 100.769 16.6514 93.7404 16.6514 76.5096V40.4354C16.6514 35.9377 13.7982 33.1428 9.20575 33.1428H7.44592C2.85326 33.1428 0 35.9377 0 40.4354V76.6177C0 102.75 11.7912 116 35.0451 116C58.2991 116 70.0897 102.75 70.0897 76.6177V40.4354C70.0897 35.9377 67.2364 33.1428 62.6439 33.1428Z",
|
|
14
|
+
fill: "#000000"
|
|
15
|
+
}),
|
|
16
|
+
/*#__PURE__*/ jsx("path", {
|
|
17
|
+
d: "M91.1326 55.0989H89.675C84.9685 55.0989 82.0451 58.0021 82.0451 62.6744V108.425C82.0451 113.097 84.9685 116 89.675 116H91.1326C95.8386 116 98.762 113.097 98.762 108.425V62.6744C98.762 58.0021 95.8386 55.0989 91.1326 55.0989Z",
|
|
18
|
+
fill: "#FA4616"
|
|
19
|
+
}),
|
|
20
|
+
/*#__PURE__*/ jsx("path", {
|
|
21
|
+
d: "M111.321 26.7778C100.684 25.0967 92.2902 16.8376 90.5818 6.37143C90.5496 6.17388 90.2894 6.17388 90.2572 6.37143C88.5488 16.8376 80.1548 25.0967 69.5175 26.7778C69.3166 26.8094 69.3166 27.0656 69.5175 27.0973C80.1548 28.7781 88.5488 37.0375 90.2572 47.5037C90.2894 47.7012 90.5496 47.7012 90.5818 47.5037C92.2902 37.0375 100.684 28.7781 111.321 27.0973C111.522 27.0656 111.522 26.8095 111.321 26.7778ZM100.87 27.0174C95.5518 27.8578 91.3548 31.9875 90.5006 37.2206C90.4845 37.3194 90.3544 37.3194 90.3383 37.2206C89.4841 31.9875 85.2871 27.8578 79.9685 27.0174C79.868 27.0016 79.868 26.8735 79.9685 26.8577C85.2871 26.0171 89.4841 21.8876 90.3383 16.6545C90.3544 16.5557 90.4845 16.5557 90.5006 16.6545C91.3548 21.8876 95.5518 26.0171 100.87 26.8577C100.971 26.8735 100.971 27.0016 100.87 27.0174Z",
|
|
22
|
+
fill: "#FA4616"
|
|
23
|
+
}),
|
|
24
|
+
/*#__PURE__*/ jsx("path", {
|
|
25
|
+
d: "M117.694 10.4371C112.376 11.2774 108.179 15.4071 107.324 20.6402C107.308 20.739 107.178 20.739 107.162 20.6402C106.308 15.4071 102.111 11.2774 96.7923 10.4371C96.6919 10.4212 96.6919 10.2931 96.7923 10.2773C102.111 9.43674 106.308 5.3072 107.162 0.0740898C107.178 -0.0246966 107.308 -0.0246966 107.324 0.0740898C108.179 5.3072 112.376 9.43672 117.694 10.2773C117.795 10.2931 117.795 10.4212 117.694 10.4371Z",
|
|
26
|
+
fill: "#FA4616"
|
|
27
|
+
}),
|
|
28
|
+
/*#__PURE__*/ jsx("path", {
|
|
29
|
+
d: "M135.312 33.1428H119.087C114.445 33.1428 111.561 35.9674 111.561 40.5133V108.63C111.561 113.175 114.445 116 119.087 116H120.865C125.507 116 128.391 113.175 128.391 108.63V92.5057H135.423C163.58 92.5057 175.066 83.9066 175.066 62.8243C175.066 41.7419 163.548 33.1428 135.312 33.1428ZM158.014 62.6067C158.014 73.4525 152.762 77.1123 137.201 77.1123H128.391V48.2095H137.201C152.762 48.2095 158.014 51.842 158.014 62.6067Z",
|
|
30
|
+
fill: "#000000"
|
|
31
|
+
}),
|
|
32
|
+
/*#__PURE__*/ jsx("path", {
|
|
33
|
+
d: "M237.564 48.4739H236.23C231.589 48.4739 228.705 51.2986 228.705 55.8444V55.8538C223.938 50.4474 216.554 47.2772 208.114 47.2772C199.516 47.2772 191.74 50.3711 186.22 55.9903C180.207 62.1094 177.029 70.9412 177.029 81.5299C177.029 92.1647 180.226 101.047 186.274 107.217C191.825 112.881 199.621 116 208.225 116C216.505 116 223.944 112.79 228.711 107.462C228.711 107.468 228.711 108.998 228.712 109.004C228.866 113.33 231.717 116 236.23 116H237.564C242.206 116 245.09 113.176 245.09 108.631V55.8444C245.09 51.2986 242.206 48.4739 237.564 48.4739ZM229.038 81.5299C229.038 93.9678 222.256 101.695 211.337 101.695C200.281 101.695 193.414 93.9678 193.414 81.5299C193.414 69.1579 200.196 61.473 211.115 61.473C222.003 61.473 229.038 69.3462 229.038 81.5299Z",
|
|
34
|
+
fill: "#000000"
|
|
35
|
+
}),
|
|
36
|
+
/*#__PURE__*/ jsx("path", {
|
|
37
|
+
d: "M334.448 47.3425C325.733 47.3425 319.516 50.7417 315.624 55.0256V40.5179C315.624 35.9693 312.738 33.1428 308.094 33.1428H306.759C302.115 33.1428 299.229 35.9693 299.229 40.5179V108.625C299.229 113.174 302.115 116 306.759 116H308.094C312.738 116 315.624 113.174 315.624 108.625V81.2897C315.624 63.7894 324.146 61.7657 330.556 61.7657C341.32 61.7657 345.711 67.0125 345.711 79.8746V108.625C345.711 113.174 348.596 116 353.241 116H354.576C359.22 116 362.105 113.174 362.105 108.625V78.8938C362.105 57.6627 353.059 47.3425 334.448 47.3425Z",
|
|
38
|
+
fill: "#000000"
|
|
39
|
+
}),
|
|
40
|
+
/*#__PURE__*/ jsx("path", {
|
|
41
|
+
d: "M294.515 107.664C294.284 105.472 292.945 102.34 286.565 102.34C279.021 102.34 275.431 100.037 275.431 86.9529V61.7658H286.675C291.313 61.7658 294.194 59.19 294.194 55.0446C294.194 50.966 291.313 48.4317 286.675 48.4317H275.444V40.5179C275.444 35.9693 272.541 33.1428 267.869 33.1428H266.526C261.854 33.1428 258.951 35.9693 258.951 40.5179V48.4317H256.366C252.276 48.4317 249.736 50.966 249.736 55.0446C249.736 59.19 252.617 61.7658 257.254 61.7658H258.951V88.3689C258.951 107.737 266.645 116 284.677 116C284.707 116 284.736 115.999 284.765 115.998C285.813 115.997 286.937 115.981 288.081 115.881C290.354 115.67 292.073 114.885 293.191 113.546C294.305 112.213 294.75 109.87 294.515 107.664Z",
|
|
42
|
+
fill: "#000000"
|
|
43
|
+
}),
|
|
44
|
+
/*#__PURE__*/ jsx("path", {
|
|
45
|
+
d: "M367.331 47.6328V36.4082H364.1C362.823 36.4082 362.105 35.8367 362.105 34.7755C362.105 33.7143 362.823 33.1428 364.1 33.1428H373.952C375.228 33.1428 375.946 33.7143 375.946 34.7755C375.946 35.8367 375.228 36.4082 373.952 36.4082H370.801V47.6328C370.801 48.939 370.203 49.6733 369.086 49.6733C367.969 49.6733 367.331 48.939 367.331 47.6328ZM377.822 49.7139C376.745 49.7139 376.174 48.8937 376.465 47.4695L379.018 34.9388C379.258 33.7553 379.976 33.1428 381.172 33.1428H381.771C382.887 33.1428 383.637 33.6775 384.044 34.7341L388.192 45.5096L392.38 34.7341C392.795 33.6652 393.577 33.1428 394.694 33.1428H395.252C396.449 33.1428 397.167 33.7553 397.406 34.9388L399.919 47.4695C400.206 48.8979 399.72 49.7143 398.643 49.7143C397.486 49.7143 396.772 49.1022 396.529 47.9183L394.415 37.6736L390.426 48.1226C390.007 49.2164 389.309 49.7139 388.232 49.7139C387.115 49.7139 386.417 49.2164 385.998 48.1226L382.01 37.6736L379.935 47.9183C379.696 49.1022 378.978 49.7139 377.822 49.7139Z",
|
|
46
|
+
fill: "#000000"
|
|
47
|
+
})
|
|
48
|
+
]
|
|
49
|
+
}));
|
|
50
|
+
UiPathFullLight.displayName = 'UiPathFullLight';
|
|
51
|
+
const icons_UiPathFullLight = UiPathFullLight;
|
|
52
|
+
export { UiPathFullLight, icons_UiPathFullLight as default };
|