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="M15.707 2.293a1 1 0 0 1 0 1.414l-1.324 1.324a12.1 12.1 0 0 1 1.042.088c.928.125 1.747.396 2.403 1.053.657.656.928 1.475 1.053 2.403.119.884.119 2 .119 3.354v2.197A4.002 4.002 0 0 1 18 22a4 4 0 0 1-1-7.874V12c0-1.443-.002-2.424-.101-3.159-.095-.706-.262-1.033-.485-1.255-.222-.223-.55-.39-1.256-.485a9.248 9.248 0 0 0-.707-.064l1.256 1.256a1 1 0 0 1-1.414 1.414l-2.917-2.916a1.118 1.118 0 0 1 0-1.582l2.917-2.916a1 1 0 0 1 1.414 0ZM2 6a4 4 0 1 1 5 3.874V12c0 1.443.002 2.424.1 3.159.096.706.263 1.033.486 1.255.222.223.55.39 1.255.485.214.029.448.05.708.064l-1.256-1.256a1 1 0 1 1 1.414-1.414l2.914 2.914a1.121 1.121 0 0 1 0 1.586l-2.914 2.914a1 1 0 0 1-1.414-1.414l1.324-1.324a12.112 12.112 0 0 1-1.042-.088c-.928-.125-1.747-.396-2.403-1.053-.657-.656-.928-1.475-1.053-2.403-.12-.884-.119-2-.119-3.354V9.874A4.002 4.002 0 0 1 2 6Z" clipRule="evenodd" /></svg>;
export default SvgComponent;