import React from 'react';
import withIcon from '../lib/withIcon';
export const IconArrowSw = withIcon(function IconArrowSw(props) {
    return (<svg data-tag="IconArrowSw" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M10.76 15.362c-.293.293-.382.577-.295.788.088.212.352.35.766.35H16.5c.598 0 .973.076 1.199.301.225.226.301.6.301 1.199 0 .598-.076.973-.301 1.199-.226.225-.6.301-1.199.301H6c-.598 0-.973-.076-1.199-.301-.225-.226-.301-.6-.301-1.2V7.5c0-.598.076-.973.301-1.199.226-.225.6-.3 1.199-.3.598 0 .973.075 1.199.3.225.226.301.6.301 1.199v5.27c0 .413.138.677.35.765.21.087.495-.002.788-.294l3.677-3.678 3.678-3.677c.424-.424.742-.636 1.06-.636.319 0 .637.212 1.06.636.425.424.637.742.637 1.06 0 .319-.212.637-.636 1.061l-3.677 3.678z"/>
    </svg>);
});
//# sourceMappingURL=ArrowSw.jsx.map