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="M21.48 5.859a1 1 0 0 0-.861-.85 25.626 25.626 0 0 1-1.388-.235c-.817-.162-1.803-.398-2.595-.706-1.433-.557-2.82-1.244-4.183-1.954a1.01 1.01 0 0 0-.958.017c-1.281.717-2.598 1.405-3.968 1.937-.785.305-1.812.542-2.677.704a28.217 28.217 0 0 1-1.48.235 1 1 0 0 0-.87.852c-.522 3.654-.108 6.944 1.414 9.71 1.526 2.772 4.103 4.907 7.702 6.358a1 1 0 0 0 .748 0c3.598-1.45 6.176-3.586 7.701-6.358 1.523-2.766 1.937-6.056 1.415-9.71ZM8 10a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm.397 7.481c.746-.323 1.868-.48 3.603-.48 1.775 0 2.908.153 3.654.48a1 1 0 0 0 .8-1.834C15.304 15.145 13.814 15 12 15c-1.788 0-3.256.152-4.397.646a1 1 0 1 0 .794 1.835Z" clipRule="evenodd" /><path d="M12 8a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z" /></svg>;
export default SvgComponent;