@web3sdks/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
43 lines (42 loc) • 2.63 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/saffron-finance.tsx
var saffron_finance_exports = {};
__export(saffron_finance_exports, {
default: () => saffron_finance_default
});
module.exports = __toCommonJS(saffron_finance_exports);
var React = __toESM(require("react"));
var SaffronFinance = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 50 79",
...props
}, /* @__PURE__ */ React.createElement("path", {
d: "M20.83 59.645c.1-20.2.1-20.2-1-20.3-4.7-.7-7.7-1.8-11-3.9-4.5-2.9-7.2-6.8-8.4-11.8-.8-3.4-.5-6.4 1-10.8 1.5-4.5 1.5-6 .2-8.5l-1-1.9 4-1.4c4.5-1.5 4.4-1.6 5.6 1 1.2 2.6 1 6.4-.3 10.6-1.4 4.2-1.7 6.1-1.3 8.7.7 5 4 8.3 9.8 9.7 3.1.8 11.1.8 13.8 0 2.8-.8 5.5-2.3 6.9-3.8 3.1-3.4 3.7-7.9 1.7-13.8-1.6-5.5-1.5-10.2.4-12.7.6-.8.6-.8 3.7.1 5.8 1.5 5.4 1.2 4.2 3.1-1.4 2.2-1.3 4 .2 9.2 1.8 5.9 1.6 9.6-.6 14.4-1.5 3.4-5.2 7-8.9 8.7-2.9 1.3-7.8 2.9-9.2 2.9-1.7 0-1.8.2-1.6 1.9.2.8.3 9.8.3 20.1v18.6h-8.6l.1-20.1zm-20.2 9.9v-3.8h15.6v7.6H.63v-3.8zm33.2 0v-3.8h15.6v7.6h-15.6v-3.8zm-33.2-12.5v-3.8h15.6v7.6H.63v-3.8zm33.2 0v-3.8h15.6v7.6h-15.6v-3.8zm-33.2-12.5v-3.8h15.6v7.6H.63v-3.8zm33.2 0v-3.8h15.6v7.6h-15.6v-3.8zm-5.3-17.7c-.9-1.8-2.1-4.6-2.7-6.3l-1.1-3-.5 2c-.7 2.5-4.4 10.3-4.9 10.3-.2 0-1.9-.8-3.8-1.7l-3.4-1.7 4.6-8.6 4.6-8.6h7l4.6 8.5c2.5 4.7 4.5 8.6 4.5 8.6-.2.2-6.9 3.7-7 3.7-.2.1-1-1.4-1.9-3.2z"
}));
var saffron_finance_default = SaffronFinance;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=saffron-finance.js.map