UNPKG

@sky-mavis/tanto-widget

Version:
8 lines 278 B
import {jsx}from'@emotion/react/jsx-runtime';import {roninMobileCustomLogoUri}from'./data-uris.mjs';function RoninMobileCustomLogo(props) { return jsx("img", { width: 32, height: 32, src: roninMobileCustomLogoUri, ...props }); }export{RoninMobileCustomLogo};