import React from 'react';
import withIcon from '../lib/withIcon';
export const IconArrowNe = withIcon(function IconArrowNe(props) {
    return (<svg data-tag="IconArrowNe" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.24 8.638c.293-.293.382-.577.295-.788-.088-.212-.352-.35-.766-.35H7.5c-.598 0-.973-.076-1.199-.301C6.076 6.973 6 6.599 6 6c0-.598.076-.973.301-1.199.226-.225.6-.301 1.199-.301H18c.598 0 .973.076 1.199.301.225.226.301.6.301 1.2v10.5c0 .597-.076.972-.301 1.198-.226.225-.6.301-1.199.301-.598 0-.973-.076-1.199-.301-.225-.226-.301-.6-.301-1.199v-5.27c0-.413-.138-.677-.35-.765-.21-.087-.495.002-.788.294l-3.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.061l3.677-3.677z"/>
    </svg>);
});
//# sourceMappingURL=ArrowNe.jsx.map