UNPKG

basicon

Version:

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

32 lines (30 loc) 2.26 kB
"use strict"; 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/ausd.tsx var ausd_exports = {}; __export(ausd_exports, { default: () => ausd_default }); module.exports = __toCommonJS(ausd_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Ausd = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "100 130 880 880", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: 540, cy: 570, r: 440, fill: "#9A9350" }), /* @__PURE__ */ (0, import_jsx_runtime.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;