@harnessio/icons 2.1.14 → 2.1.15
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 +10 -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",
|
|
@@ -24130,6 +24139,7 @@ const HarnessIcons = {
|
|
|
24130
24139
|
"approval-stage-icon": SvgApprovalStageIcon,
|
|
24131
24140
|
"approval-stage": SvgApprovalStage,
|
|
24132
24141
|
"approval-step": SvgApprovalStep,
|
|
24142
|
+
"appsec-snapshot": SvgAppsecSnapshot,
|
|
24133
24143
|
arrow: SvgArrow,
|
|
24134
24144
|
"artifact-registry-outlined": SvgArtifactRegistryOutlined,
|
|
24135
24145
|
"artifact-registry": SvgArtifactRegistry,
|