import React from 'react';
import withIcon from '../lib/withIcon';
export const IconArrowNw = withIcon(function IconArrowNw(props) {
    return (<svg data-tag="IconArrowNw" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M8.638 10.76c-.293-.293-.577-.382-.788-.295-.212.088-.35.352-.35.766V16.5c0 .598-.076.973-.301 1.199-.226.225-.6.301-1.199.301-.598 0-.973-.076-1.199-.301-.225-.226-.301-.6-.301-1.199V6c0-.598.076-.973.301-1.199.226-.225.6-.301 1.2-.301h10.5c.597 0 .972.076 1.198.301.225.226.301.6.301 1.199 0 .598-.076.973-.301 1.199-.226.225-.6.301-1.199.301h-5.27c-.413 0-.677.138-.765.35-.087.21.002.495.294.788l3.678 3.677 3.677 3.678c.424.424.636.742.636 1.06 0 .319-.212.637-.636 1.06-.424.425-.742.637-1.06.637-.319 0-.637-.212-1.061-.636l-3.677-3.677z"/>
    </svg>);
});
//# sourceMappingURL=ArrowNw.jsx.map