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.72 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/ink_light.tsx
var ink_light_exports = {};
__export(ink_light_exports, {
default: () => ink_light_default
});
module.exports = __toCommonJS(ink_light_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Ink_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: "#7538F5" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M52 32C52 20.9543 43.0457 12 32 12C20.9543 12 12 20.9543 12 32C12 43.0457 20.9543 52 32 52C43.0457 52 52 43.0457 52 32ZM34.8545 46.9683C34.8545 48.3251 33.7409 49.4279 32.1603 49.4596C32.1165 49.4601 32.0727 49.4602 32.0288 49.4604H31.9712C22.3414 49.4448 14.5397 41.6335 14.5397 32C14.5397 22.357 22.3569 14.5397 32 14.5397C32.0519 14.5397 32.104 14.5399 32.1558 14.5404C33.9395 14.5722 34.8545 15.675 34.8545 17.0317C34.8545 18.4125 33.6339 19.4286 32.3408 19.4286C31.0476 19.4286 30.9841 19.4286 29.7463 19.5278C28.5084 19.627 27.2284 20.643 27.2284 22.0198C27.2284 23.4047 28.3535 24.5199 29.7463 24.5199H40.7244C42.1132 24.5199 43.2381 25.6352 43.2381 27.0119C43.2381 28.3887 42.1132 29.5039 40.7244 29.5039H23.8152C22.4224 29.5039 21.2974 30.6233 21.2974 32.0041C21.2974 33.3808 22.4224 34.4961 23.8152 34.4961H32.3408C33.7296 34.4961 34.8545 35.6113 34.8545 36.9921C34.8545 38.3689 33.7296 39.4842 32.3408 39.4842H29.7463C28.3535 39.4842 27.2284 40.5994 27.2284 41.9761C27.2284 43.3569 28.3814 44.3649 29.7463 44.4682C29.8538 44.4764 29.9523 44.4838 30.0429 44.4908C30.5232 44.5273 30.7856 44.5473 31.0484 44.5583C31.3649 44.5715 31.682 44.5715 32.3809 44.5715C33.7697 44.5715 34.8545 45.5916 34.8545 46.9683Z", fill: "white" })
] });
var ink_light_default = Ink_light;