@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
55 lines (54 loc) • 2.41 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/swarm-city.tsx
var swarm_city_exports = {};
__export(swarm_city_exports, {
default: () => swarm_city_default
});
module.exports = __toCommonJS(swarm_city_exports);
var React = __toESM(require("react"));
var SwarmCity = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
id: "Layer_1",
viewBox: "0 0 2000 2000",
...props
}, /* @__PURE__ */ React.createElement("style", null, ".st1{fill:#333}"), /* @__PURE__ */ React.createElement("path", {
fill: "#efd96f",
d: "M0 0h2000v2000H0z"
}), /* @__PURE__ */ React.createElement("g", {
id: "Thanks_to_Pieter_Boels_x21_"
}, /* @__PURE__ */ React.createElement("path", {
d: "M1423 732c-228 0-416 183-586 335-49-43-104-96-146-146-4-5-10-6-13-4-4 3-5 9-1 13 39 48 91 106 140 155-91 86-230 190-342 190-226 0-227-313-29-372 9-2 9-13 0-10-259 64-245 429 34 429 133 0 255-89 378-194 133 120 301 218 517 218 548 0 532-614 48-614zm-52 567c-173-1-341-77-488-192 167-145 336-311 535-311 388 0 398 506-47 503z",
className: "st1"
}), /* @__PURE__ */ React.createElement("circle", {
cx: 564,
cy: 861,
r: 56,
className: "st1"
})));
var swarm_city_default = SwarmCity;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=swarm-city.js.map