@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
15 lines • 545 B
JavaScript
// src/ontology.tsx
import * as React from "react";
var Ontology = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2691 2626",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#2da7bf",
d: "M.71 1151.2V56.2l2220 2236c-46 38-600 481-1260 284-573-172-980-756-960-1425Zm2688 328 3 1087-2227-2228c46-39 599-484 1259-289 576 171 985 757 964 1430Z"
}));
var ontology_default = Ontology;
export {
ontology_default as default
};
//# sourceMappingURL=ontology.mjs.map