UNPKG

@web3sdks/chain-icons

Version:

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

27 lines 891 B
// src/band-protocol.tsx import * as React from "react"; var BandProtocol = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "Layer_1", x: 0, y: 0, viewBox: "0 0 32 32", ...props }, /* @__PURE__ */ React.createElement("style", null, ".st1{fill:#fff}"), /* @__PURE__ */ React.createElement("circle", { cx: 16, cy: 16, r: 16, fill: "#516aff" }), /* @__PURE__ */ React.createElement("path", { d: "m18.8 11.6 2.8 1.6v-8L16 2.4 7.3 7.3v17.4l8.7 5 8.6-5.1V16l-8.3-5-2.8 1.4 8.3 4.9.1 5.9-5.9 3.3-6-3.4V8.7l6-3.3 2.8 1.5v4.7z", className: "st1" }), /* @__PURE__ */ React.createElement("path", { d: "m15.7 16.4 1.9-1 2.1 1.3-6.2 3.5V13l2.2 1.3", className: "st1" })); var band_protocol_default = BandProtocol; export { band_protocol_default as default }; //# sourceMappingURL=band-protocol.mjs.map