@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
58 lines (57 loc) • 3.47 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/egretia.tsx
var egretia_exports = {};
__export(egretia_exports, {
default: () => egretia_default
});
module.exports = __toCommonJS(egretia_exports);
var React = __toESM(require("react"));
var Egretia = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 308 308",
...props
}, /* @__PURE__ */ React.createElement("ellipse", {
cx: 154.5,
cy: 154.3,
fill: "#fff",
rx: 151.2,
ry: 140.7
}), /* @__PURE__ */ React.createElement("path", {
fill: "#f6be1d",
d: "M154 0C68.9 0 0 68.9 0 154s68.9 154 154 154 154-68.9 154-154S239.1 0 154 0zm3.1 286.7c-72.1 0-130.6-58.5-130.6-130.6S85 25.5 157.1 25.5 287.7 84 287.7 156.1s-58.5 130.6-130.6 130.6z"
}), /* @__PURE__ */ React.createElement("circle", {
cx: 157.2,
cy: 156.2,
r: 122.8,
fill: "#f6be1d"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#fdfffa",
d: "M70.5 227.3c-3.6-21.8 2.5-38.7 5.5-46.7 10-26.7 28.8-42 38.2-48.5 14.3-9.9 28.3-14.3 37.5-16.3 1.8-.4 3.7-.9 5.5-1.4 6.8-2 15.5-4.8 25.5-8.5 12.1-4.5 18.6-6.9 26.8-11.5 11.1-6.2 18.5-12.5 25.5-18.5 7.2-6.2 16.4-15 25.8-26.7-1.3 8.8-4.1 21.5-10.3 35.7-3.9 8.7-7.4 16.7-14.7 25.2-14.8 17.3-34.4 24.2-43 27.2-.5.2-.1 0-21.3 7-2.6.8-13.8 4.5-16.3 5.4-9.6 3.1-32 11.8-50 34.1-24.9 30.9-23.6 65.6-23 74.2-4.1-6.3-9.4-16.8-11.7-30.7zm84-45.3c12-1.2 23-1.2 32.5-.7 5.8-.5 16.6-2.4 26.3-10.3 9.8-8 13.5-17.9 16.5-25.8 4-10.7 4.9-20.1 5-26.3-3.2 3.1-8.1 7.3-14.7 11.3-6.1 3.8-11.1 5.8-18.7 8.8-5.4 2.2-12.7 4.9-21.7 7.5-17.8 5.5-31.8 11.8-41.8 17-11 5.6-19.5 11.1-25 21.1-1.4 2.6-2.3 4.8-2.8 6.4 12-3.8 27-7.3 44.4-9zm-44.2 33c3.6-.6 8-1 25.5.8 4.6.5 8.9 1 12.7 1.5 11.6 1.5 23.4-.6 33.6-6.5 3.7-2.1 7.4-4.8 10.9-8.4 6.4-6.4 9.8-13.2 11.7-18-5.8 1-12.4 1.9-19.7 2.2-4.4.2-8.6.2-12.5 0-16-.6-28.8 1.8-37.3 4-14.3 3.7-31.5 8.1-40 22.8-2 3.5-3.1 6.8-3.7 9 7.5-4.6 14.1-6.6 18.8-7.4zm-14.5 27c1.4-.2 2.8-.3 4-.4 3.9-.1 7.8.4 11.6 1.5 4.2 1.2 8.8 2.3 13.8 3.2 3 .5 5.9.9 8.7 1.2 4.5.5 9 .2 13.4-.8 2.9-.7 6-1.8 9.2-3.5 12.8-7 17.4-19 18.5-22.2-2 1.6-5.1 3.7-9.2 5.3-5.8 2.3-10.7 2.4-15.8 2.5-3.6.1-8.3-.1-13.9-1.2-1.7-.3-3.3-.8-4.9-1.2-15.4-4.3-30.5-1.8-39.3 7.4-2.1 2.2-4.8 5.7-6.5 11.2 2.6-1.1 6.1-2.4 10.4-3z"
}));
var egretia_default = Egretia;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=egretia.js.map