import React from 'react';
import withIcon from '../lib/withIcon';
export const IconChevronNw = withIcon(function IconChevronNw(props) {
    return (<svg data-tag="IconChevronNw" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M8.25 20.25c-.598 0-.973-.076-1.199-.301-.225-.226-.301-.6-.301-1.199V8.25c0-.598.076-.973.301-1.199.226-.225.6-.301 1.199-.301h10.5c.598 0 .973.076 1.199.301.225.226.3.6.3 1.199 0 .598-.075.973-.3 1.198-.226.226-.6.302-1.2.302H10.5c-.269 0-.456.052-.576.172-.12.12-.173.308-.173.578v8.25c0 .598-.076.973-.302 1.198-.225.226-.6.302-1.198.302"/>
    </svg>);
});
//# sourceMappingURL=ChevronNw.jsx.map