basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
33 lines (31 loc) • 2.06 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
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 __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/generated/token/aave.tsx
var aave_exports = {};
__export(aave_exports, {
default: () => aave_default
});
module.exports = __toCommonJS(aave_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Aave = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 254 254", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: 127, cy: 127, r: 127, fill: "color(display-p3 .5765 .5686 .9686)" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M103.39 133.194c10.89-1.768 18.285-12.03 16.518-22.92-1.768-10.89-12.03-18.285-22.92-16.518-10.89 1.768-18.285 12.029-16.518 22.92 1.768 10.89 12.03 18.285 22.92 16.518Zm52.213 0c10.89-1.768 18.285-12.03 16.517-22.92-1.767-10.89-12.029-18.285-22.919-16.518-10.89 1.768-18.286 12.029-16.518 22.92 1.768 10.89 12.029 18.285 22.92 16.518Z", fill: "#fff" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M126.262 31.012c-54.241 0-98.218 44.814-98.203 100.077h25.088c0-41.415 32.475-74.994 73.115-74.994 40.64 0 73.116 33.579 73.116 74.994h25.088c.009-55.263-43.967-100.077-98.204-100.077Z", fill: "#fff" })
] });
var aave_default = Aave;