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) 901 B
// src/generated/chain/optimism_right.tsx import { jsx, jsxs } from "react/jsx-runtime"; var Optimism_right = (props) => /* @__PURE__ */ jsxs("svg", { viewBox: "0 0 64 64", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ jsx("rect", { width: 64, height: 64, fill: "#FF0420" }), /* @__PURE__ */ jsx("path", { d: "M32 12C21 12 12 21 12 32C12 43 21 52 32 52C43 52 52 43 52 32C52 21 43 12 32 12ZM32 42.2V49.7C24.3 49.7 18.1 43.5 18.1 35.8C18.1 28.1 24.3 21.9 32 21.9V14.4C39.7 14.4 45.9 20.6 45.9 28.3C45.9 36 39.7 42.2 32 42.2Z", fill: "white" }), /* @__PURE__ */ jsx("path", { d: "M32.1 25.1H32C30.5 28.1 28.2 30.4 25.2 31.9C28.2 33.5 30.5 35.8 32 38.9H32.1C33.6 35.9 35.9 33.6 38.9 32.1C35.9 30.5 33.6 28.2 32.1 25.1Z", fill: "white" }) ] }); var optimism_right_default = Optimism_right; export { optimism_right_default };