basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
23 lines (21 loc) • 1.82 kB
JavaScript
// src/generated/chain/zora_light.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Zora_light = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 30 30", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_11458_24176)", children: /* @__PURE__ */ jsx("g", { clipPath: "url(#clip1_11458_24176)", children: /* @__PURE__ */ 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__ */ jsxs("defs", { children: [
/* @__PURE__ */ 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__ */ jsx("stop", { offset: 682297e-8, stopColor: "#F2CEFE" }),
/* @__PURE__ */ jsx("stop", { offset: 0.1913, stopColor: "#AFBAF1" }),
/* @__PURE__ */ jsx("stop", { offset: 0.4982, stopColor: "#4281D3" }),
/* @__PURE__ */ jsx("stop", { offset: 0.666667, stopColor: "#2E427D" }),
/* @__PURE__ */ jsx("stop", { offset: 0.822917, stopColor: "#230101" }),
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#8F6B40" })
] }),
/* @__PURE__ */ jsx("clipPath", { id: "clip0_11458_24176", children: /* @__PURE__ */ jsx("rect", { width: 30, height: 30, fill: "white" }) }),
/* @__PURE__ */ jsx("clipPath", { id: "clip1_11458_24176", children: /* @__PURE__ */ jsx("rect", { width: 30, height: 30, fill: "white" }) })
] })
] });
var zora_light_default = Zora_light;
export {
zora_light_default
};