@web3sdkio/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
44 lines (43 loc) • 3.21 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/steem.tsx
var steem_exports = {};
__export(steem_exports, {
default: () => steem_default
});
module.exports = __toCommonJS(steem_exports);
var React = __toESM(require("react"));
var Steem = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 590 590",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#171fc9",
d: "M295.5 0C132.3 0 0 132.3 0 295.5S132.3 591 295.5 591 591 458.7 591 295.5 458.7 0 295.5 0zm-73.9 397.6-2.8 2.8c-5.8 5.8-12 11.3-18.4 16.4l-7.4 5.8c-.5.4-1.1.6-1.7.6-.5 0-1-.1-1.4-.4-1-.6-1.5-1.7-1.2-2.9l2.9-13.1c3.2-14.2 2.5-29.1-2-43L188 359c-1.8-5.6-4-11.1-6.3-16.5L147.6 262l-3.7-11c-1.1-3.4-1.9-6.9-2.3-10.5l-.6-5.5c-1.7-15.5 3.6-30.7 14.6-41.7l2.8-2.8c5.8-5.8 12-11.3 18.4-16.4l7.4-5.8c.9-.7 2.1-.8 3.1-.2 1 .6 1.5 1.7 1.2 2.9l-2.9 13.1c-3.2 14.2-2.5 29.1 2 43l1.6 4.8c1.8 5.6 4 11.1 6.3 16.5l34.2 80.5 3.7 11c1.1 3.4 1.9 6.9 2.3 10.5l.6 5.5c1.6 15.4-3.7 30.7-14.7 41.7zM337 424l-3.6 3.6c-7.3 7.3-15.1 14.3-23.2 20.6l-9.6 7.6c-.5.4-1.2.6-1.8.6-.5 0-1.1-.2-1.6-.5-1.1-.7-1.6-1.9-1.3-3.1l3.8-16.9c4-18 3.1-36.8-2.6-54.3l-2-6.1c-2.3-7.1-5-14.1-8-20.9L244 253.1l-4.6-13.8c-1.4-4.2-2.4-8.7-2.9-13.1l-.8-7c-2.2-19.4 4.5-38.4 18.2-52.3l3.6-3.6c7.3-7.3 15.1-14.3 23.2-20.6l9.6-7.6c1-.8 2.3-.9 3.4-.2s1.6 1.9 1.3 3.1l-3.8 16.9c-4 18-3.1 36.8 2.6 54.3l2 6.1c2.3 7 5 14.1 8 20.9l43.1 101.6 4.6 13.8c1.4 4.2 2.4 8.7 2.9 13.1l.8 7c2.2 19.4-4.5 38.5-18.2 52.3zm98.4-26.4-2.8 2.8c-5.8 5.8-12 11.3-18.4 16.4l-7.4 5.8c-.5.4-1.1.6-1.7.6-.5 0-1-.1-1.4-.4-1-.6-1.5-1.7-1.2-2.9l2.9-13.1c3.2-14.2 2.5-29.1-2-43l-1.6-4.8c-1.8-5.6-4-11.1-6.3-16.5L361.3 262l-3.7-11c-1.1-3.4-1.9-6.9-2.3-10.5l-.6-5.5c-1.7-15.5 3.6-30.7 14.6-41.7l2.8-2.8c5.8-5.8 12-11.3 18.4-16.4l7.4-5.8c.9-.7 2.1-.8 3.1-.2 1 .6 1.5 1.7 1.2 2.9l-2.9 13.1c-3.2 14.2-2.5 29.1 2 43l1.6 4.8c1.8 5.6 4 11.1 6.3 16.5l34.2 80.5 3.7 11c1.1 3.4 1.9 6.9 2.3 10.5l.6 5.5c1.7 15.4-3.6 30.7-14.6 41.7z"
}));
var steem_default = Steem;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=steem.js.map