UNPKG

basicon

Version:

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

12 lines (10 loc) 748 B
// src/generated/token/pol.tsx import { jsx, jsxs } from "react/jsx-runtime"; var Pol = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 360 360", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ jsx("rect", { width: 360, height: 360, rx: 180, fill: "#6C00F6" }), /* @__PURE__ */ 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; export { pol_default };