import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDocumentDownload = withIcon(function IconDocumentDownload(props) {
    return (<svg data-tag="IconDocumentDownload" 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.152-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.489 7.288C12.758 18.93 12.38 19.5 12 19.5s-.758-.57-1.511-1.712c-.632-.956-.998-1.513-.989-1.837.01-.324.395-.415 1.266-.44.18-.006.3-.041.377-.12.076-.079.107-.2.107-.38v-2.26c0-.3.038-.488.15-.6.113-.113.3-.15.6-.15s.487.037.6.15c.112.112.15.3.15.6v2.26c0 .18.031.301.107.38.077.079.198.114.377.12.871.025 1.256.116 1.266.44.01.324-.357.88-.989 1.837M13.5 6.374V4.5c0-.628.055-1.003.177-1.222.121-.218.309-.279.573-.279.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-.329-.328-.985-.328-2.298"/>
    </svg>);
});
//# sourceMappingURL=DocumentDownload.jsx.map