@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
90 lines (89 loc) • 3.5 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/suterusu.tsx
var suterusu_exports = {};
__export(suterusu_exports, {
default: () => suterusu_default
});
module.exports = __toCommonJS(suterusu_exports);
var React = __toESM(require("react"));
var Suterusu = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 19 31",
...props
}, /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("mask", {
id: "mask",
width: 12.78,
height: 12.79,
x: 0.61,
y: 0,
maskUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("g", {
id: "mask-2"
}, /* @__PURE__ */ React.createElement("path", {
id: "path-1",
d: "M.61 0h12.78v12.79H.61V0z",
className: "cls-1"
}))), /* @__PURE__ */ React.createElement("mask", {
id: "mask-2-2",
width: 18.61,
height: 19.13,
x: 0,
y: 11.89,
maskUnits: "userSpaceOnUse"
}, /* @__PURE__ */ React.createElement("g", {
id: "mask-4"
}, /* @__PURE__ */ React.createElement("path", {
id: "path-3",
d: "M0 11.89h18.61v19.13H0V11.89z",
className: "cls-1"
}))), /* @__PURE__ */ React.createElement("style", null, ".cls-1,.cls-3{fill:#fff;fill-rule:evenodd}.cls-3{fill:#242328}")), /* @__PURE__ */ React.createElement("g", {
id: "Layer_2",
"data-name": "Layer 2"
}, /* @__PURE__ */ React.createElement("g", {
id: "Layer_1-2",
"data-name": "Layer 1"
}, /* @__PURE__ */ React.createElement("g", {
id: "Group-20"
}, /* @__PURE__ */ React.createElement("path", {
id: "Fill-18",
d: "M1.1 12.3a1.67 1.67 0 0 1 0-2.37L10.52.49a1.7 1.7 0 0 1 2.38 0 1.7 1.7 0 0 1 0 2.38L3.47 12.3a1.67 1.67 0 0 1-2.37 0",
className: "cls-3"
})), /* @__PURE__ */ React.createElement("g", {
id: "Group-23"
}, /* @__PURE__ */ React.createElement("path", {
id: "Fill-21",
d: "M18.12 18.71a1.68 1.68 0 0 1 0 2.38L8.7 30.52a1.68 1.68 0 1 1-2.38-2.37l9.43-9.44a1.68 1.68 0 0 1 2.37 0m-17.63 2a1.7 1.7 0 0 1 0-2.38l6-6a1.67 1.67 0 0 1 2.37 0 1.7 1.7 0 0 1 0 2.38l-6 6a1.68 1.68 0 0 1-2.37 0",
className: "cls-3"
})), /* @__PURE__ */ React.createElement("path", {
id: "Fill-24",
fill: "#a573ff",
fillRule: "evenodd",
d: "M18.73 10.29a1.68 1.68 0 0 1 0 2.37l-6 6a1.68 1.68 0 1 1-2.37-2.38l6-6a1.67 1.67 0 0 1 2.37 0"
}))));
var suterusu_default = Suterusu;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=suterusu.js.map