@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.15 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/pascal.tsx
var pascal_exports = {};
__export(pascal_exports, {
default: () => pascal_default
});
module.exports = __toCommonJS(pascal_exports);
var React = __toESM(require("react"));
var Pascal = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 256 256",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#f7931e",
d: "M256 128A128 128 0 1 1 128 0a128 128 0 0 1 128 128Zm-75.87-66 1.87-9a3.14 3.14 0 0 0-3.15-4h-6a5.21 5.21 0 0 0-4.85 4l-1.91 9h-14l1.91-9a3.14 3.14 0 0 0-3.15-4h-6a5.21 5.21 0 0 0-4.85 4l-1.91 9H60L40 86h132a12 12 0 0 1 12 12v12a12 12 0 0 1-12 12h-61.62l5.1-24h-32L60.1 208h32l13.18-62h15l-1.91 9a3.14 3.14 0 0 0 3.15 4h6a5.21 5.21 0 0 0 4.85-4l1.91-9h14l-1.91 9a3.14 3.14 0 0 0 3.15 4h6a5.21 5.21 0 0 0 4.85-4l1.91-9H192a24 24 0 0 0 24-24V86a24 24 0 0 0-24-24h-11.87Z"
}));
var pascal_default = Pascal;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=pascal.js.map