import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCheckmarkAlt = withIcon(function IconCheckmarkAlt(props) {
    return (<svg data-tag="IconCheckmarkAlt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m14.838 13.283 3.528-3.527c.423-.423.634-.742.634-1.06 0-.32-.211-.638-.634-1.061-.423-.423-.742-.635-1.06-.635-.32 0-.638.212-1.062.635l-2.732 2.732-2.732 2.732c-.19.19-.36.286-.53.286-.17 0-.34-.096-.53-.286l-.982-.982-.982-.982c-.423-.423-.742-.635-1.06-.635-.32 0-.638.212-1.061.635-.424.423-.635.742-.635 1.06 0 .32.211.638.635 1.061l1.777 1.777 1.777 1.778c.423.423.742.634 1.061.634.319 0 .638-.211 1.06-.634z"/>
    </svg>);
});
//# sourceMappingURL=CheckmarkAlt.jsx.map