@harnessio/icons 2.1.1 → 2.1.3

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
@@ -6207,6 +6207,18 @@ function SvgCodeChat(props) {
6207
6207
  opacity: 0.3
6208
6208
  }));
6209
6209
  }
6210
+ function SvgCodeChecks(props) {
6211
+ return /* @__PURE__ */ React.createElement("svg", Object.assign({
6212
+ xmlns: "http://www.w3.org/2000/svg",
6213
+ fill: "none",
6214
+ viewBox: "0 0 16 16"
6215
+ }, props), /* @__PURE__ */ React.createElement("path", {
6216
+ fill: "#4F5162",
6217
+ fillRule: "evenodd",
6218
+ d: "M3.313 2.203c0-.223.18-.403.403-.403h10.082c.222 0 .403.18.403.403v8.688a3.29 3.29 0 01-2.371 3.16.4.4 0 01-.3.134q-.194 0-.37-.013a3 3 0 01-.269.009l-3.644.019H5.228a3.43 3.43 0 01-3.427-3.428v-.403h1.512zm.806 8.166h5.142c.223 0 .403.18.403.403 0 .787.01 1.43.24 1.89.107.212.26.381.498.503.182.094.427.166.756.197a2.484 2.484 0 002.236-2.471V2.606H4.12zm5.294 3.013q-.134-.166-.229-.357c-.275-.546-.318-1.224-.325-1.85h-6.22a2.62 2.62 0 002.59 2.218h2.016zm2.489-8.8a.403.403 0 010 .57L8.517 8.538a.403.403 0 01-.57 0L6.424 7.014a.403.403 0 01.57-.57l1.238 1.238 3.1-3.1a.403.403 0 01.57 0",
6219
+ clipRule: "evenodd"
6220
+ }));
6221
+ }
6210
6222
  function SvgCodeClone(props) {
6211
6223
  return /* @__PURE__ */ React.createElement("svg", Object.assign({
6212
6224
  fill: "none",
@@ -23650,6 +23662,7 @@ const HarnessIcons = {
23650
23662
  "code-branch-small": SvgCodeBranchSmall,
23651
23663
  "code-branch": SvgCodeBranch,
23652
23664
  "code-chat": SvgCodeChat,
23665
+ "code-checks": SvgCodeChecks,
23653
23666
  "code-clone": SvgCodeClone,
23654
23667
  "code-close": SvgCodeClose,
23655
23668
  "code-closed": SvgCodeClosed,