import React from 'react';
import withIcon from '../lib/withIcon';
export const IconSidebarRight = withIcon(function IconSidebarRight(props) {
    return (<svg data-tag="IconSidebarRight" 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.969z"/>
    </svg>);
});
//# sourceMappingURL=SidebarRight.jsx.map