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="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10ZM7.534 7.084h-.002a1 1 0 0 0-.613.658 4.817 4.817 0 0 0-.192 2.485A4.946 4.946 0 0 0 6 12.882c.001 1.9.5 3.257 1.415 4.163.894.887 2.037 1.188 2.985 1.317l.03.004a9.862 9.862 0 0 0 3.133-.028h.001c.953-.116 2.105-.402 3.009-1.285.923-.902 1.425-2.261 1.427-4.171a4.945 4.945 0 0 0-.727-2.655l.02-.121a4.795 4.795 0 0 0-.243-2.438 1 1 0 0 0-.584-.582h-.001l-.001-.001-.003-.001-.005-.002-.01-.004-.021-.007a1.17 1.17 0 0 0-.16-.041c-.48-.093-1.276-.007-2.424.775a7.922 7.922 0 0 0-.08.055 7.4 7.4 0 0 0-3.521 0 7.07 7.07 0 0 0-.08-.055c-1.154-.784-1.953-.867-2.431-.775a1.352 1.352 0 0 0-.157.04l-.021.008-.01.003-.005.002-.002.001Z" clipRule="evenodd" /></svg>;
export default SvgComponent;