@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
22 lines • 641 B
JavaScript
// src/bitsend.tsx
import * as React from "react";
var Bitsend = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
...props
}, /* @__PURE__ */ React.createElement("g", {
fill: "none"
}, /* @__PURE__ */ React.createElement("circle", {
cx: 16,
cy: 16,
r: 16,
fill: "#000"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#FFF",
d: "M28 15.127H4l13.964-4.69L19.927 4 28 15.127zM4.11 16.655h23.78l-13.963 4.581-1.963 6.655-7.855-11.236z"
})));
var bitsend_default = Bitsend;
export {
bitsend_default as default
};
//# sourceMappingURL=bitsend.mjs.map