UNPKG

basicon

Version:

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

35 lines (33 loc) 2.01 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/generated/token/ezeth.tsx var ezeth_exports = {}; __export(ezeth_exports, { default: () => ezeth_default }); module.exports = __toCommonJS(ezeth_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Ezeth = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 92 91", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: 0.659, width: 90.546, height: 90.546, rx: 45.273, fill: "#C4FF61" }), /* @__PURE__ */ (0, import_jsx_runtime.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__ */ (0, import_jsx_runtime.jsx)("path", { d: "M45.742 38.063v17.506l15.931-8.516-15.93-8.99Z", fill: "#000" }), /* @__PURE__ */ (0, import_jsx_runtime.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__ */ (0, import_jsx_runtime.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;