UNPKG

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) 1.86 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/bold.tsx var bold_exports = {}; __export(bold_exports, { default: () => bold_default }); module.exports = __toCommonJS(bold_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Bold = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 540 540", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: 270, cy: 270, r: 270, fill: "#63D77D" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M205.395 77.0308H144.818V440.493H265.972V425.954C284.16 435.262 304.768 440.513 326.603 440.513C400.206 440.513 459.872 380.847 459.872 307.244C459.872 233.641 400.206 173.975 326.603 173.975C304.768 173.975 284.16 179.226 265.972 188.534V92.8163V77.0308H205.395ZM265.972 188.534C222.85 210.602 193.334 255.476 193.334 307.244C193.334 359.012 222.85 403.886 265.972 425.954V188.534Z", fill: "#1C1D4F" }) ] }); var bold_default = Bold;