@harnessio/icons 2.1.20 → 2.1.22
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
|
@@ -18282,6 +18282,16 @@ function SvgRancher(props) {
|
|
|
18282
18282
|
d: "M0 .678h32v32H0z"
|
|
18283
18283
|
}))));
|
|
18284
18284
|
}
|
|
18285
|
+
function SvgRawIcon(props) {
|
|
18286
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
18287
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18288
|
+
fill: "none",
|
|
18289
|
+
viewBox: "0 0 40 40"
|
|
18290
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
18291
|
+
fill: "currentColor",
|
|
18292
|
+
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"
|
|
18293
|
+
}));
|
|
18294
|
+
}
|
|
18285
18295
|
function SvgReExecuted(props) {
|
|
18286
18296
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
18287
18297
|
viewBox: "0 0 16 16",
|
|
@@ -24960,6 +24970,7 @@ const HarnessIcons = {
|
|
|
24960
24970
|
queued: SvgQueued,
|
|
24961
24971
|
"rancher-inverse": SvgRancherInverse,
|
|
24962
24972
|
rancher: SvgRancher,
|
|
24973
|
+
raw_icon: SvgRawIcon,
|
|
24963
24974
|
"re-executed": SvgReExecuted,
|
|
24964
24975
|
"red-hat-logo": SvgRedHatLogo,
|
|
24965
24976
|
"reg-ex": SvgRegEx,
|