@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
45 lines (44 loc) • 2.18 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/v-systems.tsx
var v_systems_exports = {};
__export(v_systems_exports, {
default: () => v_systems_default
});
module.exports = __toCommonJS(v_systems_exports);
var React = __toESM(require("react"));
var VSystems = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 57 45",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#ff8836",
fillRule: "evenodd",
d: "M.51 0h16.32a.51.51 0 0 1 .25.06.5.5 0 0 1 .18.17L37.13 32a.49.49 0 0 1 0 .54L29 45.51a.5.5 0 0 1-.18.17.51.51 0 0 1-.49 0 .5.5 0 0 1-.18-.17L.08.77A.5.5 0 0 1 0 .52.5.5 0 0 1 .06.26.5.5 0 0 1 .25.07.5.5 0 0 1 .51 0Zm34.21 0h21.86a.5.5 0 0 1 .26.07.5.5 0 0 1 .16.19.51.51 0 0 1 .06.26.5.5 0 0 1-.06.25L46.08 18.21a.5.5 0 0 1-.18.17.51.51 0 0 1-.49 0 .5.5 0 0 1-.18-.17L34.3.77a.5.5 0 0 1-.08-.25.5.5 0 0 1 .06-.26.5.5 0 0 1 .19-.19.5.5 0 0 1 .25-.07Z"
}));
var v_systems_default = VSystems;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=v-systems.js.map