@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
158 lines (157 loc) • 4.75 kB
JavaScript
"use strict";
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/educare.tsx
var educare_exports = {};
__export(educare_exports, {
default: () => educare_default
});
module.exports = __toCommonJS(educare_exports);
var React = __toESM(require("react"));
var Educare = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
viewBox: "0 0 203 173",
...props
}, /* @__PURE__ */ React.createElement("linearGradient", {
id: "a"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#43c465"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#14a53c"
})), /* @__PURE__ */ React.createElement("linearGradient", {
xlinkHref: "#a",
id: "b",
x1: 44.636,
x2: 45.303,
y1: 76.764,
y2: 31.431,
gradientUnits: "userSpaceOnUse"
}), /* @__PURE__ */ React.createElement("linearGradient", {
id: "c",
x1: 99.294,
x2: 52.628,
y1: 25.134,
y2: 23.134,
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#33c2f7"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#0f95b2"
})), /* @__PURE__ */ React.createElement("linearGradient", {
xlinkHref: "#a",
id: "d",
x1: 45.191,
x2: 44.524,
y1: 141.928,
y2: 87.928,
gradientUnits: "userSpaceOnUse"
}), /* @__PURE__ */ React.createElement("linearGradient", {
id: "e",
x1: 108.237,
x2: 148.904,
y1: 25.148,
y2: 24.481,
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#03b7f9"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#0f95b2"
})), /* @__PURE__ */ React.createElement("linearGradient", {
xlinkHref: "#a",
id: "f",
x1: 158.283,
x2: 156.95,
y1: 78.513,
y2: 32.514,
gradientUnits: "userSpaceOnUse"
}), /* @__PURE__ */ React.createElement("linearGradient", {
xlinkHref: "#a",
id: "g",
x1: 159.201,
x2: 158.534,
y1: 144.891,
y2: 88.891,
gradientUnits: "userSpaceOnUse"
}), /* @__PURE__ */ React.createElement("linearGradient", {
id: "h",
x1: 100.381,
x2: 50.381,
y1: 147.293,
y2: 148.626,
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#fff58e"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#ffca20"
})), /* @__PURE__ */ React.createElement("linearGradient", {
id: "i",
x1: 106.098,
x2: 144.098,
y1: 147.466,
y2: 149.466,
gradientUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("stop", {
offset: 0,
stopColor: "#feda5a"
}), /* @__PURE__ */ React.createElement("stop", {
offset: 1,
stopColor: "#ffca20"
})), /* @__PURE__ */ React.createElement("path", {
fill: "url(#b)",
d: "M0 86h89L33 30.5z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "url(#c)",
d: "M102 0v50.5L51.5 0z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "url(#d)",
d: "m89 86-55.5 56L0 86z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "url(#e)",
d: "M102 50.5 152.3 0H102z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "url(#f)",
d: "m203 86-33.5-55.5L114 86z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "url(#g)",
d: "M170.5 142 114 86h89z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "url(#h)",
d: "M102 121.5V173H51.5z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "url(#i)",
d: "M152.3 173H102v-51.5z"
}));
var educare_default = Educare;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=educare.js.map