UNPKG

@sky-mavis/tanto-widget

Version:
16 lines (12 loc) 318 B
'use strict'; var jsxRuntime = require('@emotion/react/jsx-runtime'); var dataUris = require('./data-uris.cjs'); const ScanWalletsIcon = props => { return jsxRuntime.jsx("img", { width: 31, height: 31, src: dataUris.scanWalletsIconUri, ...props }); }; exports.ScanWalletsIcon = ScanWalletsIcon;