@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
47 lines (46 loc) • 3.55 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-dollars.tsx
var steem_dollars_exports = {};
__export(steem_dollars_exports, {
default: () => steem_dollars_default
});
module.exports = __toCommonJS(steem_dollars_exports);
var React = __toESM(require("react"));
var SteemDollars = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 2353 2499",
...props
}, /* @__PURE__ */ React.createElement("path", {
fill: "#165098",
d: "M283.74 281.38C175.28 372.22 63.34 484.16 17.82 620.71c-52.48 160.94 20.92 325.37 91 468.7 69.92 146.8 146.81 290.32 213.24 440.61 52.49 118.92 125.89 258.76 108.46 391.82-13.94 94.51-45.51 185.35-62.94 279.86-13.95 63 45.51 0 66.43-17.43 122.4-105 255.27-223.89 304.27-384.84 24.4-80.38 10.46-154-17.43-230.86-27.89-73.41-59.46-143.33-91-216.92-66.43-147-136.35-293.81-206.46-440.81-27.89-52.49-56-108.46-80.38-164.44-24.4-59.46-38.54-122.4-42-188.83-3.48-52.49-3.48-101.49 3.49-154 3.48-38.54 13.94-73.4 17.43-111.94 3.68-20.73-13.75-27.89-38.16-10.27Zm1601.92 0c-108.46 91-220.41 203-265.92 339.33-52.49 160.94 20.92 325.37 91 468.7 69.91 147 147 290.32 213.43 440.81 52.49 118.92 125.89 258.75 108.46 391.81-13.94 94.51-45.51 185.35-63 279.86-13.94 63 45.52 0 66.44-17.43 122.4-105 255.26-223.89 304.26-384.84 24.41-80.37 10.46-154-17.43-230.86-27.89-73.4-59.46-143.32-91-216.92-66.44-147-136.35-293.81-206.47-440.81-27.89-52.49-56-108.46-80.37-164.43q-36.61-89.19-42-188.84c-3.49-52.49-3.49-101.49 3.49-154 3.48-38.55 13.94-73.41 17.43-112 3.68-20.92-13.75-28.08-38.35-10.46Z"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#5c9dd5",
d: "M1060.2 15.46C937.8 117 804.93 239.35 731.34 382.67c-52.49 101.49-59.46 206.47-31.57 311.25 35.05 125.89 83.86 251.78 136.35 374.18 101.48 234.35 234.35 454.76 332.35 692.6 35 83.86 73.4 178.37 80.37 272.89 7 115.43-31.57 237.84-62.94 346.3-7 31.57-27.89 73.4-24.4 105 3.48 24.4 17.43 13.94 31.56 3.49a1766.33 1766.33 0 0 0 171.41-150.49c143.32-136.35 307.75-318.41 293.81-531.65-7-87.54-49-171.41-83.86-251.78-38.54-94.32-80.38-185.16-122.41-276.19-76.89-171.4-157.46-339.32-241.32-507.24-27.89-59.46-63-115.43-83.86-174.89-31.57-80.38-45.52-164.44-49-248.3-3.49-62.94 0-129.37 7-192.32 3.48-42 17.43-80.38 17.43-122.41 10.46-38.54-10.46-42-42-17.62Z"
}));
var steem_dollars_default = SteemDollars;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=steem-dollars.js.map