UNPKG

basicon

Version:

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

35 lines (33 loc) 2.98 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/comp.tsx var comp_exports = {}; __export(comp_exports, { default: () => comp_default }); module.exports = __toCommonJS(comp_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Comp = (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(#clip0_340_2)", children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M128 256C198.692 256 256 198.692 256 128C256 57.3075 198.692 0 128 0C57.3075 0 0 57.3075 0 128C0 198.692 57.3075 256 128 256Z", fill: "#070A0E" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M76.1332 169.428C72.4491 167.174 70.1958 163.161 70.1958 158.852V134.791C70.1958 133.87 70.4425 132.982 70.903 132.192C72.3339 129.725 75.5082 128.886 77.9753 130.334L132.284 161.994C135.458 163.852 137.415 167.24 137.415 170.924V195.858C137.415 196.993 137.103 198.127 136.51 199.098C134.718 202.025 130.902 202.946 127.974 201.154L76.1332 169.428ZM157.086 123.738C160.26 125.597 162.217 128.985 162.217 132.669V183.259C162.217 184.756 161.411 186.138 160.112 186.861L148.221 193.555C148.073 193.637 147.908 193.703 147.744 193.753V165.661C147.744 162.027 145.836 158.655 142.711 156.78L95.0145 128.245V96.5354C95.0145 95.6144 95.2612 94.7263 95.7217 93.9368C97.1526 91.4698 100.327 90.631 102.794 92.0783L157.086 123.738ZM180.852 86.3713C184.043 88.2133 186 91.6343 186 95.3184V169.214C186 170.727 185.161 172.125 183.829 172.849L172.563 178.934V127.488C172.563 123.854 170.655 120.498 167.546 118.623L118.797 89.3811V59.2998C118.797 58.3788 119.044 57.4907 119.488 56.7012C120.919 54.2342 124.093 53.3954 126.56 54.8263L180.852 86.3713Z", fill: "#00D395" }) ] }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "clip0_340_2", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 256, height: 256, fill: "white" }) }) }) ] }); var comp_default = Comp;