@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
44 lines (43 loc) • 3.25 kB
JavaScript
;
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __getProtoOf = Object.getPrototypeOf;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/ocean-protocol.tsx
var ocean_protocol_exports = {};
__export(ocean_protocol_exports, {
default: () => ocean_protocol_default
});
module.exports = __toCommonJS(ocean_protocol_exports);
var React = __toESM(require("react"));
var OceanProtocol = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 368 372",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#141414",
d: "M47.13 179.41a19.82 19.82 0 1 1-19.82-19.81 19.82 19.82 0 0 1 19.82 19.81m314.91 0a19.82 19.82 0 1 1-19.81-19.81A19.82 19.82 0 0 1 362 179.41M204.59 257.6a19.82 19.82 0 1 1-19.81-19.81 19.82 19.82 0 0 1 19.81 19.81M125.32 219a19.82 19.82 0 1 1-19.82-19.82A19.82 19.82 0 0 1 125.32 219m157.46 0A19.82 19.82 0 1 1 263 199.23 19.82 19.82 0 0 1 282.78 219M40.7 239.4A13.39 13.39 0 1 1 27.32 226a13.39 13.39 0 0 1 13.38 13.4m314.91 0a13.39 13.39 0 1 1-13.38-13.4 13.4 13.4 0 0 1 13.39 13.39m-157.46 79.26a13.39 13.39 0 1 1-13.38-13.38 13.4 13.4 0 0 1 13.38 13.38M118.9 279a13.39 13.39 0 1 1-13.38-13.39A13.38 13.38 0 0 1 118.9 279m157.46 0A13.39 13.39 0 1 1 263 265.64 13.39 13.39 0 0 1 276.35 279m-242.07 7.52a7 7 0 1 1-7-7 7 7 0 0 1 7 7m314.91 0a7 7 0 1 1-7-7 7 7 0 0 1 7 7m-157.46 79.27a7 7 0 1 1-7-7 7 7 0 0 1 7 7m-79.26-39.63a7 7 0 1 1-7-7 7 7 0 0 1 7 7m157.46 0a7 7 0 1 1-7-7 7 7 0 0 1 7 7M211 26.78A26.78 26.78 0 1 1 184.24 0 26.78 26.78 0 0 1 211 26.78m0 79.22a26.78 26.78 0 1 1-26.77-26.78A26.78 26.78 0 0 1 211 106m0 78.2a26.78 26.78 0 1 1-26.77-26.78A26.78 26.78 0 0 1 211 184.24M368.47 106a26.78 26.78 0 1 1-26.78-26.78A26.78 26.78 0 0 1 368.47 106m-314.91 0a26.78 26.78 0 1 1-26.78-26.74A26.78 26.78 0 0 1 53.56 106m79.26-39.63A26.78 26.78 0 1 1 106 39.63a26.78 26.78 0 0 1 26.78 26.78m0 78.19A26.78 26.78 0 1 1 106 117.82a26.78 26.78 0 0 1 26.78 26.78m157.5-78.19a26.78 26.78 0 1 1-26.78-26.78 26.78 26.78 0 0 1 26.78 26.78m0 78.19a26.78 26.78 0 1 1-26.78-26.78 26.78 26.78 0 0 1 26.78 26.78"
}));
var ocean_protocol_default = OceanProtocol;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=ocean-protocol.js.map