UNPKG

basicon

Version:

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

105 lines (103 loc) 5.28 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/token/virtual.tsx var virtual_exports = {}; __export(virtual_exports, { default: () => virtual_default }); module.exports = __toCommonJS(virtual_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Virtual = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)( "svg", { width: "512", height: "512", viewBox: "0 0 512 512", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "512", height: "512", rx: "256", fill: "url(#paint0_linear_6942_82)" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { fillRule: "evenodd", clipRule: "evenodd", d: "M312.485 263.363C337.05 254.791 360.2 240.166 377.894 224.286L377.907 224.313C378.597 223.669 379.022 222.793 379.102 221.855C379.182 220.916 378.911 219.982 378.341 219.231C377.77 218.48 376.941 217.966 376.013 217.788C375.085 217.609 374.124 217.779 373.314 218.265C355.565 228.876 335.977 237.277 315.897 242.405C316.497 234.768 316.37 227.084 315.383 219.442C313.113 202.475 307.351 185.521 295.37 172.608C282.1 157.929 260.314 152.443 241.509 158.317C218.917 165.034 200.086 185.387 199.361 209.674C198.448 241.655 228.239 267.721 258.554 270.652C262.09 271.039 265.658 271.227 269.245 271.232C263.655 283.448 256.401 295.118 248.64 305.924C224.805 266.608 189.074 234.406 146.602 216.793C136.71 212.608 126.455 209.334 115.964 207.011C112.391 206.275 108.993 205.619 105.219 205.205C104.302 205.118 103.385 205.361 102.633 205.89C101.881 206.418 101.343 207.198 101.118 208.087C100.892 208.976 100.993 209.916 101.403 210.737C101.813 211.559 102.504 212.207 103.352 212.564C127.064 224.289 148.812 239.6 167.823 257.953C192.46 281.655 211.869 310.21 224.814 341.799C230.522 355.408 248.427 360.386 260.408 351.635C262.247 350.279 263.927 348.721 265.418 346.991C276.159 335.348 285.615 322.589 293.624 308.935C301.806 294.982 308.546 279.483 312.485 263.363ZM259.329 325.694L259.333 325.702L259.642 326.331C259.543 326.116 259.439 325.903 259.329 325.694ZM277.617 247.243C279.492 239.23 280.424 231.083 280.125 222.881C279.333 208.162 273.665 187.368 256.163 187.046C241.093 186.872 227.232 201.11 231.543 216.231C237.925 238.299 256.983 246.347 277.617 247.243Z", fill: "url(#paint1_linear_6942_82)" } ), /* @__PURE__ */ (0, import_jsx_runtime.jsx)( "path", { d: "M389.539 209.273C391.084 216.472 393.461 221.035 400.405 220.111C406.369 219.322 411.285 213.34 411.285 207.359C411.285 201.378 406.342 197.51 400.405 198.447C392.87 199.638 388.277 203.425 389.539 209.273Z", fill: "url(#paint2_linear_6942_82)" } ), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)( "linearGradient", { id: "paint0_linear_6942_82", x1: "0", y1: "0", x2: "512", y2: "512", gradientUnits: "userSpaceOnUse", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { stopColor: "#C5F1F3" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "1", stopColor: "#F1FFD5" }) ] } ), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)( "linearGradient", { id: "paint1_linear_6942_82", x1: "101", y1: "156", x2: "411", y2: "356", gradientUnits: "userSpaceOnUse", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { stopColor: "#44BCC3" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "1", stopColor: "#236D66" }) ] } ), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)( "linearGradient", { id: "paint2_linear_6942_82", x1: "101", y1: "156", x2: "411", y2: "356", gradientUnits: "userSpaceOnUse", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { stopColor: "#44BCC3" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "1", stopColor: "#236D66" }) ] } ) ] }) ] } ); var virtual_default = Virtual;