/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SidebarRightIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <g>
        <path d='M7 19v2h10v-2zm-2-2V7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2v2l.206-.005a4 4 0 0 0 3.79-3.789L21 17V7a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v10a4 4 0 0 0 3.794 3.995L7 21v-2a2 2 0 0 1-2-2' />
        <path d='M13 21h2V3h-2z' />
      </g>
    </g>
  </svg>
);
export default SidebarRightIcon;
