@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
44 lines (43 loc) • 2.57 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/metadium.tsx
var metadium_exports = {};
__export(metadium_exports, {
default: () => metadium_default
});
module.exports = __toCommonJS(metadium_exports);
var React = __toESM(require("react"));
var Metadium = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 628 308",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#231f20",
d: "M99.3 14.2v70.9a14.19 14.19 0 0 1-14.2 14.2H14.2A14.19 14.19 0 0 1 0 85.1V14.2A14.19 14.19 0 0 1 14.2 0h70.9a14.19 14.19 0 0 1 14.2 14.2Zm98.6 95.1H127a14.19 14.19 0 0 0-14.2 14.2v170.6a14.19 14.19 0 0 0 14.2 14.2h70.9a14.19 14.19 0 0 0 14.2-14.2V123.5a14.19 14.19 0 0 0-14.2-14.2Zm211.2 0h-53.5a38.09 38.09 0 0 1-38.1-38.1v-57A14.19 14.19 0 0 0 303.3 0h-70.9a14.19 14.19 0 0 0-14.2 14.2v70.9a14.19 14.19 0 0 0 14.2 14.2h26a31.08 31.08 0 0 1 4.3-.3h23.2a38.09 38.09 0 0 1 38.1 38.1V294a14.19 14.19 0 0 0 14.2 14.2h70.9a14.19 14.19 0 0 0 14.2-14.2V123.5a14.19 14.19 0 0 0-14.2-14.2Zm205.3 0h-53.5a38.09 38.09 0 0 1-38.1-38.1v-57A14.19 14.19 0 0 0 508.6 0h-71a14.19 14.19 0 0 0-14.2 14.2v70.9a14.19 14.19 0 0 0 14.2 14.2h26a31.08 31.08 0 0 1 4.3-.3h23.2a38.09 38.09 0 0 1 38.1 38.1V294a14.19 14.19 0 0 0 14.2 14.2h70.9a14.19 14.19 0 0 0 14.2-14.2V123.5a14 14 0 0 0-14.1-14.2Z"
}));
var metadium_default = Metadium;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=metadium.js.map