@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
69 lines • 2.13 kB
JavaScript
// src/alpha-finance-lab.tsx
import * as React from "react";
var AlphaFinanceLab = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
viewBox: "0 0 32 32",
...props
}, /* @__PURE__ */ React.createElement("linearGradient", {
id: "a",
x1: 4.686,
x2: 27.314,
y1: 4.576,
y2: 27.204,
gradientTransform: "matrix(1 0 0 -1 0 31.89)",
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#102054"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#1a45b8"
})), /* @__PURE__ */ React.createElement("path", {
fill: "url(#a)",
d: "M16 32c8.8 0 16-7.2 16-16S24.8 0 16 0 0 7.2 0 16s7.2 16 16 16z"
}), /* @__PURE__ */ React.createElement("linearGradient", {
id: "b",
x1: 19.392,
x2: 19.392,
y1: 25.615,
y2: 8.421,
gradientTransform: "matrix(1 0 0 -1 0 31.89)",
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#fff"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#fff",
stopOpacity: 0.6
})), /* @__PURE__ */ React.createElement("path", {
fill: "url(#b)",
d: "M16 6.3v6.3l1.1 2.9-1.1-1v3.1c1.8 2.3 4.1 4.2 6.8 5.6L16 6.3z"
}), /* @__PURE__ */ React.createElement("linearGradient", {
id: "c",
x1: 12.608,
x2: 12.608,
y1: 8.541,
y2: 25.415,
gradientTransform: "matrix(1 0 0 -1 0 31.89)",
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#fff"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#fff",
stopOpacity: 0.6
})), /* @__PURE__ */ React.createElement("path", {
fill: "url(#c)",
d: "M16 6.3v6.3l-1.1 2.9 1.1-1v3.1c-1.8 2.3-4.1 4.2-6.8 5.6L16 6.3z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#f5cc02",
d: "M16 21.5c.9 0 1.5-.7 1.5-1.5 0-.9-.7-1.5-1.5-1.5-.9 0-1.5.7-1.5 1.5s.6 1.5 1.5 1.5z"
}));
var alpha_finance_lab_default = AlphaFinanceLab;
export {
alpha_finance_lab_default as default
};
//# sourceMappingURL=alpha-finance-lab.mjs.map