import React from 'react';
import withIcon from '../lib/withIcon';
export const IconChevronSe = withIcon(function IconChevronSe(props) {
    return (<svg data-tag="IconChevronSe" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M15.75 3.75c.598 0 .973.076 1.199.301.225.226.301.6.301 1.199v10.5c0 .598-.076.973-.301 1.199-.226.225-.6.301-1.199.301H5.25c-.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-.302h8.25c.269 0 .456-.052.576-.172.12-.12.173-.308.173-.578V5.25c0-.598.076-.973.302-1.199.225-.225.6-.301 1.198-.301"/>
    </svg>);
});
//# sourceMappingURL=ChevronSe.jsx.map