uppy
Version:
Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:
13 lines (11 loc) • 347 B
JavaScript
;
var _require = require('preact'),
h = _require.h;
module.exports = function (props) {
return h(
"svg",
{ "aria-hidden": "true", "class": "UppyIcon", width: "100", height: "100", viewBox: "0 0 100 100" },
h("rect", { x: "15", y: "15", width: "70", height: "70" })
);
};
//# sourceMappingURL=RecordStopIcon.js.map