/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const LeftAlignIcon: 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>
      <path d='M4.889 20a.889.889 0 0 1 0-1.778H19.11a.889.889 0 0 1 0 1.778zm0-3.556a.889.889 0 1 1 0-1.777h8.889a.889.889 0 1 1 0 1.777zm0-3.555a.889.889 0 0 1 0-1.778H19.11a.889.889 0 0 1 0 1.778zm0-3.556a.889.889 0 0 1 0-1.777h8.889a.889.889 0 0 1 0 1.777zm0-3.555a.889.889 0 0 1 0-1.778H19.11a.889.889 0 0 1 0 1.778z' />
    </g>
  </svg>
);
export default LeftAlignIcon;
