UNPKG

basicon

Version:

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

32 lines (30 loc) 1.76 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/blast_light.tsx var blast_light_exports = {}; __export(blast_light_exports, { default: () => blast_light_default }); module.exports = __toCommonJS(blast_light_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Blast_light = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 252 166", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M197.902 81.513L237.51 61.7769L251.163 19.8713L223.857 0H42.0407L0 31.2264H213.718L202.363 66.373H116.66L108.414 92.057H194.117L170.055 166L210.204 146.129L224.533 101.79L197.632 82.0538L197.902 81.513Z", fill: "black" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M60.4215 134.233L85.1593 57.1807L57.7179 36.6334L16.4883 166H170.052L180.325 134.233H60.4215Z", fill: "black" }) ] }); var blast_light_default = Blast_light;