@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
56 lines (55 loc) • 2.48 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/the-transfer-token.tsx
var the_transfer_token_exports = {};
__export(the_transfer_token_exports, {
default: () => the_transfer_token_default
});
module.exports = __toCommonJS(the_transfer_token_exports);
var React = __toESM(require("react"));
var TheTransferToken = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 106 95",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#5569FF",
d: "M34.4 95.1h62.9l9.1-16.3H43.6zm60.9-36H77l-9.1 16.2h18.2z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#5C00E9",
d: "M95.3 55.6 63.9 0H45.6l31.5 55.6z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#00BFE9",
d: "m0 77.1 9.1 16.1 31.5-55.6-9.2-16.1zm31.4 16.1 9.2-16.1-9.2-16.2-9.1 16.2z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#5C00E9",
d: "m34.5 19.7 9.1 16.2h18.3l-9.2-16.2z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#243269",
d: "M106.4 75.3 98.3 61l-8.1 14.3zm-41.5-1.8L74 57.4l-9.1-16.2-9.2 16.2zM34.4 59.1l9.2 16.2h18.3l-9.2-16.2zm9.2-19.7-9.2 16.2h18.3l9.1-16.2zM12.1 95.1h16.3l-8.1-14.4zM42.6 1.8l-8.2 14.4h16.3z"
}));
var the_transfer_token_default = TheTransferToken;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=the-transfer-token.js.map