import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDocumentUpload = withIcon(function IconDocumentUpload(props) {
    return (<svg data-tag="IconDocumentUpload" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18 10.5h-1.875c-2.062 0-3.094 0-3.61-.516C12 9.47 12 8.438 12 6.375V4.503c0-.743-.006-1.12-.197-1.31-.192-.19-.569-.195-1.311-.19-2.996.018-4.494.153-5.243 1.152C4.5 5.155 4.5 7.02 4.5 10.5v3c0 3.75 0 5.625.938 6.563C6.375 21 8.25 21 12 21c3.75 0 5.625 0 6.563-.937.937-.938.937-2.813.937-6.563V12c0-.74-.005-1.115-.195-1.305-.19-.19-.565-.195-1.305-.195m-4.766 5.49c-.18.005-.3.04-.377.12-.076.078-.107.2-.107.38v2.26c0 .3-.038.487-.15.6-.113.112-.3.15-.6.15s-.487-.038-.6-.15c-.112-.113-.15-.3-.15-.6v-2.26c0-.18-.031-.302-.107-.38-.077-.08-.198-.115-.377-.12-.871-.026-1.256-.117-1.266-.441-.01-.324.357-.88.989-1.837C11.242 12.57 11.62 12 12 12s.758.57 1.511 1.712c.632.956.998 1.513.989 1.837-.01.324-.395.415-1.266.44m.266-9.616V4.5c0-.628.055-1.003.177-1.221.121-.219.309-.28.573-.28.745 0 2.058.827 3.184 1.896C18.56 5.966 19.5 7.278 19.5 8.25c0 .264-.061.452-.28.573-.217.122-.593.177-1.22.177h-1.874c-1.313 0-1.97 0-2.298-.328-.328-.328-.328-.985-.328-2.298"/>
    </svg>);
});
//# sourceMappingURL=DocumentUpload.jsx.map