import React from 'react';
import withIcon from '../lib/withIcon';
export const IconChevronLeftAlt = withIcon(function IconChevronLeftAlt(props) {
    return (<svg data-tag="IconChevronLeftAlt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M14.74 15.244c.424.423.635.742.635 1.06 0 .32-.211.639-.634 1.062-.423.423-.742.634-1.061.634-.32 0-.638-.211-1.06-.634l-2.153-2.153-2.153-2.152c-.423-.423-.634-.742-.634-1.06 0-.32.211-.639.634-1.062l2.153-2.152 2.152-2.152c.423-.423.742-.635 1.06-.635.32 0 .638.212 1.061.635.423.423.635.741.635 1.06 0 .32-.212.638-.635 1.06l-1.357 1.358-1.356 1.357c-.191.19-.287.36-.287.53 0 .17.096.34.287.53l1.356 1.357z"/>
    </svg>);
});
//# sourceMappingURL=ChevronLeftAlt.jsx.map