// Generated by script, don't edit it please.
import * as React from 'react';

function AngleDoubleLeft(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 19 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11.196 24.571a.612.612 0 01-.179.411l-.893.893c-.107.107-.268.179-.411.179s-.304-.071-.411-.179L.981 17.554c-.107-.107-.179-.268-.179-.411s.071-.304.179-.411l8.321-8.321c.107-.107.268-.179.411-.179s.304.071.411.179l.893.893c.107.107.179.268.179.411s-.071.304-.179.411l-7.018 7.018 7.018 7.018a.617.617 0 01.179.411zm6.858 0a.612.612 0 01-.179.411l-.893.893c-.107.107-.268.179-.411.179s-.304-.071-.411-.179l-8.321-8.321c-.107-.107-.179-.268-.179-.411s.071-.304.179-.411l8.321-8.321c.107-.107.268-.179.411-.179s.304.071.411.179l.893.893c.107.107.179.268.179.411s-.071.304-.179.411l-7.018 7.018 7.018 7.018a.617.617 0 01.179.411z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(AngleDoubleLeft);
export default ForwardRef;
