import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSidebarRightClose = withIcon(function IconSidebarRightClose(props) {
    return (<svg data-tag="IconSidebarRightClose" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M11.25 20.25h1.5c4.125 0 6.188 0 7.219-1.031C21 18.188 21 16.125 21 12s0-6.187-1.031-7.219c-1.031-1.03-3.094-1.03-7.219-1.03h-1.5c-4.125 0-6.187 0-7.219 1.03C3 5.813 3 7.875 3 12.001c0 4.124 0 6.187 1.031 7.218 1.031 1.031 3.094 1.031 7.219 1.031m2.625-12c0-1.125 0-1.687.281-1.969.281-.28.844-.28 1.969-.28s1.688 0 1.969.28c.28.282.28.844.28 1.969v7.5c0 1.125 0 1.688-.28 1.969-.282.28-.844.28-1.969.28s-1.687 0-1.969-.28c-.281-.282-.281-.844-.281-1.969zm-8.25 3h2.26c.18 0 .302-.031.38-.108.08-.076.115-.197.12-.376.026-.871.117-1.256.441-1.266.324-.009.88.357 1.837.989 1.141.753 1.712 1.132 1.712 1.511s-.57.758-1.712 1.511c-.956.632-1.513.998-1.837.989-.324-.01-.415-.395-.44-1.266-.006-.18-.041-.3-.12-.376-.079-.077-.201-.108-.38-.108H5.625c-.3 0-.487-.038-.6-.15-.112-.113-.15-.3-.15-.6s.038-.487.15-.6c.113-.112.3-.15.6-.15"/>
    </svg>);
});
//# sourceMappingURL=SidebarRightClose.jsx.map