@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
44 lines (43 loc) • 2.22 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/counterparty.tsx
var counterparty_exports = {};
__export(counterparty_exports, {
default: () => counterparty_default
});
module.exports = __toCommonJS(counterparty_exports);
var React = __toESM(require("react"));
var Counterparty = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2000 1240",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#ec1550",
d: "M2000 693.32 1708.91 984.6h-276.57a56.76 56.76 0 0 0-56.64 56.64v166a33.34 33.34 0 0 1-33.36 32.76h-211.16a33.34 33.34 0 0 1-33.36-33.36V803.38l172.86-172.85a33.36 33.36 0 0 1 46.36.6l76.3 76.3h200l129-128.91V409.3l-132.16-132.74h-177.8L705.54 983.39H293.6L0 690V294.1L293.91.2h401.75l174.17 174.16a33.42 33.42 0 0 1 0 46.26L721.77 368.18a32.69 32.69 0 0 1-46.06 3.33c-.81-.71-1.61-1.51-2.42-2.22l-92.32-92H408.61L277.08 408.8v166.7L408.2 706.83h182.54L1297.69 0H1705l295 295v398.32Z"
}));
var counterparty_default = Counterparty;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=counterparty.js.map