import React from 'react';
import withIcon from '../lib/withIcon';
export const IconReplyAll = withIcon(function IconReplyAll(props) {
    return (<svg data-tag="IconReplyAll" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M3.816 8.406C5.703 7.08 7.057 6.13 8.029 5.638c.972-.493 1.561-.529 1.919-.026a.682.682 0 0 1 .108.542.773.773 0 0 1-.312.47 386.557 386.557 0 0 0-.79.555C7.47 8.22 6.358 9.003 5.614 9.736 4.873 10.47 4.5 11.154 4.5 12c0 .846.372 1.53 1.115 2.263.743.734 1.856 1.516 3.339 2.558l.404.284.386.27a.773.773 0 0 1 .312.47.682.682 0 0 1-.108.543c-.358.502-.947.467-1.919-.026-.972-.492-2.326-1.442-4.213-2.768C1.272 13.806 0 12.904 0 12c0-.903 1.272-1.806 3.816-3.594m6 7.188c2.528 1.777 4.1 2.877 5.078 3.108.977.23 1.36-.41 1.509-2.113.07-.806.114-1.215.339-1.384.224-.17.63-.1 1.424.052 1.745.334 2.573 1.207 3.165 1.997.59.79.945 1.496 1.742 1.496.336 0 .568-.056.716-.19.147-.133.211-.344.211-.654 0-2.34-.516-4.288-1.571-5.76-1.055-1.471-2.65-2.465-4.807-2.896-.538-.107-.818-.175-.971-.352-.154-.178-.181-.466-.214-1.013-.116-1.976-.451-2.773-1.418-2.613-.966.16-2.563 1.278-5.203 3.134C7.272 10.194 6 11.096 6 12c0 .903 1.272 1.806 3.816 3.594"/>
    </svg>);
});
//# sourceMappingURL=ReplyAll.jsx.map