UNPKG

@web3sdkio/chain-icons

Version:

A quick, easy and light-weight way to add chain / network icons to your react app.

27 lines 943 B
// src/basic-attention-token.tsx import * as React from "react"; var BasicAttentionToken = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2000 1719", ...props }, /* @__PURE__ */ React.createElement("path", { fill: "#662d91", d: "m2000 1716.64-995.21-569.86L0 1719l2000-2.36z" }), /* @__PURE__ */ React.createElement("path", { fill: "#9e1f63", d: "m1005.11 0-.32 1146.78L2000 1716.64 1005.11 0z" }), /* @__PURE__ */ React.createElement("path", { fill: "#ff5000", d: "m0 1719 1004.79-572.22L1005.11 0 0 1719z" }), /* @__PURE__ */ React.createElement("path", { fill: "#fff", stroke: "#ff5000", strokeMiterlimit: 10, strokeWidth: 25, d: "M1002.75 695.67 591.9 1381.92h823.54l-412.69-686.25z" })); var basic_attention_token_default = BasicAttentionToken; export { basic_attention_token_default as default }; //# sourceMappingURL=basic-attention-token.mjs.map