@harnessio/icons 2.1.8 → 2.1.10

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
@@ -18085,6 +18085,28 @@ function SvgRegisterCatalog(props) {
18085
18085
  d: "M28 6h-8a5 5 0 00-4 2 5 5 0 00-4-2H4a2 2 0 00-2 2v16a2 2 0 002 2h8a3 3 0 013 3 1 1 0 002 0 3 3 0 013-3h8a2 2 0 002-2V8a2 2 0 00-2-2zM12 24H4V8h8a3 3 0 013 3v14a4.976 4.976 0 00-3-1zm16 0h-8a4.976 4.976 0 00-3 1V11a3 3 0 013-3h8v16z"
18086
18086
  }));
18087
18087
  }
18088
+ function SvgRegistry(props) {
18089
+ return /* @__PURE__ */ React.createElement("svg", Object.assign({
18090
+ xmlns: "http://www.w3.org/2000/svg",
18091
+ viewBox: "0 0 16 16",
18092
+ fill: "none",
18093
+ stroke: "currentColor"
18094
+ }, props), /* @__PURE__ */ React.createElement("g", {
18095
+ strokeLinecap: "round",
18096
+ strokeLinejoin: "round"
18097
+ }, /* @__PURE__ */ React.createElement("path", {
18098
+ d: "M13.333 7V4.667H8l-1.333-2h-4v10.667H7"
18099
+ }), /* @__PURE__ */ React.createElement("path", {
18100
+ opacity: 0.3,
18101
+ d: "M8.667 2.667h4.667"
18102
+ })), /* @__PURE__ */ React.createElement("path", {
18103
+ fillRule: "evenodd",
18104
+ d: "M12.055 8.535a.251.251 0 00-.254 0l-2.8 1.63a.257.257 0 00-.127.221v3.139c0 .091.048.175.126.221l2.931 1.72a.25.25 0 00.254 0l2.812-1.642a.256.256 0 00.126-.221v-3.125a.256.256 0 00-.126-.221l-2.944-1.722zm-2.673 4.843v-2.549l2.445 1.426-.017 2.548-2.427-1.424zm2.934 1.422l.018-2.545 2.285-1.334v2.535L12.316 14.8zm1.241-3.85l.809-.472-2.439-1.427-.802.467 2.366 1.377a.293.293 0 01.066.055zm-.492.287l-2.446-1.424-.984.573 2.446 1.426.984-.575z",
18105
+ fill: "currentColor",
18106
+ strokeWidth: 0.3,
18107
+ strokeLinejoin: "round"
18108
+ }));
18109
+ }
18088
18110
  function SvgRemoteSetup(props) {
18089
18111
  return /* @__PURE__ */ React.createElement("svg", Object.assign({
18090
18112
  viewBox: "0 0 20 20",
@@ -24627,6 +24649,7 @@ const HarnessIcons = {
24627
24649
  "re-executed": SvgReExecuted,
24628
24650
  "reg-ex": SvgRegEx,
24629
24651
  "register-catalog": SvgRegisterCatalog,
24652
+ registry: SvgRegistry,
24630
24653
  "remote-setup": SvgRemoteSetup,
24631
24654
  remote: SvgRemote,
24632
24655
  remotefile: SvgRemotefile,