UNPKG

basicon

Version:

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

16 lines (14 loc) 1.07 kB
// src/generated/token/eth.tsx import { jsx, jsxs } from "react/jsx-runtime"; var Eth = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ jsx("path", { d: "M128 256c70.692 0 128-57.308 128-128C256 57.308 198.692 0 128 0 57.308 0 0 57.307 0 128c0 70.692 57.307 128 128 128Z", fill: "#fff" }), /* @__PURE__ */ jsx("path", { d: "M131.482 188.289v58.964l72.876-102.69-72.876 43.726Zm70.227-62.942-70.227-116.6v84.8l70.227 31.8Z", fill: "#3B3735" }), /* @__PURE__ */ jsx("path", { d: "M131.482 100.153v72.214l69.564-40.414-69.564-31.8Z", fill: "#1F1D19" }), /* @__PURE__ */ jsx("path", { d: "m54.626 125.347 70.226-116.6v84.8l-70.226 31.8Z", fill: "#959190" }), /* @__PURE__ */ jsx("path", { d: "M124.846 100.153v72.214l-69.564-40.414 69.564-31.8Z", fill: "#403C3A" }), /* @__PURE__ */ jsx("path", { d: "M124.851 188.289v58.964l-72.876-102.69 72.876 43.726Z", fill: "#959190" }) ] }); var eth_default = Eth; export { eth_default };