UNPKG

basicon

Version:

Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe

15 lines (13 loc) 958 B
// src/generated/token/ezeth.tsx import { jsx, jsxs } from "react/jsx-runtime"; var Ezeth = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 92 91", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ jsx("rect", { x: 0.659, width: 90.546, height: 90.546, rx: 45.273, fill: "#C4FF61" }), /* @__PURE__ */ jsx("path", { d: "M45.816 21.473v16.73l15.776 8.85-15.776-25.58Zm.467 36.252V69.73L61.6 48.904l-15.318 8.821Z", fill: "#000", fillOpacity: 0.7 }), /* @__PURE__ */ jsx("path", { d: "M45.742 38.063v17.506l15.931-8.516-15.93-8.99Z", fill: "#000" }), /* @__PURE__ */ jsx("path", { d: "M45.898 21.473v16.73l-15.93 8.85 15.93-25.58Zm-.622 36.252V69.73L29.958 48.904l15.318 8.821Z", fill: "#000" }), /* @__PURE__ */ jsx("path", { d: "M45.816 38.063v17.506l-15.93-8.516 15.93-8.99Z", fill: "#000", fillOpacity: 0.7 }) ] }); var ezeth_default = Ezeth; export { ezeth_default };