@harnessio/icons 2.1.7 → 2.1.8
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 +102 -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
|
@@ -31,6 +31,46 @@ function SvgAccount(props) {
|
|
|
31
31
|
fill: "currentColor"
|
|
32
32
|
}));
|
|
33
33
|
}
|
|
34
|
+
function SvgAquaTrivy(props) {
|
|
35
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
37
|
+
fill: "none",
|
|
38
|
+
viewBox: "0 0 24 25"
|
|
39
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
40
|
+
fill: "#fff",
|
|
41
|
+
d: "M12 .82L1.937 6.695v11.844L12 24.46l10.064-5.918V6.695L12 .82z"
|
|
42
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
43
|
+
fill: "#1904DA",
|
|
44
|
+
d: "M11.725 16.897V14.44c-1.1-.524-1.79-1.615-1.776-2.805l-2.265-1.321a6.206 6.206 0 00.843 3.816 6.481 6.481 0 003.198 2.766z"
|
|
45
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
46
|
+
fill: "#1904DA",
|
|
47
|
+
d: "M11.725 20.262v-2.85c-1.534-.581-2.743-1.604-3.594-3.041a6.652 6.652 0 01-.88-4.31L5.147 8.834c-1.208 4.703 1.598 9.578 6.577 11.428z"
|
|
48
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
49
|
+
fill: "#08B1D5",
|
|
50
|
+
d: "M12.243 17.385v2.874c4.887-1.893 7.766-6.86 6.613-11.408l-2.089 1.23c.27 1.586.015 3.1-.738 4.384-.755 1.285-2.063 2.294-3.786 2.92z"
|
|
51
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
52
|
+
fill: "#08B1D5",
|
|
53
|
+
d: "M12.243 14.437V16.9c1.537-.59 2.707-1.513 3.388-2.672.668-1.139.912-2.483.708-3.895l-2.263 1.318c-.01 1.13-.676 2.14-1.833 2.787z"
|
|
54
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
55
|
+
fill: "#FFC900",
|
|
56
|
+
d: "M14.375 7.436a5.181 5.181 0 012.25 2.159l2.033-1.187a1.141 1.141 0 01-.039-.058c-.8-1.307-1.856-2.291-3.14-2.923-3.57-1.76-8.004-.449-10.14 2.981l2.042 1.19c1.528-2.4 4.583-3.35 6.994-2.162z"
|
|
57
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
58
|
+
fill: "#FFC900",
|
|
59
|
+
d: "M12.055 10.045c.32 0 .641.071.942.22.396.195.72.505.938.899l2.289-1.336a4.721 4.721 0 00-2.052-1.972c-2.196-1.082-4.983-.213-6.39 1.977l2.277 1.328c.473-.713 1.232-1.116 1.996-1.116z"
|
|
60
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
61
|
+
fill: "#08B1D5",
|
|
62
|
+
d: "M12.243 23.861l9.423-5.55V7.198l-2.396 1.41c1.317 4.884-1.755 10.198-7.027 12.151v3.103z"
|
|
63
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
64
|
+
fill: "#1904DA",
|
|
65
|
+
d: "M4.733 8.593l-2.4-1.4v11.116l9.392 5.552v-3.102c-5.283-1.879-8.34-7.2-6.992-12.166z"
|
|
66
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
67
|
+
fill: "#FFC900",
|
|
68
|
+
d: "M15.682 5.007c1.364.671 2.484 1.713 3.33 3.097.014.022.03.045.049.069l2.374-1.385L12 1.283 2.564 6.789l2.374 1.385c2.257-3.64 6.958-5.033 10.744-3.167z"
|
|
69
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
70
|
+
fill: "#FF0036",
|
|
71
|
+
d: "M13.6 11.728c0-.002.003-.093-.003-.239-.02-.06-.242-.499-.798-.805-.38-.21-.867-.233-1.337-.067a2 2 0 00-1.077.896 1.894 1.894 0 00-.004.215c.03.759.495 1.79 1.442 2.262l.146.07.127-.068c.92-.52 1.468-1.346 1.503-2.264z"
|
|
72
|
+
}));
|
|
73
|
+
}
|
|
34
74
|
function SvgCustomDeployment(props) {
|
|
35
75
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
36
76
|
viewBox: "0 0 51 50",
|
|
@@ -498,6 +538,66 @@ function SvgAgents(props) {
|
|
|
498
538
|
fill: "currentColor"
|
|
499
539
|
}));
|
|
500
540
|
}
|
|
541
|
+
function SvgAnchoreGrype(props) {
|
|
542
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
543
|
+
viewBox: "0 0 24 24",
|
|
544
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
545
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
546
|
+
d: "M3.248 10.24c-1.66 5.454-.04 10.828 1.107 12.567 1.703 2.584 3.88.304 5.375-.632 2.652-1.66 4.544.119 4.94.435.395.316 1.225 1.778 3.714 1.225 2.49-.553 3.439-6.402 3.24-9.84-.197-3.439-1.106-6.758-3.556-8.22-2.45-1.463-3.32-1.265-3.715-1.581-.395-.317-.474-.712-.87-.751-.161-.016.12.276-.197.276-.316 0-.316-.513-.553-.632-.119-.06-.564-.13-.277.158.288.288-.276.395-.395.08-.078-.21-.514-.554-1.185-.475-.508.06.594.409.118 1.027-.395.514-6.086.91-7.746 6.363z",
|
|
547
|
+
fill: "#4B8DFE"
|
|
548
|
+
}), /* @__PURE__ */ React.createElement("ellipse", {
|
|
549
|
+
cx: 12.14,
|
|
550
|
+
cy: 12.018,
|
|
551
|
+
rx: 5.493,
|
|
552
|
+
ry: 5.256,
|
|
553
|
+
fill: "#68B5FE"
|
|
554
|
+
}), /* @__PURE__ */ React.createElement("circle", {
|
|
555
|
+
cx: 12.101,
|
|
556
|
+
cy: 12.058,
|
|
557
|
+
r: 4.663,
|
|
558
|
+
fill: "#C6EBFB"
|
|
559
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
560
|
+
fillRule: "evenodd",
|
|
561
|
+
clipRule: "evenodd",
|
|
562
|
+
d: "M11.468 13.323c2.096 0 3.794-1.469 3.794-3.28 0-.752-.292-1.444-.784-1.997a4.663 4.663 0 11-6.77 2.44c.251 1.602 1.84 2.837 3.76 2.837z",
|
|
563
|
+
fill: "#B2E3FB"
|
|
564
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
565
|
+
d: "M11.305 9.729c-1.096.358-1.655 1.18-1.58 2.329.084 1.275.895 2.097 2.223 2.234 1.37.137 2.497-.885 2.497-2.255 0-.432-.01-.453-.22-.348-.264.148-.791-.031-.939-.327-.179-.316-.116-.853.116-1.106l.21-.221-.442-.18c-.621-.253-1.328-.295-1.865-.126z",
|
|
566
|
+
fill: "#333A8B"
|
|
567
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
568
|
+
fillRule: "evenodd",
|
|
569
|
+
clipRule: "evenodd",
|
|
570
|
+
d: "M14.445 12.076c-.695.76-1.77 1.247-2.977 1.247a4.3 4.3 0 01-1.485-.261c.349.696 1.028 1.133 1.965 1.23 1.357.136 2.476-.866 2.497-2.216z",
|
|
571
|
+
fill: "#282D66"
|
|
572
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
573
|
+
d: "M10.876 18.895c-.19-.127-.185-.712-.159-.988h1.62v.395c-.012.224-.078.688-.236.75-.198.08-.988 0-1.225-.157z",
|
|
574
|
+
fill: "#fff"
|
|
575
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
576
|
+
d: "M10.504 17.896c-.274.043-.485.158-.622.348-.442.59.169 1.18 1.497 1.465 1.127.242 2.803-.19 3.077-.79.148-.317.053-.76-.2-.886-.222-.126-3.204-.232-3.752-.137zm1.728.474c0 .506-.094.59-.685.59-.59 0-.685-.084-.685-.59v-.463h1.37v.463z",
|
|
577
|
+
fill: "#2B2D66"
|
|
578
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
579
|
+
fillRule: "evenodd",
|
|
580
|
+
clipRule: "evenodd",
|
|
581
|
+
d: "M15.472 4.564a1.343 1.343 0 101.965.85c-.868-.47-1.5-.708-1.965-.85zm5.919 13.617a2.174 2.174 0 10-1.203 3.994c.574-1.064.97-2.51 1.203-3.994zM3.24 10.27c-.279.92-.464 1.839-.573 2.737h.028a1.423 1.423 0 00.545-2.737zm.878 4.516c0 .37-.336.672-.751.672s-.751-.301-.751-.672c0-.371.336-.672.75-.672.416 0 .752.3.752.672zm9.959-9.09a.593.593 0 11-1.186 0 .593.593 0 011.186 0zm4.98 11.342a.79.79 0 100-1.58.79.79 0 000 1.58z",
|
|
582
|
+
fill: "#68B6FF"
|
|
583
|
+
}), /* @__PURE__ */ React.createElement("ellipse", {
|
|
584
|
+
cx: 13.958,
|
|
585
|
+
cy: 10.912,
|
|
586
|
+
rx: 0.83,
|
|
587
|
+
ry: 0.909,
|
|
588
|
+
fill: "#fff"
|
|
589
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
590
|
+
fillRule: "evenodd",
|
|
591
|
+
clipRule: "evenodd",
|
|
592
|
+
d: "M18.482 1.235c.442-.57.77-.801 1.454-1.043.643-.222 1.107-.253 1.212-.085.032.064-.105.295-.316.506-.464.485-.633 1.012-.538 1.728.116.833.316 1.297.896 2.077 1.254 1.696 1.286 2.782.074 3.477-.78.443-.896.422-1.433-.316-.443-.611-.864-1.043-1.518-1.55l-.295-.22.221-.359c.264-.442.264-.874-.01-1.97-.274-1.086-.21-1.634.253-2.245zM3.359.665C3.117.403 2.969.16 3.011.087c.106-.168.875-.052 1.539.232.864.38 1.57 1.338 1.57 2.16 0 .116-.095.57-.21 1.002-.306 1.138-.285 1.654.084 2.097l.305.358-.643.6a9.022 9.022 0 00-1.064 1.192c-.4.569-.443.59-.79.527-.548-.095-1.381-.58-1.602-.938-.422-.696-.18-1.634.759-2.898.569-.77.706-1.054.853-1.845.158-.832.021-1.39-.453-1.907z",
|
|
593
|
+
fill: "#4F4BB9"
|
|
594
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
595
|
+
fillRule: "evenodd",
|
|
596
|
+
clipRule: "evenodd",
|
|
597
|
+
d: "M19.936.192c-.685.242-1.012.474-1.454 1.043-.464.611-.527 1.16-.253 2.245.274 1.096.274 1.528.01 1.97l-.22.359.294.22c.654.507 1.075.939 1.518 1.55l.096.131-.239-.434c.33-.171.973-.688.91-1.383-.077-.84-.727-1.973-.894-2.265l-.016-.027c-.158-.277-.83-1.502.317-2.648.354-.354.703-.515 1.018-.562.095-.131.146-.243.125-.284-.105-.168-.57-.137-1.212.085zM3.011.086c-.042.074.106.316.348.58.083.09.155.181.217.275.799.536.99 2.07.937 2.383-.056.336-.253.76-.462 1.21-.234.503-.482 1.038-.566 1.517-.112.646.725 1.174 1.3 1.422.25-.309.595-.686.871-.937l.643-.6-.305-.36c-.37-.442-.39-.958-.085-2.096.116-.432.211-.886.211-1.002 0-.822-.706-1.78-1.57-2.16-.664-.284-1.433-.4-1.539-.232z",
|
|
598
|
+
fill: "#4D5CC0"
|
|
599
|
+
}));
|
|
600
|
+
}
|
|
501
601
|
function SvgApiDocs(props) {
|
|
502
602
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
503
603
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -23808,6 +23908,7 @@ function SvgZoomOut(props) {
|
|
|
23808
23908
|
}
|
|
23809
23909
|
const HarnessIcons = {
|
|
23810
23910
|
Account: SvgAccount,
|
|
23911
|
+
AquaTrivy: SvgAquaTrivy,
|
|
23811
23912
|
CustomDeployment: SvgCustomDeployment,
|
|
23812
23913
|
Edit: SvgEdit,
|
|
23813
23914
|
FreezeWindow: SvgFreezeWindow,
|
|
@@ -23827,6 +23928,7 @@ const HarnessIcons = {
|
|
|
23827
23928
|
advanced: SvgAdvanced,
|
|
23828
23929
|
"agent-tokens": SvgAgentTokens,
|
|
23829
23930
|
agents: SvgAgents,
|
|
23931
|
+
"anchore-grype": SvgAnchoreGrype,
|
|
23830
23932
|
"api-docs": SvgApiDocs,
|
|
23831
23933
|
apply: SvgApply,
|
|
23832
23934
|
"approval-stage-icon": SvgApprovalStageIcon,
|