UNPKG

@sky-mavis/tanto-widget

Version:
8 lines 253 B
import {jsx}from'@emotion/react/jsx-runtime';import {scanWalletsIconUri}from'./dataUris.mjs';function ScanWalletsIcon(props) { return jsx("img", { width: 31, height: 31, src: scanWalletsIconUri, ...props }); }export{ScanWalletsIcon};