UNPKG

@sky-mavis/tanto-widget

Version:
8 lines 256 B
import {jsx}from'@emotion/react/jsx-runtime';import {scanWalletsIconUri}from'./data-uris.mjs';const ScanWalletsIcon = props => { return jsx("img", { width: 31, height: 31, src: scanWalletsIconUri, ...props }); };export{ScanWalletsIcon};