@harnessio/icons 2.1.14 → 2.1.16
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 +28 -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
|
@@ -804,6 +804,15 @@ function SvgApprovalStep(props) {
|
|
|
804
804
|
d: "M20.659 11.27l-6.22 7.221-3.254-2.649a1.111 1.111 0 00-1.407 1.72l4.075 3.334a1.112 1.112 0 001.545-.133l6.928-8.04a1.111 1.111 0 00-1.682-1.452z"
|
|
805
805
|
})));
|
|
806
806
|
}
|
|
807
|
+
function SvgAppsecSnapshot(props) {
|
|
808
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
809
|
+
viewBox: "0 0 16 16",
|
|
810
|
+
fill: "currentColor",
|
|
811
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
812
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
813
|
+
d: "M10.212 14.416a.75.75 0 010-1.5h2.705v-2.882a.75.75 0 011.5 0v4.382h-4.205zm-4.423-1.5a.75.75 0 010 1.5H1.583v-4.382a.75.75 0 011.5 0v2.882h2.706zm4.423-9.833a.75.75 0 010-1.5h4.205v4.382a.75.75 0 01-1.5 0V3.083h-2.705zm-4.423-1.5a.75.75 0 010 1.5H3.083v2.882a.75.75 0 01-1.5 0V1.583h4.206zM8 5.424a2.577 2.577 0 11-.002 5.154A2.577 2.577 0 018 5.424z"
|
|
814
|
+
}));
|
|
815
|
+
}
|
|
807
816
|
function SvgArrow(props) {
|
|
808
817
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
809
818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3854,6 +3863,23 @@ function SvgCd(props) {
|
|
|
3854
3863
|
fill: "currentColor"
|
|
3855
3864
|
}));
|
|
3856
3865
|
}
|
|
3866
|
+
function SvgCdeSnapshot(props) {
|
|
3867
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
3868
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3869
|
+
fill: "none",
|
|
3870
|
+
viewBox: "0 0 32 32"
|
|
3871
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
3872
|
+
stroke: "#6b6d85",
|
|
3873
|
+
strokeLinecap: "round",
|
|
3874
|
+
strokeWidth: 1.5,
|
|
3875
|
+
d: "M20.423 27.333h6.91V20.07m-15.756 7.263h-6.91V20.07M20.423 4.667h6.91v7.264M11.577 4.667h-6.91v7.264"
|
|
3876
|
+
}), /* @__PURE__ */ React.createElement("circle", {
|
|
3877
|
+
cx: 16,
|
|
3878
|
+
cy: 16,
|
|
3879
|
+
r: 5.152,
|
|
3880
|
+
fill: "#6b6d85"
|
|
3881
|
+
}));
|
|
3882
|
+
}
|
|
3857
3883
|
function SvgCdkBootstrapInverse(props) {
|
|
3858
3884
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
3859
3885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -24130,6 +24156,7 @@ const HarnessIcons = {
|
|
|
24130
24156
|
"approval-stage-icon": SvgApprovalStageIcon,
|
|
24131
24157
|
"approval-stage": SvgApprovalStage,
|
|
24132
24158
|
"approval-step": SvgApprovalStep,
|
|
24159
|
+
"appsec-snapshot": SvgAppsecSnapshot,
|
|
24133
24160
|
arrow: SvgArrow,
|
|
24134
24161
|
"artifact-registry-outlined": SvgArtifactRegistryOutlined,
|
|
24135
24162
|
"artifact-registry": SvgArtifactRegistry,
|
|
@@ -24219,6 +24246,7 @@ const HarnessIcons = {
|
|
|
24219
24246
|
"cd-main": SvgCdMain,
|
|
24220
24247
|
"cd-sketch": SvgCdSketch,
|
|
24221
24248
|
cd: SvgCd,
|
|
24249
|
+
cde_snapshot: SvgCdeSnapshot,
|
|
24222
24250
|
"cdk-bootstrap-inverse": SvgCdkBootstrapInverse,
|
|
24223
24251
|
"cdk-bootstrap": SvgCdkBootstrap,
|
|
24224
24252
|
"cdk-deploy-inverse": SvgCdkDeployInverse,
|