@harnessio/icons 2.1.22 → 2.1.23
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 +11 -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
|
@@ -18144,6 +18144,16 @@ function SvgPullRequest(props) {
|
|
|
18144
18144
|
r: 2.25
|
|
18145
18145
|
})));
|
|
18146
18146
|
}
|
|
18147
|
+
function SvgPuppetLogo(props) {
|
|
18148
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
18149
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18150
|
+
fill: "none",
|
|
18151
|
+
viewBox: "0 0 24 24"
|
|
18152
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
18153
|
+
fill: "#ffae1a",
|
|
18154
|
+
d: "M19.626 15.501V8.483h-5.371l-2.863-2.877V.25H4.374v7.018h5.371l2.878 2.878v3.708l-2.878 2.878h-5.37v7.018h7.017v-5.356l2.878-2.877h5.356V15.5zM6.714 2.59h2.339v2.34h-2.34v-2.34zm2.339 18.806h-2.34v-2.339h2.34v2.34z"
|
|
18155
|
+
}));
|
|
18156
|
+
}
|
|
18147
18157
|
function SvgPython(props) {
|
|
18148
18158
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
18149
18159
|
viewBox: "0 0 32 32",
|
|
@@ -24964,6 +24974,7 @@ const HarnessIcons = {
|
|
|
24964
24974
|
pruned: SvgPruned,
|
|
24965
24975
|
"publish-step": SvgPublishStep,
|
|
24966
24976
|
"pull-request": SvgPullRequest,
|
|
24977
|
+
"puppet-logo": SvgPuppetLogo,
|
|
24967
24978
|
python: SvgPython,
|
|
24968
24979
|
question: SvgQuestion,
|
|
24969
24980
|
"queue-step": SvgQueueStep,
|