UNPKG

basicon

Version:

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

44 lines (42 loc) 3.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/bob_light.tsx var bob_light_exports = {}; __export(bob_light_exports, { default: () => bob_light_default }); module.exports = __toCommonJS(bob_light_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Bob_light = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 64, height: 64, fill: "#F25D00" }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#clip0_127_15)", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "mask0_127_15", style: { maskType: "luminance" }, maskUnits: "userSpaceOnUse", x: 12, y: 12, width: 40, height: 40, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M52 12H12V52H52V12Z", fill: "white" }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { mask: "url(#mask0_127_15)", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M29.9077 12H19.7445C19.3947 12 19.1111 12.2836 19.1111 12.6333V22.7966C19.1111 23.1464 19.3947 23.4299 19.7445 23.4299H29.9077C30.2575 23.4299 30.5411 23.1464 30.5411 22.7966V12.6333C30.5411 12.2836 30.2575 12 29.9077 12Z", fill: "white" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M19.1152 41.2024V51.3656C19.1152 51.7153 19.3987 51.9989 19.7484 51.9989H29.9117C30.2615 51.9989 30.545 51.7153 30.545 51.3656V41.2024C30.545 40.8527 30.2615 40.5691 29.9117 40.5691H19.7484C19.3987 40.5691 19.1152 40.8527 19.1152 41.2024Z", fill: "white" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M19.1111 26.9195V37.0827C19.1111 37.4327 19.3947 37.716 19.7445 37.716H29.9077C30.2575 37.716 30.5411 37.4327 30.5411 37.0827V26.9195C30.5411 26.5697 30.2575 26.2862 29.9077 26.2862H19.7445C19.3947 26.2862 19.1111 26.5697 19.1111 26.9195Z", fill: "white" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M33.3973 41.2033V51.3667C33.3973 51.7164 33.6808 52 34.0306 52H44.1938C44.5438 52 44.8271 51.7164 44.8271 51.3667V41.2033C44.8271 40.8536 44.5438 40.57 44.1938 40.57H34.0306C33.6808 40.57 33.3973 40.8536 33.3973 41.2033Z", fill: "white" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M33.3973 26.9162V37.0796C33.3973 37.4293 33.6808 37.7129 34.0306 37.7129H44.1938C44.5438 37.7129 44.8271 37.4293 44.8271 37.0796V26.9162C44.8271 26.5664 44.5438 26.2829 44.1938 26.2829H34.0306C33.6808 26.2829 33.3973 26.5664 33.3973 26.9162Z", fill: "white" }) ] }) ] }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_127_15", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 40, height: 40, fill: "white", transform: "translate(12 12)" }) }) }) ] }); var bob_light_default = Bob_light;