basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
33 lines (31 loc) • 2.27 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/token/tbtc.tsx
var tbtc_exports = {};
__export(tbtc_exports, {
default: () => tbtc_default
});
module.exports = __toCommonJS(tbtc_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Tbtc = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 23 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M11.513 23.227c6.2 0 11.226-5.027 11.226-11.227S17.713.773 11.513.773C5.313.773.286 5.8.286 12s5.026 11.227 11.227 11.227Z", fill: "#1D2229" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9.652 11.06h-1.88v1.88h1.88v-1.88Zm-1.88-1.88h-1.88v1.88h1.88V9.18Zm-1.881 1.88h-1.88v1.88h1.88v-1.88Z", fill: "#fff" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.772 12.94h-1.88v1.88h1.88v-1.88Zm10.686-3.356c-.133-1.382-1.326-1.846-2.833-1.979V6.72h-1.167v.835c-.307 0-.62.006-.932.012v-.848H12.36v.885c-.253.005-1.805.004-1.805.004l-.004 1.029.974.005v6.743h-.973l-.009 1.015c.283 0 1.541.005 1.814.007v.874h1.166v-.853c.32.007.63.01.932.009v.844h1.168v-.87c1.962-.112 3.336-.606 3.507-2.448.139-1.484-.56-2.146-1.673-2.415.677-.346 1.1-.952 1.001-1.964Zm-1.635 4.147c0 1.45-2.482 1.284-3.274 1.285v-2.57c.792 0 3.272-.226 3.273 1.285Zm-.542-3.626c0 1.32-2.071 1.165-2.73 1.165V8.938c.66 0 2.73-.208 2.73 1.167Z", fill: "#fff" })
] });
var tbtc_default = Tbtc;