import React from 'react';
import withIcon from '../lib/withIcon';
export const IconArrowLeft = withIcon(function IconArrowLeft(props) {
    return (<svg data-tag="IconArrowLeft" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m12.49 5.756-1.803 1.803-1.803 1.803c-.292.293-.381.577-.294.788.088.212.352.35.766.35H19.5c.6 0 .974.075 1.2.3.225.225.3.6.3 1.2s-.075.975-.3 1.2c-.226.225-.6.3-1.2.3H9.356c-.414 0-.678.138-.766.35-.087.21.002.495.294.788l1.803 1.803 1.804 1.803c.423.423.634.742.634 1.06 0 .32-.211.639-.634 1.062-.423.423-.742.634-1.061.634-.32 0-.638-.211-1.06-.634l-3.653-3.653-3.653-3.652c-.423-.423-.634-.742-.634-1.06 0-.32.211-.639.634-1.062l3.653-3.652 3.652-3.652c.423-.423.742-.635 1.06-.635.32 0 .639.212 1.061.635.423.423.635.741.635 1.06 0 .32-.211.638-.634 1.06"/>
    </svg>);
});
//# sourceMappingURL=ArrowLeft.jsx.map