UNPKG

basicon

Version:

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

43 lines (41 loc) 3.13 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/chain/zora_light.tsx var zora_light_exports = {}; __export(zora_light_exports, { default: () => zora_light_default }); module.exports = __toCommonJS(zora_light_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Zora_light = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#clip0_11458_24176)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#clip1_11458_24176)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M14.9188 29.8373C6.67944 29.8373 0.00012207 23.1581 0.00012207 14.9187C0.00012207 6.67931 6.67944 0 14.9188 0C23.1581 0 29.8373 6.67931 29.8373 14.9187C29.8373 23.1581 23.1581 29.8373 14.9188 29.8373Z", fill: "url(#paint0_radial_11458_24176)" }) }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("radialGradient", { id: "paint0_radial_11458_24176", cx: 0, cy: 0, r: 1, gradientUnits: "userSpaceOnUse", gradientTransform: "translate(21.6921 8.02215) rotate(180) scale(25.2008)", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 682297e-8, stopColor: "#F2CEFE" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0.1913, stopColor: "#AFBAF1" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0.4982, stopColor: "#4281D3" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0.666667, stopColor: "#2E427D" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0.822917, stopColor: "#230101" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 1, stopColor: "#8F6B40" }) ] }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_11458_24176", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 30, height: 30, fill: "white" }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip1_11458_24176", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 30, height: 30, fill: "white" }) }) ] }) ] }); var zora_light_default = Zora_light;