import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCheckmark = withIcon(function IconCheckmark(props) {
    return (<svg data-tag="IconCheckmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M2.51 12.596c-.423-.423-.635-.742-.635-1.06 0-.32.212-.639.635-1.061.423-.423.741-.635 1.06-.635.32 0 .638.212 1.06.635l2.17 2.169 2.17 2.17c.19.19.36.285.53.285.17 0 .34-.095.53-.286l4.67-4.67 4.669-4.669c.423-.423.742-.634 1.06-.634.32 0 .638.211 1.061.634.423.423.635.742.635 1.061 0 .32-.212.638-.635 1.06l-5.465 5.466-5.465 5.465c-.423.423-.741.634-1.06.634-.319 0-.638-.211-1.06-.634L5.473 15.56z"/>
    </svg>);
});
//# sourceMappingURL=Checkmark.jsx.map