import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M10.629 4.228C9.284 3.205 7.749 2.789 6.279 3.1c-1.469.313-2.717 1.32-3.556 2.834-1.554 2.804-.392 5.646 1.41 7.683l5.62 6.352a3 3 0 0 0 4.494 0l5.62-6.352c1.803-2.037 2.965-4.88 1.41-7.683-.839-1.514-2.087-2.521-3.556-2.834-1.47-.312-3.004.104-4.35 1.127-.535.408-1.008.848-1.37 1.214a13.305 13.305 0 0 0-1.372-1.214Zm1.82 4.588a1 1 0 1 0-1.897-.632l-.5 1.5a1 1 0 0 0 .116.87L11.798 13l-1.63 2.445a1 1 0 0 0 1.664 1.11l2-3a1 1 0 0 0 0-1.11l-1.728-2.593.345-1.036Z" clipRule="evenodd" /></svg>;
export default SvgComponent;