@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
57 lines (56 loc) • 2.29 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/parsiq.tsx
var parsiq_exports = {};
__export(parsiq_exports, {
default: () => parsiq_default
});
module.exports = __toCommonJS(parsiq_exports);
var React = __toESM(require("react"));
var Parsiq = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
id: "Layer_1",
x: 0,
y: 0,
viewBox: "0 0 46 46",
...props
}, /* @__PURE__ */ React.createElement("style", null, ".st0{fill:#005cc7}"), /* @__PURE__ */ React.createElement("path", {
id: "Path",
d: "M9.9 31.8v5.1H15v-1.3h7.1v11.3C10.3 46.2.6 36.5 0 24.7h11.3v7l-1.4.1z",
className: "st0"
}), /* @__PURE__ */ React.createElement("path", {
id: "Path_1_",
d: "M31.7 35.6v1.3h5.1v-5.1h-1.3v-7h11.3c-.6 11.8-10.4 21.4-22.2 22.1V35.6h7.1z",
className: "st0"
}), /* @__PURE__ */ React.createElement("path", {
id: "Path_2_",
d: "M22.1 11.5h9.7V10H37v5.7h-5.1v-1.6h-9.7v10.6l11 .1v7h-1.3V33H15v-1.3h-1.2V15.1h1.3V10H10v5.1h1.3v7H0C.6 10.2 10.4.6 22.1 0v11.5z",
className: "st0"
}));
var parsiq_default = Parsiq;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=parsiq.js.map