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) • 2.22 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/soneium_light.tsx
var soneium_light_exports = {};
__export(soneium_light_exports, {
default: () => soneium_light_default
});
module.exports = __toCommonJS(soneium_light_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Soneium_light = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 141 141", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M79.019 107.825C66.3252 110.841 52.4038 107.4 42.5041 97.4951C29.7054 84.6977 27.2073 65.7083 36.4532 50.666C40.2713 44.4554 43.8981 40.7427 47.0315 37.622C59.9474 24.7568 83.6698 1.33914 83.6698 1.33914C61.5202 -3.04589 37.6622 3.33737 20.5026 20.5012C-6.83421 47.8352 -6.83421 92.1603 20.5026 119.494C28.9775 127.968 39.0808 133.809 49.8133 137.034L79.0252 107.825H79.019Z", fill: "black" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M60.9827 32.17C73.6766 29.1541 87.5979 32.5955 97.4977 42.5004C110.296 55.2977 112.794 74.2872 103.549 89.3295C99.7305 95.54 96.1037 99.2528 92.9703 102.374C80.0544 115.239 56.332 138.656 56.332 138.656C78.4815 143.041 102.34 136.658 119.499 119.494C146.836 92.1603 146.836 47.8352 119.499 20.5013C111.024 12.0273 100.921 6.18673 90.1885 2.96118L60.9766 32.17H60.9827Z", fill: "black" })
] });
var soneium_light_default = Soneium_light;