@harnessio/icons 2.1.19 → 2.1.20
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 +23 -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
|
@@ -22067,6 +22067,28 @@ function SvgSwapServices(props) {
|
|
|
22067
22067
|
fill: "#5C4EE5"
|
|
22068
22068
|
}));
|
|
22069
22069
|
}
|
|
22070
|
+
function SvgSwiftLogo(props) {
|
|
22071
|
+
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
22072
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22073
|
+
fill: "none",
|
|
22074
|
+
viewBox: "0 0 50 50"
|
|
22075
|
+
}, props), /* @__PURE__ */ React.createElement("path", {
|
|
22076
|
+
fill: "url(#swift-logo_svg__a)",
|
|
22077
|
+
d: "M29.266 8.001s8.659 5.038 10.925 13.04c2.042 7.229.406 10.679.406 10.679a12.7 12.7 0 012.427 3.968A6.947 6.947 0 0143.428 42s-.14-2.948-4.457-3.559c-3.957-.567-5.396 3.353-12.953 3.164a25.34 25.34 0 01-11.955-3.27A25.86 25.86 0 015 29.755c3.692 2.05 8.53 5.231 14.554 4.742 6.023-.489 7.281-2.372 7.281-2.372a94.1 94.1 0 01-17.808-18.97c4.735 4.032 16.465 12.058 16.192 11.854a107 107 0 01-11.734-13.843s17.6 14.726 19.016 14.632c.582-1.22 3.592-7.538-3.237-17.798z"
|
|
22078
|
+
}), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", {
|
|
22079
|
+
id: "swift-logo_svg__a",
|
|
22080
|
+
x1: 25.112,
|
|
22081
|
+
x2: 24.35,
|
|
22082
|
+
y1: 21.608,
|
|
22083
|
+
y2: 42.016,
|
|
22084
|
+
gradientUnits: "userSpaceOnUse"
|
|
22085
|
+
}, /* @__PURE__ */ React.createElement("stop", {
|
|
22086
|
+
stopColor: "#f88535"
|
|
22087
|
+
}), /* @__PURE__ */ React.createElement("stop", {
|
|
22088
|
+
offset: 1,
|
|
22089
|
+
stopColor: "#fd2221"
|
|
22090
|
+
}))));
|
|
22091
|
+
}
|
|
22070
22092
|
function SvgSwitchOff(props) {
|
|
22071
22093
|
return /* @__PURE__ */ React.createElement("svg", Object.assign({
|
|
22072
22094
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -25124,6 +25146,7 @@ const HarnessIcons = {
|
|
|
25124
25146
|
"support-verification": SvgSupportVerification,
|
|
25125
25147
|
"support-videos": SvgSupportVideos,
|
|
25126
25148
|
"swap-services": SvgSwapServices,
|
|
25149
|
+
"swift-logo": SvgSwiftLogo,
|
|
25127
25150
|
"switch-off": SvgSwitchOff,
|
|
25128
25151
|
"switch-on": SvgSwitchOn,
|
|
25129
25152
|
"sync-failed": SvgSyncFailed,
|