/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SidebarLeftIcon: 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='M17 19v2H7v-2zm2-2V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2v2l-.206-.005a4 4 0 0 1-3.79-3.789L3 17V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4v10a4 4 0 0 1-3.794 3.995L17 21v-2a2 2 0 0 0 2-2' />
        <path d='M11 21H9V3h2z' />
      </g>
    </g>
  </svg>
);
export default SidebarLeftIcon;
