@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
24 lines • 757 B
JavaScript
// src/ubiq.tsx
import * as React from "react";
var Ubiq = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1785 2000",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#333",
d: "m1089.3 213 25.24 804.73L1785 594.08z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#494949",
d: "M1780.27 1436.69V590.93L819.54 1200v800h32.34"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#0ca579",
d: "m695.7 1787-25.24-804.75L0 1405.92z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#00ea90",
d: "M4.73 563.31v845.76l960.73-608.28V0h-32.34"
}));
var ubiq_default = Ubiq;
export {
ubiq_default as default
};
//# sourceMappingURL=ubiq.mjs.map