@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
49 lines (48 loc) • 2.3 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/agrello-delta.tsx
var agrello_delta_exports = {};
__export(agrello_delta_exports, {
default: () => agrello_delta_default
});
module.exports = __toCommonJS(agrello_delta_exports);
var React = __toESM(require("react"));
var AgrelloDelta = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2000 2000",
...props
}, /* @__PURE__ */ React.createElement("rect", {
width: 2e3,
height: 2e3,
fill: "#322a3f",
rx: 28.05
}), /* @__PURE__ */ React.createElement("path", {
fill: "#f4ae95",
d: "m987.84 532.7-384.53 801.76h638.38a46.23 46.23 0 0 1 42.5 28l.67 1.55a38.7 38.7 0 0 1-1.95 34.46 60.81 60.81 0 0 1-52.71 30.54H551.76a53 53 0 0 1-29.4-8.91l-3.58-2.37a53.14 53.14 0 0 1-18.31-67.23l453.72-933.68A76.89 76.89 0 0 1 974 391.49a44.45 44.45 0 0 1 56.28-.54 30.46 30.46 0 0 1 8.51 10.54L1499 1341.62a57.66 57.66 0 0 1 3.65 41.08 35.88 35.88 0 0 1-34.6 26.08h-5.27a55.39 55.39 0 0 1-50.13-31.82l-396.9-844.12a15.4 15.4 0 0 0-27.9-.14Z"
}));
var agrello_delta_default = AgrelloDelta;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=agrello-delta.js.map