import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDocumentAdd = withIcon(function IconDocumentAdd(props) {
    return (<svg data-tag="IconDocumentAdd" 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-3.75 6h-.75c-.3 0-.487.038-.6.15-.113.113-.15.3-.15.6V18c0 .3-.038.487-.15.6-.113.112-.3.15-.6.15s-.487-.038-.6-.15c-.113-.113-.15-.3-.15-.6v-.75c0-.3-.038-.487-.15-.6-.113-.112-.3-.15-.6-.15h-.75c-.3 0-.487-.038-.6-.15-.113-.113-.15-.3-.15-.6s.038-.487.15-.6c.113-.113.3-.15.6-.15h.75c.3 0 .487-.038.6-.15.113-.113.15-.3.15-.6v-.75c0-.3.038-.487.15-.6.113-.113.3-.15.6-.15s.487.038.6.15c.113.113.15.3.15.6v.75c0 .3.038.487.15.6.113.113.3.15.6.15h.75c.3 0 .487.038.6.15.113.113.15.3.15.6s-.038.487-.15.6c-.113.112-.3.15-.6.15M13.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=DocumentAdd.jsx.map