import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDocumentPercentage = withIcon(function IconDocumentPercentage(props) {
    return (<svg data-tag="IconDocumentPercentage" 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-9.375 3.375A1.121 1.121 0 0 1 9.75 12.75a1.121 1.121 0 0 1 1.125 1.125A1.121 1.121 0 0 1 9.75 15a1.121 1.121 0 0 1-1.125-1.125m2.243 4.582a.743.743 0 0 1-.255.23.746.746 0 0 1-.34.063c-.636 0-.979-.05-1.065-.224-.087-.176.083-.477.47-.983l1.727-2.25 1.727-2.25a.743.743 0 0 1 .255-.23.746.746 0 0 1 .34-.063c.636 0 .979.05 1.065.224.087.176-.083.477-.47.982l-1.727 2.25zm3.382.293a1.121 1.121 0 0 1-1.125-1.125A1.121 1.121 0 0 1 14.25 16.5a1.121 1.121 0 0 1 1.125 1.125 1.121 1.121 0 0 1-1.125 1.125M13.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=DocumentPercentage.jsx.map