@harnessio/icons 2.1.12 → 2.1.14

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
@@ -7170,6 +7170,26 @@ function SvgCompareVersion(props) {
7170
7170
  fill: "currentColor"
7171
7171
  }));
7172
7172
  }
7173
+ function SvgCondaIcon(props) {
7174
+ return /* @__PURE__ */ React.createElement("svg", Object.assign({
7175
+ xmlns: "http://www.w3.org/2000/svg",
7176
+ viewBox: "0 0 32 32",
7177
+ fill: "#43b02a"
7178
+ }, props), /* @__PURE__ */ React.createElement("g", {
7179
+ stroke: "#43b02a",
7180
+ strokeWidth: 0.068,
7181
+ fillRule: "evenodd"
7182
+ }, /* @__PURE__ */ React.createElement("path", {
7183
+ d: "M16.559 8.137a7.2 7.2 0 00-1.234-1.708 7.586 7.586 0 00-.19 2.183 5.161 5.161 0 011.424-.475zm-2.942 1.329a7.992 7.992 0 00-1.993-1.2 8.123 8.123 0 00.885 2.183c0 .063.443-.475 1.108-.981zm3.828-2.278a9.143 9.143 0 011.3-2.246A7.585 7.585 0 0017 2.854a8.35 8.35 0 00-1.3 2.278 8.451 8.451 0 011.74 2.056zm-5.853 4.556h0a10.276 10.276 0 00-2.692-.158 7.478 7.478 0 001.93 1.9 6.858 6.858 0 01.759-1.74zm-4.714 3.417a7.44 7.44 0 012.942-1.139 10.019 10.019 0 01-2.056-2.278 7.639 7.639 0 00-2.847 1.2 7.11 7.11 0 001.961 2.215zm3.638-.285a6.16 6.16 0 00-2.815.886 9.936 9.936 0 002.815 1.2h0a7.683 7.683 0 010-2.088zM14.281 5.543A7.839 7.839 0 0011.592 4.4 8.361 8.361 0 0011.4 7a8.875 8.875 0 012.47 1.264 10.292 10.292 0 01.411-2.721zm9.744-2.309a20.488 20.488 0 01.917 4.112 6.823 6.823 0 00-3.068 1.519 7.443 7.443 0 011.55 1.044 1.351 1.351 0 001.645.316 36.938 36.938 0 002.721-2.72 1.273 1.273 0 00-.159-1.835 20.521 20.521 0 00-3.606-2.436zM4.379 12.06a8.67 8.67 0 012.847-1.26 7.763 7.763 0 01-.759-2.974 14.687 14.687 0 00-2.088 4.234zm6.96-1.392a9.991 9.991 0 01-.949-2.784 7.928 7.928 0 00-2.911-.126 7.312 7.312 0 00.791 2.879 9.664 9.664 0 013.069.031zm-5.22 5.062a8.894 8.894 0 01-2.025-2.373 14.208 14.208 0 00-.063 4.9 8.522 8.522 0 012.088-2.527zM22.538 3.487A7.581 7.581 0 0020.323 5.1a11.789 11.789 0 01.823 2.5 9.775 9.775 0 012.309-1.329 6.593 6.593 0 00-.917-2.784zM19.374 6.3a8.608 8.608 0 00-.822 1.676h0a9.645 9.645 0 011.329.19 7.568 7.568 0 00-.507-1.866zm.285-2.4a9.577 9.577 0 012.056-1.487A15.38 15.38 0 0018.046 2a9.709 9.709 0 011.613 1.9z"
7184
+ })), /* @__PURE__ */ React.createElement("path", {
7185
+ d: "M27.378 23.892c-1.993-1.9-2.4-3.132-4.081-1.835a7.837 7.837 0 01-12.591-4.144A10.179 10.179 0 016.878 16.3a9.427 9.427 0 00-2.562 3.321h-.032C7.163 30.5 21.178 33.035 27.663 26.233c1.076-1.139.095-1.933-.285-2.341zM6.309 20.855a7.559 7.559 0 01.917-2.025 6.872 6.872 0 002.151.538c1.013 2.689 4.556 6.264 8.922 6.264a9.632 9.632 0 006.3-2.309 12.841 12.841 0 011.772 1.771c.095.127.095.159.095.159-5.766 5.03-15.538 4.302-20.157-4.398z"
7186
+ }), /* @__PURE__ */ React.createElement("path", {
7187
+ d: "M10.67 4.11a19.934 19.934 0 00-.214 2.509 10.512 10.512 0 00-2.689-.093A18 18 0 0110.67 4.11zm1.59-.836a9.107 9.107 0 012.445 1.053 14.083 14.083 0 011.253-2.137 12.106 12.106 0 00-3.698 1.084z",
7188
+ stroke: "#43b02a",
7189
+ fillRule: "evenodd",
7190
+ strokeWidth: 0.067
7191
+ }));
7192
+ }
7173
7193
  function SvgConditionalExecution(props) {
7174
7194
  return /* @__PURE__ */ React.createElement("svg", Object.assign({
7175
7195
  viewBox: "0 0 25 20",
@@ -13263,6 +13283,34 @@ function SvgHttpStep(props) {
13263
13283
  d: "M6 4H4v2h2V4zm4 0H8v2h2V4zm18 0H12v2h16V4z"
13264
13284
  }));
13265
13285
  }
13286
+ function SvgHuggingface(props) {
13287
+ return /* @__PURE__ */ React.createElement("svg", Object.assign({
13288
+ style: {
13289
+ flex: "none",
13290
+ lineHeight: 1
13291
+ },
13292
+ viewBox: "0 0 24 24",
13293
+ xmlns: "http://www.w3.org/2000/svg"
13294
+ }, props), /* @__PURE__ */ React.createElement("path", {
13295
+ d: "M2.25 11.535c0-3.407 1.847-6.554 4.844-8.258a9.822 9.822 0 019.687 0c2.997 1.704 4.844 4.851 4.844 8.258 0 5.266-4.337 9.535-9.687 9.535S2.25 16.8 2.25 11.535z",
13296
+ fill: "#FF9D0B"
13297
+ }), /* @__PURE__ */ React.createElement("path", {
13298
+ d: "M11.938 20.086c4.797 0 8.687-3.829 8.687-8.551 0-4.722-3.89-8.55-8.687-8.55-4.798 0-8.688 3.828-8.688 8.55 0 4.722 3.89 8.55 8.688 8.55z",
13299
+ fill: "#FFD21E"
13300
+ }), /* @__PURE__ */ React.createElement("path", {
13301
+ d: "M11.875 15.113c2.457 0 3.25-2.156 3.25-3.263 0-.576-.393-.394-1.023-.089-.582.283-1.365.675-2.224.675-1.798 0-3.25-1.693-3.25-.586 0 1.107.79 3.263 3.25 3.263h-.003z",
13302
+ fill: "#FF323D"
13303
+ }), /* @__PURE__ */ React.createElement("path", {
13304
+ d: "M14.76 9.21c.32.108.445.753.767.585.447-.233.707-.708.659-1.204a1.235 1.235 0 00-.879-1.059 1.262 1.262 0 00-1.33.394c-.322.384-.377.92-.14 1.36.153.283.638-.177.925-.079l-.002.003zm-5.887 0c-.32.108-.448.753-.768.585a1.226 1.226 0 01-.658-1.204c.048-.495.395-.913.878-1.059a1.262 1.262 0 011.33.394c.322.384.377.92.14 1.36-.152.283-.64-.177-.925-.079l.003.003zm1.12 5.34a2.166 2.166 0 011.325-1.106c.07-.02.144.06.219.171l.192.306c.069.1.139.175.209.175.074 0 .15-.074.223-.172l.205-.302c.08-.11.157-.188.234-.165.537.168.986.536 1.25 1.026.932-.724 1.275-1.905 1.275-2.633 0-.508-.306-.426-.81-.19l-.616.296c-.52.24-1.148.48-1.824.48-.676 0-1.302-.24-1.823-.48l-.589-.283c-.52-.248-.838-.342-.838.177 0 .703.32 1.831 1.187 2.56l.18.14z",
13305
+ fill: "#3A3B45"
13306
+ }), /* @__PURE__ */ React.createElement("path", {
13307
+ d: "M17.812 10.366a.806.806 0 00.813-.8c0-.441-.364-.8-.813-.8a.806.806 0 00-.812.8c0 .442.364.8.812.8zm-11.624 0a.806.806 0 00.812-.8c0-.441-.364-.8-.812-.8a.806.806 0 00-.813.8c0 .442.364.8.813.8zm-1.673 2.707c-.405 0-.765.162-1.017.46a1.455 1.455 0 00-.333.925 1.801 1.801 0 00-.485-.074c-.387 0-.737.146-.985.409a1.41 1.41 0 00-.2 1.722 1.302 1.302 0 00-.447.694c-.06.222-.12.69.2 1.166a1.267 1.267 0 00-.093 1.236c.238.533.81.958 1.89 1.405l.24.096c.768.3 1.473.492 1.478.494.89.243 1.808.375 2.732.394 1.465 0 2.513-.443 3.115-1.314.93-1.342.842-2.575-.274-3.763l-.151-.154c-.692-.684-1.155-1.69-1.25-1.912-.195-.655-.71-1.383-1.562-1.383-.46.007-.889.233-1.15.605-.25-.31-.495-.553-.715-.694a1.87 1.87 0 00-.993-.312zm14.97 0a1.3 1.3 0 011.017.46c.216.262.333.588.333.925.158-.047.322-.071.487-.074.388 0 .738.146.985.409a1.41 1.41 0 01.2 1.722c.22.178.377.422.445.694.06.222.12.69-.2 1.166.244.37.279.836.093 1.236-.238.533-.81.958-1.889 1.405l-.239.096c-.77.3-1.475.492-1.48.494-.89.243-1.808.375-2.732.394-1.465 0-2.513-.443-3.115-1.314-.93-1.342-.842-2.575.274-3.763l.151-.154c.695-.684 1.157-1.69 1.252-1.912.195-.655.708-1.383 1.56-1.383.46.007.889.233 1.15.605.25-.31.495-.553.718-.694.244-.162.523-.265.814-.3l.176-.012z",
13308
+ fill: "#FF9D0B"
13309
+ }), /* @__PURE__ */ React.createElement("path", {
13310
+ d: "M9.785 20.132c.688-.994.638-1.74-.305-2.667-.945-.928-1.495-2.288-1.495-2.288s-.205-.788-.672-.714c-.468.074-.81 1.25.17 1.971.977.721-.195 1.21-.573.534-.375-.677-1.405-2.416-1.94-2.751-.532-.332-.907-.148-.782.541.125.687 2.357 2.35 2.14 2.707-.218.362-.983-.42-.983-.42S2.953 14.9 2.43 15.46c-.52.558.398 1.026 1.7 1.803 1.308.778 1.41.985 1.225 1.28-.187.295-3.07-2.1-3.34-1.083-.27 1.011 2.943 1.304 2.745 2.006-.2.7-2.265-1.324-2.685-.537-.425.79 2.913 1.718 2.94 1.725 1.075.276 3.813.859 4.77-.522zm4.432 0c-.687-.994-.64-1.74.305-2.667.943-.928 1.493-2.288 1.493-2.288s.205-.788.675-.714c.465.074.807 1.25-.17 1.971-.98.721.195 1.21.57.534.377-.677 1.407-2.416 1.94-2.751.532-.332.91-.148.782.541-.125.687-2.355 2.35-2.137 2.707.215.362.98-.42.98-.42S21.05 14.9 21.57 15.46c.52.558-.395 1.026-1.7 1.803-1.308.778-1.408.985-1.225 1.28.187.295 3.07-2.1 3.34-1.083.27 1.011-2.94 1.304-2.743 2.006.2.7 2.263-1.324 2.685-.537.423.79-2.912 1.718-2.94 1.725-1.077.276-3.815.859-4.77-.522z",
13311
+ fill: "#FFD21E"
13312
+ }));
13313
+ }
13266
13314
  function SvgIacmOpentofuInverseStep(props) {
13267
13315
  return /* @__PURE__ */ React.createElement("svg", Object.assign({
13268
13316
  viewBox: "0 0 32 33",
@@ -24311,6 +24359,7 @@ const HarnessIcons = {
24311
24359
  "command-switch": SvgCommandSwitch,
24312
24360
  "command-winrm": SvgCommandWinrm,
24313
24361
  "compare-version": SvgCompareVersion,
24362
+ "conda-icon": SvgCondaIcon,
24314
24363
  "conditional-execution": SvgConditionalExecution,
24315
24364
  "conditional-filled": SvgConditionalFilled,
24316
24365
  "conditional-skip-filled": SvgConditionalSkipFilled,
@@ -24526,6 +24575,7 @@ const HarnessIcons = {
24526
24575
  hourglass: SvgHourglass,
24527
24576
  "http-probe": SvgHttpProbe,
24528
24577
  "http-step": SvgHttpStep,
24578
+ huggingface: SvgHuggingface,
24529
24579
  "iacm-opentofu-inverse-step": SvgIacmOpentofuInverseStep,
24530
24580
  "iacm-opentofu-step": SvgIacmOpentofuStep,
24531
24581
  "iacm-resource-added": SvgIacmResourceAdded,