UNPKG

@web3sdks/chain-icons

Version:

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

22 lines 592 B
// src/salt.tsx import * as React from "react"; var Salt = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props }, /* @__PURE__ */ React.createElement("g", { fill: "none" }, /* @__PURE__ */ React.createElement("circle", { cx: 16, cy: 16, r: 16, fill: "#1BEEF4" }), /* @__PURE__ */ React.createElement("path", { fill: "#FFF", d: "m16.5 10.445 5.804 12.214H10.696L16.5 10.445zM16.5 5 7 25h19L16.5 5z" }))); var salt_default = Salt; export { salt_default as default }; //# sourceMappingURL=salt.mjs.map