@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
30 lines • 994 B
JavaScript
// src/hedgetrade.tsx
import * as React from "react";
var Hedgetrade = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
"data-name": "Layer 1",
viewBox: "0 0 71 90",
...props
}, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("linearGradient", {
id: "a",
x1: 9.51,
x2: 61.57,
y1: 72.74,
y2: 20.67,
gradientTransform: "matrix(1 0 0 -1 0 92)",
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#a6ff33"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#13afbc"
}))), /* @__PURE__ */ React.createElement("path", {
fill: "url(#a)",
d: "m52.8 15.54-4.28 24.28H24.49l4.28-24.28H13.23L2.74 75.05 0 90.59l18.28-15.54 4.02-22.83h24.03L42.3 75.05h15.54l10.5-59.51L71.08 0 52.8 15.54z"
}));
var hedgetrade_default = Hedgetrade;
export {
hedgetrade_default as default
};
//# sourceMappingURL=hedgetrade.mjs.map