@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
14 lines • 410 B
JavaScript
// src/vite.tsx
import * as React from "react";
var Vite = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 1024 963",
...props
}, /* @__PURE__ */ React.createElement("path", {
d: "m0 234.7 285.3 727.6 31.6-798.8zm389.3-84.9-94 813.6L1024 0z"
}));
var vite_default = Vite;
export {
vite_default as default
};
//# sourceMappingURL=vite.mjs.map