UNPKG

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) 4.18 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/taiko_light.tsx var taiko_light_exports = {}; __export(taiko_light_exports, { default: () => taiko_light_default }); module.exports = __toCommonJS(taiko_light_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Taiko_light = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "mask0_14640_6279", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 256, height: 256, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 256, height: 256, fill: "#D9D9D9" }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { mask: "url(#mask0_14640_6279)" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M248.155 196.475L204.719 137.396C200 130.977 193.013 127.131 185.572 126.283C183.878 126.086 182.366 125.102 181.519 123.618C180.657 122.134 180.566 120.332 181.247 118.758C184.226 111.884 184.407 103.905 181.201 96.607L151.816 29.4125C147.46 19.4348 137.614 13 126.74 13C115.866 13 106.021 19.45 101.665 29.4125L72.2793 96.607C69.0882 103.905 69.2546 111.884 72.234 118.758C72.9147 120.332 72.8087 122.134 71.9616 123.618C71.0997 125.102 69.6025 126.086 67.9086 126.283C60.4675 127.131 53.4804 130.977 48.7618 137.396L5.32615 196.475C-1.11661 205.242 -1.76694 216.991 3.66251 226.424C9.1071 235.841 19.603 241.155 30.4015 239.959L103.223 231.844C111.133 230.966 117.953 226.832 122.4 220.806C123.413 219.429 125.031 218.611 126.74 218.611C128.449 218.611 130.052 219.429 131.081 220.806C135.527 226.832 142.348 230.966 150.258 231.844L223.079 239.959C233.878 241.171 244.374 235.856 249.818 226.424C255.247 216.991 254.597 205.242 248.155 196.475ZM91.2748 105.04L120.706 37.7702C121.764 35.3628 124.139 33.8033 126.755 33.8033C129.372 33.8033 131.746 35.3628 132.805 37.7702L162.236 105.04C163.159 107.16 162.962 109.613 161.692 111.551C160.421 113.489 158.274 114.655 155.944 114.655H97.5514C95.2373 114.655 93.0747 113.489 91.8042 111.551C90.5338 109.613 90.3372 107.16 91.2597 105.04H91.2748ZM106.383 207.452C105.34 209.526 103.313 210.92 101.015 211.177L28.1177 219.292C25.5164 219.58 22.9756 218.308 21.6599 216.037C20.3441 213.766 20.5104 210.935 22.0682 208.815L65.5491 149.675C66.9256 147.813 69.1335 146.753 71.4476 146.889C73.7615 147.01 75.8485 148.297 77.013 150.311L77.0586 150.387L106.172 200.866L106.217 200.942C107.382 202.955 107.442 205.408 106.399 207.467L106.383 207.452ZM132.729 184.62C131.489 186.755 129.221 188.087 126.74 188.087C124.275 188.087 121.992 186.77 120.751 184.635L98.3831 145.86C97.1428 143.725 97.1428 141.075 98.3831 138.94C99.6234 136.806 101.892 135.473 104.372 135.473H149.093C151.559 135.473 153.842 136.775 155.083 138.925C156.322 141.075 156.322 143.71 155.083 145.845L132.729 184.62ZM231.836 216.037C230.52 218.308 227.994 219.595 225.378 219.307L152.481 211.192C150.182 210.935 148.156 209.542 147.112 207.467C146.069 205.393 146.129 202.94 147.294 200.942L147.339 200.866L176.452 150.387L176.498 150.311C177.662 148.297 179.749 147.01 182.063 146.889C184.377 146.768 186.585 147.813 187.961 149.675L231.443 208.815C233 210.935 233.152 213.766 231.851 216.037H231.836Z", fill: "#E81899" }) ] }); var taiko_light_default = Taiko_light;