@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
59 lines (58 loc) • 2.59 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/strong.tsx
var strong_exports = {};
__export(strong_exports, {
default: () => strong_default
});
module.exports = __toCommonJS(strong_exports);
var React = __toESM(require("react"));
var Strong = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
id: "STRONG_Token",
x: 0,
y: 0,
viewBox: "0 0 563 563",
...props
}, /* @__PURE__ */ React.createElement("style", null, ".st0{fill:#0e67ae}"), /* @__PURE__ */ React.createElement("path", {
d: "M111.6 119.1h234c.7 0 1.3.2 1.8.6l95.2 70c1.4 1 1.6 2.9.6 4.3-.6.8-1.5 1.2-2.5 1.2H193.6c-1.7 0-3.1 1.4-3.1 3.1V288c0 1.7 1.4 3.1 3.1 3.1h157.5c1.7 0 3.1 1.4 3.1 3.1v65.4c0 1.7-1.4 3.1-3.1 3.1H110.5c-1.7 0-3.1-1.4-3.1-3.1l1.1-237.3c0-1.8 1.3-3.1 3.1-3.2-.1 0 0 0 0 0z",
className: "st0"
}), /* @__PURE__ */ React.createElement("path", {
d: "M448.9 450.8H205.4c-.7 0-1.3-.2-1.8-.6L114.1 384c-1.4-1-1.6-2.9-.6-4.3.6-.8 1.5-1.2 2.5-1.2h251c1.7 0 3.1-1.4 3.1-3.1v-97.3c0-1.7-1.4-3.1-3.1-3.1H211.8c-1.7 0-3.1-1.4-3.1-3v-57.7c0-1.7 1.4-3.1 3-3.1H450c1.7 0 3.1 1.4 3.1 3.1L452 447.8c-.1 1.7-1.4 3-3.1 3z",
className: "st0"
}), /* @__PURE__ */ React.createElement("circle", {
cx: 281.6,
cy: 281.6,
r: 268.6,
fill: "none",
stroke: "#0e67ae",
strokeMiterlimit: 10,
strokeWidth: 26
}));
var strong_default = Strong;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=strong.js.map