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.9 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/token/maticx.tsx
var maticx_exports = {};
__export(maticx_exports, {
default: () => maticx_default
});
module.exports = __toCommonJS(maticx_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Maticx = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 584 584", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 584, height: 584, rx: 292, fill: "#000" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M78.336 165.659 419.34 506.663 507 419.004 165.995 78l-87.66 87.659Z", fill: "#fff" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M165.996 506.664 507 165.66 419.341 78 78.337 419.005l87.659 87.659Z", fill: "#fff" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: 108, y: 108, width: 368, height: 368, rx: 184, fill: "#000" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M361.236 245.99c-4.92-2.81-11.246-2.81-16.87 0l-39.363 23.181-26.711 14.751-38.66 23.181c-4.921 2.81-11.247 2.81-16.87 0l-30.226-18.264c-4.92-2.81-8.435-8.429-8.435-14.751v-35.123c0-5.619 2.812-11.239 8.435-14.751l30.226-17.561c4.92-2.81 11.246-2.81 16.87 0l30.225 18.263c4.921 2.81 8.435 8.43 8.435 14.752v23.181l26.711-15.454v-23.883c0-5.62-2.812-11.24-8.435-14.752l-56.233-33.015c-4.921-2.81-11.247-2.81-16.87 0l-57.639 33.718c-5.624 2.809-8.435 8.429-8.435 14.049v66.03c0 5.619 2.811 11.239 8.435 14.751l56.936 33.015c4.92 2.81 11.246 2.81 16.87 0l38.66-22.478 26.711-15.454 38.66-22.478c4.921-2.81 11.247-2.81 16.87 0l30.226 17.561c4.92 2.81 8.435 8.429 8.435 14.751v35.123c0 5.619-2.812 11.239-8.435 14.751l-29.523 17.561c-4.92 2.81-11.246 2.81-16.87 0l-30.225-17.561c-4.921-2.81-8.435-8.429-8.435-14.751v-22.479l-26.711 15.454v23.181c0 5.62 2.812 11.239 8.435 14.751l56.936 33.015c4.921 2.81 11.247 2.81 16.87 0l56.936-33.015c4.921-2.809 8.435-8.429 8.435-14.751v-66.733c0-5.619-2.811-11.239-8.435-14.751l-56.936-33.015Z", fill: "#8247E5" })
] });
var maticx_default = Maticx;