UNPKG

basicon

Version:

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

39 lines (37 loc) 2.68 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/wsteth.tsx var wsteth_exports = {}; __export(wsteth_exports, { default: () => wsteth_default }); module.exports = __toCommonJS(wsteth_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Wsteth = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 512 512", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 512, height: 512, rx: 256, fill: "#00A3FF" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.6, d: "m361.012 237.812 2.866 4.397c32.326 49.589 25.106 114.533-17.358 156.139-24.981 24.478-57.722 36.718-90.464 36.721l104.956-197.257Z", fill: "#fff" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.2, d: "M256.044 297.764 361 237.812 256.044 435.069V297.764Z", fill: "#fff" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m150.988 237.812-2.866 4.397c-32.326 49.589-25.106 114.533 17.358 156.139 24.981 24.478 57.722 36.718 90.464 36.721L150.988 237.812Z", fill: "#fff" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.6, d: "m255.914 297.764-104.956-59.952 104.956 197.257V297.764Z", fill: "#fff" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.2, d: "M256.083 163.833v103.4l90.408-51.667-90.408-51.733Z", fill: "#fff" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.6, d: "m256.056 163.833-90.473 51.732 90.473 51.668v-103.4Z", fill: "#fff" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m256.056 76.875-90.473 138.724 90.473-51.877V76.875Z", fill: "#fff" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { opacity: 0.6, d: "m256.083 163.706 90.477 51.879-90.477-138.793v86.914Z", fill: "#fff" }) ] }); var wsteth_default = Wsteth;