UNPKG

basicon

Version:

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

19 lines (17 loc) 1.52 kB
// src/generated/token/wsteth.tsx import { jsx, jsxs } from "react/jsx-runtime"; var Wsteth = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 512 512", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ jsx("rect", { width: 512, height: 512, rx: 256, fill: "#00A3FF" }), /* @__PURE__ */ 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__ */ jsx("path", { opacity: 0.2, d: "M256.044 297.764 361 237.812 256.044 435.069V297.764Z", fill: "#fff" }), /* @__PURE__ */ 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__ */ jsx("path", { opacity: 0.6, d: "m255.914 297.764-104.956-59.952 104.956 197.257V297.764Z", fill: "#fff" }), /* @__PURE__ */ jsx("path", { opacity: 0.2, d: "M256.083 163.833v103.4l90.408-51.667-90.408-51.733Z", fill: "#fff" }), /* @__PURE__ */ jsx("path", { opacity: 0.6, d: "m256.056 163.833-90.473 51.732 90.473 51.668v-103.4Z", fill: "#fff" }), /* @__PURE__ */ jsx("path", { d: "m256.056 76.875-90.473 138.724 90.473-51.877V76.875Z", fill: "#fff" }), /* @__PURE__ */ 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; export { wsteth_default };