@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
78 lines (77 loc) • 3.38 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/measurable-data-token.tsx
var measurable_data_token_exports = {};
__export(measurable_data_token_exports, {
default: () => measurable_data_token_default
});
module.exports = __toCommonJS(measurable_data_token_exports);
var React = __toESM(require("react"));
var MeasurableDataToken = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
id: "Layer_1",
x: 0,
y: 0,
viewBox: "0 0 76 75",
...props
}, /* @__PURE__ */ React.createElement("style", null, ".st0{fill:#8acaff}.st1{fill:#4187f7}"), /* @__PURE__ */ React.createElement("g", {
id: "Layer_1-2"
}, /* @__PURE__ */ React.createElement("path", {
d: "m40.9 33.6-2.5 4.3-2.5 4.3-4.7-2.7-18.8-10.8v20.4c-3-2.2-7-2.2-10 0V26.8c3.7 2.8 9 2 11.7-1.7 1.1-1.4 1.7-3.2 1.7-5 0-.3 0-.6-.1-1l20.4 11.8 2.2 1.3 2.6 1.4zm30.6 21c.2.4.3.8.3 1.2h-7.5l3.7-2.2c1.3-.6 2.8-.2 3.5 1z",
className: "st0"
}), /* @__PURE__ */ React.createElement("path", {
d: "M74.3 26.8v22.3c-3-2.2-7-2.2-10 0V28.7L45.6 39.5l-4.7 2.7-2.5-4.3-2.5-4.3 2.5-1.4 2.2-1.3L61 19.1c0 .3-.1.6-.1 1 0 4.6 3.8 8.4 8.4 8.4 1.8 0 3.6-.6 5-1.7zM39.7.1c-.1-.1-.1-.1 0 0l-.1-.1h-2L13.1 13.9c1.3 1.2 2.1 2.7 2.5 4.3L35.9 6.5v15c0 1.4 1.1 2.5 2.5 2.5s2.5-1.1 2.5-2.5v-15l20.3 11.7c.4-1.7 1.2-3.2 2.5-4.3L39.7.1zm32.1 55.7h-7.5l3.7-2.2c1.2-.7 2.7-.3 3.4.9.3.4.4.9.4 1.3zm-10.7 1.9L40.9 69.4v-15c0-1.4-1.1-2.5-2.5-2.5s-2.5 1.1-2.5 2.5v15L15.6 57.7c-.4 1.7-1.2 3.2-2.5 4.3l24 13.8h2.2c.1 0 .2-.1.2-.1h.3l24-13.8c-1.4-1.1-2.3-2.6-2.7-4.2z",
className: "st0"
}), /* @__PURE__ */ React.createElement("circle", {
cx: 38.4,
cy: 37.9,
r: 7.4,
className: "st1"
}), /* @__PURE__ */ React.createElement("circle", {
cx: 7.4,
cy: 20.1,
r: 7.4,
className: "st1"
}), /* @__PURE__ */ React.createElement("circle", {
cx: 7.4,
cy: 55.8,
r: 7.4,
className: "st1"
}), /* @__PURE__ */ React.createElement("circle", {
cx: 69.3,
cy: 20.1,
r: 7.4,
className: "st1"
}), /* @__PURE__ */ React.createElement("circle", {
cx: 69.3,
cy: 55.8,
r: 7.4,
className: "st1"
})));
var measurable_data_token_default = MeasurableDataToken;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=measurable-data-token.js.map