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.72 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/pol.tsx var pol_exports = {}; __export(pol_exports, { default: () => pol_default }); module.exports = __toCommonJS(pol_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Pol = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 360 360", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 360, height: 360, rx: 180, fill: "#6C00F6" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "m218.804 99.582-50.232 28.85v90.041l-27.716 16.066-27.886-16.079v-32.147l27.886-15.923 17.93 10.398v-26.009l-18.087-10.268-50.22 29.176v57.712l50.39 29.019 50.219-29.019v-90.028l27.886-16.08 27.872 16.08v32.003l-27.872 16.223-18.087-10.49v25.879l17.917 10.333 50.715-28.849v-58.038l-50.715-28.85Z", fill: "#fff" }) ] }); var pol_default = Pol;