import React from 'react';
import withIcon from '../lib/withIcon';
export const IconRefund = withIcon(function IconRefund(props) {
    return (<svg data-tag="IconRefund" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21.75 13.875v1.875c0 1.345-.36 2.376-1.054 3.071-.696.695-1.727 1.054-3.071 1.054h-4.141c-.27 0-.453.047-.57.162-.118.114-.171.296-.18.565-.038 1.306-.175 1.884-.66 1.898-.487.014-1.322-.535-2.756-1.483-1.712-1.13-2.568-1.698-2.568-2.267 0-.568.856-1.136 2.568-2.267 1.434-.947 2.27-1.496 2.755-1.482.486.014.623.592.662 1.898.008.27.06.45.179.565.117.114.3.161.57.161h4.141c.611 0 1.08-.163 1.396-.479.316-.316.479-.785.479-1.396v-1.875c0-.45.056-.73.225-.9.169-.168.45-.225.9-.225s.73.057.9.225c.169.17.225.45.225.9m-11.625-8.25c-.609 0-1.078.192-1.394.569-.317.377-.481.94-.481 1.681 0 .742.164 1.304.48 1.681.317.377.786.569 1.395.569.61 0 1.078-.192 1.394-.569.317-.377.481-.94.481-1.681 0-.742-.164-1.304-.48-1.681-.317-.377-.786-.569-1.395-.569M7.813 13.5c-2.781 0-4.172 0-4.868-.703-.695-.703-.695-2.11-.695-4.922s0-4.219.695-4.922c.696-.703 2.087-.703 4.868-.703h4.624c2.781 0 4.172 0 4.868.703.695.703.695 2.11.695 4.922 0 2.813 0 4.219-.695 4.922-.696.703-2.087.703-4.868.703zm-.476-2.25h5.576c.281 0 .473-.036.608-.139.135-.103.212-.273.262-.542.078-.41.23-.74.454-.99.223-.25.518-.42.88-.508.254-.061.412-.137.507-.26.095-.125.126-.297.126-.55V7.49c0-.255-.031-.427-.126-.55-.095-.124-.253-.2-.507-.262a1.678 1.678 0 0 1-.88-.507c-.224-.25-.376-.58-.453-.99-.051-.27-.128-.44-.263-.543-.135-.103-.327-.138-.608-.138H7.337c-.281 0-.473.035-.608.138-.135.103-.212.274-.263.543-.077.41-.229.74-.453.99a1.67 1.67 0 0 1-.88.507c-.254.062-.412.138-.507.261-.095.124-.126.297-.126.55v.771c0 .254.031.426.126.55.095.124.253.2.507.261.362.088.657.258.88.508.224.25.376.58.454.99.05.269.127.44.262.542.135.103.327.139.608.139"/>
    </svg>);
});
//# sourceMappingURL=Refund.jsx.map