@harnessio/icons 2.1.13 → 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 +21 -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
|
@@ -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",
|
|
@@ -24339,6 +24359,7 @@ const HarnessIcons = {
|
|
|
24339
24359
|
"command-switch": SvgCommandSwitch,
|
|
24340
24360
|
"command-winrm": SvgCommandWinrm,
|
|
24341
24361
|
"compare-version": SvgCompareVersion,
|
|
24362
|
+
"conda-icon": SvgCondaIcon,
|
|
24342
24363
|
"conditional-execution": SvgConditionalExecution,
|
|
24343
24364
|
"conditional-filled": SvgConditionalFilled,
|
|
24344
24365
|
"conditional-skip-filled": SvgConditionalSkipFilled,
|