UNPKG

basicon

Version:

Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe

44 lines (42 loc) 4.01 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/arb.tsx var arb_exports = {}; __export(arb_exports, { default: () => arb_default }); module.exports = __toCommonJS(arb_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Arb = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#a)", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M128 256c70.692 0 128-57.308 128-128C256 57.308 198.692 0 128 0 57.308 0 0 57.307 0 128c0 70.692 57.307 128 128 128Z", fill: "#213147" }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { clipPath: "url(#b)", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M47.595 89.58v76.84a13.72 13.72 0 0 0 6.868 11.887l66.546 38.428a13.748 13.748 0 0 0 13.72 0l66.545-38.428a13.72 13.72 0 0 0 6.869-11.887V89.58a13.72 13.72 0 0 0-6.869-11.887l-66.545-38.428a13.749 13.749 0 0 0-13.72 0L54.447 77.693a13.706 13.706 0 0 0-6.852 11.887Z", fill: "#213147" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m142.386 142.903-9.49 26.026a3.327 3.327 0 0 0 0 2.236l16.326 44.782 18.884-10.906-22.664-62.138c-.514-1.432-2.541-1.432-3.056 0Zm19.029-43.768c-.515-1.432-2.542-1.432-3.056 0l-9.491 26.026a3.339 3.339 0 0 0 0 2.236l26.75 73.317 18.884-10.906-33.087-90.673Z", fill: "#12AAFF" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M127.861 42.144c.466 0 .933.13 1.351.354l72.014 41.581a2.707 2.707 0 0 1 1.351 2.332v83.145c0 .966-.514 1.85-1.351 2.333l-72.014 41.581a2.653 2.653 0 0 1-1.351.353c-.467 0-.933-.128-1.351-.353l-72.014-41.549a2.709 2.709 0 0 1-1.352-2.332V86.427c0-.965.515-1.85 1.352-2.332l72.014-41.58a2.7 2.7 0 0 1 1.351-.37Zm0-12.144c-2.558 0-5.131.66-7.432 1.995L48.431 73.559A14.855 14.855 0 0 0 41 86.427v83.146a14.854 14.854 0 0 0 7.431 12.868l72.015 41.58a14.924 14.924 0 0 0 7.431 1.995c2.558 0 5.131-.659 7.431-1.995l72.015-41.58a14.855 14.855 0 0 0 7.431-12.868V86.427a14.855 14.855 0 0 0-7.431-12.868l-72.031-41.564A14.804 14.804 0 0 0 127.861 30Z", fill: "#9DCCED" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m80.232 200.81 6.627-18.144 13.335 11.083-12.466 11.388-7.496-4.327Z", fill: "#213147" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M121.797 80.476H103.54c-1.367 0-2.59.852-3.056 2.14L61.348 189.903l18.884 10.906 43.093-118.147c.402-1.061-.386-2.187-1.528-2.187Zm31.945 0h-18.257c-1.367 0-2.59.852-3.056 2.14L87.744 205.12l18.884 10.906L155.27 82.663a1.631 1.631 0 0 0-1.528-2.187Z", fill: "#fff" }) ] }) ] }), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", d: "M0 0h256v256H0z" }) }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "b", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fill: "#fff", transform: "translate(41 30)", d: "M0 0h173.722v196H0z" }) }) ] }) ] }); var arb_default = Arb;