basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
43 lines (41 loc) • 4.32 kB
JavaScript
;
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/scroll_dark.tsx
var scroll_dark_exports = {};
__export(scroll_dark_exports, {
default: () => scroll_dark_default
});
module.exports = __toCommonJS(scroll_dark_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Scroll_dark = (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.jsxs)("g", { clipPath: "url(#clip0_12956_2136)", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "mask0_12956_2136", style: {
maskType: "luminance"
}, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 256, height: 256, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M256 0H0V256H256V0Z", fill: "white" }) }),
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { mask: "url(#mask0_12956_2136)", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M31.8793 99.018C22.0809 89.7716 15.1806 77.7651 15.1806 63.4125V61.8945C16.0087 37.6055 36.0195 18.0087 60.3085 17.1806H215.151C219.153 17.3186 222.465 20.2168 222.465 24.3569V155.324C226.053 156.014 227.709 156.428 231.16 157.67C233.782 158.636 237.646 160.845 237.646 160.845V24.3569C237.37 11.9364 227.571 2 215.151 2H60.3085C26.9111 2.55202 0 29.8771 0 63.4125C0 82.8713 8.83237 99.57 23.461 111.301C24.427 112.129 25.393 113.095 28.0152 113.095C32.5693 113.095 35.7435 109.506 35.6055 105.504C35.4675 102.192 34.0874 100.95 31.8793 99.018Z", fill: "white" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M211.286 164.157H89.8405C81.6982 164.157 75.0739 170.919 75.0739 179.061V196.45C75.3499 204.454 82.2502 211.493 90.2545 211.493H99.2249V196.45H90.2545V179.337C90.2545 179.337 92.4626 179.337 95.2227 179.337C110.541 179.337 121.858 193.552 121.858 208.871C121.858 222.395 109.575 239.646 89.0125 238.266C70.6577 237.024 60.8593 220.739 60.8593 208.871V60.7905C60.8593 54.1662 55.4771 48.646 48.7148 48.646H36.5703V63.8266H45.5407V208.871C45.1267 238.404 66.5175 253.308 88.8745 253.308L211.286 253.722C235.989 253.722 255.999 233.712 255.999 209.009C255.999 184.305 235.989 164.157 211.286 164.157ZM240.681 209.837C240.129 225.707 227.156 238.404 211.286 238.404L126.136 238.128C132.898 230.261 137.038 220.049 137.038 209.009C137.038 191.482 126.55 179.475 126.55 179.475H211.286C227.57 179.475 240.681 192.724 240.681 209.009V209.837Z", fill: "white" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M179.546 66.4484H87.082V51.4058H179.546C183.272 51.4058 186.17 54.4419 186.17 58.0301V59.8242C186.17 63.5503 183.134 66.4484 179.546 66.4484Z", fill: "white" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M179.546 137.798H87.082V122.755H179.546C183.272 122.755 186.17 125.791 186.17 129.379V131.173C186.17 134.762 183.134 137.798 179.546 137.798Z", fill: "white" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M195.552 102.192H86.9414V87.1494H195.552C199.278 87.1494 202.176 90.1855 202.176 93.7737V95.5678C202.314 99.1559 199.278 102.192 195.552 102.192Z", fill: "white" })
] })
] }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_12956_2136", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 256, height: 256, fill: "white" }) }) })
] });
var scroll_dark_default = Scroll_dark;