@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
54 lines (53 loc) • 3.58 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/turtlecoin.tsx
var turtlecoin_exports = {};
__export(turtlecoin_exports, {
default: () => turtlecoin_default
});
module.exports = __toCommonJS(turtlecoin_exports);
var React = __toESM(require("react"));
var Turtlecoin = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
...props
}, /* @__PURE__ */ React.createElement("g", {
fill: "none"
}, /* @__PURE__ */ React.createElement("circle", {
cx: 16,
cy: 16,
r: 16,
fill: "#00843D"
}), /* @__PURE__ */ React.createElement("g", {
fill: "#FFF"
}, /* @__PURE__ */ React.createElement("path", {
d: "M16.006 5.6c.394 0 .781.103 1.122.3l7.16 4.134a2.245 2.245 0 0 1 1.122 1.945v8.434c0 .802-.427 1.543-1.122 1.944l-7.161 4.135a2.245 2.245 0 0 1-2.245 0L7.72 22.357a2.246 2.246 0 0 1-1.123-1.944v-8.434c0-.802.428-1.543 1.123-1.945L14.88 5.9c.342-.197.73-.301 1.123-.301h.002zm-.002-1.561a3.81 3.81 0 0 0-1.902.51L6.94 8.682a3.816 3.816 0 0 0-1.903 3.296v8.434a3.816 3.816 0 0 0 1.903 3.296l7.16 4.134c1.178.68 2.629.68 3.806 0l7.161-4.134a3.816 3.816 0 0 0 1.903-3.296v-8.434a3.816 3.816 0 0 0-1.903-3.296l-7.16-4.135a3.81 3.81 0 0 0-1.904-.51z"
}), /* @__PURE__ */ React.createElement("path", {
d: "M15.127 17.52a.468.468 0 0 1-.406-.234l-.861-1.493a.468.468 0 0 1 0-.468l.861-1.493a.468.468 0 0 1 .406-.234h1.758a.47.47 0 0 1 .405.234l.862 1.493a.468.468 0 0 1 0 .468l-.862 1.493a.468.468 0 0 1-.405.234h-1.758zm-2.349-2.351a.47.47 0 0 0 .406-.234l.861-1.493a.468.468 0 0 0 0-.468l-1.074-1.861-2.097 1.144a.468.468 0 0 0-.243.421c.017.838.115 1.672.291 2.491h1.856zm6.455 0a.468.468 0 0 1-.405-.234l-.862-1.493a.468.468 0 0 1 0-.468l1.074-1.861 2.096 1.144a.468.468 0 0 1 .244.42 13.157 13.157 0 0 1-.29 2.492h-1.857zM16.23 9.578a.468.468 0 0 0-.448 0l-2.126 1.16 1.066 1.846a.468.468 0 0 0 .405.234h1.758a.467.467 0 0 0 .405-.234l1.066-1.845-2.126-1.16zm-5.114 6.371a13.072 13.072 0 0 0 1.895 3.987l1.035-1.792a.468.468 0 0 0 0-.468l-.862-1.493a.468.468 0 0 0-.405-.234h-1.663zm9.778 0A13.072 13.072 0 0 1 19 19.936l-1.035-1.792a.468.468 0 0 1 0-.468l.863-1.493a.468.468 0 0 1 .405-.234h1.662zM15.127 18.3a.468.468 0 0 0-.406.234l-1.2 2.08a13.21 13.21 0 0 0 2.199 2.159.47.47 0 0 0 .573 0 13.21 13.21 0 0 0 2.198-2.16l-1.2-2.079a.468.468 0 0 0-.405-.234h-1.76z"
}))));
var turtlecoin_default = Turtlecoin;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=turtlecoin.js.map