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) 3.28 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/eurc.tsx var eurc_exports = {}; __export(eurc_exports, { default: () => eurc_default }); module.exports = __toCommonJS(eurc_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Eurc = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 223.576 223.576", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M111.788 0c61.74 0 111.788 50.05 111.788 111.788s-50.049 111.788-111.788 111.788S0 173.527 0 111.788 50.05 0 111.788 0Z", strokeWidth: 0, fillRule: "evenodd", fill: "#2775ca" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M137.33 33.073c-2.52-.805-4.581.691-4.581 3.338v6.509c0 1.774 1.337 3.794 3.003 4.404 26.757 9.8 45.904 35.519 45.904 65.629s-19.147 55.827-45.904 65.628c-1.827.67-3.003 2.459-3.003 4.405v6.508c0 2.646 2.06 4.143 4.582 3.338 33.813-10.804 58.298-42.482 58.298-79.88s-24.485-69.075-58.298-79.878ZM90.828 36.41c0-2.646-2.061-4.142-4.582-3.337-33.814 10.804-58.299 42.482-58.299 79.88s24.485 69.075 58.299 79.879c2.52.805 4.582-.692 4.582-3.338v-6.508c0-1.775-1.337-3.795-3.004-4.405-26.756-9.8-45.903-35.519-45.903-65.628s19.147-55.828 45.903-65.629c1.667-.61 3.004-2.63 3.004-4.404v-6.51Z", fillRule: "evenodd", strokeWidth: 0, fill: "#fff" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m140.376 134.769-6.395-2.857a2.873 2.873 0 0 0-3.75 1.343c-3.018 6.125-8.034 10.029-14.66 10.029-6 0-10.812-2.938-14.5-8.875-1.441-2.297-2.587-4.86-3.46-7.67h17.173a2.885 2.885 0 0 0 2.575-1.585l4.097-5.53c.97-1.918-.425-4.185-2.574-4.185H95.679a64.514 64.514 0 0 1-.107-3.653c-.013-1.24.022-2.453.086-3.649h19.126a2.885 2.885 0 0 0 2.575-1.584l4.097-5.53c.97-1.919-.425-4.185-2.574-4.185H97.59c3.114-10.153 9.615-16.805 17.98-16.674 6.373 0 11.32 3.49 14.495 9.204.711 1.281 2.312 1.772 3.652 1.18l6.428-2.837c1.538-.68 2.192-2.54 1.378-4.01-5.934-10.716-14.585-16.099-25.954-16.099-10.374 0-18.686 4.125-24.998 12.312-3.69 4.822-6.257 10.48-7.781 16.924h-9.338a2.885 2.885 0 0 0-2.575 1.584l-4.097 5.53c-.97 1.919.425 4.185 2.575 4.185h11.892a75.682 75.682 0 0 0-.112 3.65 63.987 63.987 0 0 0 .066 3.652h-7.749a2.885 2.885 0 0 0-2.575 1.584l-4.097 5.53c-.97 1.92.425 4.186 2.575 4.186h13.407c4.24 17.526 16.448 29.479 32.807 29.231 11.615 0 20.37-5.774 26.213-17.271.744-1.464.092-3.26-1.407-3.93Z", fill: "#fff", strokeWidth: 0 }) ] }); var eurc_default = Eurc;