@harnessio/icons 2.1.21 → 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 +22 -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",
|
|
@@ -18282,6 +18292,16 @@ function SvgRancher(props) {
|
|
|
18282
18292
|
d: "M0 .678h32v32H0z"
|
|
18283
18293
|
}))));
|
|
18284
18294
|
}
|
|
18295
|
+
function SvgRawIcon(props) {
|
|
18296
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
18297
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18298
|
+
fill: "none",
|
|
18299
|
+
viewBox: "0 0 40 40"
|
|
18300
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
18301
|
+
fill: "currentColor",
|
|
18302
|
+
d: "M24.6 35l-2.8-9.5h2.6l1.4 6.2 1.7-6.2h2l1.7 6.3 1.5-6.3h2.5L32.5 35h-2.2l-1.7-5.7h-.1L26.8 35zm-9.2 0h-2.5l3.2-9.5h3l3.2 9.5H20l-2.2-7h-.1zm-.4-3.7h5.2V33H15zM4.7 35v-9.5h4q1 0 1.8.4.7.4 1.1 1.1.5.7.5 1.7t-.5 1.7a2.7 2.7 0 01-1.2 1q-.8.4-1.9.4H6.2V30h2q.5 0 .9-.2.3-.1.5-.4.2-.3.2-.7 0-.4-.2-.7a1.1 1.1 0 00-.5-.5l-.9-.1H7V35zm5.3-4.3l2.4 4.3H9.9l-2.3-4.3zM19.9 5c3.1 0 8.1.3 10.5 1.5.6.2 1.4.8 1.4 1.8v8l-.3.5.3.5V24h-2v-6.3l-.2-.2a59.3 59.3 0 01-19.4 0l-.1.2V24H8v-6.7l.3-.5c0-.2-.2-.3-.3-.5v-8c0-.9.7-1.5 1.4-1.8C12.6 5 19 5 20 5m9.8 5.3a35 35 0 01-9.8 1.2c-3 0-7.2-.2-9.8-1.2V16l.3.6c1 .2 2.2.5 3.9.6a58.4 58.4 0 0015.1-.6c0-.3.2-.4.3-.6zM20 7.1c-2.7 0-7 .2-9.3 1.2 2.3 1 6.1.9 9.3 1.1 2.8 0 6.5-.1 9.3-1.1C26.4 7 23.1 7.3 20 7"
|
|
18303
|
+
}));
|
|
18304
|
+
}
|
|
18285
18305
|
function SvgReExecuted(props) {
|
|
18286
18306
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
18287
18307
|
viewBox: "0 0 16 16",
|
|
@@ -24954,12 +24974,14 @@ const HarnessIcons = {
|
|
|
24954
24974
|
pruned: SvgPruned,
|
|
24955
24975
|
"publish-step": SvgPublishStep,
|
|
24956
24976
|
"pull-request": SvgPullRequest,
|
|
24977
|
+
"puppet-logo": SvgPuppetLogo,
|
|
24957
24978
|
python: SvgPython,
|
|
24958
24979
|
question: SvgQuestion,
|
|
24959
24980
|
"queue-step": SvgQueueStep,
|
|
24960
24981
|
queued: SvgQueued,
|
|
24961
24982
|
"rancher-inverse": SvgRancherInverse,
|
|
24962
24983
|
rancher: SvgRancher,
|
|
24984
|
+
raw_icon: SvgRawIcon,
|
|
24963
24985
|
"re-executed": SvgReExecuted,
|
|
24964
24986
|
"red-hat-logo": SvgRedHatLogo,
|
|
24965
24987
|
"reg-ex": SvgRegEx,
|