@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
20 lines • 583 B
JavaScript
// src/switcheo.tsx
import * as React from "react";
var Switcheo = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 62 62",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#063c4f",
d: "M0 0h62v62H0V0z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#e2fca4",
fillRule: "evenodd",
d: "M53 9v44h-8.6V24.4L15.8 52.9l-6.7-6.7 28.6-28.6H9V9h44z",
clipRule: "evenodd"
}));
var switcheo_default = Switcheo;
export {
switcheo_default as default
};
//# sourceMappingURL=switcheo.mjs.map