import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSidebarRightOpen = withIcon(function IconSidebarRightOpen(props) {
    return (<svg data-tag="IconSidebarRightOpen" 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.281.282.281.844.281 1.969v7.5c0 1.125 0 1.688-.281 1.969-.281.28-.844.28-1.969.28s-1.687 0-1.969-.28c-.281-.282-.281-.844-.281-1.969zm-2.25 4.5h-2.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-.989C5.446 12.758 4.875 12.38 4.875 12s.57-.758 1.712-1.511C7.543 9.857 8.1 9.49 8.424 9.5c.324.01.415.395.44 1.266.006.18.041.3.12.376.079.077.201.108.38.108h2.261c.3 0 .487.038.6.15.112.113.15.3.15.6s-.038.487-.15.6c-.113.112-.3.15-.6.15"/>
    </svg>);
});
//# sourceMappingURL=SidebarRightOpen.jsx.map