import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDocumentCsv = withIcon(function IconDocumentCsv(props) {
    return (<svg data-tag="IconDocumentCsv" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13 10h4v3a.5.5 0 0 1-.5.5H8a2 2 0 0 0-2 2v5a.5.5 0 0 1-.5.5H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h5v4a3 3 0 0 0 3 3"/>
      <path d="M11.5 4 16 8.5h-3A1.5 1.5 0 0 1 11.5 7zm.613 16.303c-.317.271-.951.697-1.832.697-1.69 0-2.781-1.277-2.781-3.02 0-1.703 1.127-2.98 2.781-2.98.81 0 1.374.31 1.69.542.212.155.212.387.106.62l-.176.348c-.14.27-.317.27-.563.116-.247-.155-.599-.31-.986-.31-1.057 0-1.48.813-1.48 1.664 0 .852.459 1.742 1.48 1.742.458 0 .845-.232 1.091-.426.212-.154.423-.154.564.078l.21.31c.107.232.072.464-.104.62m2.922.696c-.74 0-1.408-.348-1.69-.58-.14-.155-.282-.31-.07-.62l.246-.348c.14-.233.317-.271.563-.116l.036.023c.182.121.487.325.915.325.388 0 .564-.194.564-.387 0-.326-.373-.503-.82-.714-.67-.317-1.504-.712-1.504-1.802 0-1.084.81-1.781 1.901-1.781.599 0 1.162.232 1.444.426.21.155.246.387.14.62l-.176.387c-.14.31-.352.27-.563.154a5.664 5.664 0 0 1-.103-.05l-.015-.007c-.21-.104-.43-.214-.727-.214-.423 0-.564.194-.564.387 0 .346.384.52.84.726.665.3 1.484.671 1.484 1.752-.07.967-.704 1.819-1.9 1.819m7.429-5.42-1.585 4.956a.459.459 0 0 1-.458.348h-.634c-.246 0-.387-.116-.457-.348l-1.585-4.955c-.105-.31.035-.503.317-.503h.563c.247 0 .388.116.458.387l.845 2.942c.106.348.212.929.212.929s.105-.58.21-.93l.846-2.941c.07-.271.211-.387.458-.387h.528c.246 0 .387.193.282.503"/>
    </svg>);
});
//# sourceMappingURL=DocumentCsv.jsx.map