@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
21 lines • 674 B
JavaScript
// src/ardor.tsx
import * as React from "react";
var Ardor = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1984 1726",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#1562a1",
d: "M984.3 0 0 1719.5h490.8l747.4-1282L984.3 0z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#0c426c",
d: "m525.7 1726.1 653.8-380.7-251.3-311.1-402.5 691.8z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#3c87c7",
d: "m1411.9 748.7-471.4 257 590.4 720h453.3l-572.3-977z"
}));
var ardor_default = Ardor;
export {
ardor_default as default
};
//# sourceMappingURL=ardor.mjs.map