@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
58 lines (57 loc) • 2.28 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/derivadao.tsx
var derivadao_exports = {};
__export(derivadao_exports, {
default: () => derivadao_default
});
module.exports = __toCommonJS(derivadao_exports);
var React = __toESM(require("react"));
var Derivadao = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 472 168",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#2d1680",
d: "M0 0h72c42 0 76 34 76 76H0V0zm163 0h72c42 0 76 34 76 76H163V0zM0 168h72c42 0 76-34 76-76H0v76zm163 0h72c42 0 76-34 76-76H163v76zM305 0h53.3L472 168h-56.3L305 0z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#ef88aa",
stroke: "#ef88aa",
strokeDasharray: "229.2358,245.7249",
strokeWidth: 3,
d: "m424.5 66-44-64.5h89l-45 64.5z",
opacity: 0.933
}), /* @__PURE__ */ React.createElement("path", {
fill: "#ef88aa",
stroke: "#ef88aa",
strokeDasharray: "220.3232,236.1712",
strokeWidth: 5,
d: "m350 103-43.5 62.5h85L350 103z",
opacity: 0.933
}));
var derivadao_default = Derivadao;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=derivadao.js.map