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="M16.986 9.982c-.439 0-.817 0-1.13.022a3.07 3.07 0 0 0-.986.207 3 3 0 0 0-1.624 1.623 3.066 3.066 0 0 0-.207.986c-.049.717-.021 1.443-.021 2.162a3 3 0 0 0 3 3h1v.247c0 1.538 1.86 2.308 2.947 1.22.229-.228.457-.458.687-.686.48-.48.907-.905 1.138-1.461.23-.557.23-1.16.228-1.838-.001-.906.044-1.824-.047-2.726-.05-.493-.162-.979-.459-1.423a3 3 0 0 0-.827-.827c-.444-.297-.93-.408-1.423-.459-.754-.076-1.519-.047-2.276-.047ZM5.976 4.006c-.439 0-.817 0-1.13.02a3.07 3.07 0 0 0-.986.208 3 3 0 0 0-1.624 1.624 3.069 3.069 0 0 0-.207.985c-.049.718-.021 1.444-.021 2.163a3 3 0 0 0 3 3h1v.246c0 1.538 1.86 2.308 2.946 1.221l.688-.687c.48-.48.907-.904 1.137-1.46.23-.557.23-1.16.229-1.838-.001-.906.044-1.825-.047-2.727-.05-.493-.162-.978-.459-1.422a3 3 0 0 0-.828-.828c-.443-.296-.929-.408-1.422-.458-.754-.077-1.519-.047-2.276-.047Z" clipRule="evenodd" /></svg>;
export default SvgComponent;