UNPKG

basicon

Version:

Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe

13 lines (11 loc) 1.05 kB
// src/generated/token/aave.tsx import { jsx, jsxs } from "react/jsx-runtime"; var Aave = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 254 254", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ jsx("circle", { cx: 127, cy: 127, r: 127, fill: "color(display-p3 .5765 .5686 .9686)" }), /* @__PURE__ */ 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__ */ 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; export { aave_default };