@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
61 lines • 2.19 kB
JavaScript
// src/suterusu.tsx
import * as React from "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;
export {
suterusu_default as default
};
//# sourceMappingURL=suterusu.mjs.map