@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
26 lines • 598 B
JavaScript
// src/obyte.tsx
import * as React from "react";
var Obyte = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
...props
}, /* @__PURE__ */ React.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, /* @__PURE__ */ React.createElement("circle", {
cx: 16,
cy: 16,
r: 16,
fill: "#302C2C",
fillRule: "nonzero"
}), /* @__PURE__ */ React.createElement("circle", {
cx: 16,
cy: 16,
r: 11,
fill: "#FFF"
})));
var obyte_default = Obyte;
export {
obyte_default as default
};
//# sourceMappingURL=obyte.mjs.map