@harnessio/icons 2.1.15 → 2.1.17
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 +75 -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",
|
|
@@ -9323,6 +9340,62 @@ function SvgDangerIcon(props) {
|
|
|
9323
9340
|
d: "M4.022 26L16.009 5.002 27.996 26zm11.832-6.01a2 2 0 01-1.9-1.997v-6.997a2 2 0 114 0v6.997a2 2 0 01-1.9 1.998c1.328.052 2.427 1.124 2.427 2.488 0 1.398-1.155 2.49-2.527 2.49s-2.527-1.092-2.527-2.49c0-1.364 1.099-2.436 2.427-2.488zM15.14 4.507a1 1 0 011.737 0l11.987 20.999A1 1 0 0127.996 27H4.022a1 1 0 01-.869-1.495L15.141 4.506zm.813 16.483c.843 0 1.527.667 1.527 1.49 0 .822-.684 1.49-1.527 1.49s-1.527-.668-1.527-1.49c0-.823.684-1.49 1.527-1.49zm1-2.996a1 1 0 01-2 0v-6.997a1 1 0 112 0z"
|
|
9324
9341
|
})));
|
|
9325
9342
|
}
|
|
9343
|
+
function SvgDartIcon(props) {
|
|
9344
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
9345
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9346
|
+
viewBox: "0 0 40 40",
|
|
9347
|
+
fill: "none"
|
|
9348
|
+
}, props), /* @__PURE__ */ React.createElement("g", {
|
|
9349
|
+
clipPath: "url(#dart-icon_svg__B)"
|
|
9350
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
9351
|
+
d: "M10.625 29.375l-5.417-5.417c-.642-.66-1.042-1.59-1.042-2.5 0-.421.237-1.079.417-1.458l5-10.417 1.042 19.792z",
|
|
9352
|
+
fill: "#01579b"
|
|
9353
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9354
|
+
d: "M29.167 10.625L23.75 5.208c-.473-.475-1.458-1.042-2.292-1.042-.717 0-1.419.144-1.875.417l-10 5 19.583 1.042zM17.083 35.833h13.125v-5.625l-9.792-3.125-8.958 3.125 5.625 5.625z",
|
|
9355
|
+
fill: "#40c4ff"
|
|
9356
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9357
|
+
d: "M9.583 26.458c0 1.671.21 2.081 1.042 2.917l.833.833h18.75l-9.167-10.417L9.583 9.583v16.875z",
|
|
9358
|
+
fill: "#29b6f6"
|
|
9359
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9360
|
+
d: "M26.25 9.583H9.583l20.625 20.625h5.625V17.292l-6.667-6.667c-.935-.94-1.769-1.042-2.917-1.042z",
|
|
9361
|
+
fill: "#01579b"
|
|
9362
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9363
|
+
opacity: 0.2,
|
|
9364
|
+
d: "M10.833 29.583c-.833-.838-1.042-1.66-1.042-3.125V9.792l-.208-.208v16.875c0 1.465 0 1.871 1.25 3.125z",
|
|
9365
|
+
fill: "#fff"
|
|
9366
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9367
|
+
opacity: 0.2,
|
|
9368
|
+
d: "M35.625 17.083V30H30l.208.208h5.625V17.292l-.208-.208z",
|
|
9369
|
+
fill: "#263238"
|
|
9370
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9371
|
+
opacity: 0.2,
|
|
9372
|
+
d: "M29.167 10.625c-1.033-1.033-1.879-1.042-3.125-1.042H9.583l.208.208h16.25c.623 0 2.192-.104 3.125.833z",
|
|
9373
|
+
fill: "#fff"
|
|
9374
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
9375
|
+
opacity: 0.2,
|
|
9376
|
+
d: "M35.625 17.083l-6.458-6.458-5.417-5.417c-.473-.475-1.458-1.042-2.292-1.042-.717 0-1.419.144-1.875.417l-10 5-5 10.417c-.179.379-.417 1.038-.417 1.458 0 .91.4 1.839 1.042 2.5l4.992 4.956c.119.146.26.296.425.46l.208.208.625.625 5.417 5.417.208.208h13.125v-5.625h5.625V17.29l-.208-.208z",
|
|
9377
|
+
fill: "url(#dart-icon_svg__A)"
|
|
9378
|
+
})), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("radialGradient", {
|
|
9379
|
+
id: "dart-icon_svg__A",
|
|
9380
|
+
cx: 0,
|
|
9381
|
+
cy: 0,
|
|
9382
|
+
r: 1,
|
|
9383
|
+
gradientUnits: "userSpaceOnUse",
|
|
9384
|
+
gradientTransform: "translate(20 20) scale(15.8333)"
|
|
9385
|
+
}, /* @__PURE__ */ React.createElement("stop", {
|
|
9386
|
+
stopColor: "#fff",
|
|
9387
|
+
stopOpacity: 0.1
|
|
9388
|
+
}), /* @__PURE__ */ React.createElement("stop", {
|
|
9389
|
+
offset: 1,
|
|
9390
|
+
stopColor: "#fff",
|
|
9391
|
+
stopOpacity: 0
|
|
9392
|
+
})), /* @__PURE__ */ React.createElement("clipPath", {
|
|
9393
|
+
id: "dart-icon_svg__B"
|
|
9394
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
9395
|
+
fill: "#fff",
|
|
9396
|
+
d: "M0 0h40v40H0z"
|
|
9397
|
+
}))));
|
|
9398
|
+
}
|
|
9326
9399
|
function SvgDashboardSelected(props) {
|
|
9327
9400
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
9328
9401
|
viewBox: "0 0 27 27",
|
|
@@ -24229,6 +24302,7 @@ const HarnessIcons = {
|
|
|
24229
24302
|
"cd-main": SvgCdMain,
|
|
24230
24303
|
"cd-sketch": SvgCdSketch,
|
|
24231
24304
|
cd: SvgCd,
|
|
24305
|
+
cde_snapshot: SvgCdeSnapshot,
|
|
24232
24306
|
"cdk-bootstrap-inverse": SvgCdkBootstrapInverse,
|
|
24233
24307
|
"cdk-bootstrap": SvgCdkBootstrap,
|
|
24234
24308
|
"cdk-deploy-inverse": SvgCdkDeployInverse,
|
|
@@ -24415,6 +24489,7 @@ const HarnessIcons = {
|
|
|
24415
24489
|
"cv-verifystep-inverse": SvgCvVerifystepInverse,
|
|
24416
24490
|
"cv-verifystep": SvgCvVerifystep,
|
|
24417
24491
|
"danger-icon": SvgDangerIcon,
|
|
24492
|
+
"dart-icon": SvgDartIcon,
|
|
24418
24493
|
"dashboard-selected": SvgDashboardSelected,
|
|
24419
24494
|
dashboard: SvgDashboard,
|
|
24420
24495
|
"dashboards-solid-border": SvgDashboardsSolidBorder,
|