UNPKG

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:

8 lines (6 loc) 210 B
const { h } = require('preact') module.exports = (props) => { return <svg aria-hidden="true" class="UppyIcon" width="100" height="100" viewBox="0 0 100 100"> <circle cx="50" cy="50" r="40" /> </svg> }