UNPKG

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.22 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/token/bal.tsx var bal_exports = {}; __export(bal_exports, { default: () => bal_default }); module.exports = __toCommonJS(bal_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Bal = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 46 46", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M45.75 23c0 12.565-10.185 22.75-22.75 22.75S.25 35.565.25 23 10.435.25 23 .25 45.75 10.435 45.75 23Z", fill: "#fff", stroke: "#383D51", strokeWidth: 0.5 }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M29.175 25.718c5.36.785 9.098 2.562 9.098 4.628 0 2.794-6.838 5.059-15.273 5.059-8.435 0-15.273-2.264-15.273-5.059 0-2.066 3.739-3.843 9.098-4.628a31.59 31.59 0 0 0 6.175.58 31.761 31.761 0 0 0 6.036-.552l.14-.028Zm-2.301-8.45c4.864.536 8.372 2.053 8.372 3.84 0 2.235-5.483 4.047-12.246 4.047-6.763 0-12.246-1.812-12.246-4.047 0-1.787 3.508-3.304 8.372-3.84a24.42 24.42 0 0 0 3.874.3 24.613 24.613 0 0 0 3.748-.28l.126-.02Z", fill: "#000" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M23 16.672c5.017 0 9.084-1.359 9.084-3.035 0-1.677-4.067-3.035-9.084-3.035-5.017 0-9.084 1.358-9.084 3.035 0 1.676 4.067 3.035 9.084 3.035Z", fill: "#000" }) ] }); var bal_default = Bal;