@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
50 lines (49 loc) • 2.48 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/patientory.tsx
var patientory_exports = {};
__export(patientory_exports, {
default: () => patientory_default
});
module.exports = __toCommonJS(patientory_exports);
var React = __toESM(require("react"));
var Patientory = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
id: "Layer_1",
viewBox: "0 0 344 329",
...props
}, /* @__PURE__ */ React.createElement("style", null, ".st0{fill:#42b34f}"), /* @__PURE__ */ React.createElement("path", {
d: "M106.8 71.1v23c0 14.6-11.8 26.3-26.3 26.3H29.6C13.3 120.3 0 133.7 0 150v43.4C0 209.7 13.3 223 29.6 223h50.9c14.6 0 26.3 11.9 26.3 26.3v50.9c0 16.3 13.3 29.6 29.6 29.6h43.4c16.3 0 29.6-13.3 29.6-29.6v-50.9c0-14.6 11.8-26.3 26.3-26.3h23c-83.6 0-151.9-68.3-151.9-151.9z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M316.2 193.4V150c0-16.3-13.3-29.6-29.6-29.6h-50.9c-14.6 0-26.3-11.8-26.3-26.3V43.2c0-16.3-13.3-29.6-29.6-29.6h-43.4c-16.3 0-29.6 13.3-29.6 29.6v27.9c0 83.6 68.4 151.9 151.9 151.9h27.9c16.3 0 29.6-13.3 29.6-29.6z",
className: "st0"
}), /* @__PURE__ */ React.createElement("path", {
d: "M240.3 82.1S230.4-21.2 344 4c-2.1 30.4.7 105.2-103.7 78.1z",
className: "st0"
}));
var patientory_default = Patientory;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=patientory.js.map