import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDocumentOff = withIcon(function IconDocumentOff(props) {
    return (<svg data-tag="IconDocumentOff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M10.496 3c.743-.004 1.12 0 1.311.19.192.191.197.568.197 1.31v1.873c0 2.062 0 3.094.516 3.61.516.515 1.547.515 3.61.515h1.875c.74 0 1.115.005 1.305.195.19.19.195.565.195 1.305v1.5c0 1.463 0 2.64-.057 3.588-.043.74-.04.732.45 1.223.33.33.885.71 1.07 1.147.194.461-.12.781-.422 1.083-.432.432-.905.652-1.382.197L3.447 5.02c-.453-.476-.228-.95.2-1.378.303-.302.622-.616 1.083-.422.355.15.585.75 1.035.454.859-.566 2.303-.657 4.731-.672m5.919 17.076c.52.519.476.751-.272.822-1.03.097-2.378.098-4.139.098-3.75 0-5.625 0-6.562-.938-.937-.937-.938-2.812-.938-6.562v-3c0-.38 0-.74.002-1.082.002-.781.323-.925.885-.362z"/>
      <path d="M14.255 2.998c.744 0 2.057.827 3.183 1.896 1.127 1.07 2.066 2.382 2.067 3.354 0 .264-.062.452-.28.573-.218.121-.593.177-1.22.177H16.13c-1.313 0-1.97 0-2.298-.328-.328-.329-.328-.985-.328-2.298V4.499c0-.628.055-1.003.176-1.222.122-.218.31-.279.574-.28"/>
    </svg>);
});
//# sourceMappingURL=DocumentOff.jsx.map