basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
33 lines (31 loc) • 2.26 kB
JavaScript
;
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/chain/abstract_dark.tsx
var abstract_dark_exports = {};
__export(abstract_dark_exports, {
default: () => abstract_dark_default
});
module.exports = __toCommonJS(abstract_dark_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Abstract_dark = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 141 127", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M93.1166 85.1282L121.195 113.222L108.021 126.404L79.9417 98.3103C77.5343 95.9016 74.361 94.5877 70.9469 94.5877C67.5328 94.5877 64.3594 95.9016 61.952 98.3103L33.8732 126.404L20.6983 113.222L48.7771 85.1282H93.0947H93.1166Z", fill: "#00DE73" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M97.8 77.0262L136.143 87.296L140.958 69.2747L102.615 59.0049C99.332 58.129 96.5963 56.0269 94.8892 53.0708C93.1822 50.1365 92.7445 46.6987 93.6199 43.4141L103.884 5.05029L85.8725 0.23291L75.6083 38.5967L97.7781 77.0043L97.8 77.0262Z", fill: "#00DE73" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M44.1155 77.0262L5.77252 87.296L0.957764 69.2747L39.3007 59.0049C42.5835 58.129 45.3192 56.0269 47.0262 53.0708C48.7333 50.1365 49.171 46.6987 48.2956 43.4141L38.0314 5.05029L56.043 0.23291L66.3072 38.5967L44.1374 77.0043L44.1155 77.0262Z", fill: "#00DE73" })
] });
var abstract_dark_default = Abstract_dark;