UNPKG

@web3sdks/chain-icons

Version:

A quick, easy and light-weight way to add chain / network icons to your react app.

18 lines 533 B
// src/neo.tsx import * as React from "react"; var Neo = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 333 368", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#00e599", d: "M0 64.6v246.5l160 57.4V120l173.1-63.8L176 0 0 64.6z" }), /* @__PURE__ */ React.createElement("path", { fill: "#00af92", d: "M173.1 127.1v134.8l160 57.4V67.9l-160 59.2z" })); var neo_default = Neo; export { neo_default as default }; //# sourceMappingURL=neo.mjs.map