@harnessio/icons 2.1.15 → 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 +18 -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
|
@@ -3863,6 +3863,23 @@ function SvgCd(props) {
|
|
|
3863
3863
|
fill: "currentColor"
|
|
3864
3864
|
}));
|
|
3865
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
|
+
}
|
|
3866
3883
|
function SvgCdkBootstrapInverse(props) {
|
|
3867
3884
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
3868
3885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -24229,6 +24246,7 @@ const HarnessIcons = {
|
|
|
24229
24246
|
"cd-main": SvgCdMain,
|
|
24230
24247
|
"cd-sketch": SvgCdSketch,
|
|
24231
24248
|
cd: SvgCd,
|
|
24249
|
+
cde_snapshot: SvgCdeSnapshot,
|
|
24232
24250
|
"cdk-bootstrap-inverse": SvgCdkBootstrapInverse,
|
|
24233
24251
|
"cdk-bootstrap": SvgCdkBootstrap,
|
|
24234
24252
|
"cdk-deploy-inverse": SvgCdkDeployInverse,
|