basicon
Version:
Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe
12 lines (10 loc) • 1.28 kB
JavaScript
// src/generated/token/ausd.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var Ausd = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "100 130 880 880", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [
/* @__PURE__ */ jsx("circle", { cx: 540, cy: 570, r: 440, fill: "#9A9350" }),
/* @__PURE__ */ jsx("path", { d: "M527.038 264v214.893c0 8.856-10.682 13.352-17.003 7.132l-100.736-98.978 42.221-110.235A19.925 19.925 0 0 1 470.146 264h56.892Zm-.001 292.607v120.715c0 7.977-9.567 12.101-15.347 6.625L355.582 536.122l45.805-119.531 113.886 111.891a39.419 39.419 0 0 1 11.797 28.091l-.033.034Zm-.001 194.659v54.121H284.965c-13.995 0-23.629-14.029-18.626-27.077l81.299-212.054 168.31 159.353a35.338 35.338 0 0 1 11.054 25.691l.034-.034ZM552.866 264v214.893c0 8.856 10.683 13.352 17.004 7.132l100.736-98.978-42.221-110.235A19.925 19.925 0 0 0 609.759 264h-56.893Zm.002 292.607v120.715c0 7.978 9.567 12.102 15.347 6.625l156.108-147.825-45.805-119.531-113.886 111.891a39.42 39.42 0 0 0-11.798 28.092l.034.033Zm.001 194.659v54.121H794.94c13.995 0 23.629-14.029 18.626-27.077l-81.299-212.053-168.311 159.352a35.338 35.338 0 0 0-11.053 25.691l-.034-.034Z", fill: "#fff" })
] });
var ausd_default = Ausd;
export {
ausd_default
};