UNPKG

basicon

Version:

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

9 lines (7 loc) 725 B
// src/generated/chain/polygon_dark.tsx import { jsx } from "react/jsx-runtime"; var Polygon_dark = (props) => /* @__PURE__ */ jsx("svg", { viewBox: "0 0 360 360", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: /* @__PURE__ */ jsx("path", { d: "M157.743 154.241L141.052 144.58L90.9766 173.561V231.519L141.052 260.5L191.13 231.519V141.359L218.948 125.26L246.77 141.359V173.561L218.948 189.66L202.257 180.002V205.759L218.948 215.42L269.024 186.439V128.481L218.948 99.5L168.873 128.481V218.641L141.052 234.74L113.233 218.641V186.439L141.052 170.34L157.743 179.998V154.241Z", fill: "#6C00F6" }) }); var polygon_dark_default = Polygon_dark; export { polygon_dark_default };