import React from 'react';
import withIcon from '../lib/withIcon';
export const IconReply = withIcon(function IconReply(props) {
    return (<svg data-tag="IconReply" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.436 8.426c-.238-.34-.347-.802-.364-1.448-.07-2.653-.317-2.723-1.176-2.745-.86-.022-2.334 1.104-4.86 3.043C4.012 9.598 2.5 10.766 2.5 11.932c0 1.167 1.512 2.334 4.536 4.657 2.393 1.837 3.841 2.945 4.718 3.037.877.093 1.183-.83 1.289-3.051 0-.835.312-1.415.94-1.343 2.18.25 4.592 1.655 5.744 3.924.275.529.636.611.965.611.416 0 .808-.396.808-1.107 0-5.175-2.196-8.895-6.923-9.546a1.653 1.653 0 0 1-1.14-.688"/>
    </svg>);
});
//# sourceMappingURL=Reply.jsx.map