import React from 'react';
import withIcon from '../lib/withIcon';
export const IconChevronNe = withIcon(function IconChevronNe(props) {
    return (<svg data-tag="IconChevronNe" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M3.75 8.25c0-.598.076-.973.301-1.199.226-.225.6-.301 1.199-.301h10.5c.598 0 .973.076 1.199.301.225.226.301.6.301 1.199v10.5c0 .598-.076.973-.301 1.199-.226.225-.6.3-1.199.3-.598 0-.973-.075-1.198-.3-.226-.226-.302-.6-.302-1.2V10.5c0-.269-.052-.456-.172-.576-.12-.12-.308-.173-.578-.173H5.25c-.598 0-.973-.076-1.199-.302-.225-.225-.301-.6-.301-1.198"/>
    </svg>);
});
//# sourceMappingURL=ChevronNe.jsx.map