import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDownload = withIcon(function IconDownload(props) {
    return (<svg data-tag="IconDownload" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M5.726 10.317C5.409 10 5.25 9.76 5.25 9.52s.159-.478.476-.795c.317-.318.556-.476.795-.476.24 0 .479.159.796.476l1.352 1.352 1.352 1.352c.22.22.433.287.592.221.158-.066.262-.264.262-.574V3.375c0-.45.056-.73.225-.9.169-.169.45-.225.9-.225s.73.056.9.225c.169.169.225.45.225.9v7.702c0 .31.104.508.262.574.159.066.372-.001.592-.22l1.352-1.353 1.352-1.352c.317-.317.557-.476.796-.476s.478.159.795.476c.317.317.476.556.476.795 0 .24-.159.479-.476.796l-2.74 2.74-2.738 2.738c-.318.318-.557.476-.796.476s-.478-.158-.795-.476l-2.74-2.739zM19.876 15c-.446 0-.727.057-.896.225-.169.169-.226.45-.226.896 0 1.322-.04 1.98-.436 2.306-.396.327-1.146.323-2.566.323H8.248c-1.416 0-2.166.008-2.562-.317-.396-.325-.439-.982-.44-2.313 0-.447-.058-.727-.226-.895-.17-.168-.45-.225-.896-.225-.45 0-.732.058-.901.229-.17.17-.225.454-.223.903.013 2.434.113 3.651.91 4.26C4.707 21 6.2 21 8.998 21h6.004c2.798 0 4.29 0 5.088-.608.796-.609.897-1.826.91-4.26.002-.45-.054-.732-.223-.903-.169-.17-.45-.229-.9-.229"/>
    </svg>);
});
//# sourceMappingURL=Download.jsx.map