basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
50 lines (48 loc) • 4.13 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/metal_light.tsx
var metal_light_exports = {};
__export(metal_light_exports, {
default: () => metal_light_default
});
module.exports = __toCommonJS(metal_light_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Metal_light = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#clip0_329_13)", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M64 0H0V64H64V0Z", fill: "#F5F5F5" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "mask0_329_13", style: {
maskType: "luminance"
}, maskUnits: "userSpaceOnUse", x: 14, y: 13, width: 36, height: 38, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M49.8295 13.3333H14.6667V50.6667H49.8295V13.3333Z", fill: "white" }) }),
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { mask: "url(#mask0_329_13)", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "mask1_329_13", style: {
maskType: "luminance"
}, maskUnits: "userSpaceOnUse", x: 14, y: 13, width: 36, height: 38, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M49.8295 13.3333H14.6667V50.6667H49.8295V13.3333Z", fill: "white" }) }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { mask: "url(#mask1_329_13)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.1293 16.4065C29.1293 14.6923 30.5237 13.2999 32.2478 13.2999C33.972 13.2999 35.3664 14.689 35.3664 16.4065V34.6287C35.3664 36.3428 33.972 37.7352 32.2478 37.7352C30.527 37.7352 29.1293 36.3461 29.1293 34.6287V16.4065ZM14.7004 16.4065C14.7004 14.6891 16.0982 13.3 17.819 13.3C19.5431 13.3 20.9408 14.6891 20.9376 16.4065V44.4626H36.0292C37.7433 44.4626 39.1357 45.8572 39.1357 47.5813C39.1357 49.3053 37.7465 50.6999 36.0292 50.6999H17.8575C17.8446 50.6999 17.8318 50.7001 17.819 50.7001C17.7958 50.7001 17.7728 50.6999 17.7497 50.6992C16.9455 50.6847 16.2154 50.3632 15.6714 49.8462C15.0734 49.2803 14.7004 48.4807 14.7004 47.5934V16.4065ZM46.6772 13.2999C44.9532 13.2999 43.5586 14.6923 43.5586 16.4065V34.6287C43.5586 36.3461 44.9564 37.7352 46.6772 37.7352C48.4013 37.7352 49.7958 36.3428 49.7958 34.6287V16.4065C49.7958 14.689 48.4013 13.2999 46.6772 13.2999Z", fill: "url(#paint0_linear_329_13)" }) })
] })
] }),
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("linearGradient", { id: "paint0_linear_329_13", x1: 14.7004, y1: 32, x2: 49.7958, y2: 13.2999, gradientUnits: "userSpaceOnUse", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { stopColor: "#4400E2" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0.421875, stopColor: "#F94E6C" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 1, stopColor: "#FFCB00" })
] }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_329_13", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 64, height: 64, fill: "white" }) })
] })
] });
var metal_light_default = Metal_light;