@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.81 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/ampleforth.tsx
var ampleforth_exports = {};
__export(ampleforth_exports, {
default: () => ampleforth_default
});
module.exports = __toCommonJS(ampleforth_exports);
var React = __toESM(require("react"));
var Ampleforth = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 422 431",
...props
}, /* @__PURE__ */ React.createElement("path", {
d: "M.3 431.8c-.3-6-.4-12-.1-18 2-.6 4-1 6.1-1.3 6-1 12-2.5 17.8-4.2 1.6-.5 3.2-1.1 4.8-1.7 7.7-3 14.5-8 19.7-14.4 3.6-4.5 6.7-9.4 9.4-14.5 3.8-7 7.1-14.3 10.1-21.7 6-15 12-29.9 17.9-44.9l61.2-154.8c19.3-49.1 38.3-98.2 56.9-147.6l1.2-3c6.9-1.9 13.6-3.9 20.6-5.8.4 1 .8 1.9 1.1 2.8 7.9 22 15.8 44 23.6 66.1 26.9 75.1 53.8 150.1 81.4 224.9 7.6 20.4 15.2 40.9 22.9 61.3 3 8.3 6.6 16.5 10.7 24.3 1.8 3.4 3.7 6.6 5.8 9.8 6.4 10 16.3 17.1 27.8 20.1 6.2 1.6 12.4 2.9 18.8 3.7l4.5.7c.6 2 .3 3.9.3 5.8v6.1c.1 2 0 3.9-.1 5.9-.6.1-1.1.2-1.7.3H262.8c-.2-.3-.3-.7-.4-1.1v-16.2c0-.2.1-.5.2-.7 1.3-.4 2.6-.6 4-.8 6.5-.9 12.9-2.1 19.3-3.8 2.5-.7 5.1-1.6 7.5-2.6 1.2-.5 2.4-1.1 3.6-1.8 6.3-3.5 8.8-9 8.2-16-.3-3.2-.8-6.3-1.7-9.4-1.3-4.8-3-9.5-4.6-14.1-32.8-91.5-65.2-183.1-97.3-274.9-.3-1-.5-2.1-1.5-3-.3.2-.8.4-1 .6-.3.5-.5 1-.6 1.5-15.7 45.1-32.4 89.9-49 134.6-12.3 33.1-24.6 66.3-36 99.7-4.6 13.4-9 26.9-13.3 40.4-1.7 5.2-2.9 10.5-3.7 15.8-.6 3.6-.7 7.2-.3 10.9.5 4.7 3 9 6.9 11.8 2.5 1.8 5.3 3.2 8.3 4.2 4.7 1.7 9.5 2.9 14.4 3.7 5.4 1 10.8 1.8 16.3 2.6.4.1.7.1 1.2.2l.3 1.2v15.7c0 .3-.1.6-.2.9-.5.1-1 .2-1.5.2h-2.1l-139.5.5z"
}));
var ampleforth_default = Ampleforth;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
//# sourceMappingURL=ampleforth.js.map