@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
15 lines • 429 B
JavaScript
// src/waves.tsx
import * as React from "react";
var Waves = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 294 294",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#0055fe",
d: "M.004 147.08 147.083.002 294.16 147.08 147.083 294.158z"
}));
var waves_default = Waves;
export {
waves_default as default
};
//# sourceMappingURL=waves.mjs.map