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="M8.231 2.24c1.012-.453 1.89.571 1.573 1.46-1.075 3.02-.415 6.447 1.815 8.677 2.242 2.24 5.692 2.898 8.72 1.805.882-.318 1.878.55 1.443 1.538l-.04.087c-.775 1.72-2.015 3.336-3.62 4.42A10.344 10.344 0 0 1 12.333 22h-.001a10.344 10.344 0 0 1-10.143-8.376 10.335 10.335 0 0 1 1.07-6.905c1.089-1.998 2.918-3.55 4.944-4.465l.03-.014Z" clipRule="evenodd" /></svg>;
export default SvgComponent;