@harnessio/icons 2.1.4 → 2.1.5

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 CHANGED
@@ -12747,6 +12747,18 @@ function SvgGitops(props) {
12747
12747
  fill: "currentColor"
12748
12748
  }));
12749
12749
  }
12750
+ function SvgGitspace(props) {
12751
+ return /* @__PURE__ */ React.createElement("svg", Object.assign({
12752
+ fill: "none",
12753
+ xmlns: "http://www.w3.org/2000/svg",
12754
+ viewBox: "0 0 16 17"
12755
+ }, props), /* @__PURE__ */ React.createElement("path", {
12756
+ fill: "currentColor",
12757
+ fillRule: "evenodd",
12758
+ clipRule: "evenodd",
12759
+ d: "M12.504 14.214H3.088C1.382 14.214 0 12.807 0 11.071 0 9.55 1.064 8.28 2.476 7.991a.063.063 0 00.05-.063c0-2.84 2.262-5.142 5.053-5.142 2.427 0 4.454 1.742 4.941 4.065a.294.294 0 00.263.233C14.584 7.234 16 8.77 16 10.643c0 1.924-1.495 3.493-3.367 3.568l-.002.002-.001.001h-.126zm-6.376-1.74c0-.356.289-.644.644-.644h2.963a.644.644 0 110 1.288H6.772a.644.644 0 01-.644-.644zm1.083-6.727a.644.644 0 00-.877.944l1.797 1.668-1.797 1.668a.644.644 0 10.877.944l2.304-2.14a.644.644 0 000-.944l-2.304-2.14z"
12760
+ }));
12761
+ }
12750
12762
  function SvgGovernancePolicySet(props) {
12751
12763
  return /* @__PURE__ */ React.createElement("svg", Object.assign({
12752
12764
  fill: "currentColor",
@@ -15450,6 +15462,16 @@ function SvgMemberRole(props) {
15450
15462
  fill: "#FF7B26"
15451
15463
  }));
15452
15464
  }
15465
+ function SvgMenuPause(props) {
15466
+ return /* @__PURE__ */ React.createElement("svg", Object.assign({
15467
+ fill: "none",
15468
+ xmlns: "http://www.w3.org/2000/svg",
15469
+ viewBox: "0 0 16 17"
15470
+ }, props), /* @__PURE__ */ React.createElement("path", {
15471
+ d: "M4 12.833a1 1 0 001 1h.125a1 1 0 001-1V4.167a1 1 0 00-1-1H5a1 1 0 00-1 1v8.666zm6.323-9.666a1 1 0 00-1 1v8.666a1 1 0 001 1h.145a1 1 0 001-1V4.167a1 1 0 00-1-1h-.145z",
15472
+ fill: "#6B6D85"
15473
+ }));
15474
+ }
15453
15475
  function SvgMergePr(props) {
15454
15476
  return /* @__PURE__ */ React.createElement("svg", Object.assign({
15455
15477
  fill: "none",
@@ -24192,6 +24214,7 @@ const HarnessIcons = {
24192
24214
  "gitops-unknown": SvgGitopsUnknown,
24193
24215
  "gitops-yes": SvgGitopsYes,
24194
24216
  gitops: SvgGitops,
24217
+ gitspace: SvgGitspace,
24195
24218
  "governance-policy-set": SvgGovernancePolicySet,
24196
24219
  "governance-shield": SvgGovernanceShield,
24197
24220
  governance: SvgGovernance,
@@ -24352,6 +24375,7 @@ const HarnessIcons = {
24352
24375
  "mark-as-failure": SvgMarkAsFailure,
24353
24376
  "maven-repository-type": SvgMavenRepositoryType,
24354
24377
  memberRole: SvgMemberRole,
24378
+ "menu-pause": SvgMenuPause,
24355
24379
  "merge-pr": SvgMergePr,
24356
24380
  "monitored-service": SvgMonitoredService,
24357
24381
  "multi-service": SvgMultiService,