@harnessio/icons 2.0.0-beta.3 → 2.0.0-beta.4
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/icons.es.js +281 -0
- package/dist/icons.umd.js +4 -4
- package/dist/src/HarnessIcons.d.ts +1 -1
- package/package.json +1 -1
package/dist/icons.es.js
CHANGED
|
@@ -3467,6 +3467,16 @@ function SvgCcmNavCostCategories(props) {
|
|
|
3467
3467
|
d: "M4.842 7.5L7.737 3l2.895 4.5h-5.79zm5.79 5.5c-.658 0-1.218-.219-1.678-.656a2.114 2.114 0 01-.69-1.594c0-.625.23-1.156.69-1.594.46-.438 1.02-.656 1.678-.656.658 0 1.217.219 1.678.656.46.438.69.97.69 1.594 0 .625-.23 1.156-.691 1.594-.46.438-1.02.656-1.677.656zM3 12.75v-4h4.21v4H3zm7.632-.75c.368 0 .68-.12.934-.363.254-.241.381-.537.381-.887s-.127-.646-.381-.887a1.306 1.306 0 00-.934-.363c-.369 0-.68.12-.935.363a1.177 1.177 0 00-.381.887c0 .35.127.646.381.887.255.242.566.363.935.363zm-6.58-.25h2.106v-2H4.053v2zm2.66-5.25h2.052L7.737 4.925 6.71 6.5z"
|
|
3468
3468
|
}));
|
|
3469
3469
|
}
|
|
3470
|
+
function SvgCcmNavMsp(props) {
|
|
3471
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
3472
|
+
viewBox: "0 0 16 16",
|
|
3473
|
+
fill: "none",
|
|
3474
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
3475
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
3476
|
+
d: "M13.334 2.668v3.333l-1-1-8.667 8.667-1.333-1.333 8.667-8.667-1-1h3.333zm-2 10.667a2 2 0 01-2-2V10a2 2 0 014 0v1.334a2 2 0 01-2 2zm0-4a.667.667 0 00-.667.666v1.334a.667.667 0 001.334 0V10a.667.667 0 00-.667-.666zM4.667 8a2 2 0 01-2-2V4.668a2 2 0 114 0v1.333a2 2 0 01-2 2zm0-4a.667.667 0 00-.666.667V6a.667.667 0 001.333 0V4.668a.667.667 0 00-.667-.667z",
|
|
3477
|
+
fill: "currentColor"
|
|
3478
|
+
}));
|
|
3479
|
+
}
|
|
3470
3480
|
function SvgCcmNavPerspectives(props) {
|
|
3471
3481
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
3472
3482
|
viewBox: "0 0 16 16",
|
|
@@ -6449,6 +6459,27 @@ function SvgCodeFolder(props) {
|
|
|
6449
6459
|
opacity: 0.3
|
|
6450
6460
|
})));
|
|
6451
6461
|
}
|
|
6462
|
+
function SvgCodeGear(props) {
|
|
6463
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
6464
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6465
|
+
viewBox: "0 0 16 16",
|
|
6466
|
+
fill: "none"
|
|
6467
|
+
}, props), /* @__PURE__ */ React.createElement("g", {
|
|
6468
|
+
stroke: "currentColor",
|
|
6469
|
+
strokeLinecap: "round",
|
|
6470
|
+
strokeLinejoin: "round",
|
|
6471
|
+
clipPath: "url(#code-gear_svg__a)"
|
|
6472
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6473
|
+
d: "M8 10a2 2 0 100-4 2 2 0 000 4z"
|
|
6474
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
6475
|
+
d: "M13.081 6.93l-.731-1.767L13.333 4 12 2.667l-1.157.988-1.805-.742-.415-1.58H7.32L6.9 2.934l-1.764.743L4 2.667 2.666 4l.97 1.193-.721 1.771-1.582.37v1.333l1.6.437.744 1.763L2.667 12 4 13.333l1.194-.973 1.737.715.402 1.592h1.333l.403-1.591 1.767-.732c.295.21 1.164.99 1.164.99L13.333 12l-.99-1.167.733-1.768 1.59-.413V7.333l-1.585-.403z"
|
|
6476
|
+
})), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
6477
|
+
id: "code-gear_svg__a"
|
|
6478
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
6479
|
+
fill: "currentColor",
|
|
6480
|
+
d: "M0 0h16v16H0z"
|
|
6481
|
+
}))));
|
|
6482
|
+
}
|
|
6452
6483
|
function SvgCodeHistory(props) {
|
|
6453
6484
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
6454
6485
|
fill: "none",
|
|
@@ -6528,6 +6559,23 @@ function SvgCodePullRequest(props) {
|
|
|
6528
6559
|
fill: "#299b2c"
|
|
6529
6560
|
}));
|
|
6530
6561
|
}
|
|
6562
|
+
function SvgCodePull(props) {
|
|
6563
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
6564
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6565
|
+
fill: "none",
|
|
6566
|
+
viewBox: "0 0 16 16"
|
|
6567
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
6568
|
+
stroke: "currentColor",
|
|
6569
|
+
strokeLinecap: "round",
|
|
6570
|
+
strokeLinejoin: "round",
|
|
6571
|
+
d: "M12 14a1.333 1.333 0 100-2.667A1.333 1.333 0 0012 14zM4 4.667A1.333 1.333 0 104 2a1.333 1.333 0 000 2.667zM4 14a1.333 1.333 0 100-2.667A1.333 1.333 0 004 14zm0-9.333v6.666m8 0V4.667s0-1.334-1.333-1.334h-2"
|
|
6572
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
6573
|
+
stroke: "currentColor",
|
|
6574
|
+
strokeLinecap: "round",
|
|
6575
|
+
strokeLinejoin: "round",
|
|
6576
|
+
d: "M10 5L8.335 3.333l1.667-1.666"
|
|
6577
|
+
}));
|
|
6578
|
+
}
|
|
6531
6579
|
function SvgCodeQuote(props) {
|
|
6532
6580
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
6533
6581
|
width: 12,
|
|
@@ -8270,6 +8318,22 @@ function SvgContactSupport(props) {
|
|
|
8270
8318
|
d: "M14.999 9.192A5.034 5.034 0 0010.041 5c-2.525 0-5.242 2.092-5.025 5.375a6.729 6.729 0 004.05-4.908 6.697 6.697 0 005.933 3.725z"
|
|
8271
8319
|
})));
|
|
8272
8320
|
}
|
|
8321
|
+
function SvgContainer(props) {
|
|
8322
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
8323
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8324
|
+
viewBox: "0 0 21 20"
|
|
8325
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
8326
|
+
fill: "currentColor",
|
|
8327
|
+
fillRule: "evenodd",
|
|
8328
|
+
d: "M9.18 1.73a.957.957 0 00-.917.017L2.209 5.206a.479.479 0 00-.24.415v6.613c0 .331.17.639.453.813l8.5 5.26a.478.478 0 00.488.01l6.636-3.75c.3-.17.486-.488.486-.833v-6.6a.48.48 0 00-.257-.424L9.18 1.73zm-.442.848l8.281 4.556-5.834 3.044L3.411 5.62l5.327-3.043zm2.915 8.435l5.922-3.09v5.81l-5.922 3.348v-6.068zm-.957-.012v6.04l-7.77-4.807V6.446l7.77 4.555z",
|
|
8329
|
+
clipRule: "evenodd"
|
|
8330
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
8331
|
+
stroke: "currentColor",
|
|
8332
|
+
strokeLinecap: "round",
|
|
8333
|
+
strokeWidth: 1.4,
|
|
8334
|
+
d: "M16.273 9.87v3.417m-1.535-2.565v3.418m-1.535-2.561v3.417"
|
|
8335
|
+
}));
|
|
8336
|
+
}
|
|
8273
8337
|
function SvgCopyAlt(props) {
|
|
8274
8338
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
8275
8339
|
viewBox: "0 0 8 9",
|
|
@@ -19825,6 +19889,20 @@ function SvgServerlessAwsLambdaRollbackV2Inverse(props) {
|
|
|
19825
19889
|
fill: "#fff"
|
|
19826
19890
|
}));
|
|
19827
19891
|
}
|
|
19892
|
+
function SvgServerlessAwsLambdaRollbackV2(props) {
|
|
19893
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
19894
|
+
viewBox: "0 0 33 33",
|
|
19895
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
19896
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
19897
|
+
fillRule: "evenodd",
|
|
19898
|
+
clipRule: "evenodd",
|
|
19899
|
+
d: "M14.478 4.833a.5.5 0 01-.006.707l-2.2 2.166h14.241a1.5 1.5 0 011.5 1.5v9.306a.5.5 0 01-1 0V9.207a.5.5 0 00-.5-.5H12.271l2.201 2.165a.5.5 0 11-.7.713L10.7 8.562a.5.5 0 010-.713l3.071-3.022a.5.5 0 01.707.006zm-9.077 8.813a.5.5 0 01.5.5v11.96a.5.5 0 00.5.5h12.682a.5.5 0 110 1H6.401a1.5 1.5 0 01-1.5-1.5v-11.96a.5.5 0 01.5-.5z",
|
|
19900
|
+
fill: "#0278D5"
|
|
19901
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
19902
|
+
d: "M23.5 32.215l6.01-5.444-.447-.28-5.094 4.61v-1.09l5.658-5.118v1.099l-.563.5.446.28.602-.535v-2.123l-1.318.182 1.181-1.978v-1.866l-.262-.237-6.918 5.96v1.46l2.22-.375-1.516 2.563v2.392zm5.991-10.81v.768l-1.268 2.201-.645.09 1.913-3.06zm-6.23 5.646v-.788l2.7-.368-.567.818-2.133.338z",
|
|
19903
|
+
fill: "#FD5750"
|
|
19904
|
+
}));
|
|
19905
|
+
}
|
|
19828
19906
|
function SvgServerlessDeployStep(props) {
|
|
19829
19907
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
19830
19908
|
viewBox: "0 0 32 32",
|
|
@@ -20708,6 +20786,76 @@ function SvgStepsSpinner(props) {
|
|
|
20708
20786
|
repeatCount: "indefinite"
|
|
20709
20787
|
})));
|
|
20710
20788
|
}
|
|
20789
|
+
function SvgStoContainers(props) {
|
|
20790
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
20791
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20792
|
+
width: 40,
|
|
20793
|
+
height: 40,
|
|
20794
|
+
viewBox: "0 0 32 32",
|
|
20795
|
+
fill: "none"
|
|
20796
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
20797
|
+
fillRule: "evenodd",
|
|
20798
|
+
clipRule: "evenodd",
|
|
20799
|
+
d: "M1.5 3A1.5 1.5 0 013 1.5h4.25a.5.5 0 010 1H3a.5.5 0 00-.5.5v4.25a.5.5 0 01-1 0V3zm22.75-1a.5.5 0 01.5-.5H29A1.5 1.5 0 0130.5 3v4.25a.5.5 0 01-1 0V3a.5.5 0 00-.5-.5h-4.25a.5.5 0 01-.5-.5zM14.105 5.622a.436.436 0 00-.434 0L5.983 10.04a.435.435 0 00-.219.378v8.511c0 .156.084.3.219.378l12.277 7.07c.134.078.3.078.435 0l7.723-4.45a.435.435 0 00.218-.378v-8.472c0-.156-.084-.3-.219-.378L14.105 5.622zm-7.47 13.056V11.17L18.1 17.744l-.052 7.506-11.411-6.572zm12.283 6.565l.052-7.497 6.795-3.916v7.468l-6.847 3.945zm-5.03-18.74l11.439 6.574-6.791 3.914-11.461-6.573 6.813-3.916zM20.936 18.5a.436.436 0 00-.872 0v4a.436.436 0 10.872 0v-4zm1.564-1.436c.24 0 .436.195.436.436v4a.436.436 0 11-.872 0v-4c0-.24.195-.436.436-.436zm2.436-.564a.436.436 0 00-.872 0v4a.436.436 0 10.872 0v-4zM3 30.5A1.5 1.5 0 011.5 29v-4.25a.5.5 0 011 0V29a.5.5 0 00.5.5h4.25a.5.5 0 010 1H3zm21.75 0a.5.5 0 010-1H29a.5.5 0 00.5-.5v-4.25a.5.5 0 011 0V29a1.5 1.5 0 01-1.5 1.5h-4.25z",
|
|
20800
|
+
fill: "#0278D5"
|
|
20801
|
+
}));
|
|
20802
|
+
}
|
|
20803
|
+
function SvgStoDast(props) {
|
|
20804
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
20805
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20806
|
+
width: 40,
|
|
20807
|
+
height: 40,
|
|
20808
|
+
viewBox: "0 0 32 32",
|
|
20809
|
+
fill: "none"
|
|
20810
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
20811
|
+
fillRule: "evenodd",
|
|
20812
|
+
clipRule: "evenodd",
|
|
20813
|
+
d: "M15.636 4.5c-2.664 0-5.22 1.063-7.104 2.954a10.102 10.102 0 00-2.937 6.834H3a.5.5 0 100 1h2.615a10.1 10.1 0 002.917 6.425 10.027 10.027 0 007.104 2.954c2.498 0 4.899-.934 6.741-2.608l6.269 6.294a.5.5 0 00.708-.706l-6.271-6.296a10.112 10.112 0 001.238-11.835h3.77a.5.5 0 100-1H23.66A10.027 10.027 0 0015.637 4.5zm6.732 4.016A9.027 9.027 0 0015.637 5.5 9.026 9.026 0 009.24 8.16a9.102 9.102 0 00-2.645 6.128H9.87l1.778-3.571a.5.5 0 01.926.078l2.342 7.723 2.057-9.607a.5.5 0 01.489-.395h4.906zm-15.75 6.772a9.1 9.1 0 002.623 5.719 9.026 9.026 0 006.395 2.66 9.026 9.026 0 006.396-2.66 9.11 9.11 0 001.112-11.491h-5.278L15.49 20.62a.5.5 0 01-.968.041l-2.539-8.372-1.355 2.722a.5.5 0 01-.448.277H6.62z",
|
|
20814
|
+
fill: "#0278D5"
|
|
20815
|
+
}));
|
|
20816
|
+
}
|
|
20817
|
+
function SvgStoSast(props) {
|
|
20818
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
20819
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20820
|
+
width: 40,
|
|
20821
|
+
height: 40,
|
|
20822
|
+
viewBox: "0 0 32 32",
|
|
20823
|
+
fill: "none"
|
|
20824
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
20825
|
+
fillRule: "evenodd",
|
|
20826
|
+
clipRule: "evenodd",
|
|
20827
|
+
d: "M15.686 4.5a10.083 10.083 0 106.768 17.558l6.296 6.296a.5.5 0 00.707-.708l-6.296-6.295A10.083 10.083 0 0015.686 4.5zM9.263 8.16A9.083 9.083 0 1122.11 21.006 9.083 9.083 0 019.263 8.16zm8.13 1.966a.595.595 0 10-1.164-.252l-1.946 9a.596.596 0 001.164.252l1.946-9zm.925.931a.595.595 0 01.841-.037l2.919 2.676a.595.595 0 01.035.843L19.194 17.7a.595.595 0 01-.875-.808l2.514-2.723-2.479-2.272a.595.595 0 01-.036-.84zm-5.81-.028a.596.596 0 01.822.86l-2.488 2.38 2.507 2.616a.595.595 0 11-.86.824L9.57 14.663a.596.596 0 01.018-.842l2.92-2.792z",
|
|
20828
|
+
fill: "#0278D5"
|
|
20829
|
+
}));
|
|
20830
|
+
}
|
|
20831
|
+
function SvgStoSca(props) {
|
|
20832
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
20833
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20834
|
+
width: 40,
|
|
20835
|
+
height: 40,
|
|
20836
|
+
viewBox: "0 0 32 32",
|
|
20837
|
+
fill: "none"
|
|
20838
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
20839
|
+
fillRule: "evenodd",
|
|
20840
|
+
clipRule: "evenodd",
|
|
20841
|
+
d: "M15.5 2.5c-7.18 0-13 5.82-13 13s5.82 13 13 13a.5.5 0 010 1c-7.732 0-14-6.268-14-14s6.268-14 14-14 14 6.268 14 14c0 3.686-1.425 7.04-3.753 9.54l3.188 3.188a.5.5 0 11-.707.707L15.146 15.854a.5.5 0 01.708-.708l2.091 2.092A3 3 0 1015.5 18.5a.5.5 0 010 1 4 4 0 113.16-1.547l1.776 1.776A6.5 6.5 0 1015.5 22a.5.5 0 010 1.001 7.5 7.5 0 115.645-2.562l1.77 1.77a9.968 9.968 0 002.408-4.825 2 2 0 010-3.766C24.443 8.995 20.38 5.5 15.5 5.5a9.953 9.953 0 00-5.841 1.882 2 2 0 01-2.66 2.85A9.951 9.951 0 005.5 15.5c0 5.523 4.477 10 10 10a.5.5 0 010 1c-6.075 0-11-4.925-11-11 0-2.209.652-4.267 1.773-5.99a2 2 0 012.616-2.802A10.954 10.954 0 0115.5 4.5c5.401 0 9.893 3.893 10.823 9.026a2 2 0 010 3.948 10.968 10.968 0 01-2.7 5.443l1.416 1.415A12.952 12.952 0 0028.5 15.5c0-7.18-5.82-13-13-13zM7.262 9.175A.996.996 0 017 8.5a1 1 0 11.262.675zM26 14.5a1 1 0 100 2 1 1 0 000-2z",
|
|
20842
|
+
fill: "#0278D5"
|
|
20843
|
+
}));
|
|
20844
|
+
}
|
|
20845
|
+
function SvgStoSecrets(props) {
|
|
20846
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
20847
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20848
|
+
width: 40,
|
|
20849
|
+
height: 40,
|
|
20850
|
+
viewBox: "0 0 32 32",
|
|
20851
|
+
fill: "none"
|
|
20852
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
20853
|
+
fillRule: "evenodd",
|
|
20854
|
+
clipRule: "evenodd",
|
|
20855
|
+
d: "M21.434 3.714a6.5 6.5 0 100 13 6.5 6.5 0 000-13zm-7.5 6.5a7.5 7.5 0 113.767 6.507v3.04a.5.5 0 01-.5.5h-2.999v2.475a.5.5 0 01-.5.5h-2.759v2.516a.5.5 0 01-.5.5H5.142a.5.5 0 01-.5-.5v-2.92a.5.5 0 01.142-.349l9.567-9.797a7.489 7.489 0 01-.417-2.472zm.846 3.464l-9.138 9.358v2.216h4.301v-2.516a.5.5 0 01.5-.5h2.76V19.76a.5.5 0 01.5-.5H16.7v-3.229a7.532 7.532 0 01-1.921-2.354zm7.449-6.423a2 2 0 100 4 2 2 0 000-4zm-3 2a3 3 0 116 0 3 3 0 01-6 0z",
|
|
20856
|
+
fill: "#0278D5"
|
|
20857
|
+
}));
|
|
20858
|
+
}
|
|
20711
20859
|
function SvgStoWithDarkText(props) {
|
|
20712
20860
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
20713
20861
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -22392,6 +22540,41 @@ function SvgText(props) {
|
|
|
22392
22540
|
fill: "#3e7bfa"
|
|
22393
22541
|
}));
|
|
22394
22542
|
}
|
|
22543
|
+
function SvgThinnerCodeRepos(props) {
|
|
22544
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
22545
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22546
|
+
viewBox: "0 0 16 16",
|
|
22547
|
+
fill: "none"
|
|
22548
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
22549
|
+
stroke: "currentColor",
|
|
22550
|
+
strokeLinecap: "round",
|
|
22551
|
+
d: "M2.667 12.667V3.333A1.333 1.333 0 014 2h8.934a.4.4 0 01.4.4v8.743"
|
|
22552
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22553
|
+
stroke: "currentColor",
|
|
22554
|
+
strokeLinecap: "round",
|
|
22555
|
+
strokeLinejoin: "round",
|
|
22556
|
+
d: "M10 11.333v3.334l1.667-1.067 1.666 1.067v-3.334"
|
|
22557
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22558
|
+
stroke: "currentColor",
|
|
22559
|
+
strokeLinecap: "round",
|
|
22560
|
+
d: "M4 11.333h9.333"
|
|
22561
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22562
|
+
stroke: "currentColor",
|
|
22563
|
+
strokeLinecap: "round",
|
|
22564
|
+
strokeLinejoin: "round",
|
|
22565
|
+
d: "M4 11.333A1.333 1.333 0 004 14h3.667"
|
|
22566
|
+
}));
|
|
22567
|
+
}
|
|
22568
|
+
function SvgThinnerCodeWebhook(props) {
|
|
22569
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
22570
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22571
|
+
viewBox: "0 0 12 12",
|
|
22572
|
+
fill: "none"
|
|
22573
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
22574
|
+
fill: "currentColor",
|
|
22575
|
+
d: "M5.962.62a2.955 2.955 0 00-2.949 2.948c0 .882.436 1.63 1.053 2.172l-.882 1.632a1.27 1.27 0 00-1.435 1.25 1.27 1.27 0 001.264 1.264 1.27 1.27 0 001.264-1.263 1.26 1.26 0 00-.356-.87L5.12 5.53l-.316-.21a2.1 2.1 0 011.158-3.857 2.1 2.1 0 012.107 2.106c0 .247-.041.479-.118.697l.79.29A2.955 2.955 0 005.961.62zm0 1.684a1.27 1.27 0 00-1.264 1.264 1.27 1.27 0 001.435 1.25L7.29 6.661l.21.342.356-.21a2.08 2.08 0 011.053-.277 2.1 2.1 0 012.107 2.107 2.1 2.1 0 01-2.107 2.106 2.082 2.082 0 01-1.566-.698l-.632.553a2.953 2.953 0 002.198.987 2.955 2.955 0 002.95-2.948 2.955 2.955 0 00-2.95-2.95c-.388 0-.725.154-1.066.29l-.961-1.54c.21-.225.343-.526.343-.855a1.27 1.27 0 00-1.264-1.264zm0 .843c.237 0 .421.184.421.42a.416.416 0 01-.421.422.416.416 0 01-.421-.421c0-.237.184-.421.42-.421zM2.526 5.714A2.956 2.956 0 00.46 10.097a2.957 2.957 0 004.029 1.08c.804-.466 1.238-1.278 1.369-2.133h1.869c.176.487.64.842 1.184.842a1.27 1.27 0 001.264-1.263A1.27 1.27 0 008.91 7.359c-.544 0-1.008.355-1.184.842H5.119v.422a2.108 2.108 0 01-4.217.087 2.108 2.108 0 011.756-2.167l-.132-.83zM3.013 8.2c.237 0 .421.185.421.422a.416.416 0 01-.42.42.416.416 0 01-.422-.42c0-.238.184-.422.421-.422zm5.897 0c.238 0 .422.185.422.422a.416.416 0 01-.422.42.416.416 0 01-.42-.42c0-.238.184-.422.42-.422z"
|
|
22576
|
+
}));
|
|
22577
|
+
}
|
|
22395
22578
|
function SvgThinnerSearch(props) {
|
|
22396
22579
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
22397
22580
|
viewBox: "0 0 16 16",
|
|
@@ -22440,6 +22623,91 @@ function SvgTimer(props) {
|
|
|
22440
22623
|
d: "M5.603 1.527h1.794c.23 0 .417-.188.417-.417V.599a.418.418 0 00-.417-.417H5.603a.418.418 0 00-.417.417v.51c0 .23.188.418.417.418zM.973 7.293A5.536 5.536 0 006.5 12.82a5.536 5.536 0 005.527-5.527A5.536 5.536 0 006.5 1.767 5.536 5.536 0 00.973 7.293zm1.2 0A4.33 4.33 0 016.5 2.966a4.33 4.33 0 014.327 4.327A4.33 4.33 0 016.5 11.621a4.33 4.33 0 01-4.327-4.328zm3.952.605a.413.413 0 01-.253-.317.407.407 0 01-.019-.12V4.487a.407.407 0 01.814 0v2.746l1.991.81a.412.412 0 01.23.532.412.412 0 01-.532.23l-2.231-.908z"
|
|
22441
22624
|
}));
|
|
22442
22625
|
}
|
|
22626
|
+
function SvgTodoListHarness(props) {
|
|
22627
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
22628
|
+
viewBox: "0 0 64 64",
|
|
22629
|
+
fill: "none",
|
|
22630
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22631
|
+
}, props), /* @__PURE__ */ React.createElement("g", {
|
|
22632
|
+
filter: "url(#todo-list-harness_svg__a)"
|
|
22633
|
+
}, /* @__PURE__ */ React.createElement("rect", {
|
|
22634
|
+
x: 6.686,
|
|
22635
|
+
y: 3.299,
|
|
22636
|
+
width: 50.693,
|
|
22637
|
+
height: 50,
|
|
22638
|
+
rx: 9.752,
|
|
22639
|
+
fill: "#fff"
|
|
22640
|
+
}), /* @__PURE__ */ React.createElement("rect", {
|
|
22641
|
+
x: 7.092,
|
|
22642
|
+
y: 3.705,
|
|
22643
|
+
width: 49.881,
|
|
22644
|
+
height: 49.187,
|
|
22645
|
+
rx: 9.346,
|
|
22646
|
+
stroke: "#D9DAE5",
|
|
22647
|
+
strokeWidth: 0.813
|
|
22648
|
+
})), /* @__PURE__ */ React.createElement("path", {
|
|
22649
|
+
fillRule: "evenodd",
|
|
22650
|
+
clipRule: "evenodd",
|
|
22651
|
+
d: "M34.581 46.422c-.873.126-1.767.192-2.677.192-10.221 0-18.508-8.287-18.508-18.508 0-10.222 8.287-18.508 18.508-18.508 10.222 0 18.509 8.286 18.509 18.508 0 .461-.017.918-.05 1.371a12.089 12.089 0 00-5.224-1.178c-6.702 0-12.135 5.433-12.135 12.135 0 2.177.573 4.22 1.578 5.988zm-12.97-17.884l2.007-1.917a.813.813 0 011.127.004l3.415 3.307c.32.31.828.305 1.142-.01l9.766-9.831a.813.813 0 011.157.004l2.039 2.085a.813.813 0 01-.01 1.146L29.305 36.142a.813.813 0 01-1.14.002l-6.562-6.439a.813.813 0 01.008-1.167z",
|
|
22652
|
+
fill: "url(#todo-list-harness_svg__b)"
|
|
22653
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22654
|
+
fillRule: "evenodd",
|
|
22655
|
+
clipRule: "evenodd",
|
|
22656
|
+
d: "M50.214 40.54c-.167.424-.445.795-.5.795l-1.222 1.168-2.444-2.282 2.388-2.282 1.222 1.168c.39.318.722.742.556 1.432zm-6.164 5.252c-.444-.16-.833-.425-.833-.478l-1.222-1.167 2.389-2.282 2.388 2.282-1.222 1.167c-.333.318-.833.637-1.5.477zm-5.5-5.89c.167-.424.445-.795.5-.795l1.223-1.168 2.388 2.282-2.388 2.282-1.278-1.168c-.333-.318-.666-.796-.444-1.432zm6.167-5.254c.444.159.833.424.833.477l1.222 1.168-2.389 2.281-2.388-2.281 1.222-1.168c.333-.318.778-.69 1.5-.477zm6.72 2.813l-4.166-3.98c-.056-.052-.722-.69-1.722-1.008-1.445-.477-2.833-.106-4 1.009l-4.221 3.98c-.056.052-.723.69-1.056 1.644-.5 1.38-.111 2.707 1.056 3.821l4.166 3.98c.055.053.722.69 1.722 1.008.389.106.833.212 1.222.212 1 0 1.944-.424 2.777-1.167l4.166-3.98c.056-.053.722-.69 1.056-1.645.5-1.38.11-2.76-1-3.874z",
|
|
22657
|
+
fill: "#25A6F7"
|
|
22658
|
+
}), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", {
|
|
22659
|
+
id: "todo-list-harness_svg__b",
|
|
22660
|
+
x1: 31.904,
|
|
22661
|
+
y1: 9.598,
|
|
22662
|
+
x2: 31.904,
|
|
22663
|
+
y2: 46.614,
|
|
22664
|
+
gradientUnits: "userSpaceOnUse"
|
|
22665
|
+
}, /* @__PURE__ */ React.createElement("stop", {
|
|
22666
|
+
stopColor: "#6573BC"
|
|
22667
|
+
}), /* @__PURE__ */ React.createElement("stop", {
|
|
22668
|
+
offset: 1,
|
|
22669
|
+
stopColor: "#F15596"
|
|
22670
|
+
})), /* @__PURE__ */ React.createElement("filter", {
|
|
22671
|
+
id: "todo-list-harness_svg__a",
|
|
22672
|
+
x: 0.184,
|
|
22673
|
+
y: 0.048,
|
|
22674
|
+
width: 63.696,
|
|
22675
|
+
height: 63.003,
|
|
22676
|
+
filterUnits: "userSpaceOnUse",
|
|
22677
|
+
colorInterpolationFilters: "sRGB"
|
|
22678
|
+
}, /* @__PURE__ */ React.createElement("feFlood", {
|
|
22679
|
+
floodOpacity: 0,
|
|
22680
|
+
result: "BackgroundImageFix"
|
|
22681
|
+
}), /* @__PURE__ */ React.createElement("feColorMatrix", {
|
|
22682
|
+
in: "SourceAlpha",
|
|
22683
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
22684
|
+
result: "hardAlpha"
|
|
22685
|
+
}), /* @__PURE__ */ React.createElement("feOffset", {
|
|
22686
|
+
dy: 3.251
|
|
22687
|
+
}), /* @__PURE__ */ React.createElement("feGaussianBlur", {
|
|
22688
|
+
stdDeviation: 3.251
|
|
22689
|
+
}), /* @__PURE__ */ React.createElement("feColorMatrix", {
|
|
22690
|
+
values: "0 0 0 0 0.376471 0 0 0 0 0.380392 0 0 0 0 0.439216 0 0 0 0.16 0"
|
|
22691
|
+
}), /* @__PURE__ */ React.createElement("feBlend", {
|
|
22692
|
+
in2: "BackgroundImageFix",
|
|
22693
|
+
result: "effect1_dropShadow_2017_382610"
|
|
22694
|
+
}), /* @__PURE__ */ React.createElement("feColorMatrix", {
|
|
22695
|
+
in: "SourceAlpha",
|
|
22696
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
22697
|
+
result: "hardAlpha"
|
|
22698
|
+
}), /* @__PURE__ */ React.createElement("feOffset", null), /* @__PURE__ */ React.createElement("feGaussianBlur", {
|
|
22699
|
+
stdDeviation: 0.813
|
|
22700
|
+
}), /* @__PURE__ */ React.createElement("feColorMatrix", {
|
|
22701
|
+
values: "0 0 0 0 0.156863 0 0 0 0 0.160784 0 0 0 0 0.239216 0 0 0 0.04 0"
|
|
22702
|
+
}), /* @__PURE__ */ React.createElement("feBlend", {
|
|
22703
|
+
in2: "effect1_dropShadow_2017_382610",
|
|
22704
|
+
result: "effect2_dropShadow_2017_382610"
|
|
22705
|
+
}), /* @__PURE__ */ React.createElement("feBlend", {
|
|
22706
|
+
in: "SourceGraphic",
|
|
22707
|
+
in2: "effect2_dropShadow_2017_382610",
|
|
22708
|
+
result: "shape"
|
|
22709
|
+
}))));
|
|
22710
|
+
}
|
|
22443
22711
|
function SvgTooltipIcon(props) {
|
|
22444
22712
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
22445
22713
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -23078,6 +23346,7 @@ const HarnessIcons = {
|
|
|
23078
23346
|
"ccm-nav-cluster-orchestration": SvgCcmNavClusterOrchestration,
|
|
23079
23347
|
"ccm-nav-commitments": SvgCcmNavCommitments,
|
|
23080
23348
|
"ccm-nav-cost-categories": SvgCcmNavCostCategories,
|
|
23349
|
+
"ccm-nav-msp": SvgCcmNavMsp,
|
|
23081
23350
|
"ccm-nav-perspectives": SvgCcmNavPerspectives,
|
|
23082
23351
|
"ccm-nav-recommendations": SvgCcmNavRecommendations,
|
|
23083
23352
|
"ccm-policy-details": SvgCcmPolicyDetails,
|
|
@@ -23188,12 +23457,14 @@ const HarnessIcons = {
|
|
|
23188
23457
|
"code-file-light": SvgCodeFileLight,
|
|
23189
23458
|
"code-file": SvgCodeFile,
|
|
23190
23459
|
"code-folder": SvgCodeFolder,
|
|
23460
|
+
"code-gear": SvgCodeGear,
|
|
23191
23461
|
"code-history": SvgCodeHistory,
|
|
23192
23462
|
"code-info": SvgCodeInfo,
|
|
23193
23463
|
"code-merged": SvgCodeMerged,
|
|
23194
23464
|
"code-more": SvgCodeMore,
|
|
23195
23465
|
"code-open": SvgCodeOpen,
|
|
23196
23466
|
"code-pull-request": SvgCodePullRequest,
|
|
23467
|
+
"code-pull": SvgCodePull,
|
|
23197
23468
|
"code-quote": SvgCodeQuote,
|
|
23198
23469
|
"code-rejected": SvgCodeRejected,
|
|
23199
23470
|
"code-repo": SvgCodeRepo,
|
|
@@ -23238,6 +23509,7 @@ const HarnessIcons = {
|
|
|
23238
23509
|
connectthroughdelegate: SvgConnectthroughdelegate,
|
|
23239
23510
|
connectthroughmanager: SvgConnectthroughmanager,
|
|
23240
23511
|
"contact-support": SvgContactSupport,
|
|
23512
|
+
container: SvgContainer,
|
|
23241
23513
|
"copy-alt": SvgCopyAlt,
|
|
23242
23514
|
"copy-doc": SvgCopyDoc,
|
|
23243
23515
|
copy: SvgCopy,
|
|
@@ -23775,6 +24047,7 @@ const HarnessIcons = {
|
|
|
23775
24047
|
"serverless-aws-lambda-prepare-rollback-inverse": SvgServerlessAwsLambdaPrepareRollbackInverse,
|
|
23776
24048
|
"serverless-aws-lambda-prepare-rollback": SvgServerlessAwsLambdaPrepareRollback,
|
|
23777
24049
|
"serverless-aws-lambda-rollback-v2-inverse": SvgServerlessAwsLambdaRollbackV2Inverse,
|
|
24050
|
+
"serverless-aws-lambda-rollback-v2": SvgServerlessAwsLambdaRollbackV2,
|
|
23778
24051
|
"serverless-deploy-step": SvgServerlessDeployStep,
|
|
23779
24052
|
"service-accounts": SvgServiceAccounts,
|
|
23780
24053
|
"service-custom-connector": SvgServiceCustomConnector,
|
|
@@ -23820,6 +24093,11 @@ const HarnessIcons = {
|
|
|
23820
24093
|
"step-group": SvgStepGroup,
|
|
23821
24094
|
"step-jira": SvgStepJira,
|
|
23822
24095
|
"steps-spinner": SvgStepsSpinner,
|
|
24096
|
+
"sto-containers": SvgStoContainers,
|
|
24097
|
+
"sto-dast": SvgStoDast,
|
|
24098
|
+
"sto-sast": SvgStoSast,
|
|
24099
|
+
"sto-sca": SvgStoSca,
|
|
24100
|
+
"sto-secrets": SvgStoSecrets,
|
|
23823
24101
|
"sto-with-dark-text": SvgStoWithDarkText,
|
|
23824
24102
|
"sto-with-text": SvgStoWithText,
|
|
23825
24103
|
"store-artifact-bundle": SvgStoreArtifactBundle,
|
|
@@ -23892,10 +24170,13 @@ const HarnessIcons = {
|
|
|
23892
24170
|
"test-connection": SvgTestConnection,
|
|
23893
24171
|
"test-verification": SvgTestVerification,
|
|
23894
24172
|
text: SvgText,
|
|
24173
|
+
"thinner-code-repos": SvgThinnerCodeRepos,
|
|
24174
|
+
"thinner-code-webhook": SvgThinnerCodeWebhook,
|
|
23895
24175
|
"thinner-search": SvgThinnerSearch,
|
|
23896
24176
|
"ti-callgraph": SvgTiCallgraph,
|
|
23897
24177
|
timeout: SvgTimeout,
|
|
23898
24178
|
timer: SvgTimer,
|
|
24179
|
+
"todo-list-harness": SvgTodoListHarness,
|
|
23899
24180
|
"tooltip-icon": SvgTooltipIcon,
|
|
23900
24181
|
"traffic-lights": SvgTrafficLights,
|
|
23901
24182
|
"trigger-artifact": SvgTriggerArtifact,
|