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};